﻿/*
    Version:1
*/

.dropDownItem:hover {
    background-color: #e6e6e5;
}

.dropDownItem {
    height: 100%;
    min-height: 30px;
    border-bottom: #c7c7c7 0.1px solid;
    padding-top: 4px;
}

.dropDownContainer {
    width: 100%;
    height: 200px !important;
    overflow-y: scroll;
    border-top: #7f7f7f 1px solid;
}

.searchBar {
    width: 100%;
    border-radius: 5px;
    border: #7f7f7f 1px solid;
    height: 30px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropDownSearchBar {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.PlaceHolderText {
    width: 100%;
    margin-left: 5px;
    padding-bottom: 20px;
}

.dropDown.customDisabled,
.dropDownClosedText.customDisabled {
    background-color: #eee !important;
}

.dropDown {
    position: absolute;
    border: black 1px solid;
    background-color: white;
    border-radius: 5px;
    padding-top: 5px;
    padding-left: 5px;
    margin-top: -34px;
    padding-right: 5px;
    z-index: 10000000;
}

.dropDownClosedText {
    width: 100%;
    height: 34px;
    border-radius: 5px;
    border: 1px #cccccc solid;
    padding-top: 5px;
    padding-left: 10px;
}

.buttonsRow {
    width: Calc(100% + 10px);
    border-radius: 5px;
    margin-left: -5px;
    height: 30px;
}

.buttonsRow.noButtons{
    height: 0px!important;
}

.ClearSelections.customDisabled,
.OKDiv.customDisabled{
    pointer-events: none !important;
    color: lightgray !important;
    border-color: lightgrey !important;
}

.ClearSelections,
.OKDiv {
    width: 100% !important;
    border-color: #7f7f7f !important;
}

.OKDiv,
.ClearSelections,
.hardBorderTop {
    border-top: #7f7f7f 1px solid;
}

.OKDiv,
.hardBorderLeft {
    border-left: #7f7f7f 1px solid;
}

.ClearSelections,
.hardBorderRight {
    border-right: #7f7f7f 1px solid;
}

.OKDiv,
.ClearSelections {
    text-align: center;
    height: 100%;
    padding-top: 4px;
}

.Height100 {
    height: 100%;
}

.pt2px {
    padding-top: 2px !important;
}

.pt4px{
    padding-top:4px !important;
}

.p0 {
    padding: 0;
}

.pl0imp {
    padding-left: 0px !important;
}

.boldText {
    font-weight: bold;
}

.OKDiv.disabled,
.dropDownItem.disabled,
.ClearSelections.disabled {
    color: #fff !important;
    background-color: #c7c7c7 !important;
}

/*.OKDiv:hover,
    .ClearSelections:hover{
        background-color:#3fa9f5;
    }*/

.ClearSelections:hover {
    color: #fff !important;
}

.ClearSelections {
    color: black !important;
}


.flippedYSvg,
.checkMarkSvg {
    width: 27px;
    height: 12px;
}


.flippedYSvg {
    transform: scaleY(-1);
}

.colorDiv {
    width: 12px;
    height: 12px;
    border: 1px solid black;
}

.searchIcon {
    position: absolute;
    margin-top: 8px;
}

.textBoxPadding {
    padding-left: 25px;
}

.iconClose {
    position: absolute;
    margin-top: 10px;
    margin-right: 40px;
    left: 86%;
}

.dropDown,
.dropDownClosedText {
    background-color: white !important;
    color: black !important;
    border-color: #b0b0b0 !important;
}

pr-25 {
    padding-right: 25px;
}

.dropDown.customDisabled,
.dropDownClosedText.customDisabled {
    background-color: #eee !important;
    color: lightgray !important;
}

.dropDownClientSearchBar {
    position: absolute;
    z-index: 99999999;
    top: 61px;
    left: 26px;
}

.dropDownClientSearchBarSearchIcon {
    z-index: 99999999999 !important;
    position: absolute;
    top: 62px;
    left: 25px;
}

.dropDownClientSearchBarClearIcon {
    z-index: 99999999999 !important;
    position: absolute;
    top: 59px;
    left: 375px;
}
