﻿.scheduler {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.scheduler_header {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.scheduler_rosters {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	overflow: auto;
}

.scheduler_roster {
	display: flex;
	flex-direction: row;
}

.scheduler_roster_time_header {
	background-color: #334A5F;
	min-width: 33px;
	border-bottom: 1px solid rgba(34, 36, 38, 0.15);
	border-right: 1px solid rgba(34,36,38,0.15);
}

.scheduler_roster_time {
	border-bottom: 1px solid rgba(34, 36, 38, 0.15);
	border-right: 1px solid rgba(34,36,38,0.15);
}

.scheduler_roster_factory {
	flex: 0 0 150px;
	border-bottom: 1px solid rgba(34, 36, 38, 0.15);
	border-right: 1px solid rgba(34,36,38,0.15);
	font-weight: normal;
	background-color: lightsteelblue;
	padding: 5px 0 0 5px;
	min-height: 42px;
}

.scheduler_roster_slot {
	flex: 0 0 300px;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid rgba(34, 36, 38, 0.15);
	border-right: 1px solid rgba(34,36,38,0.15);
	overflow: auto;
}

.scheduler_roster_slot_header {
	display: flex;
	flex-direction: row;
	color: white;
	background-color: #334A5F;
	padding-top: 6px;
}

.scheduler_roster_slot_time {
	margin-left: auto;
	margin-right: auto;
	min-height: 35px;
}

.scheduler_roster_slot_delete {
	margin-left: auto;
	margin-top: -5px;
}

.scheduler_roster_slot_empty {
	min-height: 66px;
}

.scheduler_roster_slot_openings {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: auto;
	width: 100%;
}

.scheduler_roster_slot_opening {
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: 3px;
	width: 100%;
	border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.scheduler_roster_slot_opening_header {
	display: flex;
	flex-direction: row;
	min-height: 60px;
}

.scheduler_roster_slot_opening_date {
	font-weight: bold;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: auto;
}

.scheduler_roster_slot_opening_edit {
}

.scheduler_roster_slot_opening_delete {
}

.scheduler_roster_slot_opening_candidate {
	display: flex;
	flex-direction: column;
	min-height: 60px;
}

.scheduler_roster_slot_opening_candidate_employee {
	display: flex;
	overflow: hidden;
}

.scheduler_roster_slot_opening_candidate_employee_text {
	flex: 1;
	margin-top: 3px;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.scheduler_roster_slot_opening_candidate_buttons {
	margin-left: auto;
	margin-top: -5px;
	display: flex;
	flex-direction: row;
}

.scheduler_roster_slot_opening_candidate_button {
}

.scheduler_roster_slot_opening_candidate_ellipsis {
	margin-right: 10px;
	min-height: 32px;
}

.scheduler_roster_slot_opening_candidate_info {
	font-size: 10px;
}

.pickerItem .scheduler_roster_slot_opening_candidate_info {
	margin-top: unset;
}

.scheduler_roster_slot_opening_candidate_info_factories {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.scheduler_roster_slot_opening_candidate_info_reasons {
	margin-top: 3px;
}

.candidate_reasons {
	flex: 1;
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.candidate_reason {
	padding: 2px 2px 0 2px;
}

.text_bold {
	font-weight: bold;
}

.text_italic {
	font-style: italic;
}

.noneditable {
	background-color: ghostwhite;
}

.danger {
	color: orangered;
}

.warning {
	color: goldenrod;
}

.optimal {
	color: darkgreen;
}

.saving {
	font-weight: bold;
}

.scheduler_roster_slot_opening_candidate_info .saving {
	margin-top: 0;
}
