/*
.form-control{border-radius: 0px; border: 1px solid #aaa;}
.card{ border: 1px solid #aaa; }
.navbar-custom{ border-bottom:1px solid #aaa;}
.left-sidenav{ border-right: 1px solid #aaa; }
.footer{border-top: 1px solid #aaa;}
*/
.form-control{border-radius: 0px;}
.daterangepicker td.active, .daterangepicker td.active:hover{ background:#357ebd; color: white;}
.table>thead>tr>th,
.table>thead>tr>td{
	/* background: rgba(3,216,127,0.15) !important;  */
	color: black !important; 
}
.table>thead>tr>th{
	background: #f1f5fa !important;
}
.border-none{ border:none!important; }
.text-left{ text-align:left!important; }
.datepicker { padding: .375rem .75rem; }

.loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loader2.gif') 50% 50% no-repeat #ecf0f1;
	opacity: 0;
}

.FloatRight{ float: right !important;}

.left-sidenav-menu li > a{
	color: unset !important;
}