/*............................Admin Section............................................*/
/*.dropdown-item{}*/

.nav_admin_heading1{list-style: none; width: 85%;}
.nav_admin_heading2{list-style: none; }
.nav_admin_heading2 a{color: #ffffff; text-decoration: none;}
.login-form{
    padding: 40px 30px;
    background: #eee;
    border-radius: 4px;
    /*margin: 25% auto;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
	}
.login-col
	{
	 margin: 10% auto;
	 /*background: #888;*/
	 /*padding: 40px;*/

	}
.log-btn{
	  background: #3387cd;
	  width: 100%;
	  font-size: 16px;
	  height: 50px;
	  color: #fff;
	  text-decoration: none;
	  border: none;
	  border-radius: 4px;
	}
.login-form p{
	  color:#3387cd;
	  float: right;
	}
.login-form h1{text-align: center;}

.admin-loan-salary table{width: 100%; border: 1px solid #999;}
.admin-loan-salary table thead td{border: 1px solid #999; text-align: center;}
.admin-loan-salary table tbody tr td{border: 1px solid #999; text-align: center;}
.admin-loan-salary table thead{background: #e9ecef; color: #000; font-weight: bold;}

.error{color: red;}
/*.Upload_form input{margin-top: 6%; width: 250px; height: 25%;}*/
/*.Upload_form button{color: #fff; height: 20%; width: 50%; border-radius: 20px; background-color: #2196f3; margin-top: 10px; padding: 5px;}*/
/*................................................................................*/
.main_form{width: 100%;}
.main_form input{
	height: 45px;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0 10px 5px;
    width: 40%;
}

.main_form button{
/* background: #242424 none repeat scroll 0 0;
border: 1px solid #4f5c04;
border-radius: 25px;
color: #fff;
font-size: 16px;
font-style: normal;
line-height: 35px;
margin: 10px 0;
padding: 0; */
text-transform: uppercase;
width: 12%;
}

.main_form button:hover{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #5793ef;
    transition: all 0.5s ease 0s;
}

.now_span{
	margin-left: 146px; display: inherit; font-size: 19px;
	/*padding-right: 10px; */
}
.on_span{
	margin-left: 133px; display: inherit; font-size: 19px;
	/*padding-right: 10px; */
}
.ulist{
	position: absolute; will-change: transform; top: 0px; left: 0px; 
	transform: translate3d(388px, 43px, 0px); padding: 10px; width: 50%;
}
.dbtn{
	text-align: left;
	width: 55%;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    padding-bottom: 20px;
}