.fc-today {
    background: #A0A0A0 !important;
}

.fc-agendaDay-view .fc-today {
    background: #FFF !important;
    border: none !important;
    border: 1px solid #ddd !important;
    font-weight: bold;
}

.fc-icon-fa {
  font-family: FontAwesome;
}

.fc-content{
	font-size:1rem;	
}
.fc-title{
	font-size:13px;	
}
.fc-event{
	background: #A0A0A0;
	border:2px solid #0E2A7E;
}

.fc-time{
	font-weight:bold;
	text-align:center
}
.fc-time.hidden{
	display:none;
}

.fc-time-grid-event{
	width:100%;
	overflow:visible
}

.fc-cell-options{
	position:absolute;
	top:0;
	margin-left:-20px;
	width:20px;
	height:20px;
	color:black;
	z-index:1;
	text-align:center;
}

.fc-day-grid-event{
	cursor: pointer;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
	border-color:black;
}

.fc-button {
	background-image: none;
	background-color: transparent;
	text-shadow:none
}
.fc-button.fc-state-default {
  color: #000;
  background-color: transparent;
  border-color: #0E2A7E;
}

.fc-button.fc-state-active {
  color: #FFFFFF;
  background-color: #3D65F1;
  border-color: #0E2A7E;
}