/*body {
}

.TD_Header1 {
    font-size: 11px;
    font-family: Tahoma, 'Times New Roman', Arial;
    background-color: #00a9ee;
}

.TD_Header1B {
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: Tahoma, 'Times New Roman', Arial;
    background-color: #00a9ee;
}

.TD_Header2 {
    font-size: 11px;
    font-family: Tahoma, 'Times New Roman', Arial;
    background-color: lightskyblue;
}

.TD_Header2B {
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma, 'Times New Roman', Arial;
    background-color: #00c2fc;
}

.TD_Header3 {
    font-size: 11px;
    font-family: Tahoma, 'Times New Roman', Arial;
}

.TD_Header3B {
    font-weight: bold;
    font-size: 11px;
    color: blue;
    border-bottom: blue 1px solid;
    border-top: blue 1px solid;
    font-family: Tahoma, 'Times New Roman', Arial;
    text-align: left;
}

.txtWhite {
    font-size: 11px;
    text-transform: uppercase;
    font-family: Tahoma, 'Times New Roman', Arial;
}

.txtYellow {
    font-size: 11px;
    text-transform: uppercase;
    font-family: Tahoma, 'Times New Roman', Arial;
    background-color: #ffffe6;
}

.txtGray {
    font-size: 11px;
    text-transform: uppercase;
    font-family: Tahoma, 'Times New Roman', Arial;
    background-color: gainsboro;
}

.txtRed {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #fc5666;
    font-family: Tahoma, 'Times New Roman', Arial;
}

.titulo1 {
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-left: black 1px solid;
    color: white;
    border-bottom: black 1px solid;
    font-family: Arial, Tahoma, 'Times New Roman';
    background-color: steelblue;
}

.titulo2 {
    font-weight: bold;
    font-size: 22px;
    color: red;
    border-bottom: cornflowerblue 3px solid;
    font-family: Arial, Tahoma, 'Times New Roman';
}

.tituloLabel {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10pt;
    font-family: Tahoma, Arial, 'Times New Roman';
    color: #ffffff;
    background-color: #4681b4;
}

.subtitulo1 {
    border-top: black 1px solid;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: black;
    border-bottom: black 1px solid;
    font-family: Arial, Tahoma, 'Times New Roman';
    background-color: seashell;
}

.botao1 {
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    font-size: 12px;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    font-family: Arial, Tahoma, 'Times New Roman';
}

.atalho {
    font-size: 10px;
    font-family: Verdana, Tahoma, 'Times New Roman', Arial;
    font-weight: bold;
}

.atalho2 {
    font-weight: bold;
    font-size: 10px;
    color: white;
    font-family: Verdana, Tahoma, 'Times New Roman', Arial;
}

.atalho3 {
    font-weight: bold;
    font-size: 8px;
    font-family: Tahoma, 'Times New Roman', Arial, Verdana;
}

.fundo1 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#99ccff', endColorstr= '#0099cc' );
}

.fundo2 {
    background-image: url(../imagens/fundo_educacao.jpg);
}

.menuPrincipal {
    border-right: white 1px solid;
    padding-right: 5px;
    border-top: white 1px solid;
    display: block;
    padding-left: 5px;
    font-weight: bold;
    font-size: 7px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#99ccff', endColorstr= '#0099cc' );
    padding-bottom: 5px;
    border-left: white 1px solid;
    width: 100px;
    cursor: hand;
    color: white;
    padding-top: 5px;
    border-bottom: white 1px solid;
    font-family: Verdana, Arial, Tahoma;
    text-align: center;
    text-decoration: none;
}


[tooltip] {
    position: relative;
    display: inline-block;
}

    [tooltip]::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px 6px 0 6px;
        border-style: solid;
        border-color: rgba(0,0,0,0.7) transparent transparent transparent;
        z-index: 99;
        opacity: 0;
    }

    [tooltip]::after {
        content: attr(tooltip);
        position: absolute;
        left:50%;
        top: -6px;
        transform: translateX(-50%) translateY(-100%);
        background: rgba(0,0,0,0.7);
        text-align: center;
        color: #fff;
        padding: 4px 2px;
        font-size: 12px;
        min-width: 150px;
        border-radius: 5px;
        pointer-events: none;
        z-index: 99;
        opacity: 0;
    }

[tooltip-position='top']::before {
    left:50%;
}

[tooltip-position='top']::after {
    left:50%;
}

[tooltip-position='bottom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(-100%) rotate(-180deg);
}

[tooltip-position='bottom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
}

[tooltip]:hover::after,
[tooltip]:hover::before {
    opacity: 1;
}

[tooltip] img {
    width: 80%;
}


.label-control {
    font-size: 11px;
    font-family: Tahoma, 'Times New Roman', Arial;
    font-weight: normal;    
}

.label-control-captcha {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    font-family: Tahoma, 'Times New Roman', Arial;
    color: #666666;
}

.txt-input-captcha {
    font-size: 11px;
    font-family: Tahoma, 'Times New Roman', Arial;
    background-color: #ffffe6;
    border-right: aqua 0.05em solid;
    border-top: aqua 0.05em solid;
    border-left: aqua 0.05em solid;
    border-bottom: aqua 0.05em solid;
    text-align: center;
    width: 60px;
    margin: 0 auto;    
}

.txt-input-token {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Tahoma, 'Times New Roman', Arial;
    border-right: aqua 0.05em solid;
    border-top: aqua 0.05em solid;
    border-left: aqua 0.05em solid;
    border-bottom: aqua 0.05em solid;
    background-color: #ffffe6;
    text-align: center;
    width: 100%;
}

.drop-input {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Tahoma, 'Times New Roman', Arial;
    background-color: #ffffe6;
    width: 100%;
}

.lbl-yeallow-16 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Tahoma, 'Times New Roman', Arial;
    background-color: #ffffe6;
    border-right: aqua 0.05em solid;
    border-top: aqua 0.05em solid;
    border-left: aqua 0.05em solid;
    border-bottom: aqua 0.05em solid;
    width: 100%;
}

.label-erro {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #fc5666;
    font-family: Verdana, 'Times New Roman', Arial;
    
    border: 0px;
    width: 100%;
    text-align: center;
}

.label-contribuinte {
    font-family: Verdana, 'Times New Roman', Verdana;
    font-weight: bold;
    font-size: 12px;
    background-color: none;
    text-align: right;
    width: 100%;
}

.label-info-contribuinte {
    font-family: Tahoma, 'Times New Roman', Arial;
    background: none;
    border: none;
    width: 100%;    
}

.texto-input-amarelo {
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma, 'Times New Roman', Arial;
    background-color: #ffffe6;
    border-right: aqua 0.05em solid;
    border-top: aqua 0.05em solid;
    border-left: aqua 0.05em solid;
    border-bottom: aqua 0.05em solid;
    width: 100%;
}

.label-log {
    width: 100%;
    height: 800px;
    display: inline;
}

.contribuinte-text-left {
    text-align: left;
}

.container-contribuinte {
    border-bottom: 2px solid rgba(150, 150, 150, 0.5);
    padding-left: 5%;
    padding-bottom: 8px;
    margin: 0px auto;
}

.modal-panel {   
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.8);    
    width: 100%;
    height: 100%;
    z-index: 1;
}

.modal-aviso {
    position: fixed;
    width: 500px;
    border-style: solid;
    border-radius: 5px;
    border-width: 0.5px;
    background: white;
    opacity: 1.0;
    top: 30px;
    overflow: hidden;
    box-shadow: 3px, 3px, red;    
    left: 50%;
    transform: translate(-50%, 0%);
}

.label-tiutlo-modal {
    font-family: Tahoma, 'Times New Roman', Arial;
    font-size: 20px;    
    background-color: none;
    width: 100%;
    border-bottom: solid, 0.5px, gray;    
}

.label-sub-tiutlo-modal {
    font-family: Tahoma, 'Times New Roman', Arial;
    font-size: 15px;
    background-color: none;
    width: 100%;
}

.descricao-modal {
    text-align: justify;
    margin-left: 15px;
    margin-right: 15px;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-10-block {
    display: block;
    margin-top: 10px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}


*/


.tabGuiaUnificadaPainel {
    border: 1px solid gainsboro;
    padding: 30px;
    margin-bottom: 50px;
}

.tabGuiaUnificada {
    width: 400px;
    border: 1px solid gainsboro;
    border-collapse: collapse;
}

.tabGuiaUnificada tr {
    border-bottom: 1px solid gainsboro;
}

.tabGuiaUnificada td {
    font-size: 0.7em !important;
    font-family: Verdana;
    color: black;
    padding: 3px;
}

.tabGuiaUnificadaDir {
    text-align: right;
}

.tabGuiaUnificadaFonte {
    font-size: 0.7em !important;
    font-family: Verdana;
    color: black;
}

.tabGuiaUnificadaFonte2 {
    font-size: 10px !important;
    font-family: Verdana;
    color: black;
}

