﻿.form {
	flex: 1;
	border-right: none;
}

.form_panel {
	flex: 1;
	margin-right: 5px;
	overflow-x: hidden;
	overflow-y: auto;
}

.form_buttons {
	margin: 10px 0 5px 0;
}

.form_section {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: auto;
}

.form_upper {
}

.form_block {
	display: flex;
}

.form_block > div {
	flex: 1;
	margin-right: 5px;
}

.form_block > div:last-child {
	margin-right: 0;
}

.form_flex {
	display: flex;
}

.form_dates {
	display: flex;
}

.form_checkboxes {
	display: flex;
}

.form_checkboxes > div {
	margin-right: 5px;
}

.form_checkboxes > div:last-child {
	margin-right: 0;
}

.form_photo {
	height: 200px;
	width: 145px;
	margin: 7px 5px 0 0;
}

.form_photoEx {
	height: 100px;
	width: 75px;
	margin: 7px 5px 0 0;
}

.form_shift {
	display: flex;
	flex-direction: column;
}

.form_shift_block {
	display: flex;
}

.form_shift_block > div:last-child {
	margin-right: 0;
}

.form_shift_flex {
	flex: 1;
}

.form_shift_drop {
	flex: 1;
	margin: 0 5px 0 0;
}

.form_shift_meals {
}

.form_shift_checkbox {
	margin-top: auto;
	margin-bottom: 1px;
	margin-left: 5px;
}

.form_shift_hours {
	display: flex;
	margin-bottom: 10px;
}

.form_shift_hours > div {
	flex: 1;
	margin: 0 5px 0 0;
}

.form_shift_hours > div:last-child {
	margin: 0;
}

.form_shift_profile {
	margin: 0 0 5px 0;
}

.navtree {
	flex: 1;
	overflow: auto;
}

.form_checkboxes {
	flex: 1;
	overflow: auto;
}

.terminal_readers {
	display: flex;
}

.terminal_reader1 {
	flex: 1;
	margin-right: 5px;
}

.terminal_reader2 {
	flex: 1;
	margin-left: 5px;
}

.outOfService {
	color: red;
}

.redtext {
	color: red;
	background-color: white;
}

.sidebox {
	display: flex;
}

.sidebox_aside {
	display: flex;
	flex-direction: column;
}

.sidebox_content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px 0px 1px 3px;
}

.sidebox_content .subtext {
	padding-left: 3px;
}

.ms-Checkbox {
	padding-top: 10px !important;
}

.group_employees {
	padding-top: 10px;
}

.form_no_overflow {
	overflow: hidden;
}

.palette_picker {
	margin: 5px 5px 5px 0;
}

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

.multimodal_index {
	margin: 0 0 5px 0;
}

.placeholders {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: auto;
}

.placeholders_index {
	margin: 5px 0 0 0;
}

.placeholder {
	display: flex;
	flex-direction: column;
	margin: 5px 0 0 0;
}

.placeholder_header {
	flex: 1;
	display: flex;
	flex-direction: row;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
}

.placeholder_toggler {
	margin-right: 5px;
}

.placeholder_employee {
}

.placeholder_date {
	margin-left: 10px;
}

.placeholder_status {
	margin-left: 10px;
}

.barcode_scanner {
	position: relative;
}

.barcode_camera {
	display: none;
}

.barcode_scan {
	display: block;
	width: 100%;
	height: 120px;
	border: 1px solid #a6a6a6;
}

.laser {
	position: absolute;
	top: 37.5%;
	width: 100%;
	height: 2px;
	background-color: tomato;
	box-shadow: 0 0 4px red;
	animation: beam .01s infinite;
}

@keyframes beam {
	50% {
		opacity: 0;
	}
}

.form_widget {
/*	position: relative;
	pointer-events: all;
	width: 100%;
	border: 1px solid green;
	z-index: 3;
*/}

.photo_panel {
	position: relative;
	width: 100%;
}

.photo_cancel {
	position: absolute;
	right: 3px;
	top: 2px;
}

.thumbnails {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	border: 1px solid #a6a6a6;
	padding: 4px 3px 0px 3px;
	min-height: 108px;
}

