body{
color: #101010;
font-family: helvetica, sans-serif;
font-size: 12px;
display: block;
background-color: #f1f1f1
}

#accept-cancel > * {
	margin-right: 15px;
	cursor: pointer;
}

#accept-signin {
	margin-right: 550px;
	cursor: pointer;
	display: inline-block;
	
	position: relative;
	bottom: 10px;
}

#accept-button {
	margin-right: 5px;
}

#remove-button {
	margin-left: 5px;
}

#cancel-signin {
	margin-right: 5 px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 5%px;
}

#remove {
	margin-left: 5px;
}

#modify {
	cursor: pointer;
}

#save-row {
	padding-top: 10px;
}

#employee-issue-table {
	text-align: left;
  	table-layout: auto;
  	width: 80%;  
  	padding: 0px;
  	margin: 0px;
}

#warning-message .button{
	margin-left: 2px;
	margin-right: 2px;
}

.heatmap-editor .canvas-container {
	border: 1px solid black;
}

.growable-list[data-relation="heatmaps"] .heatmap-editor .heat_map_id {
	font-size: 150%;
	margin-right: 10px;
}

.growable-list[data-relation="heatmaps"] .heatmap-editor .editable[data-field="title"] span, .growable-list[data-relation="heatmaps"] .heatmap-editor .add_image {
	font-size: 150%;
}
.growable-list[data-relation="heatmaps"] .heatmap-editor .editable[data-field="title"] input {
	margin-right: 20px;
}

.growable-list[data-relation="heatmaps"] .heatmap-editor .deletebutton {
	float: right;
}

zoneDropDown{
	margin:0px 0 0 10px;   	
}

div.teamLead {
	float: right;
}

html, body{ 
margin: 0px; padding: 0px;
}

.body_content {
	background-color: #f6f6f6;
	padding-bottom: 10px;

}
a:visited, a:link {
	color: #1e0fbe;	
}

#header {
	position: relative;
	
	color: #FE7810;
	background-color: #fff;
	border-bottom: 7px solid #6C94A7;
	padding: 10px;
	z-index: 10;
}

#notification {
	z-index: 1;
	 background-color: #CDEBFA;
	 border: 1px solid #A1BFCE;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	  
	position: absolute;
	top: 0px;
	left: 50%;
	
	padding: 20px 10px 10px 10px;
	
	text-align: center;
	margin-left: -100px;
	width: 150px;	
	color: #333;
}

#header .logo h1{
    display: none;
}

#header .logo {
	height: 54px;
	background-image: url(../images/logo_highres.png);
	background-repeat: no-repeat;	
	background-size: 230px;
}

#header .logo img {
	display: none;
}

.offline_status {
	position: absolute;
	top: 45px;
	right: 10px;
}

.offline a{
	color: #666;	
}

.logged_in {
		position: absolute;
		top: 2px;
		right: 10px;
		font-size: 14pt
	}
	
	.logged_in_as {
	color: #ccc;
	}
	
	.logged_in_as strong {
		
		color:#c00;
	}
	
	.logged_in a .user {
		font-size: 14pt;
		color: #FE7810;
	}
	
		
	.logged_in a.user_outer {
		display: inline;
		text-decoration: none;
	}
	
	.logged_in a{
		display: block;
		font-size: 8pt;
		color: #666;
		text-align: right;
	}


#body{
padding: 5px 5px 15px 5px;
}

#footer {
	color: #A2A3A0;
	border-top: 2px solid #ccc;
	padding: 5px;
}

h2 span {
font-size: 0.75em;
color: #646464;
}

.align_right, .align_right input {
	text-align: right;
}


.button {
  background-color: #B9CDD7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 20px;
  width: 80px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9CBBCB;
  color: #666 !important;
  padding: 5px;
  cursor: pointer;
}

.button.add_row {
	height: max-content;
}

.buttonExit {
 
  
  height: 20px;
  width: 80px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button.submitCampaign{
  background-color: #B9CDD7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 30px;
  width: 120px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9CBBCB;
  color: #666 !important;
  padding: 5px;
  cursor: pointer;
}

.button:hover{
	background-color: #9CBBCB;
}

.button_main{
	color: #333 !important;
	border-width: 2px;
	background-color: #F9C542 !important;
	border-color: #E2B33C !important;
	height: max-content;
}

.button_main:hover{
	background-color: #F3B519 !important;
}

.button_main_wide{
	color: #333 !important;
	border-width: 2px;
	background-color: #F9C542 !important;
	border-color: #E2B33C !important;
	height: max-content;
	width: 90px !important;
}

.button_main_wide:hover{
	background-color: #F3B519 !important;
}

.button_main_wider{
	color: #333 !important;
	border-width: 2px;
	background-color: #F9C542 !important;
	border-color: #E2B33C !important;
	height: max-content;
	width: 170px !important;
}

.button_main_wider:hover{
	background-color: #F3B519 !important;
}

table {
	clear: both;
}

.small input {
    width: 4em !important;
}

.tiny input {
    width: 2em !important;
}


.tiny_hour input {
    width: 3em !important;
}

#quantityTotalNum{
	left: 7.5em;
	width: 2em;
}

.medium input {
    width: 6em !important;
}

input, select {
font-size: 16px;
}

.details td {
vertical-align: top;
}

.reject, .rework {
    display: block-inline;
    border: 1px solid #666;
    background-color: #AAA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    padding: 3px;
    color: white;
    height: 0.75em;
    width: 0.75em;
}

.cds_table select {
    width: 100%;
}

.flex_table div {
	float: left;
	position: relative;
}

.flex_table_4x1 div {
	
		width: 25%;
}

.flex_table div.header, .flex_table div.footer {
	float: none;
	width: 100%;
}

.flex_table .row, .flex_table .details {
	clear: left !important;
	float: none !important;
	width: 100% !important;
}

.flex_table {
	
}

.login_row label {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	margin-top: 3px;
}

.login_row {
	position: relative;
}

.login_row input {
	left: 8em;
	width: 12em;
	position: relative;
}

.clear {
	clear: left;
	margin-top: 1.0em;	
}



.field label {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	margin-top: 3px;
}

.field {
	position: relative;
}

.field input {
	left: 10em;
	width: 13em;
	position: relative;
	box-sizing: border-box;
}

.field textarea {
	left: 10em;
	width: 24em;
	height: 5em;
	position: relative;
	font-family: arial;
	font-size: 16px;
}

.field select {
	left: 10em;
	width: 13em;
	position: relative;
	height: 2em;
}

.growable-list table {
	margin-bottom: 1em;	
}

div.flex_table_header  {
		font-weight: bold;
	}
	
	.toggle_edit .edit_link {
		font-size: 8pt;
		font-weight: normal;
		text-decoration: underline;
		cursor: pointer;
	}

    .autocomplete_searching{
        position: relative;
    }

	.autocomplete ul {
		display: none;
		
	}
	
	.autocomplete .change {
		padding-left: 11em;
		color: #f1f1f1;
		position: relative;
		top: -5px;
		display: inline-block;
		width: 22px;
		height: 22px;
		
		background-image: url(../images/search.png);
		background-repeat: no-repeat;
		background-position: center right;
	}
	
	.autocomplete .edit {
		padding-left: 11em;
		color: #f1f1f1;
		position: relative;
		top: -5px;
		display: inline-block;
		width: 22px;
		height: 22px;

		cursor: pointer;
		opacity: 0.5;
		
		background-image: url(../images/edit.png);
		background-repeat: no-repeat;
		background-position: center right;
	}
	.autocomplete .edit:hover {
		opacity: 1;
	}
	
	
	.select_employee .autocomplete .change {
		/*padding-left: 0em;*/
	}
	
    .autocomplete_searching ul {
           position: absolute;
           width: 16em;
           border: 1px solid black;
           height: 10em;
           overflow-y: hidden;
           overflow-y:scroll;
           top: 1.5em;
           background-color: white;
           z-index: 100;
    }
    .autocomplete ul {
        display: none;
    }
@media screen and (min-width: 1000px) {
	#body, #body_detail {
		width: 960px;
	}
}

	
.hold, .savePass, .saveHold {	
	padding: 1em 0em 2em 0em;
    width: 5em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.saveHold {	
	padding: 1em 0em 1em 0em;
    width: 7em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 1em;
    display: block;
}

 .additionalHold {
 	padding: 1em 0em 1em 0em;
    width: 10em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: block;
 }
 
.cancelVin{
	padding: 1em 0em 1em 0em;
    width: 5em;
    font-size: 1em;
    text-align: center;
    margin-right: 1em;
    border: 1px solid black;
    color: #333;
    background-color: #ddd;
    display: block;
    margin-top: 3em;

}


@media screen and (max-width: 480px) {

	.flex_table_4x1 div.row {
		position: relative;
		height: 4.5em;
		margin-bottom: 3em;
	}
	
	div.flex_table_header  {
		margin-bottom: 0.5em !important;
	}
	
	.flex_table_4x1 div.details {
		height: auto;
	}
	
	.flex_table_4x1 div {
	    display: inline-block;
		float: none;
		height: 2em;
		width: 50%;
	}
	
	.flex_table_4x1 div.a1, .flex_table_4x1 div.a2, .flex_table_4x1 div.b1, .flex_table_4x1 div.b2  {
		position: absolute;
		
	}	
	
	.flex_table_4x1 div.a1{
		top: 0; left: 0;
	}
	
	.flex_table_4x1 div.a2{
		top: 50%; left: 0;
	}
	
	.flex_table_4x1 div.b1{
		top: 0; left: 45%;
	}
	
	.flex_table_4x1 div.b2{
		top: 50%; left: 45%;
	}
	
}

.steps h2 {
    color: black;
	text-align: center;
    font-size: 1.2em;
}

.steps {
    position: absolute;
    left: 0px;
    top: 70px;
    width: 200px;
    height: 100%;

    border-right: 2px solid #ccc;
    background-color: #e5e5e5;
    color: #AAAAAA;
    font-size: 1.3em;
}

.steps .active {
    color: #333;
	background-image: url(../images/chevron.png);
	
	background-position: center right;
	background-repeat: no-repeat;
}

.steps li {
    list-style-type: none;
    padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-right: 5px;
    cursor: pointer;
}
.steps li:hover{
	color: #888;
}

.current_step{
    padding-left: 215px;
    width: 905px;
}

.actions{
    text-align: right;
    clear: both;
    padding-top: 1em;
}

.current_step label{
    width: 150px;
}

.wi_steps .step {
   position: relative;
   margin-bottom: 2em;
   min-height: 10em;
}

.wi_steps .step textarea {
width: 60%;
height: 100%;
}

.wi_steps .step .diagram {
position: absolute;
width: 216px;
height: 116px;
top: 0px;
right: 0px;
}

.wi_steps .step .diagram img {
	width: 100%;
	height: 100%;
}

.drawing_modal {
	width: 700px;	
}

.drawing_modal {
	width: 300px;	
}

#modal {
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    border: 2px solid black;
    background-color: white;
    padding: 10px;
    z-index: 100;
    max-height: 85%;
    overflow-y: auto;
}

