.tail-select {
    width: 215px;
    line-height: 16px;
    font-size: inherit;
}

.tail-select .select-label::after {
    top: 7px;
}

.select-dropdown {
    max-height: 93px;
}

.tail-select .select-dropdown ul li.dropdown-option.selected {
    color: #01ad85;
}

.tail-select .select-dropdown .dropdown-inner {
    max-height: 200px;
}

.tail-select .select-label {
    padding: 0px 30px 0px 10px;
    z-index: 9;
}

.label-inner {
    padding-top: 1px;
    padding-bottom: 1px;
}


.tail-select input[type="text"] {
    padding: 10px 15px;
    line-height: 22px;
}

.tail-select .select-dropdown .dropdown-action {
    top: 5px;
    right: 8px;
    padding: 5px 0;
}

.tail-select-container .select-handle {
    padding: .2em 0.5em 0.2em;
    background-color: #01ad85;
    color: white;
    font-weight: normal;
    line-height: 12px;
    font-size: x-small;
}
.tail-select-container.select-label .select-handle {
    margin: 1px;
}

.tail-select .select-label {
    overflow: auto;
    max-height: 80px;
}

.tail-select.active .select-label {
    padding-bottom: 2px;
    overflow: auto;
    max-height: 80px;
}

.tail-select .select-dropdown ul, .tail-select .select-dropdown ul li {
    font-size: 11px !important;
}

.dropdown-optgroup {
    top: -2px;
}

.tail-select .select-label {

    padding: 0px 30px 0px 10px;

}