.thumbnail {
	position: relative;
	margin-right: 3px;
}

.thumbnail_img {
	height: 100px;
	border: 1px solid #a6a6a6;
}

.thumbnail_delete {
	position: absolute;
	right: 3px;
	top: 2px;
}

.thumbnail_camera {
/*	margin-top: 20px;
*/}

.sigCanvas {
	width: 100%;
	height: 150px;
	border: 1px solid #a6a6a6;
}

.cloak {
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	pointer-events:none;
	overflow: hidden;
}

.password_rules {
	margin-top: 5px;
}

.password_rule {
	margin-left: 10px;
	display: flex;
}

.password_rule_icon {
	margin: 3px 10px 0;
}

.password_rule_valid {
	color: darkgreen;
}

.password_rule_invalid {
	color: red;
}

.approvers {
	background-color: rgb(243, 242, 241);
	color: rgb(161, 159, 157);
	padding: 5px 0 5px 8px;
}

.approver {
}

.todos_form {
	flex: 1;
	border-right: none;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-bottom: 1px solid #a6a6a6;
	margin-top: 5px;
	margin-bottom: 5px;
}

.todos_title {
	margin-bottom: 5px;
	margin-top: 5px;
}

.todos_panel {
	flex: 1;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	margin-top: 5px;
}

.todos_employees {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-right: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}

.todos_employees_list {
	flex: 1;
	margin-top: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

.todos_employeetodo {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	margin-bottom: 3px;
}

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

.todos_employeetodo_employee_name {
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.todos_employeetodo_todo {
	flex: 1;
	display: flex;
	flex-direction: row;
}

.todos_employeetodo_todo_details {
	display: flex;
	flex-direction: column;
}

.todos_employeetodo_todo_row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.todos_employeetodo_todo_date {
	width: 60px;
	font-weight: bold;
	padding-bottom: 2px;
	border: 1px solid black;
	text-align: center;
	margin: 5px 0 0 0;
}

.todos_employeetodo_todo_range {
	width: 55px;
	margin: 5px 0 0 5px;
}

.todos_employeetodo_todo_evaluation {
	width: 70px;
	margin-top: 5px;
}

.todos_employeetodo_todo_hour {
	width: 135px;
	margin-top: 5px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}

.todos_exception {
	font-weight: bold;
	padding: 2px;
	border: 1px solid black;
	text-align: center;
	margin: 0 0 5px 7px;
}

.todos_note {
	flex: 0 0 550px;
	padding-left: 10px;
	border-left: 1px solid #a6a6a6;
	display: flex;
	flex-direction: column;
	margin-block-end: 5px;
}

.todos_header {
	display: flex;
	flex-direction: row;
	margin-right: 5px;
}

.todos_button {
	border-top: 1px solid #a6a6a6;
	margin-top: 10px;
}

.todos_note_footer {
	margin-top: auto;
}

.todos_errors {
}

.todos_error {
}

.translucent {
	opacity: 0.5;
}

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

.todos_save_index {
	margin: 5px 0 5px 0;
}

.todos_placeholders {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
}

.todos_placeholder {
	margin: 5px 0 0;
	padding: 3px;
}

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

.todos_placeholder_employee_text {
}

.todos_placeholder_employee_spinner {
	margin-left: 10px;
}

.todos_placeholder_note {
}

.todos_placeholder_error {
}

.form_row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.form_row > div {
	flex: 1;
	min-width: 150px; 
}

.survey_choices {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
	margin-top: 5px;
	justify-content: space-between;
}

.survey_choice {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.survey_choice_radio {
	margin-bottom: 5px;
}

.survey_choice_container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.survey_choice_text {
	font-size: 11px;
	font-weight: bold;
}

.survey_choice_symbol_left {
	font-size: 8px;
	font-weight: bold;
	position: absolute;
	bottom: -25px; 
	width: 100%;
	text-align: center;
}
.survey_choice_symbol_right {
	font-size: 8px;
	font-weight: bold;
	position: absolute;
	bottom: -25px;
	width: 100%;
	text-align: center;
}