
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.day { 
	color: #3F3DE3;
	font-weight: bold;
}

.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.disabled {
	color: #B1B1B1;
	font-weight: normal;
}
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.today {
	background-color: #eee;
}
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.today:hover {
	background-color: #eee !important;
}
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.active {
	border: 2px solid #ccc;
}

.datepicker-days .dow {
	/*border : 1px #000 solid !important;*/
	background-color: #eee;
}
