/* Minification failed. Returning unminified contents.
(12401,10): run-time error CSS1035: Expected colon, found '#CCC'
 */
/* Minification failed. Returning unminified contents.
(12398,10): run-time error CSS1035: Expected colon, found '#CCC'
 */
@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

*/

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 :not(.qtip-content),
ul :not(.qtip-content) {
    list-style: none;
    list-style-type: 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"], input[type="password"] {
    height: 26px;
    padding: 0 0 0 8px;
}

    input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]: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;
    width: auto;
}


input:focus {
    outline: none;
}

.column select {
    height: 192px;
    width: 230px;
}

.timeSelector.ui.grid select {
    width: auto;
    min-width: 100px;
    height: auto;
}

@media screen and (max-width:320px) {
    .timeSelector.ui.grid select {
        width: 100px !important;
    }
}


.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,
.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,
.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,
.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,
.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;*/
    }


.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(/content/images/applications-heading.png) no-repeat;*/
    }

    .services + .services h2 {
        /*background: url(/content/images/bookings-heading.png) no-repeat;*/
    }

    .services h2 .services.Bookings h2 {
        /*background: url(/content/images/bookings-heading.png) no-repeat;*/
    }

    .services.Payments h2 {
        /*background: url(/content/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;
}

.question-api-validation-result {
    float: left;
    margin-left: 415px;
    padding-bottom: 15px;
}

.api-validation-error-content {
    color: red;
}

.api-validation-result-content.hide, .api-validation-unknown-content.hide, .api-validation-error-content.hide {
    display: none;
}

.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;
}

/*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 .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 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 select[disabled],
.questionContent textarea[disabled] {
    margin: 1px;
    line-height: 26px;
    background-color: #f8f8f8;
    border: solid 1px #dfdfdf;
    color: #545454;
    overflow: hidden;
    padding-left: 8px;
}

.questionContent textarea[disabled]{
    overflow: visible;
}

.questionContent select[disabled] {
    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 .upload-filelist tbody td{
    height: 45px;
}

.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,
.form-wrapper div li {
    margin-left: 12px;
}

.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(/content/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(/content/images/expand.png) no-repeat center center;
    display: inherit;
    box-shadow: none;
}*/

a.twisty-on
{
    background: url(/content/images/collapse.png) no-repeat center center;
    display: inherit;
    box-shadow: none;
}

a.twisty-off
{
    background: url(/content/images/expand.png) no-repeat center center;
    display: inherit;
    box-shadow: 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, .internal-address-finder .hidden {
    display: none;
}

.address-finder .field-label, .here-address-finder .field-label, .internal-address-finder .field-label {
    float: left;
    width: 150px;
}

.address-finder .field {
}

.internal-address-finder .question-address-validation-result {
    max-width: 300px;
    white-space: nowrap;
}

.address-finder .manual-fields > div, .here-address-finder .manual-fields > div, .internal-address-finder .manual-fields > div {
    margin-top: 10px;
}

/*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(/content/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(/content/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(/content/images/help-icon.png) right center no-repeat;
}

.questionContent textarea {
    width: 300px;
}

input.xsmall {
    width: 70px;
}

input.small, input.short {
    width: 85px;
}

input.medium, textarea.short {
    width: 200px;
}

input.long, input.large, textarea.medium {
    width: 300px;
}

input.extralong {
    width: 400px;
}

textarea.long, textarea.large {
    width: 400px;
}

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,
.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(/content/images/grey-button-background.png) repeat-x !important;
    }

    .button.grey:hover {
        cursor: default;
    }

    .button.alternative {
        background: url(/content/images/alt-button-background.png) repeat-x !important;
        height: 35px !important;
        min-width: 300px !important;
        color: #000 !important;
        margin-bottom: 10px !important;
    }

    @media (max-width: 47.99em) {
        .button.alternative {
            min-width: 250px !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 {
    float: none !important;
    margin: -4px 0 0 0 !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(/content/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;
}




#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(/content/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(/content/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(/content/images/wizard/step-icon-number.png) no-repeat; */
    }

    #progress-bar .step_pf {
        background: url(/content/images/wizard/incomplete-step.png) no-repeat;
    }

    #progress-bar .step_cp {
        background: url(/content/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(/content/images/wizard/wizard-arrow-prev.png) no-repeat;
    }

    #dropdown-progress-bar > div.wizard-step-arrow > button.next {
        background: url(/content/images/wizard/wizard-arrow-next.png) no-repeat;
    }

    #dropdown-progress-bar .dd-select {
        background: url(/content/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(/content/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(/content/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,
.validation-warnings {
    background: url(/content/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-warnings {
    background: url(/content/images/warning-icon.png) top left no-repeat #ffe6c9;
    color: #AD5B00;
    border: 2px solid #F79323;
}

.validation-errors ul, 
.validation-warnings ul {
    margin-top: 5px;
}

.validation-errors ul li, 
.validation-warnings ul li {
    list-style-type: disc;
    font-weight: normal;
    font-size: 0.857em;
    list-style-position: inside;
}

.success-message {
    background: url(/content/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(/content/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(/content/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(/content/images/grid/grid-sort-up.png);
        }

        .applications table th a span.sort-down {
            background: url(/content/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(/content/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(/content/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 {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 20px;
}

#tasks .tasks-tabs {
    display: flex;
}

    #tasks .task-message {
        margin: 0 8px;
    }

#tasks .task-title {
    margin-bottom: 10px;
}

    #tasks .task-title a {
        margin-right: 20px;
        color: #61BBE9;
        font-weight: 500;
    }

    #tasks .task-title:hover,
    #tasks .task-link a:hover {
        color: #999999;
        text-decoration: none;
        cursor: pointer;
    }

    #tasks .task-title.active a {
        text-decoration: none;
        color: #999999;
        cursor: default;
    }

    #tasks .task-title.active:hover a {
        color: #999999;
        text-decoration: none;
        cursor: default;
    }

#tasks ul {
    display: flex;
    flex-wrap: wrap;
}

    #tasks ul li {
        width: 33.33%;
        margin: 0;
        transition: 0.2s;
        flex: 0 1 33.33%;
        display: flex;
    }

        #tasks ul li .task-wrapper {
            margin: 12px 8px;
            line-height: 1.6em;
            list-style-position: inside;
            border-radius: 5px;
            box-shadow: 0 1px 4px #CCC;
            height: auto;
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }

        #tasks ul li .task-body {
            margin: 24px;
        }

        #tasks ul li .task-footer {
            margin: 24px;
            margin-top: 0;
        }

        #tasks ul li a:hover {
            text-decoration: none;
        }

#tasks div.task-links {
    text-align: right;
}

#tasks div.task-links a {
    font-weight: 600;
    color: #61BBE9;
    margin-left: 16px;
    white-space: nowrap;
}

    #tasks div.task-links a:first-of-type {
        margin-left: 0;
    }

    #tasks div.task-links a:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    #tasks div.task-links a.noclick {
        font-weight: 400;
        cursor: text;
    }



#tasks .task-list {
    padding-bottom: 50px;
    margin: 0 -8px;
}

    #tasks .task-list .task-date {
        color: #555;
        font-weight: 600;
    }

    #tasks .task-list .task-date-caption {
        font-size: 0.875em;
        line-height: 1em;
        color: #777;
        font-weight: 400;
        text-transform: uppercase;
    }

    #tasks .task-list .task-date-value {
        display: flex;
        align-items: flex-start;
        white-space: nowrap;
    }

    #tasks .task-list .task-date-difference {
        font-weight: 600;
        display: inline;
        margin-left: 8px;
        white-space: pre-wrap;
    }

        #tasks .task-list .task-date-difference.remaining {
            color: #33AF33;
        }

        #tasks .task-list .task-date-difference.overdue {
            color: #ED8C14;
        }

.my-tasks {
    font-family: 'Open Sans', sans-serif;
}

#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: 18px;
    -webkit-line-clamp: 1;
}

#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(/content/images/up-arrow-grey.png);
    background-size: 100%;
    width: 5px;
    height: 3px;
    margin-top: 5px;
}

#tasks .task-filter.desc:after {
    background: url(/content/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 {
    margin-bottom: 1em;
}

#tasks .task-heading a {
    color: #61BBE9;
    margin-bottom: 1em;
}

#tasks .task-date {
    margin: 1em 0;
}

#tasks .task-description {
    color: #555;
    font-weight: 500;
}

#tasks .task-heading .task-badge {
    padding: 5px 10px;
    margin-left: 4px;
    line-height: 1;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-size: 12px;
    float: right;
}

    #tasks .task-heading .task-badge::before {
        font-family: FontAwesome;
        content: ' ';
        margin-right: 4px;
    }

#tasks .task-heading.task-urgent .task-badge {
    background: #ED8C14;
}

    #tasks .task-heading.task-urgent .task-badge::before {
        content: '\f071';
    }

#tasks .task-heading.task-completed .task-badge {
    background: #33AF33;
}


    #tasks .task-heading.task-completed .task-badge::before {
        content: '\f00c';
    }

#tasks .task-heading.task-stop .task-badge {
    background: #777777
}

    #tasks .task-heading.task-stop .task-badge::before {
        content: '\f04c';
    }


/*** 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(/content/images/grey-button-background.png) repeat-x !important;
        cursor: default;
    }


.dialogue-action-buttons .download-button {
    display: block;
    text-align: center;
    padding-top: 75px;
    margin-top: 10px;
    float: left;
}

.dialogue-action-buttons a.downloadPDF,
.booking-action-buttons a.downloadPDF {
    background: url(/content/images/pdf.png) top center no-repeat;
    margin-left: 20px;
}

.dialogue-action-buttons a.downloadDOCX,
.booking-action-buttons a.downloadDOCX {
    background: url(/content/images/doc.png) top center no-repeat;
    margin-left: 30px;
}

.dialogue-action-buttons a.downloadXML,
.booking-action-buttons a.downloadXML {
    background: url(/content/images/xml.png) top center no-repeat;
    margin-left: 30px;
}

/*.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 .inline-edit {
    display: inline-block;
}

.application-summary .edit-mode .saveable-group,
.application-summary .view-mode .editable-group {
    display: inline-block;
    border-radius: 3px;
    position: relative;
    border: 1px solid transparent;
    vertical-align: top;
}

    .application-summary .edit-mode .saveable-group:hover,
    .application-summary .view-mode .editable-group:hover {
        transition: 0.2s;
    }

    .application-summary .edit-mode .saveable-group .editable-inline-buttons,
    .application-summary .view-mode .editable-group .editable-inline-buttons {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
    }

        .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button,
        .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button {
            vertical-align: middle;
            padding: 0 5px;
            background: #EEE;
            border: none;
            border-left: 1px solid #ccc;
            border-bottom: none !important;
            min-width: inherit;
            float: left;
            cursor: pointer;
            border-bottom: none !important;
            min-width: 0 !important;
        }

            .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button.inline-spinner,
            .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button.inline-spinner {
                width: 64px;
            }

            .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button .fa.icon,
            .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button .fa.icon {
                color: #666;
                font-size: 16px;
            }

                .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button .fa.icon.edit,
                .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button .fa.icon.edit {
                    color: #1476B8;
                }

                .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button .fa.icon.save,
                .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button .fa.icon.save {
                    color: #2ecc71;
                }

                .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button .fa.icon.cancel,
                .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button .fa.icon.cancel {
                    color: #dc143c;
                }

            .application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button:hover,
            .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button:hover {
                opacity: .7;
                transition: 0.2s;
            }

.application-summary .view-mode .editable-group {
    border: 1px solid transparent;
    margin-left: -3px;
}

    .application-summary .view-mode .editable-group .editable-inline-buttons {
        background: transparent;
        border-left-color: transparent;
    }

        .application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button {
            background: transparent;
            border: none !important;
            min-width: 25px;
        }

    .application-summary .view-mode .editable-group:hover {
        border-color: #ccc;
    }

        .application-summary .view-mode .editable-group:hover .editable-inline-buttons .editable-inline-button {
            border-left: 1px solid #ccc;
            background: #eee;
        }

    .application-summary .view-mode .editable-group span {
        transition: .2s;
        padding: 0 10px;
        margin-right: 30px;
        padding: 0 3px;
        display: block;
        width: calc(100% - 30px);
    }

.application-summary .edit-mode {
    display: none;
}

    .application-summary .edit-mode .saveable-group {
        border-color: #ccc;
    }

        .application-summary .edit-mode .saveable-group input, .application-summary .edit-mode .saveable-group select, .application-summary .edit-mode .saveable-group textarea, .application-summary .edit-mode .saveable-group span {
            border: 0;
            margin-right: 4em;
            margin-right: 64px;
            width: auto;
            float: left;
            min-width: 180px;
            width: calc(100% - 64px);
        }

        .application-summary .edit-mode .saveable-group .toggle {
            min-width: 276px;
        }

            .application-summary .edit-mode .saveable-group .toggle input {
                min-width: 220px;
                float: left;
            }

            .application-summary .edit-mode .saveable-group .toggle span {
                min-width: 220px;
                float: left;
                padding-top: 6px;
                padding-right: 2px;
                padding-left: 6px;
                font-size: smaller;
                margin-right: 3em;
            }

.application-summary .icon {
    color: #666;
    cursor: pointer;
    line-height: 1;
    padding: 0 3px;
}

.application-summary table tr td .inline-edit {
    display: block;
}

    .application-summary table tr td .inline-edit .edit-mode .saveable-group,
    .application-summary table tr td .inline-edit .view-mode .editable-group {
        display: block;
    }

        .application-summary table tr td .inline-edit .edit-mode .saveable-group::after,
        .application-summary table tr td .inline-edit .view-mode .editable-group::after {
            content: " ";
            display: block;
            clear: both;
            vertical-align: top;
        }

        .application-summary table tr td .inline-edit .edit-mode .saveable-group input, .application-summary table tr td .inline-edit .edit-mode .saveable-group select, .application-summary table tr td .inline-edit .edit-mode .saveable-group textarea,
        .application-summary table tr td .inline-edit .view-mode .editable-group input,
        .application-summary table tr td .inline-edit .view-mode .editable-group select,
        .application-summary table tr td .inline-edit .view-mode .editable-group textarea {
            width: calc(100% - 64px);
            min-width: 140px;
        }


/* Inline button additional V1 only support classes */
.application-summary .edit-mode .saveable-group .editable-inline-buttons .editable-inline-button,
.application-summary .view-mode .editable-group .editable-inline-buttons .editable-inline-button {
    border-bottom: none !important;
    min-width: 0 !important;
}

.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(/content/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(/content/images/admin-remove-button.png) no-repeat;
    margin-left: 5px;
}

.administration .properties {
    background: url(/content/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 .account-table {
    padding: 0;
}

.upload-filelist table {
    border-collapse: collapse;
    padding: 0;
    border: none;
}

.upload-filelist tbody td {
    min-width: 25px;
    height: auto;
    border-bottom: 1px solid #D9D9D9;
}

.upload-filelist tbody td:first-child + td {
    word-wrap: break-word;
    padding-right: 5px;
}

.upload-filelist tbody td:first-child + td + td {
    padding-right: 20px;
}


.upload-filelist tbody td.fileRemove, .upload-filelist tbody td.fileStatus,
.upload-filelist tbody td.fileEdit, .upload-filelist tbody td.fileSize {
}

.upload-filelist .fileType {
    display: none;
}

.upload-filelist .icon.file-type-icon {
    cursor: initial;
}

.upload-filelist .icon.file-type-icon.fa-file-pdf-o {
    color: #dc143c;
}

.upload-filelist .icon.file-type-icon.fa-file-word-o {
    color: #1e90ff;
}

.upload-filelist .icon.file-type-icon.fa-file-powerpoint-o {
    color: #ce6950;
}

.upload-filelist .icon.file-type-icon.fa-file-excel-o {
    color: #3cb371;
}

.upload-form {
    margin-top: 1em;
}

.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(/content/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;
}

#AdminUploadedFiles-filelist .filelist-table-inner table,
#CustomerPostSubmitUploadedFiles-filelist .filelist-table-inner table{
    width: 100%;
}

#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(/content/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(/content/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-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;
    display: none;
}

    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;
}

/* RTD */

div.payment-options-container div.payment-gateway-option .rtd-wrapper h4#rtd-radio-group-label {
    margin-top: 1em;
}

div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector {
    margin: 1em 0 0 0;
}

    div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank {
        float: left;
        margin: 0 1em 1em 0;
        min-width: 200px;
        width: auto;
    }

    @media (max-width: 47.99em) {
        div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank {
            width: 250px;
        }
    }

div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank .rtd-logo {
    height: 2em;
}

    div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank .rtd-logo img {
        transition: all 0.15s ease-in-out;
        height: 100%;
        padding: 0;
        margin-right: 1em;
    }

div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank label:active .rtd-bank-content {
    box-shadow: inset 2px 4px 10px #CCC !important;
    background: #f0f0f0;
}

div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio] {
    height: 100px;
    padding: 15px;
    display: none;
}

    div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio] + .rtd-bank-content {
        display: flex;
        align-items: center;
        position: relative;
        box-sizing: content-box;
        padding: 1em 1em;
        border: 1px solid #AAA;
        border-radius: 8px;
        transition: all 0.15s ease-in-out;
        box-shadow: 1px 2px 3px 0px #CCC;
        cursor: pointer;
        background: #fdfdfd;
    }

div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio]:checked + .rtd-bank-content {
    box-shadow: inset 1px 3px 6px #CCC;
    background: #f4f4f4;
}
    div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio] + .rtd-bank-content .rtd-text span::after {
        font-family: "FontAwesome";
        content: " ";
        width: 1em;
        display: inline-block;
        margin-left: .5em
    }

div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio]:checked + .rtd-bank-content .rtd-text span::after {
    content: '\f00c';
}

div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio]:not(:checked) + .rtd-bank-content:hover {
    background: #fff;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 3px 6px #CCC;
}

    div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank input[type=radio]:not(:checked) + .rtd-bank-content:hover img {
        transition: all 0.1s ease-in-out;
    }

div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank .rtd-text span {
    display: block;
}

