#global-loader {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9999;
}

html, body {
    min-height: 600px;
}



.nav-link.active {
    color: #fff !important;
    background-color:#72c02c !important;
}

.card-header:first-child {
    border-radius: 0;
}

.btn {
    line-height: 29px;
}

.table-sm td, .table-sm th {
    padding: .4rem;
}

#global-wrapper {
    padding-top: 60px;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #54c5c1;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.u-datepicker-v1 {
    z-index: 200 !important;
}

.room-count {
    padding-left: 3px;
    padding-right: 12px;
}

.navbar {
    padding: 0 15px 0;
}

.navbar-toggler {
    top: 8px;
    /*padding-top: 9px;*/
}

.collapse.show {
    display: block;
}


.bootstrap-datetimepicker-widget {
    font-size: 14px;
    z-index: 1000 !important;
}

    .bootstrap-datetimepicker-widget table tr td.new {
        display: none;
    }

    .bootstrap-datetimepicker-widget table tr td.old {
        visibility: hidden;
    }

    .bootstrap-datetimepicker-widget .table-condensed > thead > tr > th,
    .bootstrap-datetimepicker-widget .table-condensed > tbody > tr > th,
    .bootstrap-datetimepicker-widget .table-condensed > tfoot > tr > th,
    .bootstrap-datetimepicker-widget .table-condensed > thead > tr > td,
    .bootstrap-datetimepicker-widget .table-condensed > tbody > tr > td,
    .bootstrap-datetimepicker-widget .table-condensed > tfoot > tr > td {
        padding: 5px;
    }

#CheckIn.form-control[readonly],
#CheckOut.form-control[readonly] {
    background-color: #fff !important;
}

#promo-block {
    overflow: visible;
}

.js-fancybox {
}

.js-go-to {
}

.av-room {
    border: 1px solid #cccccc;
    padding: 5px;
    margin-bottom: 15px;
}

.av-room-name {
    border-right: 1px solid #cccccc;
}

.av-room-policy {
    border-bottom: 1px solid #cccccc;
}

/*.form-md-btn-fix {
    padding-top: 32px
}

    .form-md-btn-fix > button {
        height: 43px;
    }*/

.res-order-room-quantity {
    float: left;
    width: 38px;
    margin-left: -40px;
    text-align: right;
    padding-right: 4px;
    font-weight: 700;
}


.custom-accordion-title {
    color: #626363;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 16px;
}

.custom-accordion .accordion-arrow {
    position: absolute;
    right: 0;
    line-height: 33px;
    font-size: 18px;
}

.custom-accordion a.collapsed i.accordion-arrow:before {
    content: "\f107";
}

.custom-accordion .card-header {
    padding-top: 0.51429rem;
    padding-bottom: 0.51429rem;
}

.custom-accordion .form-control-sm {
    font-size: 1rem;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
}

.accordion-room-header i {
    margin-left: -8px;
    margin-right: 7px;
}

.accordion-room-header span {
    font-weight: 400;
    font-size: .9rem;
    padding-left: 4px;
    padding-top: 5px;
}

.accordion-room-header .res-room-rate {
    padding-left: 24px;
    display: block;
}

.validation-summary-errors {
    color: #d9534f;
}

.w-25px {
    width: 25px;
}

.res-conf-icon {
    float: left;
    width: 16px;
    margin-right: 9px;
    text-align: center;
}

.res-conf-box-tit {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    line-height: 28px;
}

.res-conf-box-num {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
}

.res-conf-box-icon {
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 0;
}

.booking-number {
    font-weight: bold;
}

.pl-25px {
    padding-left: 25px !important;
}

.room-image {
    position: relative;
    cursor: pointer;
}

.room-image-gallery {
    position: absolute;
    right: 8px;
    bottom: 8px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 1px 4px;
}

#range-form label {
    font-size: 18px;
}

#reserve-btn-wrapper {
    text-align: left;
    padding-top: 15px;
}

@media print {
    @page {
        size: a4 !important;
    }

    #reservation-confirmed .card-header {
        display: none;
    }

    #reservation-confirmed .card.g-brd-primary {
        border: none;
    }

    #reservation-confirmed .card-block {
        padding: 0;
    }
}

@media (min-width: 576px) {
    #reserve-btn-wrapper {
        text-align: right;
        padding-top: 0;
    }
}

@media (min-width: 768px) {

    #range-form button {
        margin-top: 38px;
    }

    .g-mt-32--md {
        margin-top: 32px !important;
    }

    .border-right-md {
        border-right: 1px solid #dee2e6;
    }
}




