﻿@charset "utf-8";
/*Base style sheet*/

/*Gradients default to solid colours in non-supproting browsers - IE*/

/*Images to be included in theme image folder...

- header background     - banner.png
- logo                  - logo.png
- wizard wheel          - wizard-whell.png
- current wizard step   - wizard-current-step.png

*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,300,400);
body, textarea {
    font-size: 12px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}

/*** Reset (based on YUI 2.9.0) ***/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td, select, input, img, a {
    margin: 0;
    padding: 0;
}

    img, input[type="button"], input[type="submit"] {
        border: 0;
    }

address, caption, cite, code, dfn, em, #strong, th, var, samp, kbd {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}





/*** Baseline (based on YUI 2.9.0) ***/

html, body {
    height: 100%;
}

body {
    overflow-y: scroll;
}

h1 {
    /*font-size: 1.7em;*/
    font-size: 2.08em; /* 27px */
}

h2 {
    /*font-size: 1.4em;*/
    font-size: 1.69em /* 22px */;
}

h3 {
    /* font-size: 1.6em;*/
    font-size: 1.31em; /* 17px */
}

h4 {
    /*font-size: 1.4em;*/
    font-size: 1.15em; /* 15px */
}

h5 {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    /*boldness back to headers*/
    font-weight: bold;
}

strong, input[type="submit"], input[type="button"] {
    /*boldness back to the strong element, giving to buttons*/
    font-weight: bold;
}

abbr, acronym {
    /*indicating to users that more info is available */
    border-bottom: 1px dotted #000;
    cursor: help;
}

em {
    /*italics back to the em element*/
    font-style: italic;
}

a, a:link, a:visited {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

a.noclick {
    text-decoration: none !important;
    color: gray !important;
}

input[type="text"], input[type="number"], input[type="email"], textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #abadb3 #dbdfe6 #dbdfe6 #dbdfe6;

}

    textarea#ApplicantNameDisplay_Disabled,
    textarea[disabled="disabled"], textarea:disabled {
        background: none;
        border: none;
        margin-top: 2px;
        overflow: hidden;
        padding: 0;
        line-height: 26px;
        font-size: 13px;
        font-weight: 500;
    }

input[type="text"], input[type="number"], input[type="email"] {
    height: 26px;
    padding: 0 0 0 8px;
}

    input[type="text"]:focus,input[type="email"]:focus,input[type="number"]:focus
    textarea:focus {
        border-width: 1px;
        border-style: solid;
        border-color: #4b87c6;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    }

textarea {
    padding: 5px;
}

select {
    padding: 3px;
    height: 26px;
}

input:focus {
    outline: none;
}


.column select {
    height: 192px;
    width: 230px;
}

.administration .column:first-child select {
    height: 256px;
}

.administration .column:first-child + .column {
    margin-left: 40px;
}

.column select.small {
    height: 60px;
}

/***Headings***/
header h1 {
    display: inline-block;
}

#form-wrapper h2,
.services h2,
h1#welcome,
h1#welcome ~ h2 {
    float: none;
    float: none;
}

    h1#welcome,
    h1#welcome ~ h2 {
        font-weight: normal;
    }

h1#welcome {
    color: #333333;
    padding: 64px 0 5px;
    margin: -35px 0 20px;
}

    h1#welcome ~ h2 {
        color: #959597;
        margin: 0;
    }

#form-wrapper #select-title {
    margin-bottom: 0;
    background: #ecede2;
    background: -webkit-linear-gradient(bottom, #e0e1d7, #ecede2);
    background: -moz-linear-gradient(bottom, #e0e1d7, #ecede2);
    background: -ms-linear-gradient(bottom, #e0e1d7, #ecede2);
    color: #333333;
    border: 1px solid #cccccc;
}

#form-wrapper h2 {
    margin-bottom: 2px;
}

#dcc-interaction > h2 {
    color: #333333;
}




/***Header****/
header {
    background: url(../client-resources?path=images/banner.png) no-repeat center center;
    padding: 0 40px;
    /*height: 269px;*/
}




#header-container {
    padding-top: 10px;
}

#logo {
    background: url(../client-resources?path=images/logo.png) no-repeat;
    display: inline-block;
}

#logging {
    float: right;
    direction: ltr \9 !important;
    direction: rtl;
}

    #logging a:first-child {
        margin-right: 5px;
    }

        #logging a:first-child + a {
            margin-right: 10px;
        }

    #logging span {
        margin: 0 6px 0 2px;
        font-size: 0.833em;
        vertical-align: top;
    }


    #logging a {
        font-weight: bold;
        color: white;
    }

        #logging a:hover {
            text-decoration: none;
        }


        #nav li.language-selection-link {
            float: right;
        }

#languageSelection {
    margin-top: 7px;
}

/*Navigation*/
#nav {
    margin-left: 0;
}

    #nav li {
        display: inline;
        font-size: 1.25em;
    }

        #nav li a {
            background: url(../client-resources?path=images/nav-bkgrnd.png) repeat-x;
            float: left;
        }

            #nav li a.selected {
                background: url(../client-resources?path=images/nav-selected-bkgrnd.png) repeat-x;
            }

a.skip-to-main {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*Main*/


#wrapper {
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#content-container {
    padding-bottom: 40px;
}

#form-wrapper {
    background: #F6F7F1;
    border: 1px solid #d7d7d7;
    padding: 15px 20px !important;
    margin-bottom: 15px;
}

#dcc-interaction {
    padding: 20px 40px 40px;
    margin-bottom: 3em;
    max-width: 1560px;
    /*  min-width: 680px; */
    margin: 0 auto;
    overflow: visible;
}

    #dcc-interaction > #left-zone,
    #dcc-interaction > #middle-zone,
    #dcc-interaction > #right-zone {
        float: left;
    }

    #dcc-interaction > #middle-zone {
        width: 100%;
        /*width: 1210px;*/
    }

/*
#dcc-interaction > #left-zone {
    width: 150px;
    margin-right: 20px;
}

#dcc-interaction > #left-zone ul {
    padding-left: 10px;
}

#dcc-interaction > #left-zone ul li {
    font-size: 1.2em;
    color: blue;
}

#dcc-interaction > #right-zone {
    width: 150px;
    margin-left: 20px;
}

#dcc-interaction > #right-zone > div
{
    width: 100px;
    padding-left: 20px;
    font-size: 1.5em;
    color: green;
    font-weight: bold;
    border: 1px solid orangered;

}
*/

.breadcrumb {
    margin-bottom: 10px;
}

#upgrade-browser,
#noscript-browser {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 0 10px;
    background: #ffda99;
}

    #upgrade-browser p,
    #noscript-browser p {
        margin: 0 auto;
        max-width: 1560px;
        padding: 0 40px;
    }

/*Home page options */


#body-container {
    max-width: 1560px;
    min-width: 680px;
    width: 100%;
    color: #333333;
    min-height: 560px;
}

    #body-container div#staff-title {
        border-bottom: 1px solid #666666;
        height: 65px;
        margin-bottom: 30px;
        background: none !important;
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
    }

    #body-container div.title h1 {
        float: left;
        font-size: 28px;
        font-weight: normal;
        margin-top: 51px;
    }

    #body-container div#welcome {
        height: 178px;
    }

        #body-container div#welcome h1 {
            margin-top: 145px;
        }

    #body-container div#staff-title h1 {
        margin-top: 0px;
        margin-left: 0 !important;
    }

    #body-container div#staff-title span {
        float: none;
        color: #959597;
        font-size: 1.4em;
        font-weight: normal;
    }

.column.grid-menu > a {
    width: 213px;
    height: 169px;
    display: block;
    background: #eeefe4;
    color: #333333;
    font-size: 1.167em;
    font-weight: bold;
    padding: 10px 10px 0;
}

.column.grid-menu a:first-child {
    margin-bottom: 10px;
}

.column.grid-menu > a img {
    margin-left: -10px;
    margin-top: 10px;
}

.column.grid-menu .empty {
    height: 179px;
    margin-bottom: 10px;
}

.staff-applications {
    margin-left: 300px;
    margin-top: -20px;
    max-width: 1200px;
}

    .staff-applications a {
        display: inline-block;
        width: 250px;
        height: 180px;
        position: relative;
        padding-top: 0px;
        margin-left: 15px;
        width: 213px;
        height: 25px;
        background: #E5E5E5;
        color: #000 !important;
        font-size: 1.167em;
        font-weight: bold;
        padding: 10px 10px 0;
        padding-top: 145px;
        margin-top: 20px;
    }

    .staff-applications img {
        position: absolute;
        left: 0;
        top: 0px;
    }

#nav {
    background: none;
}

#inspector-blurb {
    margin-bottom: 20px;
    font-size: 0.85em;
}

.sign-in {
    float: left;
}


.column {
    width: 230px;
    float: left;
}

.column {
    margin-right: 20px;
}

.column {
    line-height: 1.7em;
}

.column-double .column {
    margin-top: 0;
}

.column > div {
    margin-bottom: 10px;
}

.column #tasks {
    font-size: 0.8em;
}



/** DELETE BELOW THIS?? **/

/***Services Home***/
.services {
    width: 23%;
    margin: 20px 20px 0 0;
    display: inline-table;
    min-width: 150px;
}

    .services ul {
        margin: 10px 0 0;
    }

    .services li {
        margin-bottom: 0.5em;
    }

    .services h2 {
        min-height: 33px;
        height: 100%;
        padding: 15px 0 0 10px;
        font-size: 1.5em;
        color: #333333;
        /*background: url(images/applications-heading.png) no-repeat;*/
    }

    .services + .services h2 {
        /*background: url(images/bookings-heading.png) no-repeat;*/
    }

    .services h2 .services.Bookings h2 {
        /*background: url(images/bookings-heading.png) no-repeat;*/
    }

    .services.Payments h2 {
        /*background: url(images/payments-heading.png) no-repeat;*/
    }

/***Services Forms***/

.dialogue-summary {
    font-size: 1.2em;
    margin-top: 10px;
    font-weight: bold;
    float: left;
}

.watermark {
    color: Silver;
    font-style: italic;
}

/* For browser supporting placeholder as watermark, change the watermark styling */
::-webkit-input-placeholder { /* WebKit browsers */
    color: Silver;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: Silver;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: Silver;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: Silver;
    font-style: italic;
}

.question-cell > div {
    margin-bottom: 5px;
}

    .question-cell > div.label {
        font-weight: bold;
        margin: 15px 0 5px;
        color: #454545;
    }


.questionName,
.longQuestionName {
    width: 400px;
    float: left;
    margin-right: 15px !important;
    padding-top: 10px;
    margin-bottom: 0.75em !important;
    text-align: right;
}

.longQuestionName .subtext,
.questionName .subtext {
    display: none;
}


.questionContent.short {
    width: 25px;
}

.questionName-text {
    display: inline-block;
    width: 330px;
}

.questionName.long {
    text-align: left;
    width: 80%;
    padding-top: 0;
}

    .questionName.long .questionName-text {
        width: 90%;
        display: inline-block;
        vertical-align: top;
    }

.questionContent.short.right-full {
    display: inline-block;
    margin-left: 50px;
}

.questionName.long.right-full {
    width: auto !important;
}

.questionName-text.right-full {
    width: auto !important;
    max-width: 500px;
    margin-top: 10px;
}

.questionName.long.right-full .required {
    margin-top: 8px;
}

.questionNonInteractiveValue {
    padding-top: 7px;
}

/*For dialog boxes*/

/*
 .ui-dialog-content form .questionName {
	width: 300px;
}
 */

.ui-dialog-content form .questionName-text {
    width: 285px;
}

.collapsible-layout-group > div > .questionName:first-child,
.collapsible-layout-group > div > .questionName:first-child + .questionContent,
.collapsible-layout-group > div > .longQuestionName:first-child,
.collapsible-layout-group > div > .longQuestionName:first-child + .questionContent {
    padding-top: 10px;
}

.questionName-above {
    margin-bottom: 5px;
}

.required {
    display: inline-block;
    color: Red;
    font-weight: bold;
    width: 10px;
    height: 10px;
}

.optional {
    text-align: right;
    color: #969696;
    font-size: 0.75em;
}

.optional{
    display: none;
}

form.mark-optional #form-wrapper > .form-instruction.note,
form.mark-optional .required,
form.mark-required .optional
{
    display: none;
}

form.mark-optional .optional{
    display: block;
}
form.mark-required .required{
    display: inline-block;
}

.questionContent,
.questionContent-below {
    float: left;
    padding-top: 3px;
    padding-left: 0 !important;
    margin-bottom: 0.75em;
}

    .questionContent .subtext {
        font-size: 0.75em;
        text-align: right;
        margin-top: 2px;
    }

        .questionContent .subtext.options {
            text-align: left;
        }

    .questionContent .radioList label {
        margin-right: 10px;
    }

.questionContent-below {
    width: 100%;
}

.questionContent textarea {
    width: 300px;
}

.questionContent button {
    width: 120px;
    padding: 4px;
}

.questionContent .map-canvas button {
    padding: 0;
}

.questionContent.left-margin {
    margin-left: 480px;
}

.questionContent p {
    width: 600px;
    float: left;
    margin: -3px 0 15px 15px;
}

.questionContent span.text-only {
    position: relative;
    top: 6px;
}

.questionName.top-aligned {
    float: none;
    margin-bottom: 3px;
}

    .questionName.top-aligned + .questionContent {
        float: none;
        padding-top: 2px;
    }

        .questionName.top-aligned + .questionContent .subtext {
            text-align: left;
        }

.verticalOptionList {
    margin-top: 7px;
}

.collapsible-region .verticalOptionList {
    margin-top: 13px;
}

.verticalOptionList input {
    margin-bottom: 0.65em !important;
}

.collapsible-region .verticalOptionList label {
    max-width: 560px;
}

@media screen and (max-width:1280px) {
    .verticalOptionList label,
    .collapsible-region .verticalOptionList label {
        max-width: 300px;
    }
}

.verticalOptionList.margin-top {
    margin-top: 10px;
}

.verticalOptionList div {
    position: relative;
}

    .verticalOptionList div input[type="checkbox"],
    .verticalOptionList div input[type="radio"] {
        position: absolute;
    }

        .verticalOptionList div input[type="checkbox"] + label,
        .verticalOptionList div input[type="checkbox"] + input[type="hidden"] + label,
        .verticalOptionList div input[type="radio"] + label,
        .verticalOptionList div input[type="radio"] + input[type="hidden"] + label {
            display: block;
            margin: -5px 0 12px 20px !important;
        }

.collapsible-layout-group > .collapsible-region > section {
    /* background: #C4E0DC;
	border: 2px solid #8FDED8; */
    margin: 10px 0 0 !important;
    padding: 10px 10px 10px 0;
}

.collapsible-layout-group .collapsible-region .twisty-collapsible-region {
    float: right;
    height: 15px;
    display: block;
    padding-left: 18px;
    margin-bottom: 10px;
    width: 125px;
}

.collapsible-layout-group > .collapsible-region > section section {
    background: none;
}

.collapsible-layout-group.collapsible-parent .questionName,
.collapsible-layout-group.collapsible-parent .longQuestionName {
    width: 370px;
}

    .collapsible-layout-group.collapsible-parent .questionName .questionName-text,
    .collapsible-layout-group.collapsible-parent .longQuestionName .questionName-text {
        width: 355px;
    }


.wizard-info-title {
    color: #3574AF;
    margin: 0 0 10px;
    padding-top: 30px;
}

.horizontalOptionList > div {
    float: left;
    padding-top: 7px;
    margin-right: 10px !important;
}

/*input[type="checkbox"],
input[type="radio"] {
	vertical-align: text-top;
}*/

input[type="checkbox"] + label,
input[type="radio"] + label {
    padding: 0 3px 3px;
    margin-left: -3px;
}

/*
.questionContent {
	width: 400px;
	max-width: 90%;
}
*/

.questionContent > input[type="checkbox"] {
    margin-top: 8px;
}

/* Telephone question */
.questionContent .telephone-question * {
    float: left;
}

.questionContent .telephone-question input {
}

.questionContent .telephone-question span.parenthesis {
    font-size: 1.6em;
}

    .questionContent .telephone-question span.parenthesis.hyphen {
        margin: 0 5px;
    }

