
/* BODY DOS RESULTADOS */

#bodyResultados {
    margin-top: 10px;
    min-width: 30%;
}

.wrapperResultados {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

#wrapperBotoesResultados {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.botaoResultado {
    background-color: #D32A63;
    color: white;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px;
    width: 70%;
    margin-top: 10px;
    border: 4px solid #be2256;
}


.botaoResultado:hover {
    cursor: pointer;
    background-color: #b62354;
}
.botaoResultado:active {
    background-color: #991a45;
}

.botaoVoltar {
    align-self: flex-end;
    width: 20%;
    position: absolute;
    margin-left: 20px;
    margin-top: 0px;
}

#resultadoWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 30%;
}


.wrapperInputs {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;

}

.labelInput  {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.labelInput span:first-child {
    white-space: nowrap;
}

.inputResultados {
    flex: 1;
}

#resultadoTitulo {
    margin-bottom: 7px;
    width: 50%;
    text-align: center;
    position: relative;
}

/* —————————————————————/ RESULTADOS INDIVIDUAIS \—————————————————————————*/

.instrucoesResultados {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.isento {
    display: flex;
    flex-direction: column;
    place-items: center;
}

.tituloDadosGerados {
    padding-bottom: 5px;
    text-align: center;
    margin: 3px 0 15px;
    border-bottom: 1px solid #ccc;
}

.resultadoFiltroWrapper {
    margin: 0 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.tablesorter {
    margin: 0 2%;
    width: 96% !important;
}

.tituloResultadoFinal {
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
    padding-bottom: 10px;
}

.RITotalWrapper {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.resultadosIndividualWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.resultadosIndividualWrapper > div {
    padding: 5px 15px;
    flex: 1;
    text-align: center;
}

.statusRI {
    margin-top: 5px;
    text-align: center;
}

.negrito {
    font-weight: 700;
}

.detalhesWrapper {
    display: flex;
    justify-content: center;
}

.btnDetalhe {
    width: 45%;
    margin-top: 10px;
}

@media (max-width: 1000px)
{
  .botaoVoltar {
      width: 35%;
      position: inherit;
  }
  #resultadoTitulo {
      width: auto;
  }
}

@media (max-width: 600px)
{
    .btnDetalhe
    {
        width: 65%;
    }

    .resultadoFiltroWrapper {
        font-size: 14px !important;
    }
    .resultadoFiltroWrapper label {
        font-size: 14px !important;
    }
}

@media (max-width: 450px)
{
    .resultadoFiltroWrapper {
        font-size: 11px !important;
    }
    .resultadoFiltroWrapper label {
        font-size: 11px !important;
    }

    .botaoVoltar {
        font-size: 7px;
    }
    .tablesorter th {
        font-size: 13px;
    }

    .tablesorter td {
        font-size: 11px;
    }
}

@media (max-width: 300px)
{
    .resultadoFiltroWrapper label {
        font-size: 9px !important;
    } 

    .tablesorter th {
        font-size: 9px;
    }

    .tablesorter td {
        font-size: 9px;
    }
}


.resultado {
    margin-bottom: 15px;
}

.campo {
    width: 100%;
}

.campo tbody {
    width: 100%;
}

.resultado#resultado_completo > h1, .resultado#resultado_completo > h2 {
    text-align: center;
}
.resultado#resultado_completo > h1 {
    font-size: 30px !important;
}

.nomeCandidato {
    font-family: 'Arial' !important;
    font-weight: 700 !important;
}
/* —————————————————————/ FIM RESULTADOS INDIVIDUAIS \—————————————————————————*/



/* —————————————————————/ RESULTADO GERAL \—————————————————————————*/
  div#curso {
    padding: 5px !important;
  }

  table.tablesorter thead tr th,
  table.tablesorter tfoot tr th {
    background-color: #fb522b;
    border: 1px solid #FFF;
    padding: 4px !important;
    color: white;
  }

  table#ordenavel {
    width: 100%;
  }

  table#ordenavel tr td {
    padding: 4px !important;
    font-weight: 700;
  }

  .alter1 { 
    background: #2a21e5;
    color: white;
  }


  .alter2 {
    background: #fb522b;
    color: white;
  }

  .altered {
    background: #e0eef7;
    padding: 3px !important;
  }

  div#lista h2 {
    font-size: 25px !important;
  }

  div {
    font-weight: bold !important;
  }

  .tituloCurso {  
    text-align: center;
  }

  .subTituloCurso {
    text-align: center;
    margin: 25px 0 5px;
  }

  .linesBeforeAfter {
    position: relative;
    text-align: center;
  }

  .linesBeforeAfter:before {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    background: #ccc;
    left: 0;
    top: 50%;
    position: absolute;
  }
  
  .linesBeforeAfter:after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    background: #ccc;
    right: 0;
    top: 50%;
    position: absolute;
  }


  /* —————————————————————/ FIM RESULTADO GERAL \—————————————————————————*/