#modal.active {
    display: block;
	
	width: 89%;
	
    max-height: 80vh;
		
    max-width: 702px;	
	padding-right: 40px;

    
    overflow-x: auto;
    overflow-y: scroll;
}

#modal.productivityGraph_modal.active .graphs {
    padding: 0;
}

#modal.zooming {
	max-width: 10000px !important;
}

#modal.activelogout {
    display: block;
    top: 200px;
    max-height: 675px;
    max-width: 702px;	
	padding-right: 40px;
}

#modal.logs {
    max-width: 80% !important;
}

.modal_background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
}

.diagram_editor canvas {
    width: 700px;
    height: 350px;
    border: 1px solid black;
}

.edit_diagram select option:hover {
    background-color: red;
}

.diagram_editor .toolbar{
    background-color: #f1f1f1;
    padding: 2px;
}
.diagram_editor .toolbar .add{
    display: inline-block;
    height: 32px;
    width: 32px;
    border: 1px solid #e1e1e1;
}

.diagram_editor .toolbar .add:active {
    border: 1px solid #555 !important;
    background-color: #eee;
}

.diagram_editor .toolbar .active {
    border: 1px solid #222 !important;
    background-color: #ccc;
}

.toolbar img {
    height: 32px;
    width: 32px;
}

.diagram strong{
    display: block;
    text-align: center;
    height: 60px;
    width: 100%;
    padding-top: 40px;
    font-size: 1.5em;
    color: #e1e1e1;
}

.diagram {
	border: 2px solid #ccc;
}

.step .textarea {
    width: 400px;
}

.change_customer {
	display: none;
}

.editable[data-type='currency'] input {
	text-align: right;
	width: 6em;
}

table.kbTable th, table.kbTable td{
	padding: 5px;
	 width: 1px;
     white-space: normal !important;
     min-width: 100px;
     max-width:300px;	
}

table.report {
	width: 100%;
}

table.report thead th {
	background-color: #333;
	color: #f1f1f1;
	padding: 4px;
}

table.reports {
	border-collapse: collapse;
	width: 100%;
}

table.reports th {
	background-color: #333;
	color: #f1f1f1;
	padding: 4px;
	
}

table.reports tr {
	padding: 4px;
	text-align: center;
}

table.reports tr td {
	padding-top: 0.45em;
	border-bottom: 1px solid #f1f1f1;

}

table.reports tr:hover td {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

table.reports th.dateTableHeader {
	width: 10%;
}

table.reports th.customerTableHeader {
	width: 12%;
}

table.reports tr.totalsRow {
	font-weight: bold;
	background-color: lightgrey;
}

.batchFilterFields {
	margin-bottom: 2em;
}

.batchFilterFields #batchSearch {
	height: 28px;
	font-size: 16px;
	margin-top: 1em;
}

table.report td, table.report th {
	padding: 2px;
	text-align: center;
}

table.report td.int, table.report td.decimal {
	
	text-align: center;
}

table.report tfoot td {

	font-weight: bold;
}

div.select_customer .autocomplete_searching ul, div.select_customer_contact .autocomplete_searching ul, div.select_sort_initiator .autocomplete_searching ul {
	left: 130px !important;
	top: 4px;
}

.autocomplete_searching ul {
	margin-left: 0;
	padding-left: 5px;
}

.autocomplete_searching ul li {
	cursor: pointer;
	list-style-type: none;
	margin-left: 0;
}

li.selected{
	background-color: #f1f1f1;
}
.autocomplete_searching ul li:hover {
	background-color: #f1f1f1;
}

.value {
	margin-left: 13.5em;
}

ul.hidden{
	display: none;
}

.menu {
	position: absolute;
	bottom: 0px;
	left: 280px;
	margin-right: 155px;
}

.menu a{
	color: #999;
	font-weight: bold;
	text-decoration: none;
	font-size: 13pt;
	margin-right: 40px;
	text-align: center;
}

.menu a:hover {
	color: #555;
	text-decoration: underline;
}

.containment_dialog {
	width: 100%;
}

.containment_dialog input {
	left: 0;
}

.containment_dialog .actions {
	width: 100%;	
}

.containment_dialog  .field {
	position: relative;
	height: 3em;
}

.containment_dialog  .medium, .containment_dialog .containment_field select {
	position: absolute;
	right: 5px;
	max-width: 125px;
}

 .heatmap-current label {
	font-size: 16pt;
}

 .heatmap-outer {
	position: relative;
	/*overflow: scroll !important;*/
}

 .heatmap-outer .rectSelect, .heatmap-outer #rectSelect {
	position: absolute;
	text-align: center;
	pointer-events: none;
    font-size: 4em;
    color: white;
}

.rectSelect input {
	font-size: 1em;
	text-align: center;
	width: 3em;
	background-color: transparent;
	color: white;
}


@media screen and (max-width: 480px) {
	.shift_status {
		height: 3em;
		overflow: hidden;
	}
	.field label, .login_row label {
		display: block; 
		float: none;
		position: inherit;
		padding-bottom: 4px;
	}
	.field input, .field select {
		left: 0;
	}
	
	#modal.active {
		position: relative;
		padding-right: 10px;
		width: initial;
		padding: 2%;
		height: initial;
		overflow: inherit;

	}
	
	body.modal_open .body_content{
		display: none;
	}
	
	body.modal_open {
		overflow-x: auto;
	}
	
	.small_field label {
		position: absolute;
		top: 5px;
		left: 0;
		display: block;
		margin-top: 3px;
	}
	
	.upload, .download {
		display: none;
	}
	
	
	#header .logo {
		height: 27px;
		background-image: none;
		background-repeat: no-repeat;	
		background-size: 100px;
	}
	
	
	#header .logo img {
		display: block;
	}
	
	
	
	
	
	.menu {
	position: relative;
	top: 8px;
	left: 0px;
	}
	
	.menu a{
		color: #999;
		font-weight: bold;
		text-decoration: none;
		font-size: 10pt;
		margin-right: 10px;
		text-align: center;
	}
	.logged_in {
		position: absolute;
		top: 2px;
		right: 10px;
		
	}
	
	.logged_in_as {
		display: none;
	}
	
	.logged_in a{
		display: block;
		font-size: 8pt;
	}
	.details .edit_link {
		display: block;
		margin-bottom:  10px;
	}
}


.containment_field {
	height: 3em;
}

.containment_field label {
	position: relative;
	top: 0.75em;
}

