@font-face {
  font-family: custom_calibri;
  src: url(../FONTS/calibri.ttf);
}

@font-face {
  font-family: custom_cambria;
  src: url(../FONTS/cambriaz.ttf);
}

@font-face {
  font-family: custom_algerian;
  src: url(../FONTS/alger.ttf);
}

@font-face {
  font-family: custom_courier;
  src: url(../FONTS/cour.ttf);
}

.region-reports .dataTable th {
	font-family: "arial" !important;
	font-size: 10pt !important;
	color: blue;
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.region-reports .dataTable td {
	font-family: "arial" !important;
	font-size: 9pt !important;
	color: black;
}

/* Reduce the padding for the lines */
.region-reports .t-Form-fieldContainer .col {
    padding-top: 2px;
    padding-bottom: 2px;
}

.region-reports .t-Form-fieldContainer span, .region-reports .t-Form-fieldContainer label {
    font-size: 11pt !important;
}

.region-reports .t-Region-headerItems {
    text-align: center;
    font-size: 16pt;
}

.region-reports .heading, .region-reports .subheading {
    padding-top: 20px;
    padding-bottom: 10px;
}

.region-reports .heading * {
    text-decoration: underline;
    white-space: nowrap;
    font-size: 14pt;
    font-weight: bolder;
    margin-top: 15px;
}

.region-reports .subheading * {
    white-space: nowrap;
    font-size: 11pt;
}

.dot-matrix-print {
	font-family: monospace;
}