.hold-transition .content-wrapper,
.hold-transition .main-header,
.hold-transition .main-footer {
  transition: none !important;
}

.login-page {
  background: url(/images/logo_home.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login-box {
  width: 500px;
  margin: 7% auto;
}

.login-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}

@media (max-width: 576px) {
  .login-box {
    width: 90%;
    margin-top: 20px;
  }
}

.div_cabecalho {
  background-color: #FFFFFF;
}


/**Cor quando passar por cima**/
#minhaTabela tr:hover td{
  background-color: #efc3b0;
}

/**Cor quando selecionado**/
#minhaTabela tr.selecionado td{
  background-color: #aff7ff;
}

/**etiqueta_alunos**/
#tr1:
{
  background: #E6E6E6;
} 
#tr1:hover
{
  background-color: green;
}

.checklist li { background: none; padding-left: 0; }

.checklist {
  border: 1px solid #ccc;
  list-style: none;
  height: 15em;
  overflow: auto;
  width: 80em;
}
.checklist, .checklist li { margin: 0; padding: 0; }
.checklist label { display: block; padding: 0 0.2em 0 25px; text-indent: -25px; }
.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }
* html .checklist label { height: 1%; }

.contato-select {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

/**etiqueta_turmas**/

#conteudoEsq1 {
  position:absolute;
  width:950px;
  top:160px;
  left:5px;
  color:#000;
  padding-bottom:20px;
  border-bottom:0px double #666;
  text-align:left;
  font:normal 10px Arial;
}

  #alerta {
    position:absolute;
    top:650px;
    left:250px;
    color:"FF0000";
    font:normal 18px Arial;
  }

#texto1 {
   color: #8B1C62;
   font:bold;
}

