html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 145%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-smoothing: antialiased;
    font-size: 17px;
    line-height: 145%;
    -webkit-overflow-scrolling: touch;
}

body {
    color: var(--text-color);
    background-color: var(--bg-color);
}

html, body {
    width: 100%;
    /* height: 100%; */
    margin: 0px;
    padding: 0px;
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    overflow-x: visible;
}

.property-name {
    text-decoration: none;
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
    color: var(--link-color);
    font-weight: bold;
    font-size: 110%;
    /* display: none; */
}

.property-name:hover {
    color: #403ab8;
}

.star-rating {
    display: inline;
    vertical-align: middle;
}

.star-rating-5:after {
    font-family: FontAwesome;
    content: "\f005\f005\f005\f005\f005";
}

.star-rating-4:after {
    font-family: FontAwesome;
    content: "\f005\f005\f005\f005";
}

.star-rating-3:after {
    font-family: FontAwesome;
    content: "\f005\f005\f005";
}

.star-rating-2:after {
    font-family: FontAwesome;
    content: "\f005\f005";
}

.star-rating-1:after {
    font-family: FontAwesome;
    content: "\f005";
}

/*
	Image slider
*/
.image-slider {
    height: 210px;
    background-color: #000;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.image-slider img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    position: absolute;
    cursor: pointer;
    block-size: 100%;
    inline-size: 100%;
}

.image-slider .status {
    position: absolute;
    bottom: 2px;
    right: 5%;
    font-size: 14px;
    color: white;
    background: #424242;
    padding: 3px 10px;
    border-radius: 10px;
}

.image-slider .right-knob, .image-slider .left-knob {
    width: 50%;
    position: absolute;
    width: 30%;
    display: block;
    height: 100%;
    top: 0px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 25px;
    cursor: pointer;
    font-family: FontAwesome;
}

.image-slider .right-knob:hover, .image-slider .left-knob:hover {
    color: #fff;
}

.image-slider .right-knob {
    /* margin-left: 70%; */
    right: 0;
}

.image-slider .left-knob:after {
    content: "\f053";
    position: absolute;
    top: 34%;
    left: 5%;
    color: #0165b8;
    font-size: 22px;
    background: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding-left: 10px;
}

.image-slider .left-knob:hover:after, .image-slider .right-knob:hover:after {
    text-shadow: 0 0 40px #fff, 0 0 30px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

.image-slider .right-knob:after {
    content: "\f054";
    position: absolute;
    top: 34%;
    right: 10%;
    color: #0165b8;
    font-size: 22px;
    background: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding-left: 10px;
}

.image-slider .left-knob:after:hover {
    color: red;
}

.room-list-header {
    color: white;
    background: #00335d;
    padding: 17px;
    font-weight: bold;
    display: none;
}

.room-list {
    margin-top: 17px;
    /* border: 3px solid #00335d; */
    /* background-color: white; */
}

.availability-search {
    padding: 17px;
    padding-top: 0px;
    background: var(--box-color);
    margin-bottom: 25px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 10px;
    position: relative;
}

.label {
    font-size: 13px;
    font-weight: bold;
}

.availability-search-label {
    position: relative;
    margin-top: 12px;
    display: none;
    margin-right: 17px;
    vertical-align: top;
}

.date-picker {
    height: 47px;
    font-size: 17px;
    border: 1px solid #888;
    border-radius: 4px;
    width: 153px;
    padding-left: 34px;
}

select {
    height: 40px;
    font-size: 17px;
    border: 1px solid #888;
    border-radius: 4px;
    width: 70px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    padding-left: 5px;
}

select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}


/* DatePicker popup style */
.gwt-DatePicker {
    border: 1px solid #ccc;
    border-top: 1px solid #999;
    cursor: default;
}

.gwt-DatePicker td, .datePickerMonthSelector td:focus {
    outline: none;
}

.datePickerMonthSelector td:focus {
    outline: none;
}

.datePickerDays {
    width: 100%;
    background: white;
}

.datePickerDay, .datePickerWeekdayLabel, .datePickerWeekendLabel {
    font-size: 100%;
    text-align: center;
    padding: 10px;
    outline: none;
    font-weight: bold;
    color: #333;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.datePickerWeekdayLabel, .datePickerWeekendLabel {
    background: #fff;
    padding: 0px 4px 2px;
    cursor: default;
    color: #666;
    font-size: 100%;
    font-weight: normal;
}

.datePickerDay {
    padding: 12px 12px;
    cursor: hand;
    cursor: pointer;
}

.datePickerDayIsWeekend {
    background: #f7f7f7;
}

.datePickerDayIsFiller {
    color: #999;
    font-weight: normal;
}

.datePickerDayIsValue {
    background: #d7dfe8;
}

.datePickerDayIsDisabled {
    color: #AAAAAA;
    font-style: italic;
}

.datePickerDayIsHighlighted {
    background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
    background: #d7dfe8;
}

.datePickerDayIsToday {

}

.datePickerMonthSelector {
    width: 100%;
    padding: 1px 0 5px 0;
    background: #fff;
}

.datePickerPreviousButton, .datePickerNextButton,
.datePickerPreviousYearButton, .datePickerNextYearButton {
    font-size: 120%;
    line-height: 17px;
    color: transparent;
    cursor: hand;
    cursor: pointer;
    font-weight: bold;
    padding: 0px 4px;
    outline: none;
    min-width: 60px;
}

.datePickerNextButton {
    background-image: url("img/rightarrow.png");
    background-repeat: no-repeat;
    background-position: center;
}

.datePickerPreviousButton {
    background-image: url("img/leftarrow.png");
    background-repeat: no-repeat;
    background-position: center;
}

td.datePickerMonth, td.datePickerYear {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 100%;
    font-weight: bold;
    color: #333;
}

