﻿html
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #777;
}

a, img
{
    border: 1px solid transparent;
}

.divPadding
{
    padding-top:5px;
    padding-bottom:5px;
}

.a-menu div
{
    font-size: 14px;
}

.img-logo
{
    max-width: 240px;
    width: 70%;
}

.img-sair
{
    max-width: 80px;
    width: 80%;
}

.clear
{
    clear: both;
}

.banner-top
{
    padding: 10px;
    background-color: #666;
}

.div-loading
{
    text-align: center;
    background-color: #FFF;
    position: fixed;
    opacity: 0.8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.div-loading-img
{
    top: 45%;
    position: absolute;
    left: 45%;
}

.div-rodape
{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px;
    background-color: #666;
    z-index: 50;
    width: 100%;
    color: #fff;
    font-size: 10px;
}

.txt-padrao
{
    padding: 3px;
    font-family: Verdana, Geneva, sans-serif;
    color: #777;
    width: 200px;
}

.btn-padrao
{
    padding: 5px;
    width: 150px;
    text-align: center;
    background-color: #333;
    color: White;
    font-family: Verdana, Geneva, sans-serif;
    border: 0px;
}

.btn-especial
{
    padding: 5px;
    width: 150px;
    text-align: center;
    background-color: #CC0000;
    color: White;
    font-family: Verdana, Geneva, sans-serif;
    border: 0px;
}

.label-exclusao-transacao
{
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    font-weight:bold;
    
}

.btn-padrao:hover
{
    cursor: pointer;
    background-color: #777;
}

.btn-especial:hover
{
    cursor: pointer;
    background-color: #FF5050;
}

.btn-excluir
{
    cursor: pointer;
}
.gridPadrao
{
    border: 1px solid transparent;
    margin: 20px 0px;
    width: 100%;
}

.gridPadrao tr, .gridPadrao tr th, .gridPadrao tr td
{
    padding: 10px;
    text-align: left;
    border: 0px solid transparent;
}


.gridPadrao tr:hover
{
    cursor: pointer;
    background-color: #DDD;
}

.grid-nolink tr:hover
{
    cursor: inherit;
    background-color: #DDD;
}

.gridPadrao tr th
{
    background-color: #333;
}

.imgMenu
{
    cursor: pointer;
    width: 38px;
    max-width: 30%;
}

#divMenu
{
    background-color: #006699;
    position: absolute;
    z-index: 100;
    display: none;
    color: #fff;
    padding: 10px;
    max-width: 250px;
}

/* INICIO AreaRelatorio/Relatorio*/
div#btn-pesquisa-transacoes-programa
{
    width: 150px;
    background-color: #333;
    color: white;
    line-height: 18px;
    padding: 5px 2px;
    margin-top: 30px;
    text-align: center;
    float: right;
}

div#btn-pesquisa-transacoes-programa:hover, div#btn-pesquisa-transacoes-programa label:hover, .btn-transacoes:hover
{
    cursor: pointer !important;
}

div#btn-pesquisa-transacoes-programa:hover
{
    background-color: #666;
}



.div-dialog-report
{
    width: 98%;
    height: 300px;
    display: none;
}

.div-menu-nome
{
    text-align: right;
    font-size: 20px;
    margin-bottom: 30px;
}

.div-menu-item
{
    color: White;
    margin: 0px -10px;
    padding: 10px;
    position: relative;
}

.div-menu-item:hover
{
    color: #006699;
    cursor: pointer;
    background-color: #fff;
}

.div-menu-item-label
{
    cursor: pointer;
    float: left;
    margin: 10px 10px 0px 10px;
}

a
{
    color: #fff;
    text-decoration: blink;
    cursor: pointer;
}

.a-menu:hover
{
    color: #ddd;
}

.btn-dialog-fechar
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

/*div da tela de início*/

.div-inicio-container
{
    max-width: 570px;
    margin: 0 auto;
    min-width: 290px;
}

.div-inicio-retangulo
{
    width: 200px;
    padding: 10px;
    margin: 5px;
    height: 110px;
    background-color: #83C930;
    float: left;
    cursor: pointer;
}

.div-inicio-retangulo:hover
{
    background-color: #333;
}

.div-inicio-quadrado
{
    width: 110px;
    padding: 10px;
    margin: 5px;
    height: 110px;
    background-color: #54AF48;
    float: left;
    cursor: pointer;
}

.div-inicio-quadrado:hover
{
    background-color: #333;
}

.div-inicio-box-superior
{
    height: 60%;
    text-align: right;
}

.div-inicio-box-inferior
{
    height: 30%;
    color: #fff;
    font-size: 14px;
}

/*FIM div da tela de inicio*/

/* Inicio da div inclusão/ exclusao de transações */

.divIncluiTransacao
{
    height: 330px;
    width: 560px;
    position: relative;
    z-index: 10;
    display: none;
    background-color: White;
    border: 1px solid #cccccc;
    margin: 2, 2, 2, 2;
}
.divIncluiTransacao:target, .divIncluiTransacao:target
{
    display: block;
    opacity: 2;
}

.divInformacoes-beneficiario
{
    height: 200px;
    width: 600px;
    position: fixed;
    z-index: 1000;
    display: none;
    background-color: green;
    border: 1px solid #cccccc;
    margin: 2, 2, 2, 2;
}

.esquerda
{
    padding: 5px;
    float: left;
    width: inherit;
}

.direita
{
    padding: 5px;
    float: right;
}

.centro
{
    padding: 5px;
    margin-left: 45%;
}

.div-formulario-filtro-data-label
{
    font-size: 14px;
}

div#lbl-relatorio-selecionado
{
    text-align: center;
    font-size: 11px;
    margin: 2%;
}

div.div-formulario-filtro-data-box
{
    width: 140px;
    display: inline-table;
    float: left;
    text-align: center;
}

.div-inicio-retangulo-area-relatorio
{
    width: 17%;
    padding: 10px;
    margin: 5px;
    height: 110px;
    background-color: #83C930;
    float: left;
    cursor: pointer;
    min-width: 210px;
}

.div-inicio-retangulo-area-relatorio:hover
{
    background-color: #333;
}

.div-inicio-retangulo-area-relatorio:visited
{
    background-color: #666;
}


/* shadow box-shadow: -4px 4px 5px 2px rgba(0,0,0,0.2);*/

/* fim da div inclusão de transação */


.gridDocumento
{
    border: 1px solid transparent;
    width: 100%;
    font-size:11px;
}
.gridDocumento > tbody > tr:nth-child(2n) {
    background-color: #e3fbe9;
}

.gridDocumento tr, .gridDocumento tr th, .gridDocumento tr td
{
    padding: 10px;
    text-align: left;
    border: 0px solid transparent;
    font-weight:normal;
}

.grid-nolink tr:hover
{
    cursor: inherit;
    background-color: #DDD;
}

.gridDocumento tr th
{
    background-color: #669f23;
    font-size:12px;
}