.calendario {
	width: 100%;
	height: auto;
	min-height: 100vh;
	margin: 0px;
	padding: 15px;

	background-color: #FFFFFF;
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.10);
	border-radius: 5px;

	display: flex;
	align-items: flex-start;
	gap: 15px;

	position: relative;
}

.fc-list-empty {
	height: 100vh !important;
	background-color: transparent !important;
}

.fc-header-toolbar {
	width: 100% !important;
	height: auto !important;
	margin: 0px 0px 15px 0px !important;
	padding: 0px !important;

	gap: 15px !important;
}

.fc-toolbar-chunk,
.fc-button-group {
	display: flex !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
}

.fc-toolbar-title {
	text-transform: uppercase !important;
	text-align: center !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	color: #333333 !important;
}

.fc-button {
	min-width: 35px !important;
	height: 35px !important;
	padding: 5px 15px !important;

	background-color: var(--azul) !important;
	box-shadow: none !important;
	outline: none !important;
	border: none !important;

	font-weight: 700 !important;
	font-size: 12px !important;
	color: #FFFFFF !important;
}

.fc-button-active {
	background-color: var(--azul-hover) !important;
}

.fc-icon {
	font-size: 14px !important;
	color: #FFFFFF !important;
}

.fc-selectUsuario-button {
	padding: 0px 10px 0px 0px !important;
	background-color: #FFFFFF !important;
}

.custom-select {
	width: 200px !important;
	height: 100% !important;
	padding: 0px !important;

	background-color: transparent !important;
	border: none !important;
	outline: none !important;

	font-weight: 700 !important;
	font-size: 12px !important;
}

.fc-botaoCadastrar-button {
	background-color: var(--verde) !important;
	color: #FFFFFF !important;
}

.fc-list-table td,
.fc-list-table th {
	height: auto !important;

	border: none !important;
	border-top: solid 1px #C0C0C0 !important;
}

.fc-list-day-cushion {
	background-color: #CCCCCC !important;

	text-transform: uppercase !important;
	text-align: start!important;
	font-weight: 700 !important;
	font-size: 12px !important;
	color: #333333 !important;
}

.fc-list-event-graphic {
	display: none !important;
}

.fc-list-event {
	width: 100% !important;

	background-color: transparent !important;
}

.fc-list-event-content {
	display: flex !important;
	flex-direction: column !important;
}

.fc-list-event-content > span {
	display: flex !important;
	align-items: center !important;
}

.fc-list-event-content > span > span {
	width: 10px !important;
	height: 10px !important;
	margin-right: 8px !important;

	border-radius: 50% !important;

	display: inline-block !important;
}

.fc-list-event-content > span > h1 {
	margin: 0px !important;

	text-align: start!important;
	font-weight: 700 !important;
	font-size: 12px !important;
	color: #333333 !important;
}

.fc-list-event-content > h1 {
	margin: 0px 0px 5px 0px !important;

	text-align: start!important;
	font-weight: 500 !important;
	font-size: 10px !important;
	color: #333333 !important;
}

.fc-list-event-content > p {
	margin: 0px !important;

	text-align: start!important;
	font-weight: 500 !important;
	font-size: 12px !important;
	color: #333333 !important;
}

.fc-view-harness {
	height: auto !important;
}

.fc-col-header {
	background-color: transparent!important;
	border: none !important;
}

.fc-col-header-cell {
	padding: 10px 15px !important;
}

.fc-theme-standard th {
	padding: 2.5px 0px !important;

	background-color: #CCCCCC !important;
	border: solid 1px #AAAAAA !important;
}
.fc-col-header-cell {
	height: auto !important;
	padding: 5px 0px !important;
}

.fc-col-header-cell-cushion {
	text-transform: uppercase !important;
	text-align: center !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	color: #333333 !important;
}

.fc .fc-view {
	border: 1px solid #BBBBBB !important;
}

.fc-daygrid-day {
	border: 1px solid #BBBBBB !important;
}

.fc-daygrid-header-cell {
	border-top: 1px solid #BBBBBB !important;
}

.fc-dayGridMonth-view .fc-daygrid-day {
	height: 150px !important;
	padding: 10px !important;

	text-align: center !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	color: #333333 !important;
}

.fc-dayGridMonth-view .fc-daygrid-day-frame {
	height: 150px !important;
}

.fc-dayGridWeek-view .fc-daygrid-day {
	height: auto !important;
	padding: 10px !important;

	text-align: center !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	color: #333333 !important;
}

.fc-dayGridWeek-view .fc-daygrid-day-frame {
	height: auto !important;
}

.fc-daygrid th {
	border: none !important;
}

.fc-day-today {
	background-color: transparent !important;
}

.fc-daygrid-day-number {
	width: 25px !important;
	height: 25px !important;
	margin:  0px 0px 10px 0px !important;
}

.fc-day-today .fc-daygrid-day-number {
	background-color: var(--azul) !important;
	border-radius: 50% !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	color: #FFFFFF !important;
}

.fc-daygrid-event-container {
	padding: 2.5px 5px !important;

	display: flex !important;
	flex-direction: column !important;
}

.fc-daygrid-event-container > h1 {
	height: auto !important;
	margin: 0px !important;

	text-align: start!important;
	font-weight: 700 !important;
	font-size: 10px !important;
	color: #FFFFFF !important;
}

.calendario .legenda {
	width: 20%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.calendario > .carregando {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0px;

	background-color: #FFFFFF;
	border-radius: 5px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;

	z-index: 89997;
	position: absolute;
	top: 0px;
	left: 0px;
}

.calendario > .carregando > h1 {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;

	font-size: 36px;
	color: #333333;
}

.calendario > .carregando > p {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;

	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #333333;
}

.calendario > div {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

@media only screen and (max-width: 749px) {

	.calendario {
		flex-direction: column !important;
	}

	.calendario .legenda {
		width: 100%;
	}

	.fc-header-toolbar {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		row-gap: 15px !important;
	}

	.fc-toolbar-chunk,
	.fc-button-group {
		width: 100% !important;
	}

}