﻿.selectdrop-dropdown-dropdown {
    display: flex;
    font-size: 13.3333px;
    width: 100%;
    height: 100%;
    text-wrap: none;
}

.selectdrop-dropdown-container {
    background-color: white;
    height: 26px;
}

.selectdrop-dropdown-container.active:not(.disabled) {
    background-color: rgb(218,224,229);
}

.form-control.selectdrop-dropdown-container.disabled {
    background-color: rgb(227,227,227);
}

.selectdrop-dropdown-container.disabled .selectdrop-clear {
    display: none;
}

.selectdrop-show {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    width: 1px;
    line-height: normal;
    text-decoration: none;
    align-self: center;
    color: inherit;
    overflow: hidden;
}

.selectdrop-show:after {
    margin-top: .3em;
}

.selectdrop-show:hover,
.selectdrop-show:focus,
.selectdrop-show:active {
    text-decoration: none;
    color: inherit;
}

span.selectdrop-value {
    display: inline-block;
    flex-grow: 1;
    width: 1px;
    overflow: hidden;
    min-height: 17px;
}

span.selectdrop-clear {
    margin-left: .25rem;
    margin-right: .25rem;
}

.selectdrop-dropdown-container .selectdrop-dropdown-menu {
    min-width: 100%;
    position: absolute;
    transform: translate3d(0px, 0px, 0px) !important;
    top: -8px !important;
    padding: 0 !important;
    border: none;
}

.selectdrop-dropdown-container.form-control .selectdrop-dropdown-menu {
    top: -13px !important;
}

.selectdrop-search {
    font-size: 13px;
    border: none;
    min-height: 26px;
}

.selectdrop-list {
    z-index: 1000;
    border: 1px solid rgb(128,128,128);
}

.selectdrop-list:empty {
    border: none;
}

.selectdrop-list {
    overflow-y: auto;
}

a.selectdrop-option {
    min-height: 1.5rem;
}

a.selectdrop-option:hover,
a.selectdrop-more:hover,
a.selectdrop-option:focus,
a.selectdrop-more:focus {
    background-color: lightblue;
}
