.skin-blue .main-header .logo, .skin-blue .main-header .logo:hover
{
	background-color: #fff;
}
.skin-blue .main-header .navbar, .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side, .logo-mini
{
	background-color: #000;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover
{
    background-color: #ce2127;
    transition:0.2s;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a 
{
    color: #fff;
    background: #ce2127;
    border-left-color: #fff;
    transition:0.2s;
}
.skin-blue .sidebar-menu>li>.treeview-menu 
{
    margin: 0 1px;
    background: #222;
}
.box
{
	border: 1px solid #525252 !important;
	border-top: 3px solid #ce2127 !important;
}
.box-header
{
	background: #efefef !important;
	color:#000 !important;
	border-bottom: 1px solid #ccc;
}
.btn-box-tool
{
	color:#000 !important;
}
.btn-primary
{
	background-color: #000;
    border-color: #000;
}
.btn-primary
{
	background-color: #000;
    border-color: #000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.hover 
{
    background-color: #ce2127;
    border-color: #ce2127;
    transition:0.2s;
}
.table-header
{
	background-color: #efefef;
}
.vertical-middle
{
	vertical-align: middle !important;
}
.pagination a:hover
{
	background-color: #ce2127 !important;
	color: #fff !important;
	transition:0.2s;
}
.pagination a.current
{
	background-color: #000;
	color: #fff;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary 
{
    color: #fff;
    background-color: #ce2127 !important;
    border-color: #ce2127 !important;
}
.overlay-mdl
{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   background: rgba(255,255,255,0.3);
   text-align: center;
}
.overlay-mdl i.fa-refresh
{
	margin-top: 55%;
    font-size: 30px;
    color: #ce2127;
}
