body {
	font-family: open sans;
	font-size: 13px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

input:disabled {
  background: #dddddd;
}
textarea:disabled {
  background: #dddddd;
}
select:disabled {
  background: #dddddd;
}

.error, .error_big {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	color: #FF0000;
	padding: 5px;	
}

.error_big {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	color: #FF0000;
	padding: 10px;	
}

.error_box {
	background-color: #ff8080;	
	border: 1px solid #FF0000;
}
.success, .success_big {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	background-color: #8AFF8A;
	border: 1px solid #008000;
	color: #008000;
	padding: 5px;	
}

h1, h2 {
	margin: 0px;
	padding: 0px;
}

.h2_margin {
	margin-bottom: 5px;
	margin-top: 10px;
}

img {
	margin: 0px;
	padding: 0px;	
}

.spacer_10 { margin-top: 10px; clear: both; }
.spacer_15 { margin-top: 15px; clear: both; }
.spacer_20 { margin-top: 20px; clear: both; }

.width_100 {
	width: 100%;
}

.center {
	text-align: center;
}

.ok_box, .error_box {
	background-color: #66ff66;
	border: 1px solid #009900;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

.error_box {
	background-color: #ffcccc;	
	border: 1px solid #FF0000;
}

.overlay_full {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 50px;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    display: none;
}

.overlay_full_box {
    position: relative;
    border: 5px solid #333333;
    background-color: #FFFFFF;
    width: 75%;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
}

.overlay {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 100;
	margin: auto;
}

.overlay_loading_table {
	position: absolute;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.95);
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
}

.shopfloor_personal_info_wrapper {
	display: flex;
	background-color: #EEEEEE;
	height: 70px;
	width: 100%;
}

.shopfloor_page_title {
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.shopfloor_page_title h1 {
	font-weight: 300;	
}

.shopfloor_personal_info_picture, .shopfloor_button_info_picture {
	float: left;
	height: inherit;
	margin-right: 5px;
}

.shopfloor_personal_info_text {
	float: left;
	height: inherit;
	overflow: auto;
	margin-right: 25px;
	/*display: flex;
  align-items: center; /* align vertical */
}

.shopfloor_button_info_text {
	float: left;
	height: inherit;
	overflow: auto;
	margin-right: 25px;
	width: 170px;
	/*display: flex;
  align-items: center; /* align vertical */
}

.shopfloor_button_info_span {
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
	
	/*display: flex;
  align-items: center; /* align vertical */
}

.shopfloor_flex_full {
	padding: 5px;
}

.shopfloor_flex_menu_1_wrapper {
	display: flex;
}

.shopfloor_flex_menu_1_left {
	flex: 1;
}

.shopfloor_flex_menu_1_middle {
	flex: 0 50% 0;
	width: 50%;
	padding-right: 15px;
}
.shopfloor_flex_menu_1_right {
	flex: 0 0 300px;
	width: 300px;
	padding-right: 15px;
}
/*menu 2 clusterscherm */
.shopfloor_flex_menu_2_wrapper {
	display: flex;
	flex-wrap: nowrap;
}
.shopfloor_flex_menu_2_left {
	flex: 0 1 auto;
}
.shopfloor_flex_menu_2_middle {
	flex: 0 1 auto;
	width: 50%;
	padding-right: 5px;
}
.shopfloor_flex_menu_2_right {
	flex: 0 1 200px;
	width: 200px;
	padding-right: 5px;
}

.shopfloor_table {
	border-collapse: collapse;
}

.shopfloor_table th {
	height: 40px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #888888;
	line-height: 40px;
	margin: 5px;
	text-align: left;
	font-weight: 700;
	display: table-cell;
	font-size:14px;
}

.shopfloor_table tr {
	border-bottom: 1px solid #888888;
}

.shopfloor_table tr:nth-child(2n+3) {
    background: #fcfcf2;
}

.shopfloor_table tr:not(.nohover):hover {
	background-color:#DDDDDD ;
}

.location_table {	
	border-collapse: collapse;
}

.location_table tr {
	border-bottom: 1px solid #888888;
}

.location_table tr td {
	border: 1px solid #888888;
	width: 40px;
	height: 40px;
	
	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

/* .location_table tr td:hover{
	background-color: #DDDDDD;
	cursor: pointer;
} */

.location_table_highlight {
	background-color: #e6e600;
}

.input_large {
	margin-bottom: 8px;
	font-size: 16px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	border: 1px solid #333333;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.select_large {
	margin-bottom: 8px;
	font-size: 16px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	border: 1px solid #333333;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.radio_large {
	margin-bottom: 8px;
	font-size: 16px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	border: 1px solid #333333;
    -webkit-appearance: radio;
    -webkit-border-radius: 0;
}

.checkbox_large {
	margin-bottom: 8px;
	font-size: 16px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	border: 1px solid #333333;
    -webkit-appearance: checkbox;
    -webkit-border-radius: 0;
}

.button_large {
	margin-bottom: 8px;
	font-size: 16px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.button_large_height {
	height: 40px;
	margin-bottom: 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.button_select {
	margin-left:10px;
}
.button_select.last {
	margin-right:10px;
}
.button_table {
	margin:0px !important;
	width:100%;
	box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.button_highlight, button_large:active {
	background-color: #e6e600 !important;
}
.hide_a {
	color: #000;
	text-decoration: none;
}

.input_table {
	margin:0px !important;
	width:100%;
	box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.button_large:hover {
	background-color: #999999;
}

.button_back {
	background-color: #FF0000;
}

.loading {
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	min-height: 35px;
	min-width: 35px;
}

.shopfloor_top_header_wrapper {
	width: 100%;
	height: 15px;
	background-color: #FF0000;
	border-bottom: 2px solid #FFFFFF;
	clear: both;
}

.shopfloor_header_wrapper {
	width: 100%;
	height: 55px;
	background-color: #000000;
	clear: both;
	border-bottom: 2px solid #FFFFFF;
}

.shopfloor_header_left {
	text-align: left;
	margin-left: 10px;
	height: 55px;
	color: #FFFFFF;
	position: absolute;
	overflow: hidden;
}
div.arrowsandboxes-wrapper {
	overflow: hidden !important;
}
.shopfloor_header_right {
	position: absolute;
	color: #FFFFFF;
	height: 55px;
	line-height: 30px;
	font-size: 40px;
	margin-right: 5px;
	right: 0px;
	display: none;
}

.shopfloor_logo_name {
	font-size: 38px;
	font-weight: 800;
}

.shopfloor_logo_name a {
	text-decoration: none;
	color: #FFFFFF;
}

.shopfloor_logo_subname {
	font-size: 38px;
	font-weight: 300;
}

.shopfloor_menu_right {
	position: fixed;
	width: 250px;
	background-color: #000000;
	border-left: 3px solid #FFFFFF;
	color: #FFFFFF;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: none;
	z-index: 1000;
}

.shopfloor_menu_header {
	background-color: #CCCCCC;
	display: block;
	clear: both;
}

.shopfloor_menu_header_dark {
	background-color: #AAAAAA;
}

.shopfloor_menu_vertical {
	text-align: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.shopfloor_menu_vertical li {
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}

.shopfloor_menu_vertical li:hover {
	background-color: #999999;
}

.shopfloor_menu_vertical a {
	color: #FFFFFF;
	text-decoration: none;
}

.shopfloor_tegel_grid {
	width: 95%;
	height: auto;
	text-align: center;
	margin: auto;
}

.shopfloor_tegel_grid h1 {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.shopfloor_tegel {
	width: 260px;
	height: 60px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	margin: 5px;
	text-align: center;
	line-height: 60px;
	font-weight: 400;
	display: inline-block;
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

.shopfloor_tegel_magazijn {
	width: 260px;
	height: 60px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	margin: 5px;
	text-align: center;
	font-weight: 400;
	display: inline-block;
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

.shopfloor_tegel_magazijn b {
	font-size: 28px;
}

.shopfloor_tegel_picture, .shopfloor_tegel_picture_big {
	width: 250px;
	height: 60px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	margin: 5px;
	text-align: left;
	font-weight: 400;
	display: inline-block;
	cursor: pointer;
	position:relative;
}

.shopfloor_tegel_picture_highlight {
	background-color: #e6e600;
}

.shopfloor_tegel_picture_picture, .shopfloor_tegel_picture_picture_big {
	/*float: left;*/
	width: 50px;
	position:absolute;
	top: 0;
	left: 0;
	height: inherit;	
}

.shopfloor_tegel_picture_text, .shopfloor_tegel_picture_text_big {
	/*float: right;
	/*width: 190px;
	margin-top: 20px;	
	height: inherit;*/	
	position: absolute;
	top:0; 
	left: 60px;
	width: 170px;
	height: 60px;
	display: flex;
  align-items: center; /* align vertical */
}
.name_description {
	position: relative;
	width:100%;
	float:right;	
}
.uur_description {
	position: relative;
	width:100%;
	text-align:right;	
    font-size: 10px;
	color:red;
	padding-right:5px;
}
.stel_knoppen {
	width: 100%;
	float: right; 
}
.shopfloor_stelknop_picture {
	width: 100%;
	height: 40px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	margin-bottom: 5px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
  -webkit-border-radius: 0;
}
.shopfloor_stelknop_picture_picture {
	float: left;
	width: 40px;
	height: inherit;	
}

.shopfloor_stelknop_picture_text {
	float: left;
	margin-left:10px;
	margin-right:10px;
	height: inherit;
	display: flex;
	align-items: center; /* align vertical */	
}

.shopfloor_tegel_picture_big {
	width: 300px;
	height: 100px;
}

.shopfloor_tegel_picture_picture_big {
	width: 70px;
	height: inherit;	
}

.shopfloor_tegel_picture_text_big {
	width: 225px;
	height: inherit;
	/*margin-top: 20px;	*/
}

.shopfloor_tegel:hover {
	background-color: #999999;
}

.shopfloor_dialog {
	width: 450px;
	height: 150px;
	border: 1px solid #999999;
	margin: auto;
	background-color: #EEEEEE;
	margin-top: 30px;
	text-align: center;
}

.shopfloor_dialog_overlay {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 95%;
    max-width: 850px;
	height: 350px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	text-align: center;
}

.shopfloor_dialog h1, .shopfloor_dialog_overlay h1 {
	margin: 0px;
	padding: 0px;
	background-color: #BBBBBB;
	font-size: 16px;
	padding: 3px;
	margin-bottom: 30px;
}

@media all and (max-width: 800px) {
	.shopfloor_header_left {
		text-align: center;
		width: 100%;
		z-index: 10;
		margin-left: 0px;
	}
	
	.shopfloor_menu_header {
		display: none;
	}
	
	.shopfloor_header_right {
		display: block;
		z-index: 100;
	}
	
	.shopfloor_tegel_grid {
		width: 100%;
	}	

	.shopfloor_tegel {
		width: 45%;
	}
}

.shopfloor_snipper_aanvraag_left {
	float: left;
	width: 35%;
	display: table-cell;
	padding: 5px;
	box-sizing: border-box;
	margin-top: 10px;
	background-color: #F6F6F6;
}

.shopfloor_snipper_aanvraag_right {
	float: right;
	width: 65%;
	display: table-cell;
	padding: 5px;
	box-sizing: border-box;
	margin-top: 10px;
}

.shopfloor_weekoverzicht_left {
	float: left;
	width: 58%;
	display: table-cell;
	padding: 5px;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 11px;	
}

.shopfloor_weekoverzicht_right {
	float: right;
	width: 42%;
	display: table-cell;
	padding: 5px;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 11px;	
}

.shopfloor_table_large {
	font-size: 14px;	
}

.shopfloor_table_large th {
	background-color: #CCCCCC;
	border-bottom: 1px solid #888888;
	margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;	
	text-align: left;
	font-weight: 700;
}

.shopfloor_table_large td {
	border-bottom: 1px dotted #888888;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;	
	text-align: left;
	font-weight: 400;
}

.shopfloor_table_small {
	font-size: 12px;	
}

.shopfloor_table_small th {
	background-color: #CCCCCC;
	border-bottom: 1px solid #888888;
	margin: 0px;
	text-align: left;
	font-weight: 700;
}

.shopfloor_table_small td:not(.noline) {
	border-bottom: 1px solid #CCCCCC;
}

.shopfloor_table_small tr:not(.nohover):hover {
	background-color:#DDDDDD ;
}

.shopfloor_table_small tr.currentlyWorkingOn {
	background-color:#80FF80;
}

.shopfloor_table_small tr.nachtWerk {
	background-color:#349eeb;
}

.shopfloor_table_highlight {
	background-color: #e6e600;
}

.shopfloor_table_verysmall_header {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}

.shopfloor_table_no_line th, .shopfloor_table_no_line td {
	border-bottom: none;	
}

.shopfloor_table_productieorder {
	width: 100%;
	max-width: 300px;
}

.shopfloor_table_productieordereindtijd {
	width: 100%;
	max-width: 800px;
}

/*
HORIZONTAL MENU ITEMS
*/

.shopfloor_menu_horizontal li.shopfloor_menu_horizontal_item_icon {
	text-align: center;
	vertical-align: middle;	
	background-repeat: no-repeat;
	background-size: 32px;
	background-position-y: center;
	padding-left: 33px;
	font-size: 11px;
}

.shopfloor_menu_horizontal li.shopfloor_menu_horizontal_item {
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	padding-left: 5px;
}

.shopfloor_menu_horizontal {
	text-align: right;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 2px solid #FFFFFF;
}

.shopfloor_menu_horizontal li {
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 2px solid #FFFFFF;
	display: inline-block;
}

.shopfloor_menu_horizontal li:hover {
	background-color: #999999;
}

.shopfloor_menu_horizontal a {
	color: #000000;
	text-decoration: none;
}

.shopfloor_instructies_left {
	float: left;
	width: 45%;
	display: table-cell;
	padding: 5px;
	box-sizing: border-box;
	margin-top: 10px;
}

.shopfloor_instructies_right {
	float: right;
	width: 55%;
	display: table-cell;
	padding: 5px;
	box-sizing: border-box;
	margin-top: 10px;
}

@media all and (max-width: 1000px) {
	.shopfloor_table_small {
		font-size: 11px;	
	}
}

@media all and (max-width: 800px) {
	.shopfloor_table_small {
		font-size: 10px;	
	}
	
	.shopfloor_snipper_aanvraag_left {
		float: none;
		width: 100%;
		display: block;
	}
	
	.shopfloor_snipper_aanvraag_right {
		float: none;
		width: 100%;
		display: block;
	}
}

@media all and (max-width: 1300px) {
	.shopfloor_instructies_left {
		float: none;
		width: 100%;
		display: block;
	}
	
	.shopfloor_instructies_right {
		float: none;
		width: 100%;
		display: block;
	}

	.shopfloor_weekoverzicht_left {
		float: none;
		width: 100%;
		display: block;
	}
	
	.shopfloor_weekoverzicht_right {
		float: none;
		width: 100%;
		display: block;
	}
}

.shopfloor_waaier_titel {
	background-color: #CCCCCC;
	height: 40px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
}

.shopfloor_waaier_titel_small {
	background-color: #CCCCCC;
	height: 30px;
	margin-bottom: 3px;
}

.shopfloor_waaier_titel h1 {
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	margin-left: 5px;
}

.shopfloor_waaier_titel_small h1 {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}

.shopfloor_waaier_inhoud {
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #EEEEEE;
}

.shopfloor_waaier_inhoud_small {
	margin-bottom: 3px;
	border: 1px solid #EEEEEE;
}

.shopfloor_artikel_left {
	float: left;
	width: 50%;	
}

.shopfloor_artikel_right {
	float: right;
	width: 50%;	
}

@media all and (max-width: 1300px) {
	.shopfloor_artikel_left {
		float: none;
		width: 100%;	
	}
	
	.shopfloor_artikel_right {
		float: none;
		width: 100%;	
	}
}
.balk_capaciteit {
	position:absolute;
	right:0;
	bottom:0;	
}
.balk_procent {
	position:absolute;
	left:0;
	bottom:0;	
}
.green {
	background-color: #66cc00;
}
.red {
	background-color: #FF0000;
}
.yellow {
	background-color: #FFFF00;
}
.orange {
	background-color: #FF8000;
}
.green.button_highlight {
		background-color:  #80FF00;
}
.red.button_highlight {
	background-color: #FF4F4F;
}
.aanwezigheid {
	width:200px;
	padding-left:10px;
	float:left;
}
.kleurcode {
	width:20px;
	height:100%;
	float:right;
}

div.toolbar {
	z-index: 99 !important;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal_box {
	background-color: #fefefe;
	margin: 20% auto; 
	padding: 20px;
	border: 1px solid #888;
	width: 50%; 
	height: 50%;
	z-index:999999;
}
.modal_content {
	padding: 20px;
	margin: 20px;
	min-height:200px;
	display: flex;
	align-items: center; /* align vertical */	
}
/* The Close Button */
#modal_close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	top: -10px;
}

#modal_close:hover,
#modal_close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}