div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank .rtd-text:first-child {
    margin: 0 auto;
}

    div.payment-options-container div.payment-gateway-option .rtd-wrapper .rtd-bank-selector div.rtd-bank .rtd-text:first-child span {
        margin-left: 2em;
        margin-right: 2em;
    }

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(/content/images/applications-heading.png) 20px 0px no-repeat;
    background-position: right top;
}

.services.Bookings .services-header {
    background: #d1d2d4 url(/content/images/bookings-heading.png) 20px 0px no-repeat;
    background-position: right top;
}

.services.Payments .services-header {
    background: #d1d2d4 url(/content/images/payments-heading.png) 20px 0px no-repeat;
    background-position: right top;
}

.services.Bookings .services-header {
    background: #d1d2d4 url(/content/images/bookings-heading.png) 20px 0px no-repeat;
    background-position: right top;
}

.services .services-header + .services .services-header {
    background: #d1d2d4 url(/content/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 .section.tasks {
        overflow: visible;
    }

#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::after{
    clear: both;
    display: block;
    content: ' ';
}

    #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,
                .application-summary .upload-filelist .icon.fa-file-pdf-o {
                    color: crimson;
                }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-word-o,
                .application-summary .upload-filelist .icon.fa-file-word-o {
                    color: dodgerblue;
                }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-powerpoint-o,
                .application-summary .upload-filelist .icon.fa-file-powerpoint-o {
                    color: darkorange;
                }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-excel-o,
                .application-summary .upload-filelist .icon.fa-file-excel-o {
                    color: green;
                    color: mediumseagreen;
                }

                #building-consents .tile-list .tile .tile-wrapper .icon.fa-file-image-o,
                .application-summary .upload-filelist .icon.fa-file-image-o {
                    color: black;
                }

                #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 .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;
}

.callout-box {
    padding: 2em;
    background: #fbfbfb;
    border: 1px solid #ddd;
}

.section-summary {
    padding: 20px 0;
}

.section-summary h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 20px 0;
}

.section-summary .symbol-label {
    width: 200px;
    float: left;
}

.section-summary .symbol-value {
    margin-left: 10px;
    width: 60%;
    font-weight: bold;
}


/*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: 1;
  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 {
    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 {
    -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%;
        flex: 0 1 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%;
        flex: 0 1 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 ******/


.singleBookingOptions  .timeSelector.ui.grid>* {
    padding-right: 0;
}

.singleBookingOptions .timeSelector.ui.grid > .column:not(.row) {
    padding-top: 0;
    padding-bottom: 0;
}


.singleBookingTimeSelector .timeSelector.ui.grid {
    margin-top: 1rem;
}

.timeSelector .questionName,
.singleBookingOptions .questionName-text,
.singleBookingTimeSelector .questionName-text {
    width: auto;
}

.timeSelector h4 {
    font-size: 1em;
    font-weight: normal;
}

.timeSelector img.error-indicator {
    position: relative;
    float: left;
}

.timeSlotNavigationBorderContainer {
    margin-top: 1em;
}

.timeSlotNavigationBorderContainer h1{
    font-size: 2em;
}

.multiBookingOptions .startEndTime {
    display: block;
    margin-top: -32px;
    margin-left: 100px;
    margin-bottom: 20px;
}

.multiBookingOptions .recurrence-option label {
    margin-left: 3px;
    padding-right: 10px;
    width: auto;
}

.multiBookingOptions .questionName-text-extra {
    font-style: italic;
}

.multiBookingOptions .daily label,
.multiBookingOptions .monthly label {
    width: auto;
    margin-right: 0;
    vertical-align: middle;
}

.multiBookingOptions .daily .startEndTime,
.multiBookingOptions .monthly .startEndTime {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .multiBookingOptions .row-group {
        width: 100%;
    }
    .multiBookingOptions .monthly .month-ordinal {
        max-width: 360px;
    }

}

@media (max-width: 860px) {

    .multiBookingOptions .row-group {
        width: auto;
    }

    .multiBookingOptions .monthly .month-ordinal {
        max-width: none;
    }

    .multiBookingOptions .answer-group {
        width: auto;
    }

    .multiBookingOptions .monthly select.ordinal-week,
    .multiBookingOptions .monthly select.ordinal-weekday {
        width: auto !important;
        max-width: 110px;
    }
}

.multiBookingOptions .row-group,
.multiBookingOptions .label-group,
.multiBookingOptions .answer-group {
    display: inline-block;
}

.multiBookingOptions .row-group label {
    padding-bottom:3px;
}

.multiBookingOptions .label-group {
    width: 80px;
}

.multiBookingOptions .label-group.secondary {
    text-align: center;
}


.multiBookingOptions .row-group {
    display: inline-block;
    padding-top: .5em;
}

.multiBookingOptions .row-group > div {
    display: inline-block;
    vertical-align: middle;
}

.multiBookingOptions .weekly .text-box,
.multiBookingOptions .daily .text-box,
.multiBookingOptions .monthly .text-box {
    width: 50px;
}

.multiBookingOptions .questionContent .every-day .questionName-text {
    width: auto;
}

@media (max-width: 47.99em) {
    .multiBookingOptions .recurrence-option label {
        margin-left: 0;
        padding-right: 0;
    }

    .multiBookingOptions .row-group {
        width: 100%;
    }

    .multiBookingOptions .answer-group {
        width: calc(100% - 90px);
    }


    .multiBookingOptions .monthly .text-box {
        min-width: 100px;
    }

    .multiBookingOptions .monthly .month-ordinal {
        max-width: 360px;
    }

    .multiBookingOptions .month-ordinal > div {
        display: inline-block;
    }

    .multiBookingOptions .monthly .monthly-option-other {
    }

    .multiBookingOptions .monthly input.monthly-option-months {
        min-width: 100px;
        padding-right: 0;
    }

    .multiBookingOptions .monthly label.monthly-option-months {
        margin-right: 3px;
    }

    .multiBookingOptions .monthly select.startOnSelect {
        margin-bottom: .75em;
    }

    .multiBookingOptions .monthly select.ordinal-week,
    .multiBookingOptions .monthly select.ordinal-weekday {
        max-width: 110px;
        width: 110px !important;
    }
}

.custom-booking-repeater {
    width: 100%;
}

@media (max-width: 860px) {
    .custom-booking-repeater .custom-booking-row {
        padding-left: 0;
        width: 100%;
    }
}

@media (min-width: 861px) {
    .custom-booking-repeater {
    }
}

@media (min-width: 861px) {
    .custom-booking-repeater {
        width: 100%;
    }
}

.custom-booking-repeater .row-title {
    display: none;
}

@media (max-width: 860px) {

    .custom-booking-repeater .row-title.normal-row .row-title-button-row {
        padding-top: 0;
    }

    .custom-booking-repeater .row-title.top-row .row-title-button-row {
        display: none;
    }
}

.custom-booking-repeater .questionName.normal-row {
    display: none;
}

.custom-booking-repeater .button-row {
    display: inline-block;
    vertical-align: top;
}

.custom-booking-repeater .button-row.error-question {
    padding-top: 8px;
}


@media (max-width: 860px) {
    .custom-booking-repeater .questionName.normal-row {
        height: auto;
        display: inline;
    }
}

@media (max-width: 1023px) {
    .custom-booking-repeater .row-title {
        display: inline;
        width: 100%;
    }

    .custom-booking-repeater .button-row {
        display: none;
    }

    .custom-booking-repeater .row-title .questionName-text.custom-title {
        float: left;
        font-size: 1.5em;
        width: 300px;
        font-weight: 700;
    }

    .custom-booking-repeater .questionName.top-row,
    .custom-booking-repeater .questionName.normal-row {
        display: inline-block;
        margin-bottom: 0 !important;
    }
}

.custom-booking-repeater .question-answer-pair {
    display: inline-block;
}

.custom-booking-repeater .question-answer-pair.error-symbol {
    width: 410px;
}
.custom-booking-repeater .question-answer-pair.error-symbol img.error-indicator {
    position: relative;
    margin-top: 0;
}

.custom-booking-repeater .question-answer-pair.error-question {
    padding-top: 5px;
}

.custom-booking-repeater .question-answer-pair.date-from {
    width: 140px;
}

.custom-booking-repeater .question-answer-pair.time-from, .custom-booking-repeater .question-answer-pair.time-to {
    width: 150px;
}

.custom-booking-repeater .question-answer-pair.time-from select,
.custom-booking-repeater .question-answer-pair.time-to select {
    width: 140px;
}

.custom-booking-repeater input[type="button"].repeater-remove,
.custom-booking-repeater input[type="button"].button.repeater-remove {
    margin-top: 5px;
}

@media (max-width: 1023px) {
    .custom-booking-repeater .question-answer-pair {
        display: inline;
        width: 100%;
    }
}

.multiBookingOptions .custom .repeater-add {
    margin-top: 1em;
}

    .custom-booking-repeater div.repeater-add input[type="button"] {
        margin-left: 0;
        float: left;
    }

.custom-booking-repeater .button-row.top-row {
    display: none;
}

.custom-booking-repeater .questionName,
.custom-booking-repeater .longQuestionName {
    width: 100%;
    float: none;
    margin-right: 0 !important;
    text-align: unset;
}

@media (max-width: 860px) {
    .custom-booking-repeater .button-row {
        display: none;
    }

    .custom-booking-repeater input[type="button"].repeater-remove,
    .custom-booking-repeater input[type="button"].button.repeater-remove {
        float: right;
    }

    .custom-booking-repeater .row-title .questionName-text.custom-title {
        width: auto;
    }
}





.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;
}


.questionContent div.button-bar-left {
    float: left;
    margin-left: 0;
    width: 100%;
}

.questionContent div.button-bar-right {
    float: right;
}

.button-bar-left input[type=button].button, .button-bar-left input[type=submit].button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

/* signature */

.questionContent .signature-image {
    border: 1px solid #e6e6e6;
    width: 99.8%;
    margin-top: 10px;
}

.questionContent .signature-image img {
    height: 120px;
    margin: 0 1px 0 1px;
}

@media (max-width: 47.99em) {
    .questionContent .signature-image img {
        height: 80px;
        width: 95%;
    }
}

.questionContent .signature-image label {
    line-height: 30px;
    width: 100%;
    font-style: italic;
}



.signature-pad {
position: relative;
width: 100%;
height: 180px;
border: 1px solid #e8e8e8;
background-color: #fff;
border-radius: 4px;
}

@media (max-width: 47.99em) {
.signature-pad {
    height: 120px;
}
}

.signature-pad:before, .signature-pad:after {
position: absolute;
z-index: -1;
content: "";
height: 10px;
left: 20px;
bottom: 10px;
background: transparent;
}

.signature-pad:after {
left: auto;
right: 20px;
}

.signature-pad-body {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 20px;
border: 1px solid #f4f4f4;
}

.signature-pad-body
canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

/* Search address*/
.search-address input[type=button].button {
    padding: 13px 3em;
    float: none;
    margin: -4px 0 0;
}

@media (max-width: 47.99em) {
    .search-address input[type=button].button {
        clear: both;
    }
}

.search-address.title {
    /*remove from title class which is also applied*/
    background: none;
    border: none !important;
    padding: 0 !important;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    color: #474747;
    margin: .3333em 0;
}

.search-address.description {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    color: #474747;
    margin: .3333em 0 1em;
}

.search-address select {
    margin-bottom: 1em;
}

@media (max-width: 61.99em) {
    .search-address select {
        margin-right: 50%;
    }
}

.search-address input {
    margin-bottom: 1em;
}

    .search-address input.xsmall, .search-address input.short, .search-address input.small {
        width: 10%;
        min-width: 120px;
    }

@media (max-width: 61.99em) {
    .search-address input.xsmall, .search-address input.short, .search-address input.small {
        width: 33%;
    }
}

@media (max-width: 47.99em) {
    .search-address input.xsmall, .search-address input.short, .search-address input.small {
        width: 66%;
        min-width: 240px;
    }
}

.search-address input.medium, .search-address input.long {
    margin-left: 0;
    width: 60%;
    min-width: 240px;
}

@media (max-width: 61.99em) {
    .search-address input.medium, .search-address input.long {
        width: 66%;
    }
}

.search-address label {
    font-family: Open Sans, Arial, sans-serif;
    margin-bottom: .33333333em;
    font-size: 15px;
    line-height: 1em;
    color: #474747;
}

/* Reveal Modal*/
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  overflow: hidden; }

.reveal-modal {
    box-sizing: border-box;
    background: #eee;
    visibility: hidden;
    top: 150px;
    left: 20%;
    right: 0;
    width: 60%;
    position: fixed;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
    @media (max-width: 74.99em) {
    .reveal-modal {
        left: 10%;
        width: 80%; } }
    @media (max-width: 61.99em) {
    .reveal-modal {
        left: 5%;
        right: 0;
        margin-left: 0;
        width: 80%; } }
    @media (max-width: 47.99em) {
    .reveal-modal {
        top: 15%;
        left: 1%;
        margin-left: 0;
        padding: 10px;
        width: 95%; } }

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: fixed;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer; }

/* maps */
.map .hidden {
  display: none; }

.map .map-address, .map .map-canvas {
  margin-bottom: 10px; }

.map .ui-autocomplete {
  background-color: #fff;
  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 > a.ui-state-hover {
    background-color: #39f;
    color: #fff;
    display: block; }

.map-canvas-wrapper {
  width: 580px;
  height: 620px; }
  @media (max-height: 47.99em) {
    .map-canvas-wrapper {
      width: 530px;
      height: 580px; } }
  @media (max-width: 47.99em) {
    .map-canvas-wrapper {
      height: 80%;
      width: 92%;
      left: 4%; } }

.map-canvas-wrapper .button-bar-right {
  padding-top: 20px; }

.map-canvas {
  width: 500px;
  height: 500px; }
  @media (max-height: 47.99em) {
    .map-canvas {
      width: 450px;
      height: 450px; } }
  @media (max-width: 47.99em) {
    .map-canvas {
      height: 80%;
      width: 98%; } }

.leaflet-map-labels {
  border: 0;
  background: 0 0;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  width: 40px;
  white-space: nowrap;
  z-index: 8; }
  .leaflet-map-labels:after, .leaflet-map-labels:before {
    border: 0; }

.leaflet-routing-container {
  display: none; }

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}


.questionContent .map-image {
  margin-top: 10px;
  width: 500px; }
  @media (max-width: 47.99em) {
    .questionContent .map-image {
      height: 80%;
      width: 98%; } }

.map-canvas-wrapper.reveal-modal {
  top: 15%; }

.reveal-modal .leaflet-container .leaflet-fade-anim .leaflet-tile, .reveal .leaflet-container .leaflet-fade-anim .leaflet-popup {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }


.reveal-modal .leaflet-container img {
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  max-height: inherit; }

.reveal-modal .leaflet-container .leaflet-popup-tip-container {
  margin: 0 auto; }

.reveal-modal .leaflet-container .leaflet-popup-content-wrapper {
  padding: 1px;
  margin: inherit; }

