.cal-label {
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 8px;
    white-space: nowrap;
    font: 400 12px/16px Roboto, Arial, sans-serif;
    letter-spacing: .3px;
    color: #5F6368;
    margin-left: 16px;
}

#calendarBox .title, #calendarBox .title a i {

    font-size: 20px !important;
    font-weight: bold;
}

#calendarBox {
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
}

.cal-month {
    flex: 0 !important;;
}

.cal-label-box-active {
    border: 2px #495057 solid !important;
}

.cal-header {
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.cal-checkin, .cal-checkout {
    position: relative;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;

    padding: 1px;
    -webkit-border-radius: 1px;

    height: 36px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    padding-left: 16px

}

.cal-arrow-right {
    cursor: pointer !important;
    user-select: none !important;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(117, 117, 117) !important;
    position: absolute !important;
    top: 5px !important;
    line-height: 0.78 !important;
    right: 0px !important;
    margin: 0px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(228, 231, 231) !important;
    border-image: initial !important;
    border-radius: 3px !important;
    display: flex !important;
    padding: 6px 9px !important;
}

.cal-arrow-left {
    cursor: pointer !important;
    user-select: none !important;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(117, 117, 117) !important;
    position: absolute !important;
    top: 5px !important;
    line-height: 0.78 !important;
    left: 0px !important;
    margin: 0px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(228, 231, 231) !important;
    border-image: initial !important;
    border-radius: 3px !important;
    display: flex !important;
    padding: 6px 9px !important;
}

.cal-results {
    max-width: 618px;
}

#calendarBox {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    width: 700px;

    display: none;
    z-index: 100002;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 36px 2px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    white-space: normal !important;

    padding: 0px;
    visibility: visible !important;
    background: rgb(255, 255, 255) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    border-image: initial !important;
    border-radius: 4px !important;

}

.cal-footer {
    box-sizing: border-box;

    background-color: #FFFFFF;
    width: 100%;
    border-top: 1px solid #E0E0E0;
}

.cal-header-box {
    background-color: #FAFAFA;
    padding: 12px 20px 8px;
    overflow-x: hidden;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.cal-header {

    display: flex;

}

.cal-panel {
    overflow-x: auto;

}

.cal-header-1, .cal-header-2 {
    -webkit-box-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;

}

.cal-header-1 {
    padding-right: 8px;
}

.cal-label-box {
    -webkit-align-items: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px #D7D7D7 solid;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    height: 36px;
    -webkit-justify-content: space-between;
    justify-content: center;

}

.cal-label-box span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cal-mobile-table {
    display: none;
}

.cal-arrow-up-box {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 1px;

}

.cal-arrow-up {

    cursor: pointer !important;
    user-select: none !important;
    display: block;

    text-align: center !important;
    width: 100% !important;

    padding: 2px !important;
    background: rgb(255, 255, 255) !important;
    font-size: 24px;
    border-bottom: 1px solid #E0E0E0;
    color: #444444;

}

.cal-arrow-down-box {
    position: fixed;
    bottom: 60px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin-top: 5px;

}

.cal-arrow-down {

    cursor: pointer !important;
    user-select: none !important;
    display: block;

    text-align: center !important;
    width: 100% !important;

    padding: 2px !important;
    background: rgb(255, 255, 255) !important;
    font-size: 24px;
    border-top: 1px solid #E0E0E0;
    color: #444444;

}

.clear {
    clear: both !important;
}

.cal-panel-container {
    padding: 20px;
}

@media (min-width: 767px) {
    .cal-month-1 {
        padding-left: 0px;
    }

    .cal-month-2 {
        padding-right: 0px;
    }
}

#calendarBox {
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#calendarBoxOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    background: #000000;
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
}

body.mobile-cal {
    overflow: hidden !important;
}

.mobile-cal #main {
    overflow: hidden !important;
}

