@font-face {
    font-family: Abel;
    src: url('../fonts/abel-regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.remove-cert-button {
    float: right;
}
.img-status {
    width: 80% !important;
}
.linkCorLaranja {
    color: #df641dcc;
}
.recuperarSenha {
    padding-top: 0% !important;
}

.color-link-social-media a{
    color: black
}

.out-of-date-ouvinte {
    opacity: 0.5;
}

.loadingSubmissao {
    h5 {
        font-size: 35px;
    }
}

.pt-3-half {
    padding-top: 1.4rem;
}


html{
    color: #6C8497 !important;
    font-size: small;
    text-align: justify;

}

/* Correção de estilo para fixação do rodapé */
body {
    /* retiradas */
        /*display: flex;*/
        /*flex-direction: column;*/
        /*min-height: 100vh;*/
    background: url(../images/fundao-e-o-por-do-sol.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: "Abel";
    /* acrescentadas */
    padding-top: 8%;
}

.container {
    flex: 1;
    /*margin-top: 40px;*/
}

.error {
    color:red;
    background-color: #ffffcc;
    border: solid 1px red;
    padding: 5px;
}

.text-center th {
    text-align: center;
}

.convites {
    text-align: center;
    font-weight: bold;
    color: #3371a3;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

header.banner{
    margin: 0px;

    height: 170px;
    width: 100%;
    background-image: url("../images/plano_fundo_cabecalho.jpg");
}

.texto-banner h1{
    font-size: 25px;
    margin: 50px 0 0 80px;
    color: #27679f;
}

.imagem_topo {
    float: left;
}

/* inserido em 12/08/2025 */
.fundoPaginaInicial2 {
    padding-top: 75px;
}

form {
    margin-bottom: 55px; /* incluído após fixação do rodapé */
}

form h2 {
    margin: 15px 0px 25px 15px;
}

.menu {
    background-color: #66acdf;
    height: 35px;
    padding-left: 15px;
    padding-top: 7px;
}

.menu span{
    /* padding-left: 1200px; */
    float: right;
    padding-right: 20px;
    color: #eee;
    font-size: 15px;
}

.menu a {
    color: #eee;
    font-size: 15px;    
}

.conteudo_principal {
    margin-top: 40px;
}

.conteudo_principal h1{
    font-size: 30px;
}

.conteudo_principal  p {
    margin-left: 15px;
    margin-right: 25px;
}

.conteudo_principal figure {
    float: left;
    margin-left: 2px;
    margin-right: 5px;
    margin-bottom: 75px;
}

.conteudo_principal h2 {
    margin-left: 15px;
}

.conteudo_principal span {
    margin-left: 120px;
    /*    font-size: 20px;*/
}

.conteudo_principal .span2 {
    margin-left: 810px;

}



.logo-evento {
    margin-top: 5px;
    color: red;
    float: right;
    max-width: 550px;
    max-height: 150px;
    padding-left: 200px;
    width: auto;
    height: auto;
}

.logo{
    padding-left: 200px;
}

.botao-entrar{
    background-color: #006394;
    color: #FFFFFF
}


.form-login {
    text-align: center;
/*    margin-top: 25px;
    margin-left: 285px;
    margin-bottom: 250px;
    margin-right: auto;
    margin-left: auto;*/
    height: 80px;
    width:420px;
    margin: auto;
    padding-top:4%;
}

.form-login img{
    padding: 20px;
}

.btn-form-login{
    width:50%; 
    margin:auto;
}

.links-form-login{
    color: white; 
    font-weight: bold;
    margin-bottom: 10px;
}


.apoioFinanceiro {
    /* padding-right: 5px; */
    width: 98%;
    padding-left: 5px;
    color: #000000;
}

.patrocinio {
    padding-right: 90px;
    float: left;
    max-width: 900px;
    margin-left: 5px;
}


.comissao {
    margin-left: 15px;
    margin-right: 25px;
    margin-bottom: 137px;
}

.comissao figure {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.comissao img {
    width: 325px;
}

.logo_jpe {
    width: 325px;
}

.recuperarSenha {
    margin-bottom: 10%;
}

.relatorio_impressao{
    page-break-after: always;
}

.afastarBotaoDoTopo {
    padding-top: 10px;
}

.afastarBotaoDaMargemDoTopo {
    margin-top: 10px;
}

.afastarDivDoCanto {

    padding-left: 30px;
}


.flutuarBotaoParaDireita {
    z-index: 3;
    float: right;
}

.panel2 .panel {
    border: 0;
}

.panel-heading {
    border: 0;
}

.panel-default > .panel-heading{
    background-color: #A9A9A9	 !important;
    color:#000000 !important;
}


@media print{
    header{
        display: none;
    }
    footer{
        display: none;
    }
    button#btnImprimir {
        display: none;
    }
    #container-conteudo{
        width: 100%;
    }
    #separacao-linha{
        display: none;
    }
    .relatorio_impressao{
        font-size: 12px
    }
    /* */
    .titulo_sessao {
        display: none;
    }
    .local_sessao{
        display: block;
    }
    .btn_impressao{
        display: none;
    }
    .painel_local_sessao {
        display: block;
    }
    /* */
}

.resumo-autores{
    font-weight: bold;
}

table.submissoes td{
    vertical-align: middle !important;
}

table.submissoes td.botoes{
    text-align: right;
}

@media print{
    .noprint{
        display: none;
    }
}

.logo_recibo_submissao{
    float: left;
    height: 90px;
    margin-right: 15px;
}

.titulo_recibo_submissao h1{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.titulo_recibo_submissao h2{
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
}

.flexigrid div.form-div input[type="text"]{
    height: 30px !important;
}

.dialogo_local{
    display: none;
}

.mensagem_boas_vindas{
    font-weight: bold;
    font-size: 17px;
    color: #31708f;
}

.datahora_sessao_especial{
    width: 150px !important;
}

.status_ja_alocado{
    font-weight: bold;
    color: red;
    white-space: nowrap;
}


.banner {

    background-image: url("../images/plano_fundo_cabecalho.jpg");
}

.minerva img{
    width: 45%;
    margin-left: -15px;

}

.siac img{
    float: right;
    width: 100%;
    margin-top: -4%;
    margin-right: -4%;



}


.retiraLinhaSobrando {

    margin-right: 5px !important;
    margin-left: -15px !important;

}



/*
Tarefa #2088

*/

span .obrigatorio{
    color: red;
}

.text-black {
    color: black;
}

.text-red {
    color: red;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;

}

.font-text-10 {
    font-size: 10px;
}

.font-text-12 {
    font-size: 12px;
}

.font-text-14 {
    font-size: 14px;
}

.font-text-16 {
    font-size: 16px;
}

.font-text-18 {
    font-size: 18px;
}

.font-text-20 {
    font-size: 20px;
}

.font-text-22 {
    font-size: 22px;
}

.font-text-24 {
    font-size: 24px;
}

.font-text-26 {
    font-size: 26px;
}

.font-text-28 {
    font-size: 28px;
}

.font-text-30 {
    font-size: 30px;
}

.font-text-32 {
    font-size: 32px;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}





/*Cadastro de usuario*/
.titulo h2 {

    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: black;
    padding-top: 4%;
    font-family: "Times New Roman", Times, serif;

}


.diminuirEspacamento {
    padding-top: -15%;
}
/* Cadastro de usuario */


/* Mensagem de sucesso */

.fundoMensagemSucesso {

    background-color: #5e97c9;
    height: 100vh;
    opacity: 0.85;
    text-align: center;
    overflow: hidden;
    height: auto;
    padding-bottom: 10%;
    padding-top: 2%;

}



.mensagemSucesso {
    top: 40%;
    bottom: 50%;
    position: relative;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold
}

/* Mensagem sucesso */


/* aba elegivelAvaliador */

.botoesStatus{
    display: inline;
}

.fundoAbas {
    background-color: white;
    margin-top: 5%;
}

.badge{
    display:inline-block;
    padding:.25em .4em;
    font-size:75%;
    font-weight:700;
    line-height:1;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:.25rem
}

.badge:empty{
    display:none
}
.btn .badge{
    position:relative;
    top:-1px
}
.badge-pill{
    padding-right:.6em;
    padding-left:.6em;
    border-radius:10rem
}
.badge-primary{
    color:#fff;
    background-color:#007bff
}
.badge-primary[href]:focus,.badge-primary[href]:hover{
    color:#fff;
    text-decoration:none;
    background-color:#0062cc
}
.badge-secondary{
    color:#fff;
    background-color:#6c757d
}
.badge-secondary[href]:focus,.badge-secondary[href]:hover{
    color:#fff;
    text-decoration:none;
    background-color:#545b62
}
.badge-success{
    color:#fff;
    background-color:#28a745
}
.badge-success[href]:focus,.badge-success[href]:hover{
    color:#fff;
    text-decoration:none;
    background-color:#1e7e34
}
.badge-info{
    color:#fff;
    background-color:#17a2b8
}
.badge-info[href]:focus,.badge-info[href]:hover{
    color:#fff;
    text-decoration:none;
    background-color:#117a8b
}
.badge-warning{
    color:#212529;
    background-color:#ffc107
}
.badge-warning[href]:focus,.badge-warning[href]:hover{
    color:#212529;
    text-decoration:none;
    background-color:#d39e00
}
.badge-danger{
    color:#fff;
    background-color:#dc3545
}
.badge-danger[href]:focus,.badge-danger[href]:hover{
    color:#fff;
    text-decoration:none;
    background-color:#bd2130
}
.badge-light{
    color:#212529;
    background-color:#f8f9fa
}
.badge-light[href]:focus,.badge-light[href]:hover{
    color:#212529;
    text-decoration:none;
    background-color:#dae0e5
}
.badge-dark{
    color:#fff;
    background-color:#343a40
}
.badge-dark[href]:focus,.badge-dark[href]:hover{
    color:#fff;
    text-decoration:none;
    background-color:#1d2124
}

/* aba elegivelAvaliador  */

/* Página para inscrição de trabalho, avaliador e ouvintes */
.inscricaoTrabalhoOuvinteAvaliador {
    padding-top: 10%;

}
/* Página para inscrição de trabalho, avaliador e ouvintes */

/*
Tarefa #2088

*/

/* Ajuda a JP página alterar sessão avaliador #2035 */
.modal-backdrop {

    position: inherit !important;
}


/* Ajuda a JP página alterar sessão avaliador #2035 */


/* #2048 */

.tooltip-arrow,
.trans-tooltip + .tooltip > .tooltip-inner {
    background-color: transparent;
    position: absolute;

}

/* #2048 */



/* #2145 */

#code3 img{
    width: 15%;
    display: inline-block;
}

#code3 .seta img {
    width: 10%;
    margin-top: 8%;
}

