
/* Events
-----------------------------------------------------*/

.fc-event {
	background: transparent;
	/* color: #fff !important; */
	border-bottom: 1px solid #5db6d8;
	padding: 3px 10px;
	border-bottom: 1px solid #ecedf1;
	padding: 5px 10px;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	-moz-transition: border 0.3s;
	position: relative;
	background-color: rgb(93, 182, 216);
	color: #ffffff ;
	font-size: 15px;
	font-weight: 500 !important;
}
.fc-event:hover {
	background-color:rgb(39, 47, 70);
}

.fc-event-bg {
	display: none !important;
}

.fc-event .ui-resizable-handle {
	display: none !important;
}



.fc-content-skeleton tr:last-child a {
	border-bottom: none !important;
}


.fc-content-skeleton tr:nth-child(odd) a{
	/* background-color: rgba(247, 143, 77, .6); */
}



.fc-content-skeleton tr:nth-child(odd) a:hover{
	/* background-color: rgba(247, 143, 77, 1); */
}