html, body {
    height: 100%;
    
}
header {
    padding:2px;
}
    /* Estilo para o body */
    body.paginaComFundo {
        font-size: 13px;

        font-family: arial, sans-serif;
    }
/* Tira a borda das imagens */
img {
    border: 0;
}

/* Hiperliks */
a {
    color: #0066FF;
    text-decoration: underline;
}

    a:hover {
        color: #0033CC;
        text-decoration: none;
    }

    a:visited {
        color: #3300CC;
    }

/*  Headings  */
h1 {
    margin: 1.0em 0px 0.5em 0px;
    font-weight: bold;
    font-size: 160%;
}

h2 {
    margin: 1.0em 0px 0.5em 0px;
    font-weight: bold;
    font-size: 150%;
}

h3 {
    margin: 1.0em 0px 0.5em 0px;
    font-weight: bold;
    font-size: 140%;
}

h4 {
    margin: 1.0em 0px 0.5em 0px;
    font-weight: bold;
    font-size: 130%;
}

h5 {
    margin: 0 0px 0.2em 0px;
    font-weight: bold;
    font-size: 130%;
}

h6 {
    margin: 0 0px 0.2em 0px;
    font-weight: bold;
    font-style: italic;
    font-size: 130%;
}

/*  Parágrafos  */
p.readmore {
    margin: 0 0 0.5em 0;
    padding: 0px;
    line-height: 1.2em;
    font-size: 90%;
    text-align: right;
}

p.quote {
    margin: 0em 30px 0.6em 30px;
}

p.embed {
    float: left;
    width: 120px;
    margin: 7px 7px 5px 0px;
    padding: 5px 5px 5px 5px;
    background-color: rgb(238,237,249);
    font-style: italic;
    font-weight: bold;
}

p.embed-caption {
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    font-style: italic;
    font-weight: normal;
}


/* Break line */
br {
    clear: none;
}

/* Estilos para a estrutura principal da página */
.conteudoDaPagina {
    
    background-color: White;    
    -webkit-print-color-adjust: exact;
}

.header {
    margin: 0;
    padding: 10px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(40,74,147);
    background: linear-gradient(90deg, #284a93) 0%, rgba(0,212,255,1) 100%);
    height: 120px;
}

    .header h3 {
        color: white;
        line-height: 100px;
        float: left;
        padding-left: 20px;
        margin-top: 0;
    }

#logoSgaf {
    float: left;
    border-radius: 10px;
    background-color: white;
    margin-left: 10px;
    padding: 0 30px;
    width: 260px;
    height: 100px;
    text-align: center;
}

    #logoSgaf img {
        width: 150px
    }


.headereventos {
    margin: 0;
    padding: 0;
}

    .headereventos a {
        display: block;
        width: 770px;
        height: 200px;
        background-image: url(imagens/banner_eventos.jpg);
    }

    .headereventos #titulo {
        display: block;
        position: absolute;
        left: -4000px;
    }

#topoCenso {
    padding: 0 20px;
}
/* ---------------------------- */
/*  Navegação de nível 1  */
/* ---------------------------- */
div.navegacao_nivel1 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px;
    font-family: verdana, arial, sans serif;
    clear: both !important;
    border-top: solid 1px rgb(54,83,151);
    border-bottom: solid 1px rgb(54,83,151);
    background-color: rgb(127,162,202);
}

.navegacao_nivel1 ul {
    float: left;
    margin: 0;
    padding: 0px;
    margin-bottom: 7px;
    font-weight: bold;
}

.navegacao_nivel1 li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0px;
}

    .navegacao_nivel1 li a {
        display: block;
        float: left;
        margin: 0;
        padding: 5px 10px;
        color: rgb(255,255,255);
        text-transform: uppercase;
        text-decoration: none;
        font-size: 70%;
    }

.navegacao_nivel1 a:hover, .navegacao_nivel1 a.selected {
    color: rgb(50,50,50);
    text-decoration: none;
}


/* **************************************************************************** */
/*  Estilos para o conteúdo da página  */
/* **************************************************************************** */
/* Estilos para todos os tipos de conteúdo da página */
.conteudoSemMargem {
    padding: 0 0 180px 0;
}


/*  
    estilo para os conteúdos que utilizam float
    só ficou de fora a classe conteudoSemFloat
 */



/* Estilos p/ padding */
.conteudoSemFloat, .conteudoSemMenuEsquerdo {
    padding: 10px;
    width: 100%;
}

