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: #f1f1f1;
}

#nav ul li a.active, #nav ul li:hover a { color : #fff;  }
/*.wrapper{ box-shadow: 0px 0px 20px #025a52; } */
#nav ul li a:hover, #nav ul li a.active {
    border-left: 5px solid #006694;
	background: #03A9F4;
}
html[dir="rtl"] #nav ul li a:hover, html[dir="rtl"] #nav ul li a.active{
	border-right: 5px solid #006694;
	border-left: 0px;
}
.card-header, .sidebar-collapse nav#nav ul li:hover span {  background: #03A9F4; } 

::-webkit-scrollbar-track {
    background: #03A9F4;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #03A9F4;
    border: 1px solid #03A9F4;
}

.tableheader { 
	color : #fff;
}
a:hover, a:focus {
	color: #03A9F4;
}
a.right:hover{
	color: #fff;
}
.sidebar .logo a {
	color: #03A9F4;
}
table.tablestyle td.tableheader, .dropbtn{
	color: #fff;
	background: #03A9F4;
}
.buttonui { color: #ecf0f1; background: #03A9F4; }
.subHeaders {	background: #03A9F4;  color: #fff;} 
button { background-color: #03A9F4; }