.search-bar-input-group .input-group-addon {
  background-color: #fff;
  border-radius: 19px 0 0 19px;
}
.search-bar-input-group .input-group-addon .search-bar-search-icon {
  height: 24px;
}
.search-bar-input-group .selection .select2-selection {
  border-radius: 0 19px 19px 0;
  min-height: 38px;
}
.select2-container > .select2-dropdown.select2-dropdown--below {
  border-radius: 0 19px 19px 19px;
  margin-top: -37px;
}
.select2-container > .select2-dropdown.select2-dropdown--below .select2-search--dropdown {
  padding-right: 12px;
}
.select2-container > .select2-dropdown.select2-dropdown--below .select2-results__option {
  position: relative;
  padding: 10px;
}
.select2-container > .select2-dropdown.select2-dropdown--below .search-bar-result-type-icon {
  height: 30px;
  float: right;
}
/*# sourceMappingURL=main.css.map */