.questionContent .telephone-question input.cc {
    width: 50px !important;
}

.questionContent .telephone-question input.ac {
    width: 50px !important;
}

.questionContent .telephone-question input.num {
    width: 150px !important;
}

.questionContent .telephone-question > label {
    display: inline-block;
    text-align: right;
    font-size: 0.8em !important;
}

.questionContent .telephone-question.all > label {
    margin-left: 3px;
    width: 65px !important;
}

    .questionContent .telephone-question.all > label + label {
        width: 72px !important;
    }

        .questionContent .telephone-question.all > label + label + label {
            width: 175px !important;
        }

.questionContent .telephone-question.int-mobile > label {
    width: 68px !important;
}

    .questionContent .telephone-question.int-mobile > label + label {
        width: 175px !important;
    }

.questionContent .telephone-question.landline > label {
    width: 60px !important;
}

    .questionContent .telephone-question.landline > label + label {
        width: 175px !important;
    }


.questionContent .telephone-question.mobile > label {
    width: 158px !important;
}

.questionContent input[disabled]:not([type="submit"]):not(.datepickerOpen),
.questionContent textarea[disabled]
{
    margin: 1px;
    line-height: 26px;
    background: none;
    border: none;
    overflow: hidden;
    padding-left: 8px;

}

.questionContent textarea[disabled]{
    overflow: visible;
}

.questionContent select[disabled] {
    margin: 1px;
    line-height: 26px;
    background: none;
    border: none;
    margin-top: 0;
}

.divider {
    margin: 7px 0 10px 0;
    height: 1px;
    background: #d9d9d9;
    border-bottom: 1px solid #ffffff;
}


.questionContent .fileupload-buttonbar {
    margin-bottom: 5px;
    min-height:40px;
}

.questionContent .upload-filelist {
    margin-bottom: 8px;
}

.questionContent .subtext.file {
    text-align: left;
}

.questionContent .bank-account-question span.parenthesis {
    font-size: 1.6em;
}

    .questionContent .bank-account-question span.parenthesis.hyphen {
        margin: 0 5px;
    }

.questionContent .bank-account-question input.bank {
    width: 20px !important;
}

.questionContent .bank-account-question input.branch {
    width: 36px !important;
}

.questionContent .bank-account-question input.account {
    width: 60px !important;
}

.questionContent .bank-account-question input.suffix {
    width: 30px !important;
}

.questionContent .bank-account-question input.bsb {
    width: 50px !important;
}

.questionContent .bank-account-question input.auaccount {
    width: 80px !important;
}

.questionContent .bank-account-question-label > label {
    display: inline-block;
    text-align: right;
    font-size: 0.8em !important;
}

.questionContent .bank-account-question-label.nz > label {
    margin-left: 3px;
    width: 28px !important;
}

    .questionContent .bank-account-question-label.nz > label + label {
        width: 60px !important;
    }

        .questionContent .bank-account-question-label.nz > label + label + label {
            width: 88px !important;
        }
            .questionContent .bank-account-question-label.nz > label + label + label + label {
            width: 55px !important;
        }
.questionContent .bank-account-question-label.au > label {
    margin-left: 3px;
    width: 55px !important;
}

    .questionContent .bank-account-question-label.au > label + label {
        width: 108px !important;
    }

.questionContent .bank-account-question error {
    color: red;
}



.questionContent .date-time .timeLabel {
    margin-left: 100px !important;
}

#form-wrapper div li {
    margin-left: 12px;
}

#form-wrapper ul.leaflet-draw-actions li {
    margin-left: 0;
}

.question-cell > .label > li {
    width: 385px;
}

#recaptcha-validation-message{
    font-style: italic;
    margin: 10px 0px 10px 0px;
    word-wrap: normal;
    text-align: left;

}

.questionContent.recaptcha{
    margin-bottom: 10px;
    width: 350px;
}

/*******Collapsible groups*******/

/*top level*/
/*
.collapsible-layout-group {
	margin-bottom: 2px;
}*/

/*#form-wrapper > div > div > section,*/
.collapsible-layout-group.collapsible-parent {
    padding: 5px 29px;
    background-color: #e5e6e2;
    margin-bottom: 10px;
}

    .collapsible-layout-group.collapsible-parent > .twisty-collapsible-region {
        height: 25px;
        display: block;
        margin-bottom: 0;
        width: 13px;
        margin-left: -28px;
        margin-top: 0;
        padding-left: 10px;
        float: left;
    }

.collapsible-layout-group > .collapsible-region > section .divider {
    background: #DADBD8;
    border-bottom: 1px solid #F6F7F1;
}

/*.repeater-item > a.twisty-collapsible-region.twisty-on,
#EmploymentHistory-AddRegion > div > a.twisty-collapsible-region.twisty-on,
.collapsible-layout-group.collapsible-parent > .twisty-collapsible-region.twisty-on {
    background: url(images/collapse.png) no-repeat center center;
    display: inherit;
    box-shadow: none;
}

.repeater-item .twisty-collapsible-region.twisty-off,
#EmploymentHistory-AddRegion .twisty-collapsible-region.twisty-off,
.collapsible-layout-group.collapsible-parent > .twisty-collapsible-region.twisty-off {
    background: url(images/expand.png) no-repeat center center;
    display: inherit;
    box-shadow: none;
}*/

a.twisty-on
{
    background: url(images/collapse.png) no-repeat center center;
    display: inherit;
    box-shadow: none;
}

a.twisty-off
{
    background: url(images/expand.png) no-repeat center center;
    display: inherit;
    box-shadow: none;
}





.collapsible-layout-group > .twisty-collapsible-region.twisty-on, .collapsible-layout-group > .twisty-collapsible-region.twisty-off {
    display: none;
}



/*second level*/
.collapsible-layout-group.collapsible-parent .collapsible-layout-group.collapsible-parent {
    background-color: #D9D7D7;
    padding-left: 25px;
    width: 99%;
    margin-left: -25px;
}

/***** Address Finder Question *****/
.address-finder .hidden, .here-address-finder .hidden {
    display: none;
}

.address-finder .field-label, .here-address-finder .field-label {
    float: left;
    width: 150px;
}

.address-finder .field {
}

.address-finder .manual-fields > div, .here-address-finder .manual-fields > div {
    margin-top: 10px;
}


/***** Google Map Question *****/
.map .hidden {
    display: none;
}

.map .map-canvas {
    /*width: 100%;*/
    width: 300px;
    height: 400px;
    margin-bottom: 10px;
}

.map .map-address {
    margin-bottom: 10px;
}

.map .ui-autocomplete {
    background-color: white;
    width: 452px;
    border: 1px solid #cfcfcf;
    list-style-type: none;
    padding-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    font-size: 13px;
}

    .map .ui-autocomplete li.ui-menu-item {
        margin-left: 0;
    }

        .map .ui-autocomplete li.ui-menu-item > a.ui-state-hover {
            background-color: #3399FF;
            color: white;
            display: block;
        }


/*Repeater groups*/
.repeater-item {
    margin-bottom: 10px;
    padding: 0 30px 5px;
    background: #edeee3;
}

div.level-1 .repeater-item,
div.level-3 .repeater-item,
div.level-4 .repeater-item {
    background: #e1e1d9;
}

.repeater-item > section,
#EmploymentHistory-AddRegion > div > section {
    background: none !important;
}

.repeater-item .divider,
#EmploymentHistory-AddRegion .divider {
    display: none;
}

.repeater-item .repeater-item-title,
#EmploymentHistory-AddRegion .repeater-item-title {
    float: left;
    padding-top: 20px;
}

/*.repeater-item .twisty-collapsible-region,
#EmploymentHistory-AddRegion .twisty-collapsible-region {
    margin-top: 15px;
    float: left;
    margin-left: -30px;
    font-weight: bold;
    width: 21px;
    height: 21px;
    display: inline-block;
}*/

.twisty-collapsible-region
{
    margin-top: 15px;
    float: left;
    margin-left: -30px;
    font-weight: bold;
    width: 21px;
    height: 21px;
    display: inline-block;
}



.collapsible-layout-group.collapsible-parent > a + div {
    padding-bottom: 5px;
}

/**/
a.info-qtip {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("images/info-icon.png") right center no-repeat;
    margin: 0px 3px;
}

.question-cell {
    float: left;
    max-width: 100%;
    position: relative;
}

    .question-cell a.question-help {
        width: 16px;
        height: 16px;
        display: block;
        background: url("images/help-icon.png") right center no-repeat;
        margin: 0px 5px;
    }

    .question-cell.header-label-help a.question-help {
        margin-top: 30px;
    }

.tooltip-text, a.question-help > span {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.additional-link {
    margin-top: 20px;
}

    .additional-link a {
        text-decoration: underline;
        color: #ffffff;
    }

.help {
    float: right;
    width: 16px;
    height: 16px;
    display: block;
    background: url("images/help-icon.png") right center no-repeat;
}

input.short {
    width: 85px;
}

input.long {
    width: 300px;
}

input.medium {
    width: 200px;
}

#search-address input.long {
    margin-left: 5px;
}

p span {
    font-weight: bold;
}

.ui-datepicker-trigger {
    margin-left: 5px;
}

/***Error markup***/
div.error-question, div.error-parent {
    background: #fde8cd !important;
}



/*
div.error-question input[type='text'],
div.error-question input[type='password'],
div.error-question textarea
{
	border: 1px solid #8a1f03;
	color: #8a1f03;
	background-color: #fbfbfb;
}

div.error-question input[type=checkbox]
{
	background-color: #8a1f03;
}*/

/***Buttons***/

#form-wrapper > .button {
    margin-bottom: 0;
    margin-top: 15px;
}

input[type="submit"].button,
input[type="button"].button,
a.twisty-collapsible-region {
    border-radius: 2px;
    -webkit-border-radius: 3px;
    margin: 0 0 10px 10px;
    float: right;
    padding: 6px;
    box-shadow: 0 1px 1px -1px white inset;
    -webkit-box-shadow: 0 1px 1px -1px white inset;
    -webkit-appearance: none !important;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none !important;
}

    input[type="submit"].button.form-submit {
        float: none;
    }

.button, .fileinput-button a, .link-button a, .save-button {
    background: url(../client-resources?path=images/button-background.png) repeat-x;
}

    .button:hover, .fileinput-button a:hover, .link-button a:hover {
        background: url(../client-resources?path=images/button-background-hover.png) repeat-x;
    }

    .button.grey {
        background: url(images/grey-button-background.png) repeat-x !important;
    }

    .button.grey:hover {
        cursor: default;
    }

    .button.alternative {
        background: url(images/alt-button-background.png) repeat-x !important;
        height: 35px !important;
        min-width: 300px !important;
        color: #000 !important;
        margin-bottom: 10px !important;
    }





    .button:hover,
    .fileinput-button a:hover,
    .link-button a:hover {
        cursor: pointer;
        text-decoration: none;
    }

#dcc-interaction input[type="button"].button.print {
    margin-right: 20px;
}

#dcc-interaction input[type="button"].button.search {
    float: none;
    margin-left: 10px;
}

.button.no-float,
#search-address .button {
    float: none !important;
    margin: -4px 0 0 0 !important;
}

#search-address .button {
    padding: 0.15em 0.35em;
    margin-left: 5px !important;
}

.fileinput-button a,
.link-button a {
    border-radius: 2px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 1px -1px white inset;
    -webkit-box-shadow: 0 1px 1px -1px white inset;
    padding: 0.4em 0.6em;
    display: block;
    float: left;
    margin-right: 10px;
}

input[type="button"].repeater-remove,
input[type="button"].button.repeater-remove {
    background: url(images/remove-button.png) no-repeat !important;
    border: none !important;
    text-indent: -999px;
    overflow: hidden;
    width: 23px;
    height: 23px;
    float: right;
    margin-top: 10px;
}

    input[type="button"].repeater-remove:active,
    input[type="button"].button.repeater-remove:active {
        border-bottom: none !important;
        margin-top: none !important;
    }
/*#EmploymentHistory-AddRegion input[type="button"].repeater-remove {
	margin-top: -40px;
}*/

#EmpHistRepeater-AddRegion input[type="button"].repeater-remove {
    margin-top: -45px;
}

input[type="button"].repeater-remove,
input[type="button"].repeater-remove:hover {
    border: none !important;
}

.bottom-buttons {
    margin-top: 20px;
    margin-right: -15px;
}

    .bottom-buttons .button {
        margin-bottom: 0 !important;
    }

.collapsible-caret {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #1D4265;
    float: left;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 4px;
}

    .collapsible-caret.open {
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

/*** Progress bar ***/
#progress-bar {
    margin: 10px 0 15px 0;
    width: 100%;
}

    #progress-bar > img {
        width: 12px;
        height: 39px;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        border: none;
    }

    #progress-bar .step {
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background: url(images/wizard/wizard-step-background.png) repeat-x;
        background: -webkit-linear-gradient(bottom, #ECECE0, #F6F7F1);
        background: -moz-linear-gradient(bottom, #ECECE0, #F6F7F1);
        background: -ms-linear-gradient(bottom, #ECECE0, #F6F7F1);
    }

    #progress-bar div:first-child {
        border-left: 1px solid #CCCCCC;
    }

        #progress-bar div:first-child.current-step {
            border-left: 1px solid #737373;
        }

    #progress-bar .current-step {
        background: url(images/wizard/wizard-current-background.png) repeat-x;
        background: -webkit-linear-gradient(bottom, #737373, #A2A1A1);
        background: -moz-linear-gradient(bottom, #737373, #A2A1A1);
        background: -ms-linear-gradient(bottom, #737373, #A2A1A1);
        box-shadow: 0 1px 1px -1px white inset;
        border-top: 1px solid #737373;
        border-bottom: 1px solid #737373;
    }

        #progress-bar .current-step span {
            color: White;
        }

    #progress-bar > .step,
    #progress-bar > .current-step {
        float: left;
        height: 37px;
    }

    #progress-bar a, #progress-bar a:visited, #progress-bar a:link, #progress-bar span {
        display: block;
        margin-top: 3px;
        color: #494949;
        float: left;
        font-size: 0.917em;
        font-weight: bold;
        text-align: left;
        margin-left: 10px;
        line-height: 1.15em;
    }


    #progress-bar .current-step span.step_cr,
    #progress-bar .step span.step_cp,
    #progress-bar .step span.step_pf,
    #progress-bar .step span.step_nf {
        width: 14px;
        height: 14px;
        background-position: center center;
        text-align: center;
        color: White;
        font-weight: bold;
        margin: 11px 0 0 15px;
    }

    #progress-bar button {
        background-color: transparent;
        border-width: 0px 0px 0px 0px;
        font-weight: normal;
        font-size: 12px;
        cursor: pointer;
        font-family: Arial, sans-serif;
    }

        #progress-bar button::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

    #progress-bar span.disabled-step {
        color: #a4a4a4;
    }

    #progress-bar .step_nf, #progress-bar .step_cr {
        /*  background: url(images/wizard/step-icon-number.png) no-repeat; */
    }

    #progress-bar .step_pf {
        background: url("images/wizard/incomplete-step.png") no-repeat;
    }

    #progress-bar .step_cp {
        background: url("images/wizard/complete-step.png") no-repeat;
    }

                #progress-bar li .status:after {
                font-family: FontAwesome;
                content: '';
                margin-left: 10px;
            }

        #progress-bar li.complete .status:after {
            content: "\f00c";
        }

        #progress-bar li.progress .status:after {
            content: "\f085";
        }



/*New Dialogue Progress Bar*/
#progress-bar-2{
    margin: 2em 0;
}

#progress-bar-2 a:hover {
    text-decoration: none;
}

#progress-bar-2 .steps-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#progress-bar-2 .steps-table .step {
    display: table-cell;
    position: relative;
    vertical-align: top;
}

#progress-bar-2 .steps-table .step::before {
    width: 14%;
    height: 10px;
    background: #000;
    content: '';
    position: absolute;
    display: block;
    background: #DFE3E4;
    width: 100%;
    height: 2px;
    top: 11px;
    right: 50%;
    margin-left: 1.5em\9;
    z-index: 0;
}

#progress-bar-2 .steps-table .step:first-of-type::before {
    display: none;
}

