html,
body,
h1,
h2,
h3,
h4,
p,
img {
  margin: 0;
  font-size: 12px;
} /* margin reset*/
body {
  padding: 10px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.title {
  font-size: 20pt;
  font-weight: 800;
  margin-bottom: 0.5cm;
  text-align: center;
  color: rgb(44, 44, 126);
}
.com-name {
  display: block;
  width: 100%;
  font-size: 18pt;
  font-weight: 800;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
p {
  font-size: 12pt;
}
.w-full {
  width: 100% !important;
}
.mx-75 {
  width: 74% !important;
}
.mx-50 {
  width: 48% !important;
}
.mx-25 {
  width: 24% !important;
}
.block {
  display: block;
  float: left;
}
.strong {
  font-size: 110%;
  font-weight: 800;
}
.box {
  border: 1px solid #ccc;
  padding: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-5 {
  padding: 5px;
}
.border_b {
  border-bottom: 1px solid #ccc;
}
.bold-center {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.gray {
  background-color: silver;
}
.w-6col {
  width: 16.66667%;
}
.w-full {
  width: 100%;
}
.w-8col {
  width: 12.5%;
}
.w-75col {
  width: 74%;
}
.w-4col {
  width: 25%;
}
.w-2col {
  width: 50%;
}
.flex-1 {
  flex: 1 1 0%;
}
.right {
  text-align: right;
}
p.sm{
  font-size: 90%;
}
table{
  font-size: 1rem !important;
}
table thead tr th,table tfoot tr th,table tfoot tr td{
  font-size: 0.8rem !important;
}
table tbody tr td{
  font-size: 0.7rem !important;
  border-color: #ccc !important;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
  font: 12pt "Tahoma";
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.page-a4 {
  width: 21cm;
  min-height: 29.7cm;
  padding: 1cm;
  margin:0; /* 1cm auto; */
  border: none; /* 1px #D3D3D3 solid;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;*/
  background: white;
  page-break-after: always;
}

.page-env {
  width: 15.24cm;
  min-height: 10.16cm;
  padding: 1cm;
  margin:0; /* 1cm auto; */
  border: none; /* 1px #D3D3D3 solid;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  */
  background: white;
  page-break-after: always;
}

.subpage {
  padding: 1cm;
  border: 5px red solid;
  height: 256mm;
  outline: 2cm #FFEAEA solid;
}
/* 
@page {
  size: A4;
  margin: 0;
} */

/* @media print {
    .page-a4,.page-env {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
} */