@charset "utf-8";
/* 
    Document   : Geral
    Created on : 01/12/2012, 20:27:05
    Author     : Coronatus - Desenvolcimento de Software e Website.
    Description: Configura��o geral de todas as p�ginas.      
*/
* {
  margin: 0px; /*remove o recuo IE e Opera*/
  padding: 0px; /*remove o recuo Mozilla e NN*/
  border: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  background-color: #f2fdff;
  background-repeat: repeat;
}

.box-topo-total {
  margin: 0;
  width: 100%;
  position: relative;
  /*background-image: linear-gradient(to bottom, #c0e3f1 0, #8ecde6 100%);*/
  z-index: 2;
  background-color: #e7faff;
}

.container_12 {
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}

#menu {
  margin: 0;
  width: 100%;
  height: 40px;
  position: relative;
  background-color: #184d9e;
}

#menu ul {
  list-style: none;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  padding: 10px 15px;
  display: inline-block;
  font-weight: bold;
  /* visual do link */
  color: #f9f9f9;
  text-decoration: none;
}

#menu ul li a:hover {
  font-weight: bold;
  background-color: #f8f8f8;
  color: #20316c;
}

.box-banner-central {
  margin: 20px auto;
  width: 100%;
  position: relative;
  background-color: #f2fdff;
}

.box-banner {
  margin: 0 auto;
  width: 960px;
  height: 360px;
  position: relative;
}

.box-banner .modelo-capa {
  position: absolute;
  margin-top: -80px;
  width: 320px;
  height: 354px;
  background-image: url(../imagens/layout/logo-enex.png);
  background-repeat: no-repeat;
  /*border: 1px solid #57a957;*/
  z-index: 3;
}

.box-noticias-rapidas-total {
  margin: 0;
  width: 100%;
  height: 150px;
  position: relative;
  background: rgb(33 50 111 / 0.6) !important;
  /*background-color: #e5242a;*/
  z-index: 200;
}

.box-noticias-rapidas-central {
  height: 150px;
  z-index: 201;
}

.box-conteudo-topo {
  margin: 0;
  padding-bottom: 20px;
  width: 100%;
  height: 98px;
  position: relative;
  background-image: url(../imagens/layout/barra-conteudo-topo.png);
  background-repeat: repeat-x;
}

.scrollspy-trabalhos {
  height: 420px;
  overflow: auto;
  position: relative;
}

.box-conteudo-normas-envio-trabalho {
  position: relative;
  margin: 15px 0;
  padding: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.img_erro_404 {
  margin: 20px auto;
  padding: 10px;
  width: 305px;
  height: 187px;
  position: relative;
  background-image: url(../imagens/layout/erro404.png);
  background-repeat: no-repeat;
}

.box-titulo-paginas {
  margin: 30px 10px 10px 10px;
  font-size: 30px;
  width: 700px;
  height: auto;
  position: relative;
}

.box-subtitulo-paginas {
  margin: 10px;
  width: 700px;
  height: auto;
  position: relative;
}

.box-facex-curtir {
  width: 150px;
  float: right;
  background-color: transparent;
  position: relative;
  margin-top: -50px;
  text-align: right;
  /*border: 1px solid #57a957;*/
}

#grid_5 {
  width: 360px;
  float: right;
  margin-top: 15px;
}

#grid_2 {
  width: 160px;
}

#grid_4 {
  width: 280px;
  float: right;
  padding-top: 6px;
}
.check-box-trabalhos-cientifico {
  margin-top: -10px;
}

.position-absolute {
  position: absolute;
}

.coluna-quatro {
  border: 1px solid #ffffff;
  padding: 6px;
}

.coluna-um,
.coluna-dois,
.coluna-tres,
.coluna-quatro {
  margin-top: 30px;
  color: #ffffff;
}

.coluna-um .titulo-coluna,
.coluna-dois .titulo-coluna,
.coluna-tres .titulo-coluna,
.coluna-quatro .titulo-coluna {
  /*padding-top: 10px;*/
  font-size: 22px;
  color: #ffffff;
}

.coluna-um .texto-coluna,
.coluna-dois .texto-coluna,
.coluna-tres .texto-coluna {
  /*padding-top: 10px;*/
  padding-top: 5px;
}