#progress-bar-2 .steps-table .step.disabled-step {
    color: #999;
}

#progress-bar-2 .steps-table .step a.progress-bar-button {
    color: #333;
    overflow: auto;
    display: block;
    z-index: 1;
    position: relative;
    text-decoration: none;
}


    #progress-bar-2 .steps-table .step a.progress-bar-button:hover .step-name{
        opacity: 0.7;
    }

    #progress-bar-2 .steps-table .step a.progress-bar-button:hover .step-item{
        filter: brightness(107%);
    }

#progress-bar-2 .steps-table .step .step-item{
    border-radius: 50%;
    background: #E0E0E0;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 5px auto;
    z-index: 1;
    position: relative;
}

#progress-bar-2 .steps-table .step .step-item .step-number{
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding-top: 5px;
    font-weight: 600;
}


#progress-bar-2 .steps-table .step .step-item .exclamation {
    font-size: 20px;
    font-family: "Verdana";
    display: block;
}

#progress-bar-2 .steps-table .step .step-name {
    text-align: center;
    display: block;
    padding: 0 1em;
    word-break: break-word;
}

#progress-bar-2 .steps-table .step.current-step .step-name {
    color: #008ed4;
}

#progress-bar-2 .steps-table .step.current-step .step-item,
#progress-bar-2 .steps-table .step.current-step::before {
    background: #008ed4;
    color: #FFF;
}

#progress-bar-2 .steps-table .step.step_cp .step-item,
#progress-bar-2 .steps-table .step.step_cp::before{
    background: #34bd6f;
    color: #FFF;
}

#progress-bar-2 .steps-table .step.step_cp + .step::before {
    background: #34bd6f;
}

#progress-bar-2 .steps-table .step.step_nf .step-item,
#progress-bar-2 .steps-table .step.step_nf::before{
    background: #E0E0E0;
}

#progress-bar-2 .steps-table .step.step_nf + .step::before,
#progress-bar-2 .steps-table .step.step_pf + .step.step_nf::before,
#progress-bar-2 .steps-table .step.step_cp + .step.step_nf::before
{
    background: #E0E0E0;
}

#progress-bar-2 .steps-table .step.step_pf .step-item,
#progress-bar-2 .steps-table .step.step_pf::before{
    background: #f79323;
    color: #FFF;
}

#progress-bar-2 .steps-table .step.step_pf + .step::before {
    background: #f79323;
}

#progress-bar-2 .step-bar {
    display: none;
}


/*New Vertical Dialogue Progress Bar*/
#progress-bar-2.vertical .steps {
    width: 100%;
    display: none;
}

#progress-bar-2.vertical .steps-table {
    display: block;
    table-layout: auto;
}
#progress-bar-2.vertical .steps-table .step {
    margin-bottom: 2px;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

#progress-bar-2.vertical .steps-table .step::before {
    width: 2px;
    height: 2em;
    top: -20px;
    left: 11px;
    margin-left: 1.5em\9;
    z-index: 0;
}
#progress-bar-2.vertical .steps-table .step .step-item {
    float: left;
    margin-top: 0 !important;
}

#progress-bar-2.vertical .steps-table .step .step-name {
    text-align: left;
    float: left;
    margin-top: 0.8em !important;
    text-align: left;
    float: left;
    margin-top: 5px !important;
    font-size: 13px;
}

#progress-bar-2.vertical .step-bar {
    margin-top: 1em;
    margin-bottom: 1em;
    height: auto;
    overflow: auto;
    display: block;
}

#progress-bar-2.vertical .step-bar:hover  {
    opacity: 0.8;
    color: #999;
}

#progress-bar-2.vertical .step-bar .step-bar-header h2 {
    margin: 0;
}

#progress-bar-2.vertical .step-bar .step-bar-header .current-step-title {
    flex: 1;
    position: relative;
    margin-right: 80px;
}

#progress-bar-2.vertical .step-bar .step-bar-header .current-step-title h2 {
    color: #333;
    bottom: 0;
}

#progress-bar-2.vertical .step-bar .step-bar-header .progress-nums {
    float: right;
    margin-left: 1em;
    width: 100px;
    position: relative;
    margin-top: 0;
}

#progress-bar-2.vertical .step-bar .step-bar-header .progress-nums h2 {
    color: #999;
    font-weight: 600;
    font-size: 1.2em;
    position: absolute;
    bottom: 0;
    right: 0;
}

#progress-bar-2.vertical .step-bar .step-bar-header .progress-nums .step-bar-caret {
    margin-left: 0.5em;
}

#progress-bar-2.vertical .step-bar .step-bar-header .progress-nums .step-bar-header {
    display: flex;
}

#progress-bar-2.vertical .step-bar .step-bar-line {
    width: 100%;
    height: 5px;
    float: left;
    display: table;
    table-layout: fixed;
    margin: 4px 0;
}

#progress-bar-2.vertical .step-bar .step-bar-line .step-bar-line-bg,
#progress-bar-2.vertical .step-bar .step-bar-line .step-bar-line-fg {
    display: table-cell;
    height: 100%;
}

#progress-bar-2.vertical .step-bar .step-bar-line .step-bar-line-bg {
    background: #CCC;
}

#progress-bar-2.vertical .step-bar .step-bar-line .step-bar-line-fg {
    background: #008ed4;
}

#progress-bar-2.vertical .step-bar.pf .step-bar-line .step-bar-line-fg {
    background: #f79323;
}

/*New Vertical Dialogue Progress Bar - Expanded*/
#progress-bar-2.vertical.open .steps{
    display: block;
}

#progress-bar-2.vertical.open .step-bar .step-bar-header .progress-nums .step-bar-caret i {
    transform: rotate(180deg);
}

#dropdown-progress-bar {
    height: 50px;
    margin: 10px 0 0px 0;
    width: 100%;
}

    #dropdown-progress-bar .dd-container,
    #dropdown-progress-bar .dd-container .dd-select,
    #dropdown-progress-bar .dd-container .dd-options {
        width: 520px;
    }


    #dropdown-progress-bar > div {
        float: left;
    }

    #dropdown-progress-bar div.wizard-step-arrow button {
        border: 0;
        border-radius: 0;
        width: 90px;
        height: 38px;
        cursor: pointer;
    }

        #dropdown-progress-bar div.wizard-step-arrow button span {
            font-weight: normal;
        }

    #dropdown-progress-bar > div.wizard-step-arrow > button.previous {
        background: url("images/wizard/wizard-arrow-prev.png") no-repeat;
    }

    #dropdown-progress-bar > div.wizard-step-arrow > button.next {
        background: url("images/wizard/wizard-arrow-next.png") no-repeat;
    }

    #dropdown-progress-bar .dd-select {
        background: url("images/wizard/navigation-dropdown-bg.png") repeat-x;
    }

    #dropdown-progress-bar a {
        text-decoration: none;
    }

        #dropdown-progress-bar a.dd-selected {
            color: #fff;
        }

    #dropdown-progress-bar .dd-selected-text {
        font-size: 1.2em;
    }

    #dropdown-progress-bar .dd-option-selected {
        background: #f0f7ff;
    }

    #dropdown-progress-bar .dd-option:hover {
        background: #ccc;
    }

    #dropdown-progress-bar .dd-option.dd-option-disabled:hover {
        background: #fff;
    }

    #dropdown-progress-bar .dd-option.dd-option-disabled label {
        color: #ccc;
        font-style: italic;
    }

/***Fieldset***/
fieldset {
    position: relative;
    border: 1px solid #bbbaba;
    margin-bottom: 10px;
}

    fieldset legend {
        font-size: 1.2em;
        font-weight: bold;
        color: #3574AF;
        margin-left: 10px;
        padding: 0 5px;
    }


/*Step Heading, title*/
#step-heading, .title {
    background: url(images/step-heading-background.png) repeat-x;
    background: -webkit-linear-gradient(bottom, #ECEDE1, #F6F7F1);
    background: -moz-linear-gradient(bottom, #ECEDE1, #F6F7F1);
    background: -ms-linear-gradient(bottom, #ECEDE1, #F6F7F1);
    color: #333333;
    border: 1px solid #D7D7D7;
    border-bottom: none;
    padding: 3px 5px 5px 5px !important;
}

#step-heading{
    min-height: 30px;
    height: auto;
    overflow: hidden;
}

    #step-heading .step-title{
        overflow:hidden;
        width: auto;
        float: none;
    }

    #step-heading .step-buttons{
        float:right;
        width: auto;
    }

        #step-heading .step-buttons input {
            margin-bottom: 0;
        }

    #step-heading h1, .title h1,
    #step-heading h2, .title h2 {
        margin: 5px 0 0 10px;
        display: inline-block;
        font-size: 1.333em;
        color: #333333;
        text-shadow: 0 1px #fafafa;
    }

        #step-heading h1 > span {
            font-weight: normal;
        }

/***Selections - consents, contacts, jobs etc***/
.note {
    max-width: 800px;
    margin: 10px 0 20px 0;
}

.note {
    font-style: italic;
}

    .note.important {
        font-weight: bold;
    }

    .note ul {
        padding-left: 10px;
    }

    .note li {
        background: transparent url("images/bullet.png") no-repeat left center;
        padding-left: 15px;
    }

.contacts {
    background: #DFDFDF;
    border-bottom: 1px solid #FFFFFF;
    display: block;
}

    .contacts li {
        list-style-type: none;
        margin-bottom: 15px;
    }

#address-region > span {
    margin: 10px 0;
    display: block;
}

.dialogue-selection .option,
.dialogue-selection label {
    position: relative; /*needs to be relatived positioned so label can sit above option div making entire div clickable*/
}

.dialogue-selection .option {
    background: #e1e2d9;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.dialogue-selection label {
    display: block;
    cursor: pointer;
    font-size: 1.313em;
    font-weight: bold;
    padding: 15px 20px 20px 20px;
    color: #333333;
}

    .dialogue-selection label:hover {
        background: #CECECE;
        color: black;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .dialogue-selection label a {
        margin-left: 7px;
        font-size: 0.85em;
    }

    .dialogue-selection label a:hover {
		text-decoration:underline;
	}

.dialogue-selection .option div {
    font-size: 12px;
    font-weight: normal;
    position: relative;
}

    .dialogue-selection .option div p:first-child {
        margin-bottom: 3px;
    }

    .dialogue-selection .option div p + p {
        margin-bottom: 8px;
    }

    .dialogue-selection .option div.clear {
        float: none;
        margin: 0;
    }

.property-selection-text {
    width: 90%;
}

.dialogue-selection .facility-more-info {
    display: table;
}

#select-title {
    display: block;
    font-size: 1.438em;
    padding: 0.3em;
    margin-top: 15px;
}



.term-and-con {
    max-height: 300px;
    overflow: auto;
}





/***Address selection, contacts, employment***/

.dialogue-selection dt,
.dialogue-selection dd,
.contacts dt,
.contacts dd {
    float: left;
}

.dialogue-selection dt,
.contacts dt {
    font-weight: bold;
    padding-right: 5px;
}

.dialogue-selection dd,
.contacts dd {
    margin-right: 7px;
}

.dialogue-selection h3 a {
    margin-left: 2em;
    font-size: 0.75em;
}






/***Contacts***/
.contacts ul {
    padding-top: 10px;
}

    .contacts ul li {
        display: inline;
        margin-right: 3em;
    }

.contacts h3 {
    float: left;
}

    .contacts h3 span {
        font-size: 0.75em;
        margin-left: 4em;
    }

.contacts a {
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

.contacts dl {
    margin-top: 5px;
    padding-bottom: 15px;
}

/***Confirmation***/
#confirmation p {
    margin-bottom: 0.5em;
    font-size: 1.125em;
}



/***Validation summary***/

.validation-summary-valid {
    display: none;
}

.validation-errors {
    background: url("images/error-icon.png") top left no-repeat #fde8cd;
    color: #7b0000;
    margin: 0 auto 15px auto;
    border: 2px solid #b00000;
    border-radius: 2px;
    padding: 10px 10px 10px 69px !important;
    font-weight: bold;
    font-size: 1.167em;
}

    .validation-errors ul {
        margin-top: 5px;
    }

        .validation-errors ul li {
            list-style-type: disc;
            font-weight: normal;
            font-size: 0.857em;
            list-style-position: inside;
        }

.success-message {
    background: url("images/success-tick.png") center left no-repeat #edfcd6;
    color: #608A2C;
    margin: 0 auto 15px auto;
    padding: 10px 10px 10px 60px !important;
    font-weight: bold;
    font-size: 1.167em;
}

.error-message {
    background: url("images/error-icon-small.png") center left no-repeat #fde8cd;
    color: #7b0000;
    margin: 0 auto 15px auto;
    padding: 10px 10px 10px 60px !important;
    font-weight: bold;
    font-size: 1.167em;
}

.tip {
    background: url("images/tip-icon.png") center left no-repeat #f5f5f5;
    color: #3487be;
    margin: 0 auto 15px auto;
    padding: 10px 10px 10px 60px !important;
    font-weight: bold;
    font-size: 1.167em;
}

/***My Account***/
.account-link div {
    display: block;
    font-size: 1.556em;
    margin: 5px 0 5px;
}

.account-link.error, .account-link.error:hover, .account-link.error a, .account-link.error a:hover {
    background: #909090 !important;
    color: white;
    cursor: default;
}


#applications-wrapper {
}

#account-details {
}

#filter {
    padding: 20px;
    margin-bottom: 15px;
}

    #filter h2 {
        float: none;
        margin-bottom: 0.5em;
    }

.applications #FilterCategory {
    margin-left: 20px;
}

.applications h2 {
    margin-bottom: 0.5em;
}

.applications table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
    /* border-top: 1px solid #ebebeb; */
    margin-top: 10px;
}

.applications table td {
    overflow-wrap: break-word;
}

.sessions-grid .applications table {
    margin-top: -15px;
}

.applications tr {
    border-bottom: 1px solid #EBEBEB;
}

.applications table thead tr,
.applications table tfoot tr {
    background: #EBEBEB;
}

.applications table th,
.applications table tfoot tr {
    height: 20px;
}

.applications table tfoot tr {
    text-align: right;
    border-bottom: none;
}

.applications table th,
.applications table a {
    font-weight: bold;
}

    .applications table th a {
        text-decoration: none;
        color: #000000;
    }

        .applications table th a span.sort-both {
            background: none;
        }

        .applications table th a span.sort-up {
            background: url("images/grid/grid-sort-up.png");
        }

        .applications table th a span.sort-down {
            background: url("images/grid/grid-sort-down.png");
        }

        .applications table th a span.sort-both,
        .applications table th a span.sort-up,
        .applications table th a span.sort-down {
            background-position: right 3px center;
            background-size: 8px 8px;
            background-color: transparent;
            background-repeat: no-repeat;
            padding-right: 18px;
            font-size: 15px;
}

.applications table th,
.applications table td {
    padding: 7px;
}

    .applications table th:last-child,
    .applications table td:last-child {
        padding-right: 15px;
    }

#user-table table th:first-child:hover {
    background: #e8e6e6;
    cursor: pointer;
}


.applications .show {
    padding: 10px 0 0;
    color: #5894DE;
    cursor: pointer;
}

.account-link {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}

    .account-link a {
        display: block;
        margin: 0 10px;
        padding: 15px;
        background: #5491D9;
        font-size: 1.385em;
        min-height: 92px;
    }

        .account-link a, .account-link a:link, .account-link a:visited {
            color: white;
        }


            .account-link a:hover {
                text-decoration: none !important;
                color: #333333;
                background: #64a0e6;
            }


