.input-daterange {
	margin-bottom: 15px;
}
a.fc-scadenza {
	background: #c1c9e1;
}
a.fc-incassi {
	background: lightgreen;
}
a.fc-pagamenti {
	background: lightcoral;
}
a.fc-trasporto {
	background: lightblue;
}
a.fc-trasporto.fc-confermato {
	background: springgreen !important;
}
a.fc-scadenza.fc-concluso {
	background: #f6f7fb !important;
}
a.fc-scadenza.fc-sms .fc-event-title:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	display: inline-block;
	padding: 0 2px;
	text-decoration: inherit;
	content: "\f0f3";
}
a.fc-scadenza.fc-sms .fc-event-title-container,
a.fc-scadenza.fc-money .fc-event-title-container {
	color: red;
}
a.fc-scadenza.fc-money .fc-event-title:before,
a.fc-incassi .fc-event-title:before,
a.fc-pagamenti .fc-event-title:before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	display: inline-block;
	padding: 0 2px;
	text-decoration: inherit;
	content: "\f153";
}
a.fc-compleanno {
	background: pink !important;
}
a.fc-compleanno.fc-titolare,
a.fc-compleanno.fc-venditore,
a.fc-compleanno.fc-dipendente {
	background: red !important;
}
a.fc-compleanno .fc-event-title:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	display: inline-block;
	padding: 0 2px;
	text-decoration: inherit;
	content: "\f1fd";
}
a.fc-lavoro{
	/* background: yellow !important; */
	background: #98dbbc !important;
}
a.fc-assenze{
	/* background: #5f6c5f !important; */
	/* negativa #d689ab */
	/* positiva #d689ab */
	background: yellow;
}
a.fc-calendario{
	/* background: #4ee94e !important; */
	background: #9fc2fa !important;
}
a.fc-lavoro.fc-straordinario{
	/*background: #c5c500 !important;
	background: yellow !important;*/
	background: orange !important;
}
a.fc-assenze .fc-event-title:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	display: inline-block;
	padding: 0 2px;
	text-decoration: inherit;
	content: "\f017";
}
a.fc-assenze.fc-future{
	background: #5f6c5fb8 !important;
}
a.fc-lavoro .fc-event-title:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	display: inline-block;
	padding: 0 2px;
	text-decoration: inherit;
	//content: "\f7d9";
	content: "\f5bf";
}
a.fc-calendario .fc-event-title:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	display: inline-block;
	padding: 0 2px;
	text-decoration: inherit;
	content: "\f073";
}
a.fc-assistenza{
	/* background: red !important; */
	background: #b8e5f9 !important;
}
a.fc-assistenza .fc-event-title:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	display: inline-block;
	padding: 0 2px;
	text-decoration: inherit;
	content: "\f7d9"; /* "\f0d1"; */
}
a.fc-turno{
	background: #00adff !important;
	color: black;
}
button.btn.presenze.active {
	background: #98dbbc !important;
	color: black;
}
button.btn.calendario.active {
	background: #9fc2fa !important;
	color: black;
}
button.btn.assenze.active {
	background: yellow !important;
	color: black;
}
.fc-timegrid-event .fc-event-time {
	margin-bottom: -5px !important;
}
div#calendar {
	width: 100%;
}

.fc-event-main {
	line-height: 12px;
	overflow: hidden;
	font-size: var(--fc-small-font-size);
}

.fc-assistenza a {
	color: #0939c1;
}