/*FIX RENTIT TEMPLATE*/
a:not(.btn-theme).renthub_pricelist_x {
    color: #565656;

}

/* PRICELIST*/
.renthub_price_specification {
    border: 2px solid #d3d3d3;
    background-color: #fdfdfd;
    padding: 5px;
    text-align: center;
}

.pricelist_name {
    font-size: 18px;
    text-align: center;
    border: 1px solid gray;
    background-color: #f7f7f7;
}

.renthub_select_btn {
    display: none;
}
.renthub_vehicle_container{
    min-height:250px;
    margin-top:20px !important;
    margin-bottom: 10px !important;
    background-color: #ffffff;
    color: inherit;
    border: none;
    -webkit-box-shadow: 0 0 8px 0 rgba(201,201,201,1);
    -moz-box-shadow: 0 0 8px 0 rgba(201,201,201,1);
    box-shadow: 0 0 8px 0 rgba(201,201,201,1);
}
.pricelist_extra_km_price {
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 9px;
}

.pricelist_realprice {
    color: red;
    zoom: 1.5;
    display: inline-block;
    margin-right: 5px;
}

.pricelist_starting_price {
    display: inline-block;
    zoom: 0.9;
    text-decoration: line-through;

}

.pricelist_price {
    color: red;
    zoom: 1.5;
    display: inline-block;
    margin-right: 5px;
}

/*PRICELIST END*/

.renthub_services_included .fa-check {
    color: #00b200;
}

.renthub_vehicle_details_inner h4 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.renthub_services_included {
    padding-right: 10px;
    white-space: nowrap;
}

.renthub_vehicle_not_available {
    border: 1px solid red;
    padding: 8px 5px;
    width: 100%;
    color: red;
    margin-bottom: 10px;
    display: block;
    zoom: 0.9;
}

.renthub-img-responsive {
    width: 100%;
    max-height: 100%;
}

.renthub_vehicle_details_container {
    padding:15px !important;
    width: 100%;
}

.renthub_search_results_container {
    max-width: 100%;
    vertical-align: middle;
    padding: 100px 5%;
    color: #565656;
}

.renthub_vehicle_container {
    min-height: 250px;
    margin-top: 20px !important;
    margin-bottom: 10px;
}

.renthub_vehicle_img {
    width: 32%;
    display: inline-block;
    float: left;
}

.renthub_vehicle_img_inner {
    max-width: 100%;
    margin-right: 20px;
    margin-top: 8px;
}

.renthub_vehicle_details {
    width: 48%;
    display: inline-block;
    float: left;
}

.renthub_single_detail_block {
    margin-bottom: 4px;
}

.renthub_vehicle_details_inner {
    max-width: 100%;
    margin-right: 20px;
}

.renthub_description_block {
    margin-top: 10px;
    margin-bottom: 10px;
}

.renthub_vehicle_pricelists {
    width: 20%;
    display: inline-block;
    float: right;
}

.renthub_vehicle_pricelists_inner {
    max-width: 100%;
    text-align: center;
}

@media (max-width: 1200px) {

    .renthub_pricelist_x {
        text-align: center;
    }

    .renthub_search_results_container {
        padding: 100px 5%;
    }

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

    .renthub_vehicle_img_inner {
        max-width: 100%;
        text-align: center;
        float: none;
        margin-right: 0;
    }

    .renthub_vehicle_img_inner img {
        width: auto;
        max-width: 100%;
        max-height: 250px;
    }

    .renthub_vehicle_details {
        margin-top: 10px;
        width: 100%;
    }

    .renthub_vehicle_details_inner {
        max-width: 100%;
    }

    .renthub_vehicle_pricelists {
        margin-top: 10px;
        width: 100%;
    }

    .renthub_vehicle_pricelists_inner {
    }

}

@media (max-width: 768px) {
    .renthub_search_results_container {
        padding: 100px 5%;
    }

}

/*not needed*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */

#renthub_booking_loader_msg {
    margin-top: 15px;
    text-align: center;
    cursor: progress;
    display: none;
}

#renthub_load_more_bookings {
    display: none;
}

.paid_booking {
    color: green;
}

.renthub_status_quotation span, .renthub_status_quotation_closed span {
    color: #680271;
    font-weight: bold;
}

.renthub_status_inserted span {
    color: #a8ab00;
    font-weight: bold;
}

.renthub_status_closed span {
    color: #0000ea;
    font-weight: bold;
}

.renthub_status_confirmed span {
    color: green;
    font-weight: bold;
}

.renthub_status_in_progress span {
    color: #ce7800;
    font-weight: bold;
}

.renthub_status {
    float: left;
    position: absolute;
    left: 15px;
    top: 10px;
}


.renthub_documents {
    padding-bottom: 15px;
}

.renthub_documents hr {
    width: 95%;
    margin-top: 0;
}
.renthub_quotation a, .renthub_contracts a, .renthub_invoices a {
    color: #0000ea !important;
}

.not_allowed a,.not_allowed a:hover{
    cursor: not-allowed !important;
    color:gray !important;
}

.renthub_quotation, .renthub_contracts, .renthub_invoices {
    width: 33%;
    text-align: center;
    display: inline-block;
}


.renthub_quotation {

}

.renthub_contracts {

}

.renthub_invoices {

}

.renthub_contracts .dropdown-menu{
    width:180px;
    left:90px;
}
.renthub_invoices .dropdown-menu{
    width:230px;
    left:115px;
}
.renthub_load_more_bookings_container{
    font-weight:bold;
    text-align:right;
    font-size:18px;
}
.renthub_booking_container{
    position:relative;
    padding-top:13px;
}
.renthub_id_container{
    float:right;
    position:absolute;
    right: 15px;
    top: 1px;
    font-size:10px;
    color: #adadad;
}
