.selectize-input {
    /*height:30px;*/
    min-height:30px;
    /*background-color: inherit;*/
    background-color: white;
    font-color: black;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 5px 5px;

}
.selectize-input.focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.selectize-input.full {
    /*background-color: inherit;*/
    font-color: black;
}

.selectize-dropdown {
    z-index: 9999;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 3px 3px 3px;
}

.selectize-control.multi  .selectize-input {
    height: auto !important;
}
.selectize-control  .selectize-input {
    height: auto !important;
}