body , .container-fluid .right:hover, #nav ul li a.active, #nav ul li:hover a, .tableheader, #CC .header, #CC .current, #CC .weekday:hover, #CC .weekend:hover, #CC .current:hover{
	background: #eceeed;
}

#nav ul li a:hover,#nav ul li a.active{
	border-left: 5px solid #4e4e4e;
}

html[dir="rtl"] #nav ul li a:hover, html[dir="rtl"] #nav ul li a.active{
	border-right: 5px solid #4e4e4e;
	border-left: 0px;
}
 #CC .header, #CC .header a,  #CC .current, #CC .weekday:hover, #CC .weekend:hover, #CC .current:hover, #CC .title , #CC .previous a, #CC .next a{
	 color: #000;
 }
#nav ul li a.active, #nav ul li:hover a { color : #4e4e4e;  }
/*.wrapper{ box-shadow: 0px 0px 20px #abadad; } */
.card-header, .sidebar-collapse nav#nav ul li:hover span {  background: #4e4e4e; } 

::-webkit-scrollbar-track {
    background: #a6a6a6;
    border: 4px solid transparent;
    background-clip: content-box;   /* this is important*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4e4e4e;
    border: 1px solid #4e4e4e;
}
a:hover, a:focus {
	color: #4e4e4e;
}
.sidebar .logo a {
	color: #0683bb;
}
table.tablestyle td.tableheader, .dropbtn{
	color: #6b6565;
	background-color: #f3f3f3 !important
}
.buttonui { color: #ecf0f1; background: #4e4e4e; }
.subHeaders {	background: #4e4e4e; color :#fff; } 
button { background-color: #4e4e4e; }