.dropdown-border
{
    border: 1px solid #bdbdbd !important;
}

select.is-invalid
{
    border-color: #f93154 !important;
}

.dropdown-label
{
    background-color: white;
    padding-left: .3em;
    padding-right: .3em;
    padding-top: 0 !important;
    margin-top: 0.6em;
}

.background-dropdown-disabled-label
{
    background: -webkit-linear-gradient(to bottom, transparent 42%, #e9ecef 42% 100%);
    background: -moz-linear-gradient(to bottom, transparent 42%, #e9ecef 42% 100%);
    background: -o-linear-gradient(to bottom, transparent 42%, #e9ecef 42% 100%);
    background: -ms-linear-gradient(to bottom, transparent 42%, #e9ecef 42% 100%);
    background: linear-gradient(to bottom, transparent 42%, #e9ecef 42% 100%);
}

.dropdown-min-label
{
    transform: translateY(-1.25rem) translateY(0.1rem) scale(.8);
}

.dropdown-arrow-icon
{
    z-index: 1;
}

