/**
 * Report CSS.
 * 
 * @author  Mario Sakamoto <mskamot@gmail.com>
 * @license MIT http://www.opensource.org/licenses/MIT
 * @see     https://wtag.com.br/divmon
 * @version 1.0.0, 26 Jul 2014
 */
@page { 
	size: A4 landscape; 
	margin: 0;
}

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
}

table { 
	margin: 0 auto;
	/* width: 793.7px !important; */
	width: 1123px !important;
}

* { font-size: 12px !important; }

h1 { font-size: 14px !important; }

@media only screen and (min-width: 960px) {

	.dv-print { display: none;background: #000; }

}

@media print {
	
	table { width: 100% !important; }

	thead {
		display: table-header-group;
		position: relative;
		top: 0;
	}

	tfoot {
		display: table-footer-group;
		position: relative;
		top: 0;
	}
	
	tr { page-break-inside: avoid; }
	
		td { vertical-align: baseline; }
	
	.dv-no-print { display: none; }
	
}

/*
 * Tag
 */
.gz-red-tag { 
	padding: 0 8px;
	border-radius: 15px; 
	color: #ef5350;
	border: solid 1px #ef5350;
}

.gz-green-tag { 
	padding: 0 8px;
	border-radius: 15px; 
	color: #009688;
	border: solid 1px #009688;
}

.gz-blue-tag { 
	padding: 0 8px;
	border-radius: 15px; 
	color: #1e88e5; 
	border: solid 1px #1e88e5;
}

.gz-yellow-tag { 
	padding: 0 8px;
	border-radius: 15px; 
	color: #f4b400;
	border: solid 1px #f4b400;
}

.gz-gray-tag { 
	padding: 0 8px;
	border-radius: 15px; 
	color: #9e9e9e;
	border: solid 1px #9e9e9e;
}