/*Booking prices*/
.book_price_wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #F97274;
    border-radius: 10px;
    width: 305px;
    min-height: 140px;
    z-index: 3000;
    margin-top: 10px;
}

.book_price_wrap .list-cal {
    margin-top: 0;
}

.book_price_close {
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    line-height: 18px;
    overflow: hidden;
    color: #aaa;
    vertical-align: top;
    font-size: 16px;
}

.book_price_close:hover {
    color: #999;
}

.book_price_inner {
    padding: 25px 13px 13px;
}

.book_search_button {
    transition: all .3s ease-in-out;
    display: block;
    padding: 3px;
    border: 3px solid #F97274;
    border-radius: 4px;
    background: #F97274;
    color: #fff;
    font: bold 16px Arial, Helvetica, sans-serif;
    text-align: center;
    border-radius: 3px;
    margin-top: 12px;
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

.book_search_button:hover,
.book_search_button:active {
    background: #fff;
    color: #F97274;;
}

.book_search_button.book_button_disabled,
.book_search_button.book_button_disabled:hover {
    color: #fff;
    background: #F97274;
    opacity: .5;
    cursor: default;
}

.booking_systemz {
    margin-top: 15px;
}

.booking_systemz_link {
    display: flex;
    flex-flow:row nowrap;
    align-items:center;
    position: relative;
    z-index: 1;
    padding:5px 5px
}

.booking_systemz_txt {
    text-decoration: underline;
}

.booking_systemz_txt:hover {
    text-decoration: none;
}

.booking_systemz_link.empty, .booking_systemz_link.empty:hover {
    color: #727272;
    background: #fff
}

.booking_systemz_prwrap {
    margin-left: 7px;
    font-weight:bold;
}

.booking_systemz_book {

    padding: 3px 7px;
    margin-left:auto;
}

.booking_systemz_curr {
    text-transform: lowercase;
}

.booking_systemz_preloder {
    position: absolute;
    top: 50%;
    margin-top:-10px;
    right: -14px;
    width: 20px;
    height: 20px;
    background: url("/images/wait.gif") no-repeat scroll center center
}