.btn {
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 100%;
    padding: 8px;
    height: 47px;
    background-color: var(--link-color);
    color: #3d3100;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    /* margin-top: 17px; */
    cursor: pointer;
    color: white;
    border: none;
}

.btn:hover {
    /* border-color: #d4a900 #aa8700 #aa8700; */
    /* background: #FFDD58; */
}

.book-button {
    color: #fff;
    background: var(--link-color);
    border-radius: 5px;
    font-size: 17px;
    border: none;
    padding: 6px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    /* margin-left: 43px; */
    /* margin-top: 14px; */
    width: 100px;
    cursor: pointer;
    height: auto;
    border-radius: 25px;
    border: none;
    float: right;
}

.book-button:hover {
    background: var(--link-color);
    filter: brightness(1.2);
}

.room-type-name {
    /* color: #333; */
    /* font-weight: bold; */
    margin-bottom: 10px;
    padding: 10px;
}

.room-type-widget-splitter {
    content: "";
    display: block;
    /* border-top: 1px solid #999; */
    height: 20px;
    /* background-color: #f7f7f7; */
    display: none;
}

.room-type-widget {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    background: var(--box-color);
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
}

.room-type-widget td {
    padding: 8px;
    /* border: 1px solid #c7c7c7; */
}

.features {
    line-height: 17px;
    padding: 10px 10px 10px 20px;
}

.feature-label:before {
    /* content: "\f00c"; */
    font-family: FontAwesome;
    padding-right: 6px;
}

.feature-label {
    /* padding-left: 20px; */
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    /* color: #333; */
}

a.see-more-feature {
    background: #55B155;
    color: white;
    display: inline-block;
    padding: 5px;
    border-radius: 8px;
    font-size: 14px;
    /* margin-left: 20px; */
    margin-top: 5px;
    cursor: pointer;
}

.popupContent {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.popupContent > div {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 2px;
}

.popupContent .features {
    background-color: #f7f7f7;
    border: 1px solid #55B155;
    height: 100%;
    overflow: scroll;
}

.popupContent .feature-label {
    display: inline-block;
    width: 178px;
}

.gwt-PopupPanelGlass {
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-box {
    position: fixed !important;
    width: 100%;
    height: 100%;
    display: table;
}

.popup-close-hint {
    right: 10px;
    top: 5px;
    cursor: pointer;
    color: #f7f7f7;
    text-decoration: underline;
    width: 100%;
    text-align: right;
    display: block;
}

.blocked-cell {
    display: none;
}

.rate-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 13px;
    margin-top: 10px;
}

.room-type-info-cell {
    width: 300px;
}

.rate-widget-cell {

}

.rate-pricing-widget-cell {
    width: 160px;
}

.rate-name {
    font-weight: bold;
    color: #444444;
    margin-bottom: 10px;
}

.rate-row {
    margin-bottom: 10px;
}

.refund-label {
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 3px;
    display: inline-block;
    font-weight: bold;
}

.free-cancellation, .partial-refund, .non-refundable {
    cursor: pointer;
}

.unknown-refundable {
    display: none;
}

.free-cancellation {
    border: 1px solid;
    padding: 4px;
    border-radius: 10px;
    margin-top: 10px;
}

.free-cancellation:before {
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 6px;
}

.partial-refund {
    color: #d4a900;
}

.partial-refund:before, .non-refundable:before {
    content: "\f05a";
    font-family: FontAwesome;
    padding-right: 6px;
}

.price-label {
    /* text-align: right; */
    color: var(--text-color);
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
    /* position: absolute; */
    position: relative;
    width: 100%;
}

.rooms-left-label {
    font-size: 12px;
    text-align: right;
    color: #D04343;
}

#cancellation-policy-widget {
    margin: 17px 4px;
    font-size: 14px;
    display: none;
}

#footer-widget {
    margin: 4px 4px 34px 4px;
}

#map-widget {
    display: inline-block;
}

#address-widget {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    margin-left: 17px;
    line-height: 20px;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

#map-widget iframe {
    width: 400px;
    height: 300px;
}

.phone, .email, .website {
    color: black;
    display: block;
}

.section-header {
    /* color: #00335d; */
    font-size: 17px;
    border-bottom: 1px solid var(--text-color);
    margin-bottom: 17px;
}

#location-widget {
    margin: 4px;
    display: none;
}

#property-description {
    font-size: 14px;
    margin: 17px 4px 4px 4px;
    display: none;
}

.hotel-amenities-widget {
    margin: 17px 4px 4px 4px;
    display: none;
}

.hotel-amenities-widget li {
    float: left;
    width: 25%;
    font-size: 14px;
}

.image-selector > div {
    width: 75px;
    height: 50px;
    display: inline-block;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: black;
    opacity: 0.5;
    cursor: pointer;
}

.image-selector > div:hover {
    opacity: 1;
}

.guest-info-widget {
    background-color: var(--box-color);
    /* border: 1px solid silver; */
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(90, 90, 90, 0.5);
    margin: 10px 0px;
    font-size: 14px;
    float: left;
    width: 60%;
}

.form-header {
    /* color: black; */
    font-weight: bold;
    font-size: 19px;
}

.guest-info-widget i {
    font-size: 13px;
    font-style: oblique;
    /* color: #7B7B16; */
    display: block;
    margin: 4px 0px;
}

.form-sub-header {
    display: inline-block;
    font-weight: bold;
    margin-top: 17px;
    margin-right: 7px;
}

.selected-room {
    display: inline-block;
}

input, textarea {
    width: 100%;
    padding: .53333333em .8em;
    border-radius: .2em;
    border: 1px solid #eee;
    background: #fff;
    cursor: text;
    color: #0065B8;
    font-size: 17px;
}

.required-flag {
    /* color: red; */
    display: inline;
    margin-left: 5px;
}

