body {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    font-size: 12px;
    background: #fefefe;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

* html body { /*IE6 hack*/
    padding: 130px 0 110px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

#page-categories {
    float: top;
    width: 98%;
    text-align: left;
}

#page-vehicles, #page-signals {
    float: left;
    width: 45%;
    text-align: left;
}

#barecontainer {
        margin: 0;
        padding: 0;
        width: 100%;
        border: 0;
        text-align: center;
    }

#availablevehicles, #availablesignals {
    font-weight: bold;
    display:inline-block;
    margin: 1em 0 1em 0;
    padding: 0px;
    font-size: 16px;
    white-space: nowrap;
    height: 21px;
    color: rgb(3, 30, 47);
}

select {
    font-size: 13px;
    width: 98%;
    background-color: #eee;
    color: #333;
    padding: 0px 10px;
    margin: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px;
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee), color-stop(1, #fff));
    background: linear-gradient(top, rgba(255,255,255,1), rgba(238,238,238,1));
}

.select2-container--default .select2-results > .select2-results__options {
    height: 441px!important;
    max-height: 441px!important;
}

::-webkit-scrollbar {
    width: 18px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: outset 0 0 1px rgba(0,0,0,0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(238,238,238,0.8);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,1);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(238,238,238,0.8);
    }

#vehiclestext {
    border-left: 4px solid #01a1df;
    border-right: 4px solid #01a1df;
}

#vehicles {
    border-left: 5px solid #01a1df;
    border-top: 5px solid #01a1df;
}

#signals {
    border-left: 5px solid #333;
    border-top: 5px solid #333;
}

#highlight {
    color: #ad3201;
    display: inline;
}

.filters-header {
    font-weight: bold;
    font-size: 16px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 10px;
}

.filters {
    padding: 0px;
}

.btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #eeeeee;
    -webkit-box-shadow: inset 0px 1px 0px 0px #eeeeee;
    box-shadow: inset 0px 1px 0px 0px #eeeeee;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eee), color-stop(1, #aaa) );
    background: -moz-linear-gradient( center top, #eee 100%, #aaa 5% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#aaa');
    background-color: #ddd;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #333;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 4px #eeeeee;
}

    .btn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eee), color-stop(1, #ddd) );
        background: -moz-linear-gradient( center top, #eee 5%, #ddd 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ddd');
        background-color: #eee;
    }

    .btn:active {
        position: relative;
        top: 1px;
    }

.filters {
    width: 98%
}

.vehicleicon {
    height: 2em;
    vertical-align: middle;
    margin-left: 0.8em;
    margin-right: 0.8em
}

input[name="category-filter"] {
  vertical-align: middle;
  margin: 0 0 0 0;
}

.filters ul{
    list-style-type:none;
    margin:0;
    padding:0;
    border:none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.filters li{
    margin:0;
    padding:0.25em 0.5em 0.25em 0em;
    width: 100%;
    display: block
}

.filters li:first-child{
    padding-top: 0
}
