label {cursor: pointer;}
/* full calendar */
.fc-month-view .fc-h-event {
	cursor: pointer;
}

#calendar {
	background-color: #fff;
	width: 80%;
	float: right;
}

.sidebar-cal {
	display: none;
}
#pom-sidebar .sidebar-cal {
	display: inherit;
}
.cal-label {
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 12px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tooltipevent {
	width: 200px;
	height: auto;
	background: #fff;
	position: absolute;
	z-index: 10001;
	color: #8e8e8e;
	padding: 5px 10px;
	border-radius: 10px;
}


/* SIDEBAR */
#pom-sidebar .fc-content-skeleton table {
	margin: 0;
}

.fc-time-grid .fc-content-skeleton {
	min-height: 100%;
	height: 100%;
}
.fc-time-grid table {
	height: 100% !important;
}

#pom-sidebar .fc-basic-view .fc-body .fc-row {
	/*min-height: inherit; */
}
#pom-sidebar .fc-h-event {
	height: 5px;
	cursor: pointer;
}
#pom-sidebar .fc-title {
	display: none;
}

#pom-sidebar .fc-right, .fc-today-button {
	display: none;
}
#pom-sidebar .fc-center {
	position: absolute;
	text-align: right;
	right: 20px;
}
#pom-sidebar .fc-center h2 {
	font-size: 30px !important;
}
#pom-sidebar .cfm-calendar-filters {
	display: none;
}
#pom-sidebar #calendar {
	width: 100%;
}

.cfm-calendar-filters {
	width: 20%;
	float: left;
}
#event_type_selector {
	min-width: inherit !important;
}

.sidebar-calendar-link:hover h2 {
	color: #ff8a00;
}


@media (max-width: 415px) {
	#pom-sidebar .fc-content-skeleton table {
		margin: 0;
	}

	#pom-sidebar .fc-basic-view .fc-body .fc-row {
		min-height: inherit;
	}
	#pom-sidebar .fc-h-event {
		height: 1px;
	}
	#pom-sidebar .fc-title {
		display: none;
	}
}

a[href="\#"], a[href=""] {
    cursor: default !important;
}