.coluna-quatro .texto-coluna {
  float: right;
  width: 250px;
  position: absolute;
  border: 1px solid #57a957;
}

/*---- TEXTO ------*/
.texto-sombra-preta {
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}

.texto-sombra-branca {
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}

.box-rodape-total {
  margin: 0;
  width: 100%;
  height: 75px;
  position: relative;
  /*background-color: #ffffff;*/
  /*border: 1px solid #57a957;*/
  z-index: 2;
}

.box-rodape-central {
  margin-top: 15px;
  height: auto;
  /*background-color: #ffffff;*/
  z-index: 1;
}

.linha-rodape {
  height: 150px;
  /*background-color: #ffffff;*/
  background-image: url(../imagens/layout/linha-rodape.png);
  background-repeat: no-repeat;
  z-index: 1;
}

#mapa-rapido {
  width: 750px;
  height: 50px;
  margin: 0;
  /*border: 1px solid #d02028;*/
}

#mapa-rapido span {
  color: #bbbbbb;
}

#mapa-rapido ul li {
  list-style: none;
  text-align: left;
  display: inline-block;
  padding: 10px 5px;
  z-index: 9999;
}

#mapa-rapido ul li a {
  font-size: 11px;
  font-weight: 900;
  color: #184d9e;
}

#mapa-rapido ul li a:hover {
  font-weight: 900;
  color: #d02028;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  /*border: 1px solid #d02028;*/
}

#redes-sociais {
  width: 150px;
  /*border: 1px solid #d02028;*/
  float: right;
}

#rodape_midias {
  float: right;
}

#rodape_midias li {
  float: left;
  display: inline;
  margin-left: 5px;
  padding: 10px 5px;
}

#rodape_midias li a {
  display: block;
  width: 23px;
  height: 24px;
  text-indent: -5000em;
  overflow: hidden;
  background: url(../imagens/layout/sprites.png) no-repeat left top;
}

#rodape_midias li.twitter a {
  background-position: -440px top;
}

#rodape_midias li.facebook a {
  background-position: -464px top;
}

#rodape_midias li.flickr a {
  background-position: -488px top;
}

#rodape_midias li.orkut a {
  background-position: -512px top;
}

#rodape_midias li.youtube a {
  background-position: -536px top;
}

.margin-topo_1 {
  margin-top: 10px;
}

.margin-topo_2 {
  margin-top: 20px;
}

.margin-topo_3 {
  margin-top: 30px;
}

.margin-topo_4 {
  margin-top: 40px;
}

.box-encostar-direita {
  float: right;
}

.box-espaco-lado-direito {
  padding-right: 10px;
}

.alinhamento-justificar {
  text-align: justify;
}

.table {
  width: 100%;
  color: #333333;
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}