/* #2145 */


/* */ 
.fc-state-hover{
    z-index: 2;
}
/* */

/* #2242 */

.selectSessoes select{
    height: 32px;
}

.paddingSessaoPage {

    padding-bottom: 10%;
}

/* #2242 */


/* 2247 */ 

.eventoCalendarioModal {
    z-index: 1;
}

/* 2247 */

/* #2232 */

.modalMapeamentoTematico {
    position: fixed;
    z-index: 1;

}

.tamanhoModalMapeamentoTematico {
    width: 450px;
}

.tabelaAutores select{
    width: 200px !important;
    height: 31px;
    font-size: 10px;
}

.ordemAutor input{
    width: 60px;
    height: 30px;
}

/*.centralizarDiv{
    display: flex;
    justify-content: center;
}*/

/*====================================================================*/
/*@media (min-width : 380px) {    
    .botoesAcessoInternoExterno{
        font-size: 10px;
    }
    
    .problemasDeAcesso{
        font-size: 10px;
    }

    .problemasDeAcesso a {
        font-size: 10px;
    }   
}*/
/*@media (min-width : 380px) {    
    .botoesAcessoInternoExterno{
        font-size: 12px;
    }
    
    .problemasDeAcesso{
        font-size: 12px;
    }

    .problemasDeAcesso a {
        font-size: 12px;
    }   
}*/