.small_table thead td {
	font-weight: bold;
	background-color: #666;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}
.small_table tr {
	height: 2.5em;
}

div.containment {
	max-width: 200px;
}



.summary {
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	width: 80%;
	height: 100%;
	z-index: 100;
	padding-left: 10%;
	padding-right: 10%;
}

.summary  table {
	
	width: 100%;
	font-size: 1.25em;
}

.summary  table thead th {
	background-color: #333;
	color: #f1f1f1;
	padding: 4px;
}
.summary  table td {
	padding: 5px;
}

.summary tr:nth-child(even) {
	background: #f1f1f1
	}
.summary tr:nth-child(odd) {background: #ffffff}

.field_large_label {
	padding-top: 1em;
	padding-bottom: 1em;
}

.field_problem {
	border: 1px solid #c00;
}

.variation_option {
	left: 11em;
    position: relative;
    color: #c1c1c1;
}

.variation_option_enabled {
	left: 11em;
    position: relative;
    color: black;
}
.variation_option:hover {
	color: black;
}

.nullable {
	left: 13em;
	position: relative;
}

.nullable input[type=checkbox]{
	left: 0em;
	width: 1em;
}

.nobr{
	white-space: nowrap;	
}

.bottom {
	width: 400px;
}

.delete_button{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../images/delete.png);
	-webkit-filter: grayscale(1);
}

.delete_button:hover{
	-webkit-filter: grayscale(0);
}

.highlight{
	background-color: #f1d1d1;
}

.highlight > td {
	background-color: #f1d1d1 !important;
}
 
#highlighted{background-color: #f1d1d1;}

.highlight-background {
	background-color:pink !important;
}

.empty_editable{
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;

	font-size: 1.5em;
	color: #666;
}


.offline_summary {
	max-width: 650px;
	width: 100%; 
}

.offline_summary a.execute {
	border: 1px solid black;
	border-radius: 8px;
	text-decoration: none;
	padding: 6px;
	background-color: #f1f1f1;
}

.offline_summary .error {
	color: #c00;
	font-weight: bold;
}

.offline_summary tr{
	height: 2.6em;
}

.offline_summary .saved {
	color: #0c0;
}

.offline_summary h3{
	margin-top: 0;
}

.offline_summary .last_saved {
	width: 75%;
}
.offline_summary .last_saved .value {
	margin-left: 1em;
}
.offline_summary .execute {
	position: absolute;
	right: 1em !important;
	bottom: 1em;
}
.offline_summary >div {
    position: relative;
	border: 1px solid #999;
	background-color: white;
	border-radius: 5px;
	padding: 1em;
}

.upload strong, .download strong {
	color: #333;
	font-size: 1.2em;
}
.upload, .download {
	float: left;
	margin-right: 2em;
	border: 1px solid #c1c1c1;
	background-color: #e1e1e1;
	padding: 0.5em;
	height: 8em;
	width: 30em;	
}

.upload .button, .download .button{
	clear: left;
	display: block;
	margin-top: 1em;
}

.sd_card .button{
	display: block;
	margin: 0.2em;
	float: left;
}

.offline_status a {
	display: none;
}
.offline_status a.status_offline {
	display: block;
}

.offline_status a.status_online {
	display: none;
}


.locked .disabledonlocked {
	display: none;
}


input, .field select, textarea {
	border: 1px solid #aaa;
	padding: 3px;
}

.current_step h2 {
	
	margin-top: 50px;
	margin-bottom: 0px;
}

.team_members {
	
}

.team_members tfoot strong{
	display: block;
}
.team_members tfoot input{
	width: 120px;
}
.team_members tfoot .change{
	display: none;
}
.long_status {
	background-image: url(../images/status_loading.gif);
	background-repeat: no-repeat;
	background-position: 5px 19px;
	padding-left: 40px !important;
}

.portal-error {
	font-size: 1.75em;
	padding-top: 1em;
	padding-bottom: 1em;
	max-width: 50%;
	text-align: center;
	color: white;
	background-color: #cc0000;
	border-width: 10px;
	border-style: dashed;
	border-color: #990000;
	display: block;
}

.wsaf-error {
	font-size: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	max-width: 50%;
	text-align: center;
	color: white;
	background-color: #cc0000;
	border-width: 5px;
	border-style: dashed;
	border-color: #990000;
	display: block;
}
  
.signinSheetTable{
	border-spacing: 0px;
}

/* remove number arrow decorators on signin sheets */
.signinSheetTable input::-webkit-outer-spin-button,
.signinSheetTable input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider {
	position: relative;
	height: 525px;
}

.slider .shift {
	border-bottom: 1px solid black;
	border-left: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.slider .shift_last {
	border-right: 1px solid #999;
}
.slider .data {
	border: 1px solid #999;
	position: absolute;
	top: 50px;
	left: 250px;
	padding-left: 50px;
	padding-right: 50px;
	width: 900px !important;
	height: 500px;
	overflow-x: scroll;
	overflow-y: visible;	
}

.slider .employees {
	position: absolute;
	top: 70px;
	left: 0px;
	height: 475px;
	overflow: hidden;
	width: 240px;
}

.slider .employees .employee {
	display: block;
	height: 1.1em;
	width: 100%;
	overflow: hidden;
	padding-top:  2px;
}
.slider .employees .employee .total {
	position: absolute;
	right: 5px;
}

.slider .employeesReact {
	position: absolute;
	top: 70px;
	left: 0px;
	height: 475px;
	overflow: hidden;
	width: 190px;
}

.slider .employeesReact .employee {
	display: block;
	height: 1.1em;
	width: 100%;
	overflow: hidden;
	padding-top:  2px;
	font-size: 16px;
}
.slider .employeesReact .employee .total {
	position: absolute;
	right: 5px;
}

.slider .header {
	position: absolute;
	top: 0px;
	left: 250px;
	height: 60px;
	width: 1000px;
	overflow: hidden;
}

.slider .header .shifts {
	position: absolute;
	top: 0px;
	left: 20px;
}

.slider .header .hours {
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 8pt;
}

.slider .hour {
	text-align: left;
	margin-left: -8px;
	height: 26px;
	background-image: url(/assets/images/small_arrow.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.slider .hour span {
	position: relative;
	left: -10px;
}

.slider .details .detail{
	white-space: nowrap !important; 
	color: black;
	height: 18px;
	padding-top: 0px;
	cursor: arrow;
	user-select: none;
}

.slider .details .status_overlap{
	background-color: #c00 !important;
	color: white;
}
.slider .details .status_overlap:hover{
	margin-top: 15px;
}

.slider .details .detail{
	z-index: 0;
}
.slider .details .detail span {
	padding-left: 10px;
}

.slider .details .detail:hover {
	border: 1px solid black;
	z-index: 100;
}
.slider .details {
	left: 20px;
}
.slider .lunch {
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    background-image: url(../images/icon_lunch.png);
    background-repeat: no-repeat;
    padding: 0px !important;
    background-size: 100%;
    margin-left: 5px;
    margin-bottom: 2px;
}

.slider .employee {
    display: flex !important;
    flex-direction: row;
    font-size: 13px !important;
    height: 1.5em !important;
    gap: 10px;
}

.slider .employee span {
    display: block;
    flex: 3;
    min-width: 2em;
    overflow: hidden;
}

.slider .employee span.total {
    flex: 1;
    min-width: 4em;
    text-align: right;
}
.slider .header{
    border-bottom: none !important;
}


.notes_field {
	width: 220px;
	margin-top: 20px;
}

.notes_field label {
	display: block;
	float: none;
	position: initial;
}
.notes_field textarea {
	margin-left: 0;
	width: 220px;
	left: 0;
	position: initial;
}


.task_employee select {
	width: 200px;
}

.hidden {
	display: none !important;
}

a.certify {
	background-color: #69C938 !important;	
	border-color: #468526 !important;
}

a.certify:hover {
	background-color: #468526 !important;	
	border-color: #4E962A !important;
}

.binStateError {
	background-image: url(../images/bin_error.png);
	background-repeat: no-repeat;
	padding-left: 16px;
}

.binStateServer {
	background-image: url(../images/bin_saved.png);
	background-repeat: no-repeat;
	padding-left: 16px;
}

.binStateSD {
	background-image: url(../images/bin_sd.png);
	background-repeat: no-repeat;
	padding-left: 16px;	
}



.binIrcPass::after {
	content: 'R';
	display: inline-block;
	text-align: center;
	font-weight: bold;
    -webkit-text-stroke: 0.5px rgb(0,150,0);
    color:  rgb(0,150,0);
	width: 16px;
	height: 16px;
}

.binIpiPass::after {
	content: 'P';
	display: inline-block;
	text-align: center;
	font-weight: bold;
    -webkit-text-stroke: 0.5px  rgb(0,150,0);
    color:  rgb(0,150,0);
	width: 16px;
	height: 16px;
}

.binIpiFail::after, .binIrcFail::after {
	content: 'F';
	display: inline-block;
	text-align: center;
	font-weight: bold;
    -webkit-text-stroke: 0.5px  rgb(150,0,0);
    color:  rgb(150,0,0);
	width: 16px;
	height: 16px;
}

h4.error {
	color: #cc0000;	
}

.select_shift .shift_date {
	width: 150px;
}

.select_shift .shift_location {
	width: 200px;
}

.tiny_hour input[type=checkbox]{
	width: 15px !important;	
}

td.overrejects {
	background-color: red;	
}

div.add span.change {
	display: none;
}


.preinvoice_single {
	display: flex;
	height: 100%;
}
.preinvoice_header{
	width: 15%;
}

.preinvoice_report{
	position: relative;
	width: 75%;
	margin-top: 1em;
	flex: 1;
}

.preinvoice_approval_decision{
	width: 100%;
    margin: 0 auto;
    text-align: left;
	cursor: pointer;
}


.preinvoice_status img {
	width: 6%;
	vertical-align: middle;
}

.preinvoice_approval_decision button {
	  border: none;
	  color: white;
	  padding: 5px 20px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 18px;
}

.preinvoice_approval_decision #approve {
	background-color: #4CAF50; /* Green */
}

.preinvoice_approval_decision #unapprove {
	background-color: #565656; /* Grey */
}


.preinvoice_status{
	/*position: absolute;*/
	width: 100%;
    margin: 0 auto;
    text-align: left;
	
}

.pastNotes {
	position: relative;
}

.currentNotes{
	margin-top: 7px;
}

.currentNotes textarea{
	    margin: 0px;
    	width: 95%;;
    	height: 7em;
}


.preinvoice_options{
	position: absolute;
	top: 0.5em;
	cursor: pointer;
}

.jobName{
	/*
		position: absolute;
		top: 8em;
	*/
    font-size: 2em;
    width: 100%;
    margin: 0 auto;
    margin-top: 0.5em;
    text-align: left;
}

tr.table_totals_row td{
	font-weight: bold;
}

.notesTable {
	display: block;
	max-height: 35em;
	overflow-y: scroll;
}

.notesTable td.notesCell{
	border-bottom: 1px solid #D8D8D8;
}

.close_modal{
	position: absolute;
	top: 0.5em;
	right: 3em;
}
.zoom_modal{
	position: absolute;
	top: 1em;
	left: 1em;
}

.dispositionPartNumber{
	display: block;
	position: relative;
	max-width: 300px;
}

.dispositionPartCriteria{
	display: block;
	position: relative;
	max-width: 300px;
}

.dispositionPartNote{
	display: block;
	position: relative;
	max-width: 300px;
}

.dispositionPartQuantity{
	position: relative;
	max-width: 300px;
}

.sumbitChanges, .return{
	top: 1em;
	position: relative;
}

.section{
	padding-top: 1em;
	padding-bottom: 1em;
}
.closedJobs td{
	min-width: 6em;
	white-space: normal;
	overflow: hidden;	
}

.closedJobs tbody > tr:hover {
	background-color: pink;
}

#modal.logs {
	overflow: auto;
	left: 10% !important
}


.disabled_element {
	background-color: white;
}

.emailOuterDiv {
	border: 1px solid #CCCCCC;
	margin-bottom: 2em;
}

.emailOuterDiv th{ 
	padding-right: 2em;
	text-align: left;
}

.emailOuterDiv td.emailJobNumber, td.emailFrom, td.emailTo{ 
	border-bottom: 1px solid #AAAAAA;
}

.emailBodyScala {
	padding: 1em;
}

.table_title {
	font-size: 16pt;
	font-weight: bold;
}

.table_heading {
	font-size: 13pt;
	min-width: 100px;
}

.number_center {
	text-align: center;
}

.number_center em {
	display: none;
}

.number_center:hover  em {
	font-size: 0.8em;
	display: inline;
}

.number_right {
	text-align: right;
}

.pic,.dPic,.pics {
	text-align: center;
}

.status_red {
	background-color: #E62E00 !important;
	color: black;
}

.status_green {
	background-color: #00B800 !important;
	color: black;
}

.status_neutral {
	background-color: #7ed67f !important;
	color: black;
}

#modal.employeeSigninDetails {
	min-width: 100px;
	min-height: 200px;
}

#disclaimer {
	padding-left: 20px;
	padding-bottom: 10px;
	width: 600px;
	border: 1px solid;
}

.buttoninput {
  background-color: #B9CDD7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9CBBCB;
  color: #666 !important;
  padding: 5px;
  cursor: pointer;
}

.buttonEdit {
  background-color: #B9CDD7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9CBBCB;
  color: #666 !important;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  right: 400px;
  
}

.buttonFit {
  background-color: #B9CDD7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9CBBCB;
  color: #666 !important;
  padding: 5px;
  cursor: pointer; 
  display: inline-block
}

.buttoninput.disabled {
  background-color: #F9CDD7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9CBBCB;
  color: #666 !important;
  padding: 5px;
  cursor: default;
}

.buttoninputmain {	
  background-color: #F9C542 !important;
  border-color: #E2B33C !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9CBBCB;
  color: #333 !important;
  padding: 5px;
  cursor: pointer;
}

.buttoninputmain.disabled {
  background-color: #C9A522 !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9CBBCB;
  color: #666 !important;
  padding: 5px;
  cursor: default;
}

.defectsTable{
	border-spacing: 1px;
	max-width: 150em;
	border-spacing: 4px;
}

.defectsTable th{
	background-color: #d8d8d8;
	white-space: nowrap;
}

.defectsTable td{
	background-color: #e5e5e5;
	/*max-width: 200px;*/
	padding: 8px;
	word-wrap: break-word;
}

.defectsTable .defectNotes{
	word-wrap: break-word;
    word-break: break-word;
}

.defectsTable .pictureOptions{
	width: 200px;
	text-align: center;
	min-width: 90px;
}

.xaxis_label{
	text-align: center;
	margin-right: 40px;
}

.yaxis_label_left{
	float: left;
	transform: rotate(-90deg);
	margin-left: -10px;
	width: 57px;
	margin-top: 130px;
}

.yaxis_label_right{
	float: right;
	transform: rotate(-90deg);
	margin-top: 110px;
}

.fancy_graph{
	margin-left: 30px;
}

.graph_options{
	text-align: right;
	margin-right: 40px;
	margin-bottom: 5px;
}

.graph_selector{
	padding: 3px;
}

.actions2{
	margin-top: 2em;
}

.actions2:after {
    clear: both;
    display: block;
    content: "";
}


.actions2 .item h4 {
	margin-top: 0.5em;
	padding: 0;
}

.actions2 .item {
	width: 20em; 
	height: 10em;
	padding: 0.5em;
	border-radius: 0.25em;
	float: left;
	position: relative;
	border: 1px solid #aaa;
	background-color: #fff;
	margin-right: 2em;
	margin-bottom: 1em;
}

.actions2 .item  {

}

