﻿.skinnedPaycheck {
  font-family: 'Courier New', Courier, 'Nimbus Mono L', monospace;
  padding-top: 8px;
  overflow-y: auto;
  max-height: 528px;
  /* pay items table styling */
  /* table-specific pay item styling*/
  /* balance the center padding between the two adjacent tables*/
  /* deductions has no sub headers */
  /* pay item tables with separate header color and border */
  /* Footer data points */
  /* Company name and address */
  /* two-column header data points */
  /* clear fix */
}
.skinnedPaycheck * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.skinnedPaycheck .headerColumn {
  display: inline-block;
  float: left;
  width: 50%;
}
.skinnedPaycheck .payItems-table {
  width: 100%;
}
.skinnedPaycheck .payItems-tableHead {
  text-align: left;
}
.skinnedPaycheck .payItems-tableHead th:first-child {
  text-align: left;
  padding: 8px;
}
.skinnedPaycheck .payItems-tableHead th,
.skinnedPaycheck .payItems-tableBody td {
  padding: 0 8px;
}
.skinnedPaycheck .payItems-tableBody tr:last-child td {
  padding: 0 8px 8px 8px;
}
.skinnedPaycheck .payItems-tableBody td.payItems-subHeader {
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 4px;
}
.skinnedPaycheck .deductions,
.skinnedPaycheck .withholdings {
  width: 50%;
  float: left;
}
.skinnedPaycheck .deductions {
  padding-left: 4px;
}
.skinnedPaycheck .withholdings {
  padding-right: 4px;
}
.skinnedPaycheck .paycodes {
  padding-bottom: 8px;
}
.skinnedPaycheck .deductions .payItems-tableBody tr:first-child td {
  padding: 8px 8px 0 8px;
}
.skinnedPaycheck .paycodes .payItems-tableHead,
.skinnedPaycheck .withholdings .payItems-tableHead,
.skinnedPaycheck .deductions .payItems-tableHead,
.skinnedPaycheck .directDeposit .payItems-tableHead {
  background-color: #f1f1f1;
}
.skinnedPaycheck .paycodes .payItems-tableHead,
.skinnedPaycheck .deductions .payItems-table,
.skinnedPaycheck .withholdings .payItems-table,
.skinnedPaycheck .directDeposit .payItems-table {
  border: 1px solid #cccccc;
}
.skinnedPaycheck .checkFooter {
  display: inline-block;
}
.skinnedPaycheck ul.checkFooter-list {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.skinnedPaycheck li.checkFooter-item {
  display: inline-block;
  float: left;
  padding: 8px;
  max-width: 10%;
  white-space: normal;
}
.skinnedPaycheck li.checkFooter-item span.label {
  text-align: center;
  max-width: 60%;
  font-weight: bold;
  white-space: normal;
}
.skinnedPaycheck .companyInfo {
  background-color: #f1f1f1;
  padding: 8px 8px 0 8px;
}
.skinnedPaycheck .checkHeader {
  background-color: #f1f1f1;
  padding: 8px;
}
.skinnedPaycheck .checkHeader-titleColumn {
  float: left;
}
.skinnedPaycheck .checkHeader-value {
  padding-left: 20px;
}
.skinnedPaycheck .group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
body.printAreaFrame .skinnedPaycheck {
  max-height: none;
}
body.printAreaFrame .skinnedPaycheck .headerColumn {
  float: none;
  width: 100%;
}
body.printAreaFrame .skinnedPaycheck li.checkFooter-item span.label {
  float: none;
}
/*# sourceMappingURL=paycheck.css.map */