/*start index home*/
.parent_Link{background:none}
	.head-title{position: relative;
	font-weight:bold;color:#0e2131 ;padding-top:15px; padding-bottom:15px;margin-bottom:15
	
	
	}
	.head-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin:5px auto;
  width: 80px;
  height: 4px;
  background:#006117;
}
	
	
	.box2{
	background:#fff;
	border-radius:8px;
  box-shadow: 2px 5px 8px 0 rgba(0, 0, 0, 0.4);
  /*margin:20px;*/
  padding:20px;
  transition:0.5s ease-in-out;
  text-align:center;
  height:100%
  
  }
  .box2:hover{
  transform: translate(0,-10px);
  background:#006117;
  color:#fff;
  }
   
  
  .main_list_div{border:none;}
  .main_list_div:hover{background:none;}
	.box2>span{display:block;margin-top:15px}
.validation-summary-errors > ul {
	list-style: none
}
.text-danger {
	margin-top: 30px;
	
}

.row{margin-left:0}
.row{margin-right:0}
/*End index home*/


/*start search*/

	.btn-dark-custom{background:none;color:#0b7c25;border-radius:0px;padding:10px 20px;border:1.5px solid #0b7c25}
	.btn-dark-custom:hover{background:#0b7c25;}
.import-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #1c3014;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.import-button:hover {
	background-color: #224613;
	color:#fff
}
	
/*End search*/

/*start main_req*/
.input-height{height:46px}
.card-body .row .form-group{text-align:right}
/*End main_req*/


/*start main_req*/
.btn-warning {
	background: #7d6008;
	color:#fff
}

.btn-warning:hover {
	background: #947413;
	color: #fff
}

.btn-default {
	border:solid #aaa 1px;
	background: #eee;
	color:#333
}

.btn-default:hover {
	border: solid #aaa 1px;
	background: #fff;
	color: #333
}


.btn-primary {
	background: #0c4eb0;
}
.btn-success {
	background: #0a5532;
}
.btn-danger {
	background: #94101c;
}

/*#updateSalary {
	display: none
}*/
/*End main_req*/