.centralizar{
    text-align: center;
    vertical-align: middle;
}

.centralizar_azul{
    text-align: center;
    vertical-align: middle;
    background-color: #99ccff !important;
}

.centralizar_top{
    text-align: center;
    vertical-align: text-top;
}

.centralizar_50px{
    text-align: center;
    vertical-align: middle;
    width: 50px;
}


.centralizar_100px{
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.centralizar_200px{
    text-align: center;
    vertical-align: middle;
    width: 200px;
}

.panelGrid_direita{
    text-align: right;
}

.panelGrid_direita_label{
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.panelGrid_direita_top{
    text-align: right;
    vertical-align: top;
}

.panelGrid_direita_bottom{
    text-align: right;
    vertical-align: bottom;
}

.panelGrid_direita_50px{
    text-align: right;
    width: 50px
}

.panelGrid_direita_100px{
    text-align: right;
    width: 100px
}


.panelGrid_direita_150px{
    text-align: right;
    width: 150px
}

.panelGrid_direita_200px{
    text-align: right;
    width: 200px
}

.panelGrid_direita_300px{
    text-align: right;
    width: 300px
}

.panelGrid_direita_250px{
    text-align: right;
    width: 250px
}

.panelGrid_esquerda{
    text-align: left;
}

.semBorda{
    border: 0px;
    margin: 0px;
}

.panelGrid_esquerda_bottom{
    text-align: left;
    vertical-align: bottom;
}

.panelGrid_esquerda_bottomMenu{
    bottom: 9px;
}

.panelGrid_esquerda_top{
    text-align: left;
    vertical-align: top;
}

.panelGrid_esquerda_top_50Porc{
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.panelGrid_esquerda_top_10px{
    text-align: left;
    vertical-align: top;
    width: 10px; 
}

.panelGrid_esquerda_top_20px{
    text-align: left;
    vertical-align: top;
    width: 20px; 
}

.panelGrid_esquerda_top_150px{
    text-align: left;
    vertical-align: top;
    width: 150px; 
}

.panelGrid_esquerda_top_200px{
    text-align: left;
    vertical-align: top;
    width: 200px; 
}

.panelGrid_esquerda_top_250px{
    text-align: left;
    vertical-align: top;
    width: 250px; 
}

.panelGrid_esquerda_top_300px{
    text-align: left;
    vertical-align: top;
    width: 300px;
}


.panelGrid_esquerda_top_350px{
    text-align: left;
    vertical-align: top;
    width: 350px;
}

.panelGrid_esquerda_top_400px{
    text-align: left;
    vertical-align: top;
    width: 400px;
}

.panelGrid_esquerda_top_500px{
    text-align: left;
    vertical-align: top;
    width: 500px;
}

.panelGrid_esquerda_top_1100px{
    text-align: left;
    vertical-align: top;
    width: 1100px;
}

.panelGrid_esquerda_50px{
    text-align: left;
    width: 50px
}

.panelGrid_esquerda_100px{
    text-align: left;
    width: 100px
}

.panelGrid_esquerda_150px{
    text-align: left;
    width: 150px
}

.panelGrid_esquerda_200px{
    text-align: left;
    width: 200px
}

.panelGrid_esquerda_250px{
    text-align: left;
    width: 250px
}

.panelGrid_esquerda_300px{
    text-align: left;
    width: 300px
}

.panelGrid_esquerda_350px{
    text-align: left;
    width: 350px
}

.panelGrid_esquerda_500px{
    text-align: left;
    width: 500px
}

.panelGrid_esquerda_700px{
    text-align: left;
    width: 700px
}

.panelGrid_esquerda_900px{
    text-align: left;
    width: 900px
}


.botao_windows{

    display:inline-block;
    font-weight:bold;
    font-style:normal;
    height:60px;
    line-height:60px;
    width:250px;
    text-align:center;
    font-family: 'Open Sans',sans-serif !important;
    color:#FFF !important;
    font-size: 15px !important;
    text-decoration:none !important;

}

.botao_windows:active {
    position:relative;
    top:1px;
}

.amarelo {
    background-color:#FF6B24;
    border-bottom-width: 5px;
    border-bottom-color: #e34c00;
    border-bottom-style: solid;
}

.amarelo:hover {
    border-top-width: 5px;
    border-top-color: #e34c00;
    border-top-style: solid;
    border-bottom-width: 0px;
    line-height:50px;
}

.verde {
    background-color:#00CC92;
    border-bottom-width: 5px;
    border-bottom-color: #00B883;
    border-bottom-style: solid;
}

.verde:hover {
    border-top-width: 5px;
    border-top-color: #00B883;
    border-top-style: solid;
    border-bottom-width: 0px;
    line-height:50px;
}

.verde_escuro {
    background-color:#84C131;
    border-bottom-width: 5px;
    border-bottom-color: #52791E;
    border-bottom-style: solid;
}

.verde_escuro:hover {
    border-top-width: 5px;
    border-top-color: #52791E;
    border-top-style: solid;
    border-bottom-width: 0px;
    line-height:50px;
}

.vermelho {
    background-color:#CF414B;
    border-bottom-width: 5px;
    border-bottom-color: #AF2C37;
    border-bottom-style: solid;
}

.vermelho:hover {
    border-top-width: 5px;
    border-top-color: #AF2C37;
    border-top-style: solid;
    border-bottom-width: 0px;
    line-height:50px;
}

.azul {
    background-color:#14ADCC;
    border-bottom-width: 5px;
    border-bottom-color: #129DB9;
    border-bottom-style: solid;
}

.azul:hover {
    border-top-width: 5px;
    border-top-color: #129DB9;
    border-top-style: solid;
    border-bottom-width: 0px;
    line-height:50px;
}

.azul_escuro {
    background-color:#6694D9;
    border-bottom-width: 5px;
    border-bottom-color: #2E66B7;
    border-bottom-style: solid;
}

.azul_escuro:hover {
    border-top-width: 5px;
    border-top-color: #2E66B7;
    border-top-style: solid;
    border-bottom-width: 0px;
    line-height:50px;
}

.roxo_escuro {
    background-color:#AB4EAB;
    border-bottom-width: 5px;
    border-bottom-color: #8B3F8B;
    border-bottom-style: solid;
}

.roxo_escuro:hover {
    border-top-width: 5px;
    border-top-color: #8B3F8B;
    border-top-style: solid;
    border-bottom-width: 0px;
    line-height:50px;
}

.laranja {
    background-color:#FFBF40;
    border-bottom-width: 5px;
    border-bottom-color: #FFB82C;
    border-bottom-style: solid;
}

.laranja:hover {
    border-top-width: 5px;
    border-top-color: #FFB82C;
    border-top-style: solid;
    border-bottom-width: 0px;
    line-height:50px;
}

.cinza {
    background-color:#8F9EA5;
    border-bottom-width: 5px;
    border-bottom-color: #606D75;
    border-bottom-style: solid;
}

.cinza:hover {
    border-top-width: 5px;
    border-top-color: #606D75;
    border-top-style: solid;
    border-bottom-width: 0px;
    line-height:50px;
}

.rosa {
    background-color:#E267A8;
    border-bottom-width: 5px;
    border-bottom-color: #A31F64;
    border-bottom-style: solid;
}

.rosa:hover {
    border-top-width: 5px;
    border-top-color: #A31F64;
    border-top-style: solid;
    border-bottom-width: 0px;
    line-height:50px;
}

.morrom {
    background-color:#996F45;
    border-bottom-width: 5px;
    border-bottom-color: #8B653F;
    border-bottom-style: solid;
}

.morrom:hover {
    border-top-width: 5px;
    border-top-color: #8B653F;
    border-top-style: solid;
    border-bottom-width: 0px;
    line-height:50px;
}


.ui-picklist .ui-picklist-list{
    width: 400px !important;
}

.fluxo_caixa_futuro{
    font-weight: 100;
}

.fluxo_caixa_passado{
    font-weight: 700;
}