.conteudoSemMenuEsquerdo, .conteudoSemFloat {
    padding: 0px 2% 180px 2%;
}

/*  Estilos individuais dos tipos de conteudo */

.conteudoComMenuDireito {
    padding: 0px 0px 10px 20px;
}

.tituloPagina {
    margin: 0;
    padding: 0;
    border-bottom: solid 3px rgb(88,144,168);
    color: rgb(88,144,168);
    font-weight: bold;
    font-size: 160% !important;
    text-align: center;
}

.subtitulo {
    margin: 0;
    padding: 0px;
    color: rgb(88,144,168);
    font-weight: bold;
    font-size: 110%;
}

p.subtitulo {
    margin: 2px 2px 10px 2px;
}
/* Titulo com fonte do tamanho padrão, branca e com o fundo azul */
.tituloComFundo {
    background-color: #7FA2CA;
    text-align: left;
    color: White;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}

    .tituloComFundo a {
        color: White;
    }

        .tituloComFundo a:hover, .tituloComFundo a:selected {
            color: rgb(50,50,50);
            text-decoration: none;
        }


/* adiciona margem inferior para os titulos usando a tag <p> */
p.tituloComFundo {
    margin-bottom: 20px;
}
/* Estilo utilizado para dar margem superior da caixa de texto (espaço entre o titulo e a caixa ou entre caixas)  */


/*  Quote  */
.quote {
    clear: left;
    margin: 0em 30px 0.6em 30px;
}

/*  Embedded emphasis  */
.embed {
    float: left;
    width: 120px;
    margin: 2px 7px 2px 0px;
    padding: 5px 5px 5px 5px;
    background-color: rgb(238,237,249);
    font-style: italic;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 140%;
}

.embed-caption {
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 70%;
}

/*  Listas  */
ul.noindent {
    margin: 0 0px 7px 15px;
    padding: 0px;
    list-style-type: disc;
    list-style-position: outside;
    font-size: 120%;
}

ul.indent {
    margin: 0 0px 7px 15px;
    padding: 0px 0px 0px 15px;
    list-style-type: disc;
}

.indent {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

ol {
    margin: 0 0px 0px 9px;
    padding: 0px 0px 0px 25px;
    list-style-type: decimal;
    list-style-position: outside;
    font-size: 120%;
}

ul.linklist-noindent {
    margin: -0.3em 0px 0.5em 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 1.2em;
    font-size: 120%;
}

ul.linklist-indent {
    margin: 0;
    padding-left: 10px;
    list-style-type: none;
    line-height: 1.2em;
    font-size: 110%;
    font-weight: bold;
}

    ul.linklist-indent a {
        text-decoration: none;
        color: #384C91;
    }

        ul.linklist-indent a:visited {
            text-decoration: none;
            color: #384C91;
        }

        ul.linklist-indent a:hover {
            text-decoration: underline;
            color: #0000CC;
        }

.semMarcadores {
    list-style: none;
    margin-top: 5px;
    padding-left: 10px;
}

.listagemInsisos li, .listagemHifem li {
    margin-bottom: 8px;
    text-align: justify;
}

.listagemInsisos li {
    list-style-type: upper-roman;
}

.listagemLetras li {
    list-style-type: lower-alpha;
}


/*  Estilos genericos para as tabelas */


.tabelaGenerica th a:hover {
    text-decoration: underline;
}


/* * estilo usado para tabelas com linhas com cores alternadas * */
.linhaAlternativa {
    background-color: #EFF3FB;
}

/* fim dos estilos genericos para tabela */
/* Linhas separadoras */
.line-box {
    border-bottom: solid 1px rgb(200,200,200);
    padding-bottom: 15px;
    margin: 0 0px 15px 0px;
}

.line-white {
    border-bottom: solid 1px rgb(255,255,255);
    padding-bottom: 2px;
    margin: 0 0px 1px 0px;
}

.line-black {
    border-bottom: solid 1px rgb(0,0,0);
    padding-bottom: 2px;
    margin: 0 0px 1px 0px;
}

/*  Rodapé  */
#fb-like-box {
    overflow: hidden;
    clear: both;
    width: 775px;
    height: 7.5em;
    margin-left: 50px;
    padding: 0.5em 0px 0.5em 0px;
    text-align: center;
    line-height: 1.3em;
    position: absolute;
    bottom: -161px;
    z-index: 1;
    left: -50px;
    margin-top: 0px;
}
.containerPagina {    
    padding: 2px;    
}
/*  Rodapé  */
.footer {
    clear: both;
    margin: 0;
    padding: 30px;
    font-size: 1.0em;
    text-align: center;
    line-height: 1.3em;
    background-color: whitesmoke;
    position: relative;
    width:100%;
    bottom: 0;
}

    .footer a {
        text-decoration: underline;
    }

        .footer a:hover {
            color: rgb(0,0,0);
            text-decoration: none;
        }

