/* Add here all your CSS customizations */
.dataTables_wrapper .dataTables_length {
    float: right;
}
.dataTables_wrapper .dataTables_info {
    float: left;
}
.dataTables_wrapper .dataTables_paginate  {
    float: right;
}
.dataTables_wrapper .dataTables_filter {
    float: left;
}
.top-6{
    top:13px;
}
.dataTables_wrapper .dataTables_filter label{
    width: auto;
}
.dataTables_filter .form-control:not(.form-control-sm):not(.form-control-lg){
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3;
    min-height: auto;
    height: calc(1.62em + .75rem + 2px);
}
.dataTables_filter .pull-right{
    float: none !important;
}
.dataTables_wrapper .pagination{
    margin-top: 0px !important;
}
.dataTables_wrapper .bottom{
    margin-top: 0.5em;
}
ul.nav-main li.nav-active span.menu-color, ul.nav-main li .nav-children li.nav-active > a{
    color: #fff;
}
.well{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    padding: 9px;
    border-radius: 3px;
}
.wide-select-box .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color: #08c;
}
.form-group-lg .wide-select-box .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #08c transparent transparent transparent;
    border-width: 7px 6px 0 6px;
}
.wide-select-box .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{
    border-color: transparent transparent #08c transparent;
}
.form-group-lg .wide-select-box .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width: 0 6px 7px 6px;
}

