@charset "utf-8";

/*----------------------RESET--------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{margin: 0; padding: 0; outline: none;}

body{line-height:1; font-size:62.5%; background:#fff; font-family:Arial, Helvetica, sans-serif;} /*---- 1.0 em = 10px---*/

p, label{font-size:1.3em; line-height:1.8em;}

/*----------------------RESET--------------------*/

body {
    width: 1258px;
    height: auto;
    margin:0;
    padding:0; 
    background-color: #FFFFFF; /* define a cor de fundo para todo o corpo da página */
    margin-top: 1px; /* define o espa?amento no lado superior do elemento */
    font: 85% "Courier New", "Courier", "monospace";
    text-align: left;
    color: #333;
}

#filecontents {
    border: double;
    overflow-y: scroll;
    height: auto;
}

#botao {
    margin: 1em auto;
    background: #012D58;
}

#container {
    height: auto;
    width: 1258px;
    position:absolute;
    top: 0px;
    left: 0px;
    margin: 1em auto;
    background: #999;
}

#cabecalho {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    
    position:absolute;
    top: 0px;
    left: 0px;
    height: 140px;
    width: 1580px;
    font: 16pt "Courier New", "Courier", "monospace"; /* define o tipo e tamanho da fonte para o conte?do */
    clear:both; /* não permite que objetos flutuantes obstruam o elemento. */
    background-size: contain;
    background: #4682B4 url('../imagens/topo.jpg') no-repeat center;
/*    display: inline; */
}

#top_menu {
    height: auto;
    width: auto;
    position:absolute;
    top: 55px;
    left: 0px;
    font: 12pt "Courier New", "Courier", "monospace"; /* define o tipo e tamanho da fonte para o conte?do do menu lateral */
    background-color: #4682B4; /* define a cor de fundo do menu */
    padding: 10px 10px 10px 10px; /* define a dist?ncia de 10px entre a borda do elemento e o seu conte?do */
    display: inline;
    color: #012D58;
    font-weight: bold;
}

#menu_lateral { 
    position: absolute;
    margin: 0px;
    top: 70px; /* Posicionamento TOPO */
    left: 0px;  /* Posicinamento Esquerdo */
    height: auto; /* Altura */
    width: auto; /* Largura */
    font: 8pt "Courier New", "Courier", "monospace";
    float:left; /* posicionamento na esquerda, dentro do div */
    background-color: #ADD8E6; /* Cor de fundo */
    margin-top: 0.5cm; /* Posicionamento superior com relação ao elemento anterior */
}

#conteudo {
    height: auto;
    width: auto;
    position:absolute;
    top: 100px;
    left: 250px;
    font: 10pt "Courier New", "Courier", "monospace"; /* define o tipo e tamanho da fonte para o conte?do */
    padding-left: 0.8cm; /* define o espa?amento entre a borda esquerda e o conte?do */
    clear:both; /* não permite que objetos "flutuantes" obstruam o elemento. */
    border-width: thin;
    border-style: dotted;
    border-color: #4682B4;
    background-color: #4682B4;
    display: inline;
}

#login {
    position:absolute;
    top: 250px;
    left: 250px;
    height: auto;
    width: auto;
    border-width: thin;
    border-style: solid;
    border-color: #4682B4;
    background-color: #FFCC66;
    background-image: url('../imagens/fundoLogin.png');
    font: 11pt "Courier New", "Courier", "monospace"; /* define o tipo e tamanho da fonte para o conte?do */
    clear:both; /* não permite que objetos "flutuantes" obstruam o elemento. */
}

#rodape {
    height: auto;
    width: auto;
    position:absolute;
    padding:0;
    top: 820px;
    left: 0px;
    font: 14pt "Courier New", "Courier", "monospace"; /* define o tipo e tamanho da fonte para o conte?do */
    clear:both; /* não permite que objetos "flutuantes" obstruam o rodapé. */
    background: #4682B4;
    display: inline;
}

.formularios {
    margin: 0 auto;
    position: inherit;
    display: block;
    width:1290px; /* define a largura da caixa de conte?do */
    height:480px; /* define a altura do rodap? */
    border-width: thin;
    border-style: solid;
    border-color: #4682B4;
    clear:both; /* não permite que objetos "flutuantes" obstruam o elemento. */
}

