﻿
.chk-validate {
    border: solid 1px #878787;
}

.ddlMultiple {
    overflow: auto;
    z-index: 99999;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 150px;
    border: solid 1px;
    padding: 4px;
    left: -1px;
    color: #000
}

.select-btn {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    width: 100%;
    text-align: left;
    height: 29px !important;
    padding: 0px 15px !important;
}

.select-btn-sub {
    background-color: #fff !important;
    float: right;
    border: none !important;
    top: 0px;
    width: 20px;
    height: 29px;
    right: 0px;
    color: #212121 !important;
    padding: 0px 0px;
    position: absolute;
    font-size: 11px;
}

.btn-counts-right {
    float: right;
    font-size: 10px;
    padding: 3px 3px 0px 3px;
    border: solid 1px #000;
    border-radius: 3px;
    color: white;
    background-color: #000;
    font-weight: 500
}
