/********************
Level 1
********************/

/*  PRINT */

.Printbody {
	background-color: white;
	background-image: none;
}

.Printbody .menu-container,
.Printbody .menu-shadow {
	 display: none;
}

.Printbody .page-all,
.Printbody .page-content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: white;
}

.Printbody .page-content {
	background: none;
}

.Printbody .idTabs #tab_bottoni {
	display: none;
}

.Printbody .page-content .idTabs {
	float: none;
}

.Printbody .page-all.has-idtabs .page-content {
	background-image: none;
}

.Printbody .page-content .idTabs > ul,
.Printbody .jqueryUITabs > .ui-tabs-nav {
	display:none;
}

.Printbody .page-content .switab {
	width: auto;
	margin: 0px;
	padding: 10px;
}

.Printbody .campo-titolo,
.Printbody .campo-contenuto {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	height: 12px;
}

.Printbody .TableStandard {
	border: 2px solid #CEDAEE;
}

.Printbody .jqueryUITabs .switab {
	padding-left: 0;
	padding-right: 0;
}

.logo-print {
	text-align: left;
}

.menu-container.menu-hidden {
	display: none;
}

.page-all.index .menu-container.menu-hidden {
	display: block;
}

.page-all.inventario-visualizzaelementotemplate.print_1 .menu-container,
.page-all.inventario-visualizzaelementotemplate.print_1 .menu-shadow {
	display: none;
}

/* FATTURA formato stampa */

.TableFattura th, .TableFattura {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	rem border: 1px solid #E0DFE3;
	rem background-color: #f6f6f6;
	background-color: #ffffff;
	border-collapse: collapse;
	border: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.TableFattura tr, .TableFattura td {
	border: 0.5px solid black;
	rem background-color: #f6f6f6;
	background-color: #ffffff;
	border-collapse: collapse;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.FatturaIntestazione1 {
	font-family: sans-serif, Verdana;
	line-height: 10px;
	font-size: 12px;
	vertical-align: top;
}

.FatturaIntestazione2 {
	font-family: sans-serif, Verdana;
	line-height: 12px;
	font-size: 12px;
	vertical-align: top;
}

.FatturaVoci {
	font-family: sans-serif, Verdana;
	line-height: 12px;
	font-size: 12px;
	vertical-align: top;
}

/* FATTURA formato PDF */

.TableFatturaPDF th, .TableFatturaPDF {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	rem border: 1px solid #E0DFE3;
	rem background-color: #f6f6f6;
	background-color: #ffffff;
	border-collapse: collapse;
	border: 0.2px solid black;
	border-top: 0.2px solid black;
	border-bottom: 0.2px solid black;
	border-left: 0.2px solid black;
	border-right: 0.2px solid black;
}

.TableFatturaPDF tr, .TableFatturaPDF td {
	font-family: Verdana, sans-serif;
	border: 0.5px solid black;
	rem background-color: #f6f6f6;
	background-color: #ffffff;
	border-collapse: collapse;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0.2px solid black;
	border-right: 0.2px solid black;
}

.FatturaIntestazione1PDF {
	font-family: Verdana, sans-serif;
	line-height: 14px;
	font-size: 14px;
	vertical-align: top;
}

.FatturaIntestazione2PDF {
	font-family: Verdana, sans-serif;
	line-height: 14px;
	font-size: 14px;
	vertical-align: top;
}

.FatturaVociPDF {
	font-family: Verdana, sans-serif;
	line-height: 16px;
	font-size: 14px;
	vertical-align: top;
}

.fatturazione-archivio .logo-print {
	display: none;
}


/********************
Level 2
********************/


.Printbody .TableStandard {
	border: 0;
}
.Printbody .TitoloPagina {
	background-color: #FF6600;
	color: #FFFFFF;
}

.Printbody .logo-header .spazio-header,
.Printbody .menu-container,
.Printbody .page-content {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
 .ui-widget-content.ui-jqgrid {
	border-left-width: 1px;
	border-right-width: 1px;
}

.Printbody .logo-header .spazio-header,
.Printbody .menu-container,
.Printbody .page-content {
	box-shadow: 0;
}


/********************
Level 3
********************/