.reveal-modal .leaflet-container .leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.reveal-modal .leaflet-container .leaflet-popup-content h3 {
  color: #333333; }

.reveal-modal .leaflet-container .leaflet-popup-tip {
  padding: 1px;
  margin: -10px auto 0; }

.reveal-modal .leaflet-container .leaflet-popup-content, .reveal .leaflet-popup-content h2 {
  color: #333333; }

.reveal-modal .leaflet-container .leaflet-popup-content pre {
  font-size: 14px;
  box-shadow: none; }

div.leaflet-draw-section .leaflet-draw-actions > li {
    margin-left: 0 !important;
}

.search-container input[type=text]::-ms-clear {
    margin-right: 30px;
}

.badge {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 5px;
    border-radius: 4px;
    margin-right: .5em;
    font-size: .83em;
    background: #777;
}

.badge.danger{
    background: #dc143c
}

.badge.warning {
    background: #F79323
}

.badge.success {
    background: #34BD6F
}

.content.selector a:hover {
    cursor: pointer;
}

.task.edit.email {
    width: 10%;
    display: inline-block;
    float: left;
}

.task.edit.email input[type="checkbox"] {
    margin-top: 15px;
}

.task.offset {
    width: 60px;
    margin-top: 10px;
}
/*Responsive layout
***************************************************************************/

/*media queries not supported in ie8 below - 1024px screen accounted for so shouldn't be an issue*/
@media all and (max-width: 860px) {
    input[type="text"] {
        height: 32px;
    }
    select {
        height: 31px;
    }


    header, footer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }    

    header {
        height: auto !important;
    }

    #logo {
       background: url(/client-resources?path=images/logo-small.png) no-repeat left center;
    }

    #dcc-interaction {
        padding: 10px 10px 40px;    
    }

    #logo {
        margin: 10px 0 0 !important;
    } 

    .services h2, .services.Bookings h2, .services.Payments h2, .services + .services h2 {
        background: #d1d2d4;
        padding-top: 10px;
    }

    #form-wrapper > div > li {
        margin-left: 10px;
    }

    div#payment-gateway div.payment iframe.message-only,
    div#div#cc-token-registration div.payment iframe.message-only {
        height: 110px !important;
    }

    /*Summary table*/
    div.charges-summary-container {
        width: 100% !important;
    }

    div.charges-summary-container div.charges-summary-row div.charges-summary-item.description {
        width: auto !important;
        margin-left: 5px;
    }

    div.charges-summary-container div.charges-summary-row div.charges-summary-item.total {
        float: right;
    }

    /*collapsibles*/

    .collapsible-layout-group.collapsible-parent {
        /*padding: 0 10px 5px;*/
        margin: 5px 0;
    }

    .collapsible-layout-group .collapsible-region .twisty-collapsible-region {
        margin-left: -28px;
    }

    .collapsible-layout-group.collapsible-parent > .twisty-collapsible-region {
        margin-left: -11px;
    }

    .collapsible-layout-group .collapsible-region .twisty-collapsible-region.twisty-on, 
    .collapsible-layout-group .collapsible-region .twisty-collapsible-region.twisty-off {
        background-color: transparent;
    }

    .collapsible-layout-group.collapsible-grandparent {
        width: 100%;
        margin-left: -10px;
        padding-left: 20px !important;
    }

    .collapsible-layout-group > .collapsible-region > section {
        margin-bottom: 5px !important;
    }

    #EmploymentHistory-repeater > div.repeater-item, #EmploymentHistory-AddRegion > div, #BCContactRepeater-repeater .collapsible-parent {
        padding: 10px;
    }


    /*selectables - i.e properties*/

    .dialogue-selection .option {
        height: auto;
        padding-bottom: 0;
    }


    .dialogue-selection label {
        margin-bottom: 0px;
    }

    #myAddresses .account-link a {
        font-size: 12px;
    }
   
   

    /*inputs - buttons, text etc*/

    .question-cell, .questionContent, .questionContent-below, .questionName, .longQuestionName, .question-cell > .label > li {
        float: none;
        text-align: left;
        width: auto;
    }

    .question-cell.question-help-wrapper {
        float: left;
        position: unset;
    }


    div.permission .question-cell, .questionContent, .questionContent-below, .questionName, .longQuestionName, .question-cell > .label > li {
        float: initial;
        text-align: initial;
        width: initial;
    }

    .questionName-text {
        width: auto;
        margin-right: 24px;
    }

    .questionName, .longQuestionName {
        margin-right: 0 !important;
        margin-bottom: 3px !important;
    }

    .question-api-validation-result {    
        margin-left: 0;        
    }

    .questionName.long.right-full {
        display: inline-block;
    }

    .questionName-text.right-full {
        margin-top: 0;
    }

    .question-cell {
        margin-bottom: 10px;
    }

    div.permission .question-cell {
        margin-bottom: 0px;
    }

    .question-cell .optional {
        text-align: left;
    }
    
    /*TODO: Should this be across all selects or is it missing .questionContent Prefix?*/
    .questionContent input[type="text"], .questionContent textarea, select {
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .questionContent input.datetime {
        width: 100px !important;
    }

    .questionContent .bank-account-question input.bank {
        width: 30px !important;
    }

    .questionContent .bank-account-question input.branch {
        width: 44px !important;
    }

    .questionContent .bank-account-question input.account {
        width: 66px !important;
    }

    .questionContent .bank-account-question input.aubody {
        width: 90px !important;
    }

    .questionContent .bank-account-question input.suffix {
        width: 36px !important;
    }

    .questionContent .bank-account-question input.bsb {
        width: 56px !important;
    }

    .questionContent .dropdown-time select {
        width: 55px !important;
    }

    .questionContent .subtext {
        text-align: left;
    }
    
    .questionContent .date-time input.hasDatepicker {
        width: 100px !important;
    }
    .questionContent .date-time select {
        width: 100px !important;
    }

    .questionContent .date-time .timeLabel {
        margin-left: 90px !important;
    }

    .verticalOptionList label,
	.collapsible-region .verticalOptionList label {
		 max-width: 100%;
	}

    .bottom-buttons {
        margin-right: 0;
    }

    input.button[type="submit"],
    input.button[type="button"] {
        height: 36px;
    }

    .fileinput-button a,
    .link-button a {
        padding: 6px;
    }
    
    .question-answer-pair {
        position: relative;
    }
    
    .question-help, div.question-answer-pair img.ui-datepicker-trigger {
        position: absolute !important;
        top: 10px;
        right: 10px;
    }

    div.permission .question-help, div.question-answer-pair img.ui-datepicker-trigger {
        position: initial !important;
        top: 0px;
        right: 0px;
    }

    /*Form Error Questions*/
    div.error-question img {
        position:relative !important;
        float: left;
        max-width: 43px;
        margin-top: 0px !important;
        margin-right: 5px;
    }

    /*home realm*/
    .home-realm-text {
        float: none;
        width: auto;
        max-width: 310px;
        margin-top: 20px;
    }

    .home-realm .realme-sidebar {
        float: none;
    }

    div.error-question div.question-cell div.questionContent #recaptcha-validation-message {
        margin: 25px 0px 10px 0px;
    }

}
@media (min-width: 1px) and (max-width: 800px) {
    table.responsive,
    table.responsive thead td,
    table.responsive tbody td,
    table.responsive thead tr,
    table.responsive tbody tr,
    table.responsive thead th {
        display: block;
    }

        table.responsive tbody {
            width: 100%;
            display: block;
        }

        table.responsive thead {
            display: none;
        }

            table.responsive thead tr {
                width: auto;
                overflow: hidden;
            }

            table.responsive thead th {
                width: auto;
                float: left;
                padding: 10px;
            }

        table.responsive tr {
            margin-bottom: 10px;
            width: 100%;
        }

    table.pretty td {
        border: none;
        position: relative;
    }

    table.responsive td:before {
        font-weight: bold;
        margin-right: 10px;
        float: left;
    }

    /* Other plugin specific table.responsive css*/
    .charge-selection-finance table.responsive .charge-amount {
        text-align: left;
    }

    .charge-selection-finance table.responsive .total-checkbox {
        width: auto;
        text-align: left;
    }

    .charge-selection-finance table.responsive tfoot tr {
        background: none;
    }

        .charge-selection-finance table.responsive tfoot tr td {
            border: none;
        }

    table.responsive tbody td[data-heading]:before {
        content: attr(data-heading) ':';
        font-weight: bold;
    }
    table.responsive.documents tbody tr td:first-child {
        display: none;
    }
    table.responsive.documents tbody tr td.fileName a.fileIcon {
        display: inline;
        margin-left: 5px;
    }
    .booking-summary table.statement th.amount,
    .booking-summary table.statement td.amount {
        text-align: left;
    }

    .charge-selection table.responsive{
        border: 0;
    } 

    .charge-selection table.responsive tr.header {
        display: none;
    }
    .charge-selection table.responsive tr.editable-charge-selection-row,
    .charge-selection table.responsive tr.charge-selection-row   {
        background-color: #fff;
        border-left: 1px solid black;
        border-top: 1px solid black;        
    }

    .charge-selection table.responsive .charge-amount {
        text-align: left;
    }
    .charge-selection table.responsive td.total-checkbox {
        text-align: left;
    } 
    .charge-selection table.responsive td.total-checkbox.editable {
        width: auto;
    }
    .charge-selection table.responsive tr.total-row,
    .charge-selection table.responsive tr.total-row td {
        border: none;
    }

    .upload-filelist .fileType {
        display: inline;
    }

    .upload-filelist .file-type-icon.icon {
        margin-right: .5em;
        color: white;
    }
}
@media all and (max-width: 720px) {

    /*Wizard*/
    #progress-bar .divider, #progress-bar .step, #progress-bar .step > span:first-child + span, 
    #progress-bar .step > button > span:first-child + span, #step-heading, #progress-bar .current-step,
    #progress-bar .current-step > span:first-child + span,
    #progress-bar > img {
        display: none;
    }

    #progress-bar div.current-step:first-child {
        border-left-color: #dadbd0;
    }

    #progress-bar .step,
    #progress-bar .current-step {
        float: none;
        width: 100%;
        clear: both;
        margin: 0 auto;        
        height: 36px;
        border: 1px solid #dadbd0;
    }

    #progress-bar .page-title, 
    #progress-bar .page-title span {
        display: block;
        font-size: 1em;
        text-align: center;
        margin: 0 auto;
    }

    #progress-bar .page-title {
        margin: 0 auto;
        background: #dadbd0;
            background: -webkit-linear-gradient(bottom, #dadbd0, #e7e9e1);
            background: -moz-linear-gradient(bottom, #dadbd0, #e7e9e1);
            background: -ms-linear-gradient(bottom, #dadbd0, #e7e9e1);
        border-radius: 2px;
        display: block;
    }

    #progress-bar .step button {
        width: 100%;
    }

    #progress-bar .step span:first-child,
    #progress-bar .current-step span:first-child {
        width: 100%;
        color: #494949;
        font-size: 1.2em;
        margin-top: 8px;
    }

    #progress-bar .current-step span:first-child {
        color: White;
    }

    #progress-bar .page-title span:first-child {
        color: #494949;
    }

    #progress-bar .current-step.page-title span.step_cr {
        display: block;
        background: url(/content/images/wizard/wizard-dropdown-arrow.png) no-repeat;
        float: right;
        margin-top: -24px !important;
        padding: 10px 0;
        margin-right: 0 !important;
        width: 100% !important;
        background-position: 98% center !important;
    }

    #progress-bar .step > span.disabled-step {
        color: #A4A4A4;
    }
    
    #dropdown-progress-bar div.wizard-step-arrow {
        display: none;
    }
    
    #dropdown-progress-bar .dd-container,
    #dropdown-progress-bar .dd-container .dd-select,
    #dropdown-progress-bar .dd-container .dd-options {
        width: 100%;
    }


    #dropdown-progress-bar > div {
        width: 100%;
    }    
    
    
        .application-summary div#dialogue-tabs-nav li {
            font-size: 1.5em;
        padding-right: 15px;
    }
    
        .application-summary .history-table {
        width: 100%;   
    }
        .session-speaker-space, .session-speaker-full {
            margin-left: 20px;
        }

        
    .charge-selection.finance .total-checkbox.editable input[type="number"] {
        width: 75px;
    }

}

@media screen and (max-width: 400px) {	
        .services 
        {
            display: block;
            width: 100%;
        }

        .services-list, .services-list-small 
        {
            width: 100%;
            margin-bottom: 40px;
        }

        .services-list .services, .services-list-small .services 
        {
            width: 100% !important;
        }

        .login-sidebar, .logged-in-sidebar, .realme-sidebar, .realme-logged-in-sidebar 
        {
            width: 100%;
        }     

        .application-summary div.headerInfo 
        {
            width: 100%;
        }

        .realme-description.bottom {
            margin-right: auto;
        }   

        /*Form Error Questions*/
        div.error-question img 
        {
            margin-top: -3px;
        }

        .applications#dogs .dog, .applications#dogs .dog.long {
            width: 100%;
            margin-right: 20px;
        }
        .session-speaker-space, .session-speaker-full {
            margin-left: 0px;
        }

        .questionContent .date-time input.hasDatepicker {
            width: 95px !important;
        }
        .questionContent .date-time select {
            width: 95px !important;
        }

        .questionContent .date-time .timeLabel {
            margin-left: 85px !important;
        }
        
    .charge-selection.finance .total-checkbox.editable input[type="number"] {
        width: 60px;
    }
}


/* My Account Filters*/
/*filter
-------------------------------------------------*/

@media all and (max-width: 1100px) {
    #filter .application-filter {
        width:45% !important;
    }  
}

@media all and (max-width: 1050px) {
    #filter .application-filter select, .ms-parent {
        width: 220px !important;
    }

    #filter .application-filter.long input {
        width: 210px;
    }

    #filter .application-filter input, #filter .application-filter input#FilterCriteria_FreeText {
        width: 210px;
    }
}

@media all and (max-width: 940px) {
    .ui-datepicker-trigger {
        margin-top: 10px;
    }
}

@media all and (max-width: 890px) {
    .ui-datepicker-trigger {
        margin-top: 7px;
    }
}

@media all and (max-width: 705px) {
    #filter .application-filter {
        width:100% !important;
    }

    .ui-datepicker-trigger {
        margin-top: 10px;
    }


}

@media all and (max-width: 630px) {
    
    .events-table-link {
        display: block;
    }

    .events-table-link.active::after {
        margin-left: 0;
        margin-top: 5px;
    }

    .events-details, .events-table .file-size, .events-table .file-date {
        min-width: 0;
    }
}
 
@media all and (max-width: 590px){
    #filter .application-filter select, .ms-parent {
        width: 60% !important;
    }

    #filter .application-filter input, #filter .application-filter.long input, #filter .application-filter input#FilterCriteria_FreeText {
        width:60%;
    }

    #filter tr td+td {
        float:left;
        width:25% !important;
    }

    .services-list-small {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }

    .services-list-small .services {
        width: 45%;
    }

    .realme-sidebar, .realme-logged-in-sidebar {
        float: left;
    }

    .realme_popup {
        padding: 0.3em 1.1em 0.5em;
        width: 300px !important;
    }

    .realme_arrow_top_left {
        margin: 0;
    }
    
    .realme_arrow_top_left .arrow {
        left: 7.5em;  
    }

    .realme-sidebar{
        margin-bottom: 260px;
    }
}

@media all and (max-width: 550px) {
    .account-link {
        width: 100%;
    }
}

@media all and (max-width: 550px){

    #filter .application-filter select, .ms-parent {
        width: 60% !important;
    }


    #filter .application-filter input, #filter .application-filter.long input, #filter .application-filter input#FilterCriteria_FreeText {
        width:50%;
    }
    #filter label {
        width: 60px;
    }
    .ui-datepicker-trigger {
    margin-top: 6px;
    }

    .login-sidebar th {
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px; 
    }

    .services-list .services {
        width: 85%;
    }

    .session-speaker-space, .session-speaker-full {
        margin-right: 0;
    }
}


@media all and (max-width: 375px) {
    #form-wrapper {
        padding-top: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media all and (max-width: 768px) {
    .singleBookingOptions .timeSelector.ui.grid {
        margin: 0;
    }
    
    .singleBookingOptions .timeSelector.ui.grid > * {
        padding-top: 1rem;
        padding-left: 0;
        padding-right: 1rem;
    }

    .singleBookingOptions .timeSelector.ui.grid > .error-question {
        padding-left: 1rem;
    }

    .singleBookingOptions div.error-question img {
        float: none;
        margin-left: 0;
    }

}





/*
    Styling for 'My Account' 
    probably should shift masonry-layout.css into here as it is not a generic layout, but rather it targets the accounts page
*/

/***
    Streamlined Filter
***/
.account-table .streamlined-filter {
    clear: both;
    width: 100%;
}

.account-table .streamlined-filter .search-container {
    float: left;
    position: relative;
    width: 350px;
    background: white;
    padding: 5px 0;
    margin: 0 20px 10px 0;
}

.account-table .streamlined-filter .search-container input,
.account-table .streamlined-filter  select.type-filter {
    float: left;
}

.account-table .streamlined-filter .search-container input {
    border: none;
    background: none;
    box-shadow: none;
    width: 100%;
}
.account-table .streamlined-filter .search-container input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px white inset; /*Chrome Autocomplete background colour - Hack*/
}

.account-table .streamlined-filter .search-container button {
    float: right;
    border: none;
    width: 26px;
    height: 26px;
    background: none;
    background: url(/content/images/icons/search-icon.png) center center no-repeat;
    position: absolute;
    right: 3px;
    top: 7px;
}
.account-table .streamlined-filter .search-container button:hover {
    cursor: pointer;
}
.account-table .streamlined-filter .search-container button:focus {
    outline: none;
    background: url(/content/images/icons/search-icon-focused.png) center center no-repeat;
}

.account-table .streamlined-filter  select.type-filter {
    border: none;
    height: 36px;
}
.account-table .streamlined-filter select.type-filter:focus {
    outline: none;
}

/*Countering Core changes at pane level so that responsive can be applied without being impacted by container dimension*/
@media all and (max-width: 860px) {
    .account-table .streamlined-filter .search-container {
        padding: 2px 0;
    }
    .account-table .streamlined-filter .search-container button {
        height: 32px;
    }
    .account-table .streamlined-filter .type-filter {
        width: initial !important;
    }
}

@media screen and (max-width: 860px) {
    .account-table .streamlined-filter,
    .account-table .streamlined-filter .search-container {
        width: 100%;
    }
    
    .account-table .streamlined-filter .type-filter {
        width: 100% !important; /*Neccessary due to conflict with core.css and core using important in a blanket style*/
    }
    .account-table .streamlined-filter {
        margin-bottom: 10px;
    }
}

/***
    Applications List
***/
.account-table .applications-list {
    padding: 0;
}

.account-table .applications-list table {
 
}

.account-table .applications-list table thead tr {
    background: #64A0E6;
    color: white;
}

.account-table .applications-list table thead tr a {
    color: white;
}

.account-table .applications-list table th a span.sort-up {
    background-image: url(/content/images/grid/grid-sort-up-white.png);
}
.account-table .applications-list table th a span.sort-down {
    background-image: url(/content/images/grid/grid-sort-down-white.png);
}

.account-table .applications-list table tbody tr {
    border: none;
}

.account-table .applications-list table tbody tr.actions {
    padding: 0;
}

    .account-table .applications-list table tbody tr.actions td {
        padding: 0;
    }

.account-table .applications-list table tbody tr.actions td > div {
    display: none;
    float: right;
    margin: 7px;
}

    .account-table .applications-list table tbody tr .fa:hover {
            color: #808080;
        }

    .account-table .applications-list table tbody tr .confirm {

    }

        .account-table .applications-list table tbody tr .action {
            top: 3px;
            position: relative;
            padding: 0 6px;
        }

        .account-table .applications-list table tbody tr .action.disabled {
            opacity: 0.1;
        }

        .account-table .applications-list table tbody tr .confirm-container{
            display: inline-block;
            width: auto;
            transition: 0.5s;
            text-align: center;
            vertical-align: middle;
            display: none;
            white-space: pre-wrap;
        }

            .account-table .applications-list table tbody tr .confirm-container.visible {
                        display: inline-block;
                        align-items: center;
            }

            .account-table .applications-list table tbody tr .confirm-container .sure-text {
                font-size: 12px;
                display: block;
            }



.account-table .applications-list table tbody tr:nth-of-type(2n) {
    background: #F7FBFF;
}
.account-table .applications-list table tbody tr:hover {
    cursor: pointer;
}
.account-table .applications-list table tbody tr:not(.action-row):hover {
    background: #F3F3F3;
}

.account-table .applications-list table tbody tr td:last-of-type {
    position: relative;    
}

.account-table .applications-list table tbody tr td div.paymentdocumentaction a {
    padding-right: 10px;    
}

.account-table .applications-list table tbody tr.action-row td,
.account-table .applications-list table tbody tr.action-row td:last-of-type:after {
}
.account-table .applications-list table tbody tr.action-row td.item-actions {
    display: table-cell;
    text-align: center;
    padding-left: 6px;
}

.account-table .applications-list table tbody tr.action-row td.item-actions > * {
    margin-left: 50px;
}
.account-table .applications-list table tbody tr.action-row td.item-actions > *:first-of-type {
    margin-left: 0;
}

