/*jQuery chosen---*/
.chosen-container-single .chosen-single {
    height: 30px;
    line-height: 28px;
    border: 1px solid #dadada;
    background: #fff;
    border-radius: 2px;
    color: #333;
    box-shadow: none;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container .chosen-drop,
.chosen-container-single .chosen-search input[type=text] {
    border-color: #dadada;
}

.chosen-container {
    font-size: 12px;
    width: 150px;
}

.chosen-container .chosen-results {
    color: #333;
    max-height: 160px;
}

.chosen-container .chosen-results li {
    padding: 6px;
    line-height: unset;
}

.chosen-disabled {
    cursor: no-drop;
    opacity: unset !important;
}

.chosen-disabled .chosen-single {
    background-color: #e5e5e5;
    color: #999;
    cursor: no-drop;
}
