:root {
	--label-title-text-color: #282a2b;

	--component-breadcrumb-text-color: #173d6e;

	--component-checkbox-select-color: #173d6e;
	--component-checkbox-select-color-disabled: #8b8191;

	--component-date-time-select-color: #173d6e;
	--component-date-time-select-shadow-color: #111111;

	--header-text-color: white;
	--header-background-color: #173d6e;
	--modal-close-button-color: white;

	--footer-text-color: white;
	--footer-background-color: #173d6e;
	
	--list-selected-background-color: #ffc72c;
	--list-success-background-color: #dff0d8;
	--list-failure-background-color: #f2dede;
	
	--priority-low-background-color: seagreen;
	--priority-low-color: white;
	--priority-medium-background-color: goldenrod;
	--priority-medium-color: white;
	--priority-high-background-color: crimson;
	--priority-high-color: white;
	
	--home-menu-background-color: #173d6e;
	--home-menu-hover-color: #e02626;
	--home-menu-text-color: white;
	
	--calendar-header-text-color:  white;
	--calendar-header-background-color: #173d6e;
	
	--project-calendar-scheduling: royalblue;
	--project-calendar-scheduling-inactive: #a0b4f0;
	--project-calendar-incidents: seagreen;
	--project-calendar-incidents-inactive: #81d5a6;
	--project-calendar-training: chocolate;
	--project-calendar-training-inactive: #e4a578;
	
	--attendance-assigned-background-color: royalblue;
	--attendance-assigned-color: white;
	--attendance-available-background-color: seagreen;
	--attendance-available-color: white;
	--attendance-not-specified-background-color: goldenrod;
	--attendance-not-specified-color: white;
	--attendance-not-available-background-color: crimson;
	--attendance-not-available-color: white;
}