.table-noborder-print>thead>tr>th,
.table-noborder-print>tbody>tr>th,
.table-noborder-print>tfoot>tr>th,
.table-noborder-print>thead>tr>td,
.table-noborder-print>tbody>tr>td,
.table-noborder-print>tfoot>tr>td {
  border: 1px solid #dddddd;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right: none;
  border-left: none;
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  font-family: Arial, sans-serif, Helvetica;
}

.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;
}

@media print and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .table-noborder-print>tbody>tr>td {
    font-size: 10px !important;
  }
}

@media print {
  #mpidisclaimer {
    display: block !important;
    position: relative !important;
    bottom: 0px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 10mm !important;
    font: normal 9px verdana, sans-serif !important;
  }

  #tablePrintView {
    margin: 0mm 0mm 10mm 10mm !important;
  }
}