#div_login{
    position: absolute;
    min-height: 55%;
    /*    width: 25%;*/
    min-width: 25%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    opacity: 1;
    right: 10%;
    margin-top:10%
}
#LoginScreen{
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent linear-gradient(298deg, #045DB3 0%, #0E2564 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
#login_forgotpassword{
    float: right;
    color: #D50000;
    opacity: 1;
    cursor: pointer;
}
#logintitle{
    width: 60px;
    height: 32px;
    text-align: left;
    font: normal normal bold 24px/35px Roboto;
    letter-spacing: 0px;
    color: #043F6A;
    opacity: 1;
}
label small{
    color: crimson;
    margin-right: 5px;
    font-size: 1.3em;
}
#LoginScreen input.formcontrol{
    height: 30px;
    padding: 10px;
}
.formcontrol{
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    opacity: 1;
}
#btn_login{
    cursor: pointer;
    background: #34904D 0% 0% no-repeat padding-box;
    width: 100%;
    height: 35px;
    color: white;
    border: none;
}
#navigationbar{
    background: transparent linear-gradient(270deg, #1457BB 0%, #202F8F 100%) 0% 0% no-repeat padding-box;
    height:52px;
    margin-left:0px;
    margin-right:0px;
    /* padding-left:25px; */
    background-clip:border-box;
    margin-bottom:0px;
    display: inline-flex;
    width: 100%;
}
#menuHolder{
    background: transparent;
    height:52px;
    display:inline-block;
    padding-left: 10px;
}
#mainmenuUL1 > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
.headerright i{
    color: transparent;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: white;
    display: block;
    margin-top: 17px;
    margin-right: 20px;
    font-size: 1.7rem;
}
.headerright img{
    margin: 15px 0 12px 25px;
    width: 25px;
    height: 25px;
    float: left;
}

#notificationcount{
    position: absolute;
    right:100px;
    top:3px;
    background:#f30e0e;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:3px 5px;
    font-size:12px;
}
#notificationheader{
    display: block;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.notificationtype{
    font-weight: normal;
    color: #828282;
    padding-bottom: 2px;
    margin-right: 13px;
}

.notificationcount{
    width: 20px;
    height: 20px;
    background: #DFDFDF;
    border-radius: 8px;
    color: #666666;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 0px 5px;
    padding: 3px;
}
.notificationtype.active span{
    color: white;
    background: #535353;
}
.notificationtype.active{
    color: #000000;
    font-weight: bold;
    border-bottom:  3px solid #373737;
}
#notificationForm .list-group-item{
    border-bottom: 2px solid dimgray;
    display: inline-block;
    /*padding: 5px 20px 5px 0px;*/
    text-align: left;
    padding: 0px;
    width: 100%;
}

#notificationlist thead{
    display: none;
}
/*#notificationlist tbody th, #notificationlist tbody td:first-child{
    padding: 4px 0px 4px 10px;
    
}*/
#notificationlist.dataTable td.dataTables_empty {
    font-size: 12px;
    color: #0059C1;
    padding: 0px !important;

}
#notificationForm .list-group-item{
    border-bottom: 2px solid dimgray;
    display: inline-block;
    /*padding: 5px 20px 5px 0px;*/
    text-align: left;
    padding: 0px;
    width: 100%;
}
#notificationlist tbody th, #notificationlist tbody td:first-child{
    padding: 4px 0px 4px 10px;

}
/*table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center{
    text-align: -webkit-center;
}*/
#container::-webkit-scrollbar {
    background: lightgray;
    width: 12px;
}
#container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
#container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
div.scrollable-bar-handle {
    height: 300px;
    /*    border: 1px solid gray;*/
    overflow: auto;
}
div.dataTables_filter input {
    border: 1px solid black;
}

.notirow{
    padding-bottom: 0px;
    padding-top: 0px;
}

.dataTables_wrapper .dataTables_filter input{
    padding-left: 10px;
}

#EditLoanProductType.dropdown bootstrap-select{
    padding-left: 0px;
    padding-right: 0px;
}
#PayoutAmountReport div.dropdown.bootstrap-select.form-control.border{
    width: 50%;
}
#PartnerPerformanceAndPayoutReportPayableToPartners div.dropdown.bootstrap-select.form-control.border{
    width: 50%;
}

#PartnerLedgerReportPage div.dropdown.bootstrap-select.form-control.border{
    width: 50%;
}
.alert {
  width: 50%;
}
.invalid {
   border-color :crimson;  
}


