.bs-select:focus *,
.bs-select.focus *,
.bs-select *:focus,
.bs-select *.focus {
  outline: none !important;
}

.bs-select {
  position: relative
}

.bs-dropdown {
  width: 100%;
  z-index: 3000
}

.bs-searchbox {
  padding: 5px 20px 10px
}

.bs-searchbox input {
  width: 100%;
  padding: 0 10px;
  line-height: 34px;
  border: 1px solid rgba(0, 0, 0, .1);
  height: 34px
}

.bs-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 418px;
  overflow-y: auto
}

.bs-dropdown ul>li>a {
  cursor: pointer;
  color: #444;
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.bs-dropdown .no-results {
  padding: 10px 0 0
}

.bs-dropdown ul>li>a:focus,
.bs-dropdown ul>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
  outline: 0
}

.bs-dropdown ul>.active>a,
.bs-dropdown ul>.active>a:focus,
.bs-dropdown ul>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff8f39;
  font-weight: 500
}

.bs-select .dropdown-toggle,
select.selectpicker {
  background: #fff;
  border: 1px solid #bfe8dd;
  color: #444;
  font-size: 14px;
  line-height: 56px;
  display: inline-block;
  padding: 0 48px 0 20px;
  position: relative;
  width: 100%;
  white-space: nowrap
}

.bs-select .dropdown-toggle a {
  color: #444;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.bs-select .dropdown-toggle .filter-option {
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
}

.bs-select select {
  display: none
}

select.selectpicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(assets/images/appearance.png);
  background-repeat: no-repeat;
  background-position: right 20px center
}

.bs-select .dropdown-toggle::before {
  display: block;
  position: absolute;
  border-top: 4px solid #619bc6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 50%;
  margin-top: -2px;
  right: 20px
}

.bs-select .dropdown-toggle:active,
.bs-select.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.bs-select .hide-filter {
  display: none
}

.bs-select .dropdown-toggle {
  background: #fff;
  border-radius: 0;
  border: none;
  color: #464c4b;
  display: block;
  font-size: 16px;
  line-height: 42px;
  height: 44px;
  width: 100%;
  padding: 0 44px 0 10px;
  z-index: 1;
}

.bs-select .dropdown-toggle {
  cursor: pointer;
  border-bottom: 2px solid #20ce97;
  padding-left: 0;
}

.bs-select .dropdown-toggle::before {
  content: '';
  display: block;
  position: absolute;
}

.bs-select .dropdown-toggle::before {
  right: 25px;
  top: 50%;
  margin-top: -2px;
  border-top: 5px solid #20ce97;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.bs-select .dropdown-toggle::after {
  display: none;
}