.applications#dogs {
    background: none;
    border: none;
    padding: 0 !important;
}

    .applications#dogs .dog {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
        width: 24%;
        min-width: 170px;
    }

        .applications#dogs .dog > div {
            margin-right: 20px;
            font-size: 13px;
        }

        .applications#dogs .dog a.moreInfo {
            background-color: #74C3EB;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .applications#dogs .dog > div > h4 {
            font-size: 1em;
            margin-top: 5px;
        }

        .applications#dogs .dog a.action {
            border: 1px solid #d9d7d7;
            border-radius: 2px;
            padding: 5px 7px;
            background: #EFEFEF;
            background: -webkit-linear-gradient(bottom, #e8e7e7, #EFEFEF);
            background: -moz-linear-gradient(bottom, #e8e7e7, #EFEFEF);
            background: -ms-linear-gradient(bottom, #e8e7e7, #EFEFEF);
            color: #333333;
            font-weight: bold;
            display: block;
            cursor: pointer;
        }

            .applications#dogs .dog a.action:hover,
            .applications#dogs .dog a.action.selected {
                text-decoration: none;
                border-color: #a6a6a6;
                background: #F4F4F4;
            }

            .applications#dogs .dog a.action.selected {
                border-bottom-color: transparent;
            }

            .applications#dogs .dog a.action span {
                float: right;
            }

        .applications#dogs .dog div.actionMenu {
            background: #428BB0;
        }

            .applications#dogs .dog div.actionMenu li a {
                color: white;
                font-weight: bold;
                display: block;
                padding: 7px 10px;
            }

            .applications#dogs .dog div.actionMenu li a:hover {
                text-decoration: none;
            }


.applications #add-dog-wrapper {
    width: 24%;
    min-width: 170px;
    display: inline-block;
}

    .applications #add-dog-wrapper #add-dog {
        margin-right: 20px;
        padding: 10px;
        font-weight: bold;
        background: #2C5785;
        color: white;
        display: block;
    }

.applications#dogs .dog a.moreInfo:hover {
    background-color: #428BB0 !important;
}

.applications #add-dog-wrapper #add-dog:hover {
    background-color: #428BB0 !important;
}

.applications#dogs .dog.long {
    width: 48%;
    padding-right: 3px;
}

    .applications#dogs .dog.long .dog-info {
        margin-right: 17px;
    }

.applications #add-dog-wrapper #add-dog:hover {
    text-decoration: none;
}

.applications #add-dog-wrapper #add-dog h3 {
    font-size: 1.313em;
}

    .applications #add-dog-wrapper #add-dog h3 span {
        float: right;
    }

.applications#dogs a.moreInfo {
    display: block;
    background: url("images/my-account-dropdown.png") right center no-repeat;
}

    .applications#dogs a.moreInfo:hover,
    .applications#dogs a.moreInfo:link {
        text-decoration: none;
        cursor: pointer;
    }

    .applications#dogs a.moreInfo h3 {
        font-size: 1.313em;
        padding: 10px;
        color: white;
    }

        .applications#dogs a.moreInfo h3:hover {
            text-decoration: none !important;
        }

    .applications#dogs a.moreInfo.open {
        background: url("images/my-account-dropdown-up.png") right center no-repeat;
        background-color: #428BB0;
    }

.applications#dogs .dog .dogDetails > div:first-child {
    background: #E5E9EB;
    padding: 10px;
    height: auto;
}

.applications#dogs .dog .dogDetails > div:first-child + div > ul > li:hover {
    background: #74C3EB;
}

.applications#dogs .dog .dogDetails h4 {
    margin-bottom: 10px;
}

.applications#dogs .dog .dogDetails p {
    line-height: 1.7em;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

    .applications#dogs .dog .dogDetails p b {
        display: inline-block;
        width: 90px;
    }

/*@media screen and (min-width: 380px) and (max-width: 880px) {
    .collapsible-layout-group.collapsible-parent .collapsible-layout-group.collapsible-parent {
	    margin-left: 0px;
    }
}*/

@media screen and(max-width: 720px) {
    .applications#dogs .dog,
    .applications #add-dog-wrapper,
    .account-link {
        width: 32% !important;
    }
}

@media screen and(max-width: 540px) {
    .applications#dogs .dog,
    .applications #add-dog-wrapper,
    .account-link {
        width: 49% !important;
    }
}

@media screen and(max-width: 380px) {
    .applications#dogs .dog,
    .applications #add-dog-wrapper,
    .account-link {
        width: 99% !important;
    }
}

/*Register dogs*/
.dogs#registerDogs {
    margin: 10px 0;
}

    .dogs#registerDogs h2 {
        margin: 15px 0 10px;
    }

    .dogs#registerDogs label {
        font-weight: bold;
    }

    .dogs#registerDogs p {
        margin-top: 5px;
        font-size: 0.923em;
    }

    .dogs#registerDogs a.button,
    .dogs#registerDogs a.button_disabled {
        display: inline-block;
    }

.ui-dialog-content.ui-widget-content {
    max-height: 700px;
}

button#registerDogsBtn {
    display: block;
    padding: 5px;
    color: #121212;
    font-weight: bold;
}

    button#registerDogsBtn.button:hover {
        color: white;
    }

/**/

#details {
    background: #EDEDED;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
    height: 162px;
}

    #details .profile-info {
        float: left;
        margin-right: 15px;
        min-width: 200px;
    }


#account-details h2 {
    float: none;
    text-transform: capitalize;
}

#account-details #details .button {
    margin-top: 25px;
}

#account-details h4,
#registerDogs h4 {
    font-size: 1em;
    margin: 12px 0 2px 0;
}

#details #map-canvas {
    right: 0;
    position: absolute;
    top: 0;
    height: 182px;
    width: 250px;
}

.map-labels {
     color: black;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 15px;
     font-weight: bold;
     text-align: center;
     width: 40px;
     white-space: nowrap;
   }

/* Tasks - moved from admin css */
#tasks {
    background: #3C3C3C;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

#tasks .task-title {
        font-size: 1.8em;
        color: #ffffff;
        font-weight: normal;
        line-height: 2em;
        margin-left: 20px;
}

#tasks .task-link a{
    position: absolute;
    top: 465px;
    margin-left: 22px;
    color: #ffffff;
}

    #tasks .task-title:hover,#tasks .task-link a:hover {
        color: #61BBE9;
        text-decoration: none;
        cursor: pointer;
    }

    #tasks .task-title.active {
        color: #61BBE9;
        text-decoration: none;
        cursor: default;
    }

#tasks .task-title.active:hover {
        color: #61BBE9;
        text-decoration: none;
        cursor: default;
}

#tasks ul{
    overflow: hidden;
}
    #tasks ul li {
        width: 33.33%;
        min-height: 105px;
        float: left;
        margin: 0;
        transition: 0.2s;
    }

    #tasks ul li .task-wrapper{
        padding: 10px;
        margin: 0 10px 10px 10px;
        line-height: 1.6em;
        list-style-position: inside;
        background: #494949;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(46,46,46,1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(46,46,46,1);
        box-shadow: 0px 0px 10px 0px rgba(46,46,46,1);
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 0px solid #000000;
        min-height: 110px;
    }

     #tasks div.task-links
     {
        font-size: 0.9em;
        text-align: right;
     }
.leaflet-map-labels {
    border: none !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: center !important;
    width: 40px !important;
    white-space: nowrap !important;
	background: none !important;
    position: absolute;
    z-index: 8;
}

.leaflet-map-labels:before, .leaflet-map-labels:after {
	border: none !important;
}

.leaflet-routing-container {
    display: none;
}


    #tasks ul li a:hover {
        text-decoration: none;
    }

    #tasks div.task-links a {
        color: #61BBE9;
    }

    #tasks div.task-links a:hover{
        cursor: pointer;
        text-decoration: underline;
    }


    #tasks .task-list {
        padding: 10px;
        padding-top: 0;
        padding-bottom: 50px;
    }

    #tasks .task-list .task-message {
        color: white;
        font-size: 14px;
    }


.my-tasks {
    font-family: 'Open Sans', sans-serif;
}

#tasks .task-top, #tasks .task-bottom {
    float: right;
    color: #C4C4C4;
    margin-top: -15px;
    width: 100%;
    position: absolute;
    right: 10px;
}

#tasks .task-bottom {
    top: 450px;
    right: 10px;
    position: absolute;
}

#tasks .task-top {
    margin-top: 5px;
}

#tasks .task-arrow {
    margin: 0 auto;
    width: 10px;
    color: #ffffff;
    cursor: pointer;
}

    #tasks .task-arrow:hover {
        color: #F37121;
    }

#tasks .task-filter.asc:after, #tasks .task-filter.desc:after {
    content: "";
    height: 0;
    width: 0;
    background-size: 100%;
    float: right;
}

#tasks .task-filter.asc:after {
    background: url(images/up-arrow-grey.png);
    background-size: 100%;
    width: 5px;
    height: 3px;
    margin-top: 5px;
}

#tasks .task-filter.desc:after {
    background: url(images/down-arrow-grey.png);
    background-size: 100%;
    width: 5px;
    height: 3px;
    margin-top: 5px;
}

#tasks .task-filter {
    float: right;
    margin-top: -16px;
    margin-right: 10px;
    width: 30px;
}

#tasks .task-heading {
    color: #ffffff;
    font-size: 1.0em;
}
#tasks .task-heading a{
    color: #61BBE9;
}

#tasks .task-date {
    color: #D3D3D3;
    font-size: 1.0em;
}

#tasks .task-description {
    color: #D3D3D3;
    font-size: 1.0em;
    font-weight: 300;
    margin-top: 5px;
    line-height: 17px;
}

#tasks .task-heading.task-urgent:after {
    background: url(images/error-icon-small.png);
    background-size: 35px;
    width: 35px;
    height: 35px;
    float: right;
    content: "";
}

#tasks .task-heading.task-completed:after {
    background: url(images/tick.png);
    background-size: 35px;
    width: 35px;
    height: 35px;
    float: right;
    content: "";
}


/*** Dialogue view (admin & My account) ***/
.application-summary .latest-action {
    color: #000000;
    font-weight: bold;
}

.application-summary {
    padding-bottom: 20px;
}

    .application-summary h1 {
        font-size: 2em;
        color: #333333;
        font-weight: normal;
        border-bottom: 3px solid #3574AF;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .application-summary dl dt,
    .application-summary dl dd,
    .application-summary div.symbol-section div.symbol-label,
    .application-summary div.symbol-section div.symbol-value {
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .application-summary dl dt,
    .application-summary .headerInfo .row .label,
    .application-summary div.symbol-section div.symbol-label {
        float: left;
        width: 190px;
    }

    .application-summary div.symbol-section div.symbol-label {
        width: 600px;
        /*width: auto;*/
        border-bottom: none; /*prob change this*/
    }

    .application-summary div.symbol-section div.symbol-value {
        margin-left: 10px;
        float: left;
        /*width: 73%;*/
        border-bottom: none; /*prob change this*/
    }

    .application-summary dl dd,
    .application-summary .headerInfo .row .data,
    .application-summary div.symbol-section div.symbol-value {
        font-weight: bold;
    }

        .application-summary dl dd:after {
            content: '\0000a0'; /* HACK: Stops dds with empty values from collapsing */
        }

    .application-summary h2 {
        float: none;
        font-size: 1.333em;
        margin: 15px 0 5px 0;
    }

    .application-summary table {
        border-collapse: collapse;
        padding: 0;
        border: none;
    }

        .application-summary div.uploaded-filelist tbody td {
        border-bottom-style: none;
    }

    .application-summary div.uploaded-filelist tbody td:first-child + td {
        width: 440px;
    }

    .application-summary tbody td a.button {
        margin-top: 0;
    }

    .application-summary > div > h2 {
        padding-top: 25px;
        border-top: 1px solid #d9d9d9;
        color: #2F83C5;
        margin-bottom: 10px;
        margin-top: 0;
    }

        .application-summary > div > h2.no-decoration {
            padding-top: 10px;
            border-top-width: 0px;
        }

    .application-summary > div > div {
        border-bottom: 1px solid #f0efef;
        padding: 7px 10px;
    }

        .application-summary > div > div > span {
            float: right;
            width: 73%;
        }

            .application-summary > div > div > span > ul > li {
                font-weight: bold;
            }

    /*possibly can remove this eventually*/
    .application-summary > div > h1,
    .application-summary > div > span {
        display: none;
    }

    .application-summary div.repeater-list > ul > li {
        margin-top: 10px;
    }

        .application-summary div.repeater-list > ul > li > h4 {
            margin-bottom: 10px;
        }

    .application-summary span.no-answer {
        font-style: italic;
        font-weight: normal;
    }

    .application-summary div.headerInfo {
        float: left;
        width: 70%;
    }

    div.headerInfo a.button {
        margin-left: 10px;
        margin-top: -1px;
        margin-bottom: 0;
        padding: 6px;
    }

   div.headerInfo form {
        display: block;
        width: auto;
        height:  100%;
        overflow: auto;
        float: right;
    }

    div.headerInfo input.button {
        position: relative;
        float: left;
        display: block;
        margin: 0 0 0 10px;
        padding: 6px 30px;
    }


    div.headerInfo .data {
        width: auto;
        overflow: visible;
        height: 100%;
        display: block;
        min-height: 100%;
        position: relative;
    }

    div.headerInfo .row {
        position: relative;
        overflow: auto;
    }

    div.headerInfo .label-wrapper {
        position: relative;
        height: 100%;
        overflow: visible;
        float: left;
        min-height: 100%;
    }

    div.headerInfo .label-wrapper .label{
        position:relative;
    }


    /* subtabs */
    .application-summary div#dialogue-tabs-nav {
        padding-top: 20px;
        padding-left: 0px;
        border-bottom: none;
    }

        .application-summary div#dialogue-tabs-nav li {
            font-size: 2em;
            display: inline;
            padding-right: 30px;
        }

            .application-summary div#dialogue-tabs-nav li a,
            .application-summary div#dialogue-tabs-nav li a:link,
            .application-summary div#dialogue-tabs-nav li a:visited,
            .application-summary div#dialogue-tabs-nav li a:hover {
                color: #5894de;
                text-decoration: none;
            }

            .application-summary div#dialogue-tabs-nav li.active a {
                color: #000080;
                font-weight: bold;
            }

    /* History tab */
    .application-summary .history-table {
        width: 90%;
    }

        .application-summary .history-table.staff td:first-child {
            width: 15%;
        }

        .application-summary .history-table.cust td:first-child {
            width: 20%;
        }

        .application-summary .history-table.staff td:first-child + td {
            width: 15%;
        }

        .application-summary .history-table.cust td:first-child + td {
            width: 85%;
        }

        .application-summary .history-table td:first-child + td + td {
            width: 50%;
            white-space: pre-wrap;
            word-wrap: break-word;
            word-break: break-all;
            white-space: normal;
        }

        .application-summary .history-table tbody td {
            min-width: 25px;
            height: 25px;
            border-bottom: 1px solid #D9D9D9;
        }

        .application-summary .history-table td:first-child + td {
            padding-right: 5px;
        }

        .application-summary .fileupload-Description,
        .application-summary .fileupload-buttonbar,
        .upload-controls .fileupload-Description,
        .upload-controls .fileupload-buttonbar,
        .upload-form .fileupload-Description,
        .upload-form .fileupload-buttonbar{
            margin-top: 5px;
        }

        .upload-form .fileupload-info,
        .application-summary .fileupload-info{
            margin-top: 10px;
        }

    /* Buttons and links */
    .application-summary a#uploadButton.grey:hover {
        background: url(images/grey-button-background.png) repeat-x !important;
        cursor: default;
    }

.booking-action-buttons a.downloadPDF,
    .application-summary a.downloadPDF {
        background: url("images/pdf.png") top center no-repeat;
        display: block;
        text-align: center;
        padding-top: 75px;
        margin-left: 20px;
        margin-top: 10px;
    }

.booking-action-buttons a.downloadDOCX,
    .application-summary a.downloadDOCX {
        background: url("images/doc.png") top center no-repeat;
        display: block;
        text-align: center;
        padding-top: 75px;
        margin-left: 30px;
        margin-top: 10px;
    }

.booking-action-buttons a.downloadXML,
    .application-summary a.downloadXML {
        background: url("images/xml.png") top center no-repeat;
        display: block;
        text-align: center;
        padding-top: 75px;
        margin-left: 30px;
        margin-top: 10px;
    }

/*.application-summary .outputBuilderOutput tbody td{
    border: none;
}*/

