/* JAVASCRIPT / JQUERY WARNINGS */

.no-js .no_javascript_container {
    display: block;
}
.js .no_javascript_container {
    display: none;
}
/* TODO */
/* HEADINGS */

h1 {
    color: #000;
}
h2 {
    color: #000;
}
h3 {
    color: #000;
}

/* TABLE GRIDS */

.header-row, .footer-row {
    clear: both;
    background-color: #AAA;
    overflow: hidden;
}
.search-header-row, .search-footer-row {
    clear: both;
    background-color: #AAA;
    overflow: hidden;
}
.footer-row {
    margin: 0px;
    font-weight: bold;
}
.footer-row td {
    padding: 4px;
}
.header-cell {
    margin: 0px;
    padding: 4px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.search-header-cell {
    margin: 0px;
    padding: 4px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
/* .grid-row {
    cursor: pointer;
}
.grid-row:nth-child(odd), .odd {
    background-color: #DCDCDC;
}
.grid-row:hover {
    border: 1px dashed #FF0000;
}
.grid-cell {
    margin: 0px;
    padding: 2px;
} */

/* COMMON */

/*#container div {
    text-align: left;
}*/
.global_item {
    color: #0000FF;
}
.left {
    text-align: left;
}
.centered {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.main_text {
    font-size: 0.9em;
}
.main_text_bold {
    font-size: 0.9em;
    font-weight: bold;
}
.main_text_bold_green {
    font-size: 0.9em;
    font-weight: bold;
    color: #0E6635;
}
.main_text_bold_red {
    font-size: 0.9em;
    font-weight: bold;
    color: #FF0000;
}
#wrapper.absolute {
    position: absolute!important;
}
#wrapper.not-absolute {
    position: relative!important;
}
#loading {
    clear: both;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
}
#loading_box {
    clear: both;
    position: fixed;
    width: 350px;
    min-height: 50px;
    color: #000;
    background-color: white;
    opacity: 75%;
    border-color: 3px solid #CCC;
    z-index: 2000;
    text-align: center;
    overflow: hidden;
}
#loading_content {
    clear: both;
    text-align: center;
    overflow: hidden;
    padding: 20px;
}
#logo {
    float: left;
    overflow: hidden;
}
.message {
    display: none;
    margin: 15px;
    padding: 13px 13px 13px 52px;
    background: url('/images/icon-check.gif') left no-repeat #EFA;
    background-position: 13px 5px;
    border: solid 1px #BD8;
}

/* COLOURS */

.red {
    color: #FF0000;
}
.green {
    color: #0E6635;
}

/* BODY */

body {
    opacity: 0;
}

/* HEADERS */

#content h2 {
    clear: both;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
#content h2 {
    clear: both;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
#content_cms h2 {
    clear: both;
    margin: 0px;
    padding: 0px;
    /* font-weight: bold; */
}

/* CONTENT */

#content_frontend {
    clear: both;
    padding: 5px;
    background-color: #FFF;
    min-height: 450px;
    overflow: hidden;
}

/* DATE PICKER (VUE JS ONE) */

.vdp-datepicker__calendar {
    left: -110px;
}

/* LISTS */

.sortable_content {
    width: 30em;
}
.sortable_content li {
    display: block;
    border-bottom: 1px solid gray;
    background-color: #44546a !important;
    color: #FFF !important;
}

/* DRAGGABLE (HTML5) */