@media (max-width: 767px) {
    #calendarBox .title {
        margin: 5px 0px !important;
    }

    .calendar-days {
        display: none;
    }

    #calendarBox .title, #calendarBox .title a i {
        font-size: 16px !important;
    }

    .cal-panel-container .col-md-6 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cal-mobile-table {
        display: block;
    }

    #calendarBox {
        transform: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow-x: hidden;
        border-radius: 0px !important;
        height: 100vh;
        max-height: 100vh !important;
        width: 100vw;
    }

    .mobile-cal .main-header {
        position: static !important;
        z-index: 1;
    }

    .mobile-cal #wrapper {
        padding-top: 0px;
    }

    .mobile-cal .main-header {
        z-index: 1;
    }

    .cal-footer {
        position: fixed;
        bottom: 0px;
    }

    .cal-header-box {
        height: 80px;
        padding: 12px 20px 0px;
    }

    .cal-header {
        max-width: 100%;
    }

    .cal-panel {
        position: fixed !important;
        top: 82px !important;
        left: 0px !important;
        right: 0px !important;
        bottom: 62px !important;

    }

    .cal-panel-container {
        overflow: auto;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        height: 100%;

    }

    .cal-panel-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 40px !important;

    }

}

.row:after {
    clear: both;
}

#cal-nights {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
    display: inline-block
}

.cal-button {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 80px;
    text-align: center;
    vertical-align: top;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 33px;
    color: #757575;
    cursor: pointer;
}

.cal-button-color {
    background-color: #495057;
    border: 1px solid transparent;
    color: #FFFFFF;
}

.cal-button-color:disabled {
    background-color: #DDDDDD;
    color: #80868B;
}

.cal-footer {
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px;
    height: 60px;

}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;

}

.cal-mobile-table table th {
    padding: 8px 0 0px !important;
}

.cal-panel {

}

#calendarBox {
    display: none;
}

#calendarBox .title {
    margin: 10px 0;
}

#calendarBox .title small {
    font-size: 12px;
    line-height: 16px !important;
    font-weight: 400;
}

#calendarBox .title span > i {
    color: #CCCCCC;
    font-size: 19px;

    font-weight: 300;
}

#calendarBox .title a {
    cursor: pointer;
}

#calendarBox table {
    width: 100%
}

#calendarBox table th {
    color: rgb(117, 117, 117) !important;
    font-weight: 600;

    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 0 15px;
    width: 14%

}

#calendarBox table td {
    padding: 2px 0;
}

#calendarBox table td span {
    height: 40px;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    display: block;
}

#calendarBox table td span.room-day {
    background: #FAFAFA;
}

#calendarBox table td span.day-num {
    line-height: 36px;
    text-align: center;
    font-weight: 700;

}

#calendarBox table td span span {
    height: auto;
    padding: 0;
}

#calendarBox table td a {
    height: 40px;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    display: block;

}

#calendarBox table td a.room-check {
    cursor: pointer;
}

#calendarBox table td a {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #FFFFFF;
    display: block;
    overflow: hidden;
}

#calendarBox table td a.room-checked {
    background: #495057 !important;
    color: #FFFFFF !important;
    border-radius: 100%;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #495057 !important;

}

#calendarBox table td div.day-box {
    position: relative;
}

#calendarBox table td .room-checked .day-bg {
    background-color: rgb(222, 226, 230);
    bottom: 0px;
    content: '';
    position: absolute;
    top: 0px;
    width: 50%;
    z-index: -1;
    right: 0;
}

#calendarBox table td .room-checkout .day-bg {

    left: 0 !important;
}

.checkin-enabled table td .room-checked .day-bg {
    background-color: #FFFFFF !important;
}

#calendarBox table td a.room-checked-interval {
    background: rgb(222, 226, 230) !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(222, 226, 230) !important
}

#calendarBox table td span.room-checked-interval {
    background: rgb(51, 218, 205) !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(51, 218, 205) !important;
    color: #444444 !important;
}

#calendarBox .legend span.room-noavail, #calendarBox table td span.room-noavail {
    color: rgb(216, 216, 216);
    border: 2px solid transparent;
}

#calendarBox table td span.room-noavail {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #FFFFFF;
    display: block;
    overflow: hidden;
}

#calendarBox table td .room-checkout-dark .day-bg {
    background-color: rgb(51, 218, 205);
    bottom: 0px;
    content: '';
    position: absolute;
    top: 0px;
    width: 50%;
    z-index: -1;
    left: 0;
}

#calendarBox table td span.room-checkout-dark {
    background: rgb(0, 132, 137) !important;
    color: #FFFFFF !important;
    border-radius: 100%;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(0, 132, 137) !important;
    position: static !important;
}

/* */
#calendarBox table td a {
    padding: 0px !important;
    flex: 1 0 44px !important;
    height: 44px !important;
    width: 44px !important;
    margin: 0 auto;

    display: flex;
    flex-direction: column;

    outline: none;
    align-items: center;
    justify-content: center;
}