#assinaturaRodape {
    color: #4c7d92;
}

/*  Estilos para GridViews  */
.gridViewGenerico {
    margin: 10px 0;
}

    .gridViewGenerico tr:hover {
        background-color: #b1d8ff !important;
    }

.gridViewGenerico_linhaAlternada td {
    background-color: #ddebf7 !important;
}

.gridViewGenerico th, .detailsViewGenerico .titulo {
    background-color: #7FA2CA !important;
    text-align: left;
    padding: 4px;
}

    .gridViewGenerico th, .gridViewGenerico th a, .detailsViewGenerico .titulo {
        color: White !important;
        text-decoration: none;
    }

        .gridViewGenerico th a:hover {
            text-decoration: underline;
        }
/* Código da cor para o fundo da linha alternativa #EFF3FB */
.gridViewGenerico td {
    padding: 4px;
}

.gridViewGenerico .linhaSelecionada {
    background-color: rgb(219, 230, 241);
}

/* Estilos para gridview 2 */

.gridViewGenerico2 {
    margin: 10px 0;
}

    .gridViewGenerico2 tr:hover {
        background-color: #f5f5dc !important;
    }

    .gridViewGenerico2 th, .detailsViewGenerico .titulo {
        background-color: #d2b48c !important;
        text-align: center;
        padding: 4px;
    }

        .gridViewGenerico2 th, .gridViewGenerico2 th a, .detailsViewGenerico .titulo {
            color: Black !important;
            text-decoration: none;
        }

            .gridViewGenerico2 th a:hover {
                text-decoration: underline;
            }
    /* Código da cor para o fundo da linha alternativa #EFF3FB */
    .gridViewGenerico2 td {
        padding: 4px;
    }

    .gridViewGenerico2 .linhaSelecionada {
        background-color: rgb(245, 245, 220);
    }



/* Estilos para DetailsView */
.detailsViewGenerico td {
    padding: 5px;
}

.letrasMenores {
    font-size: 11px;
}


    .letrasMenores input {
        font-size: 11px;
    }


.borda {
    border: solid 1px rgb(200,200,200);
}

/*  -- Estilos para tabela de formulários --  */
.tabForm {
    width: 100%;
}

    .tabForm td, .tabForm th {
        border: solid 1px #DFDFDF;
        padding: 5px;
    }

    .tabForm .checkListForm td {
        border: none;
        padding-top: 0;
    }

.titForm {
    padding: 10px;
}

.formulario {
    background-color: rgb(245, 245, 245);
}

    .formulario p.borda {
        border: solid 1px gray;
        padding: 3px;
    }

    .formulario div.borda {
        border: solid 1px gray;
        padding: 3px;
        margin: 5px 0 5px 0;
    }

table.formulario td {
    border: solid 1px gray;
    padding: 3px;
    empty-cells: show;
}

    table.formulario td a {
        color: Blue;
    }

.formulario2 {
    background-color: rgb(245, 245, 220);
}

    .formulario2 input {
        border: solid 1px black;
    }

    .formulario2 td {
        border: solid 1px gray;
        padding: 3px;
        margin: 3px;
        empty-cells: show;
    }

.titCampo {
    font-weight: bold; /*color: rgb(88,144,168);     */
}



.letrasMaiusculas {
    text-transform: uppercase;
}

.letrasMinusculas {
    text-transform: lowercase;
}


/* fim dos estilos para formulários com tabela */

.campo_2Digitos {
    width: 20px !important;
}

.campo_3Digitos {
    width: 30px !important;
}

.campo_4Digitos {
    width: 30px !important;
}

.campo_5Digitos {
    width: 50px !important;
}

.campo_6Digitos {
    width: 60px !important;
}

.campo_9Digitos {
    width: 70px !important;
}

.campo_10Digitos {
    width: 75px !important;
}

.campo_15Digitos {
    width: 110px !important;
}

.campo_25Digitos {
    width: 160px !important;
}

