.errado{
    color: #E53935 !important;
}

.certo{
    color: #002977 !important;
    font-weight: bold;
}

.checked {
    border: 1px dashed #d7dce5 !important;
}

.linhaAtual {
    border: 3px solid #0e2a60 !important;
    background-color: #0e2a6014 !important;
}

.imgceta{
    width: 1em;
}

.active{
    color: #000;
    background-color: #ae00004d !important;
}

.normal{
    background-color: #fff;
    color: #000;
}

.tblClass{
    width: 100%;
}

.tblRow{

}

.tblCell{
    z-index: 1;
    border: 1px solid #000;
}

.clsDiv{
    position: absolute;
    z-index: 2;
}

.clsInput{
    border: 1px solid #000;
    text-align: center;
    width: 100%;
    min-height: 1em;
}

.btnCheck{

}

.trianguloLetra{
    z-index: 3;
    position: fixed;
    color: #fff;
}

.trianguloParaCima {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #5386E4;
    position: fixed;
    z-index: 2;
}

.trianguloParaBaixo {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #949396;
    position: fixed;
    z-index: 2;
}

.trianguloParaDireita {
    width: 0; 
    height: 0; 
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #4C4B63;
}

.trianguloParaEsquerda {
    width: 0; 
    height: 0; 
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent; 
    border-right:25px solid #ABA8B2; 
}
