/**
 * @file
 * Drupal-specific CSS fixes for the Chosen module
 */
.chosen-enable {
  width: 100% !important; }

.chosen-container {
  width: 100%;
  display: inline-block !important;
  background-color: red;
  /* Error handling. */ }
  .chosen-container.error .chosen-single, .chosen-container.error .chosen-single span {
    line-height: inherit; }
  .chosen-container.error .chosen-choices, .chosen-container.error .chosen-single {
    border: 2px solid red; }

.chosen-container-single .chosen-single {
  font-size: 120%;
  font-weight: 400;
  border-radius: 0 !important; }

.chosen-container-single .chosen-search {
  display: block; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto; }

.container-inline div.chosen-container div {
  display: block; }

.filter-wrapper {
  overflow: visible !important; }
  .filter-wrapper:after {
    content: "";
    display: block;
    clear: both; }

/*# sourceMappingURL=chosen.css.map */
