.odd {
  background-color: #F7F7F7;
}
.even {
  background-color: '';
}

table.presenca-tabela {
   width: 96%;
   border: 2px solid black;

   border-collapse: separate;
   padding: 2px;
}

#presenca-legenda {
   border: none;
   font-size: 12px;
   width: 35%;
}

#presenca-legenda tr td {
    border: none;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

table.presenca-tabela tr td span.presente {
   color: #28a745;
   font-weight: bold;
}

table.presenca-tabela tr td span.falta {
    color: #dc3545;
    font-weight: bold;
}

table.presenca-tabela tr td span.feriado {
    font-weight: bold;
}

table.presenca-tabela tr td span.remarcar {
   text-decoration: line-through;
}

table.presenca-tabela tr td span.cancelado {
   text-decoration: line-through;
}

table.presenca-tabela tr td.presenca {
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    cursor: pointer;
    margin: 0;
    max-width: 67px;
    min-width: 67px;
    padding: 3px;
    vertical-align:middle;
}

table.presenca-tabela tr th.presenca-fill {
    line-height:0.1px;
    margin: 0;
    max-width: 67px;
    min-width: 67px;
}

#presenca-legenda tr td span{
    background-color: #FBB85C;
}

table.presenca-tabela th.simples, table.presenca-tabela td.simples {
   border-bottom: 2px solid #000;
   text-align: center;
   vertical-align: bottom;
}

table.presenca-tabela th.divisor, table.presenca-tabela td.divisor{
   border-right:1px solid #000;
}

#tabela-alunos > thead > tr.ng-table-sort-header > th.header.divisor.sortable > div {
    width:75px;
}

table.presenca-tabela th.colspan{
   text-align:center;
   text-decoration:underline;
}

table.presenca-tabela td.cabecalho{
    font-size: 12px;
    padding: 5px;
}

table.presenca-tabela td p{
    font-size:11px;
    margin-bottom:0;
    line-height: 0.9
}

table.presenca-tabela td.numeros{
    vertical-align: middle;
}

table.presenca-tabela td.sem-plano{
    vertical-align: middle;
}

table.presenca-tabela td.nome{
    text-align: left;
    vertical-align: middle;
}

.small-font {
    font-size: 9px;
}
.medium-font {
    font-size: 12px;
}

md-dialog.desmarcar {
   min-height: 200px;
   min-width: 650px;
 }

.underline:hover {
  text-decoration: underline;
}

md-dialog.presenca-planos {
   min-height: 600px;
   min-width: 1000px;
 }

.aula-plano-presenca {
    border: 1px solid;
    font-size: 11px;
    height: 52px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.aula-presenca-falta {
    background: #f8d7da !important;
    color: #721c24 !important;
    font-weight: bold;

}

.aula-presenca-presente {
    background: rgb(212, 237, 218) !important;
    color: #155724 !important;
    font-weight: bold;
}

.aula-presenca-desmarcado {
    background: #fcf8e3 !important;
    color: #8a6d3b !important;
    font-weight: bold;
}

.aula-presenca-cancelado {
    background: #e5e5e5 !important;
    color: #6c757d!important;
    font-weight: bold;
}

.aula-presenca-feriado {
    background: #538DD5;
    font-weight: bold;
}

.aula-estendida {
   border: 3px solid #d58512;
}

.aula-alterada {
   border: 3px solid #4a067c;
}