/*====================================================================*/

@media (max-width : 380px) {
    .botoesAcessoInternoExterno{
        font-size: 10px;
    }
    
    .problemasDeAcesso{
        font-size: 10px;
    }

    .problemasDeAcesso a {
        font-size: 10px;
    } 

    .banner {
        height: 48px;
        width: 100%;
        background-image: url("../images/plano_fundo_cabecalho.jpg");
    }

    .minerva img{
        width: 40%;
        margin-left: -15px;

    }

    .siac img{
        float: right;
        width: 40%;
        margin-top: -17%;
        margin-right: -14%;

    }
    
}

/*====================================================================*/
/*@media (min-width : 380px) {    
    .botoesAcessoInternoExterno{
        font-size: 12px;
    }
    
    .problemasDeAcesso{
        font-size: 12px;
    }

    .problemasDeAcesso a {
        font-size: 12px;
    }   
}*/

/*====================================================================*/
@media (max-width : 480px) {

    .botoesAcessoInternoExterno{
        font-size: 12px;
    }
    
    .problemasDeAcesso{
        font-size: 12px;
    }

    .problemasDeAcesso a {
        font-size: 12px;
    }   
}

/*====================================================================*/

@media (min-width : 480px) {

    .banner {

        background-image: url("../images/plano_fundo_cabecalho.jpg");
    }

    .minerva img{
        width: 45%;
        margin-left: -15px;

    }

    .siac img{
        float: right;
        width: 40%;
        margin-top: -17%;
        margin-right: -4%;

    }
    .acessoAoSistema {
          padding: 0.5rem;
          display: flex;   
          justify-content: center;
   }
    
    #botaoAcessoExterno{
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    .souDaUfrj{
        text-align: center;
        margin: 0.5rem;
        width: 227px;
        height: 168px;        
        background: #E6E6E6;
        border-radius: 3px;
        padding: 0.5rem;   
    }

    .souDaUfrj label{
        text-align: center;
    }

    .problemasDeAcesso{
    /*        height: 27px;
        width: 465px;*/
        border-radius: 3px;
        background: #DF641D;
        border-radius: 3px;
        margin: 0.5rem;
        color: white;
        font-weight: bold;
        padding: 0.3rem;
    }

    .problemasDeAcesso a {
        text-decoration-color: none;
        color: #000000;
    }   
    
}

/*====================================================================*/

@media (min-width : 768px) {

    .banner {

        background-image: url("../images/plano_fundo_cabecalho.jpg");
    }

    .minerva img{
        width: 45%;
        margin-left: -15px;

    }

    .siac img{
        float: right;
        width: 40%;
        margin-top: -17%;
        margin-right: -4%;

    }
    .acessoAoSistema {
          padding: 0.5rem;
          display: flex;   
          justify-content: center;
   }
    
    #botaoAcessoExterno{
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    .souDaUfrj{
        text-align: center;
        margin: 0.5rem;
        width: 227px;
        height: 168px;        
        background: #E6E6E6;
        border-radius: 3px;
        padding: 0.5rem;   
    }

    .souDaUfrj label{
        text-align: center;
    }

    .problemasDeAcesso{
    /*        height: 27px;
        width: 465px;*/
        border-radius: 3px;
        background: #DF641D;
        border-radius: 3px;
        margin: 0.5rem;
        color: white;
        font-weight: bold;
        padding: 0.3rem;
    }

    .problemasDeAcesso a {
        text-decoration-color: none;
        color: #000000;
    }   
    
}

/*====================================================================*/

@media (max-width : 768px) {
    
    
    .acessoAoSistema {
          padding: 0.5rem;
          display: flex;   
          justify-content: center;
   }
    
    #botaoAcessoExterno{
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    .souDaUfrj{
        text-align: center;
        margin: 0.5rem;
        width: 227px;
        height: 168px;        
        background: #E6E6E6;
        border-radius: 3px;
        padding: 0.5rem;   
    }

    .souDaUfrj label{
        text-align: center;
    }

    .problemasDeAcesso{
    /*        height: 27px;
        width: 465px;*/
        border-radius: 3px;
        background: #DF641D;
        border-radius: 3px;
        margin: 0.5rem;
        color: white;
        font-weight: bold;
        padding: 0.3rem;
    }

    .problemasDeAcesso a {
        text-decoration-color: none;
        color: #000000;
    }   
    
    .banner {

        background-image: url("../images/plano_fundo_cabecalho.jpg");
    }

    .minerva img{
        width: 45%;
        margin-left: -15px;

    }

    .siac img{
        float: right;
        width: 40%;
        margin-top: -17%;
        margin-right: -4%;

    }
    

}

  /*====================================================================*/