.account-table .applications-list table tbody tr.action-row td.item-actions div {
    height: 0;
    -webkit-transition: 0.1s linear height;
	-moz-transition: 0.1s linear height;
	-o-transition: 0.1s linear height;
    transition: 0.1s ease-out height;
}
.account-table .applications-list table tbody tr.action-row td.item-actions div.open {
    height: 45px;
}
.account-table .applications-list table tbody tr.action-row td.item-actions a {
    float: left;
}

.account-table .applications-list table tbody tr td button {
    border: none;
    background: #65BDEA;
    color: #FFFFFF;
    padding: 2px 5px;
    min-width: 77px;
    border-bottom: 3px solid #2EA6E3 !important;
    overflow: hidden;
}

.account-table .applications-list table tbody tr td .actions{
    float: right;
}
    .account-table .applications-list table tbody tr td .actions a{
        color: #375C88;
    }
.account-table .applications-list table tbody tr td .actions button {
    margin-left: 5px;
    margin-bottom: 2px;
}
.account-table .applications-list table tbody tr td button:hover {
    cursor: pointer;
    color: #2B5F9E;
}
.account-table .applications-list table tbody tr td button:focus {
    outline: none;
    color: black;
}

.account-table .applications-list table tbody tr td .confirmation {
    display: none;
}
.account-table .applications-list table tbody tr td .confirming > button {
    display: none;
}
.account-table .applications-list table tbody tr td .confirming .confirmation {
    display: block;
}
.account-table .applications-list table tbody tr td .confirming .confirmation span {
    font-size: 1.2em;
}

.account-table .applications-list table tfoot {
    background: whitesmoke;
}
.account-table .applications-list table tfoot tr {
    background: none;
}
.account-table .applications-list table tfoot td {
    padding: 20px 0 0 0;
}
.account-table .applications-list table tfoot span,
.account-table .applications-list table tfoot a {
    margin: 0 0 0 1em;
}

@media screen and (max-width: 760px) {
    .account-table .applications-list table, 
    .account-table .applications-list table thead, 
    .account-table .applications-list table tbody, 
    .account-table .applications-list table tfoot, 
    .account-table .applications-list table th, 
    .account-table .applications-list table tr,
    .account-table .applications-list table td { 
        display: block;
    }

    .account-table .applications-list table {
        float: left;
    }

    .account-table .applications-list table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .account-table .applications-list table tbody {
        background: whitesmoke;
    }

    .account-table .applications-list table tbody tr {
        position: relative;
        background: white !important;
        padding: 7px 0 0;
        margin: 0 0 20px 0;
    }

    .account-table .applications-list table tbody tr:last-of-type {
        margin: 0;
    }

    .account-table .applications-list table tbody td {
        position: relative;
        padding: 7px 14px;
    }

    .account-table .applications-list table tbody td.right-responsive {
        position: absolute;
        top: 7px;
        right: 0;
    }
    .account-table .applications-list table tbody td.right-responsive > * {
        float: right;
        font-weight: 700;
    }

        .account-table .applications-list table tbody td.has-heading {
            padding-left: 20%;
        }

        .account-table .applications-list table tbody td.has-heading:before {
            position: absolute;
            top: 7px;
            left: 14px;
            width: 15%;
            content: attr(data-heading) ':';
            font-weight: 700;
        }

    /*Necessary space for cells that are empty for consistent spacing*/
    .account-table .applications-list table tbody td.has-heading:after {
        content: '';
        display: inline-block;
        line-height: 13px;
    }

    .account-table .applications-list table tbody td.has-heading:nth-of-type(even) {
        background: #F7FBFF;
    }

    .account-table .applications-list table tbody tr.action-row td.item-actions {
        padding-top: 8px;
        padding-left: 14px;
    }

    .account-table .applications-list table tbody tr.action-row td.item-actions div.open {
        height: 100px;
    }

    .account-table .applications-list table tbody tr.action-row td.item-actions button {
        clear: both;
        float: left;
    }

    .account-table .applications-list table tbody tr.action-row td.item-actions .confirming .confirmation span {
        display: block;
        padding: 35px 0 10px 15px;
    }

    .account-table .applications-list table tfoot {
        padding: 10px 0 0;
        font-size: 1.5em;
    }

    .account-table .applications-list table tfoot td {
        display: inline;
        margin-top: 10px;
    }

    .account-table .applications-list table tfoot span,
    .account-table .applications-list table tfoot a {
        margin: 0 0 0 1.5em;
    }
}

@media screen and (max-width: 680px) {
    .account-table .applications-list table tbody td.has-heading {
        padding-left: 40%;
    }

        .account-table .applications-list table tbody td.has-heading:before {
            width: 32%;
        }
}

/***
    Account Link
    -(Not sure if used in other places so targeting in my-account section here rather than updating generic definition in core)
    -(Fixes spacing but follows convention in Core.css Using styling to specifically layout out 4 wide, 
        should use flex layout so that the amount of tiles doesn't matter but need IE 9 fallback with approximate spacing)
***/
.account-table .account-link {
    width: 24%;
    margin: 0 1.33333% 0 0;
    margin-bottom: 15px;
}

.account-table .account-link:last-of-type {
    margin: 0;
}

.account-table .account-link a {
    margin: 0;
}

/*for the JSON viewer*/
.busData {
    padding: 0;
    margin: 10px auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-family: "Open Sans Condensed", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    width: 100%;
    empty-cells: show;
    background-color: #fff;
}

    .busData th, .busData td {
        border: 1px dotted #666;
        padding: 0;
        text-align: left;
        color: #3a4048;
        vertical-align: text-top;
    }

        .busData th[scope=col] {
            color: #fff;
            background-color: #396b9e;
            border-bottom: 1px dotted #FFF;
            border-right: 1px dotted #FFF;
            padding: 4px;
        }

        .busData th[scope=row] {
            background-color: #eee;
            border-right: 1px solid #ccc;
            color: #3a4048;
            padding: 4px;
        }

    .busData tr.alt th[scope=row], .busData tr.alt td {
        color: #3a4048;
    }

    .busData tr.alt > td {
        background-color: #eee;
        padding: 4px;
    }

    .busData tr td {
        background-color: #fff;
        padding: 4px;
    }

        .busData tr.alt td a, .busData tr td a {
            color: rgb(188,0,47);
            text-decoration: underline;
        }

    .busData table {
        margin: 0;
    }

/*** 
    Awaiting Payment Pane 
***/
.awaiting-payment-total{
    font-weight: bold;
}

.awaiting-payment-amount{
    float: right;
}

.submit-pending-expired{
    display:flex; 
    white-space: nowrap; 
    color: #FF0000
}

.account-table .applications-list table tbody tr .remove-from-awaiting-payment {
    top: 2px !important;
}

.action-icon {
    display:flex; 
    overflow: hidden; 
    white-space: nowrap;
    font-size: 16px; 
    color: #375C88
}

@media all and (max-width: 1300px) {
	#account-calendar {
		width: 66.66% !important;
	}
}
@media all and (max-width: 1070px) {
	#account-calendar {
		width: 100% !important;
	}
}
@media all and (max-width: 860px) {
	#myAddresses .account-link a {
		font-size: 1.5em;
	}
}
@media all and (max-width: 840px) {
	#account-calendar {
		width: 100% !important;
	}
}
@media all and (max-width: 535px) {
	.account-container {
		margin: 1px 0 !important;
		padding: 0 !important;
		left: 0 !important;
	}
	.account-header {
		padding: 1.3em 15px 1.3em 20px !important;
		/*background: white;*/
	}

    .account-header.noncollapsible {
        text-decoration: none !important;
        cursor: default !important;
    }

	.account-header h1 {
		font-size: 1.5em;
		/*background-color: white;*/
	}
	.account-toggle {
		display: block !important;
	}
	
	.account-container.account-business .account-body,
	.account-container.account-map .account-body {
		padding: 0;
	}

	#account-calendar {
		width: 100% !important;
	}

	h1#welcome, h1#welcome ~ h2 {
		color:transparent !important;
		font-size:0 !important;
		padding-bottom:0 !important;
	}
	.homepage-zone {
		width:auto !important;
	}
}

.account-container {
	display: inline-block;
	width: 100%;
	background: whitesmoke;
	margin: 10px 0 0 10px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	left: -10px;
	vertical-align: top;
}

.account-container.account-calendar #month-nav .timeSlotNavigation > h1 {
	color: #333333;
}

/*.account-profile,
.account-newsletters, 
.account-calendar, 
.account-map {
	max-width: 530px;
}*/

.account-link {
	margin: 10px 0 10px 0;
}

.account-container.account-map .account-link {
	width: 100%;
}
.account-container.account-map .account-link a {
	min-height: 20px;
}

.account-container.account-map #locationMap {
	margin: 0 !important;
}

.account-container.account-map #tabs-nav, 
.account-container.account-map #account-details,
.account-container.account-profile #tabs-nav,
.account-container.account-newsletters #tabs-nav {
	display: none;
}

.account-container.account-map #myAddresses {
	display: table;
	width: 100%;
}
.account-container.account-map #map-container {
	display:table-header-group
}

.account-container .list-calendar-display {
	color: #333;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
}

.account-container .list-calendar-display .month .header{
  overflow: hidden;
}

.account-container .list-calendar-display .month .header h1 {
  font-weight: 300;
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
  float: left;
}


.account-container .list-calendar-display .month .actions{
	float: right;
	margin-top: 15px;
}

.account-container .list-calendar-display .icon{
  width: 24px;
  height: 24px;
  float: right;
  background-size: 24px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.account-container .list-calendar-display .icon:hover {
  opacity: 0.6;
  transition: 0.2s;
  cursor: pointer;
}

.account-container .list-calendar-display .help-text{
	vertical-align: middle;
	float: right;
	margin: 6px 6px 0 0;
	cursor: pointer;
}

.account-container .list-calendar-display .history:hover{
	opacity: 0.7;
}


.account-container .list-calendar-display .actions .arrow.left-arrow {
  background-image: url(/Content/images/arrow-left-dark.png);
}

.account-container .list-calendar-display .actions .arrow.right-arrow {
  background-image: url(/Content/images/arrow-right-dark.png);
}

.account-container .list-calendar-display .icon.history-icon{
  transition: 0.2s;
}

.account-container .list-calendar-display .icon.history-icon[data-get-historic="True"] {
	background-image: url(/Content/images/my-account-calendar-history.png);
}

.account-container .list-calendar-display .icon.history-icon[data-get-historic="False"] {
	background-image: url(/Content/images/my-account-calendar-future.png);
}

.account-container .list-calendar-display .history:hover .icon.history-icon[data-get-historic="True"] {
  transition: 0.2s ease-in-out;
  transform: rotateZ(-120deg);
}

.account-container .list-calendar-display .history:hover .icon.history-icon[data-get-historic="False"]{
  transition: 0.2s ease-in-out;
  transform: rotateZ(120deg);
}

.account-container .list-calendar-display .calendar-icon {
  margin-top: 15px;
  display: block;
  width: 50px;
  text-align: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  background: #fff;
}

.account-container .list-calendar-display .calendar-icon:hover {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45);
  cursor: default;
}

.account-container .list-calendar-display .calendar-icon .month {
  color: #fff;
  background: #D00000;
  padding: 1px;
  font-size: 12px;
}

.account-container .list-calendar-display .calendar-icon .num {
  font-size: 20px;
  padding: 0;
  font-weight: bold;
  border: solid 1px #ccc;
  border-top: none;
  color: #333;
}

.account-container .list-calendar-display .month .date {
  border-bottom: 1px solid #C1C1C1;
  padding: 5px;
  overflow: auto;
}

.account-container .list-calendar-display .month .date:last-child {
  border-bottom: none;
}

.account-container .list-calendar-display .month .date .day {
  font-size: 20px;
  font-weight: 700;
  height: 100%;
  width: 50px;
  float: left;
}

.account-container .list-calendar-display .month .events {
  overflow: auto;
}

.account-container .list-calendar-display .month .events .event {
  padding: 10px;
  border-bottom: 1px dashed #C0C0C0;
}

.account-container .list-calendar-display .month .events .event:hover {
  background: #EEE;
  transition: 0.2s;
  cursor: pointer;
}

.account-container .list-calendar-display .month .events .event:last-child {
  border-bottom: none;
}

.account-container .list-calendar-display .month .events .event .time {
  font-weight: 700;
}

.account-container .list-calendar-display .month .events .event .subheading,
.account-container .list-calendar-display .month .events .event .subheading:hover {
  text-decoration: none !important;
  color: #333;
  display: inline-block;
  width: 100%;
}

.account-table {
	display: table;
	width: 100%;
}
.account-row {
	display: table-row-group;
}

.account-table-footer {
	display: table-footer-group;
}

.account-table-header {
	display: table-header-group;
}

.account-header {
	padding: 10px;
	text-align: left;
	display: table;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	min-height: 0;
	cursor: pointer;
}

.account-header.noncollapsible {
    text-decoration: none !important;
    cursor: default !important;
}

.account-body {
	padding: 1em;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.account-header h1 {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0 !important;
	color: rgb(102,102,102);
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: bold;
	font-stretch: condensed;
	font-size: 1.7em;
	text-transform: uppercase;
}

.account-toggle {
	/*display: none;*/
	position: relative;
	float: right;
	padding: 5px 0 5px 10px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
}

.account-toggle span.icon {
	width: 0; 
	height: 0; 
	display: block;
	border-left: 14.43px solid transparent;
	border-right: 14.43px solid transparent;
}

.account-toggle span.icon.arrow-down {
	border-top: 23px solid rgb(102,102,102);
}
.account-toggle:hover span.icon.arrow-down {
	border-top: 23px solid #DDDDDD;
}

.account-toggle span.icon.arrow-up {
	border-bottom: 23px solid rgb(102,102,102);
}
.account-toggle:hover span.icon.arrow-up {
	border-bottom: 23px solid #DDDDDD;
}

.account-table h1 a {
	display: inline-block;
}

.account-table h1 a, 
.account-table h1 a:link, 
.account-table h1 a:visited {
	color: inherit;
}
.account-table h1 a:hover {
	text-decoration: none;
}

.account-container.account-newsletters #body-container {
	min-width: 0;
	min-height: 0;
}

.application-summary dl dt {
	border-bottom: none;
}

	.application-summary div.headerInfo dl dd:after{
		content: '';
	}

.building-consents-table .account-container{
	background: #FFF;
}

.building-consents-table .account-header{
	border-bottom: 1px solid #EEE;
}
/***Select Booking Times***/
.bookingTimeSlotMasterContainer {
	overflow: hidden;
	width: 100%;
	font-family: 'Open Sans', Arial, sans-serif;
}

.bookingTimeSlotBorderContainer,
.bookingResourceListWrapper {
	overflow: hidden;
}


.bookingTimeSlotContainer {
	width: 100%;
	float: left;
}

	.bookingTimeSlotContainer .timeSlotNavRight {
		margin-top: 5px;
	}

	.bookingTimeSlotContainer .timeSlotNavMiddle {
		height: 36px;
		line-height: 36px;
		margin-top: 0;
		vertical-align: middle;
		float: right;
		width: 100px;
		margin-right: 10px;
	}

		.bookingTimeSlotContainer .timeSlotNavMiddle .date-picker {
			display: inline-block;
			position: absolute;
			top: 3px;
			right: 5px;
			cursor: pointer;
		}

			.bookingTimeSlotContainer .timeSlotNavMiddle .date-picker:hover {
				opacity: 0.7;
				transition: 0.2s;
			}

		.bookingTimeSlotContainer .timeSlotNavMiddle .content-left {
			position: relative;
		}

	.bookingTimeSlotContainer .buttonRightArrow {
		background: url(/content/images/icon_right_arrow.png) no-repeat scroll 0 0 transparent;
		float: right;
		height: 26px;
		width: 28px;
		background-size: 10px 16px;
		background-position: 0px 6px;
	}

	.bookingTimeSlotContainer .buttonLeftArrow {
		background: url(/content/images/icon_left_arrow.png) no-repeat scroll 0 0 transparent;
		float: left;
		height: 26px;
		width: 28px;
		background-size: 10px 16px;
		background-position: 0px 6px;
	}

		.bookingTimeSlotContainer .buttonLeftArrow.disabled,
		.bookingTimeSlotContainer .buttonLeftArrow.disabled:hover,
		.bookingTimeSlotContainer .buttonRightArrow.disabled,
		.bookingTimeSlotContainer .buttonRightArrow.disabled:hover {
			opacity: 0.2;
		}

		.bookingTimeSlotContainer .buttonLeftArrow:hover {
			transition: 0.2s;
			opacity: 0.7;
		}

	.bookingTimeSlotContainer .buttonRightArrow:hover {
	}

	.bookingTimeSlotContainer .timeSlotNavigationContainer {
		width: 100%;
		float: left;
	}

.ui-datepicker .ui-datepicker-title select,
.bookingResourceListWrapper select {
	padding: 0px;
}

#advancedFacilitySearch .ui-datepicker-trigger {
	margin-left: 5px;
	margin-top: 0;
}

.bookingTimeSlotContainer .timeSlotNavigationBorderContainer,
.bookingResourceListHeader {
	height: 36px;
	font-weight: 300;
}

.bookingTimeSlotContainer .timeSlotNavigationContainer {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.bookingTimeSlotContainer .timeSlotNavigation {
	width: 100%;
	float: left;
}

.bookingTimeSlotContainer .timeSlotNavRight {
	float: right;
	width: 65px;
}

#tableColumns {
	width: 100%;
	float: left;
}

	#tableColumns.Staff {
		height: 100% !important;
	}

/*
 * To prevent a case where rows and the row headings are misaligned (which becomes more prominent over multiple timeslots).
 *
 * The reason for this, is the inconsistent use of borders & padding included in the JS calculations which have to worry about taking borders and padding into account
 * The border-box sizing will allow us to use borders and padding without having to worry about the size of divs changing due to these borders, thus simplifying JS height calculations.
 * Ideally we should echo border-box sizing throughout the root of our project, despite the performance hit.
 * See http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 */
#calendarRegion * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#calendarRegion .timeColumn {
	width: 12.5%;
	float: left;
}

