
.col-20 {
    width: 20%;
    float: left;
}

.col-40 {
    width: 40%;
    float: left;
}

.reservation_box {
    position: absolute;
    right: auto;
    left: auto;
    margin: auto;
    height: auto;
    bottom: 0;
    top: auto;
    width: 100%;
    background: rgba(36, 36, 36, 0.3);
    padding: 10px 0;
    z-index: 8;
    color: #000;
    font-family: var(--font-title);

}

.reservation {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #fff;
}

.reservation .col-xs-6 {
    background: #fff;
}

.reservation .pull-left {
    padding-right: 20px;
}

.reservation i {
    font-size: 35px;
}

.box_inout {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    padding: 10px;
    /*background-color: #fff;*/
    width: 100%;

}


.box_room, .box_promocode {
    padding: 10px;
}

.reservation_box input {
    width: 70%;
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
    cursor: pointer;
    color: #000;
    outline: none;
    /*letter-spacing: 1px;*/
}

.reservation-check {
    position: relative;
    display: flex;
}

.reservation_box input:focus::-webkit-input-placeholder {
    color: transparent;
    transition: all 0.3s;
}

.reservation_box input::-webkit-input-placeholder {
    color: #000;
}

.reservation_box select {
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #000;
}
.reservation-check {
    position: relative;
}
.reservation-check i {
    position: absolute;
    font-size: 12px;
    right: 0;
    bottom: 5px;
}
.reservation_box .btnbook_reser {
    font-family: var(--font-title);

    /*background: #49aae4;*/
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s;
    padding: 22px 10px;
}

.reservation_box .btnbook_reser:hover,
#popup_room_list input:hover {
    background: var(--secondary-color) !important;
    color: #fff;
    /*border: 1px solid #242424;*/
}

.input-group {
    width: 100%;
}

.reservation_box .container {
    display: flex;
}

/*************************/
/* POPUP ROOM LIST */
/*************************/
#popup_room_list.popup_content {
    position: absolute;
    background: #fff;
    width: 250px;
    margin: 20px 0 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 6;
}

#popup_room_list.popup_content #numberrroomRow {
    background: #ffffff;
}

#popup_room_list.popup_content label {
    padding: 10px;
    color: #31322d !important;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
}

#popup_room_list #numberOfRoom1,
#popup_room_list #numberOfRoom2,
#popup_room_list #numberOfRoom3,
#popup_room_list #numberOfRoom4,
#popup_room_list #numberOfRoom5 {
    position: relative;
    float: right;
}

#popup_room_list .popup_content .form_group_half {
    float: left;
    position: relative;
    width: 100%;
}

#popup_room_list .form-group {
    display: inline-block;
    padding: 5px 10px 10px 10px !important;
    margin: 0;
    width: 100%;
}

.input-group {
    width: 100%;
    margin-bottom: 0;
}

#popup_room_list .input-group-addon:first-child {
    background: #fff;
    padding: 0 15px;
    border: 1px solid #eee;
    font-size: 14px;
    border-right: none;
    width: 100px;
    color: #888;
    text-transform: capitalize;
}

#popup_room_list .arrow {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #888;
    font-size: 12px;
}

#popup_room_list select {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    background: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
    color: #888;
    font-size: 14px;
}

#popup_room_list input {
    width: 100%;
    font-size: 16px;
    padding: 7px;
    color: white;
    outline: none;
    border: none;
    transition: all .5s;
    cursor: pointer;
}

.popupTop {
    bottom: 50px;
    top: inherit;
}

.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}

.popupTop #ui-datepicker-div:before {

}

.popupTop {
    bottom: 38px;
    top: inherit;
}

.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}

.padding_apply {
    padding: 0 10px 10px;
}

/*************************/
/* BOOKING MOBILE */
/*************************/
.section_reservationmobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 8;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    display: none;
}

.section_reservationmobile .col-xs-2,
.section_reservationmobile .col-xs-8 {
    padding: 15px;
    text-align: center;
    color: #fff;
    background: var(--secondary-color);
}

.section_reservationmobile .booking {
    background: var(--main-color);

    transition: all .5s;
}

.section_reservationmobile .receiver {
    border-right: 1px solid #313132;
}

.section_reservationmobile .booking:hover {
    background: var(--main-color);
    color: #fff;
}

@media (max-width: 1024px) {
    .section_reservationmobile {
        display: block;
    }
}