@media print{

	body {
			background-color: white; /* background color */
			font-size: small; /* font size - DO NOT CHANGE! */
		}
	.sidenav-main,.navbar-list,.page-footer,
	.block-azioni ,.items-convalida-ddt, .no-print, .btn-large, .btn-floating{display: none !important;}

	h3  {
    font-size: 20px;
    color: #423c37;
}
	h3  {
    font-size: 14px;
}

	#main {  padding-left: 0px;  }

	.navbar .header-search-wrapper {
		position: relative;
		display: inline-block;
		width: -webkit-calc(100% - 600px);
		width: -moz-calc(100% - 600px);
		width: calc(100% - 600px);
		height: 40px;
		margin: 20px auto 0 20px;
	}

		.table td, .table th {
			font-size: 12px;
		}

		.table {
			margin-bottom: 0px;
		}

		.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
			padding: 5px;
			line-height: 1.22857;
			vertical-align: top;
			border-top: 0.5px solid #e7ecf1;
		}

		.table>tbody>tr:first-child>td  {

			border-top-style: none;
		}

		.panel-body {
			padding: 8px;
		}


		.panel {
			 margin-bottom: 10px;
		}

	.panel-heading a, .panel-heading a:active, .panel-heading a:focus, .panel-heading a:hover, .panel-title {
			font-size: 14px;
			font-weight: bold;
			color: #fff !important;
			-webkit-print-color-adjust: exact;


		}

	.panel-default>.panel-heading {
		color: #fff !important;
		background-color: #AAAAAA !important;
		border-color: #ddd !important;
		-webkit-print-color-adjust: exact;
	}


		.col-print-1 {width:8% !important;  float:left;}
		.col-print-2 {width:16% !important; float:left;}
		.col-print-3 {width:25% !important; float:left;}
		.col-print-4 {width:33% !important; float:left;}
		.col-print-5 {width:42% !important; float:left;}
		.col-print-6 {width:50% !important; float:left;}
		.col-print-7 {width:58% !important; float:left;}
		.col-print-8 {width:66% !important; float:left;}
		.col-print-9 {width:75% !important; float:left;}
		.col-print-10{width:83% !important; float:left;}
		.col-print-11{width:92% !important; float:left;}
		.col-print-12{width:100% !important; float:left;}


		.task-cat{
			color: #424242;
			background-color: #dcdcdc;
		}


	hr {
		border: 0;
		border-top-style:none;
		border-bottom: 0;
		margin: 5px ;
	}



	.row .col.m1, .row .col.m2, .row .col.m3, .row .col.m4, .row .col.m5, .row .col.m6, .row .col.m7, .row .col.m8, .row .col.m9, .row .col.m10, .row .col.m11, .row .col.m12 {
        float: left;
   }
   .row .col.m12 {
        width: 100%;
   }
   .row .col.m11 {
        width: 91.66666667%;
   }
   .row .col.m10 {
        width: 83.33333333%;
   }
   .row .col.m9 {
        width: 75%;
   }
   .row .col.m8 {
        width: 66.66666667%;
   }
   .row .col.m7 {
        width: 58.33333333%;
   }
   .row .col.m6 {
        width: 50%;
   }
   .row .col.m5 {
        width: 41.66666667%;
   }
   .row .col.m4 {
        width: 33.33333333%;
   }
   .row .col.m3 {
        width: 25%;
   }
   .row .col.m2 {
        width: 16.66666667%;
   }
   .row .col.m1 {
        width: 8.33333333%;
   }

	.row .col.l1, .row .col.l2, .row .col.l3, .row .col.l4, .row .col.l5, .row .col.l6, .row .col.l7, .row .col.l8, .row .col.l9, .row .col.l10, .row .col.l11, .row .col.l12 {
        float: left;
   }
   .row .col.l12 {
        width: 100%;
   }
   .row .col.l11 {
        width: 91.66666667%;
   }
   .row .col.l10 {
        width: 83.33333333%;
   }
   .row .col.l9 {
        width: 75%;
   }
   .row .col.l8 {
        width: 66.66666667%;
   }
   .row .col.l7 {
        width: 58.33333333%;
   }
   .row .col.l6 {
        width: 50%;
   }
   .row .col.l5 {
        width: 41.66666667%;
   }
   .row > .col.l4 {
        width: 33.33333333%;
   }
   .row .col.l3 {
        width: 25%;
   }
   .row .col.l2 {
        width: 16.66666667%;
   }
   .row .col.l1 {
        width: 8.33333333%;
   }




}