video {
	background:silver;
}
canvas {
	background:green;
}
video,canvas {
	border:1px solid black;
	width: 500px;
	height: 500px;
}
.barcodeDetector {
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #FF9900;
	padding: 6px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	margin-right: 3px;
	line-height: 20px;
	border: 1px solid;
}
.gentxt {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
}
.gentxt a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	text-decoration: underline;
}
.gen2txt {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.gen2txt a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright {
	font-family: Tahoma;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.heading {
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}
.header {
	font-family: "Myriad Pro";
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
body {
	margin: 0px;
}
.btmline {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.btmline1 {
	border-bottom-color: black;
}
.buttona{
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #FF9900;
	padding: 6px;
   -moz-border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -webkit-border-radius: 5px;
	text-decoration: none;
	margin-right: 3px;
	line-height: 20px;
}

.buttona:hover{
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC00;
	color: #666666;
	line-height: 20px;
	text-decoration: none;
}
.closeButton{
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 6px;
	text-decoration: none;
	margin-right: 3px;
	line-height: 20px;
	border-radius: 0;
}

.closeButton:hover{
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC00;
	color: #666666;
	line-height: 20px;
	text-decoration: none;
	border-radius: 0;
}
strong, .strong {
	line-height: 20px;
	font-family: Calibri;
	font-size: 14px;
}
.strong {
	font-weight: bold;
}

input,select,radio,textarea,file {
	border: 1px solid #8A8A8A;
  -moz-border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -webkit-border-radius: 5px;
	padding: 3px;
}
#process select {
	max-width: 228px;
}
div#searchresults {
    position: absolute;
    display: none;
    border: 1px solid #8A8A8A;
    min-width: 228px;
    background-color: white;
}
div#searchresults span {
	margin-left:10px;
    float:right;
}
div#searchresults p {
	padding: 5px 20px;
	border-bottom: 1px solid #8A8A8A;
	vertical-align: baseline;
	margin: 0;
	font-size: 14px;
}
div#search_order_results_cut_material {
	position: absolute;
	right: 58px;
	display: none;
	border: 1px solid #8A8A8A;
	width: 260px;
	background-color: white;
	left: 216px;
}
div#search_order_results_cut_material span {
	margin-left: 20px;
	float: right;
}
div#search_order_results_cut_material p {
	padding: 5px 20px;
	border-bottom: 1px solid #8A8A8A;
	vertical-align: baseline;
	margin: 0;
	font-size: 14px;
	display: flex;
}


div#search_material_results_cut_material {
	position: absolute;
	right: 58px;
	display: none;
	border: 1px solid #8A8A8A;
	width: 260px;
	background-color: white;
	left: 216px;
}
div#search_material_results_cut_material span {
	margin-left: 20px;
	float: right;
}
div#search_material_results_cut_material p {
	padding: 5px 20px;
	border-bottom: 1px solid #8A8A8A;
	vertical-align: baseline;
	margin: 0;
	font-size: 14px;
	display: flex;
}


table#operations thead {
	font-weight: bold;
}
table#operations tr td:nth-child(even) {
	padding-right: 10px;
}
table#operations tr td:nth-child(odd) {
	padding-left: 10px;
	border-left: 1px gray dotted;
}
table#operations input[type="text"] {
	width: 50px;
}
table#operations label, table#operations input {
	color: grey;
}
table#operations input[type="checkbox"]:checked ~label, table#operations .active {
	color: black;
}

table#processdetails {
	font-weight: bold;
}
@media print {
	.noprint {display:none;}
}
.errmsg {
	font-size:18px;
}
.cutMaterialAddButton {
	margin-bottom: 14px;
	width: 100px;
	margin-left: 15px;
}
.cutMaterialBarcode{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
}