BODY           { font-family: Helvetica, Arial, sans-serif; font-size: 14px; color: #333; flex-direction: column; display: flex; min-height: 100vh; }
NAV a          {text-decoration: none;}
MAIN           { padding-bottom: 50px;flex-grow: 1;}
FOOTER         { height: 125px; background-color: #333333;}
FIELDSET       { padding: 10px 25px 10px 25px; background-color: white;}
FIELDSET LEGEND{ font-size: 16px; font-weight: bold;}
HR             { padding: 0px; margin-top: 5px; margin-bottom: 15px;}
H1.titulo      {font-size: 17px !important; font-weight: bold; text-transform: uppercase;  color: #333 !important; display: block; border-bottom: 3px solid #39c; padding-top: 25px ;padding-bottom: 6px;}
H2.label        {font-size: 16px; font-weight: bold; padding-bottom: 6px;}


a           { text-decoration: none;}
/*a:link      { color: #337ab7;}*/
a:active    { color: #337ab7;}
a:hover     { color: #337ab7;} 

.navbar { background-color: #F8F8F8!important; border-color: #E7E7E7!important; position: relative; z-index: 1000; min-height: 30px;
        margin-bottom: 0px; padding-bottom: 0; padding-top: 0; border: 1px solid transparent; border-radius: 0; 
        background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%); background-repeat: repeat-x;}

.nav-item a          {color: #333;}
.nav-link            { padding-top:0; padding-bottom: 0; text-decoration: none;}
.nav-link:focus      {background-color: #D5D5D5;}
.dropdown-item:focus,
.dropdown-item:hover { color: white; background-color:#337ab7; }

.navbar-toggler-icon { width: .8em; height: .8em; border-radius:2% ;}
.navbar-toggler      { margin-top: 5px; margin-bottom: 5px;}

#barraGoverno { height: 24px; background-color: #f1f1f1; border-bottom: 2px #dfdfdf solid; width: 100%;}
#logoSistema  { height: 86px; text-align: center; padding-top:10px ;}
#barraAzul    { height: 30px; background-color: #006599;}



#conteudoCentral        { display: flex; flex-direction: row; flex-grow: 1;}
#bgHome                 { background-image: url(../imgs/bgHome.jpg);background-repeat: no-repeat; background-size: cover; height: 378px; width: 100%; background-position: center bottom;}
.alert                  { font-size: 17px;}
.prefacio               { font-size: 18px; color: #888888;}
.autoRolagemTable       { overflow-x: auto; padding-left: 0; padding-right: 0;}
.linhaDivisoriaTopicos  { display: block; width: 100%; height: 1px; border-bottom: dotted 2px #39c;  margin-top: 20px;  margin-bottom: 20px;  }
.box                    { min-width: 450px; }



footer .contatoANP { color:#333; font-size: 13px; background-color: #eeeeee; padding: 24px 15px 24px}
footer .copyright  { color:#CCC; font-size: 14px; overflow:auto; background-color: #333333; padding: 8px 15px;}


@media (max-width: 800px) {
    /* AJUSTES PARA MOBILE */
    .navbar-nav { padding-top: 5px; padding-bottom: 5px;}
    .nav-item   { padding-top: 5px; padding-bottom: 5px;}
    footer      { text-align: center;}
}