.actions2 .footer {
	clear: left;
}

.pic_no {
	background-image: url('/assets/images/visible_no.png');
	background-repeat: no-repeat;	
	font-size: 0px;
	height: 20px;
	width: 20px;
}

.pic_yes {
	background-image: url('/assets/images/visible_yes.png');
	background-repeat: no-repeat;	
	font-size: 0px;
	height: 20px;
	width: 20px;
}

input.button {
	height: 2em;
}

.shift_status {

position: absolute;
top: 77px;
left: 0px;
width: 100%;


/* background-color: rgb(255,240,240); */
z-index: 100;
border-bottom: 1px solid #aaa;

}

.shift_status_openReact {
	position: static !important;
	width: 100%;


/* background-color: rgb(255,240,240); */
	z-index: 100;
	border-bottom: 1px solid #aaa;
}

.body_content{
	/* margin-top: 3em; */
}
.shift_status h3 {
	float:  left;
	margin-left: 1em;
}
.shift_status p {
	float:  left;
	margin-left: 4em;
	margin-top: 15px;
}

.numParts, .numEmployee {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.shift_status_approved {
	background-color: #F3FFED;
}

.shift_status_open {
	background-color: #fffddd;
}

.shift_status a {
	margin-left: 2em;
	background-color: #e8e49d;
	border: 1px solid #ada868;
	color: black !important;
}

.unprocessedSignIn a{
    margin-left: 0em;
    background-color: transparent;
	border: 0px solid #ada868;
}

.shift_status_approved a {
	margin-left: 2em;
	background-color: #f1f1f1;
	border: 1px solid #ada868;
	color: black !important;
}

.body_content .status {

	height: 3em;
}

.jobs {
	border-collapse: collapse;
}

.jobs tr td {
	padding-top: 0.45em;
	border-bottom: 1px solid #f1f1f1;

}

.jobs tr:hover td {
	border-bottom: 1px solid #ccc;

}

.expand_list {
	padding-right: 12px;
	background-image: url(/assets/images/chevron.png);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: top right;
}

#lockMsg, .lockMsg {
	display: none;
}

.staffing_source select {
	width: 10em;
}

#select-hours, #select-hours-end {
	width: 6em;
}

.eosBiggerRow {
	min-width: 100px;	
}

.eosBiggerRow.expand, .openGraph:hover{
	cursor: pointer;
}

.eosDetailRow {
	padding-left: 10px;
	padding-right: -10px;
}

#activeDirectJobs tbody.collapsed {

}

.contacts_table th{
	text-align: left;
}

.contacts_table td{
	height: 2em;
	padding: 0.5em;
}

.contacts_table_email{
	min-width: 15em;
}

.contacts_table_wi_options{
	min-width: 11.5em; 
}

span.chevronPic img {
	vertical-align: middle;
	position: relative;
	top: -2px;
	padding-right: 10px;
	cursor: hand;
}

.reportFilters{
	padding: 3px;
	width: 44em;
}

.refreshReport{
	position: absolute;
	margin-left: 41em;;
	top: 11em;
	height: 30px;
}

#viewEmail, #refreshEmails {
	height: 30px;
}

.emailsFilter .filterFrom, .emailsFilter .filterTo {
	float: left;
	padding-right: 5px;
}

#refreshEmails{
	position: relative;
	top: -1.2em;
	left: 1em;
}

#emailsTable {
	display:table;
    
	table-layout: fixed;
}

#emailsTable td{
	white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

#emailsTable tr:hover td{
	border-bottom: 1px solid #ccc;
}

#emailsTable tr td{
	border-bottom: 1px solid #f1f1f1;
}

#emailsTable .viewEmail{
	border: none;
}

#emailsTable .emailFromHeader, .emailToHeader, .emailSubjectHeader{
	width: 20em;
}

#emailsTable .emailDateHeader{
	width: 10em;
}

#emailsTable .emailStatusHeader{
	width: 5em;
}

#cds_actions{
	display: inline;
}

.noteAlign{
	text-align: left;
}

.QSRow td {
	border-top: 1px solid #cccccc;
}

.create_batch #name{
	width: 30em;
}

.create_batch input#buttonPackageQb{
	 background-color: #B9CDD7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 28x;
  width: 220px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9CBBCB;
  color: #222 !important;
  padding: 5px;
  margin-top: 1em;
  cursor: pointer;
}

.qb_name_usa, .qb_name_cad {
	display: block;
}

.qb_name_usa {
	margin-top: 1em;
}

.edit_qb_customer_actions {
	margin-top: 2em;
}

.qbName {
	width: 45%;
    display: block;
}

#saveQbCustomer {
	float:left;
	margin-right: 1em;
}

.preinvoice_table {
  width: 120%;
}

.preinvoice_table tr:hover td{

  border-bottom: 1px solid #ccc;
}

.preinvoice_table tr td {
	padding-top: 0.45em;
	border-bottom: 1px solid #f1f1f1;

}

.notesHidden{
    display:none;
}

.notesVisible{
    display: initial;
}

#emailStatusTable{
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#7FB5DA;
            font-size:16px;
            font-weight:600;
            color:#4c4c4c;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            background:#a7cce5;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#fff;
        color:#4c4c4c;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        background:#fff;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
        
h2.title {
	text-align: center;
}

li.menu-item {
   margin:0 0 10px 0;   
 background:#f0f;
}

.graphs {
	
	margin-bottom: 2em;
	padding-right: 45%;
}

.graphs .histogram {
	width: 45%;
	float: right;
	
	height: 15%;
	position: absolute;
}

.handheld_excel_download {
	margin-left: 25em;
}

.largeRedFont {
	color: #e00;
	font-size: 30pt;
	text-align: center;
}

.smallRedFont {
	color: #e00;
	font-size: 20pt;
}

.vinDetailsHover {
	position: absolute;
	background-color: #F2F2F2;
	border: 2px solid #A0A0A0;
	padding: 2px;
	/*width: 55em;*/
}

#vinRowsTable {
	
	/*table-layout: fixed;
	width: 100%;*/
	text-align: center;
}

#vinRowsTable td {
	padding: 5px;
}

#vinRowsTable th {
	padding: 5px;
}

.bulkVinChange input {
	width: 14.5em !important;
	position: absolute;
}

.bulkVinChange select {
	width: 15em !important;
	position: absolute;
}

.bulkVinChange .filterField {
	display: none;	
}

.bulkVinChange .actionsTable {
	width: 100%;
}

.bulkVinChange .vinMatches{
	text-align: center;
	height: 40em;
    overflow-y: scroll;
}

.bulkVinChange .numberOfVinMatches {
	margin: auto;
	font-weight: bold;
    font-size: 12pt;
}

.bulkVinChange .vinMatches table {
	width: 100%;
}

.bulkVinChange .actionsTable td {
	width:50%;
	vertical-align: top;
	padding: 1em;
}

.bulkVinChange .actionsTableBody td {
	border: 1px solid black;
}

.bulkVinChange .vinMatches td {
	border: none;
}

.bulkVinChange .vinMatches th, .bulkVinChange .vinMatches td {
	width: 33%;
}

.bulkVinChange .toggleEditable {
	height: 3.5em;
}

.bulkVinChange input[type="checkbox"] {
	width: 1em !important;
    position: absolute;
    top: 5px;
    left: 0;
}

.bulkVinChange label {
	margin-left: 3em;
	display: inline-block;
}

.bulkVinChange button {
	cursor: pointer;
}

.bulkVinChange .actionButtons button {
	margin-left: 1em;
    margin-right: 1em;
}

.bulkVinChange .actionButtons {
	text-align: center;
}

.bulkVinChange .column3, .bulkVinChange .confirmAction {
	display: none;
}

.bulkVinChange .confirmAction {
	margin-top: 2em;
	font-size: 18pt;
}

.bulkVinChange .confirmAction button {
	margin-top: 1em;
	width: 5em;
	height: 2.5em;
}

.bulkVinChange .showUpdateOptions {
	float: right;
	margin-top: 1em;
}

.bulkVinChange .showFilterOptions {
	margin-bottom: 1em;
}

#bulkChangeHistory_table {
	width: 100%;
	border-collapse: collapse;
}

#bulkChangeHistory_table .column_style_1{
	width: 20%;
}

#bulkChangeHistory_table .column_style_2{
	width: 35%;
}

#bulkChangeHistory_table .column_style_3{
	width: 10%;
}

#bulkChangeHistory_table .expansionRow {
	border: 1px groove #E9E9E9;
	background-color: #E9E9E9;
}

#bulkChangeHistory_table .expansionRow #vinList {     
	max-height: 10em;
    overflow-y: scroll;
}

#bulkChangeHistory_table thead{
	text-align: left;
}

#bulkChangeHistory_table thead th {
	padding-left: 1em;
}

#bulkChangeHistory_table td {
	padding: 1em;
}

#bulkChangeHistory_table .summaryRow:hover {
	cursor: pointer;
	background-color: #D0D0D0;
}


.holdCriteria p{
    display: inline-block;
    padding: 10px;
}


.criteria {
    border: 2px solid #666;
   /* width: 200px;*/
    padding: 15px;
    margin: 10px;
}

@media screen and (max-width: 640px) {
	.center-contents{
		text-align: -webkit-center;
	}
}
.deleteAdditionalHold{
    margin-top: 20px;
    padding: 8px 20px 8px 20px;
}

.deleteVin, .saveVin {
	margin: 0 20px 0 20px;
	height: max-content;
}

.vinActionLoader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: 16em;
    margin-top: 4em;
}

.vinActionLoader-sm {
    border: 3px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 16em;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

.vin_search_actions {
    margin-top: 1em;
    height: 4em;
}

.vin_search_actions .search {
	position: absolute;
	line-height: 1.5em;
	width: 5em;
}

.vin_search_actions .vinActionLoader-sm {
	display: inline-block;
}

#body_detail {
	padding-bottom: 4em;
}

.job_link {
	padding-left: 0.5em;
}

.reports th, td{
	padding: 5px;
	 width: 1px;
     white-space: nowrap;	
}


#set_select_to_release {
	margin-left: 1em;
}

#all_holds_actions {
	margin-bottom: 1em;
}

#allHolds_loader {
	position: absolute;
    left: 12em;
    top: 12.5em;
}

#allHolds_notice #close_notice {
	font-size: 24pt;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 124px;
    cursor: pointer;
    position: absolute;
    top: 12px;
}

#allHolds_notice #message {
    top: 24px;
    position: absolute;
    left: 11px;
}

#allHolds_notice {
    background-color: #CDEBFA;
    border: 1px solid #A1BFCE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 11em;
    left: 35em;
    padding: 20px 10px 10px 10px;
    text-align: centre;
    width: 150px;
    height: 30px;
}

#allHolds_excel {
	position: absolute;
	width: 100px;
	left: 85%;
	top: 11em;
}

.duration_options{
	    margin: 10px;
	    padding-bottom: 10px;
}

.duration_options a {
	    color: blue;
    	text-decoration: underline;
    	margin: 10px;
	}
	
.signature {
    padding: 20px;
    text-align: center;
}