.sortable_item.drag_element {
    opacity: 0.5;
}
.sortable_item.over {
    margin-top: 3px;
    border-top: 1px solid black;
}
[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

/* FORMS */

.form-control {
    font-size: inherit!important;
}
/* .table td, .table th {
    padding: 0.2em!important;
}*/
.card textarea.form-control {
    padding: 0.5em;
}
.card select.form-control {
    height: calc(1.25em + 0.25rem + 2px) !important;
    padding: 0.1em 0.2em 0.1em 0.2em  !important;
}
.card input[type="text"].form-control {
    height: calc(1.25em + 0.25rem + 2px) !important;
    /* padding: 0.6em !important; */
    /* font-size: inherit!important; */
}
.card input[type="password"].form-control {
    height: calc(1.25em + 0.25rem + 2px) !important;
    /* padding: 0.6em !important; */
    /* font-size: inherit!important; */
}
.card input[type="number"].form-control {
    height: calc(1.25em + 0.25rem + 2px) !important;
    padding: 0.4em 1em !important;
    font-size: inherit !important;
}
/*.modal select.form-control {
    height: calc(1.25em + 0.25rem + 2px) !important;
    padding: 0.5em !important;
}*/
/* .modal input[type="text"].form-control {
    height: calc(1.25em + 0.25rem + 2px) !important;
    padding: 0.6em !important;
}
.modal input[type="password"].form-control {
    height: calc(1.25em + 0.25rem + 2px) !important;
    padding: 0.6em !important;
} */
select {
    padding: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #CCC;
}
textarea {
    padding: 1px;
    margin-bottom: 1px;
    border: 1px solid #CCC;
}
input[type="text"], input[type="password"], input[type="email"] {
    margin-bottom: 1px;
    border: 1px solid #CCC;
}
fieldset {
    padding: 0px;
    margin-top: 25px;
    border: none;
}
.editable_cost_entry, .editable_party_member_cost_entry {
    width: 50px;
    text-align: right;
}

.easy-autocomplete {
    width: 100%!important;
}

/* MAIN PANE */

/*#main_pane .row, #main_cms_pane .row, #popup_cms_pane .row {
    clear: both;
    min-height: 20px;
    overflow: hidden;
}
#main_cms_pane {
    float: left;
    padding: 5px;
    overflow: hidden;
}
#main_cms_pane .left_col {
    float: left;
    width: 160px;
    min-height: 20px;
    padding-left: 4px;
    padding-top: 6px;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
}
#main_cms_pane .right_col {
    float: left;
    width: 140px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#main_cms_pane .right_col_large {
    float: left;
    width: 400px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#main_cms_pane .right_col_300 {
    float: left;
    width: 300px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#main_cms_pane .right_col_450 {
    float: left;
    width: 450px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#main_cms_pane .right_col_600 {
    float: left;
    width: 600px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .full_col_large {
    float: left;
    width: 880px;
    min-height: 20px;
    padding-left: 4px;
    padding-top: 6px;
    font-size: 12px;
    overflow: hidden;
}
#popup_cms_pane .left_col {
    float: left;
    width: 160px;
    min-height: 20px;
    padding-left: 4px;
    padding-top: 6px;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
}
#popup_cms_pane .right_col {
    float: left;
    width: 165px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_tiny {
    float: left;
    width: 50px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_tiny2 {
    float: left;
    width: 150px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_small {
    float: left;
    width: 250px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_medium {
    float: left;
    width: 300px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_large {
    float: left;
    width: 400px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_huge {
    float: left;
    width: 960px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#main_pane .thin_separator {
    clear: both;
    height: 15px;
    overflow: hidden;
}
#main_pane .separator {
    clear: both;
    height: 25px;
    overflow: hidden;
}
#main_pane .right_col input[type="radio"] {
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
#main_pane .right_col_large input[type="radio"] {
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
#main_pane .right_col .option_label {
    float: left;
    padding-top: 2px;
    padding-right: 6px;
}
#main_pane .right_col_large .option_label {
    float: left;
    padding-top: 2px;
    padding-right: 6px;
}
#main_pane input[type="text"] {
    min-width: 130px;
    padding: 2px;
}
#main_pane input[type="password"] {
    min-width: 130px;
    padding: 2px;
}*/

/* VISUAL CALENDAR */

#visual_calendar_row .visual_calendar_dates:first-of-type {
    margin-left: 10px;
    margin-right: 10px;
}
#visual_calendar_row .visual_calendar_dates:last-of-type {
    margin-right: 10px;
}
#visual_calendar_row .visual_calendar_dates {
    padding: 5px;
    border: 1px solid #EFEBE6;
}
#visual_calendar_row .visual_calendar_month_name {
    display: block;
    padding-bottom: 2px;
    text-align: center;
    font-weight: bold;
    color: #000;
}
#visual_calendar_row .visual_calendar_dates table {
    margin: 0 auto;
}
#visual_calendar_row .visual_calendar_dates table td {
    width: 24px;
    height: 12px;
    padding: 2px 0px;
    text-align: center;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_days {
    background-color: #EBE7E4;
    font-weight: bold;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_closed,
#visual_calendar_row .visual_calendar_dates .visual_calendar_past {
    color: #888;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_filler {
    color: #E8E8E8;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_booked {
    font-weight: normal;
    /*cursor: pointer;*/
    background-color: #FF7878;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_available {
    font-weight: normal;
    background-color: #90EE90;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_start {
    font-weight: bold;
    cursor: pointer;
    background-color: #90EE90;
}
#visual_calendar_row .visual_calendar_button {
    float: left;
    cursor: pointer;
    margin-top: 30px;
}
#visual_calendar_row .selected_date {
    background-color: #058429 !important;
    color: #FFF;
}

