<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen{
	*, *:before, *:after {
		box-sizing:border-box;
		-moz-box-sizing: border-box;
	}
		
	body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 18px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	}
	
	
	#cabecalho:after, #cabecalho:before {
		clear: both;
		content: "";
		display: table;
		line-height: 0;
	}
	
	#cabecalho {
	clear: both;
	padding-bottom: 30px;
	padding-top: 75px;
	text-align: center;
	background-color: #FFFFFF;
	}
	
	#menu_flutuante {
	height: 50px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	display: table;
	text-align: center;
	background-color: #FFFFFF;
	}
	
	#menu_flutuante img{
		vertical-align:middle;
	}
	
	.row:after{
		clear: both;
	}
	
	
	.row:before, .row:after{
		content: " ";
		display: table;
	
	}
	.row {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.col-lg-2, .col-lg-4, .col-lg-7 , .col-lg-12{
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		float: left;
	}
	
	.col-lg-2 {
		width: 50%;
	}
	
	.col-lg-4 {
		width: 33.3333%;
	}
	
	.col-lg-7 {
		width: 58.3333%;
	}
	
	.col-lg-12{
		width: 100%;
	}
	
	label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	color: #000000;
	font-size: x-large;
	}
	
	h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 5px;
	color: #000000;
	}
	
	.btn-lg {
		border-radius: 6px;
		font-size: 18px;
		line-height: 1.33;
		padding: 10px 16px;
	}
	
	.btn-success {
		background-color: #5CB85C;
		border-color: #4CAE4C;
		color: #FFFFFF;
	}
	
	
	.btn-primary {
		background-color: #428BCA;
		border-color: #357EBD;
		color: #FFFFFF;
	}
	
	.btn {
		-moz-user-select: none;
		background-image: none;
		border: 1px solid rgba(0, 0, 0, 0);
		border-radius: 4px;
		cursor: pointer;
		display: inline-block;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.42857;
		margin-bottom: 0;
		padding: 6px 12px;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
	}
	
	.form-group {
		margin-bottom: 15px;
	}
	
	.form-control, .form-control-nota, .form-control-uf {
		background-color: #FFFFFF;
		background-image: none;
		border: 1px solid #CCCCCC;
		border-radius: 4px;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
		color: #555555;
		display: block;
		font-size: 14px;
		height: 50px;
		line-height: 1.42857;
		padding: 6px 12px;
		transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
		width: 100%;
	}
	
	.form-control-nota{
		width: 50px;
	}
	
	.form-control-uf{
		width: 150px;
		text-align:center;
		vertical-align:middle;
	}
	
	input, button, select, textarea {
		font-family: inherit;
		font-size: 24px;
		line-height: inherit;
	}
	input {
		line-height: 20px;
	}
	
	button, input, optgroup, select, textarea {
		color: inherit;
		font: inherit;
		margin: 0;
	}
	
	.form-control::-moz-placeholder {
		color: #999999;
		opacity: 1;
	}
	
	.erro {
		background: url("imagens/ui-bg_gloss-wave_45_e14f1c_500x100.png") repeat-x scroll 50% top #E14F1C;
		border: 1px solid #CD0A0A;
		color: #FFFFFF;
		padding:5px;
	}
	
	.advertencia {
		background: url("imagens/ui-bg_glass_55_f8da4e_1x400.png") repeat-x scroll 50% 50% #F8DA4E;
		border: 1px solid #FCD113;
		color: #915608;
		padding:10px;
		padding:5px;
	}
	
	
	table tr td{
		font-size: 14px;
		height: 40px;
		list-style-position: inside;
	}
	
	table tr.dif td{
		background-color:#F7F7F7;
	}
	
}
</pre></body></html>