#cx_texto {
    position: relative;
    left: 10px;
    float: left; 
    margin-right: 0px;
    background-color:#B0E0E6;
    font: 11px "Courier New", "Courier", "monospace";
    color: black;
}

.cx_texto_extenso {
    width: 1200px;
    position: inherit;
    left: 0px;
    float: left; 
    margin-right: 0px;
    background-color:#B0E0E6;
    font: 11px "Courier New", "Courier", "monospace";
    color: black;
}

.camposcentro{
    position: relative;
    display: block;
    left: 0px;
    font-family: Arial, Verdana;
    font-size: 15px;
    margin-right:5px;
    text-align: left;
    width: 12000px;
    height: 700px;
    color: #012D58;
    }
    
.campos{
    position: relative;
    display: block;
    top: 10px;
    left: 10px;
    font-family: Arial, Verdana;
    font-size: 15px;
    margin-right:5px;
    text-align: left;
    width: 310px;
    line-height: 15px;
    color: #012D58;
    }
    
.label {
    position: inherit;
    font-family: Arial, Verdana;
    display: block;
    float: left; 
    margin-right:0px;
    font-weight: bold;
    font-size: 15px;
    color: black ;
    text-align: right;
    width: 300px;
    line-height: 15px;
}
    
.hint{
    display:none;
    }
 
.field:hover .hint {
    position: absolute;
    display: block;
    margin: -30px 0 0 455px;
    color: #FFFFFF;
    padding: 7px 10px;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    }

a:link {
    color: #C86000;
    text-decoration: none
}
a:visited {
    color: #C86000;
    text-decoration: none
}
a:active {
    color: #C86000;
    text-decoration: none
}
a:hover {
    color: #C86000;
    text-decoration: underline;
    letter-spacing: 5px;
    font-weight:bold;
    display: none;
}
a:titulos {
    color: #C86000;
    text-decoration: none
}

/* Tratamento para o Menu */
#opc_niv1 {
    color: #e22092;
    margin: 0;
    padding: 0;
    list-style: none;
    width:237px;
    height:25px;
    position: relative;
    display: block;
}

#opc_niv2 {
    color: #e22092;
    position: absolute;
    left: 100px;
    width:237px;
    height:25px;
    display: none;
}

#opc_niv3 {
    background-color: #a3a9fa;
    color: #e22092;
    position: absolute;
    left: 150px;
    width:237px;
    height:25px;
    display: none;
}

ul li {
    position: relative;
}

li ul {
    position: relative;
    left: 149px;
    top: 0;
    display: none;
}

ul li a {
    display: block;
    text-decoration: none;
    color: #ADD8E6;
    background: #ADD8E6;
    padding: 0.1px;
    border: 0.1px solid #ADD8E6;
    border-bottom: 0;
}