/* CMS */

#status {
    clear: both;
    margin-bottom: 5px;
    padding: 5px;
    height: 15px;
    background-color: #CCC;
    color: #FFF;
    overflow: hidden;
}
#dialog-form {
    display: none;
}
#new_payment_button {
    display: none;
}
#booking_payment_panel {
    display: none;
}
#cancel_booking_panel {
    display: none;
}
#confirm_booking_panel {
    display: none;
}
#booking_panel {
    display: none;
}
#postcode_panel {
    display: none;
}
#custom_addon_panel {
    display: none;
}
/* #availability_panel {
    display: none;
} */
#map_panel {
    display: none;
}
#terms_panel {
    display: none;
}
#cancellation_panel {
    display: none;
}
#warning_panel {
    display: none;
}
#feature_detection_panel {
    display: none;
}
#availability_status {
    background-color: green;
    border: 1px solid black;
    text-align: center;
    color: #FFF;
}
#place_booking_button_bar {
    clear: both;
    text-align: center;
    margin-top: 10px;
}
.sortable_list_container {
    width: 350px;
    margin: 20px 0;
}
.sortable_list_container table {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}
.sortable_list_container table td, .sortable_list_container table th {
    border: 1px solid #eee;
    padding: .6em 10px;
    text-align: left;
}

/* INTERFACE */

/* .tooltip {
    display: none;
    margin-bottom: 10px;
    background: transparent url('/images/black-arrow.png');
    font-size: 12px;
    text-align: center;
    height: 10px;
    width: 150px;
    padding: 10px;
    color: #FFF;
} */
.ui-dialog .ui-state-error {
    padding: 2px;
}
.validateTips {
    border: 1px solid transparent;
    padding: 2px;
}

/* AVAILABILITY */

.avail_grid_cell_date {
    width: 20px;
    height: 20px;
    font-weight: bold;
    text-align: center;
}
.avail_grid_unit_cell_blank {
    width: 205px;
    text-align: left;
}
.avail_grid_unit_cell {
    font-weight: bold;
    width: 200px;
    text-align: left;
}
.avail_grid_cell {
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
}
.avail_grid_cell_unavailable {
    background-color: #FF9797;
}
.avail_grid_cell_available1 {
    background-color: #B5FFC8;
    color: #808080;
}
.avail_grid_cell_available2 {
    background-color: #CAFFD8;
    color: #808080;
}
.avail_grid_cell_closed {
    background-color: #CCC;
    color: #B0B0B0;
}
.avail_grid_cell_marked {
    background-color: #FFCCCC;
}
.avail_grid_unmoveable {
    background-color: #FFA500;
}
.avail_grid_moveable {
    background-color: #FFFF00;
}
.avail_grid_checked_in {
    background-color: #9900FF;
}
.avail_grid_provisional {
    background-color: #FF9999;
}
.avail_grid_friends {
    background-color: #94DFFF;
}
.avail_grid_pending {
    background-color: #DDD;
}
.avail_grid_blocked {
    background-color: #B3C5D4;
}