.theme_pagination .select2-container {
    display: inline-block;
    margin-right: 10px;
    width: 60px !important;
}
.theme_pagination  .select2-container--bootstrap .select2-selection--single{
    height: auto !important;
    line-height: 1.7;
    padding: 4px 20px 4px 10px;
}
.appointment-modal-content h4{
    margin-top: 5px;
    margin-bottom: 5px;
}
/*.select2-search--dropdown{
        display: none;
}*/
.after-colon{
    position: relative;
}
.after-colon h4:before, .after-colon label:before{
    position: absolute;
    content: ":";
    right: 0;
}
.appointment-modal-content .badge{
    padding: 0.4em 0.6em;
    font-size: 90%;
    font-weight: 600;
    line-height: 1.2;
}
textarea.form-control{
    resize: none;
}
.datepicker table thead tr th:hover{
    background-color: #aaa;
}
/********* Appointment Listing CSS ********/
.app-list-row{
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0px 1px 5px 0px #e2e2e2;
    box-shadow: 0px 1px 5px 0px #e2e2e2;
    border-radius: 5px;
    padding: 6px 6px;
    border-left: 3px solid #08c;
}
.app-list-row + .app-list-row{
    margin-top: 10px; 
}
.app-list-row p {
    margin-bottom: 0px;
}
.app-note-txt{
    border: 1px solid #ccc;
    padding: 2px 6px;
    height: 65px;
    border-radius: 4px;
    overflow-y: auto
}
.app-list-row h4{
    color: #08c;
    font-weight: 600;
    font-size: initial;
    margin-top: 0;
    margin-bottom: 6px;
}
.app-list-row p i{
    width: 22px;
    position: relative;
    margin-right: 5px;
    color: #383f48;
}
.app-list-row p i:after{
    position: absolute;
    content: ":";
    right: 0;
    font-weight: 600;
    color: #777;
}
.app-list-row .badge{
    padding: 0.2em 0.4em 0.2em 0.4em;
    font-size: 85%;
    font-weight: 600;
    line-height: 1.2;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.app-no-fix h3{
    color: #08c;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.action-btn-list{
    text-align: center;
}
.action-btn-list .btn{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.action-btn-list .btn:hover{
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 1px 0px rgba(0, 0, 0, .12), 0 1px 0px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 1px 0px rgba(0, 0, 0, .12), 0 1px 0px 0 rgba(0, 0, 0, .2);
}
.action-btn-list .btn + .btn{
    margin-top: 6px;
}
.action-btn-list i{
    color: #fff
}
.card-footer .pagination, .card-footer label.theme_pagination{
    margin-bottom: 0px;
}
.card-header{
    padding: 0.75rem 1.25rem;
    /*background: #FFF;*/
}

.badge-booked{
    background: #2baab1;
    color: #FFF;
}

select.language_changer{
    border: 3px solid #fff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    background: #08c;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}
select.language_changer option{
    background: #fff;
    color: #08c;
    cursor: pointer;
}

.table-custom-sm th{
    padding: 0.5rem 0.4rem;
    line-height: 18px;
}
.table-custom-sm td{
    padding: 0.2rem 0.3rem;
}
.table-custom-sm td{
    font-size: 11px;
    line-height: 16px;
    vertical-align: middle;
}
.gallery-img-list .thumbnail-gallery .img-thumbnail .zoom{
    height: 22px;
    width: 22px;
    padding: 2px;
    font-size: 11px;
    background: #d2322d;
}
.gallery-img-list .thumbnail-gallery .img-thumbnail .zoom i {
    position: relative;
    top: 0;
    left: 0px;
}
.row.gallery-img-list{
    margin: 0px;
}
.gallery-img-list .thumbnail-gallery{
    margin: 0px;
}
.gallery-img-list .col-md-2{
    padding-right: 0px;
    padding-left: 0px
}
.gal-edit-img{
    position: absolute;
    top: 8px;
    left: 8px;
    width: 70px;
    display: inline-flex;
}
.gal-edit-img i{
    font-size: 10px;
}
.gal-edit-img .input-group-sm > .input-group-append > .btn,
.gal-edit-img .input-group-sm > .input-group-append > .input-group-text{
    padding: .15rem .4rem;
}
.gal-edit-img .input-group-sm > .form-control:not(textarea) {
    height: calc(1em + .5rem + 2px);
    padding: .15rem .4rem;
}
.gal-edit-img .input-group input.form-control[readonly]:focus{
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gal-edit-img .input-group > .input-group-append:last-child > .input-group-text:not(:last-child){
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

/*08-11-2019*/

.itinerary-row{
    box-shadow: 0px 1px 3px 1px #d0d0d0;
    padding: 12px;
    border-radius: 3px;
}
.close-itinerary{
    float: right;
    background: #c70000;
    width: 32px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.close-itinerary i{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.itinerary-row + .itinerary-row, .itinerary-row{
    margin-top: 10px;
}
.itinerary-row:first-child{
    margin-bottom: 0px;
}

.chk-margin-right label{
    cursor: pointer;
}
.chk-margin-right label input{
    vertical-align: -2px;
}

.it-display-inline{
    display: inline-block;
}
.itinerary-day-number{
    color: #08c;
    font-size: 1.2em;
    font-weight: 600;
}

.nav-parent > .nav-children > li i {
    font-size: 10px;
}

.custom-calendar{
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}
.custom-calendar .month {
    padding: 6px 10px;
    background: #08c;
    text-align: center;
}

.custom-calendar .month ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-calendar .month ul li {
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
}

.custom-calendar .days {
    padding: 10px 5px;
    background: #fdfdfd;
    margin: 0;
    border: 1px solid #08c;
    min-height: 208px;
}

.custom-calendar .days li {
    list-style-type: none;
    display: inline-block;
    width: 15%;
    text-align: center;
    margin-bottom: 5px;
    font-size:12px;
    color: #777;
}
.custom-calendar .days li span{
    display: block;
    padding: 2px 2px;
}
.custom-calendar .days li span:hover{
    cursor: pointer;
    background: #e1e1e1;
    color: #333;
}
.custom-calendar .days li span.active {
    background: #08c;
    color: white !important
}

/*** 9_jan_2k20 CSS ***/
.custom-horizontal-tab .nav-tabs li .nav-link,
.tab-horizontal-pad .nav-tabs li .nav-link{
    border-top: 3px solid #d8d8d8;
}
.card-body.card-fixed-height{
    overflow-y: auto;
    height: 530px;
    border-radius: 0px;
}
/*h3.sub-title{
    margin-top: 0px;
    margin-bottom: 5px;
    color: #08c;
    font-size: 1.4em;
    font-weight: 600;
}*/
.card-title{
    color: #08c;
    font-weight: 600;
    letter-spacing: normal;
}
html body .tabs .nav-tabs li.active .nav-link{
    font-weight: 600;
}
.custom-horizontal-tab .nav-tabs li .nav-link,
.tab-horizontal-pad .nav-tabs li .nav-link{
    margin-right: 3px;
}
.booking_detailed_view .card{
    box-shadow: 0px 0px 3px 0px
        rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    overflow: hidden;
}
.booking_detailed_view .card-header{
    padding: 5px 12px;
}
.booking_detailed_view h4.card-title {
    font-size: 1.3em;
    letter-spacing: normal;
    line-height: 27px;
}
.booking_detailed_view .card-body{
    padding: 10px 12px;
}
.booking_detailed_view  .card + .card{
    margin-top: 15px;
}
.card-footer .btn-primary i{
    margin-right: 5px;
}
.booking_detailed_view .card-body.recreation-detail-card>.row:nth-child(even){
    background: #f7f7f7;
}
.booking_detailed_view .card-body.recreation-detail-card .form-group{
    padding: 5px 0px;
}
label{
    font-weight: 600 !important;
    margin-bottom: 0px;
}
.booking_detailed_view .card-body.recreation-detail-card label{
    margin-bottom: 0px;
    line-height: 18px;
}
.booking_detailed_view .card-body.recreation-detail-card{
    padding: 0px 12px !important;
}
h3.title-blue{
    color: #08c;
    font-weight: 600;
    letter-spacing: normal;
    margin-top: 15px;
}
.tabs-vertical .nav-tabs .nav-item {
    margin-bottom: 2px;
}
.tabs-vertical.tabs-left .nav-tabs > li .nav-link {
    border-left: 3px solid #d8d8d8;
}
/*.booking_detailed_view .form-group{
    margin-bottom: 8px;
}*/
.col-form-label{
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-fixed-footer{
    position: fixed;
    bottom: 0;
    width: calc(100% - 380px);
}
.card-fixed-button{
    margin-bottom: 20px;
}

html.no-overflowscrolling .nano > .nano-content{
    bottom: 50px;
}

/* New css for Reservation system */
.contact-details h4{
    margin-bottom: 0px;
}
address.contact-details{
    margin-bottom: 5px;
}
ul.ul-tag-item, .amenities ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-tag-item li {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0px 8px;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.tab-detail p{
    margin-bottom: 5px;
}
.amenities .panel-title{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: #f5f5f5;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: .04em;
    font-weight: bold;
    padding: 5px 12px;
    margin: 0;
}
.amenities .panel-title a{
    color: #212529;
}
.amenities .text-pipe-seprator {
    border-right: 2px solid #08c;
    margin-right: 4px;
    padding-right: 5px;
}
.amenities .panel-content{
    padding: 10px;
}
.amenities .text-pipe-seprator:last-child {
    border-right: none;
}
.amenities .panel-title a:hover, .amenities .panel-title a:active{
    color: #0088cc;
}


.toggle-container .panel.style1 .panel-title > a::before {
    display: block;
    content: "\f068";
    font-family: FontAwesome;
    margin-right: 16px;
    line-height: 24px;
    font-size: 10px;
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #838383;
    background: #f5f5f5;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.toggle-container .panel.style1.arrow-right > .panel-title > a::before {
    float: none;
    position: absolute;
    right: 0;
    height: 16px;
    line-height: 17px;
    width: 16px;
    font-size: 9px;
    border: none;
    margin-top: -8px;
    top: 50%;
}
.toggle-container .panel.style1 .panel-title > a.collapsed::before {
    content: "\f067";
    color: #fff;
    background: #08c;
}
.amenities .toggle-container .panel.style1 .panel-title > a::before {
    color: #fff;
    background: #000;
}
.amenities .toggle-container .panel.style1 .panel-title > a.collapsed::before {
    background: #08c;
}
.ul-tag-item li + li {
    margin-left: 5px;
}
.mt-35{
    margin-top: 30px;
}


.selected-room{
    border-radius: 4px;
    background: #ffffff;
    border: solid 1px #5ea50d;
    padding: 12px 12px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.selected-room-row .room-name{
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0.2px;
}
.selected-room-row .selected-room-price{
    margin-top: 6px;
    font-size: 18px;
    line-height: 20px;
    color: #08c;
    font-weight: bold;
    margin-bottom: 0px;
}
.selected-room .btn-close-room{
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    cursor: pointer;
}


.total-price-per-night{
    color: #000;
}
ul.room-amenities-list{
    padding-left: 10px;
}
ul.room-amenities-list li{
    font-size: 1.0833em;
    letter-spacing: 0.04em;
}
ul.room-included-list{
    display: flex;
    flex-direction: column;
}

ul.room-included-list li{
    display: flex;
    position: relative;
    font-size: 1.0833em;
    letter-spacing: 0.04em;
    line-height: 1.5em;
    margin-bottom: 8px;
}
ul.check.room-included-list li::before{
    flex-shrink: 0;
    line-height: 1.2em;
}
.room-price-box .offer-pricing-box .base-price{
    justify-content: end;
}
a.more-amenities{
    display: block;
    font-weight: bold;
    text-transform: initial;
    font-size: 13px;
    margin-top: 5px;
    cursor: pointer;
}
a.more-amenities:hover{
    color: #08c !important;
}
.offer-pricing-box .base-price, .offer-pricing-box .final-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}
.offer-pricing-box .final-price {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #08c;
    font-weight: bold;
}
.offer-pricing-box .final-price .total-payable {
    font-size: 14px;
    color: #47a447;
}
.offer-pricing-box .red-text {
    color: #d0021b;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    font-weight: 600;
}
.offer-pricing-box .offer-text {
    font-size: 11px;
    line-height: 11px;
}
.offer-pricing-box .discount-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}
a.more-amenities i{
    margin-left: 5px;
    vertical-align: middle;
}
.modal-room-detail .modal-header .search-close{
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 10px;
}
.modal-room-detail .modal-header .search-close i {
    line-height: 40px;
    font-size: 1.4em;
    text-align: center;
    transition: opacity .2s;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #08c;
}
.modal-room-detail .modal-header{
    padding: 10px 25px;
}
.modal-room-detail .modal-body{
    padding: 20px 30px;
}
.modal-room-detail .modal-header h3.modal-title{
    font-weight: bold;
}
.modal-room-detail .modal-backdrop.in{
    filter: alpha(opacity=75);
    opacity: .75;
}
.modal-room-detail .modal-body .room-included-list{
    max-height: 270px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.modal-room-detail .modal-body .room-included-list::-webkit-scrollbar {
    width: 5px;
    height: 15px;
}
.modal-room-detail .modal-body .room-included-list::-webkit-scrollbar-track-piece  {
    background-color: #cdcdcd;
}
.modal-room-detail .modal-body .room-included-list::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #999;
}

.modal-room-detail .modal-body .amenities-title{
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #08c;
}

.box {
    position: relative;
    margin-bottom: 30px;
}


.selected-room-row{
    border-radius: 4px;
    background: #ffffff;
    border: solid 1px #08c;
    padding: 8px 5px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px 2px #eaeaea;
}
.selected-room-row .btn-close-room {
    width: 24px;
    height: 24px;
    background-color: #D2312D;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    cursor: pointer;
}
.selected-room-row .btn-close-room:before, .selected-room-row .btn-close-room:after {
    position: absolute;
    left: 11px;
    content: '';
    height: 12px;
    width: 2px;
    background-color: #fff;
    top: 6px;
}
.selected-room-row .btn-close-room:before {
    transform: rotate(45deg);
}
.selected-room-row .btn-close-room:after {
    transform: rotate(-45deg);
}
.other-details {
    margin-bottom: 0;
    text-align: right;
    text-transform: initial;
}
dl.other-details dd{
    margin-bottom: 5px;
}
.other-details dt {
    float: left;
    text-align: left;
    margin: 0;
    clear: both;
}
.other-details .total-price, .other-details .total-price-value {
    font-size: 1.1em;
}
.sidebar-border {
    border-left: 1px solid #ddd;
}



.booking-confirmation i.circle{
    font-size: 1.3em;
    float: left;
    margin-right: 12px;
    margin-top: 4px;
    border: 1px solid;
    width: 2.1em;
    height: 2.1em;
    line-height: 1.7333em;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    text-align: center;
}
.booking-confirmation i.circle::before{
    vertical-align: middle;
}
.booking-confirmation .message{
    float: left;
}
.message h4{
    line-height: 20px;
}
dl.term-description{
    width: 100%;
    display: table;
    clear: both;
}
dl.term-description dt {
    border-right: 1px solid #ddd;
    /*color: #1493d5;*/
    font-weight: 600;
    padding-right: 5px;
    clear: both;
}
dl.term-description dd, dl.term-description dt {
    line-height: 1.3333em;
    float: left;
    width: 50%;
    padding-top: .35em;
    padding-bottom: .35em;
    margin-bottom: 0;
}
dl.term-description dt {
    width: 40%;
}
dl.term-description dd {
    width: 60%;
}
dl.term-description dd {
    padding-left: 20px;
}

.toggle-container .panel.style1 .panel-title > a::before{
    background: #e5e5e5;
}
.toggle-container .panel.style1 .panel-content{
    padding: 5px 15px 15px 35px;
}
.toggle-container .panel .panel-title{
    margin: 0px;
}
.toggle-container .panel .panel-title a{
    display: block;
    padding: 10px 0px;
}
.toggle-container .panel{
    border-bottom: 2px solid #f5f5f5;
}

.custom-text-box{
    background: #f5f5f5;
    line-height: 1.85;
    min-height: 38.4px;
    min-height: 2.4rem;
    padding: 0.375rem 0.75rem;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 0.85rem;
}
.contact-details p{
    margin-left: 22px;
}
.contact-section i{
    width: 16px;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
}
.contact-section > div{
    margin-bottom: 5px;
}

@media screen and (max-width:991px){
    .mt-35{
        margin-top: 15px;
    }
    .sidebar-border {
        border-left: 0px;
        border-top: 1px solid #ddd;
        padding-top: 15px;
    }
}

@media (min-width: 250px) and (max-width: 767px){
    .card-fixed-footer{
        position: fixed;
        bottom: 0;
        width: calc(100% - 30px);
    }
    .card-fixed-button{
        margin-bottom: 35px;
    }
}


/**** 11-08-2020 ****/
/* New css for Reservation system */
.contact-details h4{
    margin-bottom: 0px;
}
address.contact-details{
    margin-bottom: 5px;
}
ul.ul-tag-item, .amenities ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-tag-item li {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0px 8px;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.tab-detail p{
    margin-bottom: 5px;
}
.amenities .panel-title{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: #f5f5f5;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: .04em;
    font-weight: bold;
    padding: 5px 12px;
    margin: 0;
}
.amenities .panel-title a{
    color: #212529;
}
.amenities .text-pipe-seprator {
    border-right: 2px solid #08c;
    margin-right: 4px;
    padding-right: 5px;
}
.amenities .panel-content{
    padding: 10px;
}
.amenities .text-pipe-seprator:last-child {
    border-right: none;
}
.amenities .panel-title a:hover, .amenities .panel-title a:active{
    color: #0088cc;
}


.toggle-container .panel.style1 .panel-title > a::before {
    display: block;
    content: "\f068";
    font-family: FontAwesome;
    margin-right: 16px;
    line-height: 24px;
    font-size: 10px;
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #838383;
    background: #f5f5f5;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.toggle-container .panel.style1.arrow-right > .panel-title > a::before {
    float: none;
    position: absolute;
    right: 0;
    height: 16px;
    line-height: 17px;
    width: 16px;
    font-size: 9px;
    border: none;
    margin-top: -8px;
    top: 50%;
}
.toggle-container .panel.style1 .panel-title > a.collapsed::before {
    content: "\f067";
    color: #fff;
    background: #08c;
}
.amenities .toggle-container .panel.style1 .panel-title > a::before {
    color: #fff;
    background: #000;
}
.amenities .toggle-container .panel.style1 .panel-title > a.collapsed::before {
    background: #08c;
}
.ul-tag-item li + li {
    margin-left: 5px;
}
.mt-35{
    margin-top: 30px;
}


.selected-room{
    border-radius: 4px;
    background: #ffffff;
    border: solid 1px #5ea50d;
    padding: 12px 12px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.selected-room-row .room-name{
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0.2px;
}
.selected-room-row .selected-room-price{
    margin-top: 6px;
    font-size: 18px;
    line-height: 20px;
    color: #08c;
    font-weight: bold;
    margin-bottom: 0px;
}
.selected-room .btn-close-room{
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    cursor: pointer;
}


.total-price-per-night{
    color: #000;
}
ul.room-amenities-list{
    padding-left: 10px;
}
ul.room-amenities-list li{
    font-size: 1.0833em;
    letter-spacing: 0.04em;
}
ul.room-included-list{
    display: flex;
    flex-direction: column;
}

ul.room-included-list li{
    display: flex;
    position: relative;
    font-size: 1.0833em;
    letter-spacing: 0.04em;
    line-height: 1.5em;
    margin-bottom: 8px;
}
ul.check.room-included-list li::before{
    flex-shrink: 0;
    line-height: 1.2em;
}
.room-price-box .offer-pricing-box .base-price{
    justify-content: end;
}
a.more-amenities{
    display: block;
    font-weight: bold;
    text-transform: initial;
    font-size: 13px;
    margin-top: 5px;
    cursor: pointer;
}
a.more-amenities:hover{
    color: #08c !important;
}
.offer-pricing-box .base-price, .offer-pricing-box .final-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}
.offer-pricing-box .final-price {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #08c;
    font-weight: bold;
}
.offer-pricing-box .final-price .total-payable {
    font-size: 14px;
    color: #47a447;
}
.offer-pricing-box .red-text {
    color: #d0021b;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    font-weight: 600;
}
.offer-pricing-box .offer-text {
    font-size: 11px;
    line-height: 11px;
}
.offer-pricing-box .discount-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}
a.more-amenities i{
    margin-left: 5px;
    vertical-align: middle;
}
.modal-room-detail .modal-header .search-close{
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 10px;
}
.modal-room-detail .modal-header .search-close i {
    line-height: 40px;
    font-size: 1.4em;
    text-align: center;
    transition: opacity .2s;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #08c;
}
.modal-room-detail .modal-header{
    padding: 10px 25px;
}
.modal-room-detail .modal-body{
    padding: 20px 30px;
}
.modal-room-detail .modal-header h3.modal-title{
    font-weight: bold;
}
.modal-room-detail .modal-backdrop.in{
    filter: alpha(opacity=75);
    opacity: .75;
}
.modal-room-detail .modal-body .room-included-list{
    max-height: 270px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.modal-room-detail .modal-body .room-included-list::-webkit-scrollbar {
    width: 5px;
    height: 15px;
}
.modal-room-detail .modal-body .room-included-list::-webkit-scrollbar-track-piece  {
    background-color: #cdcdcd;
}
.modal-room-detail .modal-body .room-included-list::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #999;
}

.modal-room-detail .modal-body .amenities-title{
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #08c;
}

.box {
    position: relative;
    margin-bottom: 30px;
}


.selected-room-row{
    border-radius: 4px;
    background: #ffffff;
    border: solid 1px #08c;
    padding: 8px 5px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px 2px #eaeaea;
}
.selected-room-row .btn-close-room {
    width: 24px;
    height: 24px;
    background-color: #D2312D;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    cursor: pointer;
}
.selected-room-row .btn-close-room:before, .selected-room-row .btn-close-room:after {
    position: absolute;
    left: 11px;
    content: '';
    height: 12px;
    width: 2px;
    background-color: #fff;
    top: 6px;
}
.selected-room-row .btn-close-room:before {
    transform: rotate(45deg);
}
.selected-room-row .btn-close-room:after {
    transform: rotate(-45deg);
}
.other-details {
    margin-bottom: 0;
    text-align: right;
    text-transform: initial;
}
dl.other-details dd{
    margin-bottom: 5px;
}
.other-details dt {
    float: left;
    text-align: left;
    margin: 0;
    clear: both;
}
.other-details .total-price, .other-details .total-price-value {
    font-size: 1.1em;
}
.sidebar-border {
    border-left: 1px solid #ddd;
}



.booking-confirmation i.circle{
    font-size: 1.3em;
    float: left;
    margin-right: 12px;
    margin-top: 4px;
    border: 1px solid;
    width: 2.1em;
    height: 2.1em;
    line-height: 1.7333em;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    text-align: center;
}
.booking-confirmation i.circle::before{
    vertical-align: middle;
}
.booking-confirmation .message{
    float: left;
}
.message h4{
    line-height: 20px;
}
dl.term-description{
    width: 100%;
    display: table;
    clear: both;
}
dl.term-description dt {
    border-right: 1px solid #ddd;
    /*color: #1493d5;*/
    font-weight: 600;
    padding-right: 5px;
    clear: both;
}
dl.term-description dd, dl.term-description dt {
    line-height: 1.3333em;
    float: left;
    width: 50%;
    padding-top: .35em;
    padding-bottom: .35em;
    margin-bottom: 0;
}
dl.term-description dt {
    width: 40%;
}
dl.term-description dd {
    width: 60%;
}
dl.term-description dd {
    padding-left: 20px;
}

.toggle-container .panel.style1 .panel-title > a::before{
    background: #e5e5e5;
}
.toggle-container .panel.style1 .panel-content{
    padding: 5px 15px 15px 35px;
}
.toggle-container .panel .panel-title{
    margin: 0px;
}
.toggle-container .panel .panel-title a{
    display: block;
    padding: 10px 0px;
}
.toggle-container .panel{
    border-bottom: 2px solid #f5f5f5;
}

.custom-text-box{
    background: #f5f5f5;
    line-height: 1.85;
    min-height: 38.4px;
    min-height: 2.4rem;
    padding: 0.375rem 0.75rem;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 0.85rem;
}
.contact-details p{
    margin-left: 22px;
}
.contact-section i{
    width: 16px;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
}
.contact-section > div{
    margin-bottom: 5px;
}

@media screen and (max-width:991px){
    .mt-35{
        margin-top: 15px;
    }
    .sidebar-border {
        border-left: 0px;
        border-top: 1px solid #ddd;
        padding-top: 15px;
    }
}
/**** /11-08-2020 ****/

.room-price-box {
    min-height: 80px;
    align-content: center;
    align-items: center;
    display: grid;
}
.selected-room-row .title {
    font-size: 1.2em;
}
.no-data-found-box{
    box-shadow: 0px 0px 2px 1px #e21111;
    font-size: 14px;
    padding: 10px 20px;
    background: #fff;
    margin-bottom: 30px;
}
.no-data-found-box p{
    margin: 0px;
    color: #e21111;
    font-weight: 600;
}

select.top-menu-dropdown{
    border: 3px solid #fff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    background: #08c;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}
select.top-menu-dropdown option{
    background: #fff;
    color: #08c;
    cursor: pointer;
}
.pointer-hand{
    cursor: pointer;
}

.width-100{
    width: 100px;
}



/* New design css */
.badge-width{
    width: 15px;
    height: 15px;
}
img.img-30{
    height: 30px;
}

.tooltipevent{
    z-index: 9999;
    background: #ffffff;
    border: 1px solid #08c;
    color: black;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 5px 10px;
    text-align: left;
    position:absolute;
    z-index:10001; 
}
.tooltipevent div, .tooltipevent label{
    line-height: 14px;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}
.modal-block-primary .fa,
.modal-block-primary .fab,
.modal-block-primary .fal,
.modal-block-primary .far,
.modal-block-primary .fas {
    color: #495057;
}
.mfp-close, .mfp-close-btn-in .mfp-close{
    color: #fff;
}
.modal-block-primary .btn .fa,
.modal-block-primary .btn .fab,
.modal-block-primary .btn .fal,
.modal-block-primary .btn .far,
.modal-block-primary .btn .fas {
    color: #fff;
}

.modal-lg-width{
    max-width: 1140px !important;
}
.modal-block .badge, .modal .badge{
    padding: 0.3em 0.6em;
    font-size: 90%;
    font-weight: 600;
    line-height: 1.2;
}
.modal-block label, .modal label{
    font-weight: 600;
    margin-bottom: 0px;
    color: #383f48;
}
.modal-block p, .modal p{
    margin-bottom: 0px;
    line-height: 22px;
}
.modal-block label i, .modal label i{
    font-size: 12px;
    color: #383f48 !important;
    margin-right: 5px;
}
.rotate-90{
    transform: rotate(90deg);
}
.flag-height{
    height: 15px;
}
.pay-amount{
    font-weight: 700;
    color: #383f48;
}
.balance-text{
    text-transform: uppercase;
    font-weight: 600;
}
.btn-br-20{
    border-radius: 20px;
}
.btn-cursor{
    cursor: pointer;
}
.btn-sm-view{
    font-size: 12.8px;
    font-size: 0.8rem;
    padding: 4.8px 8px;
    padding: 0.3rem 0.5rem;
    line-height: 1em;
}

.modal-block-primary.modal-header-color .booking_detailed_view .card{
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.modal-block-primary.modal-header-color .booking_detailed_view .card-header {
    padding: 5px 12px;
    background: #f6f6f6;
}
.modal-block-primary.modal-header-color .booking_detailed_view h4.card-title {
    font-size: 1.3em;
    letter-spacing: normal;
    line-height: 27px;
}
.modal-block-primary.modal-header-color .booking_detailed_view .card-title {
    color: #08c;
    font-weight: 600;
    letter-spacing: normal;
}
.modal-block-primary.modal-header-color .booking_detailed_view .card-body {
    padding: 10px 12px;
}
.modal-block-primary.modal-header-color .booking_detailed_view .card-header + .card-body {
    border-radius: 0 0 5px 5px;
}

.gal-check-img {
    position: absolute;
    top: 8px;
    right: 4px;
    display: inline-flex;
}
.modal-open .modal{
    padding-right: 0px !important;
}
.modal.modal-header-color .card-header h2 {
    color: #FFF;
}
.modal button.close{
    color: #fff;
    outline: none !important;
}
.modal button.close:focus, .modal button.close span:focus{
    outline: none !important;
}

.modal-dialog{
    pointer-events: auto;
}
.modal .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .95;
}
/*.multiselect-container .input-group {
    width: auto;
}*/
.select-full-width .select2-container{
    width: 100% !important;
}
.select-input-grp-width .select2-container{
    width: calc(100% - 30px) !important;
}
/*.table .multiselect.btn-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
}*/
.select-input-grp2-width .select2-container{
    width: calc(100% - 62px) !important;
}
.select-input2-grp2-width .select2-container{
    width: calc(100% - 340px) !important;
}
/*Tree View menu*/ 
.tree-access-menu li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree-access-menu li::before, 
.tree-access-menu li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree-access-menu li::before {
    border-left:1px dotted #333;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree-access-menu li::after {
    border-top:1px dotted #333;
    height:20px;
    top:25px;
    width:25px
}
.tree-access-menu li span {
    display:inline-block;
    padding:3px 8px;
    text-decoration:none;
    cursor:pointer;
}
.tree-access-menu>ul>li::before,
.tree-access-menu>ul>li::after {
    border:0
}
.tree-access-menu li:last-child::before {
    height:27px
}





.tree-access-menu [aria-expanded="false"] > .expanded,
.tree-access-menu [aria-expanded="true"] > .collapsed {
    display: none;
}
.tree-access-menu .checkbox{
    margin: 0px;
}
/*.tree-access-menu li span a{
    color: #333;
}*/
.tree-access-menu li span:not(.always_visible_menu):hover {
    background: #00a1f2;
}
.tree-access-menu li span:not(.always_visible_menu):hover label{
    color: #fff;
}
.tree-access-menu li span:not(.always_visible_menu):active {
    background: #0088cc;
}



.tree-access-menu li label a{
    left: -31px;
    position: absolute;
    top: 5px;
    background: #fff;
    width: 16px;
    height: 16px;
    /*line-height: 15px;*/
    z-index: 2;
}

@media only screen and (max-width: 1200px) {
    .modal-xl {
        max-width: 100%;
        margin: 1.75rem 0.5rem;
    }
}
@media only screen and (max-width: 800px) {
    .modal .modal-block{
        padding: 0px 8px;
    }
}

.table .multiselect.btn-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
}

.widget-summary .summary-icon{
    margin: 0px auto;
}
.widget-summary .summary-footer{
    text-align: center;
}
.widget-summary .summary{
    min-height: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.widget-summary .summary .title{
    font-size: 0.95rem;    
    font-weight: 600;
}
.widget-summary .summary-icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    font-size: 2.25rem;
}

.donut-legend{
    margin-top: 15px;
}
.graph-text{
    line-height: 15px;
}
.graph-text + .graph-text{
    margin-left: 15px;
}
.bill-payment-bar{
    height: 60px;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
}
.bill-payment-bar p{
    color: #fff;
    line-height: 15px;
}
.bill-payment-bar h4{
    line-height: 1.4em;
}

.bill-payment-dynamicbar {
    position: relative;
    /*display: inline-block;*/
    width: 100%;
    background: #c7c7c7;
    height: 60px;
    border-radius: 3px;
}
.dynamicbar-title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #ffffff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    height: 60px;
    line-height: 60px;
}
.dynamicbar-title h4, .dynamicbar-percent h4{
    line-height: 1.4em;
}
.dynamicbar-title p, .dynamicbar-percent p{
    color: #fff;
    line-height: 15px;
}
.dynamicbar-bar {
    height: 60px;
    width: 0px;
    background: #6adcfa;
    border-radius: 3px;
    /*display: inline-block;*/
    background: rgb(230, 126, 34) none repeat scroll 0% 0%;
    margin-bottom: 0;
    -webkit-transition:all 0.6s ease-in-out;
    -moz-transition:all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;
}
.dynamicbar-percent {
    position: absolute;
    right: 0px;
    top: 0;
    /*font-size: 11px;*/
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    /*color: rgba(0, 0, 0, 0.4);*/
    padding: 10px;
}
.sales-chart {
    margin: 0px auto;
    /*width: 200px;
    height: 200px;*/
}
.mfp-bg{
    z-index: 10000 !important;
}
.mfp-wrap{
    z-index: 10001 !important;
}

.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text{
    line-height: 1.2;
}
.rotate-y-180{
    transform: rotateY(180deg);
}
.widget-summary .summary .amount{
    margin-right: 0;
    margin-left: .2em;
    vertical-align: initial;
    font-size: 19.2px;
    font-size: 1.2rem;
}
.dashboard-section .card-featured-top .card-body{
    padding: 1.25rem 0.25rem;
}
.card-featured-light-green{
    border-color:  #96bc11 !important;
}
.bg-light-green{
    background-color: #96bc11 !important;
}

a.card:hover{
    text-decoration: none;
}
a.card-featured-top:hover{
    box-shadow: 1px 0px 5px 1px #c3c3c3;
}

.accordion .card-header a{
    font-weight: 600;
}
.custom-toggle section.toggle{
    border: 1px solid transparent;
}
.custom-toggle .toggle.active{
    border: 1px solid #08c;
    border-radius: 6px;
}
.custom-toggle .toggle-primary .toggle.active > label{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.custom-toggle .toggle > label{
    padding: 7px 10px 7px 10px;
}
.toggle.active .patient-row-title i.fa-plus{
    display: block;
    display: inline-block;
}
.custom-toggle .toggle > label::before{
    content: unset;
}
.custom-toggle .toggle:first-child{
    margin-top: 0px;
}
.custom-toggle section.toggle{
    overflow: hidden;
}
.custom-toggle .toggle-content{
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
}
/*.datepicker{
    z-index: 1005 !important;
}*/
/*{
    box-shadow: 0px 1px 5px 0px #e2e2e2;
    border-radius: 5px;
    padding: 6px 6px;
    border-left: 3px solid #08c;
    border-left-color: rgb(0, 136, 204);
}*/

.terms-modal-scroll{
    max-height: 380px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.modal-dialog .terms-modal-scroll::-webkit-scrollbar {
    width: 5px;
    height: 15px;
}
.modal-dialog .terms-modal-scroll::-webkit-scrollbar-track-piece  {
    background-color: #cdcdcd;
}
.modal-dialog .terms-modal-scroll::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #999;
}

/* Table body Scrolling */
.table-custom-scroll {
    width: 100% !important;
}
.table-custom-scroll tbody {
    display:block;
    max-height:300px;
    overflow:auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.table-custom-scroll thead, .table-custom-scroll tbody tr, .table-custom-scroll tfoot {
    display:table;
    width:100%;
    table-layout:fixed;
}
.table-custom-scroll thead, .table-custom-scroll tfoot{
    width: calc( 100% - 0.35em );
}
.table-custom-scroll tbody::-webkit-scrollbar{
    height: 5px;
    width: 5px;
}
.table-custom-scroll tbody::-webkit-scrollbar-track-piece{
    background-color: #cdcdcd;
}
.table-custom-scroll tbody::-webkit-scrollbar-thumb:horizontal{
    width: 5px;
    background-color: #999;
}
/*.table-custom-scroll tbody::-webkit-scrollbar-thumb:vertical {
    height: 3px;
    width: 5px;
    background-color: #999;
}*/
.table-custom-scroll tbody::-webkit-scrollbar-thumb{
    background-color: #999;
}

.fix-topbar .top{
    height: 38px;
}
.fix-topbar .bottom{
    height: 35px;
}
.fix-topbar .top .dataTables_filter, .fix-topbar .bottom .dataTables_info{
    position: absolute;
    left: 20px;
}
.fix-topbar .top .dataTables_paginate, .fix-topbar .bottom .dataTables_length {
    position: absolute;
    right: 20px;
}


.dataTables_wrapper{
    position: initial;
}
.nowrap-text{
    white-space: nowrap;
}
.dataTables_scrollBody{
    scrollbar-width: thin;
    scrollbar-color: #999 #cdcdcd;
}
.dataTables_scrollHeadInner{
    padding-right: 0.35em;
}


.dataTables_scrollBody::-webkit-scrollbar{
    height: 5px;
    width: 5px;
}
.dataTables_scrollBody::-webkit-scrollbar-track-piece{
    background-color: #cdcdcd;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb:horizontal{
    width: 5px;
    background-color: #999;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb:vertical{
    height: 5px;
    background-color: #999;
}
.day-list.form-group{
    margin-bottom: 5px;
}
.day-list.form-group:last-child,
.day-list.form-group:last-of-type{
    margin-bottom: 0px;
}
.select-input-grp-width-lg .select2-container{
    width: calc(100% - 34px) !important;
}
.fc-event {
    border: none !important;
}
.fc-booking-title{
    /*background-color: #3a37cc;*/
    margin-right: 2px;
    padding: 2px 3px;
    font-weight: 600;
    border-radius: 3px;
}
.fc-timeline-event, .fc-timeline-event .fc-content{
    padding: 0px;
}

.chk-disabled.checkbox-custom input[type="checkbox"] {
    pointer-events: none;
    cursor: not-allowed;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    border-color: rgba(118, 118, 118, 0.3)
}
.chk-disabled.checkbox-custom input[type="checkbox"] + label{
    cursor: not-allowed;
}
.chk-disabled.checkbox-custom input[type="checkbox"] + label::before {
    background-color: #eee;
    cursor: not-allowed;
}
.chk-disabled.checkbox-custom input[type="checkbox"] + label::after{
    color: #999;
    cursor: not-allowed;
}

.txt-disabled{
    background: #CCC; 
    color: #333;
    pointer-events: none; 
}
.fc-ltr .fc-time-area .fc-chrono th{
    text-align: center;
}
.fc .fc-widget-header th{
    line-height: 22px;
}
.select-input-grp-width-sm .select2-container{
    width: calc(100% - 26px) !important;
}
.header{
    z-index: 9;
}
.ct-chart {
    position: relative;
}
.input-group-sm .input-group-text{
    line-height: 1.2;
    font-size: .75rem;
}
.mt-btn-lbl{
    margin-top: 1.8rem !important;
}
.cash-payment-list p{
    margin-bottom: 0px;
}


.form-group-xs{
    margin-bottom: 5px;
}
.form-control-xs.form-control:not(.form-control-sm).form-control:not(.form-control-lg){
    height: 26px;
    padding: 2px 8px;
    font-size: 11px;
    line-height: 16px;
    min-height: 26px;
    /*border-radius: 3px;*/
}
.input-group-xs .input-group-text{
    /*    font-size: 12px;
        padding: .275rem .6rem;*/
    padding: 2px 8px;
    font-size: 11px;
}
.input-group-xs>.form-control, .input-group-xs>.input-group-addon, .input-group-xs>.input-group-btn>.btn{
    height: 26px;
    padding: 2px 10px;
    font-size: 11px;
}
.form-group-xs .select2-container--bootstrap .select2-selection--single,
.input-group-xs .select2-container--bootstrap .select2-selection--single, 
.select2-container--bootstrap .select2-selection--single.input-xs {
    /*border-radius: 3px;*/
    height: 26px;
    padding: 2px 0;
    font-size: 11px;
    line-height: 16px;
}
.form-group-xs .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.input-group-xs .select2-container--bootstrap .select2-selection--single .select2-selection__rendered, 
.select2-container--bootstrap .select2-selection--single.input-xs .select2-selection__rendered{
    padding: 2px 20px 2px 8px !important;
}
.form-group-xs .radio, .form-group-xs .checkbox{
    margin-top: 0px;
    margin-bottom: 0px;
}
.form-group-xs input[type="checkbox"]{
    margin-top: 4px;
    vertical-align: sub;
    margin-right: 2px;
}
.form-group-xs input[type=radio]{
    margin-top: 1px;
}
.form-group-xs .col-form-label {
    font-size: 11px;
    line-height: 1.5;
    padding-top: calc(.2rem + 1px);
    padding-bottom: calc(.2rem + 1px);
}
.select-input-grp-width-xs .select2-container{
    width: calc(100% - 32px) !important;
}
.form-group-xs .required{
    line-height: 14px;
}
.btn-width-130{
    width: 130px;
}
.select-input-grp2-width .select2-container{
    width: calc(100% - 164px) !important;
}
.blue-parent-row{
    background-color: #08c;
    color: #fff;
}
.blue-parent-row{
    background-color: #08c;
    color: #fff;
    padding: 6px 10px 6px 35px !important;
}
.blue-parent-row p{
    color: #fff;
    margin-bottom: 0px;
    line-height: 18px;
}
.child-row{
    padding: 5px 10px 5px 35px !important;
    border-bottom: 1px solid #DADADA;
}
.child-section{
    margin-bottom: 5px;
}
.child-section .child-row:last-child{
    border-bottom: none;
}
.child-row .child-no{
    position: absolute;
    left: -8px;
}
.child-row p{
    margin-bottom: 0px;
}
.child-section .input-width-80{
    width: 80px;
}
.child-section input[type=checkbox]{
    margin-top: 6px;
}
.bank-list{
    scroll-behavior: smooth;
}