@charset "utf-8";
    @media print {
      .noprint { display: none; }
      .print { font-size : 10pt; }

      .Plant:before {
  content: "Plant: ";
}

.Organization:before {
  content: "Organization: ";
}


.Inspector:before {
  content: "Inspector: ";
}

.Inspection-Date:before {
  content: "Inspection Date: ";
}

.Pay-Type:before {
  content: "Pay Type: ";
}
#inspections .Status:before {
  content: "Status: ";
}
.hr-min:before {
  content: "hr:min ";
}

.Travel-hr-min:before {
  content: "Travel hr:min ";
}

.Mi:before {
  content: "Mi: ";
}

.Flat-pay:before {
  content:"Flat pay: "
}

.UKD-ID, .Website {
  padding-bottom:.5em
}

.Pay-amount:before {
  content: "Pay amount: ";
}

.Bill-amount:before {
  content: "Bill amount: ";
}

.Comments:before {
  
}

.Details:before {
  content: "Details: ";
}

.Private-comments:before {
  content: "Private comments: ";
}

.Issues:before {
  content: "Issues: ";
}

.billing-code:before{
  content:"Billing Code: "
}

.inspection-date:before {
  content:"Date: ";
}
.venue:before {
  content:"Venue: "
}
.start-time:before {
  content:"Start: "
}

.end-time:before {
  content:"End: "
}

.duration:before {
  content:"Duration: "
}
.formula:before {
  content:"Formula: "
}
.Plant:before, .Inspector:before, .Inspection-Date:before, 
.Pay-Type:before, .Status:before, .hr-min:before, .Travel-hr-min:before, 
.Mi:before, .Flat-pay:before, .Pay-amount:before, 
.Bill-amount:before, .Comments:before, .Details:before, .Private-comments:before, .Issues:before, .billing-code:before, 
.inspection-date:before, .venue:before, .start-time:before, .end-time:before, .duration:before, .formula:before,
.Organization:before
 {
  font-weight:bold;
}

    

.simple-table {
  margin:auto;
}

.simple-table td, .simple-table th {
  padding:15px 10px;
}

.simple-table td {
  text-align:right;
}

.simple-table th {
  text-align:center;
}

.simple-table tr td:nth-child(1) {
  text-align:left
}

.simple-table-total-row td {
  border-top: 1px solid;
  font-weight: 600;
}

input.initials {
  width:40px !important;
  outline:none !important;
  border-top:none !important;
  border-right:none !important;
  border-left:none !important;
  background: none;
}

}