﻿.selectize-control.form-control {
   height: 28px;
}

.selectize-input {
   /*margin-top: 1px;*/
   min-height: 25pt;
   border: 1px solid #d0d0d0;
   padding: 3px 6px;
}

   .selectize-input > input[type=text] {
      color: white;
   }

   .selectize-input.focus {
      background-color: #26a0da;
      color: white;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 1px 1px 15px rgba(70, 130, 180, 0.8) !important;
      box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 1px 1px 15px rgba(70,130,180,0.8) !important;
   }

.selectize-input.disabled {
   color: #333 !important;
}

.selectize-input .item-wrap-inner {
   padding-top: 3px;
}

.selectize-dropdown .active {
   background-color: #26a0da;
   color: white;
}

.selectize-control > .selectize-dropdown {
    z-index: 7777;
    overflow: visible;
}

.selectize-control.single .selectize-input.input-active {
   background: #26a0da;
}

.selectize-control .selectize-input.locked {
   background-color: oldlace;
   color: #333333;
}

.selectize-control .disabled.selectize-input {
   opacity: 1;
   background-color: oldlace;
   color: #333333;
}

.disabled.selectize-input, .disabled.selectize-input {
   cursor: not-allowed !important;
}

.has-error .selectize-control .focus {
   color: #333333;
}
