
.pastDue {
  font-family      : Arial,Helvetica,sans-serif;
  font-size        : 14pt;
  font-weight      : bold;
  align            : center;
  background-color : red;
}

.status {
  font-family : Arial,Helvetica,sans-serif;
  font-size   : 14pt;
  font-weight : bold;
  align       : center;
//  width       : 50%; // center
}

.juiTblHdr {
  font-family     : Arial,Helvetica,sans-serif;
  font-size       : 10pt;
  font-weight     : bold;
  align           : center;
  text-align      : center;
  text-decoration : underline;
}

.jui {
  font-family : Arial,Helvetica,sans-serif;
  font-size   : 8pt;
  font-weight : bold;
}

.juiDate {
   font-family : Arial, Helvetica, sans-serif;
   font-size   : 12px;
   font-weight : bold;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-family : Arial,Helvetica,sans-serif;
  font-size   : 9pt;
  font-weight : bold;
}

.juiTbl {
   border      : 0;
   cellpadding : 3;
   cellspacing : 0;
}

.barcode {
   width  : 150px; 
   height :  50px;
}

.QRcode {
   width  :  75px; 
   height :  75px;
}
/*
#workCard_w1_QRcode {
   width  :  75px; 
   height :  75px;
}
 */

.procCodeAdd {
   text-align : center;
}

.juiCust {
  font-family : Arial,Helvetica,sans-serif;
  font-size   : 8pt;
  font-weight : normal;
  cellpadding : 7;
  cellspacing : 0;
}

.certHdr {
  font-family : Arial,Helvetica,sans-serif;
  font-size   : 9pt;
  font-weight : bold;
}

.certHdrCtr {
  font-family : Arial,Helvetica,sans-serif;
  font-size   : 9pt;
  font-weight : bold;
  text-align  : center;
}

.certQtyVal {
  font-family      : Arial,Helvetica,sans-serif;
  font-size        : 9pt;
  font-weight      : normal;
  cellpadding      : 7;
  cellspacing      : 0;
  background-color : #F0F3F8;
  text-align       : center;
}


//////////////////////////////
// Printing
//////////////////////////////
.printBorder {
   width  : 500px; // 6.5in;
   height : 500px; // 9in;
   align  : center;
   border : 2px solid black;
}

//////////////////////////////
// Logo
//////////////////////////////
#larkLogo {
/*
   text-align : right;
   align      : right;
 */
   style      : float:right;
}

.codeClass {
  align       : center;
  text-align  : center;
  font-family : Arial,Helvetica,sans-serif;
  font-size   : 18pt;
  font-weight : bold;
}

//////////////////////////////
// WorkCard/BarcodeScan.js
//////////////////////////////
.barcodeLabel {
  font-family : verdana,arial,sans-serif;
  font-size   : 16px;
  font-weight : bold;
}

.barcodeButton {
  font-family : verdana,arial,sans-serif;
  font-size   : 24px;
  font-weight : bold;
}

#barcodeTarget {
  font-family : Arial,Helvetica,sans-serif;
  font-size   : 40pt;
  font-weight : bold;
/*
  width       : 3.0in;
  height      : 3.0in;
 */
}

.barcodeGainFocus {
  border           : 3px #f00 solid;
  background-color : #0f0;
}

.barcodeLoseFocus {
  border           : 3px solid;
  background-color : red;
}
