.k-scheduler-monthview .sf-event-link {
	font-size: 10px;
    color: white;
	font-size: 10px;
}

.k-scheduler-monthview .sf-event-item {
	padding: 0 1px;
}

.k-scheduler-monthview .k-event-actions {
	display: none;
}

.k-scheduler-monthview div.k-event {
	background-color: rgb(172, 26, 47) !important;
    border-color: rgb(172, 26, 47) !important;
	border-radius: 3px !important;
	padding: 0 1px;
}

.k-scheduler-monthview div.k-event:hover {
	height: unset !important;
	z-index: 99;
}

.k-scheduler-monthview div.k-event:hover .sf-event-link {
	color: white;
	text-decoration: underline;
	text-wrap: pretty;
}

.k-tooltip {
	border-color: rgb(172, 26, 47);
	background-color: rgb(172, 26, 47);
}

html body.campus-management .k-tooltip  h3{
	color: white !important;
}

.k-tooltip .k-callout-s {
	color: rgb(172, 26, 47);
}