.fc-dayGridMonth-button, .fc-timeGridWeek-button, .fc-timeGridDay-button {
	display: none;
}

.fc-event, .fc-event-dot {
	background-color: #01609a !important;
	border: 1px solid #3a87ad !important;
}
.fc .fc-button-primary:hover {
	background-color: rgb(41, 128, 242);
	border-color: rgb(41, 128, 242);
} 
.fc .fc-button-primary, .fc .fc-button-primary:disabled {
	background-color: rgb(73, 160, 243);
	border-color: #499ff3;
}	
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
	background-color: #2980f2;
	border-color: #2980f2;
}	
.fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus, .fc .fc-button-primary:focus {
	box-shadow: none;
}
.fc button .fc-icon {
	top: 0em;
}
.fc .fc-button {
	padding: 0em 0.65em;
}
.fc-button {
	height: 2.3em !important;
}