/* AULA */

.sala-table {
    border: 2px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    margin-top:-2px
}

.aula-table {
    font-size: 12px;
    min-width: 114px;
    text-align: center;
    white-space: nowrap
}

.horario-header {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 2px solid black;
    cursor: default;
    font-weight: bold;
    height: 16px;
    line-height: 1.2;
    padding: 0px;
    vertical-align: bottom;
    min-width: 114px
}

.horario-header[ng-click] {
    cursor: default;
}

.aula-default {
    border: 1px solid black;
    cursor: crosshair;
    height: 28px;
    vertical-align: bottom;
    width: 114px;
}

.aula-com-aluno {
    cursor: pointer;
    height: 28px;
    width: 114px;
}

.aula-sem-aluno {
    cursor: crosshair;
}

.aula-sem-aula {
    border: 1px solid black;
    cursor: text;
    height: 28px;
    width: 114px;
}

.aula-remarcada {
    background-color: #FBB85C;
}

.aula-experimental {
    background-color: yellow;
}

.aula-gym-pass {
    background-color: #FF80C0;
}

.aula-vai-remarcar {
    text-decoration: line-through;
}

.aula-primeira {
    background-color: #07CFF6;
}

.aluno-faltou {
    color: red;
    font-weight: bold;
    text-decoration: line-through;
}

.plano-acabando {
    background-color: #B089ff;
}

.plano-adiantado {
    background-color: #35E870;
}

.sala-descricao {
    border-bottom: 1.25px solid black;
    border-left: 2px solid black;
    border-right: 1px solid black;

    font-weight: bold;
    margin: ;: 0;
    text-align: center;
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl;
}

/* AULA-UNICA */

md-dialog.aula-unica {
   min-height: 400px;
   min-width: 700px;
}


/* PRESENÇA */

.sala-alterar {
    margin-left:24px;
    margin-top:-24px;
    width:80px
}
.horario-alterar {
    margin-top:-24px;
    width:100px
}

md-dialog.presenca {
   min-height: 400px;
   min-width: 700px;
 }


 /* SUBSTITUICAO-PROFESSORA */

 md-dialog.substituicao-professora {
    min-height: 500px;
    min-width: 800px;
 }

.presenca-popup {
    font-size: 11px;
}

.radio-presenca {
    margin-bottom: 10px !important;
}

/* CONTROLE PRESENÇAS */
.controle-presencas {
    font-size:9px;
    margin-left:97px;
    margin-top:-13px;
    position:absolute;
}

/* LISTA ESPERA */
.reloginho-laranja {
    color: darkorange;
    line-height: 0.75px !important;
    top: 1.75px !important;
}

.reloginho-azul {
    color: #269abc;
    line-height: 0.75px !important;
    top: 1.75px !important;
}