/*    @media (min-width : 768px) {
    
        .banner {
    
            background-image: url("../images/plano_fundo_cabecalho.jpg");
        }
    
        .minerva img{
            width: 45%;
            margin-left: -15px;
    
        }
    
        .siac img{
            float: right;
            width: 40%;
            margin-top: -17%;
            margin-right: -4%;
    
        }
    }*/
    /*====================================================================*/

/*    @media (max-width : 768px) {
    
        .banner {
    
            background-image: url("../images/plano_fundo_cabecalho.jpg");
        }
    
        .minerva img{
            width: 45%;
            margin-left: -15px;
    
        }
    
        .siac img{
            float: right;
            width: 40%;
            margin-top: -17%;
            margin-right: -4%;
    
        }
    
    }
    */
    
/*====================================================================*/

@media (max-width : 992px) {

   .divLaranjaTexto{
       display:none;
    }
   
    .divLaranjaLogoSiac{
        display: none;
    }
    
    .divFundoLaranja{
        display: none;
    }
    
     
    .banner {

        background-image: url("../images/plano_fundo_cabecalho.jpg");
    }

    .minerva img{
        width: 45%;
        margin-left: -15px;

    }

    .siac img{
        float: right;
        width: 40%;
        margin-top: -17%;
        margin-right: -4%;

    }
    
}

/*====================================================================*/

@media (min-width : 992px) {

    
    .banner {

        background-image: url("../images/plano_fundo_cabecalho.jpg");
    }

    .minerva img{
        width: 45%;
        margin-left: -15px;

    }

    .siac img{
        float: right;
        width: 70%;
        margin-top: 1%;
        margin-right: -4%;

    }

    .minerva_pdf {
        /*style="width: 110mm; height: 35mm; float: left; margin-left: -10%;"*/
        width: 110mm;
        height: 35mm;
        float: left;
        margin-left: -10%;
    }

    .siac_pdf {
        /*style="width: 100mm; height: 30mm; float: right;  margin-right: -3%; padding-top: 2% ;" "*/
        width: 100mm;
        height: 30mm;
        float: right;
        margin-right: -3%;
        padding-top: 2% ;
    }

    .siac_pdf_caderno {
        /*style="width: 100mm; height: 30mm; float: right;  margin-right: -3%; padding-top: 2% ;" "*/
        width: 110mm;
        height: 35mm;
        float: right;
        margin-right: 2%;
        margin-top: 3% ;
    }

    #justAusencia {
        z-index: 1;
        padding-top: 15%;
    }

    #buscaAvancada h5{
        font-weight: bold;
    }

    #buscaAvancada div h6{
        width: 100%;
        background-color: #f5f5f5 !important;
        border: solid 1px #ddd;
        padding: 10px;
        margin-bottom: 0px;
    }

    #buscaAvancada div h6 a{
        color: #333;
        font-size: 15px !important;
    }

    #buscaAvancada div .corpoGrupoBuscaAvancada{
        border: solid 1px #ddd;
        padding: 10px;
        margin-top: 0px;
    }

    h5.tituloFiltro{
        font-weight: bold;
        width: 100%;
        border-bottom: solid 2px #ddd;
        color: black;
    }

    #timeline {
        list-style: none;
        position: relative;
    }
    #timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        /*    background-color: #4997cd;*/
        background-color: #468c1f;
        left: 50%;
        margin-left: -1.5px;
    }
    #timeline .clearFix {
        clear: both;
        height: 0;
    }
    #timeline .timeline-badge {
        color: #fff;
        width: 50px;
        height: 50px;
        font-size: 1.2em;
        text-align: center;
        position: absolute;
        top: 40px;
        left: 50%;
        margin-left: -25px;
        /*    background-color: #4997cd;*/
        background-color: #468c1f;
        z-index: 1;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    #timeline .timeline-badge span.timeline-balloon-date-day {
        font-size: 1.4em;

    }

    .timeline-balloon-date-day span{

        margin-top: -20px;

    }

    #timeline .timeline-badge span.timeline-balloon-date-month {
        font-size: .7em;
        position: relative;
        top: -10px;
    }
    #timeline .timeline-badge.timeline-filter-movement {
        background-color: #ffffff;
        font-size: 1.7em;
        height: 35px;
        margin-left: -18px;
        width: 35px;
        top: 40px;
    }
    #timeline .timeline-badge.timeline-filter-movement a span {
        color: #4997cd;
        font-size: 1.3em;
        top: -1px;
    }
    #timeline .timeline-badge.timeline-future-movement {
        background-color: #ffffff;
        height: 35px;
        width: 35px;
        font-size: 1.7em;
        top: -16px;
        margin-left: -18px;
    }
    #timeline .timeline-badge.timeline-future-movement a span {
        color: #4997cd;
        font-size: .9em;
        top: 2px;
        left: 1px;
    }
    #timeline .timeline-movement {
        /*  border-bottom: dashed 1px #4997cd;*/
        position: relative;
    }
    #timeline .timeline-movement.timeline-movement-top {
        height: 60px;
    }
    #timeline .timeline-movement .timeline-item {
        padding: 20px 0;
    }
    #timeline .timeline-movement .timeline-item .timeline-panel {
        border: 1px solid #d4d4d4;
        border-radius: 3px;
        background-color: #FFFFFF;
        color: #666;
        padding: 10px;
        position: relative;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }
    #timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
        text-align: right;
    }
    #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
        color: #666;
    }
    #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
        color: #468c1f;
        font-size: 1.3em;
    }
    #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
        text-align: left;
    }
    #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
        color: #e2001a;
        font-size: 1.3em;
    }


    /* Tooltip container */
    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
        opacity: 1 !IMPORTANT;
    }

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        height: 20px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;

        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;

        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

    /* Tooltip arrow */
    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    #selecaoTipoLogin a img{
        max-height: 50px;
        vertical-align: middle;
    }

    #selecaoTipoLogin{
        text-align: center;
        padding-top: 1rem; 
    }

    #selecaoTipoLogin a{
        width: 100%;
    }
    
