@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: left;
  /* ตัดคำในออพชั่น */
  white-space:normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
          border-radius: 5px;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  /* border: none; */
  z-index: 0 !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  height: auto;
}


.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  /* border: 0; */
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgb(232, 255, 232);
  /* min-width: 400px; */
  max-width: 800px;
  white-space:normal;
}

/*# sourceMappingURL=bootstrap-select.css.map */

.no-results{
  background-color: azure;
  cursor: pointer;
}