/*
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 : 18/04/2017, 15:09:50
    Author     : danusians
*/

*{
    margin: 10px;
    
}

body{
    background-color:  #f2f2f2;
}
#geral{
    width: 900px;
    vertical-align: top;
    left: 50%;
    margin-left: -450px;
    position: absolute;
    border: 15px solid white;
    background-color: white;
    
        
   
    
}
form{
    font-size: 16px;
    font-family: serif;
   
       
}
table{
    border-collapse: collapse;
    border:black 1px;
    width: 98%;
    padding: 20px;
    font-size: 13px;
}


table, th, td {
    border: 1px solid black;
    height: 25px;
    padding-left: 3px;
}

th {
    height: 40px;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    
}
tr:hover {
    background-color: #ffffcc}

tr:nth-child(even) {
    background-color: #f2f2f2}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #F9CA17;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=text] {
    width: 400px;
    height: 30px;
    margin-top: 40px;
    font-size: 16px;
    
}

select{
     height: 30px;
      margin-top: 40px;
      font-size: 16px;
}

#pesquisa{
    border-radius: 5px;
   /* background-color: beige;*/
    padding: 20px;
    background-image: radial-gradient(ellipse at center, #36C5E5 1%, #4E859F 80%);
    height: 200px;
     
}
#cal{
     width: 100%;
     margin: 10px 0 10px 0;
}