.simple-text.logo-normal {
    width: 160px;
}
.material-datatables {
    position:  relative;
}

.table_loader {
    position: absolute;
    width:  100%;
    height:  100%;
    top:  0;
    left:  0;
    background: #fff;
    z-index: 5;
	display: none
}

.table_loader .loaderBox {
    width:  120px;
    position:  absolute;
    height:  120px;
    margin:  auto;
    left:  0;
    right:  0;
    top: 0;
    bottom: 0;
}
.checkbox.check label {
    cursor: pointer;
    padding-left: 0;
    color:rgb(16, 183, 204);
    font-weight: 500;
}
.radio label{
	color:#6c98e1;
    font-weight: 500;
}
.addEmpForm strong {
    font-weight:  500;
}

.addEmpForm h5 {
    font-size:  17px;
    line-height:  normal;
}
.emplAvtar{ text-align: center}
.emplAvtar figure{
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto 9px;
    border: 0;
    background: #fff;
    padding: 0;
    display: block;
}
.emplAvtar figure img.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.employeeInfoBox {
    background: #fff;
    padding: 15px;
	transition: .4s all linear;
}

.emplAvtar figcaption .empl_name {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 4px;
    display: inline-block;
    width: 100%;
    color: #333;
}

.emplAvtar figcaption .empl_post {
    margin: 0;
    font-size: 15px;
    color: #0782c1;
}
.addEmp_Detail_Page ul {
    padding: 0;
    border-radius: 5px;
}
.addEmp_Detail_Page ul.nav li a {
    padding: 10px;
	width: auto;
}
.addEmp_Detail_Page ul.nav li{ vertical-align: middle}


.emp_leave_info {
    margin-top: 45px;
}

.emp_leave_info .eli_list + .eli_list {
    margin-top: 20px;
    border-top: 1px solid #ccccccad;
    padding-top: 20px;
}

.emp_leave_info .eli_list h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    color: #12b9cd;
}

.emp_leave_info .eli_list h4 {
    margin: 0 0  10px;
    font-size: 16px;
}
.actionBox2 a {
    display: inline-block;
    margin: 0 14px;
	font-size: 25px;
}

.actionBox2 a i {
    width: auto;
}

.actionBox2 {
    margin-top: 13px;
}
button.fancybox-button.fancybox-button--share {
    display: none;
}
.addEmpFormDetails  strong {
    font-weight:  500;
}

.addEmpFormDetails h5 {
    line-height: normal;
}
#error-msg{
    color:#F00;
    font-weight: bold;
}