@media screen {
	.noscreen {
		display: none;
	}
}

@media print {

	* {
		font-family: "Century Gothic", Arial, Helvetica;
	}
	
	.noprint, .no-print, .btn, .datepicker, .alert-error, .header_principal, .navbar, .modal, footer, hr, button {
		display: none !important;
	}
	
	@page { 
	    size: A4;
	    margin: 16mm 10mm 16mm 10mm;  
	}
	
	a[href]:after {
		display: none;
		visibility: hidden;
	}
	 	
	abbr[title]:after {
		display: none;
		visibility: hidden;
	}
	 	
	input, select, textarea, .add-on {
		border: none !important;
		border-width: 0;
		box-shadow: none;
	}
	
	.dataEmissao {
	    width: 100px;
	    border: 1px solid;
	    height: auto;
	    float: right;
	    text-align: center;
	    margin-bottom: 0px;
    }
    
    .semQuebra {
		page-break-inside: avoid;
    }
	
	label {
		font-weight: bold;
	}
	
	table {
		width: 100%;
	}
	
	table, td, th {
		border-style: solid;
		border-width: thin;
		border-color: gray;
		border-collapse: collapse;
	}
	
	h1, h2, h3, h4, h5 {
		text-align: center;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
	h1 {
		margin-top: 40px;
	}
	
	h2 {
		margin-top: 15px;
	}
}