.guest-info-widget label {
    display: block;
    margin: 17px 0px;
}

.guest-info-widget .label {
    display: inline;
}

.guest-name, .guest-phone, .guest-email {
    max-width: 400px;
    margin: 5px 0px;
    display: block;
}

.guest-requests {
    max-width: 100%;
    margin: 5px 0px;
    display: block;
}

.guest-info-widget .features {
    margin-top: 5px;
}

.guest-info-widget .feature-label {
    display: inline;
    padding-right: 20px;
    padding-left: 0px;
    font-size: 12px;
}

.room-confirmation-widget {
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
    font-size: 14px;
    float: right;
    width: calc(40% - 20px);
    padding-left: 40px;
    padding-right: 40px;
    background: var(--box-color);
    box-shadow: 0 0 10px rgba(90, 90, 90, 0.5);
}

.room-confirmation-widget .form-header {
    color: inherit;
}

.room-confirmation-widget .form-sub-header {
    margin-top: 8px;
}

.room-confirmation-widget .form-value {
    display: inline;
    margin-top: 8px;
    margin-right: 7px;
    float: right;
}

.form-value {
    display: inline-block;
}

.room-confirmation-widget hr {
    clear: both;
    height: 1px;
    border-width: 0;
    background-color: #BBB8B8;
}

.lodging-row {
    margin-top: 35px;
}

.due-row {
    margin: 10px 0px;
    border-radius: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
}

.due-row .form-value {
    font-weight: bold;
    /* color: black; */
}

.payment-info-widget {
    background-color: var(--box-color);
    border: 1px solid silver;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(90, 90, 90, 0.5);
    margin: 10px 0px;
    font-size: 14px;
    float: left;
    width: 60%;
}

.address-info-widget .label, .payment-info-widget .label {
    display: inline;
}

.payment-info-widget label {
    display: block;
    margin: 17px 0px;
}

.accepted_cc {
    margin-top: 30px;
}

.accepted_cc li {
    height: 30px;
    width: 50px;
    display: inline-block;
    background-size: 100%;
    margin-right: 4px;
}

li.cc_visa {
    background-image: url("img/visa.png");
}

li.cc_amex {
    background-image: url("img/amex.png");
}

li.cc_mastercard {
    background-image: url("img/mastercard.png");
}

li.cc_diners {
    background-image: url("img/diners.png");
}

li.cc_jcb {
    background-image: url("img/jcb.png");
}

li.cc_discover {
    background-image: url("img/discover.png");
}

.payment-info-widget input {
    display: block;
}

.payment-info-widget .cardholder-name {
    max-width: 400px;
}

input.card-number {
    max-width: 230px;
}

.card-exp-date select {
    width: 110px;
    margin-right: 5px;
}

input.card-cvv {
    max-width: 100px;
}

input.card-postal-code {
    max-width: 160px;
}

input.captcha-code {
    max-width: 160px;
}

.submit-widget {
    background-color: var(--box-color);
    border: 1px solid silver;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(90, 90, 90, 0.5);
    margin: 10px 0px;
    font-size: 14px;
    float: left;
    width: 60%;
}

.submit-widget .form-header {
    margin-top: 17px;
}

.terms {
    font-size: 12px;
}

.invalid-message {
    color: #b00106;
    font-size: 12px;
    font-weight: bold;
}

.invalid-entry {
    border-color: #b00106 !important;
    color: #b00106 !important;
}

.invalid-entry::placeholder-shown {
    color: rgba(176, 1, 6, 0.44) !important;
}

.invalid-entry::-moz-placeholder {
    color: rgba(176, 1, 6, 0.44) !important;
}

.invalid-entry::-webkit-input-placeholder {
    color: rgba(176, 1, 6, 0.44) !important;
}

button.btn.availability-matrix-button {
    display: inline-block;
    margin-left: 10px;
}

/* iphone */
@media screen and (max-width: 900px) {
    .rate-description {
        display: none;
    }

    .room-type-info-cell {
        display: block;
        width: 100%;
    }

    .rate-widget-cell {
        display: block;
        float: left;
    }

    .rate-pricing-widget-cell {
        display: inline-block;
        float: right;
    }

    .room-type-widget tr {
        border-bottom: 1px solid #c7c7c7;
    }

    .room-type-widget td {
        border: none;
    }

    .room-type-info-cell {
        border-bottom: 1px solid #c7c7c7 !important;
    }

    .image-selector {
        display: none;
    }

    /* Book Page */
    .extras-widget {
        width: 100% !important;
        float: inherit !important;
    }

    .guest-info-widget {
        width: 100%;
        float: inherit;
    }

    .room-confirmation-widget {
        float: inherit;
        width: inherit;
    }

    .payment-info-widget {
        float: inherit;
        width: 100%;
    }

    .submit-widget {
        float: inherit;
        width: 100%;
    }

    .coupon-notice {
        display: none;
    }

    button.btn.availability-matrix-button {
        margin: 0;
        margin-top: 10px;
        display: block;
    }
}

.wait-message {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.51);
    z-index: 999999;
    position: fixed;
    top: 0px;
    left: 0px;
}

.wait-message div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    background: #4A4A4A;
    font-size: 24px;
}

.error {
    background-color: black;
    color: white;
    /* position: fixed; */
    /* top: 0px; */
    /* left: 0px; */
    border-bottom: 1px solid white;
}

.switch-lang {
    float: right;
    font-size: 14px;
    /* color: black; */
}

.switch-lang {
    float: right;
    font-size: 14px;
    /* color: white; */
    font-weight: bold;
    background-color: var(--box-color);
    padding: 2px 5px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 11px;
    margin-right: 10px;
}

.switch-lang:hover {
    text-decoration: underline;
    background-color: #918F8F;
}

