.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #6f6f6f;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f7f7f7;
    border-radius: 2px;
}

.mar_5_0{
    margin: 5px 0px;
}

.nameLabel{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: rgb(255, 167, 0);
    margin-top: 15px; 
}

#loaderDiv{
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    top: 196px;
    display: none;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px !important;
    text-align: center !important;
    color: #337ab7 !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
}

.form-signin {
    max-width: 350px !important;
    padding: 20px 30px 30px !important;
    margin: 100px auto 20px !important;
    background-color: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.05) !important;
}

#collectionList,
#leadGenerationList,
#misList,
#branchWiseDemand,
#branchWiseCollection,
#officerWiseCollection,
#collectionSummary,
#leadGeneration,
#sourceProspectDetail,
LoanDisbursementReport
{
    display: none;
}

.clientImage{
    background: url(../img/kvb_logo.jpg); /*kvb*/
    height: 60px;
    width: 8%;

}
.clientBackgroundHeader{
    /*background: url(../img/kvb_logo.jpg);*/ 
    background: #1b3b6b !important; /*kvb*/
    /*background: rgba(180,228,15,0.95)!important; kvb*/
    background: #222;
}
.clientBackgroundSidebar{
    /*background: url(../img/kvb_logo.jpg);*/
    background: #992B1F!important;  /*kvb*/
    /*background: rgba(0,135,73,0.95)!important;  kvb*/
    background: #222;;
}
.clientMainBody{
    /*background: url(../img/kvb_logo.jpg);*/
    background: #FFFFFF!important;   
    /*background: rgba(222, 222, 222, 0.95)!important;*/
    /*background: rgba(216,255,176,0.95)!important;   kvb*/
}

img.esaf_logo_login {
    width: 200px;
    margin-left: 35px;
}

img.esaf_logo_home {
    width: 150px;
    float: left;
    margin-top: 0px;
    margin-right: 15px;
    margin-left: -14px;
    background: white;
    padding: 3px;
}
th, td {
    white-space: nowrap;
}

div.dataTables_scrollBody {
    min-height: 0%;
}

#headerDiv {
    height: 60px;
    /*background: black;*/
}

#servoLabel{
    float: right;
    color: #f71c1a;
    font-family: serif;
    letter-spacing: 0px;
    font-size: 40px;
    font-style: italic;
    margin: 0px !important;
}

#docsLabel{
    float: right;
    color: white;
    font-family: serif;
    letter-spacing: 0px;
    font-size: 40px;
    font-style: italic;
    margin: 0px !important;
}

#versionLabel{
    float: right;
    color: white;
    font-family: serif;
    letter-spacing: 0px;
    font-size: 20px;
    font-style: italic;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px !important;
}

a {
    color: #000;
    text-decoration: none;
}

.sideBarLabel{
    padding: 10px 10px !important;
}
.sideBarLabelText{
    padding: 0px 10px !important;
}

.navBarLabelText{
    color: white !important;
    font-size: 14px;
}
.navBarLabelText:hover{
    color: #f71c1a !important;
    font-size: 14px;
}

.display-block{
    display: block;
}

.display-none{
    display: none;
}

.contentHeaderBtn,.contentHeaderBtn:focus {
    border: none;
    outline: none;
    background: white;
    padding: 10px;
    margin: 0px;
    float: right;
}

.metadataPropertiesKey {
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    overflow-wrap:break-word;
}
.metadataPropertiesValue {
    font-size: 12px;
    overflow-wrap:break-word;
}

.metadataPropertiesDiv {
    /*background: #f5f5f5;*/
    padding-top: 10px;
    border: 1px solid #eee;
    margin: 10px 0px !important;
}

.nav-tabs>li>a {
    padding: 10px;
}

table.dataTable {
    margin-top: 10px !important;
}

.col-sm-12,.col-sm-1{
    padding: 0px !important;
}

#assignRightTbody{
    text-align: center;  
}
tbody#assignRightTbody>tr>td{
    padding: 1px !important;
}

.addUserRights{
    cursor: pointer; 
}

.dropdown{
    height: 26px;
}

input[type] {
    height: 2.4em;
}
.well {
    background: none;
    height: 300px;
    overflow: auto;
}

.table-fixed tbody {
    position: absolute;
    overflow-y: auto;
    height: 250px;
}

.table-fixed tr {
    width: 100%;
    table-layout: fixed;
    display: inline-table;
}

.table-fixed thead > tr > th {
    border: none;
}

.updateMetaFolder{
    cursor: pointer; 
}

.fa{
    cursor: pointer;  
}



hr{
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}

/*.modal-dialog {
    width: 669px;
}*/

#uploadDocumentModal  input{
    width: 100% !important;
}
#createFolderModal #metaProperties  input{
    width: 100% !important;
}
.collapsing{
    transition: none;
}
.collapsing in{
    padding: 10px;
}
.modal-header[input] {

    margin-right: -13px;
}
.help-divs{
    margin-bottom: 11px;
}

.gen-sm-btn{
    font-size:10px!important;
    float:right;
    border: none;
    outline: none;
    background: none;
}
::-webkit-scrollbar {
    width: 0.4em;

}

::-webkit-scrollbar-button {
    background: #888
}
::-webkit-scrollbar-track-piece {
    background: #eee
}
::-webkit-scrollbar-thumb {
    background: #ccc
}

h3{
    font-family: initial;
} 
.breadcrumb{
    font-family: -webkit-pictograph;
    font-size: 14px;
}

.nav-tabs > li .close {
    margin: -2px 0 0 10px;
    font-size: 18px;
}
.modal{
    top:30px;
}

.tableScroll{
    height: 250px;
    overflow-y: auto;
}
body{
    overflow: none;
}

table tr td{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
ol{
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
input[type=radio] {
    height: 10px !important;
}
.input-sm{
    height: 25px !important;
}

input[type=date]{
    padding: inherit;
}
select[aria-controls=userListTable]{
    width: 100px !important;
}
select[aria-controls=groupListTable]{
    width: 100px !important;
}
select[aria-controls=metaListTable]{
    width: 100px !important;
}
select[aria-controls=browseContentTable]{
    width: 100px !important;
}
.login-btn{
    margin-top: 1.6em;
    float: right;
}

.login-btn:hover{
    border: 1px solid #a3a3a3;
}

input {
    background: #fff;
    float: right;
    margin: 5px 10px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 5px 0;
    outline: none;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgb(18 16 11 / 13%);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(18, 16, 11, 0.13);
    box-shadow: inset 0px 2px 3px 0px rgb(18 16 11 / 13%);
}

#mobileEmail {
  color: black;
}