.m-signature-pad--footer .left{
	display:inline-block;	
}
.m-signature-pad--footer .right{
	display:inline-block;	
}
.quality tr {
	vertical-align: top;
}	

div.growable-list ul.lpa {
	padding-left: 20px;
	margin-bottom: 40px;
}

.lpa li {
	list-style-type: none;
}

div.lpa_outer .growable-list[data-relation="actions"] table {
	margin-bottom: 30px;
}

div.lpa_outer .growable-list[data-relation="actions"] .editable[data-field="employee"] select {
	width: 11em;
}/*
div.lpa_outer .growable-list[data-relation="actions"] .editable[data-field="observation"] input {
	height: 4em;
	word-break: break-word;
	word-wrap: break-word;
}
div.lpa_outer .growable-list[data-relation="actions"] .editable[data-field="employee"] select {
	width: 10em;
}*/

.huge {
	height: 5em;
	width: 10em;
	font-size: 2.2em;
}

.lpa_question {
	max-width: 950px;
	width: 950px;
	position: relative;
	font-size: 1.25em;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	overflow: auto;
}

.lpa_actions {
	clear: both;
}

.lpa_question h3{
	width: 80%;
	margin-right:10px;
}

.lpa_question .response {
	float: right;
}

.lpa_question .notes {
    clear: both;
}


.lpa_question .question {
    width: 80%;
    float: left;
}

.lpa_question .response  select, .lpa_question .immediate .response select {
	font-size: 16px;
    font-weight: bold;
    position: initial;
    padding-left: 5px;
    padding-right: 5px;
}

.lpa_action_element {
	float: left;	
}

.lpa_action_element select, .lpa_action_element textarea {
	width: 90% !important;
}

.lpa_actions_employee {
	width: 22%;
}

.lpa_action_element label {
    display: block;
}

.lpa_actions_observation {
	width: 30%;
}

.lpa_actions_action {
	width: 30%;
}

.lpa_actions_question_number {
	width: 5%;
}

.lpa_actions_status {
	width: 13%;
}

.signature_area {
	clear: both;
    height: fit-content;
}

.lpa_question .notes input {
	width: 99%;
	margin: 0px 0px 10px 0px;
}

.lpa_question .notes h4 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.lpa_question div.immediate {
	position: relative;
	width: 100%;
}

.lpa_title {
	font-size: 2em;
}

#lpalist_view_template_table th, #safety_lpas_table th{
	width: 4em;
}

#lpalist_view_template_table td, #safety_lpas_table td{
	height: 3em;
}

#open_lpa_table, #lpalist_view_template_table, #safety_lpas_table {
	 border-collapse: collapse;
}

#open_lpa_table th, #lpalist_view_template_table th, #safety_lpas_table th {
	font-size: 16px;
}

#open_lpa_table th, #open_lpa_table td, #lpalist_view_template_table th, #lpalist_view_template_table td, #safety_lpas_table th, #safety_lpas_table td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
    height: 2em;
}

#open_lpa_table #open_lpa_table_view, #open_lpa_table #joblpalist_row_view_template_view {
	padding: 0px;
} 

#open_lpa_table tbody tr:hover, #lpalist_view_template_table tbody tr:hover, #safety_lpas_table tbody tr:hover {
	background-color: #cccccc
}

.m-signature-pad {
	/*width: 30em;*/
}

.m-signature-pad--body canvas {
	/*width: 100%;*/
	/*height: 10em;*/
	border-top: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}

.m-signature-pad--footer {
	border-top: 5px dashed #ccc;
}

#auditee_sign, #auditor_sign, #pc_sign, #quality_sign, #hs_sign {
	height: 26em;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    width: 35em;
}

/* #employee-canvas-sig, #trainer-canvas-sig {
	width: 100%;
    height: 15em;	
} */

.huge2 {
	font-size: 2.2em;
    margin-left: 10px;
}

.actionloader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    margin: 0px 0px auto;
}

.actionloader-sm {
    border: 3px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid #555;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: inline-block;
    position: relative;
    margin: 0px 0px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

#lpalist_view_template_table, #safety_lpas_table {
	border-collapse: collapse;
}

.borderlessTD {
	border: none !important;
}

#open_lpa_table .actionNeeded {
	background-color: #fffddd !important;
	border: 1px solid #ddd000;
	border-radius: 5px;
	height: 20px;
	line-height: 20px;
    text-align: center;
    margin-left: 1em;
}

.diagram-canvas-fabric{
	position:relative;
}

.wiApprovalTable td {
	text-align: center;
}

.closeSign, .asText, .do_upload {
	cursor: pointer;
}

.signatureActions, .signatureBox {
	display: none;
	padding-top: 5px;
}

.signatureViewContainer .clear {
	margin-top: 0px !important;
}

.wi_email_actions {
	display: flex;
}

.wi_email_actions #wiEmail, .wi_email_actions #wiApprove {
	margin-right: 15px;
}

.wi_email_actions .actionloader-sm {
	display: none;
}

.wi_approval_actions button {
    width: 100px;
}

.wi_approval_actions h2 {
	margin-top: 0px;
}

.wi_approval_actions {
	position: relative;
}

.wi_approval_actions .signature, .wi_approval_actions .wi_upload {
    padding: 10px;
}

.wi_approval_actions ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0px;
}

.wi_approval_actions ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.wi_approval_actions li a {
	text-decoration: none;
    margin-right: 5px;
}

.wi_approval_actions ul img {
    height: 32px;
    width: 25px;
    border: none !important;
    padding: 0px !important;
}

.wi_approval_actions .removeUpload {
    font-size: 12px;
    font-weight: bold;
    color: black;
    opacity: 0.35;
    margin-left: 5px;
}

.wi_approval_actions .removeUpload:hover {
    opacity: 0.75;
}

#lpa_overview_table {
	text-align: center;
	display: inline-block;
	border-collapse: collapse;
}

#lpa_overview #filters {
	display: inline-block;
	margin-bottom: 2rem;
}

#lpa_overview #legend {
	display: inline-block;
	margin-left: 2rem;
	margin-top: 1rem;
	vertical-align: top;
}

#lpa_overview_table th {
	min-width: 3rem;
}

#missing_lpa_icon {
	height: 16px; 
	width: 16px;
}

#lpa_overview {
	position: relative;
	padding: 1rem;
    min-width: 90rem;
}

#lpa_overview label {
	margin-right: 0.5rem;
}

#lpa_overview #total_counts {
	display: inline-block;
    margin-left: 3rem;
}

#lpa_overview #total_complete, #lpa_overview #total_missing, #lpa_overview #total_open {
	margin-right: 1rem;
}

#lpa_overview_table td {
    border-bottom: 1px solid #dfdfdf;
}

#lpa_overview_table .activeTD {
	background-color: #eeeeee;
	border: 1px solid #dfdfdf;
}

/* compliance overview data */
#compliance_overview_table {
	text-align: center;
	display: inline-block;
	border-collapse: collapse;
}

#compliance_overview #filters {
	display: inline-block;
	margin-bottom: 2rem;
}

#compliance_overview #legend {
	display: inline-block;
	margin-left: 2rem;
	margin-top: 1rem;
	vertical-align: top;
}

#compliance_overview_table th {
	min-width: 3rem;
}

#compliance_overview_table td {
    border-bottom: 1px solid #dfdfdf;
}

#compliance_overview_table .leftBorder {
	border-left: 1px solid #dfdfdf;
}

#missing_lpa_icon {
	height: 16px; 
	width: 16px;
}

#compliance_overview {
	position: relative;
	padding: 1rem;
    min-width: 90rem;
}

#compliance_overview label {
	margin-right: 0.5rem;
}

#compliance_overview #total_counts {
	display: inline-block;
    margin-left: 3rem;
}

#compliance_overview #total_complete, #compliance_overview #total_missing, #compliance_overview #total_open {
	margin-right: 1rem;
}

/* lpa_edit screen */
.m-signature-pad--body img {
    border: 1px dashed #ccc;
}

.lpa_edit_view .important {
	border: 1px solid red;
}

.includeHeatmapTD {
    text-align: center;
}

#customerRates #filters #filter_action {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.current_step #createContract {
    left: 17em;
    position: relative;
}

.goodPart {
	background-color: #0c0;
}
.badPart {
	background-color: #c00;
}
.badPart, .goodPart {
	color: white !important;
	padding: 1em;
	text-align: center;
	font-size: 2em;
	}

.viewJob:hover {
    color: #1e0fbe;
    text-decoration: underline;
    cursor: pointer;
}

.subsection {
	padding-bottom: 4em;
}

.subsection h3 {
    font-style: italic;
}

#contact_openJobs_table .contact_list {
	max-width: 500px;
    min-width: 500px;
    white-space: inherit;
}

.metrics {
    border: 2px solid grey;
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.metric {
    display: inline-block;
    margin: 2px;
    padding: 2px;
    font-size: 10pt;
}

.metric strong {
	font-size: 12pt;
}

#auditor_sign .auditor_name {
    line-height: 21px;
}

* {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#suspect-sn-table {
	width: 900px;
}

#suspect-sn-table tbody tr:hover {
	background-color: #E6E6E6;
}

#suspect-sn-table tbody tr .data:hover {
	cursor: pointer;
}

#suspect-sn-table a {
	display: block;
}

#suspect-sn-table tr.break {
	border-bottom: 2px solid black;
}

#batch-actions {
	padding-bottom: 10px;
	padding-top: 15px;
}

#batch-actions .button, #suspect-sn-table .button {
	padding: 10px;
	width: auto;
	height: auto;
}

#suspect-sn-table .deleteBatch:hover {
	cursor: pointer;
}

#suspect-sn-table th:nth-child(1), #suspect-sn-table th:nth-child(2) {
    width: 300px;
}

#suspect-sn-table th:nth-child(3), #suspect-sn-table th:nth-child(4) {
    width: 150px;
}

#single-batch-table .notFound, #warning-message .notFound {
    text-decoration: underline;
    color: red;
}



#training-table{
	padding: 25px;
}

#training-table th{
	text-align: center;
    font-size: 16px;
    padding: 15px;
}
#training-table td{
	text-align: center;
	
}

#training_header {
	margin-bottom: 1em;
}
#activeTrainingStep .actions{
	display: block;
	text-align: left;
}

#activeTrainingStep .actions .skipStep, #activeTrainingStep .actions .confirmStep, #activeTrainingStep .actions .save {
	float: right;
}

#training_header h2 {
	margin-block-end: 0.5em;
}

#training_header #job_number {
	float: right;
}

#training_header-content #employee_name, #training_header-content #trainer_name {
	font-size: 14px;
}

#training_header-content #employee_name {
	display: inline-block;
}

#training_header-content #step_counter{
	float: right;
	display: inline-block;
}

#training_header-content #trainer_name {
	display: block;
    padding-top: 10px;
}

#training_header-content #trainer_name #changeTrainer {
	margin-left: 10px;
    color: #1e0fbe;
    cursor: pointer;
    text-decoration: underline;
}

#training_header-content #selectTrainer {
	left: 0;
}

