label.label {
    font-family: Arial;
    font-size: 14px;
    color: black;
}
input {
    margin-top: 1%;
    margin-bottom: 1%;
}
button {
    margin-top: 1%;
    margin-bottom: 1%;
}
div.pesquisar {
    margin-left: 10%;
    margin-right: -5%;
}
span.required {
    color: red;
}
.header{
    color: darkred;
    font-size:large;
    text-align: center;
}
.centralizar {
    text-align: center;
}
.margBotton {
    margin-top: 10%;
}
#logoMenu {
    width: 160px;
    height: 45px;
    margin-top: -15px;  
    background-color: black;
}
 
body.Index {
  background-color: #f0f2ff
}
p.centerNome {
    text-align: center;
    font-size: large;
}

td.CorVagaTurma {
    background-color: red;
}
td {
    text-align: center;
}
div.exibirListaAlunosMatriculados {
    font-size: 16px;
}
body{
    background-color: #f0f2ff;
  
}
.imagemIndex {
    width: 20px;
    height: 20px;
}
img.imagensIndex {
    width: 100%;
}
#corLetrasIndex{
    color: #000;
    text-align: justify;
}

.margBotton{
    height: 20%;
 
    color: #000;
}
.tituloIndex {
   text-align: center;
  
}
.logoPrefeitura {
    width: 40px;
    margin: auto;
}
.diario {
    font-size: 12px;
   
}
.inputNotas{
    width: 53px;
    height: 20px
}
.letraTabela{
    text-align: center;
    font-size: 12px;
}
table {
    margin: auto;
}
.spacamentoTd{
    width: 15px;
    height: 20px;
     
}

.nomeAlunoDiario {
   text-align: left;
     
}

.detalhesMatricula {
    text-align: left;
}
.paragrafo {
    font-size: 16px;
    text-align: justify;
   line-height: 30px;
}
.devoAtrasa {
   background-color:red;
   color:white;
}
.devoPrazo {
    background-color:green;
    color:white;
}
.devoPrazo2 {
    background-color:yellow;
    color:white;
}