﻿.Bloco {
	display: block;
	border: solid transparent 1px;
	text-align: left;
	float: left;
	width: 100%;
}

.Linha {
	display: block;
	border: solid transparent 1px;
	text-align: left;
	float: left;
	width: 100%;
}

a {
	text-decoration: none !important;
}

.titulo-pagina {
	font-family: Verdana !important;
	font-size: 14pt !important;
	color: #003C79 !important;
}

.titulo-formulario {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: black;
}

.titulocampo-formulario {
	font-family: 'Segoe UI';
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}

.titulocampo-formulario {
	font-family: 'Segoe UI';
	font-size: 10pt;
	color: black;
}

.BlocoTituloPagina {
	text-align: left;
	width: 100%;
	border-bottom: solid 3px #8BA0BC; /*#003C79*/
	border-top: solid 3px transparent; /*#003C79*/
	margin-top: 15px;
	margin-bottom: 17px;
}

.Etapa {
	display: block;
	border: solid transparent 1px;
	text-align: left;
	width: 100%;
	/*min-height:455px;*/
}

.tabela-celula {
	display: table-cell;
	float: left;
	vertical-align: text-bottom;
	margin-right: 10px; /*height: 32px;*/
}

.padding-celula {
	padding-top: 6px;
}

.tabela-linha {
	display: table-row;
}

.titulo {
	font-family: "Segoe UI";
	Font-Size: 16pt;
	Color: #666666;
}

.bordaw8cima {
	border-top: solid 3px #8BA0BC; /*#003C79*/
}

.bordaw8baixo {
	border-bottom: solid 3px #8BA0BC; /*#8BA0BC*/
}

.tarja {
	height: 150px;
	background: url('../imagens/layout/bkgDireitaCinza.png') repeat-y right,url('../imagens/layout/bkgEsquerdaCinza.png') repeat-y left #003C79;
}

.conteudo-tarja {
	padding-top: 30px;
	padding-left: 60px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/*Esconde as divs para impressão*/
@media print {
	.ocultarPrint {
		display: none;
	}
}

/*Muda a cor da seleção do texto*/
::selection {
	background: #003C79;
	color: #FFFFFF;
	text-shadow: none;
}

.tituloOpcaoRelatorio {
	color: #666666;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
}

.editFormSemCloseButton {
	display: none;
}

/*Criado por YURI - RELATÓRIO*/
.popupComlinhaBOTTOM {
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 1px;
}

.headerPopup {
	font-family: Verdana;
	font-weight: normal;
	font-size: 14pt !important;
	color: #003C79 !important;
	text-align: Center;
	background-color: White;
	/*Para não ter que utilizar o headerTemplate da popup com div*/
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 1px;
	border-bottom: 3px solid #8Da0bc;
}
