/* Main CSS for all pages - Page Layout */
body {
  width: 230mm;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 12pt;
  background: rgb(230, 230, 230);
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main-page {
  width: 210mm;
  min-height: 297mm;
  margin: 10mm auto;
  background: white;
  border: 1px #D3D3D3 solid;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.sub-page {
  padding: 0.25cm 1cm 0.25cm 1cm;
  height: 297mm;
  background: #ffffff;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    width: 210mm;
    height: 297mm;
  }
  .main-page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}

@font-face {

  font-family: "BrittanySignature";
  src: url(/resource/sign); 
  /* format('truetype'); */

}

.signaturefont{
  font-family: BrittanySignature;
  font-size: 17px;
  font-weight: 600;
}

/* Footer CSS for all pages */
#page5 .footer {
  position: relative;
  top: 122px;
}
#page6 .footer {
  position: relative;
  top: 1px;
}
#page4 .footer {
  position: relative;
  top: 1px;
}
#page1 .footer {
  position: relative;
  top: 4px;
}
#page2 .footer {
  position: relative;
    top: 4px;
  /*top: 24px;*/
}
#page3 .footer {
  position: relative;
  top: 75px;
}
.footer p {
  margin-bottom: 0px;
  margin-top: 0px;
}
.footer-column {
  float: left;
  width: 50%;
}
.footer-row:after {
  content: "";
  display: block;
  clear: both;
}
.footer-content-left {
  text-align: left;
  font-size: 10px;
  font-family: arial;
  margin-top: 4px;
}
.footer-content-right {
  text-align: right;
  font-size: 10px;
  font-family: arial;
  margin-top: 4px;
}
.footer-line {
  border-top: 3px solid #000000;
}
.page-line {
  border-top: 3px solid #000000;
}
.page-line1 {
  border-top: 1px solid #000000;
}
/* Content CSS for all pages */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: arial;
}
.paragraph-text {
  font-size: 10.8px;
  font-family: arial;
  line-height: 13px;
  margin-top: 0px;
  margin-bottom: 8px;
}
ul li {
  font-size: 10.8px;
  font-family: arial;
  line-height: 13px;
}
hr {
  margin-bottom: 2px;
}
/* Page 1 CSS */
/* Page 2 CSS */
.form-bg {
  background: #c7c8ca;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.form-module {
  margin-bottom: 5px;
}
.asterik {
  color: red;
}
.learn {
  background: #ffffff;
  border: 1px solid rgb(118, 118, 118);
}
/* Page 3 CSS */
/* Page 4 CSS */
#page4 .paragraph-text {
  font-size: 10.4px;
  line-height: 12px;
}
#page4 ul li {
  font-size: 10.4px;
  line-height: 12px;
}
/* Page 5 CSS */
#page5 .paragraph-text {
  font-size: 10.4px;
  line-height: 12px;
}
#page5 ul li {
  font-size: 10.4px;
  line-height: 12px;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}
/* Create 30/70 columns that floats next to each other */
.column30 {
  float: left;
  width: 30%;
 /* padding: 10px 10px 10px 0px; */
}
.column70 {
  float: left;
  width: 70%;
 /* padding: 2px 10px 4px 10px; */
}
/* Page 6 CSS */
#page6 .column300 {
  float: left;
  width: 17%;
  padding: 10px 10px 0px 0px;
}
#page6 .column700 {
  float: left;
  width: 83%;
  padding: 0px 10px 4px 10px;
}
#page6 .column30 {
  float: left;
  width: 20%;
  padding: 0px 4px 0px 0px;
}
#page6 .column70 {
  float: left;
  width: 80%;
  padding: 0px 4px 4px 4px;
}
#page6 .paragraph-text {
  font-size: 8px;
  line-height: 8px;
}
#page6 h6 {
  font-size: 8px;
  line-height: 8px;
}
#page6 hr {
  margin-bottom: -10px;
}
#page6 .form-module {
  margin-bottom: 1px;
}
/*
.inp{
    background: white;
    padding: 1px 2px;
    border: 1px solid #00000082;
    margin : 10px;
    width:100%;
}
*/
td{
    background: white;
    padding: 1px 2px;
    border: 1px solid #00000082;
    margin : 10px;
    width : 33%;
}
form{
    padding:5px;
}

