.theme1.chosen-container.chosen-container-single .chosen-single {
  border-radius: 0px;
  border-color: #e4e9f1;
  background: #fff;
  box-shadow: none;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
.theme1.chosen-container.chosen-container-single .chosen-single div b {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #20bdcb;
  background: none;
  position: relative;
}
.theme1.chosen-container.chosen-container-single .chosen-single div b:before {
  font-size: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0px;
  content: "\f107";
}
.theme1.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 0px;
  border: 1px solid #20bdcb;
  background: #fff;
}
.theme1.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\f106";
}
.theme1.chosen-container.chosen-container-single .chosen-drop {
  border-radius: 0px;
  border-color: #e4e9f1;
  background: #fff;
  box-shadow: none;
  margin: 0;
}
.theme1.chosen-container.chosen-container-single .chosen-drop .chosen-results {
  padding: 0px;
  margin: 0px;
  box-shadow: none;
}
.theme1.chosen-container.chosen-container-single .chosen-drop .chosen-results li {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
.theme1.chosen-container.chosen-container-single .chosen-drop .chosen-results li.highlighted {
  background: #20bdcb;
  margin: 0px -1px;
}
.theme2.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #dce1e8;
  background: #fff;
}
.theme2.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\f0d8";
}
.theme2.chosen-container.chosen-container-single .chosen-single {
  border-radius: 0px;
  border-color: #dce1e8;
  background: #fff;
  box-shadow: none;
  color: #666666;
  text-align: center;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}
.theme2.chosen-container.chosen-container-single .chosen-single div b {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #a0a0a0;
  background: none;
  position: relative;
}
.theme2.chosen-container.chosen-container-single .chosen-single div b:before {
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0px;
  content: "\f0d7";
}
.theme2.chosen-container.chosen-container-single .chosen-drop {
  border-radius: 0px;
  border-color: #dce1e8;
  background: #fff;
  box-shadow: none;
  margin: 0;
}
.theme2.chosen-container.chosen-container-single .chosen-drop .chosen-results {
  padding: 0px;
  margin: 0px;
  box-shadow: none;
}
.theme2.chosen-container.chosen-container-single .chosen-drop .chosen-results li {
  background: transparent;
  color: #666666;
  text-align: center;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.theme2.chosen-container.chosen-container-single .chosen-drop .chosen-results li.highlighted {
  color: #ff6768;
}