.language-switch-widget {
    background-color: white;
    padding: 10px;
    border: 2px solid #9F9FA6;
    /* 	width: 400px; */
    overflow: scroll;
}

.language-side {
    float: left;
    width: 150px;
}

.currency-side {
    float: right;
    width: 150px;
}

.flag {
    height: 32px;
    width: 32px;
    background: url(img/flags.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.flag.flag-de {
    background-position: -32px 0
}

.flag.flag-es {
    background-position: -64px 0
}

.flag.flag-fr {
    background-position: 0 -32px
}

.flag.flag-en {
    background-position: -32px -32px
}

.flag.flag-it {
    background-position: -64px -32px
}

.flag.flag-ru {
    background-position: 0 -64px
}

.flag.flag-tr {
    background-position: -32px -64px
}

.lang-link {
    display: block;
    cursor: pointer;
}

.lang-text {
    display: inline-block;
    color: black;
    font-size: 14px;
}

.selected-item .lang-text {
    font-weight: bold;
}

.lang-link:hover .lang-text {
    text-decoration: underline;
    color: #0065b8;
}

.curr-link {
    display: block;
    cursor: pointer;
}

.curr-text {
    display: inline-block;
    color: black;
    font-size: 12px;
}

.curr-link:hover .curr-text {
    text-decoration: underline;
    color: #0065b8;
}

.selected-item .curr-text {
    font-weight: bold;
}

.captcha {
    margin-top: 17px;
}


select[name="card-exp-month"] {
    display: block;
}


label.card-exp-date {
    display: inline-block;
}

.photos-link {
    background: #55B155;
    color: white;
    display: inline-block;
    padding: 5px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
}

select.nroom {
    height: 30px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #888;
    border-radius: initial;
}

.no-available-rooms {
    padding: 5px 20px;
    color: #00335d;
    font-size: 17px;
    margin-bottom: 17px;
}

.extras-widget {
    background-color: var(--box-color);
    /* border: 1px solid silver; */
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(90, 90, 90, 0.5);
    margin: 10px 0px;
    font-size: 14px;
    float: left;
    width: 60%;
}


.extras-widget input[type='checkbox'] {
    position: relative;
    opacity: 0;
}

.extras-widget input[type=checkbox] + label {
    font-size: 13px;
    padding-left: 9px;
    /* color: #01579B; */
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.extras-widget input[type=checkbox] + label:before {
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #b1b1b1;
    content: " ";
    position: absolute;
    top: -4px;
    left: 0px;
    font-size: 22px;
    background-color: white;
    cursor: pointer;
    border-radius: 4px;
    font-family: FontAwesome;
}

.extras-widget input[type=checkbox]:checked + label:before {
    content: "\f00c";
    color: #3e91ff;
}


.extras-widget input[type=checkbox][disabled]:checked + label:before {
    content: "\f00c";
    color: #868686;
}


.extras-widget .extra-selected {
    position: relative;
    /* top: 10px; */
    display: inline-block;
    height: 25px;
}

.extras-widget .extra-widget input {
    width: initial;
    cursor: pointer;
}

.extras-widget .extra-widget {
    margin: 10px 0px 27px 0px;
}


.extra-price {
    text-align: right;
    font-size: 13px;
    cursor: pointer;
    /* background: red; */
    padding-top: 5px;
    /* color: black; */
}

.extra-price:before {
    content: "\f05a";
    font-family: FontAwesome;
    padding-right: 6px;
}

.extras-widget .extra-widget input.qty-box {
    width: 60px;
    margin-left: 10px;
    padding: 4px 4px;
    text-align: center;
}

.qty-box {
    /* margin: 0px 10px; */
}

.qty-box input {
    width: 56px !important;
    padding: 6px;
    text-align: center;
    margin: 0px 2px;
    border: 1px solid #E0E0E0;
    box-shadow: none;
}

.qty-box a {
    text-decoration: none;
    vertical-align: bottom;
    height: 100%;
    display: inline-block;
}

.qty-box a:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 16px;
    text-decoration: none;
    vertical-align: bottom;
    display: inline-block;
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
    color: #4c4c4c;
    font-weight: normal;
    height: 100%;
    border-radius: 4px;
}

.qty-box a:first-child:before {
    content: "\f068";
}

.extra-widget {
    display: grid;
    grid-template-columns: 1fr 300px 120px;
    grid-template-rows: auto 1fr;
    border-bottom: 1px solid #bab8b8;
    padding-bottom: 5px;
}

.extra-description {
    grid-column: 1 /-1;
    font-size: 12px;
    padding-top: 5px;
    margin-top: 5px;
}

.extra-widget.multiple-not-allowed .quantity-selection {
    display: none;
}

.extra-price-details {
    background: black;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    opacity: 0.8;
    font-style: italic;
}

.extra-widget .photos-link {
    margin: 0px 10px;
}

.extra-widget.multiple-not-allowed {
    grid-template-columns: 1fr 300px;
}

@media screen and (max-width: 900px) {
    .extra-widget {
        grid-template-columns: 1fr 120px;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .extra-widget.multiple-not-allowed {
        grid-template-rows: 1fr 1fr;
    }

    .quantity-selection {
        grid-row: 2;
        grid-column: 1/span 2;
    }

    .main-content {
        padding: 0px 2px;
    }
}

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

.total-row {

}

.tax-row {

}

.extras-row {

}

.coupon-widget { /* padding: 4px; *//* background: silver; */
    border-radius: 4px; /* border: 1px solid silver; */
}

.coupon-code {
    width: 241px;
    font-size: 14px;
    height: 30px;
}

.validate-coupon {
    height: 30px;
    font-weight: bold;
    color: var(--text-color);
    float: right;
    cursor: pointer;
    border-radius: 5px;
    background: var(--link-color);
    border: none;
}

.coupon-error {
    color: Red;
}

.room-info {

}

.image-box {
    cursor: pointer;
    position: relative;
}

.image-box img {
    max-width: 280px;
}

.open-galery {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

a.open-galery:before {
    content: "\f00e";
    font-family: FontAwesome;
    padding-right: 6px;
    color: lightgray;
    font-weight: normal;
    font-size: 30px;
}

.date-box2 {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #4CAF50;
    border-radius: 3px;
    border-left: 5px solid #4CAF50; /* width: 216px; */
    cursor: pointer;
    padding: 2px 5px;
}

span.date-box2__content {
    display: inline-block;
    padding: 0px;
}

.date-box2__icon:after {
    font-family: FontAwesome;
    content: "\f133";
    font-size: 18px;
    position: relative;
    /* left: -145px; */
    top: 8px;
    overflow: visible;
    width: 28px;
    display: inline-block;
    color: #4CAF50;
    padding-left: 5px;
}

span.date-box2__label {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 12px;
}

span.date-box2__value {
    font-size: 16px;
    color: black;
    line-height: 16px;
}

span.date-box2__icon {
    vertical-align: top;
    display: inline-block;
}

.check-out-box2 {

}

.check-out-box2 .date-box2__icon:after {
    color: #FF5722;
}

.check-out-box2.date-box2 {
    border: 1px solid #FF5722;
    border-left: 5px solid #FF5722;
}

.guest-numbers-box {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #03A9F4;
    border-radius: 3px;
    border-left: 5px solid #03A9F4; /* width: 216px; */
    cursor: pointer;
    padding: 2px 5px; /* margin-top: 23px; */
    vertical-align: top;
    cursor: pointer;
}

.guest-numbers-box .label {
    font-weight: normal;
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 12px;
    position: absolute;
    top: 1px;
    left: 17px;
    /* z-index: 999; */
}

.guest-numbers-box select.gwt-ListBox {
    border: none;
    background: transparent;
    padding: 0px;
    margin: 0px;
    height: 35px;
    position: relative;
    top: 0px;
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 9px;
    padding-left: 14px;
    cursor: pointer;
}

.guest-numbers-box select.gwt-ListBox:focus {
    outline: none;
}

.dateBoxPopup {

}

label.guest-selection {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--text-color);
    border-radius: 3px;
    border-left: 5px solid var(--text-color);
    /* width: 216px; */
    cursor: pointer;
    padding: 2px 5px;
    /* margin-top: 23px; */
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 12px;
    display: inline-block;
    margin-right: 17px;
    padding: 2px 5px;
}

.guest-selection .label {
    display: block;
    font-size: 12px;
    /* color: #333; */
    line-height: 12px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 3px;
}

.guets-label * {
    font-size: 16px;
    /* color: black; */
    line-height: 16px;
    margin-bottom: 3px;
}

.guest-selection-box-popup {
    background: white;
    padding: 10px 10px 10px 10px;
    border: 1px solid silver;
}

.guest-selection-box-adults {

}

.guest-selection-box-popup .gwt-Label {
    color: black;
    font-size: 13px;
}

.children-ages select.gwt-ListBox {
    border: 1px solid silver;
    background: white;
    width: 100%;
    color: #666;
    padding-left: 10px;
    text-indent: 5px;
}

.children-ages {
    margin-top: 10px;
}

label.guest-selection-box-children {
    margin-top: 10px;
    display: block;
}

.children-ages option:disabled {
}

.date-picker-label {

}

.image-slider {
}

.photos-expanded {

}

.photos-expanded__thumb img {
    max-width: 120px;
    height: auto;
    display: inline-block;
    max-height: 100px;
}

.photos-expanded__thumb {
    display: inline-block;
    margin: 2px;
    cursor: pointer;
}

.title-widget {
    /* padding: 0px 2px; */
}

.date-box2__full {
    display: none;
}

.search-wait-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000a3;
}

.search-wait-block > div {
    color: white;
    padding-top: 100px;
    margin: 0 auto;
    width: max-content;
    font-size: 30px;
}

.room {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.progress-status {
    display: none;
}

.rv-search-box {
    display: inline-block;
    border: 1px solid orangered;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #03A9F4;
    border-radius: 3px;
    border-left: 5px solid #03A9F4;
    /* width: 216px; */
    cursor: pointer;
    padding: 2px 5px;
    /* margin-top: 23px; */
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 12px;
    display: inline-block;
    margin-right: 17px;
    padding: 2px 5px;
}

.rv-search-box select, .rv-search-box input {
    font-size: 14px;
    border-color: silver;
    margin-top: 1px;
    /* margin-bottom: 4px; */
    vertical-align: top;
}

.rv-search-box__rv-type {
    margin-right: 5px;
    width: 180px;
    height: 30px;
}

.rv-search-box__rv-length {
    width: 100px;
    height: 45px;
    margin-left: 2px;
}

.rv-search-box__label {
    font-size: 12px;
    text-align: center;
}

.rv-search-box.invalid {
    box-shadow: 2px 2px 12px red, -2px -2px 12px red;
    color: red;
}

.dd-container {
    display: inline-block;
}

small.dd-option-description.dd-desc {
    display: none;
}

small.dd-selected-description {
    display: none;
}

.special-discounts { /* margin: 20px; *//* border: 1px solid silver; */
    padding: 10px;
    border-radius: 10px;
}

label.special-discounts__selection {
    display: block;
    width: 100%;
    /* background: red; */
}

.special-discounts__selection .label {
    display: inline-block;
    margin-right: 10px;
}

label.special-discounts__selection select {
    display: inline-block;
    width: 200px;
}

.address-info-widget {
    background-color: var(--box-color);
    border: 1px solid silver;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(90, 90, 90, 0.5);
    margin: 10px 0px;
    font-size: 14px;
    float: left;
    width: 60%;
}

.guest-address {

}

.guest-city {

}

.address-info-widget select {
    display: block;
    width: 100%;
}

.l-disabled {
    display: none;
}

.price-details {
    font-size: 12px;
    text-align: right;
    color: black;
    display: inline-block;
    width: min(400px, 90vh);
    position: relative;
}

span.per-day-price {
    display: block;
}

.per-day-n {
    display: block;
}

.nof-nights span {
    font-weight: bold;
}

div {
}

span.not-available-reason {
    font-size: 12px;
    /* color: darkred; */
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    z-index: 1;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
}

.submit-widget .gwt-CheckBox {
    display: block;
    text-align: left;
    /* height: 20px; */
    overflow: hidden;
    cursor: pointer;
    /* color: black; */
    font-weight: bold;
}

.submit-widget .gwt-CheckBox input {
    display: inline;
    width: 20px;
    border-top: none;
    transform: scale(1.5);
    box-shadow: none;
}

.submit-widget .gwt-CheckBox * {
    cursor: pointer;
}

button.btn.disabled { /* background: silver; */
    opacity: 0.5;
}

span.gwt-CheckBox.invalid {
    /* color: red; */
    /* text-decoration: underline; */
    outline: 2px solid #ff0000a6;
}

button.date-range {
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    border-radius: 3px;
    border: 1px solid var(--text-color);
    border-left: 5px solid var(--text-color);
    background: transparent;
    position: absolute;
    /* padding: 14px; */
    padding-left: 25px;
    width: 230px;
    top: 0;
    left: 0;
    padding-top: 24px;
    padding-bottom: 4px;
    font-size: 15px;
    color: var(--text-color);
}

button.date-range:before {
    font-family: FontAwesome;
    content: "\f133";
    font-size: 18px;
    position: absolute;
    left: -8px;
    top: 12px;
    overflow: visible;
    width: 28px;
    display: inline-block;
    color: var(--text-color);
    padding-left: 5px;
}

.date-range-cont {
    display: inline-block;
    position: relative;
    width: 235px;
    height: 33px;
    margin-top: 12px;
    margin-right: 17px;
    /* display: none; */
}

.date-range-cont__label {
    position: absolute;
    z-index: 0;
    display: block;
    font-size: 12px;
    color: var(--text-color);
    line-height: 12px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 3px;
    top: 3px;
    left: 0;
    width: 95%;
}

.popupContent div.calendar-cont {
    box-shadow: 10px 10px 10px silver;
}

.date-picker-calendar {
    display: inline-block;
    margin: 10px;
    position: fixed;
    visibility: hidden;
}

.property-description-top {
    display: none;
}

.n-of-nights {
    display: none;
}

.daily-rate {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 50px;
}

.daily-rate__rate {
    text-align: right;
    margin-right: 5px;
}

.daily-rates {
    /* margin-top: 10px; */
    font-size: 12px;
}

img.extra-first-image {
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
    margin-right: 10px;
}

.extra-description-text {
    vertical-align: top;
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.extra-description .photos-link-widget {
    vertical-align: top;
    display: none;
}

button.drp-clear {
    display: none;
}

@media screen and (max-width: 900px) {
    .coupon-widget {
        display: flex;
    }

    .address-info-widget {
        width: 100%;
        float: none;
    }
}


span.pay-on-arrival-cb {
    display: flex;
    flex-direction: row-reverse;
    /* flex-wrap: nowrap; */
    /* align-content: space-between; */
    justify-content: flex-end;
    align-items: flex-end;
    /* background: red; */
    /* display: block; */
    height: 30px;
    font-weight: bold;
    cursor: pointer;
}

span.pay-on-arrival-cb input {
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}

span.pay-on-arrival-cb label {
    display: inline-block;
    margin: 0;
}

.pay-on-arrival-selected .hidden-for-pay-on-arrival {
    display: none;
}

input[type='checkbox'] {
    cursor: pointer;
}

.payment-info-widget.direct-pay-enabled {
    display: none;
}

.payment-info-widget.direct-pay-enabled.captcha-enabled {
    display: block;
}

.payment-info-widget.direct-pay-enabled.captcha-enabled > * {
    display: none;
}

.payment-info-widget.direct-pay-enabled.captcha-enabled > label.captcha-container {
    display: block;
}


.coupon-notice {
    background: #ff5722;
    color: white;
    border-radius: 10px;
    padding: 10px;
    height: 38px;
    font-weight: bold;
}

.coupon-notice-title {
    position: absolute;
}

.calendar-widget {
    background: white;
    padding: 10px;
    display: flex;
    width: 328px;
    margin: 0 auto;
}

.calendar-widget-day {
    display: flex;
    flex-direction: column;
    border: 1px solid silver;
    text-align: center;
    font-size: 12px;
}

.datePickerDay.unavailable {
    /* background: #ffabab; */
    cursor: not-allowed;
    position: relative;
    /* color: #757575; */
}

.datePickerDay.available {
    /* background: #4caf50; */
    /* color: green; */
}

.datePickerDay.datePickerDayIsWeekend.unavailable {
    /* background: #ffd6d6; */
}

a.see-avail-dates {
    display: inline-block;
    color: white;
    /* text-decoration: underline; */
    font-size: 14px;
    cursor: pointer;
    background: var(--link-color);
    padding: 4px 10px;
    border-radius: 10px;
    border: none;
    text-align: center;
}

.popup-box.ava-calendar-popup {
}

.datePickerDay.unavailable:after {
    content: " ";
    width: 44px;
    height: 13px;
    background: #bdbdbd;
    position: absolute;
    bottom: 0;
    right: 0;
}

.datePickerDay.available:after {
    content: " ";
    width: 44px;
    height: 13px;
    background: #7cbb34;
    position: absolute;
    bottom: 0;
    right: 0;
}

.datePickerDay.available {
    position: relative;
}

.datePickerDay.unavailable:before {
    content: " ";
    width: 45px;
    height: 2px;
    background: #bdbdbd;
    position: absolute;
    right: -1px;
    top: 17px;
    transform: rotate(-40deg);
}

.error-message-cont {
    background-color: black;
    color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: auto;
    max-height: 100vh;
}

.date-picker-calendar > .date-range-picker > .calendar-cont {
    width: 100%;
}


.date-picker-calendar > .date-range-picker button {
    display: none;
}

.entity-id-info {
    color: #444444;
    font-size: 10px;
    padding: 4px;
    background: #eeeeee;
    border-radius: 5px;
    margin-left: 5px;
    text-align: right;
}

.original-price {
    color: #616161;
    font-weight: lighter;
    text-decoration: line-through;
}

body.st-book .title-widget {
    display: none;
}

.rate-ava-row {
    border-top: 1px solid #bdbdbd;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    overflow: visible;
    background: white;
}

.rate-ava-cell {
    width: 20%;
    font-size: 14px;
    flex-shrink: 0;
    max-width: 200px;
    overflow: hidden;
    padding: 4px;
    height: 100%;
    color: black;
}

.rate-ava-day.unavailable {
    /* background: red; */
}

.rate-ava-day.available {
    /* background: green; */
}

.rate-ava-day {
    height: 100%;
    flex-grow: 1;
    text-align: center;
    /* border: 1px solid; */
    font-size: 14px;
    flex-basis: 0;
    padding-top: 4px;
    position: relative;
    overflow: visible;
    color: black;
}

.rate-ava-row.header {
    height: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #01335d;
    color: white;
}

.rate-ava-row.header > div {
    text-align: center;
    font-size: 14px;
    color: white;
}

.rate-ava-day.header {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-size: 12px;
    align-content: stretch;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 0px;
}

.rate-ava-day.header > div {
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: white;
}

.rate-ava-day.header > div:nth-child(3) {
    background: #fffc;
    border-radius: 10%;
    padding: 0px 5px;
    color: black;
}

.rate-ava-cell > div {
    /* display: inline; */
}

.rate-ava-cell > div:first-child {
    /* display: none; */
}

.rate-ava-day.weekend {
    background: #4079a914;
}

a.rate-ava-prev:before {
    content: "\f053";
}

.availability-matrix {
    position: relative;
    overflow: visible;
    width: 800px;
    max-width: 100vw;
    overflow: auto;
}

a.rate-ava-prev {
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    top: 0px;
    padding: 10px;
    /* background: red; */
    height: 60px;
    cursor: pointer;
    color: white;
    border-top-left-radius: 10px;
}

a.rate-ava-next:before {
    content: "\f054";
}

a.rate-ava-next {
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    top: 0px;
    padding: 10px;
    /* background: red; */
    height: 60px;
    cursor: pointer;
    color: white;
    border-top-right-radius: 10px;
    z-index: 1;
}

a.rate-ava-next:hover, a.rate-ava-prev:hover {
    background: #286da8;
}

.weekend.rate-ava-day.header > div:nth-child(3) {
    background: #ffcb00;
}

.rate-ava-day.available a {
    color: #0065b8;
    text-decoration: underline;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.rate-ava-day.available:hover {
    background: #006bc55e;
}

.hover-info {
    box-shadow: 3px 7px 10px 0px #01335d;
    border: 1px solid silver;
    display: none;
    position: absolute;
    background: #01335d;
    /* width: 100%; */
    overflow: hidden;
    width: 200px;
    z-index: 17;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    border-radius: 10px;
    padding: 10px;
}

.rate-ava-day.available:hover div.hover-info {
    display: block;
}

.info-row {
    /* width: 200px; */
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.info-row > div {
    display: inline-block;
}

.availability-matrix-popup {
    width: 100vw;
    height: 100vh;
    background: #0000003b;
    box-sizing: border-box;
}

.availability-matrix-popup .popupContent {
    display: block;
    /* padding-top: 100px; */
}

.availability-matrix-popup .availability-matrix {
    /* background: white; */
    box-shadow: 12px 12px 20px 6px black;
    width: 800px;
    margin: 0 auto;
}


.date-range-picker button {
    display: none;
}

div.datepicker th {
    background: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

tr.datepickerDoW span {
    font-size: 13px;
    color: #444;
}

tbody.datepickerDays td.datepickerSelected {
    background-color: var(--link-color);
}

div.datepicker th a.datepickerMonth {
    color: #444;
}

a.datepickerGoNext {
    position: absolute;
    right: 6px;
}

a.datepickerGoPrev {
    margin-left: 3px;
}

a.property-name {
}


td.past-days a {
    color: silver;
    pointer-events: none;
}

.feature-icon {
    display: inline;
    margin-right: 10px;
}

.feature-widget {
    display: inline-flex;
    /* padding: 10px; */
    align-items: center;
    margin-bottom: 4px;
    width: 300px;
}

.feature-widget.fw-header {
    font-weight: bold;
    border-bottom: 1px solid silver;
    margin-top: 20px;
    display: flex;
}

.feature-widget.fw-sub {
    padding-left: 30px;
}

.feature-icon i {
    /* color: black; */
}

a.see-more {
    padding: 20px 20px 0px 20px;
    display: inline-block;
    color: var(--link-color);
}

a.see-more:after, a.price-details-button:after {
    content: "\f054";
    font-family: 'FontAwesome';
    margin-left: 10px;
    font-size: 13px;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

label.nroom-label {
    display: none;
}

.rate-pricing-widget {
    margin: 20px;
    position: relative;
}

a.price-details-button {
    display: block;
    color: var(--link-color);
    bottom: 0;
}

.modal-bg {
    background: #00000099;
    inset-block-end: 0;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    overflow-y: auto;
    position: fixed;
    z-index: 700;
    align-items: center;
    display: flex;
    justify-content: center;
}

.modal-body {
    margin-left: auto;
    margin-right: auto;
    background: var(--box-color);
    padding: 10px;
    border-radius: 10px;
}

.modal-content {
    width: auto;
    display: inline-block;
}

a.modal-close-hint:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    color: var(--link-color);
    border: 1px solid var(--link-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    background: white;
}

.modal-header {
    display: flex;
    margin-bottom: 10px;
}

a.modal-close-hint {
    margin-right: 10px;
}

.price-details > label {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    margin: 10px 10px;
}

.price-details > label > div {
}

.room-type-widget-full {
    width: 720px;
    max-height: 80vh;
    overflow: auto;
    max-width: 90vw;
}

.room-type-widget-full div.image-slider {
    height: 350px;
}

button.btn.book-button.book-button-pd {
    position: static;
    width: 100%;
    margin: 0;
    margin-top: 15px;
}

.css-customizer {
    position: fixed;
    background: white;
    z-index: 1111;
    width: 200px;
    top: 0;
    left: 0;
    padding: 10px;
}

input[type="color"] {
    padding: 0;
}

.feature-icon svg {
}

td.before-start-date a {
    color: silver;
}

td.datepickerStart a {
    position: relative;
    overflow: hidden;
}


.datepickerDays a {
    height: 44px;
    line-height: 44px;
    width: 44px;
}

tbody.datepickerDays td.datepickerSelected.datepickerStart {
    background-color: transparent;
}

tbody.datepickerDays td.datepickerSelected.datepickerStart a {
    border-radius: 25%;
    background-color: var(--link-color);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

tbody.datepickerDays td.datepickerSelected.datepickerEnd {
    background-color: transparent;
}

tbody.datepickerDays td.datepickerSelected.datepickerEnd a {
    border-radius: 25%;
    background-color: var(--link-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

tbody.datepickerDays td.datepickerSelected {
}

.hidden-title {
    display: none;
    position: absolute;
    background: #0000009e;
    padding: 4px;
    top: -30px;
    line-height: 17px;
    width: 60px;
    border-radius: 5px;
    /* z-index: 123; */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}

tbody.datepickerDays td {
    position: relative;
}

tbody.datepickerDays td:hover .hidden-title {
    display: block;
}

.hidden-title:before {
    content: " ";
    position: absolute;
    border: 7px solid transparent;
    border-bottom: 0;
    border-top-color: #0000009e;
    bottom: -7px;
    left: 50%;
    transform: translate(-7px);
}

td.dt-between {
    background-color: var(--box-color);
}

td.dt-between a {
    color: var(--text-color);
}

.dp-best-rate {
    position: absolute;
    color: #9E9E9E;
    white-space: nowrap;
    width: 100%;
    bottom: 0;
    font-size: 10px;
}

button, a {
    cursor: pointer;
}


@media screen and (max-width: 900px) {
    .room {
        grid-template-columns: 1fr;
    }
}


.cancellation-policy-content {
    max-width: 90vw;
    width: 600px;
}

button.btn.search-button {
    right: 15px;
    position: absolute;
    bottom: 10px;
}

.guest-info-widget div.features {
    display: none;
}

.address-info-widget > label {
    margin-top: 10px;
    display: block;
}

.submit-widget button {
    margin-top: 10px;
}

body.st-book a#pwb-inngenius {
    display: none;
}

.extra-description-text:before {
    background: var(--box-color);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(0.8); /* Darkens the background */
    z-index: -1; /* Place it behind the content */
    border-radius: 5px;
}

.due-row:before {
    background: var(--box-color);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(0.8);
    z-index: -1;
    border-radius: 5px;
}

span.not-available-reason:before {
    background: var(--box-color);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(0.8);
    z-index: -1;
    border-radius: 5px;
}

a.sold-out {
    background-color: pink;
}

.price-details-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.rate-selection-cb input {
    border: none;
    box-shadow: none;
    width: auto;
    transform: scale(1.6);
}

span.rate-selection-cb {
    /* display: flex; */
    justify-content: flex-start;
    align-content: flex-end;
    position: relative;
    cursor: pointer;
}


.rate-selection-row {
    margin-bottom: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

span.rate-selection-cb label {
    cursor: pointer;
    padding-left: 10px;
}

.modal-bg.ava-calendar-popup {
    background: #000000b8;
}

.aba-row {
    color: black;
    margin-top: 10px;
    width: 344px;
}

a.aba-row-anchor {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(183, 190, 203, .36);
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.aba-row-right-arrow {
    align-items: center;
    background: #f2f3f7;
    border-radius: 4px;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.aba-row-inner {
    display: flex;
}

img.aba-row-icon {
    margin-right: 16px !important;
}

.aba-row-label {
    font-weight: 600 !important;
}

.aba-row-descr {
    color: #8a8a8a;
    font-size: 13px;
    font-family: sans-serif;
}

.aba-rows {
    padding: 0px;
    border-radius: 10px;
    width: 366px;
    padding-bottom: 20px;
}

.aba-form-header {
}

.promo-label {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    background-color: #ffe600;
    color: #000;
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    text-shadow: none;
    z-index: 10;
    white-space: nowrap;
}




.google-rate-info {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    background: #ececec;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(90, 90, 90, 0.5);
    font-size: 12px;
    max-width: 300px;
    color: black;
    border: 1px solid silver;
}

.grih-c {
    position: relative;
}

.grih {
    position: absolute;
    font-size: 10px;
    background: #000000;
    top: -17px;
    left: 0px;
    width: 100%;
    border-radius: 5px;
    text-transform: none;
}