:root {
    --bf-day-node: #69be28;
    --bf-day-selected: #b2e987;
}

.bf-row {
    float: left;
    width: 100%;
}

.bf-col {
    float: left;
}

.bf-3 {
    width: 25%;
}

.bf-4 {
    width: 33%;
}

.bf-6 {
    width: 50%;
}

.bf-8 {
    width: 67%;
}

.bf-right {
    text-align: right;
}

.bookingBlock * {
    box-sizing: border-box;
}

.hiddendiv {
    display: none !important;
}

#adoraForm .datepicker table th {
    padding: inherit;
}

#adoraForm .datepicker table {
    margin-bottom: inherit;
    line-height: initial;
    vertical-align: initial;
    width: 240px;
}

/* Arreglos para el tema de WP Salient */
#adoraForm .datepicker td {
    width: initial;
    border-top: initial;
    border-style: none;
    padding: 2px;
    font-size: initial;
    text-align: center;
}

#adoraForm .datepicker th {
  text-align: inherit;
  border: none;
}

#adoraForm .datepicker thead {
  vertical-align: initial;
}
/* Fin de los arreglos */

#adoraForm select {
    min-width: auto;
    border: 0;
    padding-left: 0;
    font-weight: normal;
    font-size: 14px;
    color: #777;
    background-color: #eee;
    padding-left: 10px;
    font-size: 13px;
}

.sticky-booking {
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0 !important;
    margin-right: 30px;
    position: fixed !important;
    animation-name: scrolldown;
    animation-duration: 0.5s;
    height: 64px;
}

@keyframes scrolldown {
    from {
        bottom: -100px;
    }

    to {
      bottom: 0;
    }
}

#adoraForm .selectAdults,
#adoraForm .selectChildren {
  height: 35px;
  margin-bottom: 4px;
}

#adoraForm .selectAdults,
#adoraForm .selectChildren,
#adoraForm #selectHotel,
#adoraForm #cuando,
#adoraForm #codeDiscount {
    text-overflow: ellipsis;
    width: 100%;
    height: 50px;
    background-color: #eee;
}


#adoraForm #codeDiscount::placeholder {
  color: #999;
}

#adoraForm #datepicker input,
#adoraForm #divCode input,
#guestsLabel {
    margin: 0;
    border: 0;
    color: #777;
    background-color: #eee;
    font-size: 13px;
    text-align: center;
    width: 100%;
}

.children-select.booking-element label {
    min-width: 117px;
}

.bookingBlock {
    z-index: 1000;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

#adoraForm .booking-element {
    display: flex;
    /*border-right: 1px solid #ddd;*/
    padding: 10px 5px;
    vertical-align: top;
    width: 100%;
}

#adoraForm .booking-element .booking-element-innner {
    width: 100%;
    position: relative;
}

#adoraForm .booking-element:last-child {
    border-right: 0;
    padding: 0;
}

.booking-form-button {
    vertical-align: top;
    border: 0;
    border-radius: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #69be28 !important;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.booking-element label {
    display: block;
    font-size: 13px;
    color: #202020;
    text-transform: uppercase;
    white-space: nowrap;
}

.board-select.booking-element {
    border: 0 !important;
    /* width: 170px;*/
}

.booking-form-button:hover {
    background: #3f9c35 !important;
    cursor: pointer;
}

.booking-element label small {
    color: #333;
    font-size: 80%;
    padding-left: .3em;

}

.bookingBlock form#adoraForm {
    display: flex;
    height: 100%;
    background: rgba(255,255,255, 0.8);
    /*margin-top: -70px;*/
}

.oficial-tag {
    display: none;
}

.oficial-tag {
    background: #69be28;
    padding: 25px 15px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.bookingBlock .oficial-tag strong {
    color: #fff;
}

.section_top_booking_form {
    display: flex;
    position: absolute;
    top: -56px;
}

.button_mobile button {
    width: 100%;
    height: 100%;
    border: 0;
    color: #69be28;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #69be28;
    border-right: 0;
    background-color: #fff;
	bottom: 0;
	z-index: 100000;
}

.button_mobile {
    display: none;
    width: 100%;
    position: fixed;   
}

.wpb_revslider_element.wpb_content_element.slider_main {
    margin-bottom: 0;
}

.close_booking,
.titlemoda_booking {
    display: none;
}

.footer_text {
    line-height: 14px;
    font-size: 13px;
    color: #777;
    text-align: center;
    max-width: 1140px;
    margin: auto;
}

.top_menu_footer .widget_nav_menu {
    margin-bottom: 30px !important;
}

#booking_holder {
    z-index: 100;
}

#datepicker {
    z-index: 100;
}

.booking-element-innner select {
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    background-image: url(indice.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 22px 12px 16px;
    font-size: 12px;
    line-height: 14px;
    color: #252525;
    border-radius: 0;
    font-weight: 700;
    min-width: 240px;
    max-width: 100%;
    display: block;
}

.float-right {
    float: right;
}


#guests {
    position: relative;
    background-color: #eee;
    height: 50px;
    width: 100%;
    white-space: nowrap;
}

#cuando,
#guestsLabel {
    padding: 12px 26px 12px 12px;
    background-image: url(indice.png);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100%;
}

#guestsInputs {
    z-index: 100;
    position: absolute;
    /*top: 100%;*/
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 300px;
    padding: 0px 12px 12px;
}

#guestsInputs p, #guestsInputs input {
    color: #777;
}

#divHabitaciones {
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
}

.roomSelectors:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/*#divGuests select {
    height: 20px !important;
}*/

.roomLabel {
    text-align: center;
}

.ageInputs input {
    padding: 4px 0px 4px 10px;
    max-width: 100%;
    font-weight: normal;
    color: #777;
    background-color: #eee;
    font-size: 13px;
    border: 0;
}

.noselect,
label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.divResident {
    background: #eee;
    height: 30px;
}

#adoraForm #codeDiscount {
    height: 25px;
}

/*#spanResident {
    margin-left: 4px;
    margin-top: 4px;
}*/

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    /*vertical-align: middle;*/
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -15px;
}

label.css-label {
    background-image: url(csscheckbox.png);
}
#adoraForm input {
    font-family: 'Exo', sans-serif !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span {
    background: var(--bf-day-node);
}
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span {
    background: var(--bf-day-node);
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
    background: var(--bf-day-selected);
}
