.wk-notas-legenda {
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
}

.wk-aula-rec {
    border: 0.5px solid #9E0E0E;
    border-radius: 2px;
    color: rgba(146, 22, 22, 0.58);
    padding: 0px 7px;
}

.wk-aula-apto {
    border: 0.5px solid #ACACAC;
    border-radius: 2px;
    color: #968D8D;
    padding: 0px 7px;
}

.aula-drop .ls-btn-primary::after{
	display: none !important;
}

.aula-drop .ls-btn-primary:hover{
    box-shadow: 0px 2px 4px #00000029;
    background: #FAFBFD;
}

.aula-drop.ls-active .icon-seta-baixo {
    transform: rotate(180deg);
}

#txtSiglaLabel {
    width: 15%;
    min-width: 5rem;
}

#txtDescLabel {
    width: 39%;
    min-width: 9.7rem;
}

#numValorLabel {
    width: 15%;
    min-width: 5rem;
}

#dtParaLabel {
    width: 22%;
    min-width: 7rem;
}

@media screen and (max-width: 500px) {
    #txtSiglaLabel, #txtDescLabel, #numValorLabel, #dtParaLabel {
        width: 100%;
    }
}

.notas-sigla {
    width: 100% !important;
}

.notas-dsc {
    width: 100% !important;
}

.notas-valor{
    width: 100% !important;
}

.notas-data {
    width: 100% !important;
}

.notas-adicionar-titulo {
    font-size: 1.3rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

#aula-gerenciar-avaliacoes .alerta  {
    display: none;
}

#aula-gerenciar-avaliacoes .wk-table thead tr th {
    font-weight: 600 !important;
}
#aula-gerenciar-avaliacoes .wk-table tbody > tr td {
    color: #0A0A0A;
    font-size: 1rem;
    height: 4rem;
}

#aula-gerenciar-avaliacoes #tableGerenciarAvaliacao_wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

#tableGerenciarAvaliacao_wrapper::-webkit-scrollbar {
	width: 6px;
	background: #f4f4f4;
	border-radius: 5rem;
}
#tableGerenciarAvaliacao_wrapper::-webkit-scrollbar-track {
	background-color: #f4f4f4;
    border-radius: 5rem;
}
#tableGerenciarAvaliacao_wrapper::-webkit-scrollbar-thumb {
    background: #dad7d7;
	border-radius: 5rem;
}
#tableGerenciarAvaliacao_wrapper::-webkit-scrollbar-thumb:hover {
    background: #999; 
}

#aula-gerenciar-avaliacoes .preloadElement {
    border-radius: 0 !important;
}

.notas-my-auto {
    margin: 0 auto !important;
}