#reservation-container {
	height: 100%;
	padding: 10px;
}

#reservation-container .explanation {
	margin-top: 2px;
}

#reservation-calendar {
	height: 100%;
}

#reservation-calendar .fc-event-container {
	font-size: 1.4em;
  color: white;
}

#reservation-calendar .fc-time-grid .fc-event {
    padding: 4px;
}

#reservation-calendar .delete-event {
	position: absolute; 
	top: 1px; 
	right: 2px; 
	line-height: 1.2; 
	cursor: pointer;
}

#reservation-container .activeButton.carambol-small {
	background-color: #28a745 !important;
	color: white !important;
}

#reservation-container .activeButton.carambol-huge {
	background-color: #ff9933 !important;
	color: white !important;
}

#reservation-container .activeButton.pool {
	background-color: #3366ff !important;
	color: white !important;
}

#reservation-types {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
}

#reservation-types .fc-event {
	padding: 0 10px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
}

#reservation-types .fc-event label {
	color: white;
	font-size: 1.6em;
	margin-bottom: 0;
}

#reservation-types .fc-event input[type='checkbox'] {
	margin-top: 8px;
	transform: scale(1.2);
  accent-color: white;
}

#reservation-container .checkbox.carambol-small {
  background-color: #28a745; 
  border-color: #28a745;
}

#reservation-container .checkbox.carambol-huge {
  background-color: #ff9933; 
  border-color: #ff9933;
}

#reservation-container .checkbox.pool {
  background-color: #3366ff; 
  border-color: #3366ff;
}

#reservation-container .has-error .btn-group button {
	border: 1px solid #a94442;
}

#reservation-container .validation-error {
  color: #a94442;
}
