/*
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 : Oct 12, 2017, 3:48:36 PM
    Author     : Alexandre Machado <alexandre@softnex.com.br>
*/

body {
    background-image: url("../img/bg.jpg");
    font-family: DaxRegular, sans-serif
}

#content-header {
    margin-top: 13px;
}

#title-bar {
    padding-top: 30px;    
}


.title {
    background: rgba(255,255,255,0.65);
    color: #4c5b30;
    display: inline-block;
    vertical-align: middle;
    height:65px;
    font-size: 18pt;
    font-weight: bold;
    padding: 5px;
    border-radius: 4px;
}

#content-body {
    padding: 20pt;
    min-height: 300px;
    background: rgba(255,255,255,0.65);
    border-radius: 8px;
}

#wrapper {
    background-image: url("../img/topo.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

#content-footer {
    margin-top: 4pt;
}

.linkButton a ,
.linkButton a:visited {
    color: white;
    background-color: #7d9450;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    pading-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
    border: 1px solid #4c5b30;
}

.center {
    text-align: center;
}

#loginButton {
    margin-top: 30pt;
    font-size: 18pt;
}

label {
    padding-right: 4pt
}

input {
    margin-top: 2pt;
    margin-bottom: 2pt;
}

.lista {
    width: 100%;
}

.lista th, 
.lista td {
    padding: 2px;
}

.odd {
    background-color: white;
}

.even {
    background-color: #eef3e3;
}

.paginador #pagina_atual {
    width: 6em;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
