#loading {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("../../img/spinner-expert.webp");
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

body {
 	background-image: url("../../img/map.webp");
 	background-repeat: no-repeat;
}
#simple-bar {
	/*border: 1px solid grey;*/
	width: 100%;
	height: 70%;
	/*max-height: 200px;*/
	/*min-height: 100px;*/
	margin: 5px auto;
	/*margin-top: 30px;*/
}

.float{
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-size:21px;
	background-color:#CCC;
	position:fixed;
	width:40px;
	height:30px;
	bottom:10px;
	right:10px;
	/*background-color:#0C9;*/
	color:#FFF;
	border-radius:5px;
	text-align:center;
	box-shadow: 2px 2px 4px #999;
}

.btn-float{
	margin-top:2px;
}

/* CALENDAR */

.fc .fc-toolbar-title {
  font-size: 0.9em;
  margin: 5px;
}

.fc .fc-daygrid-day-number {
  padding: 2px;
  position: relative;
  z-index: 4;
  font-size: 9px;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.7em;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
  font-size: 9px;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 0.8em;
  position: relative;
}