.table th {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  background-color: #3a87ad;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}

.table .fixo {
  width: 80px;
}

table tbody td {
  /*background-color: #e7e7e7;*/
  background-color: #fcf8e3;
  color: #333333;
  font-weight: normal;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #e7e7e7;
}

.table tbody tr.segundaCor td {
  background-color: #fffdf2;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #3a87ad;
  color: #ffffff;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}

.table tbody tr:hover td a,
.table tbody tr:hover th a {
  /*color: #ffffff;*/
}

.corPaginacao ul li a:link {
  color: #004acc;
}

.corPaginacao ul li a:hover {
  color: #3a87ad;
}

.corPaginacao ul li a:visited {
  color: #004acc;
}

.posicao-pagination {
  position: relative;
}

.pagination {
  height: auto;
  margin: 10px 0;
}
.pagination a {
  font-size: 12px;
  background-color: #f5f5f5;
  font-weight: bold;
}
.pagination a,
.pagination span {
  padding: 0 8px;
  line-height: 20px;
}
.registro-total-tabela {
  margin: auto;
  width: auto;
  padding: 0 10px;
  line-height: 28px;
  text-decoration: none;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: bold;
  background-color: #3a87ad;
  color: white;
}

.titulo-geral_3 {
  background-color: #004acc;
  color: #ffffff;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #ffffff;
}

.titulo-geral_3:hover {
  background-color: #0070cc;
  color: #ffffff;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}

.titulo-geral_3 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.titulo-geral_2 {
  background-color: #003970;
  color: #ffffff;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #ffffff;
}

.titulo-geral_2:hover {
  background-color: #0070cc;
  color: #ffffff;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}

.titulo-geral_2 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.espaco_1 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.textArea {
  height: 95px;
  resize: none;
}
h4 {
  color: #00376e;
}

.box-accordion-organizar {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.link-box-noticias a {
  color: #ffffff;
  text-decoration: none;
}

.link-box-noticias a:hover {
  color: whitesmoke;
  text-decoration: underline;
}

.link-box-noticias-social a {
  color: #ffffff;
  text-decoration: underline;
}

.link-box-noticias-social a:hover {
  color: whitesmoke;
  text-decoration: none;
}

select option {
  padding: 5px;
}

.nav-tabs-link-sistema > .disabled > a {
  color: #888888;
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  background-color: #d3d3d3;
}

.nav-tabs-link-sistema > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  color: #888888;
  background-color: #d3d3d3;
}

.nav-tabs-link-sistema > li > a {
  background-color: #3a87ad;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}

.nav-tabs-link-sistema > li > a:hover {
  color: #ffffff;
  background-color: #0070cc;
  text-decoration: none;
}

.nav-tabs-link-sistema > li > a:visited {
  background-color: #0070cc;
  text-decoration: none;
  color: #ffffff;
}

.nav-tabs-link-sistema > .active > a {
  color: #ffffff;
  background-color: #004acc;
  text-decoration: none;

  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}

.nav-tabs-link-sistema > .active > a:hover {
  color: #ffffff;
  background-color: #0070cc;
  text-decoration: none;
}

.nav-tabs-link-sistema > .active > a:visited {
  color: #ffffff;
  background-color: #004acc;
  text-decoration: none;
}

#pesquisarCadastro {
  height: 150px;
}

.configTituloReferenciaTabela {
  float: right;
  width: 236px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  background-color: #3a87ad;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.corImportanteCelula {
  background-color: #b94a48;
}

.configImportante {
  margin-bottom: 20px;
  color: #b94a48;
  font-size: 16px;
}

.mudarCorAlert {
  color: #00376e;
}

.config-lista-ordenada li {
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #00376e;
}

.well-sem-espaco-baixo {
  min-height: 20px;
  padding: 19px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.config-ol-li ol li ol li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.centralizar {
  text-align: center;
}

/*--------------------- LABEL DE ERROS ------------------------*/
label {
  display: block;
  margin-top: 10px;
}
label.error {
  float: none;
  margin: 0 0.5em 0 0;
  vertical-align: top;
  font-size: 10px;
}

/*--------------------- FIM LABEL DE ERROS ------------------------*/

.situacao-gerar-segundavia-boleto {
  text-align: center;
  float: right;
  margin-top: 10px;
  /*border: 1px solid #d02028;*/
}

.boxNovaSenha {
  width: 300px;
  margin-top: 10px;
  height: 120px;
  position: absolute;
  z-index: 999;
}

.msgRespostaNovaSenha {
  width: 310px;
  margin-top: 10px;
  height: auto;
  position: absolute;
  z-index: 999;
}
.exibirDetalhes {
  width: 200px;
  text-align: left;
}

#btn-acessar-perfil {
  position: absolute;
  float: left;
  /*margin-top: -43px;*/
  margin-left: 750px;
}

.accordion-link-um a {
  /*color: #540109;*/
  color: #fff;
  font-weight: bold;
  background-color: #00376e;
  text-decoration: none;
}

.accordion-link-um a:hover {
  color: #ffffff;
  font-weight: bold;
  background-color: #3a87ad;
  text-decoration: underline;
}

.accordion-link-dois a {
  color: #ffffff;
  font-weight: bold;
  background-color: #363636;
  text-decoration: none;
}

.accordion-link-dois a:hover {
  color: #ffffff;
  font-weight: bold;
  background-color: #3a87ad;
  text-decoration: underline;
}

.box-perguntas {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.resposta-relatorio {
  color: #af1717;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 10px;
  width: 500px;
}

.cl-avaliacoes {
  color: #af1717;
  font-weight: bold;
}

.tb-perguntas-avaliacao {
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 15px;
}

.s_form-pgto-cartao {
  width: 100%;
}

.hidden {
  display: none !important;
}
