#calendar .fc-event.fc-event-vert.fc-event-draggable.fc-event-start.fc-event-end.btn-primary {
	border-radius: 0px; border: 0px currentColor; border-image: none; background-color: rgb(76, 159, 224);
}
#calendar .fc-event-vert .fc-event-inner {
	padding: 10px;
}
#calendar .fc-agenda .fc-agenda-axis {
	padding: 10px 16px; width: 80px;
}
#calendar .fc-header .fc-header-left {
	display: none;
}
#calendar .fc-header .fc-header-center {
	display: none;
}
#calendar .fc-header .fc-header-right {
	display: none;
}
#calendar .fc-header .fc-button {
	border-width: 1px; border-color: rgb(92, 165, 221); padding: 5px 15px; height: auto; color: rgb(92, 165, 221); line-height: 0; box-shadow: none; text-shadow: none; background-image: none; background-color: transparent;
}
#calendar .fc-header .fc-button:hover {
	color: rgb(255, 255, 255); background-color: rgb(92, 165, 221);
}
#calendar .fc-header .fc-button.fc-state-active {
	color: rgb(255, 255, 255); background-color: rgb(92, 165, 221);
}
#calendar .fc-header .fc-corner-left {
	border-top-left-radius: 9999px; border-bottom-left-radius: 9999px;
}
#calendar .fc-header .fc-corner-right {
	border-top-right-radius: 9999px; border-bottom-right-radius: 9999px;
}
#calendar .fc-agenda-days th {
	color: rgb(92, 165, 221); vertical-align: middle;
}
#calendar .fc-agenda .fc-agenda-axis {
	color: rgb(67, 217, 173); font-weight: 600;
}
#calendar .fc-event-inner .fc-event-time {
	color: rgb(6, 32, 69); font-size: 13px; margin-bottom: 10px;
}
#calendar .fc-event-inner .fc-event-title {
	font-size: 13px; font-weight: bold;
}
#calendar .fc-event.fc-event-vert.fc-event-draggable.fc-event-start.fc-event-end.btn-primary {
	width: 148px !important; margin-left: -2px; background-color: rgb(76, 159, 224);
}
#calendar .fc-event.fc-event-vert.fc-event-draggable.fc-event-start.fc-event-end.btn-primary:hover {
	background-color: rgb(86, 208, 172);
}
