/* header */
.header-prof {
    margin-bottom: 0px;
}

/* legenda */
.legenda-prof {
    font-weight: bold;
    height: 40px;
    /*width: 550px !important;*/
}

.legenda-presente {
    color: #155724;
    font-size: 12px;
    padding: 3px;
    width: 100px;
}

.legenda-falta {
    color: #721c24;
    font-size: 12px;
    padding: 3px;
    width: 75px;
}

.legenda-desmarcado {
    color: #8a6d3b;
    font-size: 12px;
    padding: 3px;
    width: 100px;
}

.legenda-online {
    font-size: 12px;
    padding: 3px;
    width: 100px;
}

.legenda-quadrado {
    height: 20px;
    width: 20px;
}

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

}

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

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

.online-prof {
    background: #04C544 !important;
    font-weight: bold;
}

/* aulas profs*/

.collapse-prof {
    margin-top:7px;
    transition: none;
}

.header-sem-borda {
    border: 0px !important;
}

.header-cursor-default {
    cursor: default;
}

.dia-semana-header-prof {
   border: 2px solid black;
   font-size: 16px;
   font-weight: bold;
   padding: 2px;
   vertical-align: middle;
   width: 300px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  /*width: 487px;*/
}

.tabela-aulas-prof {
    font-size: 12px;
    margin-left: 1px;
    margin-bottom: 20px;
}

.tabela-aulas-prof td{
    border: 1px solid;
    padding: 10px;
}

.td-aluno-prof {
    white-space:nowrap;
    width: 115px;
}

.tabela-aulas-prof-sem-aula {
    margin-left: 30px;
    margin-bottom: 20px;
}

.th-aluno-prof {
    font-weight: bold;
    line-height: 8px;
}

.td-horario-prof {
    cursor: default;
    font-weight: bold;
}

.td-horario-prof-subs {
    background-color: #ccc;
    cursor: default;
    text-decoration: line-through;
}

.filler-prof {
    height: 100px;
}

/* Texto vertical */

.rotated-parent {
    max-width: 30px;
    overflow: hidden;
}

.rotated {
    font-weight: bold;

    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    white-space: nowrap !important;
    float: left;

    min-width: 400%;
    margin-left: -150%;
}

.rotated-up {
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: none; /* Mandatory for IE9 to show the vertical text correctly */

    -ms-transform-origin: center center 0;
    -moz-transform-origin: center center 0;
    -webkit-transform-origin: center center  0;
    transform-origin: center center 0;

}

/* status */
.aula-prof-presenca {
    border: 1px solid;
    font-size: 11px;
    height: 35px;
    padding: 1px !important;
    text-align: center;
    vertical-align: middle;
}

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

}

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

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

md-dialog.presenca-prof {
   min-height: 200px;
   min-width: 425px;
}

/* calendario */

.barCalendarioProf {
    float:right;
    margin-left: -10px;
    margin-top: -67px;
    width: 550px;
    z-index:100000;
}

.navegacaoDataProf {
    margin-left:-25px;
    width:550px;
}

.data-semana-prof {
    font-size: 15px !important;
    font-weight: bold !important;
    outline:none !important;
}

/* login */
.login-msg {
    margin-left: 20px;
}