/*jQuery chosen---*/
.chosen-container-single .chosen-single {
    font: 12px/1.6 tahoma,arial,sans-serif;
    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 .chosen-drop {
    border: none;
}

.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container.chosen-with-drop .chosen-drop,
.chosen-container-single .chosen-search input[type=text] {
    border: 1px solid #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: initial;
    word-break: break-all;
    white-space: initial;
}

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

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