
/* custom css start */
.password_eye {position: relative;}

.password_eye i {
    position: absolute;
    right: 9px;
    bottom: 10px;
}
.password_eye i.eye-show{
	content: "\f06e";
}
.password_eye i.eye-hide{
	content: "\f06e";
}

.login_box .password_eye i,
.login____form .password_eye i {
    bottom: 15px;
    z-index: 99;
}
.font_35{
    font-size:35px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.odd {
    background: #FFFFFF;
    border-bottom: 1px solid #FFF;
}
.even {
    background: #F9F9F9;
    border-bottom: 1px solid #FFF;
}
th {
    font-size: 15px;
    background: #1100c8;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #FFFFFF;
}
.w-100{
    width:100%;
}
.label-success{
    background:#1100c8;
}

.d-hotline.h-btn {
    background: #1906e6 !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #0f0393;
    border-color: #3b348b;
}
.custom-header{
    /* padding: 10px 20px; */
    background: #1100c8;
    color: #fff;
    padding: 4px 10px;
    border-radius: 10px 10px 0px 0px;
    font-size: 24px;
}






















/* custom css start */