.application-summary .vertical{
    font-family: "Open Sans", Arial, sans-serif;
}

    .application-summary .vertical div.symbol-label,
    .application-summary .vertical div.symbol-section div.symbol-label{
        font-size: 11px;
        font-weight: 500;
    }

    .application-summary .vertical dl dt,
    .application-summary .vertical div.symbol-label,
    .application-summary .vertical div.symbol-section dl dt,
    .application-summary .vertical div.symbol-section div.symbol-label{
        width: 100%;
    }

    .application-summary .vertical dl dt,
    .application-summary .vertical dl dd,
    .application-summary .vertical div.symbol-label,
    .application-summary .vertical div.symbol-value,
    .application-summary .vertical div.symbol-section div.symbol-label,
    .application-summary .vertical div.symbol-section div.symbol-value
    {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .application-summary .vertical span.no-answer{
        color: #CCC;
    }

    .application-summary .vertical div.symbol-value,
    .application-summary .vertical div.symbol-section div.symbol-value
    {
        margin-left: 0;
        margin-bottom: 6px;
        font-size: 16px;
        margin-top: -3px;
    }
    .application-summary .vertical dl dd,
    .application-summary .vertical div.symbol-value {
        font-weight: bold;
    }

    .application-summary .editable-group {
        border: 1px solid transparent;
        display: inline-block;
        margin-left: -10px;
        transition: 0.2s;
        border-radius: 3px;
    }

    .application-summary .editable-group .enable-edit-mode{
        display: inline-block;
        padding: 0 3px;
    }

    .application-summary .editable-group:hover {
        border-color: #CCC #CCC #CCC #CCC;
        border-style: solid;
        border-width: 1px;
        transition: 0.2s;
    }

    .application-summary .editable-group span {
        float: left;
        transition: 0.2s;
        padding: 0 10px;
    }

    .application-summary .editable-group:hover .enable-edit-mode {
        background: #EEE;
    }

    .application-summary .edit-mode .saveable-group {
        display: inline-block;
        border-radius: 3px;
        border: 1px solid #CCC;
    }

    .application-summary .edit-mode .saveable-group .icon{
        background: #EEE;
        height: 26px;
        border-left: 1px solid #CCC;
        vertical-align: middle;
        padding: 0 5px !important;
        line-height: 26px;
        float: left;
    }

    .application-summary .edit-mode .saveable-group input,
    .application-summary .edit-mode .saveable-group select,
    .application-summary .edit-mode .saveable-group textarea{
        border: none !important;
        float: left;
    }

    .application-summary .edit-mode .icon,
    .application-summary .view-mode .icon{
        color: #666;
        cursor: pointer;
        line-height: 1;
        padding: 0 3px;
    }

    .application-summary .edit-mode{
        display: none;
    }

    .application-summary .fa.icon.edit {
        color: #666;
    }

    .application-summary .fa.icon.save{
        color: #2ECC71;
    }

    .application-summary .fa.icon.cancel{
        color: crimson;
    }

    .application-summary .fa.icon:hover{
        opacity: 0.7;
        transition: 0.2s;
    }

.finance-apportionment {
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 2px;
    margin-bottom: 20px;
}

/***Buttons***/

a.button, div.button.dropdown, button#registerDogsBtn {
    background: #3574af;
    background: -webkit-linear-gradient(bottom, #3776b2, #5794dd);
    background: -moz-linear-gradient(bottom, #3776b2, #5794dd);
    background: -ms-linear-gradient(bottom, #3776b2, #5794dd);
    color: white !important;
    text-shadow: 0 1px #2d6191;
    border: 1px solid #2d6191;
    border-radius: 2px;
    box-shadow: 0 1px 1px -1px white inset;
    margin: 10px 5px 0 0;
    padding: 6px;
    font-weight: bold;
    cursor: pointer;
}

.file-button {
    margin: 0 !important;
    cursor: pointer;
}

button#registerDogsBtn:disabled, button#registerDogsBtn:disabled:hover {
    background: url(images/alt-button-background.png) repeat-x !important;
    color: black !important;
    border: none;
    text-shadow: none;
}

a.button:hover, div.button.dropdown:hover, button#registerDogsBtn:hover {
    background: #4daaac;
    background: -webkit-linear-gradient(bottom, #84ebd8, #4daaac);
    background: -moz-linear-gradient(bottom, #84ebd8, #4daaac);
    background: -ms-linear-gradient(bottom, #84ebd8, #4daaac);
    border: 1px solid #419091;
}


.buttons a, buttons a:hover {
    background: #c5c5c5;
    background: -webkit-linear-gradient(bottom, #bbbaba, #c5c5c5);
    background: -moz-linear-gradient(bottom, #bbbaba, #c5c5c5);
    background: -ms-linear-gradient(bottom, #bbbaba, #c5c5c5);
    color: #7f7f7f !important;
    text-shadow: 0 1px #d8d8d8;
    border: 1px solid #aaa8a8;
    border-radius: 2px;
    box-shadow: 0 1px 1px -1px white inset;
    padding: 0.4em 0.6em;
    font-weight: bold;
    cursor: default;
    width: 110px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}


.buttons a.active {
    background: #3574af;
    background: -webkit-linear-gradient(bottom, #3776b2, #5794dd);
    background: -moz-linear-gradient(bottom, #3776b2, #5794dd);
    background: -ms-linear-gradient(bottom, #3776b2, #5794dd);
    color: white !important;
    text-shadow: 0 1px #2d6191;
    border: 1px solid #2d6191 !important;
    border-radius: 2px;
    box-shadow: 0 1px 1px -1px white inset;
    padding: 0.4em 0.6em;
    font-weight: bold;
}

.buttons a.active:hover {
    background: #4daaac;
    background: -webkit-linear-gradient(bottom, #84ebd8, #4daaac);
    background: -moz-linear-gradient(bottom, #84ebd8, #4daaac);
    background: -ms-linear-gradient(bottom, #84ebd8, #4daaac);
    border: 1px solid #419091 !important;
}

a.button_disabled {
    border: 1px solid #e7e5e5 !important;
    background: -webkit-linear-gradient(bottom, #f3f2f2, #f4f4f4);
    background: -moz-linear-gradient(bottom, #f3f2f2, #f4f4f4);
    background: -ms-linear-gradient(bottom, #f3f2f2, #f4f4f4);
    color: #b0afaf !important;
    cursor: default;
    text-shadow: none;
    font-weight: bold;
    margin: 10px 5px 0 0;
    padding: 6px;
    display: inline-block;
    vertical-align: middle;
}

a.button_disabled:hover {
    text-decoration: none;
}

.column .buttons.last {
    padding-top: 10px;
}

.button.grey {
    background: url(/images/grey-button-background.png) repeat-x;
    background: -webkit-linear-gradient(bottom, #d9d9d9, #e9e9e9);
    background: -moz-linear-gradient(bottom, #d9d9d9, #e9e9e9);
    background: -ms-linear-gradient(bottom, #d9d9d9, #e9e9e9);
    color: #333333 !important;
    border-color: #c9c9c9 !important;
    text-shadow: 0 1px #fafafa;
}




/****Administration page***/
/*
.column .step span {
	background: url(../content/images/step.png) no-repeat;
	font-size: 1.5em;
	padding-top: 8px;
	text-shadow: 0px 1px #fcb32d;
	width: 37px;
	text-align: center;
	display: inline-block;
	height: 29px;
}

.column .step {
	font-size: 1.3333em;
	text-shadow: none;
	margin-bottom: 15px;
	text-align: center;
	color: #5a3a00;
	font-weight: bold;
}

.administration .column:first-child .buttons a {
	width: 93px;
	float: left;
}

.administration .column:first-child .buttons a:first-child {
	margin-right: 10px;
}

.administration .column:first-child + .column + .column a {
	margin: 0 auto 10px;
}
*/

.administration .column div.button {
    display: block;
    background: #dce4e9 !important;
    padding: 8px;
    margin: 0;
    border-bottom: 1px solid #c4cbcf;
}

.administration .column h2 {
    float: none;
    margin-bottom: 8px;
}

.administration .column div:hover {
    background: #eef3f6;
}

.administration .column > div > a {
    float: right;
    width: 16px;
    height: 16px;
    display: none;
    margin-top: 2px;
}

.administration .column > div.selected {
    background: #eef3f6 !important;
}

    .administration .column > div.selected > a {
        display: block;
    }

.administration .remove {
    background: url("images/admin-remove-button.png") no-repeat;
    margin-left: 5px;
}

.administration .properties {
    background: url("images/admin-settings.png") no-repeat;
}


/***Footer***/

footer {
    margin-top: 0;
    padding: 10px 40px 5px;
    clear: both;
    height: 25px;
    background: none;
}

    footer p {
        margin-top: 5px;
        float: left;
        margin-right: 7px;
    }

/*Misc*/
.clear {
    clear: both;
}

.clear {
    clear: both;
}

.float-right {
    float: right;
}

.float-left {
    float: left !important;
}

.preloadCheck, .preloadUnCheck {
    /*not sure what these are for but may need to remove this? - this is just so that footer sticks to bottom of page*/
    float: left;
}

.upload-filelist table {
    border-collapse: collapse;
    padding: 0;
    border: none;
}

.upload-filelist tbody td {
    min-width: 25px;
    height: 45px;
    border-bottom: 1px solid #D9D9D9;
}

.upload-filelist tbody td:first-child + td {
    width: 250px;
    max-width: 250px;
    word-wrap: break-word;
    padding-right: 5px;
}

.upload-filelist tbody td:first-child + td + td {
    width: 50px;
    padding-right: 20px;
}

.upload-filelist tbody td.fileDesc {
    width: 300px;
}

.upload-filelist tbody td.fileDate {
    width: 150px;
}

.upload-filelist tbody td.fileRemove, .upload-filelist tbody td.fileStatus,
.upload-filelist tbody td.fileEdit, .upload-filelist tbody td.fileSize {
    width: 50px;
}

.upload-form {
    border: 1px solid black;
    padding: 10px;
}

.upload-form h2 {
    margin: 0;
}

.filelist-table-inner thead td {
    padding: 5px 45px 5px 0;
    font-weight: bold;
    font-size: 14px;
}

.filelist-table-inner thead tr {
    background: url(images/grid/grid-header-bg.png) repeat-x;
}

.filelist-table-inner table {
    width: 100%;
}

#AdminUploadedFiles-filelist .filelist-table-inner table,
#CustomerPostSubmitUploadedFiles-filelist .filelist-table-inner table,
.questionContent .filelist-table-inner table {
    width: auto;
}

#header-container, #footer-container {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
}

@media screen and (min-width: 720px) and (max-width: 1024px) {
    #dcc-interaction {
        padding: 20px;
    }

    header {
        padding: 0 20px;
    }

    footer {
        padding: 15px 20px 0;
    }
}





/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/
/* Radio */

div.radio {
    width: 40px;
    height: 40px;
    float: right !important;
    margin: -55px 15px 0 0 !important;
}

    div.radio input {
        width: 40px;
        height: 40px;
    }

    div.radio span {
        height: 40px;
        width: 40px;
    }

/*

CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector,
.checker,
.button,
.radio,
.uploader {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

    .selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
        outline: 0;
    }



/* Radio */

div.radio {
    position: relative;
}

    div.radio span {
        display: -moz-inline-box;
        display: inline-block;
        text-align: center;
        background: url("images/tick_unselected.png");
    }

        div.radio span.checked,
        div.radio.focus:active span.checked,
        div.radio:hover:active span.checked,
        div.radio.focus.active span.checked,
        div.radio.active:hover span.checked,
        div.radio.focus span.checked, div.radio:hover span.checked,
        div.radio:active span.checked {
            background: url("images/tick.png");
        }


    div.radio input {
        opacity: 0;
        filter: alpha(opacity=0);
        text-align: center;
        display: inline-block;
        background: none;
        cursor: pointer;
    }

/* File upload progress bar */
.ui-progressbar.fileupload-progressbar {
    height: 1em;
    margin-bottom: 5px;
    min-width: 420px;
}


/* Fees */

.fee-section {
    margin-bottom: 15px;
}

    .fee-section .fee-title,
    .fee-section .fee-item {
        padding-left: 20px;
    }



    .fee-section .fee-title {
        background: #808080;
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 15px;
        height: 15px;
        padding-top: 10px;
    }

        .fee-section .fee-title span,
        .fee-section dt, .fee-section dd {
            font-weight: bold;
            font-size: 1.4em;
        }

        .fee-section .fee-title span {
            color: #ffffff;
        }

    .fee-section .fee-item {
        background: #DFDFDF;
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 15px;
        height: 45px;
        padding-left: 20px;
    }


    .fee-section .fee-item {
        background: #DFDFDF;
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 15px;
        height: 50px;
    }

        .fee-section .fee-item div {
        }

            .fee-section .fee-item div.clear {
                float: none;
                margin: 0;
            }

    .fee-section dl {
        margin-bottom: 5px;
    }

    .fee-section dt,
    .fee-section dd {
        margin-top: 10px;
    }

    .fee-section dt {
        float: left;
    }

    .fee-section dd {
        float: right;
        margin-right: 20px;
    }

    .fee-section .fee-total {
        padding-left: 15px;
        margin-top: -10px;
    }

/**** payment options ****/
div.payment-options-container {
    margin-top: 10px;
}

    div.payment-options-container div.payment-options > div {
        display: block;
        margin-bottom: 10px;
        padding-left: 25px;
    }


    div.payment-options-container div.payment-options input {
        float: left;
        width: 20px;
    }

    div.payment-options-container div.payment-options label {
        font-weight: bold;
    }

    div.payment-options-container div.rtd-bank-selector div.rtd-bank {
        display: inline-block;
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
    }

    div.payment-options-container div.rtd-bank-selector div.rtd-bank input[type=radio] {
        height: 100px;
        padding: 15px;
        display: none;
    }
    div.payment-options-container div.rtd-bank-selector div.rtd-bank input[type=radio] + img {
        height: 100px;
        padding: 15px;
        cursor: pointer;
        opacity: 0.3;
    }
    div.payment-options-container div.rtd-bank-selector div.rtd-bank input[type=radio] + img:hover {
       opacity: 1;
    }
    div.payment-options-container div.rtd-bank-selector div.rtd-bank input[type=radio]:checked + img {
        opacity: 1;
        border: 1px silver dotted;
    }

    div.payment-options-container div.rtd-bank-selector div.rtd-bank span {
        display: none;
        margin-top: 30px;
        vertical-align: top;
    }



div#payment-gateway div.payment iframe,
div#cc-token-registration div.payment iframe {
    height: 250px;
    border: medium none;
    margin-bottom: 10px;
    width: 100%;
}

    div#payment-gateway div.payment iframe.message-only,
    div#cc-token-registration div.payment iframe.message-only {
        height: 85px;
    }

div.payment-gateway-option {
    padding: 10px 0 0 25px;
}

    div.payment-gateway-option input[type="submit"].button {
        margin: 10px 0 0 0;
        float: left;
    }
div#payment-gateway div.payment input[type="submit"].button {
    float: left;
    margin-left: 165px;
}

/*div.blockMsg {
    width: 500px;
    top: 30%;
    left: 35%;
    text-align: center;
    background: #fff url("/content/images/spinner.gif") 10px center no-repeat;
    border: 1px solid #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -moz-opacity: .70;
    opacity: .70;
    padding: 15px;
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
}

    div.blockMsg.formErrorBlockUI {
        background-image: none !important;
        height: 80px;
    }

        div.blockMsg.formErrorBlockUI input[type="button"].button {
            float: none;
            margin-top: 5px;
        }*/

div#formRenderError {
    display: none;
    cursor: default;
}

/**** charge summary ****/
div.charges-summary-container {
    margin-top: 20px;
    margin-bottom: 10px;
    width: auto;
    min-width: 200px;
    border: 1px solid #4886c9 !important;
    padding: 0 !important;
    display: table;
}

    div.charges-summary-container div.charges-summary-row {
        position: relative;
        display: table-row;
    }

        div.charges-summary-container div.charges-summary-row.header {
            height: 25px;
            background-color: #4886c9;
            display: table-caption;
        }

            div.charges-summary-container div.charges-summary-row.header h4 {
                color: #ffffff;
                margin-left: 10px;
                padding-top: 3px;
            }

        div.charges-summary-container div.charges-summary-row div.charges-summary-item {
            padding-top: 3px;
            padding-bottom: 3px;
            display: table-cell;
            text-align: right;
            vertical-align: top;
        }

            div.charges-summary-container div.charges-summary-row div.charges-summary-item.description {
                width: auto;
                padding-right: 10px;
                padding-left: 5px;
            }


        div.charges-summary-container div.charges-summary-row.total {
            border-top: 1px solid #4886c9;
        }

            div.charges-summary-container div.charges-summary-row.total div.charges-summary-item.description span {
                font-weight: bold;
            }

        div.charges-summary-container div.charges-summary-row div.charges-summary-item.total {
            font-weight: bold;
            padding-right: 5px;
            width: 90px;
            right: 10px;
        }

    div.charges-summary-container div.charges-summary-total {
        display: table-row-group;
    }

/* Bookings admin - buttons */
div.booking-action-buttons {
    margin: 10px 0px;
}

    div.booking-action-buttons a.button {
        float: left;
        margin-right: 5px;
    }

    div.booking-action-buttons a.downloadXML,
    div.booking-action-buttons a.downloadDOCX,
    div.booking-action-buttons a.downloadPDF {

        margin-top: -45px;
}
/* Bookings admin - Payments summary, Occurrences summary */
div.payment-summary-table,
div.occurrences-summary-table {
    margin: 20px 0px 10px 0px;
}

    div.payment-summary-table table,
    div.occurrences-summary-table table {
        border-collapse: collapse;
        background: #FFFFFF;
    }

    div.payment-summary-table tr,
    div.occurrences-summary-table tr {
        border-bottom: 1px solid #EBEBEB;
    }

    div.payment-summary-table table th,
    div.occurrences-summary-table table th {
        font-weight: bold;
    }

    div.payment-summary-table table th,
    div.payment-summary-table td,
    div.occurrences-summary-table table th,
    div.occurrences-summary-table td  {
        padding: 7px 0 7px 15px;
    }

        div.payment-summary-table th:last-child,
        div.payment-summary-table td:last-child,
        div.occurrences-summary-table th:last-child,
        div.occurrences-summary-table td:last-child {
            padding-right: 15px;
        }

div.booking-manual-payment {
    margin-top: 10px;
}

    div.booking-manual-payment label {
        float: left;
        margin-right: 5px;
    }

    div.booking-manual-payment input {
        float: left;
    }

/* My account booking details*/
div.booking-core-info > div {
    margin-bottom: 25px;
}

.booking-summary table.statement tfoot tr {
    text-align: left;
    background: #fff;
}

.booking-summary table.statement th.amount,
.booking-summary table.statement td.amount {
    text-align: right;
}



table.documents tbody td.fileName a.fileIcon{
    display: none;
}


/* Ajax Loader styles */
.ajax_overlay {
    width: 100%;
    height: 100%;
}

.ajax_overlay .ajax_loader {
    width: 100%;
    height: 100%;
}

.ajax_overlay .ajax_loader.fixed {
    background-attachment: fixed;
}

/* dropdown date/time styles */
div.dropdown-time > select,
div.dropdown-time > label,
div.dropdown-date > select,
div.dropdown-date > label {
    width: 50px;
    display: inline-block;
    margin-right: 5px;
    text-align: right;
}

    div.dropdown-date > select + select,
    div.dropdown-date > label + label {
        width: 100px;
    }

        div.dropdown-date > select + select + select,
        div.dropdown-date > label + label + label {
            width: 65px;
        }

div.dropdown-time > label,
div.dropdown-date > label {
    font-size: 0.8em !important;
}

div.dropdown-time > select.minute{
    margin-left: 5px;
}

/* session timeout popup styles*/
div#timeoutWarning {
    display: none;
}

    div#timeoutWarning div.timeout-wrapper div#countdown-timer {
        width: 100px;
        height: 30px;
        margin: 10px auto;
    }

/* My account Screen Filter */
.nav-buttons {
    width: 120px;
    float: right;
}

.filter-button {
    float: right;
    margin: 0 !important;
}

    .filter-button span {
        font-size: 0.75em;
    }

.print-button {
    float: right;
    margin: 0 0 0 10px !important;
    display: none;
}

    .print-button span {
        font-size: 0.75em;
    }

#filter {
    padding: 5px 40px 0px;
    margin: 0 auto;
    max-width: 1560px;
    border-bottom: 1px solid #e5e6db;
}

#dcc-interaction #filter {
    padding: 0;
    margin-top: -15px;
}

#filter label {
    padding: 10px 0px 10px 0px;
    display: inline-block;
    width: 75px;
}

#filter tr td + td {
    float: right;
}

#filter .application-filter {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 20px;
}

#filter .application-buttons {
    width: 115px;
}

    #filter .application-buttons .button {
        width: 100px;
        margin: 0 0 5px 0;
        text-align: center;
    }

#filter .application-filter select, .ms-parent {
    width: 290px;
}

#filter .application-filter input#FilterCriteria_FreeText {
    width: 280px;
}

#filter .application-filter input {
    width: 260px;
}

#filter .application-filter.long input {
    width: 280px;
}

