.p-border-none {
  border: none !important;
}

.p-table-cells > thead > tr > th,
.p-table-cells > tbody > tr > th,
.p-table-cells > tfoot > tr > th,
.p-table-cells > thead > tr > td,
.p-table-cells > tbody > tr > td,
.p-table-cells > tfoot > tr > td {
  border: none;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

.p-table {
  padding: 0px;
  margin: 0px;
  overflow-y: visible;
  border-collapse: collapse;
  overflow-x: visible;
  border: none;
  table-layout: fixed;
}

  .p-table > thead > tr > th,
  .p-table-parts-header > td:not(.p-border-none) {
      background-color: #ddd !important;
  }

.p-no-border-button > thead > tr > th,
.p-no-border-button > td {
  border-bottom-width: 0 !important;
}

.leftPadding {
  padding-left: 2px !important;
}

.rightPadding {
  padding-right: 2px !important;
}

.p-font-bold {
  font-weight: bold;
}

.p-text-success {
  color: #46ac46 !important;
}

.p-text-danger {
  color: #e14430 !important;
}

.estimate-price {
  float: left;
  text-align: center;
  min-width: 88.73px;
}


.custom-checkbox_reduced_footer > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox_reduced_footer > [type="checkbox"]:checked + label:before {
  width: 15px;
  height: 15px;
  border: 1px solid black;
}

.custom-checkbox_reduced > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox_reduced > [type="checkbox"]:checked + label:before {
  width: 15px;
  height: 15px;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/*Yellow border*/
.custom-checkbox-yellow-border > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox-yellow-border > [type="checkbox"]:checked + label:before {
  border: 2px solid #ffd800;
}

.custom-checkbox-yellow-border > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox-yellow-border > [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #ffd800;
}

.custom-checkbox-yellow-border > label:hover:before {
  border: 2px solid #ffd800 !important;
}

/*boxes in footer*/

.footerbox {
  width: 25px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid;
  border-width: thin;
  height: 25px;
  border-color: black !important;
}

/*vertical text in header*/
th.rotate {
  /* Something you can count on */
  width: 1px;
  height: 65px;
  white-space: nowrap;
}

  th.rotate > div {
      transform: translate(0px, 0px)
      /* 45 is really 360 - 45 */
      rotate(270deg);
      width: 30px;
  }

      th.rotate > div > span {
          padding: 5px 10px;
      }

@media print, screen {
  .totcol2 {
      height:40px;
      width: 330px;
      padding-right: 3px;
  }
}
@media print, screen {
  #mpidisclaimer {
      position: relative;
      bottom: 0px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      font: normal 13px verdana, sans-serif;
      font-weight: 700;
  }

  .signature {
      margin-left: 3%; 
      clear:both;
      position: relative;
      bottom: 20px;
  }

  .signatureOnly {
      margin-left: 1%;
      clear: both;
      position: relative;
  }
}