body {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #D9D9D9;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 70%;
}

/* CSS para exibir corretamente o cabeçalho e rodapé, de acordo com o padrão da ASCOM. */

#frameCabecalhoPadrao {
    border: none;
    width: 100%;
    height: 150px;
    margin: 0px;
    padding: 0px;
}

#frameRodapePadrao {
    border: none;
    width: 100%;
    height: 150px;
    margin: 0px;
    padding: 0px;
}

/* CSS para exibir corretamente o cabeçalho e rodapé, de acordo com o padrão da ASCOM - fim. */

img {
    border: 0;
    border: none;
}

body.ac {
    background-color: #000;
}

html,body {
    height: 100%;
}

* html #tudo {
    height: 100%; /* hack para IE6 que trata height como min-height */
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

.ac a {
    color: #FFF;
}

a:hover {
    text-decoration: underline;
}

a.linkLateral {  
    padding-left: 195px;
    font-size: 11px;    
}

.abaLocalizacao {
    background: url(../img/cantoAba.jpg) top #990000 no-repeat;
    padding: 5px 5px 5px 20px;
    float: left;
    height: 25px;
     width: 100%; /* Garante que ocupe toda a largura do pai */
    box-sizing: border-box; /* Inclui padding na largura total */
    display: block; /* Garante que seja um bloco e ocupe toda a largura */
    position: relative; /* Para controle de z-index */
    z-index: 2; /* Garante que fique acima de .boxConteudo */
}

.ac .abaLocalizacao {
    background: none;
}

.abaLocalizacao span {

    color: #FFF;
    float: left;

}

.barraAcessibilidade {
    padding: 5px;
    background-color: #990000;
    height: 15px;
}

.ac .barraAcessibilidade {
    background-color: #000;
}

.barraAcessibilidade span,.barraAcessibilidade span a {
    color: #FFF;
    display: block;
}

.barraAcessibilidade span.diminuirFonte,.barraAcessibilidade span.fonteNormal,.barraAcessibilidade span.aumentarFonte
{
    border: 1px solid #fff !important;
    margin-right: 5px;
    height: 13px;
    overflow: hidden;
    padding: 0 4px;
    width: 13px;
    float: left;
}
.barraAcessibilidade span.tamanho-letra
{
    margin-right: 5px;
    height: 13px;
    overflow: hidden;
    padding: 0 4px;
    width: 90px;
    float: left;
}

.barraAcessibilidade span.altoContraste
{
    margin-right: 5px;
    height: 13px;
    overflow: hidden;
    padding: 0 4px;
    width: 120px;
    float: left;
}


.barraAcessibilidade span.altoContraste a:hover, .barraAcessibilidade span.mapaSite a:hover{
    text-decoration: underline;
}

.barraAcessibilidade span.mapaSite {
    text-align: right;
    float: right;
}

.boxConteudo {
    background: #FFF url(../img/cantoBox.jpg) no-repeat top left;
    padding: 15px 10px;
    margin-top: -12px;
    float: left;
    width: 98%;
    font-size: 110%;
    color: #333;
    height: 100%;
}

.ac .boxConteudo {
    background-color: #000;
    background-image: none;
    color: #fff;
}

.bgTopo {
    background-image: url(http://www9.tjmg.jus.br/imagens/cabecalho_ejef.jpg);
    background-repeat: no-repeat;
    height: 100px;
    width: 760px;
    float: left;
    z-index: 0;
    position: relative;
}

.clear {
    clear: both;
}

.central {
    width: 100%;
    margin: 0 auto;
    background: url(../img/fundo.png) repeat;
}

.ac .central {
    background: none;
}

h1.titulo {
    font-size: 160%;
    color: #333;
    text-align: center;
    font-weight: normal;
    padding: 0 0 30px 0;
}

h1 {
    font-size: 160%;
    color: #333;
    text-align: center;
    font-weight: normal;
    padding: 0 0 30px 0;
}

.ac h1.titulo {
    color: #00EAFF;
}

.ac h1 {
    color: #00EAFF;
}

.linhaVinho {
    background-color: #990000;
    height: 5px;
    border-bottom: #929292 solid 15px;
}

.logo {
    background-image: url(http://www9.tjmg.jus.br/imagens/logotipo.png);
    background-repeat: no-repeat;
    width: 176px;
    height: 54px;
    position: relative;
    z-index: 1;
}

.logo a {
    display: block;
    width: 176px;
    height: 54px;
}

#main {
    padding: 5px 5px 30px 5px;
    min-height: 500px;
}

#rodape {
    bottom: 0;
    background-color: #999999;
    color: #FFFFFF;
    width: 100%;
    padding: 5px;
    border-top: 5px solid #990000;
    clear: both;
}

