/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/*PRINT CSS START*/
.print-table-striped tr:nth-child(odd) {
	background-color: #e5e5e5 !important;
}
.print-table-striped tr:nth-child(even) {
	background-color: #ffffff !important;
}
.print-table-full table {
	width: 100% !important;
}
.print-table-full tr,
.print-table-full td,
.print-table-full th {
	border: 1px solid black !important;
	border-collapse: collapse !important;
}
.print-table-condensed td,
.print-table-condensed th {
	padding: 0;
}
.hr-tracejado hr {
	border-top: 1px dashed #000;
	color: #fff;
	background-color: #fff;
	height: 4px;
}
/*PRINT CSS END*/

/*PRINT INICIO*/
@media print {
	/* print.css */
	*:not(#pop-document):not(#pop-document *):not(#livro-container):not(#livro-container *) {
		-webkit-print-color-adjust: exact !important;
		color: inherit !important;
		background: inherit !important;
	}
	body {
		line-height: 1.5;
		font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
		color: #000;
		background: none;
		font-size: 10pt;
		-webkit-print-color-adjust: exact !important;
	}
	.container {
		background: none;
		-webkit-print-color-adjust: exact !important;
	}
	.hr-tracejado {
		border-top: 1px dashed #000 !important;
		color: #fff !important;
		background-color: #fff !important;
		height: 4px !important;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	}
	code {
		font:
			0.9em 'Courier New',
			Monaco,
			Courier,
			monospace;
	}
	a img {
		border: none;
	}
	p img.top {
		margin-top: 0;
	}
	blockquote {
		margin: 1.5em;
		padding: 1em;
		font-style: italic;
		font-size: 0.9em;
	}
	.small {
		font-size: 0.9em;
	}
	.large {
		font-size: 1.1em;
	}
	.quiet {
		color: #999;
	}
	.hide {
		display: none;
	}
	.no-print {
		display: none;
	}
	.chartbar {
		display: none;
	}
	a:link,
	a:visited {
		background: transparent;
		font-weight: 700;
		text-decoration: underline;
	}
	a:link:after,
	a:visited:after {
		content: '';
	}

	#page {
		padding-top: 0px;
		margin-bottom: 100px;
	}

	.dataloop,
	.print-avoid-break {
		page-break-inside: avoid;
	}

	.print-hide,
	.chartbar,
	.filters,
	.btn:not(#pop-document .label):not(#livro-container .label),
	.page-title,
	.button-column,
	.pagination,
	#legend-list,
	.checkbox-column,
	.operacoes {
		display: none;
	}

	#canvas {
		width: 100%;
		height: 400px;
	}
}
/*PRINT FIM*/