#activeTrainingStep #step {
    min-height: 10em;
    display: inline-block;
    width: 100%;
    margin-bottom: 2em;
}

#activeTrainingStep #step #step_attachments {
	margin-top: 1em;
}

#activeTrainingStep #step #step_instructions {
    padding-top: 2em;
    font-size: 14px;
}

#activeTrainingStep #step #step_image, #activeTrainingStep #step #step_instructions {
	display: table-cell;
    width: 50%;
	vertical-align: top;
}

#activeTrainingStep #step #step_image img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	#activeTrainingStep #step #step_instructions, #activeTrainingStep #step #step_image {
		display: block;
		width: 100%;
	}
}

#activeTrainingStep .actions button, #activeTrainingStep .save {
	padding: 1em 3em 1em 3em;
	border: 2px solid #333;
	border-radius: 4px;
	margin-right: 1em;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #777;
}

#training-table .fiveStepSignature {
    width: 70px;
}

#activeTrainingStep .actions .confirmStep {
	background-color: #777;
}

#activeTrainingStep .actions .skipStep {
	background-color: #bfbfbf;
}

#activeTrainingStep .actions button:hover, #activeTrainingStep .save:hover {
	cursor: pointer;
	background-color: #555;
	border: 2px solid #111;
}

#activeTrainingStep .actions .confirmStep:hover {
	background-color: #555;
}

#activeTrainingStep .actions .skipStep:hover {
	background-color: #a6a6a6;
}

#body_detail {
	padding: 5px 5px 15px 5px;
}

#employeeList {
}

.selectEmployee .jobId, .selectEmployee  #selectEmployee, .selectEmployee .cancel-section{	
	display: inline-block;
}


.selectEmployee #signin{
	margin-top: 20px;
	
}

#selectEmployee{	
	width: 100%;
    max-width: 31em;
}

#selectEmployee select{	
	width:100%;
	left:0;
}

.selectEmployee span.button {
	padding: 1em;
	border: 2px solid #333;
	border-radius: 4px;
	margin-right: 1em;
	font-size: 14px;
	font-weight: bold;
	color: white !important;
	background-color: #777;
}

#employeeList #employeeTable{
	border-spacing: 1px;
	max-width: 150em;
	border-spacing: 4px;
}

#employeeList #employeeTable th{
	background-color: #d8d8d8;
	white-space: nowrap;
	font-size: 1.25em;
	padding: 0.5em 1em 0.5em 1em;
}

#employeeList #employeeTable td{
	background-color: #e5e5e5;
	max-width: 200px;
	padding: 8px;
	word-wrap: break-word;
	font-size: 1.15em;
	padding: 0.5em 1em 0.5em 1em;
}



#employeeList, #printQueue {
	vertical-align: top;
	flex: 1;
	margin-left: 1em;

}
#manageBarcodeOuter{
	display: flex;
}
#printQueue{ 
border-right: 4px solid #ccc;

}

#printQueue table {
	padding-top: 1em;
}

#employeeListVinExport #employeeTableVinExport{
	border-spacing: 1px;
	max-width: 150em;
	border-spacing: 4px;
}

#employeeListVinExport #employeeTableVinExport th{
	background-color: #d8d8d8;
	white-space: nowrap;
	font-size: 1.25em;
	padding: 0.5em 1em 0.5em 1em;
}

#employeeListVinExport #employeeTableVinExport td{
	background-color: #e5e5e5;
	max-width: 200px;
	padding: 8px;
	word-wrap: break-word;
	font-size: 1.15em;
	padding: 0.5em 1em 0.5em 1em;
}



#employeeListVinExport, #printQueueVinExport {
	vertical-align: top;
	flex: 1;
	margin-left: 1em;

}
#manageVinExport{
	display: flex;
}
#printQueueVinExport{ 
border-right: 4px solid #ccc;

}

#printQueueVinExport table {
	padding-top: 1em;
}

.pdfViewer {
	font-family: sans-serif; text-align: center;
}

.pdfViewer img{
	border: 2px solid #ccc; margin: 1%; width: 98%;
}

.zoom_modal a {
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	color: black;
	display: block;
	width: 1em;
	height: 1em;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	text-align: center;
	margin-bottom: 0.25em;
}

.indirectLine{
	background-color:#b9cdd7;
}

.indirect{
	vertical-align:middle !important;
}

.highlight-border {
	border: 2px solid #ff4d4d;
}

.select_language, #compare_languages {
	display: inline-block;
	padding: 1em;
	border: 2px solid #666;
	border-radius: 5px;
	background-color: #d1d1d1;
	font-weight: bold;
	cursor: pointer;
}


.active_language {
	background-color: #555;
	color: white;
}

.wi_action{
	margin-top: 2.5em;
}

.drop-area {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    margin-top: 25px;
    text-align: center;
    font: 20pt bold 'Vollkorn';
    color: #bbb;
}

.locked-input{
	background-color: #dddddd;
}

#job_overview_by_shift {
	width: 100%;
	height: 50em;
}

.child_question.lpa_question {
	padding-left: 40px;
	width: 915px;
    border-top: none;
    border-bottom: none;
}

.child_child{
	padding-left: 70px!important;
	width: 885px !important;
	
}

.lpa li:last-of-type .child_question{
	border-bottom: 1px solid black;
}

.lpa_question.parent_question {
    border-bottom: none;
}

.lpa_question.hide_children {
    display: none;
}

#setup_new .step_two {
	display: none;
}

.header h2 {
	display: inline-block;
	padding-right: 10px;
}

.header {
	margin-bottom: 1em;
}

.sysadminunlock{
	margin: 1em;
	border: 2px solid red;
	padding: 0.5em;
	background-color: black;
	color: white;
}

#approvalMessageContainer {
	display: none;
}

#previousTFTNotes {
	text-align: left;
}

#previousTFTNotes div {
	margin-bottom: 5px;
}

.languageRegion {
	display: inline-flex;
    width: 32%;
    margin-left: 4px;
}

.work_instruction_step {
    padding-bottom: 15px;
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.work_instruction_step .diagram {
	margin-top: auto;
	width: fit-content;
}

#languageOneInstructionsRegion .nodiagram, #languageTwoInstructionsRegion .nodiagram {
	height: 100px !important;
	width: 204px !important;
}

#changesRegion .nodiagram {
	display: none;
}

#changesRegion .editImg {
	display: none;
}

.selectable:not(.diagram) {
	border: 2px solid #F6F6F6;
}

#languageOneInstructionsRegion .selectable:hover {
	cursor: pointer;
	border: 2px solid #E2E2E2;
	border-radius: 5px;
}

.selectable.active {
	border: 2px solid #00CD00 !important;
    border-radius: 5px;
}

#wi_comparison_actions #confirm {
	display: none;
}

#wi_comparison_view {
	width: 1200px;
}

#wi_comparison_view #myCanvas {
	display: none;
}

#wi_comparison_view .canvas-container {
	display: none;
}

section#changesRegion {
    border-left: 3px dotted dimgray;
    padding-left: 15px;
    margin-left: 15px;
}

#wi_comparison_view .notes {
	margin-top: 10px;
}

#wi_comparison_view .notes label {
	display: block;
}

#summary_notifications {
	display: none;
    background-color: #fffddd;
    border: 1px solid #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: #333;
}

@media screen and (min-width: 940px) {
	#summary_notifications {
		width: 80%;
	}
}

#summary_notifications ul {
	list-style-type: none;
    padding-inline-start: 0px;
    margin-block-start: 5px;
    margin-block-end: 5px;
}

#summary_notifications ul li {
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 2px;
    display: block;
    min-height: 35px;
}

#summary_notifications ul li a {
	float: right;
    background-color: #e8e49d;
    border: 1px solid #ada868;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 20px;
    width: 20%;
    text-align: center;
    text-decoration: none;
    color: #666 !important;
    padding: 5px;
    cursor: pointer;
    max-width: 80px;
}

#summary_notifications ul li a:hover {
	background-color: #ddd76d;
}

#summary_notifications ul li div {
    width: 75%;
    display: inline-block;
}

#summary_notifications ul li h4 {
    margin-block-end: 5px;
}

#newTFTNote .button, .wi_approval_actions .button, .editPreviousNote .button {
	vertical-align: top;
    padding-bottom: 20px;
}

#wi_comparison_view .notes table td {
    padding: 0px;
    padding-bottom: 5px;
}

#wi_comparison_view .notes table {
 	padding-bottom: 10px;
}

#wi_comparison_view .notes table .nameTd {
	font-weight: bold;
    padding-left: 15px;
    padding-right: 30px;
}

.inline-element:not(.hidden) {
    display: inline-block;
    vertical-align: top;
}

.newInstructions {
	margin-bottom: 10px;
}

.work_instruction_step .step_instructions {
    margin-bottom: 15px;
    margin-top: 5px;
}

.employee-link {
	display: inline-block;
    font-family: Arial;
    font-size: 16px;
    width: 7em;
    text-decoration: none;
    color: black !important;
	cursor: pointer;
}

.employee-link-disabled {
	display: inline-block;
    font-family: Arial;
    font-size: 16px;
    width: 7em;
    text-decoration: none;
    color: black !important;
}

.pdf_selected, .pdf_sis_selected {
	display: inline-block;
	height: 1.1em;
	margin-bottom: 1em;
	width: fit-content;
	padding-left: 1em; 
	padding-right: 1em;
}

.tabSelector-children .pdf_sis_selected {
	height: unset;
}

.noBackground {
    background: none !important;
}

.preinvoice .approve_selected,  .preinvoice .pdf_selected, .preinvoice .details_selected {
	display: none;
}

.pastNotes .notesExist {
	display: none;
}

.searchField .label {
	display: inline-block;
	font-weight: bold;
	width: 10em;
}
.searchField {
	padding-bottom: 0.5em;
}

.editImg:hover {
	cursor: pointer;
}

.newInstructions {
	border: 1px solid #A1C3FA;
	border-radius: 2px;
}

.languageComparisonRegion {
	width: 100%;
}

.editInstructions, .editDiagram {
	position: absolute;
	right: 20px;
}

.instructions, .newInstructions {
	width: 85%;
}

button.button.signatureOnFile.auditorSignature, button.button.signatureOnFile.auditedSignature {
    width: fit-content;
}

.signature_area .button {
	height: 30px;
}

#uploadEmployeeSignature .button {
	height: 30px;
}

#uploadEmployeeSignature .m-signature-pad--footer{
	width: 300px;
}

#branch-flag{
	display: inline-block;
    width: 25px;
    float: right;
    margin-right: 2em;
    vertical-align: top;
    margin-top: -5px;
    z-index: 50;
    position: relative;
}
#receiving_email_notice {
    position: absolute;
    width: max-content;
    right: 0;
    display: none;
}

.editPreviousNote {
	display: none;
}

.previousNote:hover{
	cursor: pointer;
}

.previousNote {
	padding-top: 2px;
    padding-bottom: 5px;
}

.previousNote img {
	border: none !important;
    position: relative;
    vertical-align: middle;
}