/*.acessoAoSistema {
       padding: 0.5rem;
       display: flex;   
       justify-content: center;
}
    
#botaoAcessoExterno{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.souDaUfrj{
    text-align: center;
    margin: 0.5rem;
    width: 227px;
    height: 168px;        
    background: #E6E6E6;
    border-radius: 3px;
    padding: 0.5rem;   
}
    
.souDaUfrj label{
    text-align: center;
}
    
.problemasDeAcesso{
        height: 27px;
    width: 465px;
    border-radius: 3px;
    background: #DF641D;
    border-radius: 3px;
    margin: 0.5rem;
    color: white;
    font-weight: bold;
    padding: 0.3rem;
}
    
    .problemasDeAcesso a {
        text-decoration-color: none;
        color: #000000;
    }*/
/*      ====================================================================
*/      
/*@media (min-width : 992px) {
    
        .banner {
    
            background-image: url("../images/plano_fundo_cabecalho.jpg");
        }
    
        .minerva img{
            width: 45%;
            margin-left: -15px;
    
        }
    
        .siac img{
            float: right;
            width: 70%;
            margin-top: 1%;
            margin-right: -4%;
    
        }
        
    }*/
        /*====================================================================*/
    
/*    @media (max-width : 992px) {
    
        .banner {
    
            background-image: url("../images/plano_fundo_cabecalho.jpg");
        }
    
        .minerva img{
            width: 45%;
            margin-left: -15px;
    
        }
    
        .siac img{
            float: right;
            width: 40%;
            margin-top: -17%;
            margin-right: -4%;
    
        }
    
    }*/
/*====================================================================*/
/*
    @media (max-width : 372px) {
    
        .banner {
            height: 48px;
            width: 100%;
            background-image: url("../images/plano_fundo_cabecalho.jpg");
        }
    
        .minerva img{
            width: 40%;
            margin-left: -15px;
    
        }
    
        .siac img{
            float: right;
            width: 40%;
            margin-top: -17%;
            margin-right: -14%;
    
        }
    
    }*/
  

    /*====================================================================*/

    .divFundoLaranja {
        background-color: rgba(223, 100, 29, 0.8);
        opacity: 0.85;
        top: 0px;
        position: sticky;
    }

    #myModalCC {
        z-index: 1;
        padding-top: 15%;
    }

