﻿.facility .dateDetail .periodContainer .period, .facility .facilityTerm .periodContainer .period
{
	background: #00a8c6;
	color: white;
}

.facility .calendar .calendar-container .month .days div
{
	color: white;
}

.facility .dateDetail .periodContainer .divider
{
	border-color: #00a8c6;
}

.facility .calendar .button
{
	background: #00a8c6;
	color: white;
}

.facility .calendar .button:hover
{
	background: #2b2b2b;
}

.facility .calendar .button:active
{
	background: #1f1f1f;
}

.facility .calendar .button.selected
{
	background: #b80000;
	color: white !important;
}

.facility .calendar .button.selected:hover
{
	background: #ab0000;
}

.facility .calendar .button.selected:active
{
	background: #9e0000;
}

.facility .calendar .selectedFacility
{
	background: #b80000;
	color: white;
}

.facility .calendar .selectedFacility::after
{
	border-left-color: #b80000;
}