#calendarRegion .dateColumn {
	width: 87.5%;
	float: left;
}

#calendarRegion .dayTimeColumn {
	width: 100%;
	float: left;
}

#calendarRegion .timeSlotColumn {
	width: 12.999999%;
	float: left;
	border-right: 1px solid #C0C0C0;
}

#calendarRegion #tableHeader .timeSlotColumn {
	border-color: #2EA6E3;
}

	#calendarRegion #tableHeader .timeSlotColumn:last-child,
	#calendarRegion .timeSlotColumn .selectorColumnHeader:last-child,
	#calendarRegion .timeSlotColumn:last-child {
		float: none;
		overflow-x: hidden;
		width: auto;
	}


	#calendarRegion #tableHeader .timeSlotColumn.selectorColumnHeader:hover {
		background: #FFF;
	}

	#calendarRegion #tableHeader .timeSlotColumn.selectorColumnHeader .cellHeader {
		transition: 0.2s background;
	}

#calendarRegion:not(.readOnly) #tableHeader .timeSlotColumn.selectorColumnHeader:hover .cellHeader,
#calendarRegion:not(.readOnly) #tableHeader .timeSlotColumn.selectorColumnHeader.activeColumn .cellHeader {
	background: #65BDEA !important;
	transition: 0.2s background;
	cursor: pointer;
}

#calendarRegion .cellHeader {
	overflow: hidden;
	padding: 5px 0px;
	background: #3776B2; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3776B2', endColorstr='#5794DD'); /* for IE */
	background: -webkit-gradient(linear, center top, center bottom, from(#3776B2), to(#5794DD)); /* for webkit browsers */
	background: -moz-linear-gradient(center bottom, #3776B2, #5794DD) repeat scroll 0 0 transparent; /* for firefox 3.6+ */
	color: white;
	background: #65BDEA;
	border-bottom: 3px solid #2EA6E3;
	text-align: center;
}
#calendarRegion.daily-view .cellHeader {
	text-align: left;
}

#calendarRegion .timeSlotCellDay {
	display: inline-block;
	font-weight: 500;
	text-align: center;
}

#calendarRegion .timeSlotCellDayName {
	float: left;
	margin-left: 4px;
}

#calendarRegion .timeSlotCellDate {
	float: left;
	font-size: 0.8em;
	margin-left: 6px;
	margin-top: 2px;
	text-align: center;
}

#calendarRegion div.timeSlotCell,
#calendarRegion div.timeSlotCellAvailable,
#calendarRegion div.timeSlotCellUnavailable,
#calendarRegion div.timeSlotCellBooked,
#calendarRegion div.timeSlotCellBase {
	font-size: 0.85em;
	height: 40px;
	line-height: 1;
	padding: 3px 0;
	position: relative;
}



	#calendarRegion div.timeSlotCellAvailable.activeColumn,
	#calendarRegion .Public div.timeSlotCellAvailable.partial.activeColumn {
		background: #EEE;
		transition: 0.2s;
	}

/*
#calendarRegion div.timeSlotCell,
#calendarRegion div.timeSlotCellAvailable,
#calendarRegion div.timeSlotCellUnavailable,
#calendarRegion div.timeSlotCellBase  {
	overflow: hidden;
}*/

#calendarRegion div.timeSlotCellBooked {
	overflow: visible;
}

#calendarRegion div.timeSlotCellBase {
	padding: 0px;
	height: 46px;
}

#calendarRegion div.timeSlotCellBase {
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px dotted transparent;
}

#calendarRegion div.timeSlotCell,
#calendarRegion div.timeSlotCellUnavailable,
#calendarRegion div.timeSlotCellBooked {
	border: 0;
	background-color: #DDD;
}

#calendarRegion div.timeSlotCellAvailable {
	border-bottom: 1px dashed #e1e1e1;
	border-top: 1px solid transparent;
	border-left: 0;
	border-right: 0;
	overflow: visible;
	padding: 0;
	background: #ffffff;
	/*making text unselectable, mainly for chrome*/
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	cursor: pointer;
}

	#calendarRegion div.timeSlotCellAvailable:last-child {
		border-bottom: 1px solid #C0C0C0;
	}

	/*As we do not show partially booked in public calendar use .staff prefix*/
	#calendarRegion div.timeSlotCellAvailable.partial {
		background: #FFF899;
		border-bottom: 1px solid #FFF899;
	}

		#calendarRegion div.timeSlotCellAvailable.partial.mouseOver {
			background: none repeat scroll 0 0 #50D07F;
			border: 1px solid #50D07F;
			cursor: pointer;
		}


#calendarRegion .Public div.timeSlotCellAvailable.partial {
	background: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
}

.timeSlotCellTimeSpan {
	display: none;
	float: left;
}

#calendarRegion div.Staff div.timeSlotCellBooked {
	background: rgba(255,0,0,0.4);
}

#usergrid tr input {
	transform: scale(1.2);
}

#usergrid tr:hover {
	cursor: pointer;
}



#tableBodySlots div.timeSlotColumn > div .timeSlotCellTimeSpan {
	display: none;
}

#tableBodySlots div.timeSlotColumn > div:hover .timeSlotCellTimeSpan {
	display: block !important;
}

#tableBodySlots div.timeSlotColumn > div.mouseOver .timeSlotCellTimeSpan {
	display: none !important;
}

#calendarRegion div.timeSlotGroupSelected {
	background-color: #99CCCC;
	border-color: #24D19D;
}


	#calendarRegion div.timeSlotGroupSelected:hover {
		background-color: #3399CC;
		border-color: #3399CC;
	}

#calendarRegion div.timeSlotCellAvailable.mouseOver,
#calendarRegion div.mouseOver.activeColumn,
#calendarRegion .Public div.timeSlotCellAvailable.partial.mouseOver {
	background: rgb(153, 255, 153);
	border-color: rgb(153, 255, 153);
	cursor: pointer;
	padding: 0;
	transition: 0.2s;
}

	#calendarRegion div.mouseOver.dragging,
	#calendarRegion div.mouseOver.dragging.activeColumn,
	#calendarRegion .Public div.timeSlotCellAvailable.partial.mouseOver.dragging {
		z-index: 1;
		transform: scale(1.02);
		box-shadow: 0px 2px 6px -1px #666;
		transition: 0.2s;
	}

#calendarRegion div.timeSlotCellUnavailable.mouseOver.dragging {
	background-color: #DDD;
}

#calendarRegion .timeSlotCellTimeViewer {
	position: absolute;
	color: #FFF;
	background: rgba(0,0,0,0.6);
	z-index: 2;
	padding: 2px 6px 2px 6px;
	text-align: center;
	left: -10000px;
	pointer-events: none;
}


#calendarRegion .timeSlotCellDragArrowIndicator {
	position: absolute;
	width: 60px;
	z-index: 2;
	display: none;
}

#calendarRegion .timeSlotCellTimeSpan {
	line-height: 1;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 3;
	white-space: nowrap;
}

#calendarRegion div.mouseOver.single .timeSlotCellTimeSpan {
	display: inline;
	cursor: pointer;
}

#calendarRegion div.timeCell {
	border: 1px solid #C0C0C0;
	border-top: none;
	font-size: 0.85em;
	height: 40px;
	overflow: hidden;
	padding: 3px 0 3px 0;
	text-align: center;
	line-height: 1;
}

	#calendarRegion div.timeCell > span {
		display: block;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

#calendarRegion div.resourceCell {
	border: 1px solid #e1e1e1;
	border-top: none;
	font-weight: bold;
	font-size: 1.00em;
	min-height: 55px;
	overflow: hidden;
	padding: 3px;
	text-align: left;
}


#calendarRegion .Public div.timeSlotCellAvailable > div.slotTime > div {
	display: none;
}

#calendarRegion div.timeSlotCellAvailable > div.slotTime > div.availability,
#calendarRegion div.timeSlotCellUnavailable > div.slotTime > div.availability {
	display: none;
}

#calendarRegion div.timeSlotCellAvailable.partial > div.slotTime > div.availability,
#calendarRegion div.mouseOver > div.slotTime > div.availability {
	display: block;
	cursor: pointer;
	line-height: 1;
	float: left;
	width: 100%;
}

#calendarRegion div.mouseOver div.slotTime {
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#calendarRegion.Staff div.timeSlotCell.Available.Partial {
	background: #FFF899;
}

	#calendarRegion.Staff div.timeSlotCell.Available.Partial.current-date {
		background: #50D07F;
	}

#calendarRegion.Staff div.timeSlotCell.Unavailable {
	background: #DDD !important;
}

#calendarRegion.Staff div.timeSlotCell.Booked {
	background: rgba(255,0,0,0.4) !important;
}

.ui-dialog-content .select {
	padding: 0px;
}

/*Bookable Item Selection*/
.dialogue-selection.bookings .filters > span {
	display: inline-block;
	float: left;
}

.dialogue-selection.bookings .filters > div {
	display: inline-block;
	margin-left: 20px;
}

.dialogue-selection.bookings select {
	height: auto;
	margin-bottom: 10px;
	width: 420px;
}


/*Admin bookings - start*/
.bookingResourceListWrapper {
	float: left;
	margin-right: 10px;
	height: 520px;
}

#bookingResourceList {
	margin-left: 6px;
	float: left;
	width: 100%;
	height: 390px;
	overflow-y: scroll;
	overflow-x: hidden;
}


.bookingResourceListHeader {
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
}

.bookingResourceListWrapper .selected {
	background-color: #99CCCC;
}


.bookingResourceListWrapper ul li {
	float: left;
	width: 100%;
}

.bookingResourceListWrapper .inputWrapper {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 13%;
	vertical-align: middle;
}

.bookingResourceListWrapper .labelWrapper {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 85%;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid black;
	border-top: 0;
}

#bookingResourceList ul li:first-child .labelWrapper {
	border-top: 1px solid black;
}


.bookingResourceListWrapper label {
	width: 100%;
}

.bookingResourceListHeaderWrapper .manage-facility-link {
	padding: 5px 5px 0;
}

/*Admin bookings - finish*/

/** Admin booking **/

#bookingRuleRegionWrapper {
	float: left;
	border: 1px solid black;
	width: 100%;
	margin-top: 20px;
}

#bookingRuleRegion {
	margin: 10px;
}

	#bookingRuleRegion .inputRegion {
		width: 100%;
		float: left;
		padding: 10px 0px;
	}

		#bookingRuleRegion .inputRegion .label {
			float: left;
			width: 100px;
		}

.bookingFormSectionWrapper {
	float: left;
	border-bottom: 1px solid black;
	width: 100%
}

.bookingFormSection {
	float: left;
	padding: 10px;
}

#bookingSlide #bookingRuleRegion {
	margin: 0;
}

#bookingSlide .bookingFormSection {
	padding: 0;
}

#bookingSlide h2 {
	margin: 0;
}

#bookingSlide input.timespan {
	width: 80px;
}

#bookingSlide input.datetime {
	width: 100px;
}

#bookingSlide .inputRegion {
	padding: 7px 0;
}

	#bookingSlide .inputRegion .label {
		width: 200px;
	}

	#bookingSlide .inputRegion label {
		margin-right: 10px;
	}

.timeSlotCellAvailable .new-booking,
.timeSlotCellBooked .new-booking {
	height: 13px;
	width: 13px;
	cursor: pointer;
}

.timeSlotCellAvailable .new-booking,
.timeSlotCellBooked .new-booking {
	background: url(/content/images/admin-add-button.png) no-repeat scroll 0 0 transparent;
	float: left;
}


div.staff .more-info .booking-link:hover {
	color: #65BDEA;
	text-decoration: underline;
	cursor: pointer;
}


div.staff .more-info-click-wrapper {
	min-width: 280px;
}

	div.staff .more-info-click-wrapper .contextual-add-booking-link.add-icon {
		background: url(/content/images/add-icon.png) no-repeat scroll 0 0 transparent;
		width: 13px;
		height: 13px;
		text-decoration: none;
		margin-top: 5px;
		display: inline-block;
		margin-right: 5px;
		background-size: 13px 13px;
		float: left;
	}

div.staff #more-info-popup .more-info {
	padding: 10px;
	background: #d9d9d9;
	position: relative;
	z-index: 1000;
	min-width: 140px;
	font-size: 13px;
	border-radius: 4px;
	background: rgb(72, 72, 72);
	background: rgba(0,0,0,0.7);
	color: #FFF !important;
	box-shadow: 0 25px 55px rgba(0, 0, 0, 0.31), 0 16px 28px rgba(0, 0, 0, 0.32);
}

div.staff .more-info a {
	color: #48DDFF;
}


div.staff .more-info .slot-information {
	margin-bottom: 5px;
}

	div.staff .more-info .slot-information:first-child + .slot-information {
		border-bottom: 1px solid #C0C0C0;
		padding-bottom: 5px;
	}

div.staff .more-info a.close {
	float: right;
	color: #FFF !important;
	margin-top: -10px;
	margin-right: -4px;
	cursor: pointer;
	text-shadow: 0 1px white;
}


	div.staff .more-info a.close:hover {
		color: #48DDFF !important;
		transition: 0.2s;
	}


	div.staff .more-info a.close:hover {
		text-decoration: none;
	}

div.staff .more-info-new {
	background-color: #F0F0F0;
	border-bottom: 1px solid #3776B2;
}

div.staff .more-info ul li {
	cursor: pointer;
}

/*FacilityMoreInfoDialog*/
#FacilityMoreInfoDialog h2 {
	width: 100%;
	color: black;
}

#FacilityMoreInfoDialog .dialog-header {
	margin-top: 5px;
	font-style: italic;
}

#FacilityMoreInfoDialog .dialog-left {
	float: left;
	max-width: 350px;
}

	#FacilityMoreInfoDialog .dialog-left .left-span {
		min-width: 100px;
		margin-right: 10px;
		display: inline-block;
		font-weight: bold;
	}

#FacilityMoreInfoDialog .dialog-right {
	float: right;
	max-width: 350px;
	padding-top: 10px;
}

#FacilityMoreInfoDialog .dialog-left .dialog-additionaltext {
	margin-top: 15px;
}

#FacilityMoreInfoDialog .dialog-left div {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CECECE;
}

#FacilityMoreInfoDialog #GISLocation,
#FacilityMoreInfoDialog .photo-placeholder {
	max-width: 350px;
	max-height: 304px;
	margin-bottom: 10px;
	overflow: hidden;
}

#FacilityMoreInfoDialog .dialog-left > div:last-child {
	padding-top: 5px;
}


/*Day View Calendar************************************************/
#calendarRegion.day-view div.timeSlotColumn {
	width: 9%;
}

/*Month View Calendar************************************************/
.month-view #table-body {
	width: 100%;
	position: relative;
}

.month-view #tableColumns {
	width: 100%;
}

.month-view #tableBodySlots {
	top: 0;
	overflow: hidden;
	width: 100%;
}

#month-nav .timeSlotNavigationBorderContainer {
	border: none;
	padding: 4px;
}

#month-nav .timeSlotNavigation h1 {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: inherit;
	margin-bottom: 0;
}

#month-nav .bookingTimeSlotContainer .timeSlotNavRight {
	margin-top: 0;
}

.month-view #tableHeader .timeSlotColumn,
.month-view #tableBody .timeSlotColumn {
	width: 14.2%;
	box-sizing: border-box;
}

	.month-view #tableHeader .timeSlotColumn:last-child,
	.month-view #tableBody .timeSlotColumn:last-child {
		width: auto;
	}

.month-view #tableBodySlots .timeSlotColumn {
	border: none;
}

	.month-view #tableBodySlots .timeSlotColumn:last-child {
		border-right: 1px solid #e1e1e1;
	}

.month-view #tableBody .timeSlotCell {
	background: #ffffff;
	height: 120px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	font-size: 0.923em;
	padding: 4px;
}

.month-view.daily-view #tableBody .timeSlotCell {
	padding: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #e1e1e1;
}

#resourceDetails .month-view #tableBody .timeSlotCell {
	height: 100px;
}

	#resourceDetails .month-view #tableBody .timeSlotCell.Unavailable,
	#resourceDetails .month-view #tableBody .timeSlotCell.Booked,
	#resourceDetails .month-view #tableBody .timeSlotCell.passed {
		background-color: #DDD;
	}

.month-view:not(.Public) #tableBody .timeSlotCell.daily {
	background: rgb(227, 243, 251);
	border: 1px solid rgb(46, 166, 227);
}

.month-view:not(.Public) #tableBody .timeSlotCell.current-date {
	background: rgb(214, 255, 214);
	border: 1px solid rgb(118,255,118);
}

.month-view #tableBody .timeSlotCell h5 {
	text-align: right;
	float: right;
}

.month-view #tableBody .timeSlotCell.passed h5 {
	color: #858585;
}

.month-view #tableBody .timeSlotCell.not-current-month {
	background: #fbfbfb;
}

	.month-view #tableBody .timeSlotCell.not-current-month h5 {
		color: #aaaaaa;
	}

.month-view #tableBody .timeSlotCell > div {
	margin: 15px 2px 0 2px;
}

	.month-view #tableBody .timeSlotCell > div.bookingSummary,
	.month-view #tableBody .timeSlotCell > div.show-more {
		margin: 0 2px 0 2px;
	}

.month-view #tableBody .timeSlotCell div.bookingSummary .clamp-1,
.month-view #tableBody .timeSlotCell div.bookingSummary .clamp-2,
.month-view #tableBody .timeSlotCell div.bookingSummary .clamp-3,
.month-view #tableBody .timeSlotCell div.bookingSummary .clamp-4 {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 14px;
	font-size: 12px;
}

.month-view #tableBody .timeSlotCell div.bookingSummary .clamp-1 {
	-webkit-line-clamp: 1;
	max-height: 14px;
}

.month-view #tableBody .timeSlotCell div.bookingSummary .clamp-2 {
	-webkit-line-clamp: 2;
	max-height: 28px;
}

.month-view #tableBody .timeSlotCell div.bookingSummary .clamp-3 {
	-webkit-line-clamp: 3;
	max-height: 42px;
	margin-bottom: 7px;
}

.month-view #tableBody .timeSlotCell div.bookingSummary .clamp-4 {
	-webkit-line-clamp: 4;
	max-height: 56px;
	margin-bottom: 7px;
}

