.hide{
    display: none;
}

.header_logo{
 height: 40px;
 width: 170px;
}
.user-menu.nav > li > a .badge{
	background-color:red !important;
}
.login_page_logo{
    height: 60px !important;
    width: 260px !important;
}
.card-title{
    font-weight: 100 !important;
}
.info_header{
    background-color: #0191e5;
}
.info_header_title{
    color: white;
    font-size: 16px;
}
.card-body{
    padding: 2rem 2rem 1rem 1rem !important;
}
.error{
    color: red !important;
}

#registerForm label{
    color: #676767;
}

.salary_page label{
    color: #676767;
}

.salary_page tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-color: #ddd;
    border: 1px solid #dddd;
    color: #676767 ;
}

input[type=text], input[type=password] {
    color: #676767;
}

.edit_employee_form .page-title{
 color: #676767;   
}

.pro-overview .personal-info li .title{
    width: 32% !important;
}

.dataTables_length{
    display: none;
}
.table_edit_icon{
    font-size: 18px;
    color: #0191e5;
    margin-left: 10px;
    padding: 0px 17px 0px 0px;
    cursor: pointer;
}
.table_delete_icon{
    font-size: 18px;
    color: red;
    cursor: pointer;
}
.sidebar-menu ul ul a{
    font-size: 16px;
}
.table{
    border: 1px solid #ddd;
}

.disabled_box{
    background-color: #e9ecef;
}

.sidebar-menu ul ul a.active {
    color: #00c5fb;
    text-decoration: none;
    background-color: rgba(0,0,0,.2);
    color: white;
}

.stats-list{
    height: 204px !important;
}
.recent-activity .res-activity-list{
    height: 204px !important;   
}

.attendance_icon_leave{
    color: white !important;
}
.attendance_icon_present{
 color: white !important;   
}

th{
    font-weight: 500;
}
.file-author a{
    font-size: 14px;
}
.task-wrapper{
    padding: 0px !important;
}

.project_view .task-label{
    width: 90%;
}

.task-wrapper #task-list li.completed .task-container .task-label 
{
    color: #676767;
}

.text-success, .dropdown-menu > li > a.text-success{
    color: white !important;
}
.noti_text{
    font-weight: 700;
}