@font-face {
    font-family: 'faSolid';
    src: url('../../fonts/fa-solid-900.ttf') format('truetype');
    /* font-weight: 18px; */
    /* font-style: normal; */
}

@media print {
    @page {
        size: A1|A2|A3|A4|A5 landscape; /* auto is default portrait; */
		margin: 0 !important;
    }
	body {
        padding: 75px; /* This will act as your margin. Originally, the margin will hide the header and footer text. */
    }
}

.fasolid
{
  font-family: 'faSolid';
}

.tableHeadSelect
{
	/* position: float; */
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100px;
	display: none;
	z-index: 1001;
	background: #333333;
}






button.normale
{
	
}


/* GLOBAL SIZE4 */
button.globalSize4
{
	min-height: 20px;
	height: 0;
	font-size: 10px;
}
label.globalSize4
{
	min-height: 20px;
	height: 0;
	font-size: 10px;
}
td.globalSize4
{
	padding: 0;
	font-size: 10px;
}
li.globalSize4
{
	min-height: 20px;
	height: 0;
	font-size: 10px;
}
div.globalSize4
{
	min-height: 20px;
	height: 0;
	font-size: 10px;
}

/* GLOBAL SIZE3 */
button.globalSize3
{
	min-height: 20px;
	height: 0;
	font-size: 12px;
}
label.globalSize3
{
	min-height: 20px;
	height: 0;
	font-size: 12px;
}
td.globalSize3
{
	padding: 0;
}
li.globalSize3
{
	min-height: 20px;
	height: 0;
	font-size: 12px;
}
div.globalSize3
{
	min-height: 20px;
	height: 0;
	font-size: 12px;
}
