#car_selector select,
#car_selector label,
#car_selector textarea,
#car_selector input[type="text"],
#car_selector input[type="password"],
#car_selector input[type="datetime"],
#car_selector input[type="datetime-local"],
#car_selector input[type="date"],
#car_selector input[type="month"],
#car_selector input[type="time"],
#car_selector input[type="week"],
#car_selector input[type="number"],
#car_selector input[type="email"],
#car_selector input[type="url"],
#car_selector input[type="search"],
#car_selector input[type="tel"],
#car_selector input[type="color"],
#car_selector .uneditable-input,
#car_selector .input-append input,
#car_selector .input-prepend input,
#car_selector .input-append select,
#car_selector .input-prepend select,
#car_selector .input-append .uneditable-input,
#car_selector .input-prepend .uneditable-input,
#car_selector .chzn-container{
    font-size: 13px;
}
@media (max-width: 992px) {
    #car_selector #period select {
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
    }
}
#car_selector{
    width: 100%;
    z-index: 25;
}
#car_selector .well{
    margin-bottom: 0;
}
#car_selector table{
    table-layout: fixed;
}
#car_selector table td.gstd{
    width: 32%;
    vertical-align: top;
}

#car_selector .control-group {
    margin-bottom: 10px;
}
#car_selector .form-group {
    margin-left: 0;
}
#car_selector a[name="cs-collapse"],
#car_selector a[name="cs-reset"],
#car_selector a[name="cs-hide"]{
    cursor: pointer;
    text-decoration: none;
}
#car_selector a[name="cs-collapse"].text-muted {
    cursor: not-allowed;
}
#car_selector .fa-thumb-tack{
    cursor: pointer;
}
#car_selector a[name="cs-collapse"].text-muted:hover{
    text-decoration: none;
    color: #999999;
}
#car_selector [name="always-visible"] .btn{
    margin: 0 5px;
}
#car_selector [name="text-csfilter"] ul{
    margin-bottom: 0;
}
#car_selector [name="text-csfilter"] ul li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}
#car_selector .chosen{width: 100%}
.subnav-fixed {
    border-color: #D5D5D5;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
}
.subnav-fixed .well {
    border-right: none;
    border-left: none;
}
#car_selector .cstd [name="cs-refresh"]:hover .fa-refresh{
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
#car_selector .cstd{
    vertical-align: top;
}
#show_CS.vertical{
    position:fixed;
    white-space:nowrap;
    width:30px;
    top: 80px;
    right: -3px;
}
#show_CS.vertical a {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=3.061616999114022e-16, M12=1, M21=-1, M22=3.061616999114022e-16, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE */
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    left: -54px;
    position: relative;
    text-indent: 0;
    top: 50px;
    vertical-align: text-top;
}
#cs-pos {
    height: 1px;
}

#car_selector .ui-widget-content{
    background: url("../image/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom #ffffff;
    border: 1px solid #357EBD;
}
#car_selector .ui-slider .ui-slider-range {
    background: url("../image/ui-bg_glass_75_d0e5f5_1x400.png") no-repeat scroll -50% bottom #428BCA;
    border: 1px solid #357EBD;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
#car_selector .ui-slider .ui-slider-handle {
    cursor: default;
    height: 1em;
    position: absolute;
    width: 1em;
    z-index: 2;
}
#car_selector .ui-state-default,
#car_selector .ui-widget-content .ui-state-default,
#car_selector .ui-widget-header .ui-state-default {
    background: url("../image/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% 50% #ffffff;
    border: 2px solid #357EBD;
    color: #2E6E9E;
    font-weight: bold;
}
#car_selector .ui-corner-all {
    border-radius: 8px;
}
#car_selector .ui-slider-horizontal {
    height: 0.5em;
}
#car_selector .slider-left,
#car_selector .slider-center,
#car_selector .slider-right{
    color: #999999;
    font-size: 10px;
    text-align: center;
    margin-bottom: -4px;
}
#car_selector .slider-left{
    float: left;
    width: 50%;
}
#car_selector .slider-center{
    display: block;
    width: 87%;
    position: absolute;
}
#car_selector .slider-right{
    width: 50%;
}
#car_selector .form-group {
    margin-bottom: 5px;
}
#car_selector .range-selector .form-control {
    border: none;
    box-shadow: none;
    background-color: #f5f5f5;
    padding: 0;
    height: 24px;
    margin-bottom: 1px;
}
#car_selector .range-selector .pull-right .form-control {
    text-align: right;
}
#car_selector .range-selector .clearfix {

}
#car_selector .popover-title > .btn-link.text-muted {
    color: #777777;
}
#car_selector .popover-title > .btn-link.text-muted:hover {
    color: #333333;
}
#car_selector .popover-title {
    min-width: 210px;
}