﻿.min-w-180 {
    min-width:180px;
    max-width:180px;
}
.search-dropdown {
    position: absolute;
    width: 100%;
    transform: translate3d(0px, 38px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    max-height: 150px;
    overflow-y: auto;
}
.fs-7 {
    font-size: 0.85rem !important;
}

.pass-graybar {
    height: 3px;
    background-color: #CCC;
    width: 100%;
    position: relative;
}

.pass-colorbar {
    height: 3px;
    background-image: url(/img/passwordstrength.jpg);
    position: absolute;
    top: 0;
    left: 0;
}

.pass-percent, .pass-text {
    font-size: 1em;
}

.pass-percent {
    margin-right: 5px;
}

.select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}