/* CALENDAR */

/* Very important, for the position while scrolling */

.checkin-box, .checkout-box {
    position: relative;
}

.ui-datepicker td a {
    padding: 0;
}

.ui-datepicker td a:after {
    content: attr(data-rate) " €";
    display: block;
    text-align: center;
    font-size: small;
    font-weight: bold;
}

.ui-datepicker td.blocked-date a::after {
    content: "";
}

.ui-datepicker td:not(.blocked-date) a::after, {
    color: black;
}

.ui-datepicker td {
    padding: 0;
}

#ms-message {
    display: none;
}

.cell-price {
    padding: 0 !important;
    font-weight: bold;
}

.ui-datepicker {
    width: auto;
}

td, td a, td span {
    width: 40px !important;
    height: 40px !important;
}

.not-minimum-stay, .blocked-date {
    position: relative;
    cursor: not-allowed;
/*    pointer-events: none; */
}

.not-minimum-stay a {
    pointer-events: none;
}

.blocked-date a {
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) calc(51% + 1px), rgba(0, 0, 0, 0) 100%) !important;
    pointer-events: none;
}

.look-dont-touch {
    cursor: not-allowed;
    pointer-events: none;
}

.look-dont-touch a {
    cursor: not-allowed;
    pointer-events: none;
    background: rgb(0, 0, 255) !important;
    color: white !important;
}

/* Check out page */

.section-title {
    background: #f2f2f2;
    padding: 20px;
}

.section-title:hover {
    cursor: pointer !important;
}

#prenota-bonifico {
    display: none;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.Off {
    display: none;
    visibility: hidden;
}

.On {
    display: block;
    visibility: visible;
}

.FreezePaneOn {
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    background-attachment: scroll;
    background-color: #D4D4D4;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1001;
    width: 100%;
    min-width: 250px;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

#InnerFreezePane {
    -moz-background-clip: border;
    background-clip: border;
    -moz-background-origin: padding;
    background-origin: padding;
    -moz-background-size: auto auto;
    background-size: auto auto;
    border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 2.5px;
    color: white;
    font-family: helvetica neue, helvetica, arial, serif;
    font-size: 1.5em;
    font-weight: 300;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -125px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 40%;
    visibility: visible;
    width: 250px;
    z-index: 10002;
}

#InnerFreezePane div {
    font-size: .75em;
    font-weight: 300;
}

#ErrorBox {
    width: 100%;
    margin: 0;
    /*border-bottom:1px solid black;*/
    background-color: #FFEC8B;
    text-align: center;
    font-weight: blod;
    color: red;
    padding: 20px;
}

/*Billing form*/

/*#vat-line{
    display:none;
}*/

/* Phone Flags */

.iti-flag {
    background-image: url("/RH-API/lib/intl-tel-input-15.1.0/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
        background-image: url("/RH-API/lib/intl-tel-input-15.1.0/img/flags@2x.png");
    }
}

.pre_checkout_summary :not('.complimenti-anticipo') {
    font-weight: bold;
}

.complimenti_anticipo {
    padding: 0;
    border: 0;
}

.font-awesome-wrapper {
    font-family: 'FontAwesome';
    color:red;
    position: relative;
    left: -5px;
    content: "\f007";
}

#datepicker_checkin, #datepicker_checkout {
    background: no-repeat white url("/RH-API/img/calendar_icon.png) 95% 50% !important");
}
 
.ui-widget-content a {
    color: black !important;
}

#collapseFirststep div {
    margin-top: 10px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background:  #ffd000;
    border: 1px solid #c5c5c5;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
}