/* BUTTONS */

#place_booking_pay_button {
    clear: both;
    margin-top: 5px;
    display: none;
    overflow: hidden;
}

/* FOOTER */

#footer_copyright {
    float: left;
    width: 500px;
    margin-top: 5px;
    margin-left: 12px;
    color: #505050;
}
#footer_copyright a {
    color: #707070;
    text-decoration: none;
}

/* CHANGE PASSWORD */

#password_result .short {
    color: #FF0000;
}
#password_result .weak {
    color: #E66C2C;
}
#password_result .good {
    color: #2D98F3;
}
#password_result .strong {
    color: #006400;
}

/*Rates page mods TG*/

.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
}
.rates-tooltip {
    padding: 10px 20px;
    color: #747474;
    border-radius: 5px;
    font: 14px "Helvetica Neue", Sans-Serif;
    /*text-transform: uppercase;*/
    box-shadow: 0 2px 2px 2px rgba(19, 15, 4, 0.22);
    width:150px;
}
.rates-tooltip, .arrow:after {
    background:#f5f5f5;
    border: 2px solid #130f04;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position:  ;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}


.fa {
    display: inline-block;
    font: 19px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

/*Tooltip question mark*/

.fa-question-circle {
    display: inline-block;
    font: 19px/1 FontAwesome;
    font-size: inherit;
    color: #99B769;
}
.fa-question-circle:hover {
    cursor:pointer;
}
.payment_paid {
    cursor: pointer;
    margin-right: 30px;
}
.fa {
    cursor: pointer;
}

/* Chart key */

#chart_key {
    width: 200px;
    border-radius: 7px;
    height: auto; 
    background-color:white; 
    position: fixed; 
    right: 5%; 
    top: 25%;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(99, 88, 88, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(99, 88, 88, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(99, 88, 88, 0.75);
}
#chart_key h3 {
    padding-top: 10px;
    padding-left: 15px;
}
 .key_body ul {
    margin-left: 0;
    padding-left: 15px;
}
.key_body li {
    list-style: none;
}
.key_body span {
    vertical-align: 0.4em
}
.close_key {
    float:right;
    cursor: pointer;
    padding-right: 7px; 
    padding-top:7px;
    color:red;
}
.key_footer {
    padding-bottom: 1.5em;
    margin: 0 10px;
    color:red;
}

/* Progress Bar */

#PitchUpProgress {
    width: 100%;
    background-color: #ddd;
    margin-top: 10px;
}
  
#pitchUpProgressBar {
    width: 10%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: rgb(211, 194, 194);
}

/* MOBILE SUMMARY PANE */

@media only screen and (min-width:768px) {
    #summary {
        position: relative;
        height: auto;
        bottom: 0;
        left: 0;
    }
    #summary_label {
        display: none;
    }
    #summary_inner {
        display: block;
        height: auto;
        overflow: inherit;
        border-radius: 2px;
    }
}

@media only screen and (max-width:991px) {
    #booking_panel .modal-xl {
        max-width: 98%!important;
    }
}

@media only screen and (max-width:767px) {
    #summary {
        top: auto;
        min-height: auto;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        bottom: 0;
        height: 40px;
        left: 0;
        overflow: hidden;
        width: 100%;
        min-height: 0;
    }
    #summary_label {
        cursor: pointer;
        background-color: #788faf;
        border-radius: 6px 6px 0 0;
        height: 50px;
        margin: 0 auto;
        max-width: 260px;
        text-align: center;
        color: #FFF;
    }
    #summary_inner .card {
        background-color: #44546a!important;
        color: #FFF;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .cbp-spmenu-bottom #summary_inner {
        clear: both;
        overflow-y: scroll;
        overflow-x: hidden;
        position: relative;
    }
}

