/*

   
   https://www.smashingmagazine.com/2015/01/designing-for-print-with-css/

*/

@page 
{
   size: A4;
}

@page: left
{
  margin-left: 4cm;
}

@page: right
{
  margin-right: 2cm;
}


/*
h1 {
  page-break-before: always;
}
*/

h1
{
   margin-top: 0px !important;

}

h1, h2, h3, h4, h5 {
  page-break-after: avoid;
}


@page:right{
  @bottom-right {
    content: "Page " counter(page) " of " counter(pages);
  }
}

table
{
/*
   page-break-before: always;
   width: 100%;
   border: 2px;
*/
}

#raditex-main-menu
{
    height: 10px !important;
    visibility: hidden;

}

#raditex-page-menu
{
    height: 10px !important;
    visibility: hidden;

}

#header 
{
    height: 65px !important;
    width: 100%;
    background: #FF0000;
    /* background: -moz-linear-gradient(top, #a07c57, #F4F0E1); */
    border-bottom: 10px solid #0000FF;

}

/*
#content {
	clear: left;
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
        overflow: auto;
	background: #FFFFFF;
	line-height: 18px;
	font-family: Sans;
	font-size: 14px;
}

*/

#footer
{
    visibility: hidden;
}


