.wrapper_justificativa {
    margin-bottom: 15px;
    display: none;
}

.status_salvamento,
.status_salvamento_por_disciplina {
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    position: absolute;
    margin-top: 5px;
}

.status_salvamento.salvo,
.status_salvamento_por_disciplina.salvo {
    color: #01cf11;
}

#barra_progresso_pesquisa {
    color: white;
    height: 35px;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}

#barra_progresso_pesquisa>div {
    padding: 4px 15px;
}

#barra_progresso_pesquisa>div x,
#barra_progresso_pesquisa>div y,
#barra_progresso_pesquisa>div z {
    font-weight: bold;
}

#barra_progresso_pesquisa>p {
    height: 8px;
    width: 100%;
    background: #DDD;
    position: absolute;
}

#barra_progresso_pesquisa>p>b {
    height: 8px;
    width: 0%;
    float: left;
    margin-top: 0px;
}

.barra_porcentagem {
    height: 100%;
    float: left;
}

.texto_porcentagem {
    position: absolute;
    right: 10px;
    font-size: 12px;
    margin-top: -1px;
    color: #FFF;
    text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

@media print {
    .texto_porcentagem {
        right: 0;
        font-size: 10px;
        margin-top: 1px;
    }
}

.table_hover_complexo .tr_interna table.table,
.table_hover_complexo .tr_interna table.table td {
    background-color: #fffdeb;
}

.table_hover_complexo tbody:nth-child(odd) {
    background: #FFF;
}

.table_hover_complexo tbody:hover td[rowspan],
.table_hover_complexo tr:hover td {
    background: #f8f7e9;
}

.table_hover_complexo .tr_interna tbody:hover td[rowspan],
.table_hover_complexo .tr_interna tr:hover td {
    background: #e9e7d4;
}

.group_pergunta_nota .select_invisivel {
    position: absolute;
    padding: 2px;
    background-image: none;
    width: 0;
    height: 0;
    padding: 0;
    border: none !important;
}

.group_estrelas_nota {
    display: inline;
    float: left;
}

.group_estrelas_nota span.text-gray {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-left: -3px;
    padding: 0px 3px;
}

.group_estrelas_nota span.text-gray label {
    font-weight: normal;
    color: #333;
}

.layout-dark .group_estrelas_nota span.text-gray label {
    color: #AAA;
}