#calendarBox table td a span.day-num {
    line-height: 20px !important;
    color: #1A1A1A;

}

#calendarBox table td a span.day-price {
    line-height: 14px !important;
}

#calendarBox table td a span.day-price {
    text-align: center;
    font-weight: 400 !important;
    font-size: 10px;
    font-family: Roboto, Arial, sans-serif !important;
    letter-spacing: .2px !important;
    margin-top: 0px;
    position: relative;
    color: #A2A2A2 !important;
}

#calendarBox table td a.room-checkout span.day-price {
    color: #FFFFFF !important;
}

#calendarBox table td a.room-checked span.day-price {
    color: #FFFFFF !important;
}

#calendarBox table td a.room-checked-interval span.day-price {

}

#calendarBox table td a.room-avail {

    color: #495057;

}

#calendarBox table td a.room-avail:hover {
    background: rgb(248, 249, 250);
}

#calendarBox table td span span, #calendarBox table td a span {
    height: auto;
    padding: 0;
}

#calendarBox table td a span.day-price {
    font-size: 16px;
    font-weight: 900;
    line-height: 15px;
    margin-top: 5px;
    position: relative;
}

#calendarBox table td a span.day-price small {
    font-size: 10px;
    position: absolute;
    bottom: -3px;
    padding-left: 3px;
    font-weight: 400;
}

@media only screen and (max-width: 540px) {

    #calendarBox table td a span.day-price small {
        display: block;
        position: relative;
        text-align: center;
    }

    .quantity {
        margin-bottom: 10px;

    }

    .change-dates {
        text-align: center;
        margin-top: 10px;
    }

    #calendarBox table td span.day-num {

        padding-right: 0px;

    }

    #calendarBox table td a span.day-price {
        font-size: 14px;
    }
}

#calendarBox table td a span.day-out {
    font-size: 12px;
    font-weight: 900;
    line-height: 15px;
    margin-top: 5px;
}

#calendarBox table td a span.day-currency {
    font-size: 8px;
}

#calendarBox .legend {
    margin: 10px 0;

}

#calendarBox table {
    border: none !important;;
}

#calendarBox .legend span {
    margin-left: 10px;
}

#calendarBox .legend span span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
}

#calendarBox .legend span.day-past {
    background: #FFFFFF;
    border: 3px solid #4D4D4D;
}

#calendarBox .legend span.room-avail {
    background: #A3CC50;
}

. room-availability {
    margin-right: 20px;
    margin-left: 20px;
}

#calendarBox .legend span.room-noavail, #calendarBox table td span.room-noavail {

    color: rgb(216, 216, 216);

}

.btn-room-availability {
    color: rgb(72, 72, 72) !important;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
}

#calendarBox .title, #calendarBox .title a i {
    color: rgb(72, 72, 72) !important;
    font-size: 26px;
    font-weight: bold;
}

#calendarBox table th.saturday {
    color: rgb(72, 72, 72) !important;
}

#calendarBox table th.sunday {
    color: rgb(72, 72, 72) !important;
}

.room-avail .day-num {
    color: #444444;
}

.room-checked .day-num {
    color: #FFFFFF !important;

}

#calendarBox table td a.room-checkout {
    background: #FFFFFF !important;
    color: #444444 !important;
    border: 2px solid #495057 !important;

}

#calendarBox table td a.room-checkout .day-num {
    color: #444444 !important;
}

#calendarBox table td a {
    padding: 0px !important;
    flex: 1 0 44px !important;
    height: 44px !important;
    width: 44px !important;
    margin: 0 auto;
}

#calendarBox table td span.day-num {
    line-height: 40px !important;
}

#calendarBox table td .row-checked-interval {
    background: rgb(222, 226, 230) !important;
}

#calendarBox table td span.day-num {

    text-align: center;
    font-weight: 400 !important;
    font-size: 14px;
    font-family: Roboto, Arial, sans-serif !important;
    letter-spacing: .2px !important;

}

.user-icon svg {
    width: 16px !important;
    height: 30px;
}

.user-icon-child svg {
    width: 12px !important;
    height: 30px;
}

.user-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-multiplier {
    display: flex;
    justify-content: center;
    align-items: center;

}

.booking-item-last-booked a {
    text-decoration: underline;
}

.booking-item-last-booked a {
    text-decoration: underline;
    display: flex;
    align-items: center;
}

.booking-item-last-booked b {
    font-weight: 500;
    margin-right: 5px;

}

