* {
     margin: 0;
     padding: 0;
 }

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ 
/*xxxxxxxxxxxxxxxxxxxxxxxxxxx PADRÃO DE ELEMENTOS xxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ 
 body, html{
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    background: url(../img/bg.png) no-repeat top center fixed;
    background-color: #D0D0D0;
}

a:hover{
    color: darkslateblue;
}

a:link, a:visited{
    text-decoration: none;
    color: #357299;
}

/* Evitar quebra de linha */
.nowrap
{
    overflow: hidden;
    white-space: nowrap;
}

.green {
    color: GREEN;
}

.red {
    color: RED;
}
.darkred {
    color: RED;
}

.yellow {
    color: DarkGoldenRod;
}

/* Suporte a categorias selecionaveis no Chosen */
.category, .item, .chzn-container-single .chzn-single
{
    font-family: sans-serif
}

/* Suporte a categorias selecionaveis no Chosen */
.category 
{
    font-weight: bold
}

/* Suporte a categorias selecionaveis no Chosen */
.chzn-results li.item 
{
    padding-left: 25px;
}

input
{
    vertical-align: middle;
    padding: 4px;
    border:1px darkgray;
    border-style: solid;

    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

select{
    vertical-align: middle;
    padding: 4px;
    border:1px darkgray;
    border-style: solid;

    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

textarea{
    border:1px darkgray;
    border-style: solid;

    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

h2{
    margin-left: 12px;
    color: #2d6324;
}

h5
{
    color: #fff;
    padding-left: 7px;
    font-size: 14px;
    padding-top:2px;
    padding-bottom:1px;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    
    background-color: darkgreen;
}

/* Formulários : classe form-class */
.form-class input{
    margin: 4px;
}



/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ 
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PADRÃO PÁGINA xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ 

/* Div para conter a página inteira */
.pagina{
    width:1200px;
    height: auto;
    margin:auto;
    margin-top:0px;
}

/* Div para a parte superior da página (título, logo e menu) */
.cabecalho{
    float:left;
    width:1200px;
    height: 70px;
    margin-bottom:0;
    position: relative;
    /*z-index: 999;*/
}

/* Div para o menu*/
.cabecalho-menu{
    width:1230px;
    /*width:991px;*/
    height: 91px;
    margin-left: -15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: left;
    background: url("../img/bg_menu.png") no-repeat;
}

/* Div para o conteúdo da página em uma, duas ou três colunas */
.corpo{
    width:100%;
    margin-top: -7px;
    float: left;
}

/* Div para acabamento do topo do quadro de conteúdo */
#top-1cl{
    width: 1200px;
    /*width: 960px;*/
    height: 10px;
    background-image: url("../img/bg_top1cl.png");
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
}

/* Div para acabamento do centro do quadro de conteúdo */
#center-1cl{
    width: 1200px;
    /*width: 960px;*/
    background-image: url("../img/bg_cent1cl.png");
    /*background-repeat: repeat-y;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

/* Div para acabamento do rodapé do quadro de conteúdo */
#bot-1cl{
    width: 1200px;
    /*width: 960px;*/
    height: 10px;
    background-image: url("../img/bg_bot1cl.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    float: left;
}

/* Formatação da mensagem de validação dos formulários em JavaScript */
label.error{
    font-size: 10px;
    color: brown;
}

/* Div para o rodapé */
.rodape{
    width:1230px;
    /*width:991px;*/
    height: 85px;
    margin-left: -15px;
    margin-top: -20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background:url("../img/rodape.png") no-repeat;
    float: left;
    z-index: 999;
}

/* Div usada na montage das linhas de add Levantamentos */
.margem{
    margin-left: 2px;
    width: 99%;
}

/*Formatação do formulário de login*/
#login
{
    font-family: arial;
    font-size: 13px;
    border-style: dotted;
    border-color: #CCC;
    border-width: 2px;
}

/*Div para posicionamento do nome de usuário logado*/
#usuLogado{
    margin-right: 74px;
    margin-top: -15px;
    float: right;
    color: #FFF;
}



/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ 
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxx PADRÃO DE TEXTOS xxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ 
.telaConsulta{
    font-size: 14px;
    line-height:150%;
}

ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.navbar li {
    margin: 0.5em 0;
    padding: 0.3em;
}

ul.import {
    padding: 0;
    margin: 15px;
}

ul.import li {
    margin: 0.5em 0;
    padding: 0.2em;
}

.aviso{
    font-size: 18px;
    color: red;
}

.centraliza{
    text-align: center;
}

a.lnkParcela:link, a.lnkParcela:visited {
    text-decoration: underline;
    font-weight: bold;
    color: red;
}

a.lnkParcela:hover{
    text-decoration: none;
    font-weight: bold;
    color: #357299;
}

a.edit:hover{
    text-decoration: none;
    font-weight: bold;
    color: #153299;
}

a.delete:hover{
    text-decoration: none;
    font-weight: bold;
    color: #833233;
}

#loader { visibility: hidden; }

#container { visibility: hidden; }

#sign_up {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 800px;
        position: relative;
        display: none;
}

/* mostra e esconde DIVs, usado para função "leia mais". */
.hidden { display: none; }
.unhidden { display: block; }

.fixedFooter {
    position: fixed;
    bottom: 0px;  
    
    background-color: #BDEFAE;
    border: 1px solid #405F00 ;
    
    width: 50%;
    padding-left: 10px;
    padding-top: 3px;
    
}

.highlight {
      background-color:yellow;
}

.three-column {
    float: left;
    width: 33%;
}

.error-message {
    margin: 10px 0px;
    padding:5px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #E32000;
    border-color: #E32000;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 10px center;-moz-border-radius:.8em;
-webkit-border-radius:.8em;
border-radius:.8em;
}

.input-disabled {
    background: #DFDFDF;
}

.input-disabled:hover
{
   cursor: not-allowed;
}

.lightbox
{
    -moz-border-radius: 6px;
    background: #eef2f7;
    -webkit-border-radius: 6px;
    border: 1px solid #536376;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
    padding: 14px 22px;
    width: 700px;
    position: relative;
    display: none;
}

.eco-avatar {
    width: 160px;
    height: 120px;
    border-radius: 50%;
}

.no-background {
    background-color: rgba(0, 0, 0, 0) !important;
}

tr.warn {
    background-color: #ffb3b3 !important;
}

td.background-warning {
    background-color: #ffb3b3 !important;
}