.navbar .brand {
  color:#eee;
  text-shadow:#777777 0 1px 0;
}

.navbar-inverse .navbar-inner {
  background-color: #4e4e4e;
  background-image: -moz-linear-gradient(top, #4e4e4e, #676767);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e4e4e), to(#676767));
  background-image: -webkit-linear-gradient(top, #4e4e4e, #676767);
  background-image: -o-linear-gradient(top, #4e4e4e, #676767);
  background-image: linear-gradient(to bottom, #4e4e4e, #676767);
  background-repeat: repeat-x;
  border-color: #4e4e4e;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff4e4e4e', endColorstr='#ff676767', GradientType=0);
  color:#eee;
}

.navbar .nav > li > a {
  color:#eee;
  text-shadow:#ccc 0 0 0;
}

.navbar .operations > li > a {
  color:#1d2e7b;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #4e4e4e;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #4e4e4e;
}

.navbar-inverse .navbar-search .search-query {
  background-color:#dedede;
  border-color:#dedede;
  color:#111111;
}

.navbar-inverse .divider-vertical {
  border-right-color: #39436d;
  border-left-color: #20317d;
}

a, a:hover, .sidebar-nav ul > li > a, .sidebar-nav ul > li > a:hover, .summary-number {
	color: #4e4e4e;
}

.sidebar-nav ul > li > a:hover{
   background: #9e9090;
    color: #eee;
}

.sidebar-nav ul > li{
   color: #0D4F8B;
}

ul.yiiPager > li > a{
	color: #4e4e4e!important;
	
}

ul.yiiPager .selected a {
  background-color: #4e4e4e;
  background-image: -moz-linear-gradient(top, #4e4e4e, #676767);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e4e4e), to(#676767));
  background-image: -webkit-linear-gradient(top, #4e4e4e, #676767);
  background-image: -o-linear-gradient(top, #4e4e4e, #676767);
  background-image: linear-gradient(to bottom, #4e4e4e, #676767);
  background-repeat: repeat-x;
  border-color: #4e4e4e;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff4e4e4e', endColorstr='#ff676767', GradientType=0);
  color:#DEDEDE !important;
  text-shadow:#CCCCCC 0 0 0;
  font-weight:bold;
}

table thead tr th{
background-color: #4e4e4e;
color: #eee;
}

.late{
  background: #EEB4B4;
  color: red !important;
  font-weight:bold;
}

.gogrey thead{


}
.items thead th{
   background:#4e4e4e!important;
}

.portlet .portlet-decoration{
  background:#4e4e4e!important;
  color:#eee;
}

.btn-default{
  background:#4e4e4e!important;
  color:#eee;
}

.btn-default:hover{
  color:#fff;
}

#emp_code{
  width: 550px!important;
}
#dtrform{
   width: 700px!important;
}

.hint{
  color: green!important;
}

.green{
  color: green;
}


