*{margin: 0; padding: 0}
body{
  background-color: #fff;
  font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size:12px;
  display: flex;
  flex-direction: column;
}
h1 {
	font-size:22px;
	margin-bottom:5px;
	margin-top:10px;
	font-weight:bold;
	font-style: italic;
	color:#000;
}
h2 {
	font-size:18px;
        color: #333;
}
h3 {
	font-size:15px;
	color: #333;
}
#login{
	background-color: #fff;
}
#rodape000{
  background-color: #013E7D;
  color: #fff;
  width: 100%;
  height: 40px;    
  text-align: center;
  line-height: 40px;
  bottom: 0;
  position:absolute;
}
#rodape00 {
  background-color: #333;
  color: #fff;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#rodape {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #0b62e7;
  color: #fff;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

#principal{
  height: 100%;
  padding: 0px;
  background-color: #fff;

}
#principal h4{font: 24px Arial; color: #003399; margin-bottom: 20px}
#principal article{margin-bottom: 20px}

.divsecundaria {
  float: left; 
  width: 70%;
}
#corpo{width: 100%; margin: 0 auto; height: 100%; margin-bottom: 300px; }
#corpologin{width: 500px; margin: 0 auto}
#menu{
    margin-top: 45px;
    margin-left: 260px;
    float: left;
    width: 100%
}

#topo{
  width: 100%;
  height: 65px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-bottom: 3px solid #4da4f5;
  float:left;
}
#logo{
  background: transparent url('./Template/img/logo_header.png') no-repeat 0px 10px;
  background-size: 15.0em;
}

#topo a{color: #2dc0f5; text-decoration: none; font:14px arial}
#topo a:hover{text-decoration: none; font-weight: color: #0d50a5}

#conteudo{
  background-color: #f2f2f2; padding:20px 25px;
  flex: 1; /* empurra o rodapé para o final */
}
#conteudo h4{font: 24px Arial; color: #003399; margin-bottom: 20px}
#conteudo article{margin-bottom: 20px}

article h2 a{font:18px Arial; color: #999}
article h2 a:hover{text-decoration: none}
article p{font: 108x Arial; color: #333; padding-left: 2px}

h4{
    color: #ff0000
}

h5 {
  font-size: 12px;
  color: #0075b0;
}

.dfcms{
float:right;
background-color: #fff;
margin-left: 3px;
margin-top: -30px;
}

a:link {
  text-decoration: none;
  color: #000;
}
a:visited {
  text-decoration: none
}
a:hover{text-decoration: underline}

#loginoff{
    border-radius: 10px;
    margin: 10px;
    Padding: 10px;
    width: 400px
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 860px;
    font-size: 12px;
    border: 1px solid;
  }
  #customers td{
    text-align: center;
    border: 1px solid;
    min-width: 100px;
  }
  #customers tr:nth-child(even){background-color: #f0f0f0;}
  #customers tr {
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
    color: #333;
    vertical-align: middle; 
    border: 1px solid;
  }
  #customers th {
    padding-top: 8px;
    text-align: center;
    background-color: #fff;
    color: #000;
	  font-size: 16px;
    vertical-align: middle; 
    border: 1px solid;
  }

    /* Linhas pares */
    #customers tr:nth-child(even) {
      background-color: #fff;
    }
  
    /* Linhas ímpares */
    #customers tr:nth-child(odd) {
      background-color: #f4f2f4;
    }

/* -- horario -- */
#titlelogin{
  height: 50px;
  margin: 20px;
  text-align: center;
  width: 86%;
  float: left;
  color: #555;
  font-size: 18px;
  font-weight: 400;
}
.alinhadireita{
  float: right;
}
.showhora{
  min-height: 30px; 
  width: 120px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.itemcell{
  padding: 10px;
}
.div-fluid {
  display: flex;
  justify-content: left;
  width: 100%;
}
.div-fluidin {
  display: flex;
  justify-content: left;
}
.hora{
  color: #d36708;
  font-weight: bold;
  padding: 2px;
  width: auto;
  margin-top: 5px;
  font-size: 10px;
}
.horaaluno{
  color: #0f67EF;
  font-weight: bold;
  padding: 2px;
  width: auto;
  margin-top: 5px;
  font-size: 11px;
}
.professor{
  color: #0f67EF;
  padding: 2px;
  width: auto;
  margin-top: 3px;
  font-size: 11px;
}
#corpocenter{
  width: 84%;
  min-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  margin: 0px;
  margin: 0 auto;
}

#divminheader {
  color:#4da4f5;
  width: 100%;
  padding: 4px;
  background: #eee;
  margin-bottom: 20px;
}

.coluna-140 {
  width: 140px; 
}
.coluna-180 {
  width: 180px; 
}
.coluna-200 {
  width: 200px; 
}
.table-condensed td, 
.table-condensed th {
    padding: 4px 8px; /* Reduz o espaço interno */
    line-height: 1.1; /* Ajusta a altura da linha */
}

.campo50{
  float:left; 
  width: 50%;
}
.campo50Direita{
  float:left;  
  width: 50%;  
  text-align: right;
}
.campo100{
  float:left; 
  width: 100%;
}
#retorno{
  width: 100%;
}
.itemlinha{
  color: #0f67EF;
  width: auto;
  margin-top: 30px;
  font-size: 14px;
  width: 100%;
  background-color:#2dc0f5;
  float:left;
}

#TabelaHome {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px; /* espaço entre linhas */
}

#TabelaHome tr {
  background: #fff;
  box-shadow: 0 0 0 1px #ddd; /* cria a borda */
  border-radius: 6px;
}

#TabelaHome td {
  border: none;          /* remove bordas internas */
  height: 20px;
  vertical-align: middle;
  padding: 8px;
}
#TabelaHome .perlet {
  width: 130px;
}
#TabelaHome .turno {
  width: 120px;
}
#TabelaHome tr:hover {
  background-color: #ddd; /* muda a cor de fundo */
}
#title{
  color: #666;
  padding: 4px;
  background: linear-gradient(to bottom, #eee, #fff);
}

.form-container {
  max-width: 100%;
  margin: 50px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#msn {
  background: #ffff99;
  width: 100%;
  padding: 4px;
  color:crimson;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
    


/* Links da navbar */
.navbar .nav-link,
.navbar .navbar-brand,
.navbar .dropdown-toggle {
    color: #333 !important;   /* branco */
}

/* Hover */
.navbar .nav-link:hover,
.navbar .navbar-brand:hover,
.navbar .dropdown-toggle:hover {
    color: #336faf !important; 
    text-decoration: none;
}

/* Itens do dropdown */
.dropdown-menu .dropdown-item {
    color: #333;
    text-decoration: none;
}

.dropdown-menu .dropdown-item:hover {
    color: #336faf;
    background-color: #ddd;
}