#filter .application-filter .ms-drop.bottom label {
    padding: 5px 5px;
    margin-left: -5px;
    display: inline-block;
    width: 100%;
}

    #filter .application-filter .ms-drop.bottom label input {
        width: 15px;
    }

    #filter .application-filter .ms-drop.bottom label:hover {
        background: #EEEEEE;
        cursor: pointer;
    }

/* Login Sidebar Styles*/
.login-sidebar, .logged-in-sidebar {
    float: right;
    width: 25%;
    display: none;
    font-family: 'Lato', sans-serif;
}

.realme-sidebar .realme_login_lockup {
    margin-bottom: 1em;
}

.realme-sidebar, .realme-logged-in-sidebar {
    display: inline-block;
    max-width: 350px;
    float: right;
    position: relative;
    z-index: 2;
}

.realme-sidebar {
    margin-bottom: 242px;
}

.realme-sidebar table, .realme-logged-in-sidebar table {
    width: 100%;
    background: #E8F1F8;
    border: 1px solid #62b0d1;
}

.realme-sidebar table {
    padding: 1.38462em;
}

.realme-logged-in-sidebar table {
    padding: 5px;
}

.realme-sidebar th, .realme-logged-in-sidebar th {
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.realme-sidebar .realme-description, .realme-logged-in-sidebar .realme-description {
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 0.5em;
    line-height: 1.35;
}

.realme-logged-in-sidebar .realme-description {
    margin-bottom: 5px;
}

.realme-sidebar .realme-description.bottom .whats_realme {
    color: #2c5897;
}

.realme-description {
    margin-bottom: 1em;
}

.realme-description.bottom {
    margin-bottom: 0;
    margin-top: 1.5em;
}

.home-realm .realme-sidebar {
    margin-top: 25px;
    float: right;
}

.home-realm .realme_arrow_top_left .arrow {
    left: 5em;
}

.home-realm .realme_arrow_top_left {
    margin-left: 0;
    left: 0;
}

.realme-logged-in-sidebar .realme_button {
    margin-top: 20px;
}

.realme-logged-in-sidebar .realme_button_padding {
    text-align: center;
}

.realme_widget, .realme_button, .realme_popup_position, .realme_login, .whats_realme, .realme_link, .realme_popup, .realme_find_out_more {
    position: relative;
}

.realme_login_lockup img, .realme_arrow_top_left .arrow,
.realme_arrow_top_right .arrow, .realme_popup_wrapper,
.realme_arrow_side_left .arrow, .realme_arrow_side_right .arrow,
.realme_icon_find_out_more, .realme_icon_link, .realme_icon_padlock {
    position: absolute;
}

.realme-description.bottom {
    color: #2c5897;
    margin-left: 0px;
    margin-right: 180px;
    margin-top: 8px;
}

.realme_arrow_top_left {
    margin-left: -150px;
    top: 1.1em;
    left: -2.0em;
}

    .realme_arrow_top_left .arrow {
        left: 20em;
        right: auto;
    }

.realme_popup_wrapper {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    display: none;
    z-index: 2;
    _display: none;
}

.realme_popup {
    padding: 0.5em 1.5em 0.5em;
    background-color: #fff;
    border: solid 1px #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 420px;
}

.realme_popup p, .realme_popup ul, .realme_popup strong, .realme_popup b {
    color: #333;
}

.realme_popup p, .realme_popup ul, .realme_popup a {
    line-height: 1.35em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 10pt;
    font-family: arial, sans-serif;
}

.realme_popup ul {
    padding-left: 1em;
    margin-bottom: 1em;
}

.realme_popup a {
    color: #2c5897;
}

.realme_popup a:hover, .realme_popup a:active {
    color: #204170;
}

.realme_popup_title,
.realme_popup h2 {
    font-size: 1.07692em;
    color: #e1001e;
    margin-bottom: 0.5em;
}

.realme_arrow_top_left, .realme_arrow_top_right, .realme_arrow_side_left, .realme_arrow_side_right {
    padding-top: 1.2em;
}

.realme_arrow_side_left {
    top: -1em;
    left: 100%;
}

.realme_arrow_side_left .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 11px;
    display: block;
    border-right-color: #d0d0d0;
    left: -1px;
    top: -22px;
    top: 1.25em;
    left: -22px;
}

.realme_arrow_side_left .arrow .front {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 10px;
    display: block;
    border-right-color: white;
    position: absolute;
    left: -9px;
    top: -10px;
}

.realme_arrow_top_left .arrow, .realme_arrow_top_right .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 11px;
    display: block;
    border-bottom-color: #d0d0d0;
    top: -22px;
}

.realme_arrow_top_left .arrow .front, .realme_arrow_top_right .arrow .front {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 10px;
    display: block;
    border-bottom-color: white;
    position: absolute;
    left: -10px;
    bottom: -11px;
}

.login-sidebar h1, .logged-in-sidebar h1, .login-sidebar th {
    font-family: 'Lato', sans-serif;
}

.login-sidebar table, .logged-in-sidebar table {
    border: 1px solid black;
    width: 100%;
    margin-bottom: 20px;
    background: #DEDDDC;
    border: 1px solid #DFDCDC;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    border-spacing: 0px;
}

.login-sidebar td, .logged-in-sidebar td {
    padding: 5px;
}

.login-sidebar th, .logged-in-sidebar th {
    font-size: 18px;
    background: #666;
    padding: 10px;
    color: white;
    border: 1px solid black;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.login-sidebar a.button, .logged-in-sidebar a.button {
    margin: 10px 5px;
    padding: 7px 30px;
    background: #89C2F7 !important;
    border: none !important;
    color: white !important;
    text-shadow: none;
    text-align: center;
    width: 40px;
    float: left;
}

.login-sidebar a.button:hover, .logged-in-sidebar a.button:hover {
    background-color: #3574af !important;
    border: none !important;
    text-decoration: none;
}

.logged-in-sidebar a.button, .logged-in-sidebar a.button:hover {
    width: 70px;
}

.registration-input {
    display: none;
}

#RegistrationID {
    width: 100px;
}

/*Home Realm Discovery*/
.home-realm-text {
    /*float: right;*/
    padding: 30px 20px;
    /*background: #F0F0F0;*/
    max-width: 415px;
    /*border: 1px solid #BBB;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#444444');*/
}

.home-realm-text h2 {
    /*border-bottom: 1px solid #BBB;*/
    margin-bottom: 15px;
}

/*Home Page services grid*/
.services-list {
    width: 75%;
    float: left;
}

.services-list-small {
    width: 100%;
    float: left;
    padding-right: 350px;
    margin-right: -350px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.services-list-small.invitations {
    float: none;
}

.services-list .services, .services-list-small .services {
    width: 30%;
}

.services-header {
    background: #d1d2d4 url(images/applications-heading.png) 20px 0px no-repeat;
    background-position: right top;
}

.services.Bookings .services-header {
    background: #d1d2d4 url(images/bookings-heading.png) 20px 0px no-repeat;
    background-position: right top;
}

.services.Payments .services-header {
    background: #d1d2d4 url(images/payments-heading.png) 20px 0px no-repeat;
    background-position: right top;
}

.services.Bookings .services-header {
    background: #d1d2d4 url(images/bookings-heading.png) 20px 0px no-repeat;
    background-position: right top;
}

.services .services-header + .services .services-header {
    background: #d1d2d4 url(images/bookings-heading.png) 20px 0px no-repeat;
    background-position: right top;
}

#dcc-interaction:before, #dcc-interaction:after {
    content: "";
    display: table;
}

/***Real Me***/
.realme_button_padding {
    color: #fff;
    padding: 0.92308em 2.53846em 0.92308em 1.23077em;
    text-decoration: none;
}

.realme_button, .realme_button_padding, .realme_icon_find_out_more, .realme_icon_link, .realme_icon_padlock {
    display: block;
}

.realme_button {
    line-height: 1;
    margin-top: 1px;
    cursor: pointer;
    color: white;
    border-width: 1px;
    border-style: solid;
    background-color: #3871ae;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3a78bb), color-stop(100%, #3871ae));
    background-image: -webkit-linear-gradient(#3a78bb, #3871ae);
    background-image: -moz-linear-gradient(#3a78bb, #3871ae);
    background-image: -o-linear-gradient(#3a78bb, #3871ae);
    background-image: linear-gradient(#3a78bb, #3871ae);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-color: #1d5794;
    -webkit-appearance: none;
    -webkit-border-image: none;
    font-weight: bold;
    position: relative;
}

    .realme_button:hover, .realme_button:focus {
        background-color: #2f5f93;
        background-image: none;
        color: #fff;
        border-color: #103154;
        text-decoration: none;
    }

.realme_icon_padlock {
    top: 28%;
    margin: auto 0;
    right: 1em;
    width: 11px;
    height: auto;
    background-position: right center;
    _height: 3em;
    _overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
    vertical-align: middle;
    display: block;
    line-height: 1;
}

.realme_login_lockup .realme-image {
    position: absolute;
}

.realme-image {
    margin-top: -3px;
}

.realme_icon_new_window {
    margin-left: 5px;
}

.realme_btn_margin {
    margin-left: 45px;
}

/***** Charge Selection Plugin ******/
.charge-selection .note,
.charge-selection-finance .note {
    font-size: 15px;
}

.charge-selection table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 600px;
    border: 1px solid #000000;
}
.charge-selection-finance table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px;
    border: none;
}

.charge-selection .charge-selection-row tr:hover td {
    background-color: #2f5f93;
    color: white;
    cursor: pointer;
}

.charge-selection .total-row:hover td {
    cursor: inherit;
    color: black;
    background-color: white;
}

.charge-selection .total-row {
    background-color: white !important;
}

.charge-selection .total-row td {
    font-size: 15px;
    text-align: right;
}

.charge-selection-finance .total-row td {
    text-align: right;
    font-weight: bold;
}

.charge-selection .total-checkbox-heading {
    width: 100px;
}

.charge-selection .total-checkbox {
    text-align: center;
}

.charge-selection tr:nth-child(odd), .charge-selection .editable-charge-selection-row tr:hover td {
    background-color: #e2e2e2;
}

.charge-selection tr:nth-child(even), .charge-selection .editable-charge-selection-row tr:hover td {
    background-color: #ffffff;
}

.charge-selection tr:nth-child(n+2),
.charge-selection-finance table tbody tr.read-only {
    cursor: pointer;
}

.charge-selection tr:nth-child(n+2):hover {
    background-color: #D3D4D7;
}

.charge-selection-finance tbody tr:hover {
    background-color: #F3F3F3;
}

.charge-selection td,
.charge-selection-finance th,
.charge-selection-finance td
 {
    vertical-align: middle;
    text-align: left;
    padding: 11px;
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}
.charge-selection td {
    border-color: #000000;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
}
.charge-selection .total-checkbox input[type='checkbox']:hover {
    cursor: pointer;
}

.charge-selection tr:first-child td
 {
    background: #5390D8;
    background-color: #5390D8;
    border: 0px solid #000000;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.charge-selection-finance thead tr th.left,
.charge-selection-finance tbody tr td.left {
    text-align: left;
}
.charge-selection-finance thead tr th.right,
.charge-selection-finance tbody tr td.right {
    text-align: right;
}
.charge-selection-finance thead tr th.center,
.charge-selection-finance tbody tr td.center {
    text-align: center;
}
.charge-selection tr:first-child td:hover,
.charge-selection .editable-charge-selection-row td:hover,
.charge-selection-finance thead tr th:hover,
.charge-selection-finance tfoot tr td:hover  {
    cursor: inherit;
}

.charge-selection .editable-charge-selection-row td:hover, .charge-selection .editable-charge-selection-row tr:hover td {
    background: initial;
    color: initial;
}

.charge-selection tr:first-child:hover td {
    background-color: #5390D8;
}

.charge-selection tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.charge-selection tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}

.charge-selection .charge-amount {
    text-align: center;
}

.charge-selection .total-checkbox.editable {
    width: 125px;
}
.charge-selection-finance .total-checkbox.editable {
    width: 140px;
}

.charge-selection .total-checkbox.editable input[type="text"],
.charge-selection-finance .total-checkbox.editable input[type="number"]  {
    width: 90px;
    padding: 0 0 0 10px;
}


.charge-selection-finance thead tr th,
.charge-selection-finance tbody tr td,
.charge-selection-finance tfoot tr td  {

    border-style: solid;
    border-color: #c7c7c7;
    border-width: 1px 1px 0px 1px;
}

.charge-selection-finance tbody tr td:last-child,
.charge-selection-finance tfoot tr td:last-child  {

    border-bottom: 1px solid #c7c7c7;
}

img.error-indicator {
    position: absolute;
    width: 35px;
    margin-left: 5px;
    margin-top:  5px;
    left: 0;
}
.charge-selection-finance input.validation-error {
    border: 1px solid #ff0000;
}

/****** Events Plugin *******/
.session-buttons {
    float: right;
    position: relative;
    width: 100px;
}

.dialogue-selection .session label {
    padding-left: 45px;
}

.session-info {
    font-size: 15px !important;
    width: 80%;
}

.session-date-time {
    font-weight: bold;
    display: block;
}

.session-location {
    font-weight: normal;
}

.session-buttons .radio, .session-speak-lbl p {
    top: -15px;
    position: absolute !important;
}

.session-speak-lbl {
    top: -30px;
    position: absolute;
    right: 35px;
}

.session .speak-full {
    top: -65px;
    position: absolute;
    right: 40px;
    font-size: 20px;
    color: red;
}

.session .radio {
    margin: -70px 40px 0 0 !important;
}

.session-radio {
    display: block;
    width: 20%;
    float: right;
}

.session-checkbox {
    width: 32px;
    height: 32px;
    float: right;
    margin: 0;
    position: absolute !important;
    left: 14px;
    top: 40px;
}

.session-checkbox input {
    width:25px;
    height:25px;
}

.session-buttons #uniform-observe-button {
    left: 20px;
    padding: 0 15px 20px;
}

.session-buttons .session-observe-lbl {
    left: 28px;
}

.session-buttons #uniform-speak-button {
    padding: 0 20px 20px;
    right: 20px;
    top: -20px;
}