/*====================================================================*/

    @media (min-width: 20em) /* 320px */ { 

        /*    .nav > li {
                font-size: 18px;
            }
        
            .navbar-default {
                border-color: transparent !important;
                background-color: #d9d5d5;
            }
        
            .navbar {
                border-radius: 4px;
                margin-bottom: -1px;
            }*/


        .modalAreaConhecimento {
            /*        position: fixed;
                    display: block;*/
            padding-top: 20%;
        }
     
        .imgBola {
            width: 45%;
        }

        .imgSeta {
            width: 60%;
            padding-top: 15%;
        }

        .divSeta {
            margin-left: -6.5%;

        }


        .logoHeader a{
            font-size: 28px;
        }

        
        
 /*====================================================================*/

/*        .divFundoLaranja{
            background-color: rgba(223, 100, 29, 0.8);
            opacity: 0.85;
            height: 100vh;
        }*/

        .divLaranjaTexto {
            min-height: 220px;
            padding-top: 10%;
        }

        .divLaranjaTexto p{
            font-size: 18px;
            text-align: left;
            padding-left: 13%;
        }

/*        .divLaranjaLogoSiac {
            min-height: 160px;
        }*/

/*        .divLaranjaLogoSiac img{
            padding-top: 10%;
        }*/
/*====================================================================*/

/*        .divLaranjaRedesSociais {
            min-height: 200px;
            padding-left: 18%;
            padding-top: 25%;
        }

        .divLaranjaRedesSociais a{
            display: inline-block;
            padding-top: 10%;
            padding-left: 10%;
        }*/

/*====================================================================*/

        .divFundoLaranjaFlutuante {
            position: sticky;
            top: 0px;
        }
/*====================================================================*/

        .divFundoAzul {
            background-color: #5e97c9cc;
            /*height: 40vh;*/

        }

        .divAzulSugestaoNavegadores {
                padding: 0.5rem;
                text-align: center;
            }

            .divAzulSugestaoNavegadores label{
                padding: 1rem;
            }

        .divImagensNavegadores {
            text-align: center;
            padding-bottom: 1rem;
        }

        .divAzulLogin {
            min-height: 50px;
            padding-top: 5%;
        }

        .divAzulLoginTitulo{
            font-size: 24px;
        }

        .divAzulLoginDescricao {
            font-size: 18px;
        }

        .botoesAcessoInternoExterno p{
            font-size: 16px;
        }

        .divAzulLoginExterno{
            padding-left: 5%;
            padding-right: 5%;
        }

        .divAzulLoginExterno .btn {
            width: 200px;
            margin-left: 10%;
        }

        .acessoExternoComCadastro p{
            text-align: justify;
            font-size: 16px;
            color: white;
            font-weight: bold;
        }

        .divAzulCadastroLembreteSenha p {
            text-align: justify;
            font-size: 16px;
            color: white;
            font-weight: bold;
        }


        .divAzulCadastroSenha {
            font-size: 16px;
            color: white;

        }

        .divAzulCadastroSenha a{
            color: white;
            font-weight: bold;
            margin-left: 45px;
        }


        .divAzulLembreteSenha {
            font-size: 16px;

        }

        .divAzulLembreteSenha a{ 
            color: white;
            font-weight: bold;
            margin-left: 53px;
        }
    }

    
    @media (min-width: 22.50em) /* 360px */{
/*====================================================================*/

/*        .divLaranjaTexto p {
            font-size: 18px;
            text-align: left;
            padding-left: 17%;
        }*/

/*        .divLaranjaLogoSiac {
            min-height: 170px;
        }*/

/*        .divLaranjaLogoSiac img {
            padding-top: 10%;
            width: 80%;
            margin-left: 8%;
        }*/
/*====================================================================*/

        .divLaranjaRedesSociais {
            min-height: 200px;
/*            padding-left: 20%;
            padding-top: 20%;*/
        }

        .divAzulLoginExterno .btn {
            width: 200px;
            margin-left: 15%;
        }

    } 


    @media (min-width: 23.44em) /* 375px */{ 

        .divAzulLoginExterno .btn {
            width: 200px;
            margin-left: 18%;
        }

    } 

    @media (min-width: 24em) /* 384px */{ 



    } 

    @media (min-width: 25.75em) /* 412px */{ 

/*====================================================================*/

/*        .divLaranjaTexto p {
            font-size: 18px;
            text-align: left;
            padding-left: 20%;
        }*/
/*====================================================================*/

        .divAzulLoginExterno .btn {
            width: 200px;
            margin-left: 20%;
        }


    } 

    @media (min-width: 30em) /* 480px */{ 

/*====================================================================*/

/*        .divLaranjaTexto p {
            font-size: 18px;
            text-align: left;
            padding-left: 10%;
        }*/

/*        .divLaranjaLogoSiac img {
            padding-top: 20%;
            width: 80%;
            margin-left: 8%;
        }*/
/*====================================================================*/

        .divLaranjaRedesSociais {

/*            padding-left: 25%;*/

        }

        .divAzulLoginExterno .btn {
            width: 200px;
            margin-left: 24%;
        }

        .divAzulLoginExterno .form-group {
            width: 250px;
            margin-left: 18%;
        }
    } 

    @media (min-width: 37em) /* 592px */{ 
/*====================================================================*/

/*        .divLaranjaTexto p {
            font-size: 18px;
            text-align: left;
            padding-left: 12%;
        }*/


/*        .divLaranjaLogoSiac img {
            padding-top: 8%;
            width: 70%;
            margin-left: 13%;
        }*/
/*====================================================================*/


        .divLaranjaRedesSociais {
            min-height: 200px;
/*            padding-left: 25%;
            padding-top: 20%;*/
        }

        .divAzulLoginExterno .btn {
            width: 200px;
            margin-left: 30%;
        }

        .divAzulLoginExterno .form-group {
            width: 250px;
            margin-left: 25%;
        }

        /*    .divAzulSugestaoNavegadores {
        
                padding-top: 10%;
                max-width: 450px;
                margin-left: 12%;
            }*/

        .divAzulLogin {

            max-width: 400px;
            margin-left: 16%;
        }

    } 

    @media (min-width: 37.50em) /* 600px */{ 

        .divAzulLoginExterno .form-group {
            width: 250px;
            margin-left: 25%;
        }

    } 

    @media (min-width: 41em) /* 656px */{ 

/*====================================================================*/

/*        .divLaranjaTexto p {
            font-size: 20px;
            text-align: left;
            padding-left: 13%;
        }*/

/*        .divLaranjaLogoSiac img {
            padding-top: 8%;
            width: 65%;
            margin-left: 15%;
        }*/

/*====================================================================*/

        .divLaranjaRedesSociais {
            min-height: 200px;
/*            padding-left: 30%;
            padding-top: 20%;*/
        }

        .divAzulLoginExterno .form-group {
            width: 250px;
            margin-left: 25.5%;
        }

        /*    .divAzulSugestaoNavegadores {
        
                margin-left: 13%;
            }*/

    } 


    @media (min-width: 47em) /* 752px */{ 
/*====================================================================*/

/*        .divLaranjaTexto p {
            font-size: 20px;
            padding-left: 13%;
        }*/

/*        .divLaranjaLogoSiac img {
            width: 60%;
            margin-left: 20%;
            padding-top: 18%;
        }*/
/*====================================================================*/

        .divLaranjaRedesSociais {

/*            padding-left: 32%;*/

        }

        .acessoExternoComCadastro p {
            text-align: left;

        }

        .divAzulLoginExterno .form-group {
            width: 250px;
            margin-left: 25%;
        }

        .divAzulLoginExterno .form-group {

            margin-left: 30%;
        }

        .divAzulLoginExterno .btn {
            width: 200px;
            margin-left: 33.5%;
        }

        /*    .divAzulSugestaoNavegadores {
        
                margin-left: 17%;
            }*/

    }


/*    @media screen and (min-width: 48em)  768px { 




        .divAzulLogin {

            margin-left: 22.5%;
        }

    } */


    @media (min-width: 50em) /* 800px */{ 

/*====================================================================*/

/*        .divLaranjaTexto p {
            font-size: 24px;
            padding-left: 8%;
        }*/

/*        .divLaranjaLogoSiac img {
            width: 70%;
            margin-left: 14%;
            padding-top: 8%;
        }*/

    } 
