body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #6d7175;
  overflow-x: hidden; 
}
.header{
    background: #96ca3e;
    padding: 0!important;
    border-bottom: 1px solid #96ca3e;
}
.topleft,.topright{
  position: relative;
  float: left;
  padding: 0px;
  margin: 0px;
}
.header .topleft img{
  max-height: 55px !important;
  padding: 5px!important;
}
.imgholder,.navigator,.topleft h3{
  position: relative;
  float: left;
}
.imgholder{
  height: 55px!important;
  background: #96ca3e;
  margin-right: 15px;
  border: 1px solid #f8c301;
}
.topleft{
  width: 75%;
}
.navigator{
  top: 10px !important;
}
.topleft h3{
  color: #fff;
  font-size: 20px;
  left: 25px !important;
  top: 0!important;
}
.topright{
  width: 25%;
  background: #96ca3e;
  padding: 13px;
  color: #fff;
}
.prof{
  cursor: pointer;
}
.topright .dropdown-menu{
  background: #96ca3e;
  margin-top: 20px;
}
.topright .dropdown-menu a{
  color: #fff;
}
.topright .dropdown-menu a:hover{
  background: #f3f3f3;
  color: #96ca3e;
}
.navigator{
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.navigator .fas{
  margin-bottom: -25px !important;
}
.navigator #btn2{
    display: none;
}
.topright img{
  max-width: 30px;
}
@media screen and (max-width:800px){
  .topleft{
    width: 100%;
  }
  .topright{
    display: none;
  }
  .navigator{
    position: absolute;
    top:0px;
    right: 15px;
  }
}
.breadcrumbs{
    margin-top: 0!important;
}
.breadcrumb{
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    color: #888;
    font-weight: bold;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FE0000 !important;
    cursor: default;
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-bottom: #fff;
}
form .btn{
    background: #96ca3e;
    color: #fff;
}
form .btn:hover{
    color: #fff;
    background: #f8c301;
}
.input-group,.form-group{
  margin: 3px 0px 7px 5px;
}