#tableBody .timeSlotCell div.Tentative .bookingResourceFacility,
#tableBody .timeSlotCell div.Tentative .bookingTime,
#tableBody .timeSlotCell div.Tentative .bookingStatus {
	color: #AAAAAA;
}

.month-view #tableBody .timeSlotCell div.bookingSummary .bookingStatus {
	display: none;
}

.month-view #tableBody .timeSlotCell a {
	font-weight: bold;
}

.month-view #tableBody .timeSlotCell > div.show-more {
	color: #5894DE;
	cursor: pointer;
	margin-top: 7px;
	background: none;
	font-size: 12px;
}

.month-view .timeSlotCell .more-info-click-wrapper {
	margin: -125px 0 0 -2px !important;
}

	.month-view .timeSlotCell .more-info-click-wrapper a {
		font-weight: normal;
	}

	.month-view .timeSlotCell .more-info-click-wrapper li {
		margin-bottom: 5px;
	}

.month-view .timeSlotCell.passed .more-info-click-wrapper h5 {
	color: #DDD !important;
	text-align: left !important;
}

input.datetime {
	width: 80px;
	padding-left: 6px;
	padding-right: 6px;
}

input.timespan {
	width: 64px;
	padding-left: 6px;
	padding-right: 6px;
}

/* for printing */
.printView div {
	overflow: visible !important;
	float: none !important;
}

.printView #calendarRegion td.timeSlotCell {
	vertical-align: top;
	min-height: 60px;
}

.printView #calendarRegion th {
	overflow: visible;
	border: 1px solid #e1e1e1;
}

	.printView #calendarRegion th.weekday {
		width: 14%
	}

	.printView #calendarRegion th.timeslot {
		width: 9%
	}

.printView #calendarRegion .printCellHeader {
	padding: 5px 0px;
	font-weight: bold;
}

@media print {
	body {
		overflow: visible !important;
	}
}

/* Facility Index */
.facilitiesIndex .alphabets {
	margin: 15px 0;
}

.facilitiesIndex .alphabet {
	margin: 10px 10px 10px 0;
	display: inline-table;
	width: 265px;
}

.facilitiesIndex .facility {
	margin: 3px 0;
}

/* Facility Details */
.weekSchedule {
	width: 100%;
	/*min-width: 560px;*/
	float: right;
	font-family: 'Open Sans', Arial, sans-serif;
}

.monthSchedule {
	width: 30%;
	margin: 10px;
	margin-left: 0px;
	float: left;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
}

.arrow {
	float: left;
	height: 26px;
	width: 12px;
	cursor: pointer;
}

	.arrow.left {
		margin-right: 10px;
		background: url(/content/images/arrow-left-dark.png) no-repeat scroll 0 0 transparent;
	}

	.arrow.right {
		margin-left: 10px;
		background: url(/content/images/arrow-right-dark.png) no-repeat scroll 0 0 transparent;
	}

	.arrow.hidden {
		visibility: hidden;
	}

.createbooking {
	float: right;
	margin-top: 10px;
}

	.createbooking .startBooking {
		margin-right: 0;
	}

.startBooking {
	cursor: pointer;
}

.monthCalendarDisplay .cellDayOfWeek,
.weekCalendarDisplay .timeSlotCellDay {
	display: inline-block;
}

.monthCalendarDisplay .cellHeader,
.weekCalendarDisplay .cellHeader {
	overflow: hidden;
	padding: 5px;
	color: white;
	font-weight: bold;
	background-color: #65BDEA;
	border-bottom: 3px solid #2EA6E3;
	text-align: center;
}

	.weekCalendarDisplay .cellHeader span.post, .weekCalendarDisplay .cellHeader .upper .short {
		display: none;
	}

.weekCalendarDisplay #tableBody .timeSlotColumn .timeSlotCell {
	width: 100%;
}

.monthCalendarDisplay .weekCountColumn {
	width: 9%;
	float: left;
}

.weekCalendarDisplay .timeColumn {
	float: left;
	width: 35px;
}

.monthCalendarDisplay .daysColumn {
	width: 91%;
	float: left;
}

.monthCalendarDisplay .dayColumn,
.weekCalendarDisplay .timeSlotColumn {
	box-sizing: border-box;
	float: left;
	overflow: visible;
}

.weekCalendarDisplay .timeSlotCellTimeSpan .post {
	display: none;
}

.monthCalendarDisplay .dayColumn {
	width: 14.285%;
}

.weekCalendarDisplay div.timeCell {
	border-top: none;
	font-size: 0.85em;
	overflow: hidden;
	box-sizing: border-box;
	font-weight: 500;
	cursor: pointer;
}

	.weekCalendarDisplay div.timeCell > span {
		position: relative;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		display: block;
		background: #FFF;
	}

.weekCalendarDisplay .dateColumn {
	float: left;
}

.weekCalendarDisplay #tableheadercontainer {
	float: left;
}

.monthCalendarDisplay div.dayCell {
	border-top: none;
	font-size: 0.85em;
	overflow: hidden;
	padding: 3px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 11px;
	font-weight: 700;
	cursor: pointer;
}

	.monthCalendarDisplay div.dayCell.selected {
		border-top: 2px solid;
		border-bottom: 2px solid;
		border-top-color: red;
		border-bottom-color: red;
	}

.monthCalendarDisplay div.weekCountColumn div.dayCell.selected {
	border-left: 2px solid red;
}

.monthCalendarDisplay div.dayColumn:last-child div.dayCell.selected {
	border-right: 2px solid red;
}

.weekCalendarDisplay div.timeCell {
	height: 30px;
	border-bottom: 1px solid #F9F9F9;
	/*width: 270px;*/
	position: relative;
	z-index: 1;
	border-top: 1px solid #F9F9F9;
}

.weekCalendarDisplay #scrollable {
	display: block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.weekCalendarDisplay .scrolling {
	box-sizing: border-box;
}

.weekCalendarDisplay #tableColumns {
	height: auto;
	overflow-y: hidden;
}

.monthCalendarDisplay div.dayCell {
	height: 40px;
}

.weekCalendarDisplay div.timeSlotCell {
	font-size: 0.85em;
	padding: 3px;
	position: relative;
	border: 1px solid #FFF;
	cursor: default;
	text-align: left;
	float: left;
}

	.weekCalendarDisplay div.timeSlotCell.FullyBooked {
		border: 0;
		background-color: rgba(255,0,0,0.4);
	}

#facilityList div.timeSlot.FullyBooked,
#facilityList div.daySlot.FullyBooked,
.monthCalendarDisplay div.dayCell.FullyBooked,
.legendColor.FullyBooked {
	background-color: rgba(255,0,0,0.4);
}

.weekCalendarDisplay div.timeSlotCell.Unavailable {
	background-color: #DDD;
}

#facilityList div.timeSlot.Unavailable,
#facilityList div.daySlot.Unavailable,
.monthCalendarDisplay div.dayCell.NotApplicable,
.monthCalendarDisplay div.dayCell.Unavailable,
.legendColor.Unavailable {
	background-color: #DDD;
}

#facilityList div.timeSlot.Free,
#facilityList div.daySlot.Free,
.monthCalendarDisplay div.dayCell.Free,
.weekCalendarDisplay div.timeSlotCell.Free,
.legendColor.Free {
	background-color: rgb(153, 255, 153);
}

#facilityList div.timeSlot.PartiallyUnavailable,
#facilityList div.timeSlot.PartiallyBooked,
#facilityList div.daySlot.PartiallyUnavailable,
#facilityList div.daySlot.PartiallyBooked,
.monthCalendarDisplay div.dayCell.PartiallyBooked,
.weekCalendarDisplay div.timeSlotCell.PartiallyBooked,
.legendColor.PartiallyBooked {
	background-color: #FFF899;
}

#facilityList.availability div.daySlot span.availabilityShort {
	display: none;
}

.legends {
	margin: 20px 0;
	border: 1px solid #C0C0C0;
	font-weight: 500;
}

.legend {
	padding: 3px;
	margin: 5px;
	display: inline-block;
}

.legendColor {
	width: 25px;
	height: 25px;
	border: 1px solid #FFF;
	float: left;
	display: block;
}

.legendDesc {
	font-size: 0.95em;
	float: left;
	display: block;
	padding: 7px 2px;
	padding-left: 5px;
}



/*.timeSlotCell .timeDesc {
	display: none;
	float: left;
}*/


.monthCalendarNav {
	width: 100%;
	height: 30px;
}

.weekCalendarNav {
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	font-weight: bold;
}

	.weekCalendarNav #previousWeek, .weekCalendarNav #nextWeek {
		margin-top: 4px;
	}

	.weekCalendarNav #dateSelected {
		float: left;
		margin-right: 20px;
		font-weight: normal;
	}

#facilityDetails *,
#resourceDetails *,
#facilityList * {
	box-sizing: border-box;
}

#facilityDetails h2,
#facilityDetails body,
#facilityDetails .resources {
	margin-top: 15px;
}

#facilityDetails hr,
#resourceDetails hr {
	margin: 5px 0;
}

#facilityDetails p,
#resourceDetails p,
#facilityDetails .contactInfo {
	margin-top: 10px;
	margin-bottom: 10px;
}

#resourceDetails .legends {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Booking calendar CSS override*/
#resourceDetails .weekCalendarDisplay input#chosenDate {
	display: none;
}

#resourceDetails .weekCalendarDisplay #calendarRegion .cellHeader {
	color: #333333;
	background: none;
	filter: none;
	border: none;
	text-align: left;
}



#resourceDetails .weekCalendarDisplay #calendarRegion #tableHeader .timeSlotColumn {
	border: none;
}

#resourceDetails .weekCalendarDisplay .dateColumn {
	width: auto;
	border-bottom: 1px solid #C0C0C0;
}

#resourceDetails .weekCalendarDisplay .dateColumn {
}

#resourceDetails .weekCalendarDisplay .timeColumn {
	width: 45px;
}

#resourceDetails .weekCalendarDisplay #tableColumns .timeColumn {
	border-right: 1px solid #C0C0C0;
}

#resourceDetails .weekCalendarDisplay .timeSlotColumn:last-child,
#resourceDetails .weekCalendarDisplay .timeSlotColumn .selectorColumnHeader:last-child,
#resourceDetails .weekCalendarDisplay .timeSlotColumn:last-child {
	width: auto;
}

#resourceDetails .weekCalendarDisplay div.timeCell {
	border: none;
	padding: 0;
	padding-right: 5px;
	text-align: right;
}

	#resourceDetails .weekCalendarDisplay div.timeCell span.post {
		display: none;
	}

#resourceDetails #tableheadercontainer {
	float: left;
}

#resourceDetails .weekCalendarDisplay #calendarRegion:not(.month-view) div.timeSlotCell {
	border-right: 1px solid #C0C0C0;
}

#resourceDetails .weekCalendarDisplay #calendarRegion .timeSlotCellDay {
	text-align: left;
}

#resourceDetails .weekCalendarDisplay div.timeSlotCellAvailable {
	padding: 0;
	position: relative;
	overflow: visible;
	left: 0;
	top: 0;
	cursor: default;
}

#resourceDetails .weekCalendarDisplay .legendDesc {
	padding-right: 15px;
	padding-top: 0;
}

#resourceDetails .weekCalendarDisplay .legends {
	width: auto;
	margin: 0;
	border: none;
}

#resourceDetails .weekCalendarDisplay .legend {
	display: inline;
}

#resourceDetails .weekCalendarDisplay .legendColor {
	border-radius: 50%;
	border: 1px solid #C0C0C0;
}

	#resourceDetails .weekCalendarDisplay .legendColor.Free {
		background-color: #FFFFFF;
	}

	#resourceDetails .weekCalendarDisplay div.timeSlotCellBooked, #resourceDetails .weekCalendarDisplay .legendColor.Unavailable {
		background: #DDD;
	}

#resourceDetails .weekCalendarDisplay .timeSlotCell.hourMarker {
	border-bottom: 1px solid #C0C0C0 !important;
}

#facilityDetails dl {
	display: table-cell;
}

	#facilityDetails dl dd {
		font-weight: bold;
		display: inline;
	}

	#facilityDetails dl dt {
		float: left;
		width: 160px;
	}

#facilityContent {
	height: 100%;
	width: 100%;
	position: relative;
}

.facilityAttributes {
	margin: 20px 0;
}

	.facilityAttributes .attributeRow {
		display: block;
		float: left;
		width: 100%;
	}

		.facilityAttributes .attributeRow a.button {
			margin: 0 8px 8px 0;
			display: block;
			float: left;
		}

		.facilityAttributes .attributeRow .attribute {
			margin-bottom: 10px;
			float: left;
			width: 50%;
		}

			.facilityAttributes .attributeRow .attribute a.button {
				margin-right: 0;
			}

			.facilityAttributes .attributeRow .attribute .icon {
				float: left;
			}

				.facilityAttributes .attributeRow .attribute .icon img {
					width: 20px;
					margin-right: 10px;
				}

			.facilityAttributes .attributeRow .attribute .description.address {
				white-space: pre-wrap
			}

			.facilityAttributes .attributeRow .attribute .actions-right {
				float: right;
			}

.verticalAttributes .facilityAttributes .attributeRow .attribute {
	width: 100%;
}

#facilityContent .sliderContainer {
	margin-bottom: 20px;
	display: block;
	position: relative;
	background: #000;
}

	#facilityContent .sliderContainer .slide-main-image {
		width: auto;
		height: 450px;
		margin: 0 auto;
	}

	#facilityContent .sliderContainer.full-width img {
		width: 100%;
		float: left;
		height: auto;
	}

#facilityContent .panoContainer {
	margin-bottom: 20px;
	width: 100%;
	height: 717px;
}

#facilityContent .facilityPhotoLocation .resourceSliderContainer,
#facilityContent .facilityPhotoLocation iframe {
	height: auto;
	float: right;
	min-width: 300px;
	width: 33%;
	transition: 0.2s;
	margin-left: 20px;
	clear: both;
}

#facilityContent .facilityPhotoLocation img {
	width: 100%;
}

#facilityContent .facilityPhotoLocation iframe {
	margin-top: 3px;
}

#facilityDetails .containerPanel,
#resourceDetails .containerPanel {
	float: left;
	width: 100%;
}

#facilityDetails .leftPanel,
#resourceDetails .leftPanel {
	float: left;
	width: 70%;
}

#facilityDetails .rightPanel,
#resourceDetails .rightPanel {
	float: right;
	width: 30%;
	margin-left: 20px;
}

#facilityDetails,
#resourceDetails {
	margin-bottom: 15px;
}

	#facilityDetails .resources li {
		width: 100%;
		margin-bottom: 20px;
		background-color: #FFF;
		float: left;
		margin-right: 1.33%;
		transition: 0.2s;
	}

		#facilityDetails .resources li.resourceDetails {
			border-bottom: 1px solid #DDD;
			padding: 0 0 20px 0;
			margin: 0;
			margin-bottom: 15px;
		}

		#facilityDetails .resources li .resourceName {
			margin: 0 0 10px 0;
			position: relative;
		}

		#facilityDetails .resources li .photosContainer {
			padding: 10px;
		}

		#facilityDetails .resources li .photo {
			height: auto;
			float: left;
		}

	#facilityDetails .placeholder,
	#facilityList .placeholder {
		width: 100%;
		height: 100%;
		padding-bottom: 75%;
		background-image: url(/content/images/image-placeholder.png);
		background-size: 100%;
		background-repeat: no-repeat;
		position: relative;
		z-index: 1;
		background-position: center center;
	}

	#facilityDetails .slide-main .placeholder {
		padding-bottom: 0;
		background-size: auto 100%;
	}

	#facilityDetails .resources li.resourceDetails .resourceAttributes {
		overflow: hidden;
	}


	#facilityDetails .resources li:nth-child(4n) {
		margin-right: 0
	}

	#facilityDetails .photosContainer {
		width: 300px;
		height: 200px;
		float: left;
	}

	#facilityDetails .photo {
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	#facilityDetails .resourceInfo {
		height: 100%;
		margin-bottom: 5px;
	}

	#facilityDetails .details {
		padding: 0 20px;
		height: 100%;
		position: relative;
	}

	#facilityDetails .resourceName {
		font-weight: bold;
		font-size: 1.2em;
		margin: 0 5px;
	}

	#facilityDetails .link {
		bottom: 15px;
		float: right;
	}


	#facilityDetails .mapWrapper {
		width: 100%;
	}

	#facilityDetails .map {
		border: 0;
		width: 100%;
		height: 500px;
		margin-bottom: 20px;
	}

	#facilityDetails .resourceDetails .amenity .amenity-heading {
		margin-bottom: 1em;
	}

#facilityContent .contentContainer {
	margin-bottom: 2em;
}

#facilityDetails .contentContainer.embeddedVideo,
#facilityDetails .contentContainer.streetView {
	background-color: #000000;
	height: 56.25vw;
	max-height: 646px;
	position: relative;
	width: 100%;
	min-height: 33vh;
}

	#facilityDetails .contentContainer.embeddedVideo iframe,
	#facilityDetails .contentContainer.streetView iframe {
		border: none;
		height: 100%;
		margin: 0 auto;
		position: relative;
		display: block;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}

/*end of Facility Details*/

/* Facility Search */
#facilitySearch #search, #advancedFacilitySearch #searchAdvanced, #mapSearch #searchForMap {
	width: 140px;
	margin: 0;
}

#facilitySearch .ui-datepicker-trigger {
	margin-left: 5px;
	position: absolute;
	margin-top: 7px;
}

#advancedFacilitySearch {
	position: fixed;
	right: 0;
	width: 520px;
	top: 0;
	height: 100%;
	border: none;
	border-radius: 0;
	z-index: 110;
	margin: 0;
	margin-bottom: 0;
	min-width: 190px;
	padding: 0;
	background: rgba(0,0,0,.9);
	color: white;
	display: none;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}

#advancedFacilitySearchInner {
	overflow-y: auto;
	max-height: 100%;
	z-index: auto;
}

#advancedFacilitySearchOverlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

