/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
  

 .fc_calendrier {
	margin: 10px 0;
}

.cyclique {
	float: left;
	margin: 2px;
	background: #777;
	color: #FFF;
	padding: 0px 5px;
}
.fc-other-month .cyclique {
	opacity:0.5;
}

.loading {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 50%;
	right: 50%;
}

.calendrier {
	position: relative;
}

.fc-other-month {
	opacity: 0.5;
}

/*********** MINI CALENDRIER ************/

.mini_calendrier.fc-ltr .fc-basic-view .fc-day-number, .fc-day-header {
	text-align: center;
	font-size: 14px;
	float: none;
}

.fc-bg .has-event {
	background: #428bca;
	color: #fff;
	cursor: pointer;
}

.fc-bg .has-event.conge {
	background: #666;
}

.has-event {
	color: #fff;
	cursor: pointer;
	border: 1px solid red;
}

.fc-bg .fc-today.has-event {
	background: #072E58;
}

.mini_calendrier .fc-basic-view tbody .fc-row {
	min-height: 0; /* ensure that all rows are at least this tall */
}

.modal-sm {
  padding-top: 5%;
}