.update_acknowledgement {
	margin-left: 30px;
}
.update_acknowledgement #update_acknowledgement_header {
	font-size: larger;
	font-weight: bold;
}
.update_acknowledgement #update_acknowledgement_sub_header {
	font-size: larger;	
}
.update_acknowledgement #update_acknowledgement_body {
	margin-left: 30px;
	font-size: larger;
}

.overflowTd {
    word-wrap: break-word;
    white-space: initial;
    width: 40%;
}

#step_toggle_language {
    display: grid;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.step_attachment {
	margin-bottom: 1em;
}

#sisEditRevisionLevel {
	margin-left: 1rem;
    margin-right: 1rem;
}

.update_acknowledgement {
	margin-left: 30px;
}
.update_acknowledgement #update_acknowledgement_header {
	font-size: larger;
	font-weight: bold;
}
.update_acknowledgement #update_acknowledgement_sub_header {
	font-size: larger;	
}
.update_acknowledgement #update_acknowledgement_body {
	margin-left: 30px;
	font-size: larger;
}

.overflowTd {
    word-wrap: break-word;
    white-space: initial;
    width: 40%;
}

#kpi-log{
 margin: 20px;
}

.kpi-modal{
	margin: 20px;
}

.kpi-oem{
	padding-bottom: 20px;
}

#react-container {
	width: fit-content;
}

.manageSupervisorHours {
	font-weight: bold;
    font-size: 13px;
}

#modalOptions {
	display: none;
	position: absolute;
    right: 15px;
    top: 15px;
}

#modalOptions #closeModal {
	font-size: 18px;
    font-weight: normal;
}

#modalOptions #closeModal:hover {
	cursor: pointer;
}

.manageSupervisorHours .legendItem {
	display: inline-block;
	border-bottom: 2px solid grey;
    border-radius: 0px;
    padding: 5px;
    margin: 3px;
    width: 170px;
}

.manageSupervisorHours #dataLegend {
    margin-bottom: 10px;
}

.manageSupervisorHours .dataRow {
	margin-bottom: 15px;
}

.manageSupervisorHours .rowBreakdown, .manageSupervisorHours .rowInfo {
    display: inline-block;
}

.manageSupervisorHours .rowBreakdown {
	border-bottom: 2px solid grey;
    border-radius: 0px;
    padding-top: 10px;
    width: 190px;
    text-align: center;
    margin: 10px;
    margin-right: 35px;
    line-height: 20px;
    height: 150px;
    position: relative;
    cursor: pointer;
}

.manageSupervisorHours .rowBreakdown .breakDown {
    position: absolute;
    margin: 0 auto;
    width: inherit;
    height: 130px;
}

.manageSupervisorHours .rowBreakdown .helperContainer.active {
    position: absolute;
    margin: 0 auto;
    width: 190px;
    height: 35px;
	bottom: 5px;
	background-color:rgb(192, 192, 192,0.9);
}

.manageSupervisorHours .rowInfo {
	width: 185px;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}

.manageSupervisorHours .rowInfo .danger {
	color: red;
}

.manageSupervisorHours #selectJobs {
	margin-bottom: 10px;
}

.manageSupervisorHours #filters {
	margin-bottom: 30px;
	margin-top: 10px;
}

.manageSupervisorHours #filters label {
	width: 120px;
    display: inline-block;
    line-height: 25px;
	margin-bottom: 5px;
}

.manageSupervisorHours #selectJobs span {
	display: inline-block;
	padding: 3px;
}

.manageSupervisorHours #selectJobs div {
	padding: 3px;
}

.manageSupervisorHours .rowDetails {
    display: inline-block;
    width: 750px;
    border: 1px solid darkgray;
}

.manageSupervisorHours .rowDetails .disabled{
	cursor: not-allowed;
}

.manageSupervisorHours .rowDetails .deleted, .manageSupervisorHours .rowDetails .deleted .breakDown{
	height: 30px;
    width: 50px;
    padding-top: 2px;
}

.manageSupervisorHours #filters .filter {
	min-width: 100px;
}

.manageSupervisorHours .jobStats {
	margin-top: 5px;
	font-weight: normal;
}

.manageSupervisorHoursSISHelper .action {
	padding: 2px;
    margin-right: 5px;
    margin-left: 5px;
    width: 25px;
    margin-top: 3px;	
}

.manageSupervisorHoursSISHelper .action:hover{
	cursor: pointer;
}

.manageSupervisorHoursSISHelper .hidden {
	display: none;
}

.manageSupervisorHours .rowBreakdown .breakDown .breakdownTitle {
	text-decoration: underline;
}

.signinSheetTable-container {
	display: inline-block;
}

.signinSheetTable-orderBy {
	float: right;
	margin-bottom: 10px;
	font-size: 16px;
}

.signinSheetTable th {
	padding-bottom: 0;
	text-align: center;
}

#hasNoNotes {
	opacity: 0.3;
}

#hasNoNotes:hover {
	opacity: 1;
}

.sis_icon {
	margin: 0 7px;
	cursor: pointer;
}

#tbodyId td{
	vertical-align: top;
}

.issue-alert {
	background-color: pink;
}

.issue-warning {
	background-color: rgb(252, 255, 192);
}

#generic-list-table {
	width: 75%;
	text-align: left;
}

#generic-list-table tr {
	text-align: left;
}

#count-td {
	text-align: left;
}

#edit-list:hover {
	cursor: pointer;
}

#add:hover {
	cursor: pointer;
}

#edit-row:hover {
	cursor: pointer;
}

#save-row:hover {
	cursor: pointer;
}

.truncated {
  max-width: 12em;
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

input[type="button"]:disabled {
    color: graytext !important;
    background-color: buttonface !important;
    border: 1px solid darkgrey !important;
    border-color: darkgrey!important;
    cursor: not-allowed !important;
}

button.buttoninput.resetSignature {
    font-size: 12pt;
    background-color: #F9C542 !important;
    border-color: #E2B33C !important;
	width: 54px;
}

#contract_contacts {
	margin-bottom: 1em;
    font-size: 11pt;
    border: 1px solid grey;
    border-radius: 1em;
    padding: 1em;
    width: 35em;
}

#contract_contacts div {
	padding-bottom: 0.5em;
    padding-top: 0.5em;
}

#contract_contacts a {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

#contract_contacts label {
    font-weight: bold;
    width: 11em;
    display: inline-block;
    vertical-align: top;
}

#contract_contacts #customer_reviewers {
	display: inline-block;
}

#contract_actions-wrapper {
	margin-top: 3em;
    margin-bottom: 2em;
}

#contract_actions-wrapper .signatureOnFile:disabled {
    color: graytext !important;
    cursor: not-allowed !important;
    background-color: lightgrey !important;
    border: 1px solid lightslategray !important;
}

#contract_email_actions-wrapper textarea {
	display: block;
    margin-top: 1em;
}

#contract_file_downloads {
	margin-top: 1em;
}

#contract_file_downloads form {
	margin-top: 0.5em;
}

#contract_file_downloads div {
    padding-top: 1em;
    padding-bottom: 1em;
}

#contract_file_downloads div label, #contract_file_downloads form label {
	display: inline-block;
	width: 25em;
}

#contract_file_downloads div a {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#contract_file_downloads .header {
	font-size: 12pt;
    font-weight: bold;
}

#no_signature_on_file-wrapper {
	color: red;
    padding-top: 0.5em;
    width: 30em;
}

#reset_files-wrapper {
	padding-right: 2em;
}

.jobTag{ 
	border-radius: 8px;
	font-size: 0.8em;
	padding: 0.5em;
	color: white;
	font-weight: bold;
	background-color: rgba(0,73,144,0.8);
	border: 2px solid rgba(0,73,144,1);
}

.select_customer ul {
	width: 30em;
}

.select_customer li {
	position: relative;

}

.select_customer li .last_cds {
	position: absolute;
	right: 0;
	color: #666;
}

#refresh {
	position: absolute; 
	right: 5%;
}

#change-name-clicked, #edit-description-clicked, #warning-label, #branch-label, #type-label, #email-label {
	display: inline-block;
	width: 150px;
	margin: 0;
	margin-bottom: 25px;
	vertical-align: top;
}

#issue-table-container {
	overflow: auto;
	max-height: 375px;
}

#issue-footer-buttons {
	position: absolute;
	bottom: 1px;
	background-color: #ffffff;
}

.customer-warnings {
	background-color: pink;
}

.email-list {
	width: 250px;
	height: 50px;
}

.modal-large {
    height: 90% !important;
    max-height: 750px !important;
    max-width: 1050px !important;
}

.select_customer ul {
	width: 30em;
}

.select_customer li {
	position: relative;

}

.select_customer li .last_cds {
	position: absolute;
	right: 0;
	color: #666;
}

.deleteAction{
    position: absolute;
    top: 2px;
    right: 5px;
}

.deleteAction:hover{
	cursor: pointer;
}

#bulk_upload {
	text-align: center;
	font-size: 50px;
}

.bulk_upload_darken {
	filter: brightness(75%);
}

.block_signature {
    z-index: 998;
    width: 35em;
    height: 26em;
    position: absolute;
    display: none;
}

.block_signature_notice {
	z-index: 999;
    width: 35em;
    height: 26em;
    position: absolute;
    background-color: rgb(128,128,128,0.6);
    border: 1px dashed rgb(128,128,128, 0.8);
    border-radius: 0.15em;
    display: none;
}

.blocked_sig div#signature-pad {
    pointer-events: none;   
}

.block_signature .block_signature_notice.fade_out {
  	opacity: 0;
  	transition: opacity 2000ms;
}

.block_signature_notice span {
	font-size: 1.2em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.show_signature {
    position: absolute;
    width: 30em;
}

.auditor_name, .auditee_name {
	display: block;
	height: 30px;
}

.lpa_email_list {
    border: 1px dashed #888787;
    padding: 5px;
    border-radius: 2px;
}

.results {
    position: absolute;
    background-color: #F6F6F6;
    border: 2px solid #7d7b7b;
    border-radius: 5px;
    padding: 0.5em;
    max-width: 24em;
    z-index: 2;
}

.results .result_row {
    margin: 0.5em 0 0.5em 0;
    width: 23em;
    position: relative;
    padding: 0 0.5em 0 0.5em;
}

.results .result_row:hover, .results .result_row.selected {
	background: #D0D0D0;
    cursor: pointer;
    border-radius: 4px;
}

.results .result_row .name {
    line-height: 2em;
}

.lpa_emailsAddresses {
    margin-top: 1em;
}

.lpa_emailsAddresses .lpa_sentTo {
	background: #D0D0D0;
    border-radius: 4px;
    height: 3em;
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    margin: 0.2em;
}

.lpa_emailsAddresses .lpa_sentTo .email {
    display: inline-block;
    line-height: 3em;
    margin-right: 2em;
}

.lpa_emailsAddresses .lpa_sentTo .removeFromEmail {
    padding: 0.2em;
    top: 0.6em;
    right: 0.3em;
    float: right;
    position: relative;
    border-radius: 3px;
    border: 1px solid #D0D0D0;
}

.lpa_emailsAddresses .lpa_sentTo .removeFromEmail:hover {
  	cursor: pointer;
    background-color: #b3b3b3;
    border-radius: 3px;
    border: 1px solid #929292;
}

.lpa_email_list .sendOnSave {
    float: right;
}

.lpa_email_list .search {
	width: 11em;
}

#shift-notes-content {
	width: 80%;
	height: 300px;
	vertical-align: bottom;
	position: relative;
	left: 160px;
}