/*====================================================================*/


    @media (min-width: 52.13em) /* 834px */{ 

        .divLaranjaRedesSociais {

            padding-top: 15%;
        }

        /*    .divAzulSugestaoNavegadores {
                margin-left: 22%;
            }*/

        .divAzulLogin {
            margin-left: 24.5%;
        }

        .divAzulLoginExterno .form-group {
            margin-left: 33%;
        }

        .divAzulLoginExterno .btn {

            margin-left: 35.5%;
        }


    }

    @media (min-width: 56.25em) /* 900px */{ 
/*====================================================================*/
/*        .divLaranjaTexto p {
            font-size: 28px;
            padding-left: 8%;
        }*/

/*====================================================================*/

        .divLaranjaRedesSociais {

            padding-top: 10%;
        }

        /*    .divAzulSugestaoNavegadores {
                margin-left: 24%;
            }*/

        .divAzulLogin {
            margin-left: 26.5%;
        }

        .divAzulLoginExterno .form-group {
            margin-left: 34%;
        }

        .divAzulLoginExterno .btn {

            margin-left: 37%;
        }

    }

    @media (min-width: 62em) /* 992px */{ 

        #myModalCC {
            padding-top: 15% !important;
        }

        .modal {
            text-align: center;
            padding-top: 10% !important;

        }

        .modal-dialog {
            
            display: inline-block;
            vertical-align: middle;
            width: 90%;
            margin: 0;
            padding: 0;
        }

        .modal-content {
            height: auto;
            min-height: 50% !important;
            border-radius: 0;
        }

        .modal:before {
            display: inline-block;
            vertical-align: middle;
            content: " ";

        }

        .imgBola {
            width: 85% !important;
        }

        .imgSeta {
            width: 60% !important;
            padding-top: 15% !important;
        }

        .divSeta {
            margin-left: -6.5% !important;
        }

        .divSetaBaixo {
            display: none !important;
        }

        .divSetaDireita {
            display: block !important;
        }

/*====================================================================*/

/*        .divLaranjaLogo {
            background-color: rgba(223, 100, 29, 0.8);
            opacity: 0.85;
            display: none;
        }
====================================================================*/


        .divFundoAzul {
            background-color: #5e97c9cc;
            
        }

/*====================================================================*/

/*        .divLaranjaTexto {
            min-height: 220px;
            padding-top: 20%;
        }*/

        .divLaranjaRedesSociais {

            
/*            padding-left: 15%;*/

        }

/*        .divLaranjaLogoSiac {
            min-height: 320px;
            padding-top: 60%;
        }*/

/*        .divLaranjaTexto p {
            font-size: 18px;
            text-align: left;
            padding-left: 5%;
        }*/

/*        .divLaranjaLogoSiac img {
            padding-top: 10%;
            width: 90%;
            margin-left: 1%;
        }*/