.cbp-spmenu {
    position: fixed;
}
.cbp-spmenu-horizontal {
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
#atb-summary.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0;
    color: #FFF;
}
.cbp-spmenu-bottom #summary_inner {
    clear: both;
    position: relative;
    z-index: -1;
}
.cbp-spmenu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#summary_booking_history {
    margin-top: 15px;
}
#summary_main_heading {
    font-weight: bold;
}
#summary_label_text, #summary_label_cost {
    float: left;
}
#summary_label_text {
    padding: 5px 5px 0 0;
    font-size: 0.8em;
    width: 60%;
}
#summary_label_cost {
    width: 40%;
    padding: 5px 10px 5px 10px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: right;
}

/* BOOKING PROCESS */

.back_office_fields_container {
    clear: both;
    overflow: hidden;
}
.back_office_fields_content {
    margin-bottom: 15px;
    background-color: #E0E0E0!important;
}

/* NAV BAR */

.list-group-item {
    border: 1px solid rgba(0,0,0,.125)!important;
}

/* BOOKING STEPS */

.wizard-steps2 {
    clear: both;
    width: 100%;
    background: #44546a;
    color: #f8f8fa !important;
    margin-bottom: 10px;
    font-size: 1.1em !important;
    font-weight: bold;
    overflow: hidden;
}
.wizard-steps2 .completed-step {
    background: #44546a;
    color: #f8f8fa !important;
    width: 100%;
}
.wizard-steps2 .active-step {
    line-height: 4em;
    height: 70px;
    background-color: #788faf;
    color: #f8f8fa !important;
    width: 100%;
}
.booking_step_description {
    clear: both;
    display: none;
    color: #000;
    font-weight: bold;
    padding: 5px;
    overflow: hidden;
}
#place_booking_display_notices {
    clear: both;
    font-weight: bold;
    line-height: 120%;
    color: #FF0000;
}

/* Headings */

.heading1 {
    background-color: #788faf!important;
    color: #f8f8fa !important;
    font-size: 1.1em;
    font-weight: bold;
}
.heading2 {
    background-color: #44546a!important;
    color: #f8f8fa !important;
    font-size: 1.1em;
    font-weight: bold;
}
.heading3 {
    line-height: 5.8em;
    height: 70px;
    background-color: #44546a!important;
    color: #f8f8fa !important;
    font-size: 1.1em;
    font-weight: bold;
}

/* Cards */

.card-gray {
    background-color: #E0E0E0!important;
}

/* Addons */

#addons label {
    font-weight: bold;
}

/* Tables */

.no-card-border {
    border: none!important;
}
thead th {
    background-color: #343f59 !important;
    color: #FFF !important;
}
/* .card .table tbody td {
    padding-left: 1.2em!important;
} */

/* modals overrides 11/10/19 */

#sidebar-wrapper {
    background: #44546a !important;
}

@media (max-width:1024px) {
    .modal-dialog {
        max-width:90%!important;
        margin:0.75rem auto!important;
    }
}
/*.modal-dialog {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.50);
}*/
input[type="checkbox"].form-control {
    height: calc(0.75em + .75rem + 2px) !important;
}
label {
    /*font-weight: bold!important;*/
    margin-bottom: 0px!important;
}
.lists {
    float: right;
    width: 25px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.booking_info_column .row {
    padding: 2px;
}
#booking_tabs {
    margin-top: 10px;
}
.tab-content {
    padding-bottom: 10px;
    /* border-bottom: 1px solid #45565f!important;    */
}
.nav-tabs {
    clear: both;
    margin-bottom: 15px!important;
    border-bottom: 1px solid #45565f!important;
    overflow: hidden;
}
.tab-pane {
    min-height: 300px !important
}
.nav-tabs .nav-item {
    background-color: #44546a!important;
    color: #FFF!important;
    margin: 0 2px!important;
}
.nav-item a {
    color: #FFF!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #87ba78!important;
    color: #FFF!important;
    border-color: #87ba78!important;
}
.btn {
    /* font-size: 1em!important;
    padding-top: 3px!important;
    padding-bottom: 3px!important;
    padding-left: 10px!important;
    padding-right: 10px!important; */
}
.btn-anytime2, .btn-anytime2:hover {
    background-color: #87ba78!important;
    border: 1px solid #87ba78!important;
    color: #FFF!important;
}
.modal-full-screen {
    max-width: 98%!important;
}
.modal-header {
    background-color: #788faf!important;
    color: #FFF!important;
}
.modal-footer {
    background-color: #FFF!important;
    color: #000!important;
}
.modal-content {
    background: transparent!important;
}
.modal-title {
    font-size: 1.3em!important;
    line-height: 1.5!important;
}
.modal-body {
    background-color: #FFF!important;
}
/* .close {
    text-shadow: none!important;
    color: #FFF!important;
    opacity: 1!important;
} */

