@page 
{
    size:  auto;   /* auto is the initial value */
    margin:5mm;  /* this affects the margin in the printer settings */
}
.noPrint, #header , #footer, .menu_esquerra, .back-to-top{
	display:none;
}
div.contingut_amb_menu_esquerra{
padding-left:0;
}
div#content_all {
	padding: 0;
}
html, body {
	height:inherit;
}
body{
	min-width:0 !important;
	
}

table.dataTable:not(.noBorders)
{
	border-collapse: collapse !important;
}

table.llistat:not(.noBorders)
{
	margin:1px;
	border-left:  1pt solid #000000 ;
	border-right:  1pt solid #000000;
	border-top:  1pt solid #000000 ;
}

table.llistat:not(.noBorders) tbody tr, 
table.llistat:not(.noBorders) tfoot
{
	border-bottom:  1pt solid #000000 ;
	border-top:  1pt solid #000000 ;
}

table.llistat:not(.noBorders) thead tr:last-child
{
	border-bottom:  1pt solid #000000 ;
}

table.llistat:not(.noBorders) thead tr:first-child
{
	border-top:  1pt solid #000000 ;
}

div.noBorders {
	color:#000 !important;
}

table.noBorders td 
{
	color:#000 !important;
	height: auto !important;
	background-color: #FFF !important;
}
table.noBorders thead th,
table.noBorders tfoot td  {
	color:#000 !important;
	font-size:14px !important;
	font-weight:bold !important;
	background-color: #FFF !important;
}