#advancedFacilitySearch::-webkit-scrollbar {
	display: none;
}
/*Advance search sidebar scrollbar*/

#advancedFacilitySearchInner::-webkit-scrollbar-track {
	opacity: 0;
}

#advancedFacilitySearchInner::-webkit-scrollbar {
	opacity: 0;
	width: 10px;
}

#advancedFacilitySearchInner::-webkit-scrollbar-track:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	cursor: pointer;
	z-index: 1000;
}

#advancedFacilitySearchInner::-webkit-scrollbar-thumb {
}

	#advancedFacilitySearchInner::-webkit-scrollbar-thumb:hover {
		border: 2px solid #333;
		border-radius: 10px;
		background-color: rgba(130,130,130,0.8);
	}

#facilitySearch {
	background: rgba(0,0,0,.9);
	color: white;
	width: 500px;
	top: 25%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

#advancedFacilitySearch h2 {
	margin: 20px;
	margin-top: 40px;
	font-weight: normal;
	font-size: 24px;
}

#facilitySearch .showFilter,
#facilitySearch .facilityIndex,
#advancedFacilitySearch .hideFilter {
	float: right;
	margin: 12px;
}

#advancedFacilitySearch .hideFilter {
	margin-right: 20px;
	padding-right: 20px;
	background-image: url(/content/images/facility-arrow-left.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#facilitySearch a,
#advancedFacilitySearch a {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

#facilitySearch .body,
#advancedFacilitySearch .body {
	margin: 10px 20px 20px 20px;
	padding-bottom: 20px;
}

#facilitySearch .row,
#advancedFacilitySearch .row {
	padding-top: 20px;
	width: 100%
}

#facilitySearch .row {
	overflow: hidden;
}

#facilitySearch input, #advancedFacilitySearch input {
	height: 40px;
	border-radius: 2px;
}

	#facilitySearch input.fullwidth,
	#advancedFacilitySearch input.fullwidth {
		width: 100%;
		box-sizing: border-box;
	}

#facilitySearch .halfwidth,
#advancedFacilitySearch .halfwidth {
	width: 50%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}

#facilitySearch .quarterwidth,
#advancedFacilitySearch .quarterwidth {
	width: 25%;
	float: left;
}

#facilitySearch .halfwidth,
#facilitySearch .quarterwidth {
	margin-bottom: 10px;
}

#facilitySearch .when .answer .date {
	margin-right: 37px;
}

	#facilitySearch .when .answer .date .hasDatepicker {
		width: 100%;
	}


#facilitySearch .quarterwidth .answer {
	margin-right: 20px;
}


#facilitySearch .extras {
	width: 100%;
	border-collapse: collapse;
}

	#facilitySearch .extras .halfwidth,
	#facilitySearch .extras .quarterwidth {
		display: table-cell;
		vertical-align: bottom;
	}

	#facilitySearch .extras .question {
		display: block;
		display: -webkit-box;
		margin: 0 auto;
		height: 34px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		font-size: 14px;
		position: relative;
	}

		#facilitySearch .extras .question span {
			vertical-align: bottom;
			display: table-cell;
		}


			#facilitySearch .extras .question span.bottom {
				vertical-align: bottom;
				display: table-cell;
				position: absolute;
				bottom: 0;
				max-height: 34px;
			}

	#facilitySearch .extras .time .question {
		position: relative;
		top: 14px;
	}

#facilitySearch .timeDisplay {
	position: relative;
	top: -22px;
}

#facilitySearch input {
	width: 100%;
	box-sizing: border-box;
}

#facilitySearch .question {
	margin: 5px 0;
	font-size: 20px;
}

#advancedFacilitySearch .question {
	margin: 5px 0;
	font-size: 16px;
}

#advancedFacilitySearch .answer {
	margin: 5px 0;
}

#advancedFacilitySearch .sliderMarker, #facilitySearch .sliderMarker, #mapSearch .sliderMarker {
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 25px;
}

#advancedFacilitySearch .singleSlider .ui-widget-content, #facilitySearch .singleSlider .ui-widget-content, #mapSearch .ui-widget-content {
	background: #0C8FC8;
}

#advancedFacilitySearch .rangeSlider .ui-widget-header, #facilitySearch .rangeSlider .ui-widget-header {
	background: #0C8FC8;
}

#advancedFacilitySearch .ui-slider-horizontal, #facilitySearch .ui-slider-horizontal, #mapSearch .ui-slider-horizontal {
	height: .4em
}

#advancedFacilitySearch .ui-slider .ui-slider-handle, #facilitySearch .ui-slider .ui-slider-handle, #mapSearch .ui-slider .ui-slider-handle {
	border-radius: 100%;
	height: 50px;
	width: 50px;
	transition: none;
	box-sizing: border-box;
	top: -22px;
	padding: 16px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background: none;
	border: none;
	background-color: #DDD;
	background-clip: content-box;
	margin-left: -25px;
}

	#advancedFacilitySearch .ui-slider .ui-slider-handle.no-padding, #facilitySearch .ui-slider .ui-slider-handle.no-padding, #mapSearch .ui-slider .ui-slider-handle.no-padding {
		height: 16px;
		width: 16px;
		margin-left: -.6em;
		background-clip: unset;
		padding: 0;
		top: 0;
	}

	#advancedFacilitySearch .ui-slider .ui-slider-handle, #facilitySearch .ui-slider .ui-slider-handle:focus {
		outline: none;
	}


#advancedFacilitySearch .slider, #facilitySearch .slider, #advancedFacilitySearch .singleSlider, #advancedFacilitySearch .sliderMarker, #mapSearch .sliderMarker {
	width: 100%;
	box-sizing: border-box;
	padding-left: 7px;
	padding-right: 7px;
}

#advancedFacilitySearch .timeDuration input {
	width: 30%;
}

#advancedFacilitySearch .filterLeftArrow {
	height: 9px;
	padding-left: 5px;
}

.map-search {
	height: 45px;
	margin-top: -12px;
}

	.map-search .map-search-location {
		float: left;
		vertical-align: middle;
		margin-left: 10px;
		width: 39%;
	}

	.map-search .map-search-distance {
		margin-left: 35px;
		float: left;
		width: 56%;
	}

	.map-search .map-search-location .label {
		float: left;
		width: auto;
		padding-top: 10px;
		width: auto;
	}

	.map-search .map-search-distance .label {
		float: left;
		width: auto;
		padding-top: 10px;
		width: auto;
		margin-right: 5px;
	}

.map-search-location .field {
	float: left;
	margin-left: 5px;
	width: 25%;
}

.map-search .map-search-submit {
	float: right;
}

.map-search-distance .slider {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	width: 35%;
}

.map-search .map-distance-from {
	width: 270px;
}

.searchResultBanner {
	width: 100%;
	margin: 20px auto 25px auto;
	padding: 0 10px 0 10px;
	height: 50px;
	color: white;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.9);
	border-radius: 4px;
}

	.searchResultBanner a {
		text-decoration: none;
		color: white;
		cursor: pointer;
		display: inline-block;
		padding: 18px 18px 18px 0;
	}

	.searchResultBanner .changeView {
		float: left;
		height: 24px;
		width: 28px;
		cursor: pointer;
	}

	.searchResultBanner .searchResultIcon {
		display: block;
		float: left;
		padding: 18px 10px 8px 10px;
	}

		.searchResultBanner .searchResultIcon > span {
			display: block;
			float: left;
			color: #FFF;
			opacity: 0.7;
		}

	.searchResultBanner .changeView {
		background-position: center;
		opacity: 0.7;
	}

		.searchResultBanner .changeView.gallery {
			background: url(/content/images/gallery-view-icon-selected.png) no-repeat scroll 0 0 transparent;
		}

		.searchResultBanner .changeView.list {
			background: url(/content/images/list-view-icon-selected.png) no-repeat scroll 0 0 transparent;
		}

		.searchResultBanner .changeView.map {
			background: url(/content/images/map-view-icon-selected.png) no-repeat scroll 0 0 transparent;
		}

		.searchResultBanner .changeView.availability {
			background: url(/content/images/availability-view-icon-selected.png) no-repeat scroll 0 0 transparent;
			background-position: 0 -1px;
			background-size: 22px 20px;
			width: 23px;
		}

		.searchResultBanner .changeView.selected,
		.searchResultBanner .changeView.selected + span,
		.searchResultBanner .searchResultIcon:hover .changeView,
		.searchResultBanner .searchResultIcon:hover > span {
			opacity: 1.0;
			cursor: pointer;
		}

#facilityList {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}

	#facilityList .resultsSortBy {
		float: right;
		margin-bottom: 5px;
	}

	#facilityList.list .facilityDetails {
		width: 100%;
		margin-bottom: 20px;
		background-color: whitesmoke;
		border-radius: 4px;
		float: left;
	}

	#facilityList.list .photosContainer {
		width: 420px;
		height: 275px;
		float: left;
	}

	#facilityList.list .photo {
		width: 100%;
		height: 100%;
	}

	#facilityList.list .info {
		width: 67%;
		float: left;
	}

	#facilityList.list .details {
		padding: 0 20px;
		position: relative;
	}

	#facilityList.list .resources .details {
		padding: 0;
	}

	#facilityList.list .facility-attributes .facility-attribute {
		width: 50%;
		padding-right: 15px;
		margin-bottom: 15px;
		height: 24px;
	}

	#facilityList.list .facility-attributes .attribute-data {
		min-height: 24px;
		color: #404040;
		font-size: 14px;
	}

	#facilityList.list .facility-attributes .attribute-icon {
		height: 24px;
		width: 24px;
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: center, top;
		background-color: rgba(0,0,0,.9);
		float: left;
		margin-right: 5px;
	}

		#facilityList.list .facility-attributes .attribute-icon.address {
			background-image: url(/content/images/facility-location-white.png);
		}

		#facilityList.list .facility-attributes .attribute-icon.phone {
			background-image: url(/content/images/facility-contact-white.png);
		}

		#facilityList.list .facility-attributes .attribute-icon.email {
			background-image: url(/content/images/facility-email-white.png);
		}

		#facilityList.list .facility-attributes .attribute-icon.fee {
			background-image: url(/content/images/facility-dollar-white.png);
		}

		#facilityList.list .facility-attributes .attribute-icon.capacity {
			background-image: url(/content/images/facility-capacity-white.png);
		}

	/*Multi line text overflow with ellipses. (height = font-size * line-height * lines-to-show) */
	#facilityList.list .details .desc p {
		display: block;
		display: -webkit-box;
		margin: 0 auto;
		line-height: 1.4;
		height: 98px;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px;
	}

	#facilityList.list .facilityName {
		font-weight: bold;
		font-size: 1.6em;
		margin: 20px 0;
	}

	#facilityList.list .link {
		bottom: 40px;
	}

	#facilityList.map .mapResults {
		max-width: 100%;
		min-width: 400px;
		height: 100%;
	}

	#facilityList.map .mapContainer {
		height: 600px;
	}

	#facilityList.map .mapData {
		display: none;
	}

	#facilityList.map .popupInfo {
		width: 250px;
		height: auto;
	}

		#facilityList.map .popupInfo .details {
			display: table;
		}

		#facilityList.map .popupInfo .image {
			width: 30%;
			height: auto;
			float: left;
			margin-right: 5px;
		}

		#facilityList.map .popupInfo img {
			width: 100%;
			height: 100%;
		}

	#facilityList.gallery .galleryResults {
		width: 100%;
	}

	#facilityList.gallery .facilityDetails {
		display: inline-table;
		float: left;
		width: 25%;
		transition: 0.2s;
		float: left;
		position: relative;
		width: 25%;
		padding-bottom: 22%;
	}

.photosContainer {
	padding: 5px;
	top: 10px;
	overflow: hidden;
}

#facilityList.noResults .noResultsContainer {
	margin: 0 10px 0 10px;
}

#facilityList.gallery .photo {
	width: 100%;
}

#facilityList.gallery .photosContainer {
	position: absolute;
	padding: 0 5px 5px 5px;
	top: 0;
	width: 100%;
}

#facilityList.list .photosContainer {
	max-width: 420px;
	max-height: 275px;
	height: 100%;
	width: 33%;
}

	#facilityList.list .photosContainer.vertical {
		height: 100%;
		width: 25%;
		padding: 0;
		padding-right: 10px;
	}

#facilityDetails h1,
#resourceDetails h1 {
	margin: 0.67em 0;
}

#facilityDetails .resources .slick-slider {
	margin-bottom: 0 !important;
}

#facilityDetails .resources .amenities li {
	transition: 0.2s;
	width: auto;
	margin-bottom: 0;
	background-color: inherit;
	border-radius: 0;
	float: none;
	margin-right: 0;
}

#facilityDetails .resources li .amenities-wrapper {
	display: table;
	table-layout: fixed;
	width: 75%;
}

#facilityDetails .resources li .amenity {
	overflow: hidden;
	padding: 0;
	display: table-cell;
	width: auto;
	border-right: 1px dashed #EEE;
	padding: 0 10px;
}

#facilityDetails .resources li .amenities-wrapper .amenity:first-child {
	padding-left: 0;
}

#facilityDetails .resources li .resourceAttributes > .resourceInfo .desc {
	margin-bottom: 1em;
}

#facilityDetails .resources li .amenity:first-child {
	border-top: 0;
}

#facilityDetails .resources li .resourceName,
#facilityDetails .resources li h3 {
	margin: 0;
}

#facilityDetails .resources li .amenity:last-child {
	border-right: 0;
}

#facilityDetails .resources li .amenity li {
	margin: 0;
	list-style-type: circle;
}


#facilityContent .amenities-wrapper {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-bottom: 20px;
}

	#facilityContent .amenities-wrapper .amenity {
		vertical-align: top;
		padding: 5px 10px 25px 10px;
		display: table-cell;
	}

		#facilityContent .amenities-wrapper .amenity:nth-child(odd) {
			vertical-align: top;
			background: #F9F9F9;
			border-left: 2px solid #EEE;
			border-right: 2px solid #EEE;
		}

		#facilityContent .amenities-wrapper .amenity:nth-child(even) {
			vertical-align: top;
			background: #FFF;
		}

		#facilityContent .amenities-wrapper .amenity:first-child {
			border-left: none;
		}

		#facilityContent .amenities-wrapper .amenity:last-child {
			border-right: none;
		}

#facilityList.availability {
	padding-bottom: 20px;
}

	#facilityList.availability div.cellHeader {
		text-align: center;
		font-weight: bold;
		height: 14px;
		font-family: 'Open Sans', Arial, sans-serif;
		overflow: hidden;
	}

		#facilityList.availability div.cellHeader.day {
			height: 28px;
		}

	#facilityList.availability div.bookableColumn > div {
		border-right: none !important;
		padding-left: 0;
		width: 100%;
		overflow: hidden;
	}

	#facilityList.availability div.timeSlotBodyContainer {
		padding: 10px 0 0 0;
		min-width: 765px;
	}

	#facilityList.availability div.fixedTimeSlot,  facilityList.availability div.timeSlot {
		border-left: 1px solid #C0C0C0;
	}

	#facilityList.availability div.bookableColumn {
		float: left;
		width: 100%;
	}

	#facilityList.availability div.timeSlotContainer {
		float: right;
		position: relative;
	}

	#facilityList.availability div.facilityContent { /* not needed, just for clarification */ /* the next props are meant to keep this block independent from the other floated one */ /* 20px added for center margin */
		margin-right: -540px;
		float: left;
		width: 100%;
	}

	#facilityList.availability div.bookable {
		padding-top: 0;
		padding-bottom: 0;
		height: 90px;
		overflow: hidden;
	}

		#facilityList.availability div.bookable.resource {
			padding-left: 0;
			height: 80px;
			background-color: #F4F4F7;
			padding: 10px 10px 10px 10px;
			solid #CCC;
			border-top: 1px solid #ddd;
			float: left;
			width: 100%;
			margin-right: -540px;
		}

			#facilityList.availability div.bookable.resource .details {
				padding: 2px 10px;
			}

			#facilityList.availability div.bookable.resource .photosContainer {
				width: 90px;
				height: 60px;
			}

	#facilityList.availability .facilityWrapper {
		margin-bottom: 10px;
	}

	#facilityList.availability .facilityWrapper {
		margin-bottom: 20px;
		border: 1px solid #CCC;
		margin-top: 6px;
	}

#facilityList div.resource {
	display: none;
}

#facilityList.availability .photosContainer {
	width: 135px;
	height: 90px;
	float: left;
	padding: 0;
}

#facilityList.availability .photo {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#facilityList.availability .info {
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

#facilityList.availability .details {
	padding: 5px 20px;
	height: 100%;
	position: relative;
}

	#facilityList.availability .details .link .button {
		margin-top: 3px;
	}

#facilityList.availability .showResources {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

#facilityList.availability .expand {
	background: url(/content/images/expand.png) no-repeat center center;
}

#facilityList.availability .collapse {
	background: url(/content/images/collapse.png) no-repeat center center;
}

#facilityList.availability .facilityName {
	color: #203D59;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 1em;
	max-width: 260px;
	overflow: visible;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 2.2em;
	line-height: 1.1em;
}

#facilityList.availability .header {
	padding: 20px;
}

#facilityList.availability .date-picker {
	padding-right: 10px;
}

#facilityList.availability .date {
	float: left;
	font-weight: 600;
	font-size: 1.5em;
}

#facilityList.availability .nav {
	float: right;
}

#facilityList.availability div.timeSlotRow {
	white-space: nowrap;
	font-size: 0;
	border-right: 1px solid #CCC;
}

#facilityList.availability .timeSlotContainer > div.timeSlotRow {
	/* margin-top: 20px; */
	border-right: 1px solid #CCC;
}

#facilityList.availability div.timeSlot,
#facilityList.availability div.daySlot {
	font-size: 10px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 76px;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	text-align: center;
}

#facilityList.availability div.daySlot {
	min-height: 62px;
	font-family: 'Open Sans', Arial, sans-serif;
}

#facilityList.availability div.resource div.timeSlot,
#facilityList.availability div.resource div.daySlot {
	min-height: 60px;
	height: 80px;
}

