/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/07/2020, 02:51:36
    Author     : carloscastillo1
*/


img {
    max-width: 60%;
    margin: 0;
    align-content: center;
    max-height: 100px;
}

nav {
    display: block;
}

.container {
    max-width: 980px;
    margin: 0 auto; /* 0 = em cima e embaixo auto= centraliza horizontalmente*/ 
}

.header{
    background-color: #255255255;
    min-height: 90px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

header-headerText{
    position: relative;
    top:130px;
}
  fieldset.login{
                background-color:  rgba(10,10,10,0.1);
                position: relative;
                top: 130px;
            }
            fieldset.foot2{
                background-color:  rgba(10,10,100,0.1);
                position: relative;
                top: 10px;
            }
            
       fieldset.registro{
                background-color:  rgba(10,10,10,0.1);
                position: relative;
                top: 130px;
            }
        fieldset.admin{
                background-color:  rgba(10,10,10,0.1);
                
            }
            
        p{
               text-align: justify;
               font-size:xx-small;
               } 
        
        input.teste {
                   position: relative;
                   top: 150px;
                   left: 18px;
                       
               }
    
        header#hAluno{
                   border-width: 0 0 1px 0;
               }
               
               hr{
                   border-color: #aaa;
                   box-sizing: border-box;
                   width: 100%;
               }
               div{
                   font-size:smaller;
               }
              
               
               div#dHorasTotais {
                   position: absolute;
                   left: 220px;
                   top: 190px;
               }
               
               
              
table tr.dif td {
	background: #99a; /* Linhas com fundo cinza */
        
	}
         table tr td { /* Toda a tabela com fundo creme */
	background: #ccd;
	} 
        td {
            border: 2px solid white;
            padding-left: 10px;
            padding-right: 10px;
        }
        
table tr.dif2 td { /* Toda a tabela com fundo creme */
	background: #ccd;
	} 
        td {
            border: 2px solid white;
            padding-left: 10px;
        }


.headerText {
 position: relative;
    top:130px;
}
