﻿.chosen-single {
    line-height: 2.8 !important;
    height: 39px !important;
    border-radius: .25rem !important;
}

.chosen-single div b {
    margin-top: 7px !important;
}


.lbl-chk {
    width: 100%
}

.pagination {
    float: right;
}

a {
    cursor: pointer;
}

.clr-wht {
    color: #fff !important;
}

.invalid {
    border-color: #ff5b5b;
    padding-right: calc(1.5em + .9rem);
    background: url("/images/error-sign.png") no-repeat center;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}

.valid {
    border-color: #10c469;
    padding-right: calc(1.5em + .9rem);
    background: url("/images/check-sign.png") no-repeat center;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}

.form-label {
    width:100% !important;
}
.srch-hdr-btn {
    margin-right: 10px !important;
}