.cal-month-name {
	font-family: Quicksand, sans-serif;
}
.cal-dow {
	font-family: Quicksand, sans-serif;
}
.cal-btn {
	background-position: 6px 7px;
}
.cal-date {
	font-family: sans-serif;
}

.cal-loading {
	position: absolute;
	z-index: 3;
	top: 2px;
	left: 83px;
}
@media only screen and (min-width: 992px) {
	.cal-loading {
		top: 6px;
		left: 87px;
	}
}

.cal-popup-background {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
}
.cal-popup-container {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: table;
	table-layout: fixed;
	position: fixed;
	z-index: 1001;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 300px;
	max-width: 90%;
	height: auto;
	border-spacing: 4px 0px;
	background-color: #e6e6e6;
}
.cal-popup-row {
	display: table-row;
}
.cal-popup {
	display: table-cell;
}
.cal-popup .event-heading {
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 28px;
}
.cal-popup .cal-btn {
	position: absolute;
	height: 24px;
	width: 24px;
	top: 4px;
	right: 4px;
}
.cal-popup .cal-icon {
	position: absolute;
	top: 4px;
	left: 4px;
}
.cal-popup .cal-events-container {
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	border-spacing: 0px 4px;
	white-space: normal;
	overflow: hidden;
}
.cal-popup .cal-event {
	font-size: small;
}
.cal-popup .cal-event-time {
	display: inline-block;
	width: 8em;
	min-width: 4em;
	padding: 3px 6px 2px 4px;
	border-top: 2px solid transparent;
	border-right: 2px dotted #c0c0c0;
	border-bottom: 2px dotted #c0c0c0;
}
.cal-popup .cal-event-end {
	display: inline-block;
}
.cal-popup .cal-event:last-child>.cal-event-time {
	border-bottom-left-radius: 4px;
}
.cal-popup .cal-event-summ {
	display: table-cell;
	width: 100%;
	padding: 3px 4px 2px 6px;
	white-space: normal;
	border-top: 2px dotted #c0c0c0;
}
.cal-event-desc {
	display: none;
}

@media only screen and (min-width: 481px) {
	.cal-popup-container {
		min-width: 400px;
		max-width: 80%;
	}
	.cal-popup .cal-event {
		font-size: medium;
	}
}

@media only screen and (min-width: 992px) {
	.cal-popup-container {
		border-spacing: 8px 0px;
	}
	.cal-popup .cal-events-container {
		border-spacing: 0px 8px;
	}
	.cal-popup .event-heading {
		margin-top: 8px;
		margin-bottom: 0px;
		margin-right: 32px;
	}
	.cal-popup .cal-btn {
		top: 8px;
		right: 8px;
	}
}