/* Link em estado natural*/
a.link_menu:link{color:navy;text-decoration:none;font-weight:normal;font-family:arial;font-size:12px}
/* Link depois de visitado*/
a.link_menu:visited{color:navy;text-decoration:none;font-weight:normal;font-family:arial;font-size:12px}
/* Link ao passar o mouse*/
a.link_menu:hover{color:#333;text-decoration:underline;font-weight:bold;font-family:arial;font-size:12px}
/*padding top right bottom left */
.titulo_menu{	   
   background-color:#4682B4;
   background-image:url(none);
   width:241px;
   height:25px;
}
/* Link em estado natural*/
a.link_smenu:link{color:#FFCC66;text-decoration:none;font-weight:normal;font-family:arial;font-size:12px}
/* Link depois de visitado*/
a.link_smenu:visited{color:#FFCC66;text-decoration:none;font-weight:normal;font-family:arial;font-size:12px}
/* Link ao passar o mouse*/
a.link_smenu:hover{color:navy;text-decoration:underline;font-weight:bold;font-family:arial;font-size:12px}
/*padding top right bottom left */
.titulo_smenu{	   
   background-color:#4682B4;
        width:241px;
        height:25px;
}
/* Link em estado natural*/
a.link_imenu:link{color:#B52C07;text-decoration:none;font-weight:normal;font-family:arial;font-size:12px}
/* Link depois de visitado*/
a.link_imenu:visited{color:#B52C07;text-decoration:none;font-weight:normal;font-family:arial;font-size:12px}
/* Link ao passar o mouse*/
a.link_imenu:hover{color:navy;text-decoration:underline;font-weight:bold;font-family:arial;font-size:12px}
/*padding top right bottom left */
.itens_menu{
   background-color:#4682B4;
   width:237px;
   height:25px;
}		
/**** CELULAS DE REVEZAMENTO DOS NOMES DAS SUB-CATEGORIAS ****/
.itens_menu_r{
   background-color:#4682B4;
   width:237px;
   height:25px;
}

.sidebarmenu {
   position: absolute;
   margin: 0px auto;
   top: 125px; /* Posicionamento TOPO */
   left: 0px;  /* Posicinamento Esquerdo */
   height: auto; /* Altura */
   width: auto; /* Largura */
   font: 8pt "Courier New", "Courier", "monospace";
   float:left; /* posicionamento na esquerda, dentro do div */
   background-color: #4682B4; /* Cor de fundo */
   margin-top: 0.5cm; /* Posicionamento superior com relação ao elemento anterior */
}

.sidebarmenu ul{
   margin: 0;
   padding: 0;
   list-style-type: none;
   font: bold 13px Verdana;
   width: 248px; /* Main Menu Item widths */
   border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
  position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
  display: block;
  overflow: auto; /*force hasLayout in IE7 */
  color: white;
  text-decoration: none;
  padding: 6px;
  border-bottom: 1px solid #778;
  border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
  background-color:  #012D58; /* background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
  color: white;
}

.sidebarmenu ul li a:hover{
  background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
  position: absolute;
  width: 180px; /*Sub Menu Items width */
  top: 0;
  visibility: hidden;
}

/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.AbaControl{width:100%;
            height:100%;
            border-radius:5px 5px 0 0;
            border-width: thin;
            border-style: dotted;
            overflow:hidden;}

.AbaControl #abaheader{width:100%;
                       overflow:hidden;}

.AbaControl .abaconteudo{clear:both; /* não permite que objetos "flutuantes" obstruam o elemento. */
                         width:100%;
                         height:100%;
                         overflow:hidden;
                         border-radius: 5px 5px 0 0;
                         border-width: thin;
                         border-style: dotted;
                         border-color: #fff;
                         background:#ADD8E6;}

.AbaControl #abacontent{width:99%;
                        height:82%; 
                        overflow:hidden;
                        background:#ADD8E6;
                        border-radius:5px 5px 0 0;
                        border-width: thin;
                        border-style: ridge;}
  
.AbaControl .abas{display:inline}
.AbaControl .abas li{float:left}

.abas{list-style:none;
      cursor:pointer; 
      cursor:hand;}

.aba{width:100px;
     height:30px;
     border-radius:5px 5px 0 0;
     text-align:center;
     font-weight: bold; 
     background:#3A5FCD;
     border-bottom-color:#27408B}
  
.abaativa{width:100px;
          height:30px;
          border-radius:5px 5px 0 0;
          text-align:center;
          font-weight: bold;}
 
.abaativa span{color:#fff;
               font-weight: bold; 
               cursor:hand;}

.abaselecionada span{color:#fff;
                     cursor:hand;}

.abaselecionada{width:100px;
                height:30px;
                border-radius:5px 5px 0 0;
                text-align:center;
                background:#27408B}
#tabela {clear:both; /* não permite que objetos "flutuantes" obstruam o elemento. */
            display: block; 
            overflow-x: auto;
            white-space: nowrap;
            overflow: scroll; /* A barra de rolagem está sempre visível */
         /* overflow:hidden;  A barra de rolagem está sempre visível */
         /* overflow: auto;   A barra de rolagem é exibida conforme necessário */
            width:auto;
            height:70;
            border-radius: 5px 5px 0 0;
            border-width: thin;
            border-style: dotted;
            border-color: #27408B; 
            background:#ADD8E6;
            text-align:center;
            color: #000066;
}
.tabela, td, th {
    border: solid 1px;
    border-collapse: collapse;
}
.tdtabela {
    display: block;
    height: 10px;
    width: 130px;
}
.tbtabela {
    height: 200px;
    overflow-y: auto;
}
/*LOAD*/
/*RETORNO*/
/*#container #conteudo #retorno, #load {display: none;}
/*ERRO*/
/*ANTISPAN
span {visibility:hidden; display:none; font-weight:bold;}
*/