
.chosen-container {
    font-size: 12px;
}
.chosen-container-multi .chosen-choices, .chosen-container-single .chosen-single {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: none;
    line-height: 27px;
}
.chosen-container-single .chosen-single {
    height: 31px !important;
}
.chosen-container-multi .chosen-choices {
    min-height: 31px;
}
.chosen-container-active .chosen-choices, .chosen-container-active .chosen-single {
    border: 1px solid #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.chosen-container-single .chosen-single div b {
    background-position: 0 4px;
}
.chosen-container-single .chosen-single abbr {
    top: 8px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
}
.chosen-container.error {
    padding: 0;
}
.error .chosen-choices, .error .chosen-single {
    border-color: #ee5f5b;
    border-width: 2px;
}
td > .chosen-container:only-child {
    width: 100%;
}
.control-flow > .chosen-container {
    margin-bottom: 2px;
    margin-top: 2px;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #337ab7;
    background-image: none;
}
.chosen-container .chosen-drop.fixed {
    display: none;
    position: fixed;
}
.chosen-container.chosen-with-drop .chosen-drop.fixed {
    display: block;
}
