﻿.selectize-control.form-control {
   height: 28px;
}
.selectize-input {
   /*margin-top: 1px;*/
   min-height: 26px;
   border: 1px solid #4682b4;
   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-dropdown .active {
   background-color: #26a0da;
   color: white;
}

.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;
}