﻿#btnAdvancedSearchVehicles {
    right: 20px;
}

#dropdown-multiselect-custom button {
    color: #888888;
    background-color: #ffffff;
    fill: #337ab7;
    border: solid 1px #ddd;
    font-size: 15px;
    height: 38px;
    right: 0px;
    line-height: 0px;
    width: 100%;
    top: -5px;
}

#dropdown-multiselect-custom .btn:hover, .search_other:hover, #other_info:hover {
    color: #888888;
    background-color: #ffffff;
    fill: #337ab7;
    border: solid 1px #ddd;
    font-size: 15px;
    height: 38px;
    right: 0px;
    line-height: 0px;
    width: 100%;
    top: -5px;
}

.multiselect-parent {
    width: 100%;    
}

.my_vehicles_list_custom {
    padding: 0px;
    margin: 50px 0 50px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    /*color: #ffffff;
    text-decoration: none;
    background-color: #337ab7;*/
    color: black;
    text-decoration: none;
    background-color: #c7c7c7;
}

button.dropdown-toggle.ng-binding.btn.btn-default {
    padding: 0px;
}

span.glyphicon.glyphicon-ok {
    color: green;
}

span.glyphicon.glyphicon-remove {
    color: red;
}

ul.dropdown-menu.dropdown-menu-form {
    width: 100%;
}