.session-buttons #uniform-speak-button #speak-button, .session-buttons #uniform-observe-button #observe-button {
    width: 75px;
    height: 60px;
    z-index: 1;
    position: absolute;
    left: 0;
}

.session-speaker-space, .session-speaker-full {
    margin-left: 50px;
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
    margin-top: 4px;
}

.session-speaker-space {
    color: green;
}

.session-speaker-full {
    color: red;
}

.dialogue-selection .session-other-submitters a {
    margin-left: 3px;
    font-size: 12px;
}

.session-other-submitters {
    margin: 0 auto;
    max-width: 400px;
    display: block;
}

.invitee-upload {
    padding: 10px;
    border: 1px solid black;
}

    .invitee-upload div {
    display: inline-block;
    min-width: 600px;
    margin-left: 50px;
}

    .invitee-upload h2 {
    margin-top: 0;
    display: inline-block;
}

.invitee-upload .validation-message {
    display: inline-block;
    float: right;
    margin-top: 15px;
    font-size: 15px;
}

.invitee-upload input {
    display: block;
}

.invitee-upload input[type="submit"].button {
    float: left;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    min-width: 85px;
}

.invitee-upload-link {
    margin-left: 100px;
}

/* Lightbox CSS */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

    .white-popup td {
    padding-right: 20px;
}

    .white-popup thead td {
    font-weight: bold;
}

.white-popup h1 {
    padding-bottom: 20px;
}


.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.6;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}


.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.3;
    filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
    z-index: 1044;
}

  .mfp-preloader a {
        color: #cccccc;
    }

    .mfp-preloader a:hover {
            color: white;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
    border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
        filter: alpha(opacity=100);
    }

  .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  text-align: right;
  padding-right: 6px;
    width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  .mfp-arrow:active {
        margin-top: -54px;
    }

  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
        filter: alpha(opacity=100);
    }

  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
        border: medium inset transparent;
    }

  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
        top: 8px;
    }

  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
        margin-left: 31px;
    }

  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
        margin-left: 39px;
    }

  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
  padding-top: 40px;
    padding-bottom: 40px;
}

  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
        max-width: 900px;
    }

  .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
    padding-top: 56.25%;
}

  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: black;
    }

  .white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
  }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444444;
    }

  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
        line-height: 14px;
    }

  .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
    cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/* User permission sharing */

#users-permission-list {
    color: #666;
    font-size: 16px;
}

.box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#users-permission-list .plus {
    font-weight: 700;
    float: left;
    font-size: 22px;
    margin-top: -6px;
}

#users-permission-list .user-item {
    border-bottom: none;
    padding: 0;
    clear: both;
}

    #users-permission-list .user-item .collapsible {
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #666;
        float: left;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        margin-top: 4px;
    }

        #users-permission-list .user-item .collapsible.open {
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }


    #users-permission-list .user-item .name {
        margin-left: 20px;
        float: left;
        margin-top: 1px;
        display: table-cell;
        vertical-align: middle;
    }

    #users-permission-list .user-item .status {
        margin-left: 50px;
        float: left;
    }


        #users-permission-list .user-item .status.accepted {
            color: #38B087;
        }

        #users-permission-list .user-item .status.pending {
            color: orange;
        }

        #users-permission-list .user-item .status.rejected {
            color: crimson;
        }


    #users-permission-list .user-item .delete {
        float: right;
        color: crimson;
        font-weight: 700;
        font-family: "Comic Sans MS";
    }

    #users-permission-list .user-item .row {
        padding: 20px;
        border-top: 1px solid #DDD;
        overflow: hidden;
        cursor: pointer;
        height: 65px;
        margin-bottom: 0;
    }

    #users-permission-list .user-item.add-user-permission{
        box-shadow: 0 3px 2px -3px #666;
    }

    #users-permission-list .user-item .row:hover {
        background: #FCFCFC;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    #users-permission-list .user-item .permissions{
        margin-bottom: 10px;
        overflow: hidden;
    }

    #users-permission-list .user-item .permission-details {
        padding: 20px;
        overflow: hidden;
        position: relative;
    }

        #users-permission-list .user-item .permission-details:before {
            position: absolute;
            top: 0;
            width: 100%;
            left: 45px;
            border-top: solid 1px #FAFAFA;
            content: ' ';
        }
        #users-permission-list .user-item .permission-details .section {
            margin-bottom: 15px;
        }

        #users-permission-list .user-item .permission-details p.message {
            background: #EEE;
            padding: 15px;
            border: 1px solid #CCC;
            border-radius: 4px;
        }

        #users-permission-list .user-item .permission-details .permission {
            margin-right: 50px;
            margin-bottom: 5px;
            min-width: 80px;
            float: left;
        }

    #users-permission-list .user-item .edit-mode-buttons {
        display: none;
        float: right;
    }

    #users-permission-list .user-item .view-mode-buttons {
        display: block;
        float: right;
    }

#users-permission-list .button.red {
    padding: 6px 30px;
    background: crimson !important;
    color: #FFF;
    font-family: "Open Sans";
    margin: 0 5px 5px 5px;
    font-weight: 500;
    font-size: 14px;
    margin-top: -2px;
    border-bottom-color: firebrick !important;
    margin-right: -20px;
    border-radius: 0;
    border: none;
}

#users-permission-list #new-user-permission-email{
    padding: 10px;
    width: 100%;
    font-size: 16px;
    height: 46px
}

#users-permission-list #new-user-permission-message{
    padding: 10px;
    width: 100%;
    font-size: 16px;
}

.permission .question-cell{
    float: none;
    display: inline-block;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
        padding-right: 0;
    }

  .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
        bottom: 0;
    }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
        margin-left: 5px;
    }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
        top: 3px;
    }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
        transform-origin: 0;
    }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

  .mfp-container {
    padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
    padding-top: 0;
}

/****events front page*****/
.event-table {
    width: 100%;
    display: inline-block;
    border-collapse: collapse;
    margin: 15px 0;
}

.events-details {
    min-width: 270px;
}

.event-table .events-table-row:nth-child(4n + 1) {
    background: #F7F7F7;
}

.event-table h3 {
    margin-bottom: 10px;
}

.event-table-level-2 {
    border-collapse: separate;
    padding: 20px 30px;
    width: 100%;
}

.event-table-level-2 table {
    width: 100%;
}

.events-table {
    border: 1px solid black;
    background: #ffffff;
    width: 100%;
}

.events-table td {
    padding: 5px;
}

.events-table .file-date {
    min-width: 140px;
}

.events-table .file-size {
    min-width: 50px;
}

.events-table .header span {
    cursor: pointer;
    color: #4A7CA8;
    padding-right: 5px;
}

.events-table .header span:hover {
    text-decoration: underline;
}

.events-table .events-sortable thead tr th.headerSortUp span::after {
    content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid black;
    margin-top: 5px;
    margin-left: 2px;
    position: absolute;
}
.events-table .events-sortable thead tr th.headerSortDown span:after {
    content: "";
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    margin-top: 5px;
    margin-left: 2px;
    position: absolute;
}

.events-table thead td {
    font-weight: bold;
}

.events-table.level2, .events-table.level4 {
    background-color: #DFDFDF;
}

.events-table-link {
    cursor: pointer;
    margin-right: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.events-table-link.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    margin-top: 16px;
    margin-left: -25px;
    position: absolute;
}

.event-invitation {
    max-width: 500px;
    background: white;
    padding: 10px;
    border: 1px solid black;
    line-height: 20px;
    margin-top: 20px;
}

.event-invitation h2 {
    float: left;
}

.event-invitation-links {
    float: right;
    word-spacing: 10px;
}

.event-invitation .event-invitation-description {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}

.event-invitation-session {
    max-width: 330px;
    padding-top: 20px;
}

.events-search {
    margin-bottom: 15px;
    margin-top: 20px;
}

.events-search input[type="submit"] {
    padding: 5px 20px;
    border: 1px solid black;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #E6E6E6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
    background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}

.events-search input[type="submit"]:hover {
    background-color: #cdcdcd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
    background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}

.events-search-table {
    display: inline-block;
    width: 100%;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    border: 1px solid black;
}

.events-search-table p {
        display: inline-block;
    margin-right: 50px;
    line-height: 7px;
}

.events-search-table td {
    padding-bottom: 40px;
}

.event-evidence {
    margin-top: 150px;
    padding: 5px;
    background: white;
}

    .event-evidence table {
    width: 100%;
}

.event-evidence thead td {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
}

.evidence-publish input[type="submit"].button {
    float: none;
    display: block;
    margin: 10px;
    padding: 6px 10px 6px 10px;
}

.evidence-publish label {
    display: block;
    margin: 10px;
}




/*
    Edit forms
*/
#edit-form-steps, #edit-form {
    float: left;
}

#edit-form-steps {
    width: 200px;
}

#edit-form-steps ul {
	width: 200px;
}

#edit-form-steps li {
	list-style: none !important;
	width: 100%;
	height: 40px;
}

#edit-form-steps li a {
	height: 40px;
	display: inline-block;
	text-decoration: none;
	color: white;
	width: 100%;
	margin-bottom: -4px;
	padding: 5px 5px 5px 10px;
	background: url(../client-resources?path=images/button-background.png) repeat-x !important;
}

#edit-form-steps li a.disabled {
	cursor: default;
}

#edit-form-steps li a.disabled:not(.selected) {
	background-image: url(../client-resources?path=images/button-background-deselected.png) !important;
	color: #000 !important;
}

#edit-form-steps li a:hover:not(.disabled) {
	background: url(../client-resources?path=images/button-background-hover.png) repeat-x !important;
}

#edit-form-steps li a.selected {
	background: url(../client-resources?path=images/button-background-hover.png) repeat-x !important;
	color: #fff;
	font-weight: bold;
}

#edit-form-container h4 {
	margin-bottom: 10px;
}

#edit-form {
    margin-left: 20px;
    width: 77%;
}

#edit-form .bottom-buttons .button {
        float: right;
}

#edit-form .bottom-buttons.unavailable {
        display: none;
}

/**Reports Screen ***/
.reports .report-section {
    display: inline-block;
    margin-left: 20px;
}

.reports {
    max-width: 1400px;
}

.pingdom-status label {
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
}

.pingdom-status p {
    font-size: 17px;
}

.pingdom-status {
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F9F9F9;
    margin-left: 65px;
    margin-bottom: 20px;
}

.pingdom-status td {
    padding: 10px 15px;
    border-right: 1px solid #DFDFDF;
    vertical-align: top;
}

.pingdom-status td:nth-last-child(1) {
    border-right: none;
}

.pingdom-outages {
    display: inline-block;
    margin-bottom: 40px;
    width: 355px;
}

.pingdom-outages .pingdom-status {
    margin-left: 0;
}

/**Newsletters page**/
#newsletters-grid .newsletters-button{
    display: block;
    width: 120px;
    padding: 8px;
    color: #333;
    text-align: center;
    font-weight: 300;
    text-shadow: 0 0 #666;
    font-size: 12px;
    background-color: #75C4FF;
    border: 0;
    border-bottom: 2px solid #1892FF;
    cursor: pointer;
}

#newsletters-grid .newsletters-button:active{
    border-bottom: 0 !important;
    margin-top: 2px;
}

#newsletters-grid .newsletters-button:hover{
    opacity: 0.8;
    text-decoration: none;
}

#newsletters-grid .newsletters-button.subscribe{
    background-color: #C3FFE5;
    border-bottom: 2px solid #78D87D;
}

#newsletters-grid .newsletters-button.unsubscribe{
    background-color: #FFB1B1;
    border-bottom: 2px solid #DB8686;
}

/**Breadcrumb page**/
#BreadCrumb .label{
    float: left;
    background: #61bbe9;
    color: #FFF;
    padding: 0px 8px 0px 8px;
    height: 18px;
}
    #BreadCrumb .label span{
        vertical-align: middle;
        font-size: 11px;
    }
#BreadCrumb .arrow {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #61bbe9;
    margin-right: 10px;
}

#BreadCrumb .trail{
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
}


/*Building Consents*/
#building-consents .section {
    margin-bottom: 20px;
    overflow: hidden;
}

    #building-consents .section.half {
        width: 50%;
        float: left;
    }

#building-consents h2 {
    color: #333;
    font-weight: 300;
}

#building-consents #history .tile-list .tile {
    width: 100%;
}

    #building-consents #history .tile-list .tile .tile-wrapper {
        height: auto;
    }

/* Generic list layout */
#building-consents .list {
    display: table;
    width: 100%;
    text-align: left;
}

    #building-consents .list .row {
        display: table-row;
    }

        #building-consents .list .row .col {
            display: table-cell;
            padding: 3px 10px 3px 10px;
        }

