/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme 
 */
 .hotel-left-panel{
    border: 1px solid;
    border-color: #b4b4b4;
    padding: 0px;
}
.head-hotel-left-panel{
    background-color: 
        #ff6600;
    color: white;
    padding-right: 5px;
}

.bintang{
    color: #ff8b00;
}

.form-control-image {
    display: block;
    width: 100%; 
    height: 200px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    object-fit: cover;
}


.round-ulasan{
    width: 100px;
    height: 100px;
    border: 10px solid 
        #ff6600;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    /* padding: 50%; */
    line-height: 80px;
    font-size: 25px;
    font-weight: bold;
}


.columnLeft{
    float: left;
    overflow: hidden;
    width: 20%;
}

.columnRight{
    float: right;
    overflow: hidden;
    width: 80%;
}

.table-right>tbody>tr>td, .table-right>tbody>tr>th, .table-right>tfoot>tr>td, .table-right>tfoot>tr>th, .table-right>thead>tr>td, .table-right>thead>tr>th {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
    font-size: 15px;
}

.rating-hotel{
    color:
        #ff6600;
}

.total-rating{
    display: inline-block;
    width: 100%;
}

.do-rating{
    display: inline-block;
    width: 100%;
}

.box-iswant{
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    width: 97%;
}

.leftTextIs{
    width: 70%;
    float: left;
    font-weight: bold;
}
.rightTextIs{
    width:  30%;
    float:  right;
    text-align:  right;
}

.rev-content{
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.revContnet-num{
    width: 60px;
    height: 60px;
    /* border: 1px solid; */
    background-color: 
        #ff6600;
    border-radius: 50%;
    line-height: 61px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    float: left;
    display: inline-block;
}

.rev-content-head{
    padding-left: 70px;
    color: #7f8c8d;
}

.rev-content-body{
    padding-left: 70px;
    padding-top: 5px;
    color: black;
    font-size:  14px;
}

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

.reqsign{
    color: red;
}

#doRating{
    font-size: 17px;
    padding: 11px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}

.frating{
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.frating .rating-value input {
    width: 20px;
    text-align: right;
    border: 0 !important;
    background-color: transparent !important;
}

.rating-score{
    display: inline;
}

.rating-title{
    margin-bottom: 10px;
}
.frating .rating-score i {
    font-size: 25px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.box-write-review{
    display: none;
}

.review-result-success{
    display: inline-block;
    font-weight: bold;
    background-color: #28a745;
    color: white;
    padding: 10px;
}

.promo-btn-hotel{
    margin-top: 10px;
    width: 100%;
}

.input-promo{
    text-align: center;
    font-weight: bold;
}
.mycode{
    font-weight: bold;
    text-align: center;
    font-size: 35px;
    color: green;
}

.ui-datepicker-header select.ui-datepicker-month,
.ui-datepicker-header select.ui-datepicker-year {
    color: #ff6600;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 100px;
}