.campo_30Digitos {
    width: 225px !important;
}

.campo_50Digitos {
    width: 320px !important;
}

.campo_55Digitos {
    width: 330px !important;
}
/* estilo para o campo CPF com pontos e hífem  */
.campoCpf {
    width: 100px !important;
}
/* Estilo para o campo prontuário */
.campoProntuario {
    width: 40px !important;
}

.campoRegiao {
    width: 40px !important;
}

.campoIgreja {
    width: 40px !important;
}

.campoData {
    width: 100px !important;
}

.campoCep {
    width: 100px !important;
}

.campoTelefone {
    width: 100px !important;
}

.campoDDD {
    width: 20px !important;
}

.campoEmail {
    width: 300px !important;
}

.campoNomeCompleto {
    width: 280px !important;
}

.textArea {
    width: 200px;
    height: 200px;
}

.campoReadOnly {
    background-color: #cccccc;
    color: #999999;
}

.linhaBotoes {
    border: solid #425798 1px;
    background: #DBE6F1;
    color: Black;
    cursor: pointer;
}

input:hover.linhaBotoes {
    border-width: 2px 0 0 2px;
    padding-bottom: 0px;
}

.linkButtons {
    border: solid #425798 1px;
    background: #DBE6F1;
    text-decoration: none;
    text-align: center;
    padding: 2px 8px;
}

a.linkButtons {
    color: Black;
}

a:hover.linkButtons {
    border-width: 2px 0 0 2px;
}

.novaJanela {
    background-image: url( "imagens/new-window.gif" );
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 12px;
}

.janelaPequena {
    background-image: url( "imagens/pop-up.gif" );
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 12px;
}
/* estilos diversos */
.invisivel {
    display: none;
}

/* Estilos para correção de bug */
.bugAlturaDivFloat {
    clear: both;
}



/* Estilos para formatação geral de texto */
.msgRetorno {
    color: Red;
}

.msgDestaque {
    color: Red;
}

.msgDestaque2 {
    color: Green;
}

.msgDestaque3 {
    color: #6F5307;
}

.textoObs {
    font-style: italic;
}
/* Fim formatação gera de texto */


/* Estilos para o Controle Ajax ModalPoup */
.fundoPopup {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    font-family: arial, sans-serif;
    border: solid #425798 1px;
    background: #DBE6F1;
    color: Black;
    font-size: 13px;
}

    .modalPopup .dragTitle {
        text-align: center;
        padding: 5px;
        background-color: #7FA2CA;
        color: White;
        font-weight: bold;
        height: 21px;
        line-height: 21px;
    }

    .modalPopup .titAjuda {
        text-align: center;
        padding: 5px;
    }

    .modalPopup .descAjuda {
        border: solid 1px #7FA2CA;
        padding: 5px;
        margin: 5px;
        background-color: White;
        font-size: 100%;
        font-family: arial, sans-serif;
        font-weight: normal;
        text-align: justify;
    }

/* Fim dos estilos para o modalPopup
 */
/* Estilo para campos indisponíveis */
.indisponivel {
    color: Gray;
    background-color: #E3E3E3;
}

/* Estilos para campos que estão inválidos ou com algum aviso */
.campoInvalido {
    background-color: #FFCCCC;
}

.campoComAviso {
    background-color: #FFFACD;
}

/* 
	Estilo para tirar o padding que é herdado pelo controle quando algum dos elementos acima utilizam padding na tag TD 
	Usar em um elemento que contenha o controle validator
    Tags: ValidatorCalloutExtender
 */
.semBordaAbaixo td {
    padding: 0;
    border: none;
}

.semBordaAbaixo tr:hover {
    background: none !important;
}

/*  Estilos para o controle AjaxToolKit ReorderList */
.itemArea {
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
    margin-bottom: 2px;
    padding: 5px;
    height: 18px;
    color: rgb(75,75,75);
    background-color: rgb(219,230,241); /* background-image:url(imagens/bg_nav.gif); */
}

/*  Estilo para o item que está sendo reordenado */
.reorderCue {
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.dragHandle {
    width: 10px;
    height: 28px; /* background-image:url(imagens/bg-menu-main.png); */
    background-color: rgb(156,186,214);
    cursor: move; /* margin-bottom: 2px; border:outset thin white; */
}

.blocoReorder ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*  Fim dos estilos para o ReorderList */
#conteudoGeral {
    z-index: 3;
    width: 500px;
    position: absolute;
    top: 50%;
    display: none;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
}


