.select2-container .select2-choice {
  height: 30px;
  line-height: 28px;
  border-color: #d9d9d9;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
.select2-container .select2-choice .select2-arrow {
  background-color: transparent;
  background-image: none;
  border-left: none;
}
.select2-container .select2-choice .select2-arrow b {
  background: none;
  position: relative;
}
.select2-container .select2-choice .select2-arrow b:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #aaa;
}
.select2-container.select2-container-active .select2-choice {
  border-color: #5897fb;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after {
  content: "\f0d8";
}
.select2-container abbr {
  background: transparent;
}
.select2-container abbr:after {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  top: -7px;
  font-size: 11px;
  color: #aaa;
}
.select2-search {
  position: relative;
  padding: 0 6px;
}
.select2-search:after {
  position: absolute;
  content: "\f002";
  font-family: FontAwesome;
  color: #aaa;
  right: 10px;
  top: 4px;
  width: 18px;
}
.select2-drop.select2-drop-above .select2-search:after {
  top: 8px;
}
.select2-search input {
  border-color: #d9d9d9;
  background: #fff;
}
.select2-results .select2-highlighted {
  background-color: #4cc0c1;
}
.select2-container-multi .select2-choices {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding-top: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-search-choice-close {
  background: transparent;
}
.select2-search-choice-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 11px;
  color: #aaa;
  position: absolute;
  left: 2px;
  top: -1px;
}