/********************Section***********************/
section{
  margin-top: 55px;
}
.inner{
    text-align: center;
    background-image: linear-gradient(to bottom, #f9f9f9 , #fff);
    margin-left: -7px;
    width: 107%;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 2px 4px #ddd;
    margin-bottom: 10px;
}
.inner h1{
  text-align: center;
  font-size: 16px;
  color: #3e445b;
  font-weight: 600;
}
.inner i{
    margin-top: 10px;
    text-align: center;
    color: #f8c301;
    font-size: 30px;
}
.inner .row h4{
    padding-bottom: 10px;
    margin: 0px;
    font-size: 14px;
}
.panel .nav a{
    color: #ffae42;
}

.wrapper{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: -20px;
    padding: 10px 0px 10px 15px;
    background: #f2f2f2;
}
.wrapper .btn{
  padding: 3px 5px 3px 5px;
  background-image: linear-gradient(to bottom, #96ca3e , #96ca3e);
  color: #fff;
}

.content,.aside{
    position: relative;
    float: left;
}
.content{
    width: 82%;
    overflow: auto;
    padding: 0px !important;
    margin: 0!important;
}
.content,.pagecontent,.display,.displaypane{
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
.pagecontent img{
  display: block;
  margin: auto;
}


/*=============Aside=============*/
.aside{
    width: 18%;
    background: #1a1e2d;
    overflow: auto;
    padding-bottom: 0px;
    padding-top: 0px;
}
.aside ul,.links ul{
    list-style: none;
    padding-left: 0px;
}
.aside li,.links li{
    padding: 8px 0px 7px 17px;
    margin: 0px -15px 0px -15px;
}
.aside a,.links q{
    font-size: 15px;
    color: #ddd;
}
.aside span{
    font-size: 16px;
    color: #fff;
}
.aside .mmnu:hover *,.aside .mmnu:hover,.navlist li:hover *,.navlist li:hover{
    background: #f3f3f3;
    color: #96ca3e;
}
.aside .active span{
  color: #96ca3e;
}
.aside .active{
    background: #f3f3f3;
    border-left: 6px solid #96ca3e;
}
a:hover{
    text-decoration: none;
}
.hassub{
  background-image: linear-gradient(to bottom, #0e1221 , #060a16);
  cursor: pointer;
}
.hassub .pull-right{
  padding-right: 10px;
}
.hassub .fa-plus,.hassub .fa-minus{
  font-size: 13px !important;
}
.navlist{
  background: #0e1221;
  width: 98% !important;
  margin-left: 0px !important;
  margin-top: 3px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.navlist li{
  padding: 4px 0px 3px 15px !important;
  margin: 0px 0px 0px 0px !important;
  font-size: 14px;
}
.navlist span{
  font-size: 14px;
}

/*===============Aside navigation==================*/
@media screen and (max-width:1000px){
    .aside{
        width: 23%;
    }
    .content{
        width: 77%;
    }
}
@media screen and (max-width:767px){
    .aside{
        display: none;
        width: 100%;
    }
    .content{
        width: 100%;
    }
}

/*==================Home==================*/
.intro{
    background: #f9fbfc;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 12px;
    box-shadow: 0 4px 7px #ddd;
    margin-bottom: 30px;
    border-radius: 7px;
    color: #595959;
}
.intro .imgdiv, .intro .profile{
    position: relative;
    float: left;
}
.intro .imgdiv img{
    margin: auto;
    display: block;
    max-height: 100px;
    cursor: pointer;
}
.intro .imgdiv span{
  background: #129bea;
  font-size: 15px;
  height: 35px;
  width: 35px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 65px !important;
  top: 60px !important;
  cursor: pointer;
  padding-top: 6px;
  z-index: 1000;
}
.intro .profile{
    top: 0px;
    left: 25px;
}
.intro .profile p{
    line-height: 1;
}
.intro .profile p span{
    color: #06062a;
    font-weight: bold;
}
.panel .nav a{
    color: #ee3530;
}
.intro h3{
  color: #06062a;
  font-size: 20px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px){
 .topleft h3{
  display: none;
 }
 .intro .imgdiv{
    width: 100% !important;
 }
 .intro img{
    max-height: 80px;
  }
 .intro .profile{
    width: 100%;
    float: left;
    padding-left: 0 !important;
    margin-left: 0 !important;
 }
 .intro .profile p{
    font-size: 14px;
 }
}

/*==================Home==================*/

.webmnu{
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 15px;
}
.nav-tabs{
  padding-bottom: -10px !important;
}
.nav-tabs li,.nav-tabs a{
    cursor: pointer !important;
}
.webmenu .nav-tabs a{
    color: #FE0000;
}
.webmenu .active{
    padding-bottom: 0px;
    background: #fff !important;
}

.summary p{
  line-height: 16px;
  color: #3e445b;
  font-size: 16px;
}
.summary span{
  font-weight: 600;
  color: #d37e06;
}
.dvtitle{
    background: #f9f9f9;
    padding: 8px;
    color: #06062a;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    box-shadow: 1px 0 2px 1px #ddd;
}
.table-responsive{
    margin-top: -5px;
    padding-top: 5px;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 3px #bbb;
    margin-bottom: 10px;
}
.panel .table-responsive{
  margin-top: -12px !important;
  border: none;
  box-shadow: none;
}
.dataTables_length,.dataTables_info{
    padding-left: 10px;
}
.dataTables_paginate,.dataTables_filter{
    padding-right: 10px;
}
.table-responsive .btn-sm{
  padding: 2px 5px 2px 5px;
  margin-bottom: -15px;
  background-image: linear-gradient(to bottom, #2fb50b , #448416);
}
thead{
    background: #f2f2f2;
    border-top: 1px solid #ddd;
    color: #1d2030;
}
label span{
    color: #cc0000;
}
#status{
    margin-top: 5px;
}
#status p{
    padding: 10px;
}
#progress{
  display: none;
  height: 20px;
  width: 0px;
  text-align: center;
  background: #0daa05;
  color: #fff;
}

.content .glyimg{
    position: relative;
    float: left;
    margin: 5px;
    width: 175px;
    height: 120px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    filter: brightness(65%);
}
.content .glyimg:hover{
   filter: brightness(100%);
}


/*====================Modals====================*/
.modal-content{
    padding: 0px !important;
    background: #fff;
}
.holder{
    margin: 0px !important;
    padding: 0px 0px 5px 0px !important;
}
.modal-content h3{
    margin: -1px -1px 6px -1px;
    padding: 8px;
    font-size: 23px;
    background: #96ca3e;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal-content img{
    padding-top: 5px;
}
.modal-content label{
  font-size: 13px !important;
  margin-bottom: 0;
}



/*******************************************
    Customer Page
********************************************/
.cust-details,.residence,.business,.profilediv{
    background: #f9fbfc;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 12px;
    box-shadow: 0 2px 3px #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #595959;
}
.customer .table-responsive{
    margin-top: -15px !important;
    padding-top: 0!important;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.customer .table,.customer .table tr,.customer .table td{
  border: none !important;
}
.customer .table td{
  padding-top: 4px !important;
  padding-bottom: 0!important;
}
.customer td:nth-child(1){
  width: 150px !important;
}
.customer td:nth-child(2){
  padding-left: 5px !important;
  border-bottom: 1px dashed #ccc !important;
}
.customer span{
  color: #FE0000;
}
.customer .titlediv{
  background: #e3e3e3;
  margin-top: -15px !important;
  margin-bottom: 15px !important;
  padding: 6px !important;
}
.titlediv h3{
  padding: 0!important;
  margin: 0!important;
  font-size: 17px;
}


/*********Personal Profile**************/
.profilediv .imgdiv, .intro .profile{
    position: relative;
    float: left;
}
.profilediv .imgdiv img{
    margin: auto;
    display: block;
    max-height: 150px;
    cursor: pointer;
}
.profilediv .imgdiv span{
  background: #129bea;
  font-size: 15px;
  height: 35px;
  width: 35px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 15px !important;
  bottom: 15px !important;
  cursor: pointer;
  padding-top: 6px;
  z-index: 1000;
}
.profilediv .table-responsive{
    margin-top: -15px !important;
    padding-top: 0!important;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
    color: #595959;
}
.profilediv table span{
  color: #FE0000;
}
.profilediv .table,.profilediv .table tr,.profilediv .table td{
  border: none !important;
}
.profilediv .table td{
  padding-top: 4px !important;
  padding-bottom: 0!important;
}
.profilediv .table td{
  padding-top: 4px !important;
  padding-bottom: 0!important;
}
.profilediv td:nth-child(1){
  width: 150px !important;
}
.profilediv td:nth-child(2){
  padding-left: 5px !important;
  border-bottom: 1px dashed #ccc !important;
}
.profilediv span{
  color: #FE0000;
}
.profilediv .titlediv{
  background: #e3e3e3;
  margin-top: -15px !important;
  margin-bottom: 15px !important;
  padding: 6px !important;
}
.loaninfo .btn{
  color: #fff;
}
.loanstatus{
  padding: 15px;
}



/*******************************************
    Loan page
********************************************/
.loaninfo,.bfa,.recommend{
    background: #f9fbfc;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 12px;
    box-shadow: 0 2px 3px #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #595959;
}
.recommend p{
  line-height: 15px !important;
}
.loandiv .table-responsive{
    margin-top: -15px !important;
    padding-top: 0!important;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.loandiv .table,.loandiv .table tr,.loandiv .table td,.loandiv .table th{
  border: none !important;
}
.loandiv .table td,.loandiv .table th{
  padding-top: 4px !important;
  padding-bottom: 0!important;
}
.loaninfo td:nth-child(1){
  width: 150px !important;
}
.loandiv td:nth-child(2),.collats td *{
  padding-left: 5px !important;
  border-bottom: 1px dashed #ccc !important;
}
.loandiv span{
  color: #FE0000;
}
.loandiv .titlediv{
  background: #e3e3e3;
  margin-top: -15px !important;
  margin-bottom: 15px !important;
  padding: 6px !important;
}
.loandiv .titlediv h3{
  padding: 0!important;
  margin: 0!important;
  font-size: 17px;
}
.collats thead{
  border: 0 !important;
  box-shadow: 0 !important;
  padding-top: 7px !important;
  padding-bottom: 12px !important;
  margin-bottom: 5px !important;
  font-size: 15px;
}
.collats{
  padding: 0!important;
}
.collats td{
  width: 120px !important;
}
.bfa td:nth-child(2){
  width: 125px !important;
}


/*******************************************
    Login Page
********************************************/
#loginwrapper{
    margin-top: 85px;
    padding: 0!important
}
#loginwrapper img{
    display: block;
    margin: auto;
    max-width: 250px;
}
#loginwrapper form{
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 1px 0.09px rgba(0, 0, 0, 0.15);
}
#loginwrapper h2{
    text-align: center;
    padding-bottom: 15px;
    margin-top: 0px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 22px;
    color: #FE0000;
}
#loginwrapper .form-group{
    padding-bottom: 5px;
}
#loginwrapper .frgt{
  margin-top: -5px !important;
  margin-bottom: 20px;
  font-size: 14px;
}
#loginwrapper .frgt:hover{
  color: #FE0000;
}
#loginwrapper hr{
  color: #ccc;
}
#loginwrapper .or{
  background: #fff;
  color: #777;
  width: 30px;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: -35px;
}
.lnkbtn{
  text-align: center;
}
.lnkbtn .btn{
  border: 1px solid #FE0000;
  color: #FE0000;
  background: transparent;
  padding: 6px;
  border-radius: 7px;
}
@media screen and (max-width:800px){
 #loginwrapper{
    margin-top: 10px;
 }
}

/************************Media Queries******************************/
@media screen and (min-width:1100px){
}
@media screen and (max-width:1099px){}
@media screen and (max-width:960px){}
@media screen and (max-width:800px){
}
@media screen and (max-width:767px){}
@media screen and (max-width:640px){
.navbar{
    display: none;
}
.breadcrumbs{
    margin-top: 0px;
}
}
@media screen and (max-width:480px){
}
@media screen and (max-width:320px){}