#divBg {
    background-color: Black;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 0;
}

#msgCarregando {
    text-align: center;
    font-style: italic;
    display: none;
}

#msgCarregandoMaster {
    position: fixed;
    top: 0;
    border: 1px solid gray;
    background: white;
    padding: 5px;
    right: 0;
}

.btnFechar {
    background-color: #666666;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50.5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.semOpacidade {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.centroFixo {
    background-color: White;
    border: solid 1px black;
    height: 500px;
    width: 768px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -384px;
    margin-top: -250px;
}



.divMsgMaior button {
    display: block;
}

.divMsgMaior span {
    display: block;
    margin: 10px;
    text-align: left;
}

.divMsgMaior btFecharMsgMaior {
    margin: 5px 0;
}

.divMsgMaior {
    top: 5%;
    left: 50%;
    margin: -5px 0 20px -500px;
    position: absolute;
    width: 1000px;
    background-color: White;
    border: solid 1px black;
    padding: 15px;
    z-index: 3;
}

.fundoDivMsgMaior {
    background-color: Black;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
}



.divMsg button {
    display: block;
}

.divMsg span {
    display: block;
    margin: 3px 0;
}

.divMsg btFecharMsg {
    margin: 5px 0;
}

.divMsg {
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -250px;
    position: fixed;
    width: 500px;
    background-color: #EFEFEF;
    border: solid 1px black;
    padding: 10px;
    z-index: 5;
}

.fundoDivMsg {
    background-color: Black;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#cabecarioIdentificacao {
    margin-left: 130px;
    width: 500px;
}

    #cabecarioIdentificacao input {
        margin: 10px 0;
    }

.divPesquisaVerDependentes {
    display: none;
}

.linhaBotoesVerDependentes {
    border: 1px solid #425798;
    background: #DBE6F1;
    color: Black;
    cursor: pointer;
    display: none;
}

/***Relações Ministeriais***/

.cabecalho_seleventos {
    background-color: #eff3ff;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0.5px;
}

    .cabecalho_seleventos h1 {
        text-decoration: none;
        text-transform: uppercase;
        margin: 5px auto 3px auto;
    }

    .cabecalho_seleventos p {
        color: Red;
        margin: 3px autp 3px auto;
    }

.grid_seleventos {
    border-color: transparent;
    width: 100%;
    border-spacing: 2px;
}

    .grid_seleventos th {
        background-color: #75b8fd;
        height: 15px;
    }

    .grid_seleventos tr {
        height: 27px;
    }

    .grid_seleventos td {
        background-color: #eff3ff;
        padding: 5px 5px 5px 5px;
    }

.botoes_seleventos {
    border: 1px solid black;
    background-color: #d5e9ff;
    text-align: center;
    width: 200px;
    height: 25px;
    margin: 10px 15px 5px 15px;
}

.Calendario .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

/***Correção do bug do calendário Ajax***/
.ajax__calendar td {
    padding: 0;
    border: none;
}

.ajax__tab_default .ajax__tab_tab {
    overflow: auto !important;
    height: auto !important;
}

div.sombra {
    -webkit-box-shadow: 5px 5px 21px -6px rgba(0,0,0,0.73);
    -moz-box-shadow: 5px 5px 21px -6px rgba(0,0,0,0.73);
    box-shadow: 5px 5px 21px -6px rgba(0,0,0,0.73);
}

div.fundoCinza div {
    background-color: #f7f7f7;
}

a.btn {
    color: white
}

p.bg-danger {
    padding: 10px;
    font-weight: bold;
}

.checkbox label {
    padding: 0 5px;
}

@media only screen and (max-width: 600px) {
    .navegacao_nivel2, #titMenu {
        display: none;
    }

    .conteudo {
        padding: 0px 10px 0px 2px;
        width: 100%;
    }

    #titAreaAdministrativa {
        display: none;
    }
    div.navegacao_nivel1 {
        height: 50px;   
    }
    #TopoSiteMasterPage h3 {
        display: none;
    }
    .containerPagina {
        min-height: 65vh;
    }
}

@media only screen and (min-width: 601px) {

    .containerPagina {
        min-height: 55vh;
        
    }
    .conteudo {
        padding: 0px 10px 0px 160px;
        width: 100%;
    }

    div.navegacao_nivel1 {
        height: 25px;
        margin: 0;
    }
   
}