@media (max-width: 767px) {
    /*.user-icon{*/
    /*    flex-direction: column;*/
    /*}*/
    /*.icon-multiplier{*/
    /*    margin-top: -5x;*/
    /*}*/
}

.cal-current-year {
    display: none;
}

#cal-nights div {
    display: flex;
    align-items: center;
}

#cal-nights {
    line-height: 20px;

}

.cal-arrow-up {
    font-size: 28px;
}

#cal-info {
    font-size: 12px;
    font-weight: 400;

    line-height: 16px;
    color: #70757A;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    max-height: 16px;
    max-width: 100%;
    white-space: normal;
}

.cal-footer .row {
    display: flex;
    margin: 0px;
}

.cal-footer .row .col-xs-4, .cal-footer .row .col-xs-8 {
    width: initial !important;
    padding: 0px !important;
}

.cal-footer .row .col-xs-4 {
    flex: 10000 0 auto;
    flex-basis: auto;
    max-width: 100%;
    padding: 4px;
    white-space: nowrap;
}

.cal-footer .row .col-xs-8 {
    display: flex;
    flex: 1 0 auto;
    flex-basis: auto;
    padding: 4px;
    flex-shrink: 0;
}

@media (max-width: 767px) {

    #cal-info {
        position: absolute;
        bottom: 5px;
        height: 20px;
        background: #FFFFFF !important;
        left: 0px;
        right: 0px;
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }

    .cal-footer .row .col-xs-4 {
        display: flex;
        align-items: center;
    }

    .cal-footer {
        padding-bottom: 30px !important;
        height: 78px !important;
    }

    .cal-footer .row .col-xs-4 {
        position: initial !important;
    }

    #cal-panel-container {
        margin-left: 0px !important;
    }

    .cal-mobile-blank {
        height: 300px;
    }

    .cal-month {
        margin-top: 20px;
    }

    .cal-panel {
        overflow: hidden;
    }
}

@media (min-width: 767px) {
    .chrbox > .row:first-child {
        margin-top: 10px;
    }

    #calendarBox {
        overflow: initial !important;
    }

    .cal-panel-container {
        display: flex;
    }

    .cal-panel-container .col-md-6 {
        padding: 0px !important;
        margin-right: 20px;
    }

    .cal-panel-container .calendar {
        width: 320px;

    }

    .cal-panel {
        overflow: scroll; /* Permite defilarea */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
    }

    .cal-panel::-webkit-scrollbar {
        display: none; /* WebKit și Blink */
    }

    #calendarBox table td a {

        border-color: rgba(0, 0, 0, 0) !important;
    }

    .cal-arrow-right:active, .cal-arrow-left:active, .cal-arrow-right:focus, .cal-arrow-left:focus {
        text-decoration: none;
    }

    .cal-arrow-right:hover, .cal-arrow-left:hover {
        text-decoration: none;
    }

    .hidden-force {
        display: none !important;
    }

    .cal-arrow-right {
        font-size: 24px;

        text-decoration: none;
        z-index: 1;
        position: absolute !important;
        top: 43% !important;
        right: -24px !important;
        padding: 0px !important;
        height: 48px;
        width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50% !important;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
    }

    .cal-arrow-left {
        font-size: 24px;
        text-decoration: none;
        z-index: 1;
        position: absolute !important;
        top: 43% !important;
        left: -24px !important;
        padding: 0px !important;
        height: 48px;
        width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50% !important;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
    }

    .cal-arrow-right:hover, .cal-arrow-left:hover {
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
        background-color: #F8F9FA !important;;

    }

}

@media (max-width: 767px) {
    .cal-arrow-right {
        display: none !important;
    }
    .cal-arrow-left {
        display: none !important;
    }
}


.ico-box svg {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-size: 23px;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    color: #686868;
    float: left;
}

#whatsapp-button {
    background-color: rgb(77, 202, 89);
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 8px;
    z-index: 999;
    padding: 5px;
    text-align: center;
    z-index: 1040;
}

#whatsapp-button:before {
    display: inline-block;
    content: "\f232";
    color: #FFFFFF;
    font: normal normal normal 40px/1 FontAwesome;
    vertical-align: middle;
}

#booking_age .modal-dialog {

    margin-top: 80px;
}

#booking_age .modal-content {
    box-shadow: rgb(0 0 0 / 15%) 0px 14px 36px 2px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    white-space: normal !important;
    padding: 0px;

    background: rgb(255, 255, 255) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    border-image: initial !important;
    border-radius: 4px !important;
}

