/*
* @Author: someone
* @Date:   2016-05-07 16:41:14
* @Last Modified by:   someone
* @Last Modified time: 2016-05-07 16:42:03
*/

/* Backbone dialog */
#opalhotel_backbone_modal{
    background-color: #fff;
}
#opalhotel_backbone_modal #container{
    padding: 10px;
}
#opalhotel_backbone_modal *{
    font-size: 13px;
}
#opalhotel_backbone_modal .opalhotel_backbone_modal_overflow{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background: #000;
    opacity: .7;
    z-index: 99900;
}
#opalhotel_backbone_modal .opalhotel_backbone_modal_content{
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 500px;
    max-width: 700px;
    background: #fff;
    z-index: 100000;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out;
}
#opalhotel_backbone_modal .opalhotel_backbone_modal_content header{
    padding: 13px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    position: relative;
}
#opalhotel_backbone_modal .opalhotel_backbone_modal_content footer{
    padding: 16px;
    overflow: hidden;
}
#opalhotel_backbone_modal .opalhotel_backbone_modal_content footer button{
    float: right;
    margin: 0px 5px;
}
#opalhotel_backbone_modal .opalhotel_backbone_modal_content footer.center{
    text-align: center;
}
#opalhotel_backbone_modal .opalhotel_backbone_modal_content footer.center button{
    float: initial;
}
#opalhotel_backbone_modal .opalhotel_backbone_modal_content header h1{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
#opalhotel_backbone_modal .opalhotel_backbone_modal_content header .opalhotel_button_close{
    color: #999;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 12px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-family: serif;
    border-radius: 2px;
}
#opalhotel-room-pricing h3:focus{
    outline: none;
}
#opalhotel-room-pricing .ui-accordion-header{
    background: none !important;
    background-color: #9BAEB7 !important;
    color: #fff;
}
#opalhotel-room-pricing .ui-accordion .ui-accordion-content{
    /*height: auto !important;*/
}
/* Rating */
.star-wrapper .star{
    color: #111;
    font-family: FontAwesome;
}
.star-wrapper .star:hover{
    cursor: pointer;
}
.star-wrapper .star:before{
    content: '\f006';
}
.star-wrapper .star.active:before{
    content: '\f005';
}
.comment-rating{
    position: relative;
}
.comment-rating:before{
    content: '\f006\f006\f006\f006\f006';
    font-family: Fontawesome;
}
.comment-rating span{
    overflow: hidden;
    font-family: Fontawesome;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}
.comment-rating span:before{
    display: block;
    content: '\f005\f005\f005\f005\f005';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}