@charset "UTF-8";
.chosen-container {
  height: 40px;
}

.chosen-container .chosen-single {
  height: 40px;
  background: none !important;
  border: 0 !important;
  line-height: 40px;
  font-size: 16px;
  box-shadow: none;
  border-bottom: 1px solid #9E9E9E !important;
  border-radius: 0 !important;
  padding-left: 0;
}

.chosen-container .chosen-single b {
  background: none !important;
  background-position: 0 !important;
}

.chosen-container .chosen-single b:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '▼';
  display: block;
  width: 10px;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 10px;
  text-align: center;
}

.chosen-container .chosen-drop {
  margin-top: -40px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.chosen-container .chosen-search input {
  box-sizing: border-box;
  background: none !important;
  height: 36px !important;
  line-height: 36px !important;
}

