@media print {
	:root {
		color-scheme: light !important;
		forced-color-adjust: none !important; /* opcional */
	}
	
	* {
		background:transparent !important;
		color:#000 !important;
		text-shadow:none !important;
		filter:none !important;
		-ms-filter:none !important;
	}
	body {
		background:#fff !important;
		margin:0;
		padding:0;
		line-height: 1.4em;
	}
	.ComponentHelpLink, .btn {
		display: none;
	}
	@page {
		margin: 2cm 1.5cm 2cm 1.5cm;
	}
	a:link:after, a:visited:after {
		content: "";
	}
	a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	p a {
		word-wrap: break-word;
	}
	p {
		widows: 3;
		orphans: 3;
	}
	input [type="text"] {
		border: 1px solid #333 !important;
	}
	#panel-task-component, #sidebar-menu, #reorder-tag {
		display: none;
	}
	#page-wrapper {
		margin: 0;
		border: 0;
	}
	.no-print {
		display: none;
	}	
	.FieldHint {
		display: none;
	}
	.form-header{
		background-color: #cfcfcf !important; 
		color: #000 !important;
		-webkit-print-color-adjust: exact; 
		margin-top: 5px;
	}
	.form-control:required {
		border-color: #ccc !important;
	}
	.FormData {
		padding: 6px 12px;
		border-radius: 4px;
		border: 1px solid #ccc !important;
		width: 100% !important;
		display: inline-block;
		line-height: 1.42857143;
		height: auto;
	}
	.required-indicator {
		display: none;
	}
	.TextBlue a {
		color: #000 !important;
	}
	.formfield-row {
		padding: 0;
		margin-top: 0;
		break-after: avoid-page;
		page-break-after: avoid;
		page-break-inside: avoid;
	}	
	.form-required-legend {
		display: none;
	}
	.text-muted {
		display: none;
	}
	#event-admin-info {
		display: none;
	}
	#TR_HEADER_AUDIT,
	#TR_CREATOR,
	#TR_CREATETIME,
	#TR_CREATETIME,
	#TR_UPDATOR,
	#TR_UPDATETIME,
	#TR_UPDATETIME,
	#TR_CREATEADDR,
	#TR_UPDATEADDR {
		display: none;
		
	}
	/* TR_FLG_COBRANCA_ATIVA_INS */
	#TR_FLG_COBRANCA_ATIVA_INS, 
	#TR_EXPORT, 
	#TR_TERMO_COMPRA, 
	#TR_VLR_TARIFA_COBINS,
	#TR_VLR_TAXA_EVENTIZE_COBINS,
	#TR_VLR_REPASSE_COBINS,
	#TR_HINT_FINANCEIRO,
	#TR_FLG_COBRANCA_ATIVA_INS,
	#TXT_DESCONTO_COBINS_VALUE,
	#btn-altera-atividades {
		display: none;
	}
	
	#menu_3	ul.tabs {
		display: none;
	}

	.olark-attention-grabber {
		display: none;
	}

	#painel-validacao_inscricao {
		display: none;
	}

	.page-header {
		display: none;
	}
}
