.profile .panel-heading {
    color: #FFFFFF;
    background: #767676;
    padding: 7px 15px;
    border-bottom: solid 3px #f7f7f7;
}
.profile-stat-title {
    color: #6D7D8E;
    font-size: 18px;
    text-align: center;
}

.header .navbar-default .navbar-nav > .active > a {
    color: white;
    background-color: #767676;
}

.header .navbar-default .navbar-nav > .active > a {
    border-color: #EE5635;

}
/*
* Version: 1.6
* Default Color 	  : #72c02c;
* Default Hover Color : #5fb611;
*/

/*If you are using default Unify color (green - #72c02c), you do not need to link (use) default.css*/

.sidebar
{
  background-color: #6D7D8E!important;
}  
.brand-link
{
   background: #fff!important;
}
#header2, .main-footer{
  background: #6D7D8E!important;
}
.sidebar .nav-item .nav-link p
{
  color: #fff!important;
}
.sidebar .nav-item .active{
  background: #040000!important;
}
.main-footer
{
  color: #fff;
  font-size: 14px;
}
.employee_name
{
color:#fff;
font-weight: bold;
font-size: large;
}

.employee_designation
{
	color:#fff;
}
a{
  color:000000;

}
#header2{
  color: #000;
}
.btn-primary
{
   background:#2174a3!important;
}