
select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}

.night_none{
    display: none;
}
.reservation_box{
    /*position: absolute;*/
    right: 0;
    left: 0;
    margin: auto;
    width:350px;
    height: 450px;
    bottom: 0;
    top: 0;
}
.reservation_box ul{
    margin: 0;
    padding: 20px 10px 20px 10px;
    display: block;
    width: 350px;
    /*background: #dededbe3;*/
    color: #757575;
}
.reservation_box li{
    list-style: none;
    float: left;
    width: 50%;
}
.reservation_box .input_night{
    position: absolute;
    width: 60px;
    bottom: 10px;
    left: -25px;
    z-index: 0;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #eee;
    color: #7d7575;

}
.reservation_box .popup_content{
    position: absolute;
    background: #fff;
    width: 250px;
    margin: 20px 0;
    z-index: 9999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.reservation_box #numberrroomRow:before{
    content: "\f0de";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -12px;
    font-size: 50px;
    color: #fff;
    left: 10px;
}
.reservation_box .content_ibe{
    padding: 3px 10px;
    position: relative;
}
.reservation_box input{
    width: 140px;
    padding: 1px;
    border-radius: 0;
    border: none;
    background: #fff;
    cursor: pointer;
    padding-left: 5px;
}

.reservation_box select{
    width: 100%;
    border-radius: 0;
    background: #fff;
    border: 1px solid #eee;
    padding-left:5px;
}
.reservation_box select:focus{
    border: 2px solid #843c0c;
}
.reservation_box .text_reser{
    color: #843c0c;
    margin-bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    padding: 0px 0px 0px 5px;
    text-transform: uppercase;
    font-size: 12px;
}
.reservation_box .input_inout{
    text-align: left;
}
.reservation_box .form-group{
    display: inline-block;
    padding: 5px 10px 10px 10px!important;
    margin: 0;
}
.reservation_box .arrow{
    position: absolute;
    bottom: 7px !important;
    right: 3px;
    font-size: 16px;
}
.reservation_box .arrow_index{
    position: absolute;
    bottom: -10px;
    right: 20px;
}
.reservation_box .arrow_check{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.reservation_box .arrow_moon{
    left: 5px;
    z-index: 3;
    color: #7c778b;
    bottom: 25px;
}

.reservation_box .popup_content label{
    padding: 10px;
    color: #B78A62;
}

.reservation_box .popup_content #ageRow1 label{
    color: #B78A62;
    font-size: 15px;
}.reservation_box .popup_content #ageRow2 {
     color: #B78A62;
     font-size: 15px;
 }.reservation_box .popup_content #ageRow3 {
      color: #B78A62;
      font-size: 15px;
  }
.reservation_box .popup_content .form_group_half{
    /*width: 50%;*/
    float: left;
    position: relative;
}
.reservation_box .popup_content #numberrroomRow{
    background: #ffffff;
    /*border-bottom: 1px solid #eee;*/
    /*border-top: 1px solid #eee;*/
}
.reservation_box .popup_content #numberOfRoom1{
    position: absolute;
    right: 0;

}
.reservation_box .popup_content #numberOfRoom2{
    position: absolute;
    right: 0;
}
.reservation_box .popup_content #numberOfRoom3{
    position: absolute;
    right: 0;
}
.reservation_box .input-group-addon:first-child{
    background: #fff;
    padding: 5px;
    border: 1px solid #eee;
    font-size: 14px;
    border-right: none;
}
.reservation_box .btnbook_reser{
    background: #b77f4e;
    color: #fff;
    width: 200px;
    text-transform: uppercase;
    padding: 15px 10px;
    transition: all 0.5s;
}
.reservation_box .btnbook_reser:hover{
    background: #9c602f;
    color: #ffffff;
}
#ui-datepicker-div:before{
    content: "\f0de";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -12px;
    font-size: 50px;
    color: #fff;
    left: 10px;
}


/*Horizontal_box*/
.box_horizontal
{
    /*position: absolute;*/
    left: 0px;
    right: 0;
    margin-bottom: 0px;
    width: 100%;
    top: 0px;
    height: 0px;
    z-index: 1;
}
.box_horizontal ul{
    width: 100%;
}
.box_horizontal li{
    width: 50%;
}
.box_horizontal .btnbook_reser{
    /*padding-top: 30px;*/
}
.box_horizontal .input_inout {
    text-align: left;
    font-size: 22px;
}
.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{

}
.reservation li
{
    background-color: #ffffff;

    height: 76px;
    margin-top: 20px;
}
.lineibe{
    width: 100%;
    height: 1px;
    background-color: #B78A623d;
    margin-right: auto;
    /* margin-left: auto; */
    margin-top: 5px;
    margin-bottom: 5px;
}
.no-radius .select-form .list select{
    width: 100%;
    border-radius: 0;
    background: #fff;
    border: 1px solid #eee;
    padding-left: 24px;
}
.reservation_box  select.b{
    width: 75%;
    border-radius: 0;
    background: #fff;
    border: 0px solid #eee;
    padding-left: 0px;
    float: left;
}
select.g{
    width: 100%;
    border-radius: 0;
    background: #fff;
    border: 0px solid #eee;
    padding-left:24px;
}