/* Generic tile layout */
#building-consents .tile-list {
    width: 100%;
}
    #building-consents .tile-list .tile {
        float: left;
        width: 20%;
        text-align: center;
    }

        #building-consents .tile-list .tile .tile-wrapper {
            margin: 10px;
            border: 1px solid #EEE;
            padding: 10px;
            height: 83px;
            position: relative;
            cursor: pointer;
        }

            #building-consents .tile-list .tile .tile-wrapper a.file-button {
                width: 100%;
                height: 100%;
                display: block;
            }

            #building-consents .tile-list .tile .tile-wrapper:hover {
                border: 1px solid #CCC;
            }


            #building-consents .tile-list .tile .tile-wrapper:hover a {
                text-decoration: underline;
            }

                #building-consents .tile-list .tile .tile-wrapper:hover .delete a {
                    text-decoration: none;
                }

            #building-consents .tile-list .tile .tile-wrapper.red {
                border-color: crimson;
            }

                #building-consents .tile-list .tile .tile-wrapper.red .name a {
                    color: crimson;
                    font-weight: 500;
                }

            #building-consents .tile-list .tile .tile-wrapper.blue {
                border-color: dodgerblue;
            }

                #building-consents .tile-list .tile .tile-wrapper.blue .name a {
                    color: dodgerblue;
                    font-weight: 500;
                }

            #building-consents .tile-list .tile .tile-wrapper .icon {
                font-size: 14px;
                color: #AAA;
                line-height: 28px;
            }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-pdf-o {
                    color: crimson;
                }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-word-o {
                    color: dodgerblue;
                }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-powerpoint-o {
                    color: darkorange;
                }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-excel-o {
                    color: green;
                    color: mediumseagreen;
                }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-ban {
                    color: crimson;
                }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-clone {
                    color: orange;
                }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-users {
                    color: dodgerblue;
                }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-image-o {
                    color: black;
                }

            #building-consents .tile-list .tile .tile-wrapper .delete {
                border-radius: 50%;
                width: 24px;
                height: 24px;
                background: crimson;
                position: absolute;
                right: -10px;
                top: -10px;
                text-decoration: none;
            }

                #building-consents .tile-list .tile .tile-wrapper .delete:hover {
                    background: firebrick;
                }

                    #building-consents .tile-list .tile .tile-wrapper .delete:hover a {
                        text-decoration: none;
                    }

                #building-consents .tile-list .tile .tile-wrapper .delete .icon {
                    font-size: 15px !important;
                    color: white !important;
                    line-height: 24px !important;
                }

            #building-consents .tile-list .tile .tile-wrapper .upload-controls {
                display: none;
            }

        #building-consents .tile-list .tile.expanded {
            width: 100%;
        }

            #building-consents .tile-list .tile.expanded .tile-wrapper {
                height: auto;
            }

#building-consents .tile-list .tile a .tile-wrapper,
#building-consents .tile-list .tile > a{
    text-decoration: none;
    color: #333;
    font-weight: normal;
}

/* Tasks */

#building-consents #tasks ul li{
    min-height: 165px;
}

/*Files */

#building-consents .files .tile-list .tile.expanded .tile-wrapper .upload-controls {
    display: block;
}

#building-consents .files .tile-list .tile.expanded .tile-wrapper .name,
#building-consents .files .tile-list .tile.expanded .tile-wrapper .description,
#building-consents .files .tile-list .tile.expanded .tile-wrapper > span {
    display: none;
}

/*Inspections*/
#building-consents .inspections .tile-list .tile {
    text-align: left;
}

    #building-consents .inspections .tile-list .tile .tile-wrapper.Su .status,
    #building-consents .inspections .tile-list .tile .tile-wrapper.Co .status {
        color: rgb(126,229,149);
    }

    #building-consents .inspections .tile-list .tile .tile-wrapper.Su,
    #building-consents .inspections .tile-list .tile .tile-wrapper.Co {
        border-color: rgb(126,229,149);
    }

        #building-consents .inspections .tile-list .tile .tile-wrapper.Su:hover,
        #building-consents .inspections .tile-list .tile .tile-wrapper.Co:hover {
            border-color: rgb(69, 177, 93);
        }

            #building-consents .inspections .tile-list .tile .tile-wrapper.Su:hover .status,
            #building-consents .inspections .tile-list .tile .tile-wrapper.Co:hover .status {
                color: rgb(69, 177, 93);
            }

    #building-consents .inspections .tile-list .tile .tile-wrapper.XX .status,
    #building-consents .inspections .tile-list .tile .tile-wrapper.NS .status,
    #building-consents .inspections .tile-list .tile .tile-wrapper.Ab .status {
        color: crimson;
    }

    #building-consents .inspections .tile-list .tile .tile-wrapper.XX,
    #building-consents .inspections .tile-list .tile .tile-wrapper.NS,
    #building-consents .inspections .tile-list .tile .tile-wrapper.Ab {
        border-color: crimson;
    }

        #building-consents .inspections .tile-list .tile .tile-wrapper.XX:hover,
        #building-consents .inspections .tile-list .tile .tile-wrapper.NS:hover,
        #building-consents .inspections .tile-list .tile .tile-wrapper.Ab:hover {
            border-color: firebrick;
        }

            #building-consents .inspections .tile-list .tile .tile-wrapper.XX:hover .status,
            #building-consents .inspections .tile-list .tile .tile-wrapper.NS:hover .status,
            #building-consents .inspections .tile-list .tile .tile-wrapper.Ab:hover .status {
                color: firebrick;
            }


    #building-consents .inspections .tile-list .tile .tile-wrapper.SP .status,
    #building-consents .inspections .tile-list .tile .tile-wrapper.Sy .status,
    #building-consents .inspections .tile-list .tile .tile-wrapper.PP .status,
    #building-consents .inspections .tile-list .tile .tile-wrapper.Iz .status {
        color: orange;
    }

    #building-consents .inspections .tile-list .tile .tile-wrapper.SP,
    #building-consents .inspections .tile-list .tile .tile-wrapper.Sy,
    #building-consents .inspections .tile-list .tile .tile-wrapper.PP,
    #building-consents .inspections .tile-list .tile .tile-wrapper.Iz {
        border-color: orange;
    }

        #building-consents .inspections .tile-list .tile .tile-wrapper.SP:hover,
        #building-consents .inspections .tile-list .tile .tile-wrapper.Sy:hover,
        #building-consents .inspections .tile-list .tile .tile-wrapper.PP:hover,
        #building-consents .inspections .tile-list .tile .tile-wrapper.Iz:hover {
            border-color: #b97800;
        }

            #building-consents .inspections .tile-list .tile .tile-wrapper.SP:hover .status,
            #building-consents .inspections .tile-list .tile .tile-wrapper.Sy:hover .status,
            #building-consents .inspections .tile-list .tile .tile-wrapper.PP:hover .status,
            #building-consents .inspections .tile-list .tile .tile-wrapper.Iz:hover .status {
                color: #b97800;
            }
/*Staff form*/
#building-consents .staff-form .edit-mode-buttons{
    display: none;
}

#building-consents .staff-form .questionContent select[disabled],
#building-consents .staff-form .questionContent input[disabled]:not(.datepickerOpen){
    background: #EEE;
}

/*Staff header*/
#building-consents div.headerInfo{
    width: 100%;
}

/*Progress bar*/
#building-consents .progress-bar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  margin-bottom: 20px;
  margin-top: 20px;
}
#building-consents .progress-bar > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
}
#building-consents .progress-bar > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #DFE3E4;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  transition: 0.2s;
  border: 2px solid #DFE3E4;
}
#building-consents .progress-bar > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #DFE3E4;
  width: 100%;
  height: 0.25em;
  top: 1.35em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: 0;
  transition: 0.2s;
}

#building-consents .progress-bar > li.small span {
    display:none;
}

#building-consents .progress-bar > li.small:before {
  width: 1em;
  height: 1em;
  margin-bottom: 2.25em;
  line-height:1em;
}

#building-consents .progress-bar > li.last-extender:after {
    height: 0.1em;
    top: 1.45em;
}

#building-consents .progress-bar > li:last-child:after {
  display: none;
}
#building-consents .progress-bar > li.complete {
  color: #37de7e;
}
#building-consents .progress-bar > li.complete:before,
#building-consents .progress-bar > li.complete:after {
  color: #FFF;
  background: #37de7e;
  border-color: #37de7e;
}
#building-consents .progress-bar > li.progress {
  color: #61bbe9;
}
#building-consents .progress-bar > li.progress:before {
  color: #FFF;
  background: #61bbe9;
  border-color: #61bbe9;
}

#building-consents .progress__last:after {
  display: none !important;
}

#building-consents .progress-bar > li.last-extender:after {
    background: repeating-linear-gradient( to right, #DFE3E4, #E5E8E9 5px, transparent 5px, transparent 10px )
}

#building-consents .progress-bar > li.complete.last-extender:after {
    background: repeating-linear-gradient( to right, #2ECC71, #2ECC71 5px, transparent 5px, transparent 10px );
}

    #building-consents .progress-bar > li:hover:before {
        transition: 0.2s ease-in-out all;
        background: #FFF;
    }

        #building-consents .progress-bar > li.progress:hover:before,

        #building-consents .progress-bar > li.complete:hover:before {
        transition: 0.2s ease-in-out all;
        background: #FFF;
        color: #333;
    }



#building-consents .step-bar {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    width: 100%;
    table-layout: fixed;
    display: table;
    border-spacing: 0;
}

    #building-consents .step-bar li {
        display: table-cell;
    }

    #building-consents .progress-bar > li.medium:before {
          width: 2em;
          height: 2em;
          margin-bottom: 1.25em;
          line-height: 2em;
        }
        #building-consents .step-bar li:first-child {
            padding-left: 0;
        }

        #building-consents .step-bar li a {
            color: white;
            text-decoration: none;
            padding: 15px 0 15px 0px;
            background: #CCC; /* fallback color */
            position: relative;
            display: block;
            float: left;
            width: 100%;
            font-size: 14px;
            text-overflow: clip;
        }

        #building-consents .step-bar li.progress a {
            background: #AAA;
        }

            #building-consents .step-bar li.progress a:after {
                border-left: 30px solid #AAA;
            }

        #building-consents .step-bar li.complete a {
            background: #65BDEA;
        }

            #building-consents .step-bar li.complete a:after {
                border-left: 30px solid #65bdea;
            }

        #building-consents .step-bar li a .date {
            font-size: 11px;
            line-height: 11px;
            height: 11px;
            margin-left: 40px;
        }


        #building-consents .step-bar li a:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
            border-bottom: 50px solid transparent;
            border-left: 30px solid #ccc;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            left: 100%;
            z-index: 2;
        }

        #building-consents .step-bar li a:before {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
            border-bottom: 50px solid transparent;
            border-left: 30px solid white;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            margin-left: 3px;
            left: 100%;
            z-index: 1;
        }


        #building-consents .step-bar li.complete:last-child {
            display: none;
        }

        #building-consents .step-bar li:last-child a {
            padding-right: 56px;
        }

            #building-consents .step-bar li:last-child a:after {
                border: 0;
            }

        #building-consents .step-bar li a span {
            white-space: nowrap;
            z-index: 5;
            position: relative;
            margin-left: 40px;
        }

            #building-consents .step-bar li a span:after {
                font-family: FontAwesome;
                content: '';
                margin-left: 10px;
            }

        #building-consents .step-bar li.complete a span:after {
            content: "\f00c";
        }

        #building-consents .step-bar li.progress a span:after {
            content: "\f085";
        }


#building-consents-list table.pretty tr {
    cursor: pointer;
}

#building-consents-list table.pretty tbody tr td:first-child{
    min-width: 120px;
}

#building-consents-list table.pretty tbody tr td .caret{
   margin-right: 10px;
   transition:0.2s;
}
    #building-consents-list table.pretty tbody tr.open td .caret {
        transition: 0.2s;
        transform: rotate(90deg);
    }

#building-consents-list table.pretty tbody tr.building-consents-row:hover {
    background: inherit;
    cursor: initial;
    border: 1px solid #EEE;
}

.tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.td {
    display: table-cell;
    vertical-align: inherit;
}

#building-consents .clamp-1,
#building-consents .clamp-2,
#building-consents .clamp-3,
.my-tasks .clamp-1 {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 16px;
    font-size: 14px;
}

#building-consents .clamp-1,
.my-tasks .clamp-1 {
    -webkit-line-clamp: 1;
    max-height: 16px;
}

#building-consents .clamp-2 {
    -webkit-line-clamp: 2;
    max-height: 32px;
}

#building-consents .clamp-3 {
    -webkit-line-clamp: 3;
    max-height: 48px;
}

@media (max-width: 1366px) {
    #building-consents .tile-list .tile {
        width: 25%;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        #building-consents .tile-list .tile .tile-wrapper {
            margin: 10px;
        }
}

@media (max-width: 1024px) {
    #building-consents .tile-list .tile {
        width: 33.33%;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        #building-consents .tile-list .tile .tile-wrapper {
            margin: 10px;
        }

    #tasks ul li {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #building-consents .tile-list .tile {
        width: 50%;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        #building-consents .tile-list .tile .tile-wrapper {
            margin: 10px;
        }

    #building-consents .step-bar {
        table-layout: auto;
    }

        #building-consents .step-bar li {
            width: 100%;
            display: block;
        }

            #building-consents .step-bar li a {
                padding: 5px;
                border-bottom: 1px solid #FFF;
            }

            #building-consents .step-bar li span {
                float: left;
                min-width: 120px;
            }

            #building-consents .step-bar li a .date {
                float: left;
                vertical-align: middle;
                text-align: right;
                position: relative;
                margin-top: 2px;
            }


    #tasks ul li {
        width: 100%;
    }
}

#embedded-form {
    display: inline-block;
    width: 100%;
}

@media (max-width: 540px) {
    #building-consents .tile-list .tile {
        width: 100%;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        #building-consents .tile-list .tile .tile-wrapper {
            margin: 10px;
        }
}

/***** Booking Occurrences ******/
.booking-occurrences .note {
    font-size: 14px;
}

.booking-occurrences table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 50%;
}

.booking-occurrences tr.unavailable td,
.booking-occurrences tr.error td {
    font-weight: bold;
    color: red;
}
.booking-occurrences tr.deleted td{
    color: #DDD;
}

.booking-occurrences .occurrences-buttons {
    float: right;
    margin-top: 20px;
}
.booking-occurrences div.bookingAction {
    margin-right: 5px;
    font-weight: normal;
    cursor: pointer;
    float:left;
}
.booking-occurrences .displayRowAddTemplate,
.booking-occurrences .editRowAddTemplate,
.booking-occurrences .selectTimeSlotTemplate,
.booking-occurrences .selectConsumptionTemplate
{
    display: none;
}

.booking-occurrences td, .booking-occurrences th {
    vertical-align: middle;
    border: 1px solid #000000;
    text-align: left;
    padding: 11px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    margin-top: -1px;
}

.booking-occurences .editRow td:before{
    content: none;
    float: none;
}

.booking-occurrences table.responsive tbody tr.editRow td:before{
    content: none;
}

.multiBookingOptions .startEndTime {
    display: block;
    margin-top: -32px;
    margin-left: 100px;
    margin-bottom: 20px;
}

.nav-tabs .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.nav-tabs .fade.in {
    opacity: 1;
}

.nav-tabs .tab-content>.tab-pane {
    display: none;
}

.nav-tabs .tab-content>.active {
    display: block;
}

.nav-tabs .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item+.nav-item {
    margin-left: .2rem;
}
.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}
.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}

.nav-tabs dl,.nav-tabs ol,.nav-tabs ul {
    margin-top: 0;
    margin-bottom: 1rem;
}



.ui-datepicker td.selectedBookDay .ui-state-default
{
    background: rgb(153, 255, 153) !important;

}
.ui-datepicker td.selectedBookDay.ui-state-disabled
{
    opacity: 1 !important;
}

/**** item picker ****/
div.picker-container {
    margin-top: 10px;
}


div.picker-container div.picker-select-container {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div.picker-container div.picker-select-container.highlighterror {
    background: #fde8cd !important;
}

div.picker-container div.picker-select-container img.error-indicator {
    float: left;
}

div.picker-container div.picker-select-container label {
    float: left;
    font-weight: bold;
    margin-right: 15px !important;
    padding-top: 10px;
    margin-bottom: 0.75em !important;
}


div.picker-container img.error-indicator {
    position:relative;
    margin-top: 0px;
    height: 35px;
}
div.picker-header span {
    font-weight: bold;
}
div.picker-noresult span{
    font-weight: bold;
}

/*div.picker-footer span {
}*/


table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: #3776B2 !important;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #d33333 !important;
}


table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd;
}


table.dataTable.display tbody tr td.highlighterror {
    background: #fde8cd !important;
}

table.dataTable.display tbody td.child.highlighterror {
    background: #fde8cd;
    border-top: 0px;
}

table.dataTable.display tbody td.child.highlighterror:last-child {
    padding-top: 0px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
}


