.selectize-control
  {
    width: 100%;
  }
  .selectize-dropdown.dropdown-up {
    border: 1px solid #d0d0d0;
    border-bottom: 0 none;
}

.selectize-dropdown {
    box-shadow: none;
    border-radius: 0!important;
    border: none!important;
    padding: 0 5px!important;
    box-sizing: content-box;
    font-size: 12px;
    font-weight: bold;
}
.selectize-dropdown, .selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #333;
    font-family: inherit;
    font-size: inherit;
    line-height: 20px;
    -webkit-font-smoothing: inherit;
}
  #selectize-dropdown-content li{
    cursor: pointer;
    overflow: hidden;
    padding: 7px 14px;
    font-size: 14px;
  }
  #selectize-dropdown-content li:hover{
    background: rgb(208, 232, 250) !important;
    border-radius: 26px;
  }
  li em {
  background:#ff6;
  font-weight:bold;
  font-style:normal;
}