.shiftNoteButton {
	margin: auto;
}

.file_package_list {
	margin-top: 2em;
}

.file_package_list td {
	padding-top: 1em !important;
}

.employee_photo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.severity-selector, .category-selector {
	display: block;
}

.date_created, .last_modified {
	display: inline-block;
}

.last_modified {
	position: absolute;
	right: 10px;
}

.shift_note_shift {
	position: absolute;
	right: 10px
}

#totalsContainer {
	font-weight: bold;
}

span.restore_WI {
    line-height: 1.6em;
    display: inline-block;
    border: 2px solid #E2B33C;
    padding: 0.2em;
    border-radius: 5px;
}

.hint {
	width: 50em;
    white-space: normal;
    margin-top: 1em;
	margin-left: 1em;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

#hr_safety_lpa_list_view #filters {
	margin-bottom: 2em;
}

#hr_safety_lpa_list_view #filters .filter {
	margin-bottom: 1em;
}

#hr_safety_lpa_list_view #filters .filter label {
	width: 5em;
    display: inline-block;
}

.published_report:hover, .published_report_delete:hover {
	cursor: pointer;
}

.generic_search_match {
	background-color: #ffe100;
}

.filepackage_email {
    	text-align: left !important;
    }
    
.handle_comment_overflow {
	white-space: normal;
	max-width: 15em;
	word-wrap: break-word;
}

.customer_reporting_row {
	height: 40px;
}

#payroll_hours td {
	text-align: center;
}


#fake-kb{
	position: relative;
}

#fake-kb td {
	text-align: left;
}

#fake-kb .m-signature-pad--footer{
    width: 300px;
}


#fake-kb .button_main {
	position: absolute;
	left: 900px;
	bottom: 00px;
	font-size: 1.5em;
	width: 10em;
}

.massResetButton {
	position: absolute;
	right: 1em;
	display: none;
}

.reactItem:nth-of-type(1) {
	display: inline-table;
}

.masterJobPartLi {
	width: 100%;
	margin-bottom: 1em;
}

.masterJobPart {
	position: absolute;
	right: 35em;	
}

.reactJobDetail {
	position: absolute;
	top: 85em;
}

.reactLink {
	cursor: pointer;
}

#showMasterJobParts{
	margin-top: 2em;
    color: #1e0fbe;
    text-decoration: underline;
}

#showMasterJobPartsDiv{
	margin-top: 2em;
}

.reactItem {
    overflow: auto;
    white-space: normal;
}

.reactField > label {
	position: static !important;
	padding-right: 10em !important;
}

.reactFieldView  {
	display: block !important;;
	
}

.reactFieldView > label {
	display: inline-block !important;;	
}

.reactFieldView > div {
	display: inline-block !important;	
}

.reactFieldView > span {
	display: block;	
	padding-left: 20em;
}

.reactFieldView > div > span > input {
    left: 9.8em !important;
}

.reactValue {
	margin-left: 1.5em !important;
}

.reactSafetyCriticalList, .reactBatterySafetyList {
	margin-top: 2em;
}

.reactStep {
	white-space: normal;
}

.reactFilters, .reactTotalCounts {
	display: block !important;
}

.reactSteps {
	background-color : #e5e5e5;
}

.reactStepsDiv {
	height: fit-content;
}

.reactCurrentStep {
	min-height: 40em;
}

#inactive_jobs_table {
	display: none;
}

.reactButton {
	height: fit-content !important;
	width: fit-content !important;
}

.poTotalSpent {
	display: inline;
}

.menuLink:hover {
	cursor: pointer;
}

select.oem_group {
	min-height: 8em;
}

#availableContacts {
	margin-left: 13em;
	width: 15em;
}

.eventMessage {
	border: 1px solid grey;
    width: 40%;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5em;
}

.eventMessageSender {
    display: inline;
    text-decoration: underline;
}

.eventMessageTimestamp {
    display: inline;
}

.eventButton {
    border-radius: 10px;
    cursor: pointer;
   	background-color: #B9CDD7;
  	text-align: center;
  	text-decoration: none;
  	border: 1px solid #9CBBCB;
  	color: black !important;
}

#messageText {
	height: 4em;
}

.eventButton > a {
	font-size: 3em;
}

.descriptionSpan {
	font-size: 2em;
	margin: 0 !important;
}

#sigImage {
	display: none;
}

.eventPicture {
	width: 25%;
    height: auto;
}

.eventLoggerText {
	font-size: 1.5em;
}
#historicalApprovalStatus {
	display: none;
}

#openInTabs {
	cursor: pointer;
    text-decoration: underline;
}

.legendColorBox{
	background-color: transparent !important;
	width: 5px;
}

.legendLabel {
	background-color: transparent !important;
}

.eventTemplateLabel {
	display: inline-block;
    width: 10%;
}

.mobileEventTemplateTable {
	margin-left: auto;
	margin-right: auto;
}

.eventMessage {
    width: 50%;
    border-radius: 5px;
    padding-left: 0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    display: inline-block;
}

.eventMessageBlue > p.eventMessage {
	background-color: #c4ebf6;
}

.eventMessageGreen > p.eventMessage {
	background-color: #a4ffac;
}

.eventMessageYellow > p.eventMessage {
	background-color: #fffd6b;
}

.eventMessageOrange > p.eventMessage {
	background-color: #ffd75d;
}

.eventMessagePink > p.eventMessage {
	background-color: #ffccfd;
}

.eventUserImage {
	width: 3em;
    height: auto;
    border-radius: 10em;
}

#eventNoSave {
	color: grey;
}

.imageDelete {
	padding-left: 18%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}


.imageCheck {
    display: inline-block;
    box-sizing: border-box;
}

.sortLabel {
	font-size: 14px;
	font-weight: bold;

	padding-right: 5px;
}

.job-setup-sort-initiator_selector {
	display: inline-block !important;
}

.job-setup-sort-initiator_notice {
	display: inline-block !important;
	margin-left: 13em !important;
	vertical-align: top;
}

.job-setup-sort-initiator_notice input {
	left: 0 !important;
	width: auto !important;
}

.customer_contact-email-action { 
	width: 9em;
    left: 10em;
    position: relative;
    border: 1px solid #aaa;
    padding: 3px;
    font-size: 16px;
}

.actionloader-xs {
	border: 2px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 2px solid #555;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    margin: 0px 0px auto;
	vertical-align: middle;
}

.hide-element {
	display: none !important;
}

.spinningImage {
	animation: spin 2s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.tableContainer {
    max-height: 1000px;
    border: 2px solid #2C2D2D;
    margin: 0 auto;
    overflow-y: scroll;
}

.productivityLineSort {
	text-align: center;
	background-color: rgb(62, 62, 255);
	color: rgb(255, 255, 255);
}

.productivityNotSet {
	text-align: center;
	background-color: rgb(62, 62, 62);
	color: rgb(255, 255, 255);
}

.productivityGood {
	text-align: center;
	background-color: rgb(0, 180, 0);
	color: rgb(255, 255, 255);
}

.productivityOk {
	text-align: center;
	background-color: rgb(240, 240, 0);
}

.productivityBad {
	text-align: center;
	background-color: rgb(240, 0, 0);
	color: rgb(255, 255, 255);
}

.productivityUnknown {
	text-align: center;
	background-color: rgb(255, 255, 255);
}

th.reallyEmpty {
	background-color: transparent;
}

tr.upperHeadings th {
	text-align: center;
}

td.defaultDisplay {
	text-align: center;
}

#addIRCContainer {
	margin-top: 25px;

	div {
		margin-top: 20px;
	}

	.removePendingIRC {
		margin-left: 10px;
	}
}

#ircList {
	border: 2px solid black;
	padding: 20px;
	text-align: center;

	h3 {
		font-size: 18px;
		margin: 10px 0;
	}

	h5 {
		font-size: 12px;
		font-weight: normal;
	}

	.ircInfo {
		display: flex;
		justify-content: center;

		#ircInfoCriteria {
			margin-left: 5%;
		}
	}
}

#defectCriteriaTable {
	td {
		vertical-align: top;
	}
}

.ircCriteria {
	text-align: center;

	.deleteIRC {
		cursor: pointer;
	}
}

.delete_part {
	color: rgb(30, 15, 190);
	text-decoration: underline;
	cursor: pointer;
}


.irc-done {
	display: inline-block;
	font-weight: bold;
	color: white;
	background-color: rgb(30, 15, 190);
	border-radius: 4px;
    margin-left: 1em;
	font-size: 0.8em;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#picture-reel {
	display: flex;
	flex-direction: row;
}

#picture-reel .active-picture {
	border: 1px solid rgb(27, 188, 27);
}

.billed_class.disableBilledClass {
	pointer-events: none;
    cursor: not-allowed !important;
}

.billed_class.disableBilledClass select {
	color: graytext !important;
    background-color: lightgrey !important;
    border: 1px solid lightslategray !important;
}

.sortLabel {
	font-size: 14px;
	font-weight: bold;

	padding-right: 5px;
}

#staffNotesTable {

	td {
		padding: 0 15px;
	}
}

.flex-box {
	display: flex;
}

.input-with-note {
	gap: 10px;
}

.input-note {
	position: relative;
	left: 10em;
}

.crispForm .input-note {
	left: 0em;
}

#branch-distribution-list-data td {
	padding-bottom: 10px;
}

#branch-distribution-list #add-element-row {
	text-align: center;
}

#branch-distribution-list button {
	height: 30px;
	line-height: 15px;
}

.mainPane.flexed {
    display: flex;
}

.mainPane.flexed .right {
    padding-left: 20px;
}

#muted-view #muted-view-actions {
	display: flex;
	flex-direction: row;
}

#muted-view .button {
	height: 30px;
	margin-right: 10px;
}

#muted-view .button, #muted-view .delete-config {
	cursor: pointer;
}

#muted-email-custom-container .button {
	height: 30px;
	margin-right: 10px;
}

#muted-email-custom-container #actions_create-custom-mute, #muted-email-custom-container .field {
	margin-top: 10px;
}

#muted-email-custom-container .field input {
	width: 25em;
}

.dist_job_outer, .dist_class_outer {
    display: flex;
    align-items: center;
    gap: 0.5em;
    height: 22px;
    font-size: 14px;
	justify-content: space-between;
}


.dist-ownership.dist-ownership-type-.dist-ownership-permanent {
    opacity: 0.5;
}

.dist-ownership.dist-ownership-type-.dist-ownership-temporary {
	color: #800020; 
}

.dist-ownership {
	display: flex;
	gap: 1em;
}

.dist-ownership.dist-ownership-type-.dist-ownership-vacant {
	font-weight: bold;
	color: #cc0000 !important;
}

.input-info {
	width: 380px;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
}

