.text-black { color: black;}
.pointer:hover {
    cursor: pointer;
}

.info-cad-unico {
    margin-bottom: 12px;
    margin-top: -10px;
}

.iframe-epag {
    margin: 0;
    padding: 0;
    border: 0;
    width: 1px;
    min-width: 100%;
}

.icon-info{
    margin-left: 5px;
}

.icon-info:hover {
    color: #2275d7;
}

.msg-validacao{
    background: #f3f3f3;
    padding: 8px;
    border-radius: 10px;
}

.boletim-grade-gabarito {
    font-size: 11px;
}

.boletim-grade-tr {
    text-align: center;
}

.box-btn-acoes{
    position: absolute;
    top: 30px;
    right: 30px;
}

.center {text-align: center;}
.gray-light { background-color: #EBEDF3;}
.txt-parecer{    
    position: absolute;
    top: 15px;
    right: 10px;
}
.btn-150{
    margin-bottom: 5px;
    margin-top: 5px;
}

.compara-desempenho .table thead th{
    text-align: center;
}

.compara-desempenho .table tbody tr td {
    text-align: center;

}

.compara-desempenho .section-title {
    text-align: center;
    font-weight: bold;
}

.compara-desempenho .formula {
    font-size: 14px;
    margin: 20px;
  }
.compara-desempenho  .vezes::before {
    content: " × ";
  }
.compara-desempenho  .dividido::before {
    content: " ÷ ";
  }