#booking_age .modal-header {
    background-color: #FAFAFA;
    padding: 12px 20px 8px;

    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);

}

#booking_age .modal-title {
    line-height: 36px;
}

#booking_age .modal-header .close {
    color: #333333;

}

#booking_age .modal-header .close:before {
    display: none;
}

#booking_age .modal-header .close span {
    line-height: 56px;
    font-size: 24px;
}

.ui-button-text {
    font-weight: 600;
}

.text-red.fs10 {
    font-weight: 500 !important;
}

.book-change-close {
    flex-shrink: 0;

    margin: 0px -6px 0 0;
    -webkit-user-select: none;
    transition: background .3s;
    border: 0;
    border-radius: 50%;

    cursor: pointer;
    height: 24px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 24px;
    z-index: 0;
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;
}

.book-change-close .book-change-close-ico {
    font-size: 24px !important;
    line-height: 24px;
    margin: -3px 0 0 0;
}

#calendarBox table td span.room-checked-interval {
    background: rgb(51, 218, 205) !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(51, 218, 205) !important;
    color: #444444 !important;
}

#calendarBox .legend span.room-noavail, #calendarBox table td span.room-noavail {
    color: rgb(216, 216, 216);
    border: 2px solid transparent;
}

#calendarBox table td span.room-noavail {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #FFFFFF;
    display: block;
    overflow: hidden;
}

#calendarBox table td .room-checkout-dark .day-bg {
    background-color: rgb(51, 218, 205);
    bottom: 0px;
    content: '';
    position: absolute;
    top: 0px;
    width: 50%;
    z-index: -1;
    left: 0;
}

#calendarBox table td span.room-checkout-dark {
    background: rgb(0, 132, 137) !important;
    color: #FFFFFF !important;
    border-radius: 100%;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(0, 132, 137) !important;
    position: static !important;
}

/* */
#calendarBox table td a {
    padding: 0px !important;
    flex: 1 0 44px !important;
    height: 44px !important;
    width: 44px !important;
    margin: 0 auto;

    display: flex;
    flex-direction: column;

    outline: none;
    align-items: center;
    justify-content: center;
}

#calendarBox table td a span.day-num {
    line-height: 20px !important;
    color: #1A1A1A;

}

#calendarBox table td a span.day-price {
    line-height: 14px !important;
}

#calendarBox table td a span.day-price {
    text-align: center;
    font-weight: 400 !important;
    font-size: 10px;
    font-family: Roboto, Arial, sans-serif !important;
    letter-spacing: .2px !important;
    margin-top: 0px;
    position: relative;
    color: #A2A2A2 !important;
}

#calendarBox table td a.room-checkout span.day-price {
    color: #FFFFFF !important;
}

#calendarBox table td a.room-checked span.day-price {
    color: #FFFFFF !important;
}

#calendarBox table td a.room-checked-interval span.day-price {

}

#calendarBox th,
#calendarBox tr,
#calendarBox td {
    border: none !important;
}

/*#calendarBox table td a.room-checkout .day-price {
    display:none;
}*/
.room-avail .day-price {
    color: #444444;
}

.room-checked .day-price {
    color: #FFFFFF !important;
}

/* */
.ex-title {
    line-height: 36px;
}

.ico-box-green i {
    color: rgb(0, 132, 137);;
    border: 1px solid rgb(0, 132, 137);
}

.fotorama__arr {

    background: rgba(0, 0, 0, 0.4);

}

.change-dates .btn:hover {
    color: #FFFFFF;
}

.calendar-selected-period .calendar-selected-min-stay {
    text-align: left;
    font-size: 13px;
    font-style: italic;
}

.mobile-book-bar {
    z-index: 100001 !important;
}

@media screen and (max-width: 600px) {
    .pyn-children-age {
        display: inline !important;
    }

    .pyn-children-age .room-children {
        margin-top: 5px;
        margin-bottom: 5px;

    }

    .ex-title {
        line-height: normal !important;
    }

    .calendar-selected-period {
        width: 260px;
        text-align: center;
        margin: 0 auto;
    }

    .calendar-selected-period .calendar-selected-min-stay {
        text-align: center;
    }

}

.calendar-details {
    margin: 0 auto !important;
}

.btn-extra .ui-spinner-up i,
.btn-extra .ui-spinner-down i {
    color: #555555 !important;
}

