/*fix in smart slider*/
/*
.n2-ss-slider .n2-ow, .n2-ss-slider .n2-ow-all *, .n2-ss-slider .n2-ow-all *:after, .n2-ss-slider .n2-ow-all *:before, .n2-ss-slider .n2-ow:after, .n2-ss-slider .n2-ow:before {
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}
*/

/*search form style*/

.input-with-icon-container{
    position:relative;
}
.input-with-icon-container input {
    padding-left: 25px !important;
}
#rsf_pickup_date {
    padding-left:32px;
}
i.left-icon-container {
    top: 50%;
    font-size: 18px;
    position: absolute;
    left: 10px;
    transform: translateY(-50%);
}

.renthub_description_block td{
    padding-right:4px;
}

.datepicker-input.form-control[readonly]{
    background-color:white;
}

.datepicker-dropdown.dropdown-menu{
    width:auto;
}

.renthub_search_form_container .nav{
    margin:0;
    padding:0;
    border:none;
}

.renthub_search_form_container .search_form_container {
    background-color: #f86d34;
    padding:25px;
    color:white;
    font-size:12px;
}

.renthub_search_form_container .search_form_container label {
    color:white;
}

.renthub_search_form_container li {
    border:none;
    margin:0 !important;
}

.renthub_search_form_container .nav a {
    display:block;
    font-size: 14px;
    font-weight: 800;
    margin: 0 2px 0 0;
    text-shadow: none;
    border-radius: 0;
    background-color:white;
    border:none !important;
    color:black;
    padding:10px;
    box-shadow:none;
   /* position: relative;
    bottom: 6px;*/
}

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

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


.renthub_search_form_container {
    max-width:100%;
    vertical-align: middle;
    padding: 100px 10%;
}

.renthub_search_form_container .btn-submit{
    background-color: #0000a2;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    border:none;
}

.renthub_search_form_container .btn-submit:hover {
    background-color: #000073;
    color: white;

}

.pickup-container,.dropoff-container,.pickup-datetime-container,.dropoff-datetime-container{
    width:25%;
    display:inline-block;
    float:left;
}
.search_form_container.parking .pickup-container,.search_form_container.parking .dropoff-container,.search_form_container.parking .pickup-datetime-container,.search_form_container.parking .dropoff-datetime-container{
    width:33%;
}
.start-search-button-container {
    float: right;
    width: 25%;
}

.linear_renthub_search_form_container{
    padding:5px;
}

.linear_renthub_search_form_container .pickup-container,
.linear_renthub_search_form_container .dropoff-container,
.linear_renthub_search_form_container .pickup-datetime-container,
.linear_renthub_search_form_container .dropoff-datetime-container
{
    width: 26%;
}

.linear_renthub_search_form_container .start-search-button-container{
    width:19%;
}

.search-elements-margin{
    margin-right:15px;
}

.datetime-group .datepicker-input{
    width:63%;
    float:left;
}
.datetime-group .timepicker-input{
    width:32%;
    float:right;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .renthub_search_form_container {
        padding: 100px 0;
    }

    .pickup-container,.dropoff-container,.pickup-datetime-container,.dropoff-datetime-container{
        width:50% !important;
    }


    .start-search-button-container{
        width:50% !important;
    }

    .linear_renthub_search_form_container .start-search-button-container{
        margin-bottom:15px;
    }

    .dropoff-container .search-elements-margin{
        margin-right:0;
    }


}

@media (max-width: 768px) {
    .renthub_search_form_container {
        padding: 100px 0;
    }

    .pickup-container,.dropoff-container,.pickup-datetime-container,.dropoff-datetime-container, .start-search-button-container, #rsf_start_search{
        width:100% !important;
    }

    .linear_renthub_search_form_container .start-search-button-container{
        margin-bottom:15px;
        margin-top:15px;
    }
    .linear_renthub_search_form_container .start-search-button-container label{
       display:none;
    }
    .search-elements-margin{
        margin-right:0;
    }




}

.small-search-form{
    max-width:550px;
}
.small-search-form .pickup-container,.small-search-form .dropoff-container,
.small-search-form .pickup-datetime-container,.small-search-form .dropoff-datetime-container,
.small-search-form .start-search-button-container, .small-search-form #rsf_start_search{
    width:100% !important;
}

.small-search-form .search-elements-margin{
    margin-right:0;
}


.compact_search_category .renthub_search_category{
    display:block;
    float: none;
    width: 100%;
}

.compact_search_category .renthub_search_category a{
    display:block;
    width:100%;
}
