/* FONTE LOGO CREA-CE*/
@font-face {
	font-family: 'FuturaXK';
	font-style: normal;
	font-weight: 300;
	src: url("/ietice/javax.faces.resource/fonts/futuraxk.ttf.xhtml");
}

#contadorSessao {
	border: 0px;
	width: 52px;
	background-color: #f0f3f5;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

.botao {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 200px !important;
}

.botao12 {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 250px !important;
}

.botao2 {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 300px !important;
}

.botao21 {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 350px !important;
}

.botao3 {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 500px !important;
}

.botao4 {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 700px !important;
}

.negrito {
	font-weight: bold;
}

.italico {
	font-style: oblique;
}

.tituloP {
	font-size: 12px;
}

.titulo1 {
	font-size: 18px;
}

.titulo2 {
	font-size: 20px;
}

.titulo3 {
	font-size: 22px;
}

.titulo4 {
	font-size: 24px;
}

.titulo5 {
	font-size: 26px;
}

.titulo6 {
	font-size: 30px;
}

.titulo7 {
	font-size: 34px;
}

.topo1 {
	margin-top: 10px;
}

.topo2 {
	margin-top: 20px;
}

.topo3 {
	margin-top: 30px;
}

.topo4 {
	margin-top: 40px;
}

.topo5 {
	margin-top: 50px;
}

.colunaC {
	text-align: center;
}

.colunaE {
	text-align: left;
}

.colunaD {
	text-align: right;
}

.colunaJ {
	text-align: justify;
}

.azulTema {
	color: #2f8ee5;
}

.azul {
	color: blue;
}

.vermelho {
	color: red;
}

.vermelhoClaro {
	color: #ff8080;
}

.verde {
	color: green;
}

.branco {
	color: white;
}

.preto {
	color: black;
}

.laranja {
	color: orange;
}

.cinza {
	color: #5f666c;
}

.circuloImagem {
	background-color: #aaa;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: relative;
	border: 1px solid black;
}

.circuloImagem img {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.retanguloImagem {
	background-color: #aaa;
	border-radius: 0%;
	width: 150px;
	height: 200px;
	overflow: hidden;
	position: relative;
	border: 1px solid black;
}

.retanguloImagem img {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.retanguloAssinaturaImagem {
	background-color: #aaa;
	border-radius: 0%;
	width: 100%;
	height: 105px;
	overflow: hidden;
	position: relative;
	border: 1px solid black;
}

.retanguloAssinaturaImagem img {
	position: absolute;
	bottom: 0;
	width: 100%;
}

body .booleanCheckbox.ui-chkbox {
	width: auto;
}

body .booleanCheckbox .ui-chkbox-box {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

body .booleanCheckbox .ui-chkbox-label {
	vertical-align: middle;
	margin-top: 0;
}

@media print {
	#naoImprimir {
		display: none;
	}
	#rodapeE {
		position: fixed;
		bottom: 0;
	}
	#rodapeD {
		position: fixed;
		bottom: 0;
		transform: rotate(-90deg);
		margin-left: 460px;
		margin-bottom: 250px;
		width: 500px;
		font-size: 7px;
	}
	#cabecalho {
		height: 100px;
	}
	#rodape {
		height: 80px;
	}
}

@media screen {
	#rodapeE {
		display: none;
	}
	#rodapeD {
		display: none;
	}
}

.textoMenor {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: 15px;
	text-align: center;
}

#cabecalho {
	width: 600px;
}