.btn-extra .ui-spinner-down i {
    border-right: 1px solid #E6E6E6 !important;
    background-color: #F7F7F7;
    height: 36px;
    margin-top: -37px !important;
    margin-left: 1px;
    border-radius: 3px 0px 0px 3px;
}

.btn-extra .ui-spinner-up i {
    border-left: 1px solid #E6E6E6 !important;
    background-color: #F7F7F7;
    height: 36px;
    margin-top: -37px !important;
    margin-right: 1px;
    border-radius: 0px 3px 3px 0px;
}

.calendar-selected-min-stay {
    font-weight: bold !important;
}

@media screen and (max-width: 600px) {
    .tabbable .nav-pills {
        float: left !important;
    }
}

.collapse-link {
    color: #626262;
}

.room-availability .calendar-details {
    padding: 0px;
}

.day-min {
    position: absolute;
    left: 5px;
    top: 7px;
    font-size: 10px !important;
}

.room-availability .room-checkout-border .day-min {
    display: none;
}

.room-availability {
    padding: 20px 35px;
}

.booking-single-use {
    background: #FFFFFF;
}

.widget-posts-link a {
    text-decoration: none !important;

}

.widget-posts-link {
    float: left;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    color: #4D4D4D;
    font-size: 12px;
    top: 10px;

}

.widget-posts-link span {
    float: right;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: relative;
    border-radius: 100%;
    margin-left: 10px;
    color: #FFFFFF;
    font-size: 10px;
    background-color: #4D4D4D;
    text-align: center;
}

.widget-posts-link:hover {
    color: #444444;
}

.offer-list {
}

#totalPrice small {
    font-size: 12px;
    letter-spacing: 0px;
}

.mobile__left {
    color: #626262;
}

.mobile__right-label {
    font-size: 11px;
    font-weight: 600;
}

.booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li {
    border-bottom: 1px solid #EBEBEB;
}

.booking-message {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);

    position: fixed;
    width: 220px;

    color: #FFFFFF;
    font-size: 12px;
    z-index: 1030;
}

.booking-message.bottom-left {
    left: 10px;
    bottom: 10px;
}

.booking-message.top-right {
    right: 20px;
    top: 70px;
}

.booking-message.featured {
    background-color: #4611A7;
}

.booking-message .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}

.booking-message .close {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    position: absolute;
    right: 10px;
    top: 7px;
    color: #FFFFFF;
    z-index: 1030;
    padding: 5px;
    font-size: 12px;
}

.booking-message p {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    margin: 0;
    padding: 10px 10px;
    font-size: 10px;
}

[data-show-after-time] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    visibility: hidden;
}

[data-show-after-time].show {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

[data-show-after-scroll] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    visibility: hidden;
}

[data-show-after-scroll].show {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.green {
    color: green;
}

@media screen and (max-width: 600px) {

    .day-min {
        position: absolute;
        right: 0px;
        top: 12px;
        font-size: 6px !important;
    }

    .room_price_extra span.booking-item-price {
        margin-right: 15px !important;
    }

    .rooms-list-footer .room_price_extra {
        text-align: right !important;
    }

    .pyn-extra-box {
        text-align: right !important;
    }
}

.day-restriction {
    position: absolute;
    top: 33px;
    left: 5px;
}

.room-availability.checkin-set .room-no-arrival .svg-no-arrival {
    display: none;
}

.legend {

    margin-right: -30px !important;
    margin-left: -30px !important;

}

.room-availability:not(.checkin-set) .room-no-arrival .day-restriction, .no-arrival-legend {
    color: #EE7F6D;
}

.svg-no-departure {
    display: none;
}

.room-availability.checkin-set .room-avail:not(.room-checkin) .svg-no-departure {
    display: block;

}

.room-availability.checkin-set .room-no-departure .day-restriction, .no-departure-legend {
    color: #F6BB42;
}

.room-availability.checkin-set .room-no-arrival.room-checkin .svg-no-arrival {
    display: inline-block;
}

.room-availability.checkin-set .room-no-arrival.room-checkin .day-restriction {
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .day-restriction {

        top: 7px;
        display: flex !important;
    }

    .svg-no-arrival, .svg-no-departure {
        width: 12px !important;
        height: 12px !important;
        line-height: 12px !important;

    }
}

.room-checked .svg-no-departure {
    display: none !important;
}

.room-checkout-border .svg-no-departure {
    display: none !important;
}

.room-checkout-day .svg-no-departure {
    display: block !important;
}
