/* Base */
body{
    color: #75eb75;
    background-image: url('../imagens/bk1.gif');
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
a{ color: #75eb75; }
a:hover{ color: #a0eea0; }
form{ margin-block-end: 0px;}

.footer{ color: #5ba55b;}
.right{ text-align: right;}
.center{ text-align: center;}
.left{ text-align: left;}
.small{ font-size: 0.8em;}
.block{ display: block;}

/* Container */
.container{
    position: absolute;
    left: 50%;
    width:760px;
    margin-left: -380px;
    margin-top: 8px;
}

/* Header */
.institucional{
    display: block;
    width: 100%;
}
#prodemge-logo{
    display: block;
    background-image: url('../imagens/logo_prodemge.gif');
    width: 166px;
    height: 33px;
}
.banner{
    display: block;
    position: relative;
    width: 100%;
    height: 112px;
    background-image: url('../imagens/fundo_geral.jpg');
}
.titulo{
    display: block;
    position: absolute;
    width: 100%;
    bottom: 18px;
    color: #206120;
    text-align: center;
    font-size: 18.5px;
    font-weight: bold;
}
#nome-orgao{ 
    margin-bottom: -18px;
    font-size: 0.6em;
    letter-spacing: .1rem;
    background: rgba(0,0,0,0.5);
    color: #75eb75;
}
/* Menu */
.menu{
    display: block;
    height: 38px;
    padding: 0;
    margin: 0;
    font-size:16px;
    line-height:32px;
    color: #75eb75;
}
.menu a{
    display: inline-block;
    height: 100%;
    width: 152px;
    text-decoration: none;
    text-align: center;
    margin: 0;
}
.menu a:hover{
    background-color: #636363;
    text-decoration: underline;
}
.menu a.active{
    background-color: #636363;
}
.menu a.active:hover{
    color: #75eb75;
    text-decoration: none;
}
.compacto{
    font-size:15px;
    line-height:33px;
}

/* Content */
.content{
    display: block;
    width: 100%;
    background-color: #636363;
    padding: 0;
}
.content h3{ 
    font-weight: normal; 
    font-size: 15px;
    border-bottom: 1px solid #5ba55b; 
    padding: 5px;
    margin: 0 4px;
}

/* Pages */
/* Configuração Usuário */
.configura{
    padding: 1px 10px;
}
.configura div.topico{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 4px;
}
.configura label{
    font-size: 1.1em;
    display: block;
    margin: 6px 4px;
}
/* Emissão */
.dae-recente{
    padding: 2px;
}
.dae-recente div.separator{
    margin: 2px 8px;
    
}
.dae-recente table{
    border-spacing: 0;
}
.dae-recente th{
    background-color: #333333;
    color: #a0eea0;
}
.dae-recente td{
    padding: 2px;
    font-size: 0.95em;
}
.dae-recente tr:nth-child(odd){
    background-color: #555555;
}
/* Consultar */
/* Relatórios */
/* Usuários */

/* Misc */
.float-left{float: left;}
.float-right{float: right;}
.m-1{margin: 1px;}
.m-3{margin: 3px;}
.m-5{margin: 5px;}
.mr-1{margin-right: 1px;}
.mr-3{margin-right: 3px;}
.mr-5{margin-right: 5px;}
.icon{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}
.icon:hover{
    cursor: pointer;
}
.icon.config{background: url('../imagens/icons2.png') no-repeat -100px;}
.icon.logout{background: url('../imagens/icons2.png') no-repeat -120px;}
.btn-fix{
    margin: 2px -6px;
}
.separator{
    border-bottom: 1px solid #5ba55b;
}