.fc button {
	background-color: #003da5;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	border-radius: 0px;
}
.fc button.fc-state-active {
	background-color: #fff;
	color: #003da5;
}
.fc .fc-row {
	margin-bottom: 0px !important;
}
.fc td.fc-today {
	background-color: #f5f5f5 !important;
}
.fc .fc-event,
.fc .fc-event:hover {
	border: 1px solid #ffd75e;
	color: #333;
}
.fc .fc-event,
.fc-event-dot {
	background-color: #ffd75e;
}
*[class*="fc-event"] a:focus {
	color: #333;
}

.fc .fc-today-button {
    border: 1px solid #003da5;
    background-color: #fff;
    font-weight: bold;
    color: #003da5;
    border-radius: 0px !important;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
	color: #666;
}