@media print {
  @page * {
    margin-top: 0cm;
    margin-bottom: 0cm;
    margin-left: 0cm;
    margin-right: 0cm;

}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  }
header {
  background-color: #6c757d;
  width: 100%;
  position: relative;
  color: #FFF;
  padding-top: 10mm;
  padding-left: 10mm;
  padding-bottom: 5mm;
  font-size: 2em;
  font-weight: bold;
}

.inputimg {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;

}
#pdfbase .line {
  font-size: .8em;
  line-height: 1.5em;
  font-weight: lighter;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 2px;
}
#pdfbase h2 {
 font-size: 1.2em;
 line-height: 1.5em;
 margin: 0px;
 font-weight: lighter;
 text-transform: uppercase;
 letter-spacing: 1px;
}




}

/* PDF BASIS */

#pdfbase {
  width: 746px;
  padding: 4px 24px;
  background-color: #FFF;
}

/* #pdfbase::after {
  clear: both;
  display: block;
  content: '';
} */
#pdfbase .page {
  width: 746px;
  height: 1109px;
}
.page .column {
  width: 365px;
  height: 1045px;
  float: left;
  display: inline-block;
  overflow: hidden;
}

.page .colright {
  margin-left: 16px;
}

.header {
  width: 746px;
  height: 38px;
  padding-top:10px;
  position: relative;
  background-image: url("logo.jpg");
 background-position: right;
 background-size: contain;
 background-repeat: no-repeat;
  font-weight: bold;
  font-size: 1.5em;
}
/* .page > .header > img {
  height: 48px;
  right:0px;
  top: 4px;
  position: absolute;
} */
/* .page > .header > div {

  width: 365px;
  float: left;
  margin: 0px;
  padding: 0px;
  height: 48px;
}
.leftSpan {
  font-weight: bold;
  display: inline-block;
  padding-top: 10px;
  font-size: 1.5em;
}
.rightSpan {
  height: 48px;
  text-align: right;
} */

.page .footer {
  clear:both;
  width: 746px;
  height: 12px;
  font-size: 10px;
  margin-top:4px;
}


#pdfbase section {
  margin-bottom: 20px;
  display: block;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  /* page-break-inside: avoid; */
}

/* h1 {
  width: 100%;
  font-size: 8px;
  text-align: center;
  letter-spacing: .1em;
  font-weight: bolder;
  text-transform: uppercase;
} */



#pdfbase .ln {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 2px;
  margin-bottom: 2px;
}

#pdfbase .spaceln {
  width: 100%;
  height: 5px;
  clear: both;
}
#pdfbase .bottomln {
  width: 100%;
  height: 5px;
  background-color: #FFF;
  margin-top: 2px;
  margin-bottom: 12px;
  clear:both;
}

/*
h2::after {
  width: 100%;
  content: '';
  background-color: #000;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: -5px;
  z-index: -999;
} */


#pdfbase .first {
  margin-right: 10px;
  width: 125px;
  float: left;
}


#pdfbase .second {
  font-weight: bold;
  width: 230px;
  float: left;
}

#pdfbase .normal {
  font-weight: normal;
}


#pdfbase .inputimg {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;

}

#pdfbase .indent {
  text-indent: 10px;
}


#pdfbase .title {

  font-size: 10px;
  font-weight: bold;
  width: 100%;
}
#pdfbase .rot {
  color: #97173d;
}

.pdfAppendDigi {
  width: 100%;
  text-align: right;
  padding: 10px;
}
