@charset "iso-8859-1";
/* CSS Document */
/*=========================================================================*\
                             Formato, Design
\*=========================================================================*/
/*------------------------------------*\
          Margens e fonte
\*------------------------------------*/
.iclass, /* inicio-class - usado pela Área - página inicial*/
.bclass, /* blue-class - usado pela Área - partes comuns*/
.pclass, /* purple-class - usado pela Especialização*/
.gclass, /* green-class - usado pelo Departamento*/
.rclass,/* red-class - usado pelo PPGH*/
.broclass, /* brown-class - usado pelo Graduação*/
.pinkclass, /* pink-class - usado pelo Mestrado Profissional*/
.grayclass, /* gray-class - usado pelo SAAH*/
.seaclass { /* sea-class - usado pela Seleção do PPGH*/
	margin: 0px;
	font-family: 'Scada', sans-serif;
}
/*------------------------------------*\
          Largura do Site
\*------------------------------------*/
header .pagetopo,
nav .menu_barra,
nav .menu_barra-sis,
.page,
.iclass .banner,
.conteudo-inicio,
.first,
footer .tamanho {
	width: 960px;
}
/*------------------------------------*\
          Backgroung texture
\*------------------------------------*/
.iclass,
.iclass header,
.iclass footer,
.bclass header,
.bclass nav,
.bclass footer {
	background-image: url(../images/bblue.png);
}
.pclass header,
.pclass nav,
.pclass footer {
	background-image: url(../images/bpurple.png);
}
.gclass header,
.gclass nav,
.gclass footer {
	background-image: url(../images/bgreen.png);
}
.rclass header,
.rclass nav,
.rclass footer {
	background-image: url(../images/bred.png);
}
.broclass header,
.broclass nav,
.broclass footer {
	background-image: url(../images/bbrown.png);
}
.grayclass header,
.grayclass nav,
.grayclass footer {
	background-image: url(../images/bgray.png);
}
.pinkclass header,
.pinkclass nav,
.pinkclass footer {
	background-image: url(../images/bpink.png);
}
.seaclass header,
.seaclass nav,
.seaclass footer {
	background-image: url(../images/bsea.png);
}
/*------------------------------------*\
                header
\*------------------------------------*/
header {
	color: #FFF;
	height: 140px;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EABA73;
}
header .pagetopo {
	margin-right: auto;
	margin-left: auto;
}
/*logo*/
header .logo {
	float: left;
	margin-top: 20px;
	width: 320px;
	height: 80px;
	padding: 5px;
}
header .logo img {
	border:0px;
}
header .logo a {
	color: #FFF;
	text-decoration: none;
}
header .logo .uff {
	float: left;
}
header .logo .uff-b {
	display: none;
}
header .logo .hist {
	font-size: 350%;
	font-weight: bold;
	line-height: 60px;
	margin-top: -4px;
	width: 250px;
	float: left;
}
header .logo .localatual {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 88%;
	text-align: right;
	clear: both;
}
/*Login*/
header .login {
	height: 80px;
	width: 220px;
	float: left;
	padding: 10px;
	margin-top:20px;
	margin-left: 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
header input[type='text'], header input[type='password'] {
	width:140px;
}
header .login h1 {
	font-size:75%;
	margin-top:0;
}
header .login p {
	margin:0;
	font-size:75%;
}
header .login a {
	color:#FFF;
	text-decoration:none;
}
header .login a:hover {
	color:#EABA73;
	text-decoration:none;
}
/*busca*/
header .busca {
	float: right;
	width: 270px;
	padding: 0.5em;
}
header .busca h1 {
	font-size:75%;
	margin-top: 10px;
}
/*------------------------------------*\
          nav site e sistema
\*------------------------------------*/
nav {
	clear: both;
	color: #FFF;
}
nav a {
	text-decoration:none;
	color:#FFF;
}
nav .menu_barra,
nav .menu_barra-sis {
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 36px;
}
nav .menu_barra-sis {
	font-size:75%;
	height: 20px
}
nav .menu_barra-sis a {
	text-decoration:none;
	color:#FFF;
}
nav .menu_barra-sis-right {
	float:right;
	text-align:right;
}
nav .menu_barra-sis-left {
	float:left;
}
/*Conteúdo Design======================================================*/
.page {
	margin-right: auto;
	margin-left: auto;
}
.content {
	width: 570px;
	min-height: 400px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	/*margin-bottom: 20px;*/
}
.content-saah,
.content-selecao {
	width: 100%;
	min-height: 300px;
	/*margin-bottom: 20px;*/
}
.content-saah .icon {
	float: left;
	height: 100px;
	width: 120px;
	vertical-align: text-top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding:5px;
	font-size:120%;
	line-height:12px;
}
.content-saah .icon a,
.content-saah .icon a:hover {
	color:#666;
	font-weight:normal;
	font-size: 70%;
}
.content h1,
.content-saah h1 {
	font-size:170%;
}
.content h2,
.content-saah h2 {
	font-size:110%;
}
.content h3,
.content-saah h3 {
	font-size:80%;
}
.content h4,
.content-saah h4 {
	font-size:75%;
}
.content-saah a {
	color: #666666;
	text-decoration: none;
}
.content img,
.content-saah img,
.content-saah .icon {
	border:0px;
}
.coluna-link {
	width: 150px;
	float: left;
	margin-top: 20px;
}
.coluna-link a {
	text-decoration: none;
	color: #999;
}
.coluna-link ul {
	font-size: 78%;
	color: #666;
	line-height: 30px;
	margin-left: -15px;
}
.coluna-link li {
	list-style-image: url(../images/close-tag-gray.png);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	list-style-position: inside;
}
.banners-destaques {
	width: 160px;
	float: right;
	margin-top: 20px;
}
.banners-destaques img {
	padding: 5px;
	border:0px;
}
.banners-destaques a {
	text-decoration: none;
}
/*Conteúdo===========================================================*/
.texto p {
	text-align: justify;
	text-indent: 3em;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	
}
.limpa {
	clear:both;
}
.direito {
	text-align:right;
}

/*Tamanhos de fonte*/
.menor-simples-10 {
	font-size:90%;
}
.menor-simples-20 {
	font-size:80%;
}
.menor-simples-30 {
	font-size:70%;
}
.menor-simples-40 {
	font-size:60%;
}
.menor-simples-50 {
	font-size:50%;
}
/*Links Content*/
.content a,
.content-saah a,
.content-selecao a {
	color: #00468C;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover,
.content-saah a:hover,
.content-selecao a:hover {
	color:#900;
}
/*listagem do banco*/
.listagem {
	font-size:80%;
	padding:2%;
}
.listagem a {
	font-size:100%;
}
.listagem table {
	width:100%;
	border-collapse:collapse;
}
.listagem th,
.listagem td {
	border-collapse:collapse;
}
.listagem td {
	border-bottom: 1px dashed #CCCCCC;
	height:20px;
	padding:5px;
}
.listagem th {
	text-align: left ! important;
	padding: 5px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #646464;
}
/*botão voltar*/
.btn-voltar a {
	background: #a6a9ab;
	background-image: -webkit-linear-gradient(top, #a6a9ab, #46484a);
	background-image: -moz-linear-gradient(top, #a6a9ab, #46484a);
	background-image: -ms-linear-gradient(top, #a6a9ab, #46484a);
	background-image: -o-linear-gradient(top, #a6a9ab, #46484a);
	background-image: linear-gradient(to bottom, #a6a9ab, #46484a);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	text-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	color: #ffffff;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	border: solid #000000 1px;
	text-decoration: none;
	float:right;
	margin-right:30px;	
}
.btn-voltar a:hover {
	background: #cdcecf;
	background-image: -webkit-linear-gradient(top, #cdcecf, #8f8f8f);
	background-image: -moz-linear-gradient(top, #cdcecf, #8f8f8f);
	background-image: -ms-linear-gradient(top, #cdcecf, #8f8f8f);
	background-image: -o-linear-gradient(top, #cdcecf, #8f8f8f);
	background-image: linear-gradient(to bottom, #cdcecf, #8f8f8f);
	text-decoration: none;
	color:#ffffff !important;
}
.btn-azul a {
	font-size:14px;
	padding: 10px 20px 10px 20px;
}
.btn-azul-menor a,
.bbuscar input[type="submit"] {
	font-size:10px;
	padding: 5px 10px 5px 10px;
}
.btn-azul a,
.btn-azul-menor a,
.bbuscar input[type="submit"] {
	/*font-size:14px;*/
	font-weight:bold;
	/*text-transform: uppercase;*/
	color:#fff;
	border: solid #3a77a4 1px;
	background:#5393c2;
	/* gradient */
	background: -moz-linear-gradient(top, #5393c2 40%, #3a77a4);
	background: -webkit-linear-gradient(top, #5393c2 40%, #3a77a4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5393c2', endColorstr='#3a77a4');
	/* corner */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* shadow */
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	text-decoration: none;
	/*padding: 10px 20px 10px 20px;*/
}
.btn-azul a:hover,
.btn-azul-menor a:hover,
.bbuscar input[type="submit"]:hover {
	background:#70aedd;
	/* gradient */
	background: -moz-linear-gradient(top, #70aedd 40%, #69a4d0);
	background: -webkit-linear-gradient(top, #70aedd 40%, #69a4d0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#70aedd', endColorstr='#69a4d0');
	/* shadow */
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow:  0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
	color:#ffffff !important;
	text-decoration: none;
}
.clear {
	clear:both;
}

/*--------------------------BBuscar----------------------------*/
/* Botões acima*/
.bbuscar label, .bbuscar .links {
	font-variant: small-caps;
	font-weight: bold;
}
.bbuscar input[type="text"] {
	width:90%;
	padding:5px;
	background-color:#FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 5px;
}

.bbuscar, .barraid {
	border: 1px solid #C6C6C6;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 95%;
	clear: both;
	background-color:#E5E5E5;
	padding:2%;
}
.bbuscar .links {
	margin-top: 2px;
	margin-bottom: 0px;
	text-align:center;
	clear:both;
}
.bbuscar .caixa90 {
	width: 89%;
	padding:0px;
	float:left;
}
.bbuscar .caixa10 {
	width: 9%;
	padding:0px;
	float:left;
}

.barraid .foto {
	float:left;
	width: 130px;
	height: 160px;
	text-align:center;
	font-size:80%;
	font-weight:bold;
}
.barraid .lateral {
	float:left;
	height: 160px;
	margin-left: 20px;
}

/*Página Notas PPGH*/
.notas input[type='text']{
	width:35px;
	text-align:center;
}
/*Páginas Seleção PPGH*/
.selecao-site table {
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
	text-align: center;
	border-collapse: collapse;
	width:80%
}
.selecao-site th {
	font-weight: bold;
	padding: 1%;
	background-color: #FFECEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
.selecao-site td {
	padding: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
/*=========================================================================*\
                  Novas Páginas Seleção PPGH - Estilos especiais
\*=========================================================================*/
/*depois do login candidatos*/
.s-escolha-ativa a {
	width:250px;
	height:100px;
	line-height:25px;
	background: #3d949e;
	background-image: -webkit-linear-gradient(top, #3d949e, #014F59);
	background-image: -moz-linear-gradient(top, #3d949e, #014F59);
	background-image: -ms-linear-gradient(top, #3d949e, #014F59);
	background-image: -o-linear-gradient(top, #3d949e, #014F59);
	background-image: linear-gradient(to bottom, #3d949e, #014F59);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	-webkit-box-shadow: 3px 4px 6px #666666;
	-moz-box-shadow: 3px 4px 6px #666666;
	box-shadow: 3px 4px 6px #666666;
	color: #ffffff;
	font-size: 20px;
	padding: 10px;
	border: solid #033b59 1px;
	text-decoration: none;
	float:left;
	text-align:center;
	margin:20px;
}
.s-escolha-ativa a:hover {
	background: #56b6c7;
	background-image: -webkit-linear-gradient(top, #56b6c7, #2d9fa3);
	background-image: -moz-linear-gradient(top, #56b6c7, #2d9fa3);
	background-image: -ms-linear-gradient(top, #56b6c7, #2d9fa3);
	background-image: -o-linear-gradient(top, #56b6c7, #2d9fa3);
	background-image: linear-gradient(to bottom, #56b6c7, #2d9fa3);
	text-decoration: none;
	color: #ffffff;
}
.s-escolha-inativa {
  	width:250px;
	height:100px;
	line-height:25px;
	background: #a3a3a3;
	background-image: -webkit-linear-gradient(top, #a3a3a3, #4a4a4a);
	background-image: -moz-linear-gradient(top, #a3a3a3, #4a4a4a);
	background-image: -ms-linear-gradient(top, #a3a3a3, #4a4a4a);
	background-image: -o-linear-gradient(top, #a3a3a3, #4a4a4a);
	background-image: linear-gradient(to bottom, #a3a3a3, #4a4a4a);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	-webkit-box-shadow: 3px 4px 6px #666666;
	-moz-box-shadow: 3px 4px 6px #666666;
	box-shadow: 3px 4px 6px #666666;
	color: #595959;
	font-size: 20px;
	padding: 10px;
	border: solid #333333 1px;
	text-decoration: none;
	float:left;
	text-align:center;
	margin:20px;
}
/*Barra de acompanhemtno de inscrição*/
.s-barra {
	width: 940px;
	height: 40px;
	margin-right:auto;
	margin-left:auto;
	border: 1px solid #000000;
	text-align:center;
}
.s-barra-info {
	width: 940px;
	height: 20px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-30px;
	text-align:center;
}
.s-percentil {
	/*width:<?=$perc?>%; === só funciona na própria página por causa da variável*/
	height:40px;
	background-color:#D79D9E;
}
.s-toolbar {
	width: 920px;
	height:40px;
	line-height:40px;
	padding: 0px 10px 0px 10px;
	background-color:#ECE8E8;
	border: 1px solid #000000;
	border-radius:3px;
	margin-bottom:30px;
	margin-right:auto;
	margin-left:auto;
}
.s-toolbar-id {
	float:left;
}
.s-toolbar-nav {
	float:right;
}
.s-toolbar-encerrar {
	text-align:center;
	margin-top:60px;
}
.s-acompanhamento{
	margin-bottom:50px;
	margin-top:50px;
}
.s-acompanhamento table {
	border-collapse:collapse;
}
.s-acompanhamento th {
	background-color:#AFAFAF;
	border-bottom: 2px solid #000000;
	padding: 4px 2px 4px 2px;
	text-align:left;
}
.s-acompanhamento td {
	border-bottom: 1px solid #000000;
	height:60px;
}
.s-upload {
	width:700px;
	height:150px;
	margin-bottom:40px;
}
.s-up-imagem {
	width:128px;
	height:128px;
	float:left;
	text-align:center;
}
.s-imagem-enviada {
	border: 2px solid #9E9E9E;
	border-radius:3px;
	width:94px;
	height:128px;
	margin-left:auto;
	margin-right:auto;
}
.s-up-form {
	float:left;
	width:550px;
	padding-left:20px;
}
/*Inscrição Seleção - Visão da Secretaria Especiais*/
.sn-confirmacao h3 {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 30px;
	font-size:110%;
}
/*Inscrição Seleção - Visão da Secretaria Especiais - Página detalhes de candidatos*/
.sn-candidato .identificacao,
.sn-candidato .documentos,
.sn-candidato .confirmacoes,
.sn-candidato .controleinscricao,
.sn-candidato .mensagens {
	margin-bottom: 15px;
	padding: 2%;
	width: 95%;
	clear: both;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #D4D4D4;
	border-style: solid;
	border-width: 1px;
	color: #5B5B5B;
	background-color: #F4F4F4;
}
.sn-candidato h1 {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: right;
}
.sn-candidato .identificacao .foto {
	width: 15%;
	float: left;
}
.sn-candidato .identificacao .dados {
	float: left;
	width: 85%;
}
.sn-candidato .documentos .docs {
	width: 130px;
	float: left;
	text-align: center;
	font-size: 80%;
	height:190px;
}
.sn-candidato .tit {
	font-weight: bold;
	display:block;
}
.sn-candidato .dado {
	line-height: 20px;
	padding: 4px;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #D4D4D4;
	border-style: solid;
	border-width: 1px;
	display:block;
	width:99%;
}
/*------------------------------------*\
    tabela resultados seleção
\*------------------------------------*/
.sn-resultados {
	font-size:65%;
	margin-bottom: 50px;
}
/*-tamanhos e bordas-*/
.sn-resultados table {
	border-collapse: collapse;
	border: 1px solid #333;
	width: 100%;
}
.sn-resultados table th,
.sn-resultados table td {
	border: 1px dotted #666;
	padding: 0.5em;
}
.sn-resultados table td {
	text-align:center;
}
.sn-resultados th[scope=col] {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}
.sn-resultados th+th[scope=col] {
	border-right: 1px dotted #666;
}
.sn-resultados th[scope=row] {
	border-right: 2px solid #333;
}
/*-cor de fundo-*/
/* Cor para todos os TH de linha de topo */ 
.sn-resultados th[scope=col] {
	color: #000000;
	background-color: #ADADAD;
}
/* Cor para todos os TH de linha de topo exceto o primeiro */
.sn-resultados th+th[scope=col] {
	color: #FFFFFF;
	background-color: #808080;
}
/* Cor para todos os TH de coluna esquerda */
.sn-resultados th[scope=row] {
	background-color: #CCCCCC;
	text-align:left;
}
/*======== Encerra Novas Páginas Seleção PPGH ========*/
/*Lista de Presença*/
.lista-presenca table {
	width: 99%;
	font-size: 95%;
	border: 1px solid #000000;
	border-collapse:collapse;
}
.lista-presenca th {
	font-weight: bold;
	background-color: #A4A4A4;
	text-align: center;
	border: 1px solid #000000;
	padding: 1%;
}
.lista-presenca td {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2%;
}
/*Tabelas comuns*/
.tabelas-comuns table {
	width: 99%;
	font-size: 78%;
	border: 1px solid #000000;
	border-collapse:collapse;
}
.tabelas-comuns th {
	font-weight: bold;
	background-color: #A4A4A4;
	text-align: center;
	border: 1px solid #000000;
	padding: 1%;
}
.tabelas-comuns td {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 1%;
}
/*Avisos Popup*/
.aviso-popup {
	font-family: 'Scada', sans-serif;
	padding: 5px;
	text-align: justify;
}
/*Publlicacoes PPGH*/
.publ-bloco {
	width:150px;
	height:270px;
	float:left;
	text-align:center;
	padding:10px;
	font-size:70%;
}
/*Destaques variados*/
.destaque-maroon {
	color: #800000;
	font-weight: bold;
}
.destaque-red {
	color: #F00;
	font-weight: bold;
}
.destaque-blue {
	color: #006699;
	font-weight: bold;
}
.destaque-gray {
	color: #7F7F7F;
	font-weight: bold;
}
.destaque-green {
	color: #003300;
	font-weight: bold;
}
.caixa-destaque-gray {
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #F4F4F4;
	padding:10px;
	font-weight:bold;
}
.caixa-destaque-gray-nobold {
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #F4F4F4;
	padding:10px;
}
.caixa-destaque-gray, 
.caixa-destaque-gray-nobold li {
	margin-bottom:15px;
}
/*caixas para tamanhos*/
.caixa-100-centro {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.caixa-80-centro {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
.caixa-50-centro {
	width: 50%;
	margin-left:auto;
	margin-right:auto;
}
/*caixas para colunas*/
.caixa-80 {
	width: 76%;
	padding-left:2%;
	padding-right:2%;
	float:left;
}
.caixa-60 {
	width: 56%;
	padding-left:1%;
	padding-right:1%;
	float:left;
}
.caixa-50 {
	width: 46%;
	padding-left:2%;
	padding-right:2%;
	float:left;
}
.caixa-40 {
	width: 36%;
	padding-left:1%;
	padding-right:1%;
	float:left;
}
.caixa-20 {
	width: 16%;
	padding-left:2%;
	padding-right:2%;
	float:left;
}
/*Posições de texto e imagens*/
.centralizado {
	text-align:center;
}
/*CPLAN antigos botões*/
.link_int {
	font-size: 90%;
	text-align: center;
	padding: 6px;
	width: 100%;
}
.linkbutton {
	margin: 2px;
	padding: 4px;
	border: 1px solid #333;
}
.linkbutton a {
	color: #06C;
	text-decoration: none;
}
.linkbutton a:hover{
	color: #900;
}
/*teses online*/
.teses-online {
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 4px;
}
/*Ficha com caixa semelhante a fieldset*/
.ficha .metade {
	width:50%;
	float:left;
}
.ficha .terco {
	width:33%;
	float:left;
}
.ficha p {
	line-height:30px;
	margin:0;
	font-size:95%;
}
.do {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.botao {
	width: 100px;
	float: right;
	margin: 1%;
	padding: 1%;
	text-align: center;
	border-radius: 5px;
	border-color:#333;
	border-style:solid;
	border-width:1px;
	background:#CCC;
}
.botao a {
	text-decoration:none;
	color:#000;
}
.caixa-set {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	margin-top: 30px;
	border-radius: 5px;
	background-color: #F4F4F4;
	padding-bottom: 1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1em;
}
.caixa-set .title {
    display: inline;
    background: #fff;
    padding: 5px 10px;
    position: relative;
    top: -1.5em;
	font-size:140%;
	font-weight:bold;
}
/*Página dos Professores*/
.ficha-pessoa {
	width:600px;
	margin-right:auto;
	margin-left:auto;
}
.ficha-pessoa .retrato {
	width: 130px;
	height: 150px;
	float: left;
}
.ficha-pessoa .dados-lateral {
	height: 130px;
	float: right;
	width:450px;
	padding:10px;
}
.ficha-pessoa .everything-else {
	clear: both;
	width: 600px;


	padding:10px;
}
.ficha-pessoa h1 {
	font-size:90%;
	margin-bottom:2px;
	margin-top:10px;
}
.ficha-pessoa p {
	margin-bottom:2px;
	margin-top:5px;	
}
/*Página Inicial do Site=============================================*/
.iclass .banner {
	/*height: 250px*/;
	/*width: 920px;*/
	margin-right: auto;
	margin-left: auto;
}
.iclass .conteudo-inicio {
	/*width: 920px;*/
	margin-right: auto;
	margin-left: auto;
}
.iclass .menu-aberto {
	width: 57%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.iclass .ma-item {
	width: 150px;
	float: left;
	margin: 8px;
	min-height:120px;
}
.iclass .ma-item a {
	color: #EABA73;
	text-decoration: none;
}
.iclass .ma-item p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 85%;
	color: #EABA73;
}
.iclass .ma-item h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EABA73;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EABA73;
	text-align: center;
}
.iclass .noticias {
	float: right;
	width: 43%;
	margin-top: 20px;
	height: 220px;
	margin-bottom: 10px;
}
.iclass .noticias h1 {
	margin-top: 7px;
	font-size: 120%;
	color: #FFF;
	margin-bottom: 5px;
}
.iclass .noticias a {
	color: #EABA73;
	text-decoration: none;
}
.iclass .noticias .caixa {
	overflow:auto;
	width: 100%;
	height: 220px;
	padding: 5px;
}
.iclass .noticias ul {
	margin-top: 0px;
	height: 300px;
}
.iclass .noticias li {
	margin-top: 0px;
	list-style-type: square;
	font-size: 85%;
	color: #FFF;
	text-align: justify;
	margin-bottom: 10px;
	margin-right: 10px;
}
.iclass .noticias .not-menor {
	font-size:70%;
	font-weight:bold;
}
/*Páginas Iniciais dos Grupos=======================================*/
.first {
	/*width: 920px;*/
	min-height: 540px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.first a {
	color: #003162;
	text-decoration: none;
	font-weight: bold;
}
.first-wrapper {
	float: left;
	width: 510px;
}
.first-banner {
	height: 250px;
	width: 510px;
}
.first-apresenta {
	float: left;
	height: 250px;
	width: 300px;
	margin-top: 10px;
	background-color: #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
.first-apresenta p {
	font-size: 90%;
	margin: 6px;
	text-align: justify;
	text-indent: 1.5em;
	line-height: 20px;
}
.first-contato {
	float: right;
	height: 250px;
	width: 160px;
	margin-top: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
.first-contato h1 {
	font-size: 85%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.first-contato p {
	font-size: 70%;
	margin: 0px;
}
.pclass .first-contato {
	background-color: #8C81BA;
}
.gclass .first-contato {
	background-color: #2BB55B;
}
.rclass .first-contato {
	background-color: #C16C6C;
}
.broclass .first-contato {
	background-color: #E09141;
}
.pinkclass .first-contato {
	background-color: #FFC1FB;
}
.first-noticias {
	float: right;
	width: 400px;
	height: 520px;
}
.first-noticias h1 {
	margin-top: 0px;
	font-size: 160%;
}
.first-noticias .caixa {
	overflow:auto;
	width: 390px;
	height: 480px;
	padding: 5px;
}
.first-noticias ul {/*rever*/
	margin-top: 0px;
}
.first-noticias li {/*rever*/
	margin-top: 0px;
	list-style-type: square;
	font-size: 85%;
	text-align: justify;
	margin-bottom: 10px;
	margin-right: 10px;
}
.first-noticias .not-menor {/*rever*/
	font-size:70%;
	font-weight:bold;
}
/*Footer============================================================*/
footer {
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	clear: both;
	padding-top: 4px;
}
footer .tamanho {
	/*width: 920px;*/
	margin-right: auto;
	margin-left: auto;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer .links {
	float: left;
	margin: 0px;
	padding: 0px;
}
footer .social {
	float: right;
	margin: 0px;
	padding: 0px;
}
/*sticky footer - desativado
html, body, .foot-less { height: 99.9%; }
body > .foot-less { height: auto; min-height: 99.9%; }
footer {
	height: 20px;
	margin-top: -23px;
}
.foot-less { padding-bottom: -20px; }*/
/*novo sticky footer */
html, body {
  height: 99.77%;
}
.foot-less {
  min-height: 99.77%;
  margin-bottom: -20px; /* altura negativa do footer */
}
.foot-less:after {
  content: "";
  display: block;
}
footer, .foot-less:after {
  height: 20px; /* altura do footer */
}
/*Abas de Inserção - Alunos=========================================*/
ul#linha_aba { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 3px 0 3px 0; /* set border COLOR as desired */
	list-style-type: none;
	padding-bottom: 27px;
	padding-left: 10px;
	border-bottom: 1px solid #C6C6C6;
}
ul#linha_aba li {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
ul#linha_aba li.aba { /* settings for selected tab */
	border: 1px solid #C6C6C6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #DFDFDF; /* set background color to match above border color */
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	margin-right: 5px;
	float: left;
}
ul#linha_aba li.ativa { /* settings for selected tab */
	background-color: #FFF; /* set background color to match above border color */
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	margin-right: 5px;
	float: left;
	color: #000;
	font-weight:bold;
	border-top: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #C6C6C6;
}
ul#linha_aba a {
	text-decoration: none;
	color: #000000;
}
/*rules for navigation menu=========================================*/
ul#navmenu, ul.sub1, ul.sub2 {
	list-style-type: none;
	font-size: 0.813em;
	margin: 0px;
	padding: 0px;
	z-index:20;
}
ul#navmenu li {
	width: auto;
	text-align: center;
	position: relative;
	float: left;
	}
ul#navmenu a {
	text-decoration: none;
	display: block;
	width: auto;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 100%;
	margin-right:10px;
	margin-right:10px;
	}
ul#navmenu .sub1 li {
	width: 166px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #838383;
	}
ul#navmenu .sub1 li:last-child {
	border:0;
}
ul#navmenu .sub1 a {
	background-color: #E6E6E6;
	width: 163px;
	color: #333;
	height: auto;
	line-height: 19px;
	font-size: 120%;
	font-weight: normal;
	text-transform: none;
	padding-left: 3px;
	}
ul#navmenu .sub2 a {
	font-size: 150%;
	}
ul#navmenu li:hover > a {
	background-color: #999;
	}
ul#navmenu li:hover a:hover {
	background-color: #B7B7B7;
	}
ul#navmenu ul.sub1 {
	display: none;
	position: absolute;
	}
ul#navmenu ul.sub2 {
	display: none;
	position: absolute;
	top: 0px;
	left: 166px;
	}
ul#navmenu li:hover .sub1 {
	display: block;
	}
ul#navmenu .sub1 li:hover .sub2 {
	display: block;
	}
/*Novo Seleção=======================================================*/
.s-pageone {
	width: 960px;
	height: 400px;
}
.s-pageone .s-criarlogin {
	width: 399px;
	height: 320px;
	float: left;
	padding:40px;
}
.s-pageone .s-logarse {
	width: 400px;
	height: 320px;
	float: left;
	border-right: 1px dashed #000000;
	padding:40px;
}
/*CSS Relatórios ====================================================*/
.relatorio-cabecalho {
	width: 100%;
	height: 71px;
	margin-bottom: 5px;
	font-family: 'Scada', sans-serif;
}
.relatorio-cabecalho .brasao {
	float: left;
}
.relatorio-cabecalho .cabecalho {
	text-align: center;
	font-size: 75%;
	top: 0px;
}
.relatorio-cabecalho .logo {
	float:right;
}
.relatorio-cabecalho .center {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}
.relatorio-page {
	clear:both;
	font-family: 'Scada', sans-serif;
	font-size:90%;
}
.relatorio-page h1 {
	text-align:center;
	font-size:120%;
	width:100%;
	margin-top:10px;
}
.relatorio-page h2 {
	text-align:center;
	font-size:100%;
	width:100%;
	margin-top:10px;
}
.relatorio-page .noprint {
	text-align:center;
}
.relatorio-page .caixa-cinza-100 {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #252525;
	background-color: #9F9D9D;
	padding: 1px;
}
.relatorio-page .caixa-100 {
	width:100%;
	clear:both;
	border-top: 1px solid #252525;
	border-right: 1px solid #252525;
	border-left: 1px solid #252525;
	margin-bottom: 10px;
	border-collapse:collapse;
}
.relatorio-page .caixa-80 {
	width: 78%;
	float: left;
	border-top: 1px solid #252525;
	border-right: 1px solid #252525;
	border-left: 1px solid #252525;
	margin-right: 4px;
	margin-bottom: 10px;
	border-collapse:collapse;
}
.relatorio-page .caixa-20 {
	width:18%;
	float:left;
	border-collapse:collapse;
}
.relatorio-page .foto {
	width:138px;
	height:166px;
	/*line-height:180px;*/
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #252525;
}
.relatorio-page .caixa-titulo {
	border-bottom: 1px solid #252525;
	background-color: #C7C7C7;
	line-height:23px;
	font-weight: bold;
}
.relatorio-page .linha-100,
.relatorio-page .linha-75,
.relatorio-page .linha-50,
.relatorio-page .linha-25 {
	border-collapse:collapse;
	border-bottom: 1px solid #252525;
	line-height:23px;	
}
.relatorio-page .linha-100 {
	width:100%;
	clear:both;
}
.relatorio-page .linha-75 {
	width:75%;
	float:left;
}
.relatorio-page .linha-50 {
	width:50%;
	float:left;
}
.relatorio-page .linha-25 {
	width:25%;
	float:left;
}
.relatorio-page .caixa-100 th,
.relatorio-page .caixa-100 td,
.relatorio-page .caixa-100 table {
	border-collapse:collapse;
	border-bottom: 1px solid #252525;
}
.relatorio-page .data,
.relatorio-page .assinatura {
	float:left;
	width:50%;
}
.relatorio-page .assinatura {
	border-top: 1px solid #252525;
	text-align:center;
	font-size:80%;
	font-weight:bold;
}

.relatorio-page .caixa-texto {
	font-size: 120%;
	margin-top: 70px;
	margin-bottom: 20px;
}
.relatorio-page .caixa-texto p {
	line-height: 30px;
	text-align: justify;
	text-indent: 45px;
}
.relatorio-page .caixa-texto h1 {
	font-size: 120%;
	margin-bottom: 70px;
}
.relatorio-page .data1 {
	width:100%;
	text-align:right;
	margin-top: 70px;
	margin-bottom: 30px;
}
.relatorio-page .assina {
	border-top: 1px solid #252525;
	width:400px;
	float:right;
	margin-top: 40px;
}
.relatorio-page .caixa-texto .resultados {
	margin-left:150px;
	font-size: 90%;
	font-stretch: expanded;
}

/*------------------------------------*\
         Novo Form e Tipo Form
\*------------------------------------*/


/*--Botões----------------------------*/

.formatado button,
.formatado input[type="submit"],
.formatado input[type="button"],
.formatado input[type="reset"],
.botao-azul a {
	/*text-transform: uppercase;*/
	color:#fff;
	border: solid #3a77a4 1px;
	background:#5393c2;
	/* gradient */
	background: -moz-linear-gradient(top, #5393c2 40%, #3a77a4);
	background: -webkit-linear-gradient(top, #5393c2 40%, #3a77a4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5393c2', endColorstr='#3a77a4');
	/* corner */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* shadow */
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	text-decoration: none;
	padding: 10px 20px 10px 20px;
}
.formatado button:hover,
.formatado input[type="submit"]:hover,
.formatado input[type="button"]:hover,
.formatado input[type="reset"]:hover,
.botao-azul a:hover {
	background:#70aedd;
	/* gradient */
	background: -moz-linear-gradient(top, #70aedd 40%, #69a4d0);
	background: -webkit-linear-gradient(top, #70aedd 40%, #69a4d0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#70aedd', endColorstr='#69a4d0');
	/* shadow */
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow:  0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
	color:#ffffff !important;
	text-decoration: none;
}
.formatado button,
.formatado input[type="submit"],
.formatado input[type="button"],
.formatado input[type="reset"],
.botao-azul a {
	font-size:90%;
	margin:10px;
	float:right;
}

/*--Grid------------------------------*/
.formatado .grid-01-12 {
	width: 5.333%;
}
.formatado .grid-02-12 {
	width: 13.666%;
}
.formatado .grid-03-12 {
	width: 22%;
}
.formatado .grid-04-12 {
	width: 30.333%;
}
.formatado .grid-05-12 {
	width: 38.666%;
}
.formatado .grid-06-12 {
	width: 47%;
}
.formatado .grid-07-12 {
	width: 55.333%;
}
.formatado .grid-08-12 {
	width: 63.666%;
}
.formatado .grid-09-12 {
	width: 72%;
}
.formatado .grid-10-12 {
	width: 80.333%;
}
.formatado .grid-11-12 {
	width: 88.666%;
}
.formatado .grid-12-12 {
	width: 97%;
}
.formatado .grid-01-12,
.formatado .grid-02-12,
.formatado .grid-03-12,
.formatado .grid-04-12,
.formatado .grid-05-12,
.formatado .grid-06-12,
.formatado .grid-07-12,
.formatado .grid-08-12,
.formatado .grid-09-12,
.formatado .grid-10-12,
.formatado .grid-11-12,
.formatado .grid-12-12 {
	float:left;
	padding: 1.5%;
}
/*--Partes----------------------------*/

.formatado fieldset, .formatado .caixa-tf {
	border: 1px solid #C6C6C6;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	clear: both;
	background-color:#E5E5E5;
}
.formatado label, .formatado .tipo-l {
	display:block;
	font-variant: small-caps;
	font-weight: bold;
}
.formatado .tipo-t,
.formatado select,
.formatado input[type="text"],
.formatado input[type="password"],
.formatado textarea {
	width:98%;
	padding:5px;
	background-color:#FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 5px;
}
.formatado .clear {
	clear:both;
}
.formatado h2 {
	margin-top: 20px;
	clear:both;
	
}
.formatado .require {
	color: #B11618;
	font-weight: bold;
}
.formatado {
	margin-top: 50px;
	clear:both;
	margin-bottom:55px;
	display:block;
	
}
.formatado .caixa-tf {
	padding: 10px;
	/*padding: 2px;*/
	display:block;
}

/*=========================================================================*\
                             Exclusivo de Display
\*=========================================================================*/
@media screen{
	.relatorio {
		width: 8.3in;
		height: 11.7in;
		margin-left:auto;
		margin-right:auto
	}
}
/*=========================================================================*\
                             CSS para impressão
\*=========================================================================*/
@media print {
* {
	color: #000 !important;
}
a {
    text-decoration: none !important;
    color: #000;
}
header {
	border-top-width: 0px;
}
.iclass,
.iclass header,
.bclass header,
.pclass header,
.gclass header,
.rclass header,
.broclass header,
.grayclass header,
.pinkclass header,
.seaclass header {
	background-image: none;
}
.busca,
.login,
nav,
.first-banner,
footer,
.banners-destaques,
.coluna-link,
.noprint,
header .logo .uff {
	display: none;
}
header .logo .uff-b {
	float: left;
	display: inline;
}
header .logo a {
	color: #000;
	text-decoration: none;
}
.first-wrapper {
	width: 100%;
	float:none;
}
.first-apresenta {
	float: none;
	height: auto;
	width: auto;
	margin-top: 10px;
	background-color:#FFF;
}
.first-contato {
	float: none;
	height: auto;
	width: auto;
	background-color:#FFF;
}
.pclass .first-contato,
.gclass .first-contato,
.rclass .first-contato,
.broclass .first-contato,
.pinkclass .first-contato {
	background-color: #FFFFFF;
}
.first-noticias {
	float: none;
	width: auto;
	height: auto;
}
.content {
	width:100%;
}
h1 {
	font-size:16px;
}
/*Destaques de cores para impressão*/
.destaque-red {
	color: #F00 !important;
	font-weight: bold;
}
}