.objectList .dropdown-toggle{
    margin-bottom: 0px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
}
.objectList .dropdown-toggle:hover{
    background-color: #fff !important;
}
.objectList .bootstrap-select{
    background-color: #eeeeee !important;
}
.objectList .bootstrap-select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.objectList .dropdown-menu{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.objectList  a:hover{
    background-color: #fff !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.objectList  a{
    color: #333 !important;
    background-color: #fff !important;
}
.objectList  a  .text{
    font-size: 14px;
    line-height: 1.42857143;
}

.dropdown-toggle[aria-expanded="true"]::after{
    border-top: 0px !important;
    border-bottom: 4px dashed !important;
}