/*====================================================================*/

        
        .divFundoAzulCadUserExterno {
            min-height: 880px;
        }

        .divAzulLoginPai {
            min-height: 315px;
        }
       
        .divAzulLoginPai label {
            padding: 10px;
        }
        .divAzulLogin {
            min-height: 50px;
            padding-top: 5%;
            max-width: 310px;
            margin-left: 10%;
        }

        .divAzulSugestaoNavegadores {
            min-height: 120px;
            /*        padding-top: 10%;*/
            /*        max-width: 350px;*/
            /*        margin-left: 5%;*/
        }

        .acessoExternoComCadastro p {
            text-align: justify;
            margin-left: -8%;
        }

        .divAzulLoginExterno .form-group {

            margin-left: 3%;
            width: 200px;
        }

        .divAzulCadastroLembreteSenha .btn {
            width: 200px;
            margin-left: 22%;
        }

        /*    .divAzulformularioLogin .btn {
                margin-left: 3%;
            }*/

        .tituloAvaliadorConvites {
            text-align: center;
            background-color: rgba(223, 100, 29, 0.8);
        }

        .numeroConvitesAvaliador {
            background-color: rgba(223, 100, 29, 0.8);
        } 

        .tituloCoordenadorConvites {
            text-align: center;
            background-color: rgba(94, 151, 201, 0.8);
        }

        .numeroConvitesCoordenador {
            background-color: rgba(94, 151, 201, 0.8);
        } 

       

    } 


    @media (min-width: 64em) /* 1024px */{ 


        .divLaranjaRedesSociais {

/*            padding-left: 12%;*/
            /*        margin-top: 24.5%;*/
        }
    }

    @media (min-width: 68em) /* 1088px */{ 

        .acessoExternoComCadastro p {
            text-align: justify;
            margin-left: -5%;
        }

        .divAzulLoginExterno .form-group {
            margin-left: 5%;
            width: 200px;
        }

        /*    .divAzulformularioLogin .btn {
                margin-left: 5%;
            }*/

        .divAzulCadastroLembreteSenha .btn {
            width: 180px;
            margin-left: 24%;
        }

        .divAzulLogin {

            margin-left: 13%;
        }

        /*    .divAzulSugestaoNavegadores {
        
                margin-left: 8%;
                margin-top: 5%;
            }*/

    }

    @media (min-width: 75em) /* 1200px */{ 

        /*    .navbar {
                margin-left: 16%;
                margin-right: 16%;
            }*/
/*====================================================================*/

/*        .divFundoLaranja {
            background-color: #df641dcc;            
            height: auto;
            overflow: hidden;
        }*/

/*        .divLaranjaTexto {

            padding-top: 10%;
        }*/


/*        .divLaranjaTexto p {
            font-size: 18px;

        }*/

/*        .divLaranjaLogoSiac img {

            padding-top: 10%;
        }*/
/*====================================================================*/

        .divLaranjaRedesSociais {
            min-height: 275px;
           padding-top: 90%;
/*            padding-left: 15%;*/
        }

        /*    .divAzulSugestaoNavegadores {
                margin-left: 12%;
                padding-top: 1%;
            }*/

        .divAzulLogin {
            margin-left: 16.5%;
        }

        .acessoExternoComCadastro p {
            margin-left: -5%;
        }

        .divAzulLoginExterno .form-group {
            margin-left: 12%;

        }

        /*    .divAzulformularioLogin .btn {
                margin-left: 12%;
            }*/

        .divAzulCadastroLembreteSenha .btn {

            margin-left: 27%;
        }

    }

    @media (min-width: 80em) /* 1280px */{ 

        .divAzulLogin {
            margin-left: 19.5%;
        }

        /*    .divAzulSugestaoNavegadores {
                margin-left: 16%;
            }*/


        .divAzulLoginExterno .form-group {
            margin-left: 15%;
        }

        /*    .divAzulformularioLogin .btn {
                margin-left: 15%;
            }*/

        .divAzulCadastroLembreteSenha .btn {
            margin-left: 29.5%;
        }

        .divLaranjaRedesSociais {

/*            padding-top: 85%;
            padding-left: 15%;*/
        }

    } 


    @media (min-width: 82em) /* 1312px */{ 

        .divLaranjaRedesSociais {
            min-height: 301px;
/*            padding-top: 80%;
            padding-left: 15%;*/
        }

        .divAzulLoginExterno .btn {
            width: 200px;
            margin-left: 18%;
        }

        /*    .divAzulformularioLogin .btn {
                margin-left: 18%;
            }*/

        .divAzulCadastroLembreteSenha .btn {
            margin-left: 30%;
        }

    }

    @media (min-width: 85.38em) /* 1366px */ {

        .divLaranjaRedesSociais {
/*            padding-top: 65%;
            padding-left: 15%;*/
        }

 /*====================================================================*/
/*
        .divLaranjaLogoSiac {
            padding-top: 35%;

        }*/

/*        .divLaranjaLogoSiac img {
            padding-top: 1%;
            width: 80%;
            margin-left: 5%;
        }*/

/*        .divFundoLaranja {
            background-color: rgba(223, 100, 29, 0.8);
            opacity: 0.85;
            height: auto;
            overflow: hidden;
        }*/
/*====================================================================*/

        /*    .divFundoAzul {
                background-color: rgba(94, 151, 201, 0.8);
                opacity: 0.85;
                height: 115vh !important;
            }*/

/*====================================================================*/

/*        .divLaranjaTexto p {
            font-size: 18px;
        }*/
/*====================================================================*/




    }

    @media (min-width: 90em) /* 1440px */{ 
/*====================================================================*/

/*        .divLaranjaTexto p {
            font-size: 20px;
        }*/

        .divLaranjaRedesSociais {
/*            padding-top: 74%;
            padding-left: 19%;*/
        }

/*        .divLaranjaLogoSiac img {
            padding-top: 1%;
            width: 90%;

        }*/
/*====================================================================*/

        .divFundoAzul {

/*            height: 115vh;*/
        }

        /*    .divAzulSugestaoNavegadores {
                margin-left: 20%;
            }*/

        .divAzulLogin {
            margin-left: 23.5%;
        }

        .divAzulLoginExterno .form-group {
            margin-left: 22%;
        }

        /*    .divAzulformularioLogin .btn {
                margin-left: 22%;
            }*/

        .divAzulCadastroLembreteSenha .btn {
            margin-left: 33%;
        }

    }

    @media (min-width: 100em) /* 1600px */{ 

/*        .divLaranjaTexto p {
            font-size: 20px;
            text-align: left;
            padding-left: 5%;
        }*/

/*        .divLaranjaLogoSiac img {
            padding-top: 0;
            width: 80%;
            margin-left: 8%;
        }*/

        .divLaranjaRedesSociais {
            padding-left: 20%;
            padding-top: 59.3%;
            min-height: 270px;
        }

        /*    .divAzulSugestaoNavegadores {
                margin-left: 22.5%;
            }*/

        .divAzulLogin {
            margin-left: 25.5%;
        }

        .divAzulLoginExterno .form-group {
            margin-left: 23.5%;
        }

        /*    .divAzulformularioLogin .btn {
                margin-left: 24%;
            }*/

        .divAzulCadastroLembreteSenha .btn {
            margin-left: 34.5%;
        }

    }


    @media (min-width: 120em) /* 1920px */{ 

/*        .divLaranjaTexto p {
            font-size: 20px;
            text-align: left;
            padding-left: 5%;
        }*/

/*        .divLaranjaLogoSiac img {
            padding-top: 0;
            width: 80%;
            margin-left: 8%;
        }*/

        .divLaranjaRedesSociais {
/*            padding-left: 20%;
            padding-top: 48%;*/
            min-height: 270px;
        }

        /*    .divAzulSugestaoNavegadores {
                margin-left: 22.5%;
            }*/

        .divAzulLogin {
            margin-left: 25.5%;
        }

        .divAzulLoginExterno .form-group {
            margin-left: 23.5%;
        }

        /*    .divAzulformularioLogin .btn {
                margin-left: 24%;
            }*/

        .divAzulCadastroLembreteSenha .btn {
            margin-left: 34.5%;
        }


    } 
    @media (min-width: 240em) /* 3840px */{ 
    }
}

#myModalCC{
    padding-top: 1px !important;
    padding-bottom: 190px !important;
}

