@charset "utf-8";
/* CSS Document */
/* banner */
.top {
	  display: flex;
  justify-content: center;	
	}	
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
	width: 100px;
	background: #ADA7A7;
	border: thin;
}

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000033;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000033;

}
A:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: 15px;
}
A:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}
A:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}
A:hover {
	text-decoration: underline overline;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
input {
	border: thin dashed #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

textarea {
	border: thin dashed #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.HEADER {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000033;
}
.label-warning {padding:2px 4px;background-color:orange;color:white;}
.label-success {padding:2px 4px;background-color:#6FD530;color:white;}
.label-error {padding:2px 4px;background-color:red;color:white;}
/* Styles go here */

.page-header, .page-header-space {
  height: 200px;
}

.page-footer, .page-footer-space {
  height: 50px;

}

.page-footer {
  position:fixed;
  bottom: 0;
  width: 100%;
  background: white; /* for demo */
}

.page-header {
  position:fixed;
  top: 0mm;
  width: 100%;
  background: white; /* for demo */
}

#pageFooter {
    display: table-footer-group;
}

#pageFooter:after {
    counter-increment: page;
    content: counter(page);
    counter-reset: page 1;
}

.page {
  page-break-after: always;
}

@page {
  margin: 20mm
}

@media print {
   thead {display: table-header-group;} 
   tfoot {display: table-footer-group;}
   
   button {display: none;}
   
   body {margin: 0;}
}
