/**
 * @file
 * Styles for Chosen elements.
 */

.chosen-container-single {
  width: 100% !important;
  font-size: 14px;
  margin-bottom: 10px;
}

.chosen-container-single .chosen-single {
  height: 36px;
  line-height: 36px;
  color: #a8a8a8;
  border: 1px solid #b4b9bf;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.chosen-container-single .chosen-single div b {
  background-position: 0px 6px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}

.chosen-container-single .chosen-search input[type="text"] {
  height: 30px;
  border: 1px solid #000000;
  padding: 4px;
  background: #fff;
  background-image: none !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  box-shadow: none;
}

.chosen-container .chosen-drop {
  box-shadow: none;
  border-top: 1px solid #b4b9bf;;
}

.chosen-container .chosen-results {
  padding: 0;
}

.chosen-container .chosen-results li {
  padding: 8px 6px;
}

.chosen-container .chosen-results li.highlighted {
  background: #000000 !important;
  color: #fff;
}
