.tippy-box{
	background: #014A73;
}
.tippy-box[data-placement^=top]>.tippy-arrow:before{
	color: #014A73;
}
.tippy-box,
.tippy-content{
	z-index: 9999!important;
}
.tippy-content div{
	color: white!important;
}
.tippy-content h3{
	color: #fff !important;
	font-size: 20px;
}
.tippy-content i{
	width: 15px;
	margin-right: 5px;
	text-align: center;
}
.tippy-content .fa-circle.green{
	color: green;
}
.tippy-content .fa-circle.orange{
	color: orange;
}
.tippy-content .fa-circle.red{
	color: red;
}


#calendar{
	margin-bottom: 2rem;
}
.fc-widget-header table{
	margin: 0!important;
}
.fc-scroller{
	height: unset!important;
}
.fc-scroller.fc-day-grid-container,
.fc-scroller{
	overflow: unset!important;
}
.fc-day-grid-event{
	cursor: pointer;
}
.fc-content{
	padding: 5px 8px;
}
.fc-week-number{
	width: 31px!important;
}
