.domingo {
    background-color: #eee;
}

.professora-header {
    padding: 25px;
}

.header-font {
    font-size: 20px;
}

.bracket-font {
    font-size: 82px;
}

.horario-professora {
    background-color:#ccc;
    border:1px solid #ddd;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    text-align: center;
}

.total-alunos {
    background-color:rgb(212, 237, 218);
    border:1px solid black;
    font-size:20px;
    font-weight:bold;
    height:35px;
    min-width:50px;
    padding:3px;
    width:50px;
}

.total-sem-alunos {
    background-color:lightblue;
    border:1px solid black;
    font-size:20px;
    font-weight:bold;
    height:35px;
    min-width:50px;
    padding:3px;
    width:50px;
}

.total-aulas-faltas {
    background-color:#f8d7da;
    border:1px solid black;
    font-size:20px;
    font-weight:bold;
    height:35px;
    min-width:50px;
    padding:3px;
    width:50px;
}

.total-aulas-desmarcados {
    background-color:#fcf8e3;
    border:1px solid black;
    font-size:20px;
    font-weight:bold;
    height:35px;
    min-width:50px;
    padding:3px;
    width:50px;
}

.total-geral {
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    margin-left: 20px;
    margin-top: 50px;
    width: 120px
}

.text-center {
    text-align: center;
}

.padding-operator {
    padding: 5px;
}

.calendario-dia {
    border: 1px solid #ddd;
    min-height: 120px;
    min-width: 120px;
    padding: 5px;
}

.total-dia {
    font-weight: bold;
    margin-top: 18px;
    text-align: center;
}

.total-alunos-dia {
    background-color: rgb(212, 237, 218);
    border: 1px solid black;
    height: 30px;
    min-width: 30px;
}

.total-spacing-dia {
    max-width: 7px;
}

.total-sem-aula-dia {
    background-color: lightblue;
    border: 1px solid black;
    height: 30px;
    min-width: 30px
}

.total-falta-dia {
    background-color: #f8d7da;
    border: 1px solid black;
    height: 30px;
    min-width: 30px;
}

.total-desmarcado-dia {
    background-color: #fcf8e3;
    border: 1px solid black;
    height: 30px;
    min-width: 30px;
}

.total-horas-trabalhadas {
    border-color:orange;
    border-style:dashed;
    border-width:2px;
    padding-top:10px;
    width:95px
}

.professora-nome {
    font-size: 20px;
    text-transform: capitalize;
}