.ac #rodape {
    background-color: #000;
}

#rodape p {
    margin: 0;
}

#tudo {
    min-height: 100%;
    position: relative;
}

.container {
    border: 1px solid #999;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}

.ac .container {
    border: 1px solid #fff;
    background: #000;
}

.content {
    padding: 20px;
}

/*---TABS / ABAS---*/
.tab_container {
    border: 1px solid #999;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}

.tab_content {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 728px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #999;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #999;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 0 20px;
    outline: none;
}

ul.tabs li a:hover {
    background: #ccc;
}

ul.tabs li a:focus {
    background: #ccc;
}

html ul.tabs li.active,html ul.tabs li.active a:hover {
    background: #990000;
    color: #FFF;
    border-bottom: 1px solid #990000;
    border-top: none;
    border-left: none;
    border-right: none;
}

html ul.tabs li.active a:focus {
    background: #BB0000;
    border-bottom: 1px solid #BB0000;
}

html ul.tabs li.active a {
    color: #FFF;
}

.tabs h2 {
    font-size: 100%;
    margin: 0;
}

.ac .tab_container {
    border: 1px solid #fff;
    background: #000;
}

.ac ul.tabs {
    border-bottom: 1px solid #fff;
}

.ac ul.tabs li {
    border: 1px solid #fff;
    background: #000;
}

.ac ul.tabs li a {
    color: #fff;
}

.ac ul.tabs li a:hover {
    background: #333;
}

/*---FORM---*/
form {
    color: #333;
}

form ul.form {
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

form ul.form li {
    list-style: none;
    width: 700px;
    height: 25px;
    margin-bottom: 10px;
}

form p,form div {
    list-style: none;
    width: 98%;
    min-height: 25px;
}

form ul.form li label {
    width: 195px;
    display: block;
    float: left;
}

form p label,form div label {
    width: 195px;
    display: block;
    float: left;
}

.validaCont label {
    width: 195px;
}

form p input[type=text] {
    width: 220px;
    font-size: 90%;
    padding: 2px;
}

form ul.form li select {
    width: 224px;
    font-size: 90%;
    padding: 3px;
}

form p select {
    width: 236px;
    padding: 1px;
}

.ac form {
    color: #FFF;
}

form fieldset {
    display: block;
    margin: 10px auto;
    width: 98%;
    border: 1px solid #CCC;
}

form fieldset legend {
    color: #333;
    *margin: -5px 0 0 5px;
    font-weight: bold;
    margin /*\**/: -9px 0 0 8px\9;
}

.ac form fieldset legend {
    color: #FFF;
    *margin: -9px 0 0 8px;
    margin /*\**/: -9px 0 0 8px\9;
    font-weight: bold;
}

.ac form fieldset {
    display: block;
    margin: 10px auto;
    width: 98%;
    border: 1px solid #FFF;
}

/*---TABLE---*/
.grid {
    color: #333;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

.grid tr {

}

.grid tr th {
    background-color: #ddd;
}

.grid tbody td {
    border: 1px solid #ddd;
}

.selecao {
    width: 10px;
}

input[type=button],input[type=submit] {
    border: none;
    background-color: #900;
    color: #FFF;
    padding: 2px 12px;
    margin-left: 5px;
    cursor: pointer;
    font-family: Tahoma, Geneva, sans-serif;
}

input[type=button]:hover {
    background-color: #b40101;
}

.ac .grid {
    color: #fff;
}

.ac .grid tr th {
    background-color: #000;
    border: 1px solid #fff;
}

.ac .grid tbody td {
    border: 1px solid #fff;
}

/*---P�GINA_LOGIN---*/
#topoLogin {
    background: url(http://www9.tjmg.jus.br/imagens/top_foto.jpg) no-repeat
        top left;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.captcha {
    width: 390px;
    height: 70px;
    margin: 20px auto;
    padding: 15px;
    background-color: #EEE;
    border: 1px solid #CCC;
    clear: both;
}

.captcha img {
    float: left;
    width: 200px;
    height: 70px;
}

.captcha label {
    display: block;
    float: left;
    width: 180px;
    margin: 0 0 0 10px;
    color: #000;
}

.captcha input {
    float: left;
    width: 160px;
    margin: 10px 0 0 10px;
}

.captcha span {
    display: block;
    float: left;
    margin: 3px 0 0 10px;
    width: 180px;
}

.captcha a img {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}

.captcha a:focus img {
    border: 1px solid #999;
}

.btnConfirm {
    clear: both;
    padding: 40px 215px 20px;
    /*overflow: hidden;*/
    width: 230px;
    min-height: 50px;
    text-align: center;
}

.btnHelp {
    clear: both;
    margin: 20px auto;
    width: 70px;
}

.btnConfirm input {
    margin: 0;
}

.btnPanel {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.lnkNovaGuia {
    display: block;
    float: right;
}

.error {
    padding: 5px;
}

.errors {
    color: #CC0000;
    vertical-align: middle;
    display: block;
}

.msgErro, .msgErroCausa {
    color: #CC0000;
    clear: both;
    vertical-align: middle;
    display: block;
    min-width: 300px;
    padding: 10px 0 0 200px;
}

.msgErroTipoReceita {
    color: #CC0000;
    padding: 10px 0 0 200px;
}

.destaqueErro, .destaqueErroValorCausa {
    min-width: 100px;
    padding: 5px 10px 4px 0;
    float: left;
}

.errors input,.errors textarea,.borderErro {
    border: 1px solid #CC0000 !important;
}

img.errors {
    padding-right: 5px;
}

.campoObrigatorio {
    margin: 6px 0;
}

.required {
    color: #CC0000;
    padding-left: 2px;
    float: left;
}

.errorsInputObrigatorios {
    float: left;
    width: 400px;
}

.validaChecksErro {
    float: left;
    padding: 5px 10px 5px 0px;
    border: 1px solid #AA0000;
}

.message {
    list-style: none;
    font-size: 120%;
    border: 1px solid #CCC;
    width: 90%;
    margin: 20px auto;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.message li {
    width: 600px;
    padding: 0.5em 0.5em 0.5em 30px;
    background-color: #FFF;
}

.message .infomsg {
    background: url("../img/ico_info.gif") no-repeat scroll 5px 5px;
}

.message .warnmsg {
    background: url("../img/ico_alert.gif") no-repeat scroll 5px 5px;
    
}

.message .errormsg {
    background: url("../img/ico_erro.gif") no-repeat scroll 5px 5px;
}

.ac .message {
    color: #FFF;
    background-color: #000;
}

.ac .message li {
    padding: 0.5em 0.5em 0.5em 30px;
    width: 500px;
}

.ac .message .infomsg {
    background: url("../img/ico_info.gif") no-repeat scroll 5px 5px;
}

.ac .message .warnmsg {
    background: url("../img/ico_alert.gif") no-repeat scroll 5px 5px;
}

.ac .message .errormsg {
    background: url("../img/ico_erro.gif") no-repeat scroll 5px 5px;
}

.dataField {
    width: 80px !important;
    float: left;
}

.valorField {
    width: 100px !important;
    float: left;
    margin-right: 3px;
}

.labelPqno {
    text-align: center;
    width: 40px !important;
}

.alinhaTipoGuia {
    width: 100px;
    margin: 10px auto;
}

.grid input[type="submit"],.btnLinkGuia {
    background-color: transparent;
    border: medium none;
    color: #333333;
    cursor: pointer;
    font-family: Tahoma, Geneva, sans-serif;
    margin-left: 5px;
    padding: 2px 12px;
    text-decoration: none;
}

.grid input[type="submit"]:hover,.btnLinkGuia:hover {
    text-decoration: underline;
}

.msgObrig {
    color: #CC0000;
    display: block;
    margin: 0 0 30px;
    text-align: left;
}
.msgAlerta {
    color: #CC0000;
    display: block;
    margin: 0 0 0px;
    text-align: left;
}

.negrito {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.negritoSublinhado {
    font-weight: bold;
    text-decoration: underline;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}



.formatHelp {

}

.formatHelp h1 {
    font-size: 160%;
    color: #990000;
    text-decoration: underline;
}

.formatHelp p {
    font-size: 120%;
}

.formatHelp ul li {
    margin: 5px 0;
    font-size: 120%;
}

.ac .formatHelp h1 {
    font-size: 160%;
    color: #00EAFF;
    text-decoration: underline;
}

.ac #facebox .content {
    background-color: #000;
    border: 1px solid #FFF;
    color: #FFF;
}


.boxes .window {
    position: absolute;
    display: none;
    z-index: 9999;
    top:0;
    left:0;
}

.boxes .window img {
    display: block;
    float: left;
    margin: -8px 15px 0 0;
}

.boxes .window .textoProcessamento {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    display: block;
    float: left;
    margin: 6px 0 0;
}

.boxes #loading { 
    width: 100%; 
    height: 100%; 
    min-height: 100%;
    background-color: #FFF;
    opacity: 0.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity = 70);
}

.boxes .window .cxLoading{
    background-color: #990000;
    border: 1px solid #CCCCCC;
    height: 30px;
    left: 50%;
    margin: -141px 0 0 -155px;
    padding: 30px;
    position: absolute;
    top: 50%;
    width: 250px;

    opacity: 1;
    -moz-opacity: 1.0;
    filter: alpha(opacity = 100);
}
.boxes .window .cxLoading input[type="text"]{
    background-color: #990000;
    border: none;
    height: 0px;
    width: 0px;
    opacity: 0;
    -moz-opacity: 0.0;
    filter: alpha(opacity = 0);
}

.divVisivel {
    display: block;
}

.divInvisivel {
    display: none;
}

.center {
    text-align: center;
}

.top {
    vertical-align: top;
}

.widthTotal{
    width: 100%;
}

.vermelho {
    color: red;
}

.vermelhoNegrito {
    color: red;
    font-weight: bold;
}

.vermelhoNegritoCentro {
    color: red;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.vinhoNegrito {
    color: #990000;
    font-weight: bold;
}

/*---TABLE---*/
.tabelaAtos {
    color: #333;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    border-width: 0px;
}

.tabelaAtos tr {

}

.tabelaAtos tr th {
    background-color: #ddd;
    border: 1px solid black;
    text-align: center;
}

.tabelaAtos tbody td {
    border: 1px solid black;
    background-color: white;
}

.mensagemAlertaTitulo {
    font-family: Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-right: 8px;
}

.mensagemAlerta{
    font-family: Arial, Verdana, sans-serif;
    text-align: center; 
    font-size: 14px;
    color: #000;
}

/* CSS DataTable */

.divDataTable {
    text-align: center;
}

.dataTable {
    margin: 0 auto;
}

.dataTableDescricao {
    text-align: left;
}

.dataTableCenter {
    text-align: center;
}

.dataTableValor {
    text-align: right;
    white-space: nowrap;
}

.dataTableHeader {
    color: #333;
    background-color: #E0E0E0;
    padding: 2px;
    font-weight: bold;
    text-align: center;
}

.dataTableRodapeValor {
    color: #333;
    background-color: #E0E0E0;
    padding: 2px;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

.dataTableCenter {
    text-align: center;
}

.tabela-linhaImpar {
    background-color: #EBEBEB;
}
.tabela-linhaPar {
    background-color: #FFFFFF;
}
.tabela-linhaAtiva {
    background-color: #D6D6D6;
}

.tabela-cabecalho {
    color: #333;
    background-color: #E0E0E0;
    padding: 2px;
}
.tabela-subcabecalho {
    color: #333;
    background-color: #E5E5E5;
    padding: 2px;
}
.tabela-rodape {
    color: #333;
    background-color: #E0E0E0;
    padding: 2px;
}

#versao-sistema {
    bottom: 0;
    background-color: #999999;
    text-align: right;
    font-size: 10px;
    color: #FFFFFF;
    width: 98%;
    margin: 0px;
    padding: 0px;
    clear: both;
}

.tooltip {
    border-bottom: 1px dotted #000000; color: #000000; outline: none;
    cursor: help; text-decoration: none;
    position: relative;
}
.tooltip span {
    margin-left: -999em;
    position: absolute;
}
.tooltip:hover span {
    border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute; left: 1em; top: 2em; z-index: 99;
    margin-left: 0; width: 400px;
}
.tooltip:hover img {
    border: 0; margin: -10px 0 0 -55px;
    float: left; position: absolute;
}
.tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
    display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
.scrolls{
    width:400px;
    height:300px;
    overflow:auto;
}

input[type="number"] {
    width:30px;
}

.even-row {
    background-color: rgba(246,246,246,1);
}
.odd-row {
    background-color: rgba(206,206,206,1);
}

.scrollPartes {
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
}

.canceladaOuExcluida{
    background-color: #CCC;
}

/* Estilos para modal de status Aguarde, processando... */
.stPanelStatus {                    
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.stTbPanelStatus {
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 48px;
}

.column-22-percent {
    width: 22%;
}
.column-100-percent {
    width: 100%;
}

.column-fixed-width {
    width: 100px; 
    white-space: normal!important;
}

.link-azul, .link-azul:link, .link-azul:hover, link-azul:visited, link-azul:active {
    text-decoration: underline;
    color: #0000ff;
}

.panelgrid-column {
    width: 100px;
    height: 25px;
}

.panelgrid-column-nowrap {
    width: 100px;
    height: 25px;
    padding-right: 5px;
    white-space: nowrap;
}

.div-scroll {
    overflow: scroll;
    height: 100px;
    text-align: center;
    width: 100%;
}

.div-scroll {
    overflow: scroll;
    height: 100px;
    text-align: center;
    width: 100%;
}

.div-container, .div-esquerda, .div-direita {
    margin-top: 0px;
    padding-top: 0px;
}

.div-container {
    width: 100%;
    overflow: hidden;
}

.div-esquerda {
    float: left;
    width: 48%;
}

.div-direita {
    float: right;
    width: 48%;
    padding-right: 5px;
}

.div-centro {
    width: 100%;
    text-align: center;
}

.div-avisos {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.redLink {
    font-weight: normal;
    color: #990000;
    text-decoration: none;
    padding: 2px;
}

.redLink:hover {
    background-color: #990000;
    color: #ffffff;
    text-decoration: none;
    padding: 2px;
}

.btIcone {
    cursor: pointer;
    border: none;
    padding: 5px;
}

.modalTitulo {
    background-color: #990000;
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: right;
}

.tituloModal {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}

.tituloAtencao {
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #900;
}

.modalAtencao {
    font-size: 16px;
    font-weight: bold;
    color: #900;
    text-align: center;
}

.modalVermelho {
    font-size: 14px;
    font-weight: bold;
    color: #900;
    text-align: center;
}

.modalTexto {
    font-size: 12px;
    text-align: center;
}

.modalBotoes {
    text-align: center;
    margin-top: 25px;
}

.div-ambiente-testes {
    border-left: none;
    border-right: none;
    border-tyle: double;
    border-width: 5px;
    border-color: #000000;
    background-color: #ffff00;
    padding: 2px;
    width: 100%;
    text-align: center;
}

.div-paginacao {
    width: 100%;
    margin-top: 5px;
}

.btIconeHelp {
    cursor: pointer;
    margin-left: 2px;
}

.div-modalAjuda {
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

/*---TABLE---*/
.tabelaLancamentos {
    margin-bottom: 0px;
    border-width: 0px;
    margin: 0px;
}

.tabelaLancamentos th {
    background-color: #ddd;
    font-weight: bold;
    margin: 0px;
    padding: 10px;
}

.tabelaLancamentos td {
    margin: 0px;
    padding: 10px;
}

.tabelaLancamentos-rodape {
    text-align: right;
    font-weight: bold;
}