.logo-fndo-tela-principal{
    /*height: 120px;*/
    margin-top: 120px;
}

.painel-notificacao-questionario{
    margin-top: 75px;
    margin-bottom: 30px;
}

.painel-notificacao-questionario-cabecalho{
    text-align: center; 
    font-size: 18px; 
    text-decoration: underline;
    width:100%;
}

.icone-direita{
    float: right;
}

.icone-responder-questionario{
    font-size: 17px; 
    color:rgb(120,120,120);   
}

.texto-responder-questionario{
    font-size: 28px; 
    color:rgb(120,120,120);
}

.texto-ultima-avaliacao{
    text-align:right; 
    font-size: 12px; 
    margin-right:4px; 
    color:rgb(100,100,100); 
    font-style: italic;
}

#div-logo-fundo{
    display:none;
}

#div-painel-notificacoes{
    display:none;
}

.efeito-exibicao{
    display:none;
}

input[type="checkbox"]{
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
}

.icone_hover:hover{
    cursor: pointer;
}
.texto_opcao{
    border:0px solid black; 
    width: auto; 
    height: auto; 
    position: relative; 
    float: left;
}
.texto_opcao:hover{
    cursor: pointer;
}

.opcao_cascata{
    width: 100%; 
    height: 25px; 
    border: 0px solid greenyellow; 
    color: black; 
    position: relative; 
    float: left; 
    margin-top: 10px;    
}

.grupo_opcao{
    border: 0px dashed red; 
    padding: 0px;     
}

.margem-container-conteudo{                        
    margin-top: 50px;            
}

.margem-container-grid{                        
    margin-top: 30px;            
}

.centered {
    margin: 0 auto !important;
    float: none !important;
}

@media only screen and (min-width: 800px) and (max-width: 5000px)
{
    .janela_tamanho{
        min-width: 700px;        
    }
}

@media only screen and (min-width: 800px) and (max-width: 5000px)
{
    .janela_tamanho_2{
        min-width: 1200px;        
    }
}

@media only screen and (min-width: 800px) and (max-width: 5000px)
{
    .janela_tamanho_3{
        min-width: 500px;        
    }
}

.janela_msg{
    /*overflow: scroll;*/
}

.painel_categoria:hover {
    cursor: pointer;
}

.fundo_white{
    background-color:white
}

.text_title_card{
    color:#02225E;
    text-align: center;
    font-weight:600;
    font-size:15px;
}

.text_subtitle_card{
    text-align: center;
}

.title_card{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}


.load_card {
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
  }
  body {
    min-zoom: 100%;
  }