/* bootstrap overrides (chart) 10/09/19 */

#availability_panel .table tbody {
    height: auto;
    overflow-y: auto;
    overflow-x: auto;
    width: 100%;
}

/* Login screen 04/09/19 */

#cms-login {
    font-family: Avenir, Nunito, Helvetica, Arial, sans-serif;
}
#cms-login {
    color: gray!important;
}
#cms-login .input-group span i {
    margin-left: 2px;
    margin-top: 14px;
    color: black;
    z-index: 1;
}
#cms-login .input-group span {
	position: absolute;
	margin-left: 20px;
	height: 25px;
	display: flex;
	align-items: center;
}
#cms-login .input-group input {
    padding-left: 60px;
    outline: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;    
}
#cms-login .btn-anytime {
    background-color: #87ba78 !important;
    color: #fff !important;
    border: 1px solid #87ba78;
}
 #cms-login .btn-anytime:hover {
    background-color: #86aa4a !important;
    color: #fff !important;
    border: 1px solid #86aa4a;
}
#cms-login .btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /* text-transform: uppercase; */
}
#cms-login .welcome-back-text {
    font-size: 2.5em;
    font-weight: 200;
}
#cms-login a {
    color: #FFF;
}
#cms-login a:visited {
    color: #FFF;
}
#cms-login a:active {
    color: #FFF;
}
#cms-login a:hover {
    color: #FFF;
}

/* Bootstrap overrides TG 07/08/19 */

/* #anytime_container {
    background: #F6F6F6;
}    */

.modal-header .close {
    display: block;
}

/* dashboard table */

/* .dashboard_panel .no-data {
    width: 100%;
    height: 100%;
    font-size: 2em;
    text-align: center;
    margin-top: 4em;
}
#upcoming_tasks_panel {
    margin: 10px 0;
    padding: 10px;
}
#upcoming_tasks_content .container_12, #upcoming_tasks_content .container_16 {
     width: 100%;
}
.table tbody {
    height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.table thead {
    display: block;
}
.table tbody {
    display: block;
}
.header-row input {
    max-width: 70px;
    background: none;
    border: none;
    color: #fff
}
.widget-data-header {
    font-weight: bold;
    color:#fff
}
.ui-button.ui-corner-all.ui-widget {
    margin-top: 10px;
    margin-bottom: 10px;
}
.card {
    word-wrap: normal;
}
.widget-data-body {
    height: 300px;
    overflow-y: auto;
    font-size: .85em;
    background-color: #fff
}
.widget-data-body > .row {
   min-height: 20px;
}
.list_container {
    height: 400px;
    overflow: hidden;
    margin-bottom: 10px;
}
#bootstrap-bookings {
    background: #fff;
}
#bootstrap-bookings .list_container {
    height: auto;
}
.widget-data-header .row, .widget-data-body .row {
    margin-left: 0px;
    margin-right: 0px;
}
.widget-data-body .row {
    padding: 0.3rem 0;
} */
/* .header-row { */
    /* min-height: 74px; */
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
/* } */
/* .header-icons {
    border-left: 1px solid #fff !important;
    border-radius: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
#dates_row {
    padding-top: 10px;
}
.dashboard-panel {
    margin-bottom: 10px;
}
#departures_options {
    margin-bottom: 10px;
}
#dashboard_search_text {
    margin-bottom: 5px;
}
.far, .fas, .fa {
    font-size: 25px;
} */