/*
Theme Name: LeadEngine Child
Template: leadengine
Theme URI: https://www.leadengine-wp.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Page Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */


.renthub_description_block table {
    border-collapse: collapse;
    border: none !important;
}

.renthub_description_block table tr {
    border: none !important;
}

.renthub_description_block table td{
    border: none !important;
}

.renthub_description_block table td{
    padding:0 4px 0 0 !important;
}

.form-control{
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    color: #14181c;
}

.renthub-element-container {
    height: 105px;
}

.renthub_search_form_container .search_form_container {
    background-color: #43a421;
}
.renthub_search_form_container .nav .active a{
    color:white !important;
    background-color:#43a421 !important;
}

.renthub_search_form_container .nav a:hover{
    color:white;
    background-color:#43a421;
}

#renthub_pay_agency_button, #renthub_quotation_button, #renthub_pay_online_button {
    background-color: #43a421;
    color: white;
    font-weight: bold;
}

#renthub_pay_online_button:hover{
    background-color: #38801f;

}

#renthub_pay_agency_button,#renthub_quotation_button {
    background-color: #9e9e9e;
}

#renthub_pay_agency_button:hover,#renthub_quotation_button:hover {
    background-color: #737373;
}

#login_check_data,#renthub_reset_pass_action,#renthub_register_new_user,#renthub_change_pass_action {
    background-color: #43a421;
    border-color:#43a421;
}
#login_check_data:hover,#renthub_reset_pass_action:hover,#renthub_register_new_user:hover,#renthub_change_pass_action:hover {
    background-color: #3b911e;
    border-color:#3b911e;
}

.renthub_search_form_container .btn-submit{
    background-color: black;
    color: white;
}
.renthub_search_form_container .btn-submit:hover {
    background-color: #3e3e3e;
    color: white;

}

.checkbox input[type="checkbox"] {
    margin-left:-10px;
}

.renthub_pricelist_x {
    border: 4px solid black;
}

.renthub_vehicle_title{
    padding-bottom:10px;
    margin-bottom:10px !important;
}

.renthub_description_block h4{
    margin-top:0px;
    margin-bottom:5px;

}

.entry-header {
    padding-top: 95px;
    padding-bottom: 40px;
}

.entry-header.with-topbar {
    padding-top: 175px;
}

.renthub_container_info {
    margin: 0;
}

@media (min-width: 992px){

    #rbf_book_form .col-md-3, #rbf_book_form .col-md-9{
        padding-left:5px;
        padding-right:5px;
    }

}

.renthub_errors_list li:before {
    content:'' !important;
}

#rbf_book_form > .row {
    margin-right: -15px;
    margin-left: -15px;
}
.row.renthub-content {
    padding-left: 8px;
    padding-right: 8px;
}

@media(max-width:960px) {
    #renthub_pay_online_button, #renthub_pay_agency_button, #renthub_quotation_button{
        width:100%;
        margin-top:10px;
    }

}

/*custom picker*/
.custom-spinner .input-group-addon i {
    background-color:#43a421;
}

.custom-spinner .input-group-addon {
    border-color: #43a421;
    background-color: #43a421;
}

.custom-spinner input{
    border-color: #43a421;
}

.renthub-title {
    padding: 0 !important;
}

.renthub-title h4{
    line-height: 60px;
    margin:0;
}

.logo img{
    max-height:50px;
}

.modal{
    top:10px;
}

.datepicker-dropdown{
    z-index:1500 !important;
}