/* css for printing */

@page {size: 210mm 297mm; margin-top: 1.0cm; margin-bottom: 1.7cm;}

.new_page  {page-break-after: always; } /*auto|always|avoid|left|right|initial|inherit;*/
body {
  background: white;
  color: black;
  font-family: “Times New Roman”, Times, serif;
  font-size: 12px;
}
#det, .content {width: 100%;}
button {
  cursor: pointer;
  margin-left: 10px;
}
.to-xls {
  margin-left: 20px;
  width:30px;
  height:30px;
  background: silver url("/webCommons/css/icons/xls.png") no-repeat center;
}
.print {
  width:30px;
  height:30px;
  background: silver url("/webCommons/css/icons/prt_lbl.png") no-repeat center;
}

/*elimina elementi da stampa*/
@media print {
	.noprint {
	  display:none;
	  width: 0px;
	}
	.printable {
		position:fixed;
		top:10px;
		left:10px;
		width: 100%;
	}
}
