/**************************************************************************
 ** ENTÊTE
 *************************************************************************/

.eo-fullcalendar .fc-toolbar .fc-right,
.eo-fullcalendar .fc-toolbar .fc-left,
.eo-fullcalendar .fc-toolbar .fc-left h2{
	display:block;
	width:100%;
	float:none;
	text-align:center;
}
.eo-fullcalendar .fc-toolbar .fc-left h2{
	font-size:24px;
	color:#E01420 !important;
	text-transform:uppercase;
	margin-bottom:10px;
	border-bottom:1px solid #DDDDDD;
}

.eo-fullcalendar .fc-toolbar .fc-right .fc-button-group{
	width:35px;
	float:none;
	margin:0;
	text-align:left;
}
.eo-fullcalendar .fc-toolbar .fc-right .fc-button-group button{
	float:none;
	background:#E01420;
	color:#FFFFFF;
	border:0px solid transparent;
	text-transform:uppercase;
	font-size:12px;
}
.eo-fullcalendar .fc-toolbar .fc-right .fc-button-group button:hover{
	background-color:rgba(224,20,32,0.7);
}
.eo-fullcalendar .fc-toolbar .fc-right .fc-button-group:last-child{
	width:calc(100% - 70px);
	text-align:right;
}

.eo-fullcalendar .fc-toolbar .fc-center{
	display:none;
}

/**************************************************************************
 ** CONTENT
 *************************************************************************/

.fc-basic-view tbody .fc-row {
  min-height:5em !important;
}
.eo-fullcalendar .fc-basic-view .fc-day-number {
  padding-right:5px !important;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td{
  border-color:#DDDDDD !important;
}
.eo-fullcalendar .fc-view-container th,
.eo-fullcalendar .fc-view-container td{
	padding:5px !important;
	font-size:10px;
}
.eo-fullcalendar .fc-view-container td .fc-day-grid-event{
	height:10px !important;
}
.eo-fullcalendar .fc-view-container td .fc-day-grid-event .fc-content span{
	display:none !important;
}

.fc-day-content div{
	height:0 !important;
}

/**************************************************************************
 ** CATEGORIES
 *************************************************************************/

ul.eo-categs-list{
	padding:0;
	margin:0;
	margin-top:15px;
	list-style:none;
}
ul.eo-categs-list li{
	padding:0;
	margin:0;
	background:transparent;
	display:inline-block;
	padding-right:20px;
}
ul.eo-categs-list li span{
	display:block;
	float:left;
	width:10px;
	margin-top:5px;
	height:10px;
	margin-right:5px;
	border:1px solid #DDDDDD;
}
