select{width: 100% !important;height: 34px !important;}
/*li span{color: #000 !important;}*/
.selectize-control.single .selectize-input{
    /*box-shadow: none !important;*/
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px !important;
    color: #607d8b;
    box-shadow: 0px 1px 2px -1px rgba(96, 125, 139, 0.5) !important;
    background: none !important;
}
.selectize-control.single::placeholder  .selectize-input::placeholder {
    color: red;
    /*color: #b0bec5;*/
    opacity: 1; 
}
.selectize-input{padding: 6px 12px !important;border-radius: 0 4px 4px 0 !important;}
.selectize-control {height: 34px !important;padding-left: 0;}
.btn-save{
    color: #fff !important;
    background-color: #36c6d3 !important;
    border-color: #2bb8c4 !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #5cb85c;
}
.label {
    background-color: #5cb85c;
}
.label-info {
    background-color: #5bc0de;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-danger {
    background-color: #d9534f;
}
.label-primary {
    background-color: #337ab7;
}