#facilityList.availability div.fixedTimeSlot {
	width: 44px;
	font-size: 10px;
	display: inline-block;
	white-space: pre-wrap
}

	#facilityList.availability div.fixedTimeSlot.day,
	#facilityList.availability div.daySlot {
		width: 76px;
	}

#facilityList.availability .legends {
	width: 100%;
}


#facilityList .filterRightArrow {
	height: 17px;
	width: 11px;
}

#facilityList .filterArrowContainer {
	float: right;
	padding-top: 17px;
	padding-right: 15px;
}

.searchResultBanner #advancedSearch {
	background-image: url(/content/images/facility-arrow-right.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#advancedFacilitySearch .hideFilter

.searchResultBanner a {
	font-size: 1.1em;
}

/* end of Facility Search */
#bookings-sidebar {
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	color: #FFF;
	display: none;
	z-index: 1;
	position: fixed;
	padding: 7px 20px !important;
	padding-bottom: 0 !important;
	overflow-y: scroll;
	font-family: 'Open Sans', Arial, sans-serif;
	background: rgb(76, 76, 76);
	scrollbar-face-color: #888;
	scrollbar-track-color: #555;
	scrollbar-arrow-color: #999;
	scrollbar-shadow-color: #888;
}

	#bookings-sidebar a {
		color: #48DDFF
	}

	#bookings-sidebar h5 {
		font-size: 28px;
		font-weight: 300;
	}

	#bookings-sidebar .more-info > div {
		margin-bottom: 10px;
	}

	#bookings-sidebar .more-info a.close {
		display: inline;
		font-size: 26px;
		font-weight: 300;
		margin-top: -14px;
		margin-right: 0;
	}

	#bookings-sidebar .more-info-click-wrapper {
		margin-bottom: 50px;
		min-width: 260px;
	}

	#bookings-sidebar .bookings-sidebar-section {
		margin-bottom: 20px;
	}

	#bookings-sidebar #bookings-sidebar-list .booking-list-item,
	#bookings-sidebar #bookings-sidebar-unavailability-list .unavailability-list-item {
		margin-top: 8px;
		margin-bottom: 5px;
	}

		#bookings-sidebar #bookings-sidebar-unavailability-list .unavailability-list-item .icon.delete {
			background-image: url(/content/images/delete-icon.png);
			background-repeat: no-repeat;
			background-size: 16px 16px;
			background-position: 3px 3px;
			width: 22px;
			height: 22px;
			float: right;
		}

	#bookings-sidebar::-webkit-scrollbar-track {
		opacity: 0;
	}

	#bookings-sidebar::-webkit-scrollbar {
		width: 10px;
		opacity: 0;
	}

	#bookings-sidebar::-webkit-scrollbar-track:hover {
		z-index: 1000;
		cursor: pointer;
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	}

	#bookings-sidebar::-webkit-scrollbar-thumb:hover {
		border-radius: 10px;
		border: 2px solid #333;
		background-color: rgba(130,130,130,0.8);
	}


	/*Bookings sidebar - unavailability*/
	#bookings-sidebar #body-container {
		width: 100%;
		min-width: 0;
		color: #FFF;
	}

		#bookings-sidebar #body-container * {
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		#bookings-sidebar #body-container h2 {
			color: #FFF;
			margin: 0;
		}

	#bookings-sidebar #unavailability-table {
		background: none;
		display: block;
		min-width: 0;
		color: #FFF;
		width: 100%;
	}

		#bookings-sidebar #unavailability-table tbody {
			width: 100%;
			min-width: 0;
			display: block;
		}

			#bookings-sidebar #unavailability-table tbody tr {
				width: 100%;
				min-width: 0;
				display: block;
				border-bottom: none;
			}

				#bookings-sidebar #unavailability-table tbody tr td {
					width: 100% !important;
					display: none;
					padding: 0;
					margin: 5px 0;
				}

					#bookings-sidebar #unavailability-table tbody tr td.simple {
						display: block;
					}

					#bookings-sidebar #unavailability-table tbody tr td input[type=text] {
						width: 100%;
					}

					#bookings-sidebar #unavailability-table tbody tr td input[type=number] {
						width: 20%;
					}

					#bookings-sidebar #unavailability-table tbody tr td input[type=text].datetime,
					#bookings-sidebar #unavailability-table tbody tr td input[type=text].timespan {
						width: 90px;
					}

#arrow {
	width: 10px;
	background: #FFFFFF;
	position: relative;
	top: -16px;
	left: 125px;
	transition: 1s;
}

	#arrow:after {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		background: #FFFFFF;
		border-right: 1px solid #C0C0C0;
		border-top: 1px solid #C0C0C0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

/*Slick carousel plugin*/

.slick-prev, .slick-next {
	width: 42px !important;
	height: 42px !important;
}

.slick-next {
	right: 10px !important;
	z-index: 1;
}

.slick-prev {
	left: 10px !important;
	z-index: 1;
}

	.slick-prev:before, .slick-next:before {
		color: #FFF !important;
		font-size: 40px !important;
	}

.slick-dots {
	bottom: -20px !important;
}

.sliderContainer.full-width .slick-dots {
	bottom: -20px !important;
}

.sliderContainer .slick-dots {
	bottom: 54px !important;
}

.slick-dots li {
	background-color: transparent !important;
	width: 20px !important;
	float: none !important;
}

	.slick-dots li.slick-active button:before {
		font-size: 11px !important;
		color: #65BDEA !important;
		opacity: 1 !important;
	}

	.slick-dots li button::before {
		font-size: 11px !important;
		color: #CCC !important;
		opacity: 1 !important;
	}

.slide {
	position: relative;
}

.slide__caption {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
	color: #FFF;
	background: rgba(0,0,0,0.6);
	bottom: 0px;
	font-size: 16px;
	z-index: 8;
	padding: 15px 0;
}

.sliderContainer.full-width .slide__caption {
	padding: 15px;
}

	.sliderContainer.full-width .slide__caption .slide-caption-text {
		width: auto;
		padding: 0;
	}

.slide__caption .slide-caption-text {
	width: 600px;
	margin: 0 auto;
	padding: 0 15px;
}

.slide-background .slide-overlay {
	background: rgba(0,0,0,0.5);
	position: absolute;
	lefT: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.slide-background .slide-background-image {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	z-index: -1;
	transform: translateY(-50%);
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.slide-main-image {
	z-index: 8;
	position: relative;
}

.no-images .slide-background .slide-overlay {
	background: #ACACAC;
}

.no-images .slide__caption .slide-caption-text {
	margin: 0;
}

.scrolloff {
	pointer-events: none;
}

.carousel-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	height: 0 !important;
	opacity: 0 !important;
}

/*Responsive Bookings*/
@media all and (max-width: 1200px) {
	#tableColumns .timeCell .post,
	#tableColumns .timeSlotCell .post,
	.timeSlotCellDay .post {
		display: none;
	}

	#facilityList.availability .facilityName {
		max-width: 250px;
		font-size: 1em;
	}
}

@media all and (max-width: 1080px) {
	#facilityList.list .details .desc p {
		height: 79px;
		-webkit-line-clamp: 4;
	}

	#facilityList.gallery .facilityDetails {
		width: 33%;
		padding-bottom: 28%;
	}

	/*#facilityDetails .resources li
    {
        width: 32%;
        margin-right:2.0%
    }*/

	#facilityDetails .resources li:nth-child(4n) {
		margin-right: 2%;
	}

	#facilityDetails .resources li:nth-child(3n) {
		margin-right: 0;
	}

	#resourceDetails .weekCalendarDisplay .legend {
		float: none;
	}

	.legends {
		width: 100%;
		float: left;
	}

	.legend {
		float: left;
	}

	.monthSchedule {
		width: 100%;
	}

	.weekSchedule {
		clear: left;
		float: left;
		width: 100%;
	}
}

@media all and (max-width: 1023px) {
	#facilityList.availability div.facilityContent {
		margin-right: 0;
	}

	#facilityList.availability div.timeSlotContainer {
		float: none;
		width: 100%;
		overflow: hidden;
	}

	#facilityList.availability div.timeSlotBodyContainer {
		min-width: 0;
	}

	#facilityList.availability div.fixedTimeSlot,
	#facilityList.availability div.timeSlot,
	#facilityList.availability div.daySlot {
		border-top: 1px solid #C0C0C0;
	}

	#facilityList.availability .facility .details,
	#facilityList.availability .resource {
		border-right: 1px solid #C0C0C0;
	}

	#facilityList.availability div.timeSlot,
	#facilityList.availability div.daySlot {
		height: 42px;
		min-height: 42px;
	}

	#facilityList.availability div.fixedTimeSlot {
		width: 8.33%;
	}

		#facilityList.availability div.fixedTimeSlot.day,
		#facilityList.availability div.daySlot {
			width: 14.29%;
		}

			#facilityList.availability div.daySlot span.availabilityLong {
				display: none;
			}

			#facilityList.availability div.daySlot span.availabilityShort {
				display: inline;
			}

	#facilityList.availability div.bookable.resource {
		float: none;
		border-bottom: none;
		padding: 5px;
		height: 70px;
	}

	#facilityList.availability div.resource div.timeSlot,
	#facilityList.availability div.resource div.daySlot {
		height: 30px;
		min-height: 30px;
	}

	#facilityList.availability div.timeSlotContainer .tooltip-arrow {
		position: absolute;
		display: block;
		left: 50%;
		height: 10px;
		width: 10px;
		background: #F4F4F7;
		top: -5px;
		border: 1px solid #C0C0C0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#calendarRegion .timeSlotCellTimeSpan .post {
		display: none;
	}
}

@media all and (max-width: 994px) {
	.map-search .map-search-location {
		margin-left: 0px;
		margin-bottom: 10px;
		width: 100%;
	}

	.map-search .map-search-distance {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;
	}

	.map-search .map-search-location .label {
		width: 25%;
	}

	.map-search .map-search-distance .label {
		width: 25%;
	}
}

@media all and (max-width: 940px) {
	#facilityList.list .details .desc p {
		height: 59px;
		-webkit-line-clamp: 3;
	}
}


@media all and (max-width: 800px) {
	#facilityList.list .facilityName {
		margin: 10px 0;
	}

	#facilityList.list .details .desc p {
		height: 40px;
		-webkit-line-clamp: 2;
	}

	#facilityList.gallery .facilityDetails {
		width: 50%;
		padding-bottom: 44%;
	}

		#facilityList.gallery .facilityDetails .photosContainer img {
			max-width: 320px;
			max-height: 240px;
		}

	#facilityDetails .resources li .photosContainer.vertical {
		width: 50%;
	}

	#facilityDetails .resources li .amenities-wrapper {
		width: 100%;
		display: block;
	}

	#facilityDetails .resources li .amenity {
		display: block;
		border-right: none;
		border-top: 1px dashed #DDD;
		padding: 0px 10px 10px 10px;
	}

	#facilityDetails .resources li .amenities-wrapper .amenity {
		padding-left: 0;
	}

	#facilityDetails .resources li:nth-child(2n - 1) {
		margin-right: 2%
	}


	#facilityDetails .resources li:nth-child(2n) {
		margin-right: 0;
	}

	div#facilitySearch .extras {
		display: block;
	}

		div#facilitySearch .extras .halfwidth,
		div#facilitySearch .extras .quarterwidth {
			display: block;
		}

	div#facilitySearch .halfwidth, #advancedFacilitySearch .halfwidth {
		width: 100%;
		padding-bottom: 10px;
		padding-right: 0;
	}

	div#facilitySearch .quarterwidth, #advancedFacilitySearch .quarterwidth {
		width: 50%;
		padding-bottom: 20px;
	}

		div#facilitySearch .quarterwidth .answer .date {
			margin-right: 17px;
		}

	#facilityDetails .resources li .amenity:first-child .amenity-heading {
		margin-top: 0;
	}

	#facilityDetails .resources li .amenity .amenity-heading {
		margin-top: 1em;
	}
}

@media all and (max-width: 680px) {

	#facilityContent .sliderContainer .slide-main-image {
		width: 100%;
		height: auto;
	}

	#facilityContent .contentContainer.embeddedVideo iframe,
	#facilityContent .contentContainer.streetView iframe {
		width: 100%;
	}

	#facilityContent .sliderContainer .slide-main-image .placeholder {
		padding-bottom: 75%;
	}

	#facilityContent .sliderContainer img.slide-background {
		display: none;
	}

	#facilityList.list .facility-attributes .facility-attribute {
		width: 100%;
		margin-bottom: 5px;
	}

	.weekCalendarDisplay .cellHeader .upper .short {
		display: inline;
	}

	.weekCalendarDisplay .cellHeader .upper .full {
		display: none;
	}
}

@media all and (max-width: 580px) {
	#facilityList.list .facilityName {
		margin: 6px 0;
	}

	#facilityList.list .details .link a.button {
		margin-top: 3px;
	}

	#advancedFacilitySearch {
		width: 100%;
	}


	#facilityContent .amenities-wrapper {
		width: 100%;
	}

		#facilityContent .amenities-wrapper .amenity {
			display: block;
			border: none !important;
			display: block;
			border-bottom: 1px dashed #CCC;
			padding: 5px 5px 10px 0;
		}

			#facilityContent .amenities-wrapper .amenity:nth-child(odd) {
				border-left: none;
				border-right: none;
			}

	#advancedFacilitySearch .answer.slider, #facilitySearch .answer.slider, #advancedFacilitySearch .singleSlider {
		padding-left: 22px;
		padding-right: 22px;
	}
}

@media all and (max-width: 540px) {
	#facilityList.list .facilityName {
		margin: 3px 0;
	}

	#facilityList.list .photosContainer {
		transition: 0.2s;
	}

	#facilityList.list .details .desc p {
		height: 20px;
		-webkit-line-clamp: 1;
	}

	#facilityContent .facilityPhotoLocation {
		width: 100%;
	}


		#facilityContent .facilityPhotoLocation img,
		#facilityContent .facilityPhotoLocation iframe {
			width: 100%;
			margin-bottom: 15px;
		}

		#facilityContent .facilityPhotoLocation .resourceSliderContainer {
			width: 100%;
			margin: 0;
			min-width: 0;
		}


		#facilityContent .facilityPhotoLocation.mapWrapper,
		#facilityContent .facilityPhotoLocation.mapWrapper {
			order: 2;
		}

	div#facilitySearch {
		width: 100%;
		padding: 0;
	}

		div#facilitySearch .quarterwidth, #advancedFacilitySearch .quarterwidth {
			width: 100%;
			padding-bottom: 20px;
		}

			div#facilitySearch .quarterwidth .answer, #advancedFacilitySearch .quarterwidth .answer {
				margin-right: 0;
			}

				div#facilitySearch .quarterwidth .answer .date {
					margin-right: 37px;
				}

	#facilityList.map {
		padding: 0;
		transition: 0.2s;
	}

		#facilityList.map .mapResults {
			height: 550px;
		}

	#tableColumns .timeColumn .timeCell {
		padding: 0;
	}

	.searchResultBanner .searchResultIcon {
		padding: 18px 3px 8px 3px
	}

		.searchResultBanner .searchResultIcon > span {
			display: none;
		}

		.searchResultBanner .searchResultIcon .changeView.selected + span {
			display: block;
		}
}



@media all and (max-width: 460px) {

	#facilityList.list .facilityName {
		margin: 12px 0;
	}

	#facilityList.list .photosContainer {
		width: 100%;
		float: initial;
	}

	#facilityList.list .info {
		width: 100%;
	}

	#facilityList.list .details .desc p {
		height: 40px;
		-webkit-line-clamp: 2;
	}

	#facilityList.list .details .link a.button {
		margin-bottom: 10px;
	}


	#facilityList.gallery .facilityDetails {
		width: 100%;
		padding-bottom: 83%;
	}

	#facilityDetails .resources li {
		width: 100%;
		margin-right: 0;
	}

		#facilityDetails .resources li .photosContainer.vertical {
			width: 100%;
			margin-bottom: 1em;
		}

	.dialogue-selection.bookings select {
		width: 250px;
	}
}


@-moz-keyframes bounceDown {
	0% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@-webkit-keyframes bounceDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes bounceDown {
	0% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.bounceDown {
	-moz-animation: bounceDown 2s infinite;
	-webkit-animation: bounceDown 2s infinite;
	animation: bounceDown 2s infinite;
}


@-moz-keyframes bounceUp {
	0% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@-webkit-keyframes bounceUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes bounceUp {
	0% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.bounceUp {
	-moz-animation: bounceUp 2s infinite;
	-webkit-animation: bounceUp 2s infinite;
	animation: bounceUp 2s infinite;
}

#facilityList.list .file-tile.button {
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding: 0.8em 3em;
	background: #FFF;
	font-size: 1em;
	color: #333;
	border: 1px solid #AAA;
	margin: 0 5px 5px 0;
}

	#facilityList.list .file-tile.button.pdf {
		color: firebrick;
		border-color: firebrick;
	}

	#facilityList.list .file-tile.button.xml {
		color: #1aae61;
		border-color: #1aae61;
	}

	#facilityList.list .file-tile.button.doc {
		color: #2196f3;
		border-color: #2196f3;
	}

	#facilityList.list .file-tile.button.image {
		color: #333;
		border-color: #aaa;
	}

	#facilityList.list .file-tile.button:hover {
		color: white;
		background: #bbb;
		border: 1px solid #AAA;
	}

	#facilityList.list .file-tile.button.pdf:hover {
		background: #b44a4a;
		border-color: firebrick;
	}

	#facilityList.list .file-tile.button.doc:hover {
		background: #2196f3;
		border-color: #2196f3;
	}

	#facilityList.list .file-tile.button.xml:hover {
		background: #44ad76;
		border-color: #1aae61;
	}

	#facilityList.list .file-tile.button.image:hover {
		background: #aaa;
		border-color: #aaa;
	}

	#facilityList.list .file-tile.button .name {
		font-weight: 500;
		margin-left: 0;
		display: block;
		float: left;
		text-shadow: none;
	}

	#facilityList.list .file-tile.button:hover .name {
		color: white;
	}

	#facilityList.list .file-tile.button .icon {
		display: block;
		float: left;
		margin-right: 1em;
	}

		#facilityList.list .file-tile.button .icon img {
			width: 16px;
			display: block;
		}

