﻿#cel {
    display: none;
}

#pc {
    display: block;
}

/* FINANCEIRO */

#relFinanceiroResumo {
    position: relative;
    width: 1000px;
    height: 340px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#relFinanceiroResumo #grafico {
    display: block;
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 105px;
    left: 0;
    right: 0;
    top: -430px;
    bottom: 0;
    margin: auto;
    float: left;
    z-index: 15;
}

#relFinanceiroResumo #grafico #fin_confirmadoPc {
    display: block;
}

#relFinanceiroResumo #grafico #grf_meio {
    position: relative;
    width: 210px;
    height: 210px;
    left: 0;
    right: 0;
    top: 215px;
    bottom: 0;
    margin: auto;
    z-index: 16;
    text-align: center;
    vertical-align: center;
    line-height: 210px;
    font-size: 25px;
}

#relFinanceiroResumo #grafico #fin_confirmadoCel {
    display: none;
}

#relFinanceiroResumo #entrada {
    position: relative;
    width: 210px;
    height: 160px;
    margin: 5px;
    background: rgba(100, 181, 80, 0.7);
    float: left;
}

#relFinanceiroResumo #saida {
    position: relative;
    width: 210px;
    height: 160px;
    margin: 5px;
    background: none;
    float: left;
    background-image: radial-gradient(circle at 129% 102%, rgba(255, 0, 0, 0) 110px, rgba(255, 0, 0, 0.7) 30px);
}

#relFinanceiroResumo #receber {
    position: relative;
    width: 210px;
    height: 160px;
    margin: 5px;
    background: none;
    float: right;
    background-image: radial-gradient(circle at -29% 102%, rgba(100, 181, 80, 0) 110px, rgba(100, 181, 80, 0.7) 30px);
}

#relFinanceiroResumo #pagar {
    position: relative;
    width: 210px;
    height: 160px;
    margin: 5px;
    background: rgba(255, 0, 0, 0.7);
    float: right;
}

#relFinanceiroResumo #saldo {
    position: relative;
    width: 210px;
    height: 160px;
    margin: 5px;
    background: rgba(25, 96, 161, 0.7);
    float: left;
}

#relFinanceiroResumo #saldoPrevpositivo {
    position: relative;
    width: 210px;
    height: 160px;
    margin: 5px;
    float: left;
    background-image: radial-gradient(circle at 129% -2%, rgba(100, 181, 80, 0) 110px, rgba(100, 181, 80, 0.7) 30px);
}

#relFinanceiroResumo #saldoPrevnegativo {
    position: relative;
    width: 210px;
    height: 160px;
    margin: 5px;
    float: left;
    background-image: radial-gradient(circle at 129% -2%, rgba(255, 0, 0, 0) 110px, rgba(255, 0, 0, 0.7) 30px);
}

#relFinanceiroResumo #perReceber {
    position: relative;
    width: 210px;
    height: 160px;
    margin: 5px;
    background: none;
    float: right;
    background-image: radial-gradient(circle at -29% 2%, rgba(100, 181, 80, 0) 110px, rgba(100, 181, 80, 0.7) 30px);
}

#relFinanceiroResumo #perPagar {
    position: relative;
    width: 210px;
    height: 160px;
    margin: 5px;
    background: rgba(255, 0, 0, 0.7);
    float: right;
}

#relFinanceiroResumo .cima {
    text-align: center;
    font-weight: bold;
    width: 210px;
    height: 30px;
    vertical-align: center;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

#relFinanceiroResumo .cimaesquerda {
    text-align: center;
    font-weight: bold;
    width: 170px;
    height: 30px;
    vertical-align: center;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

#relFinanceiroResumo .cimadireita {
    text-align: right;
    font-weight: bold;
    width: 210px;
    height: 30px;
    vertical-align: center;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

#relFinanceiroResumo .valor {
    text-align: center;
    font-weight: bold;
    width: 210px;
    height: 120px;
    font-size: 25px;
    color: #fff;
    vertical-align: center;
    line-height: 120px;
}



@media screen and (max-width:767px) {
    #cel {
        display: block;
    }

    #pc,
    #fin_confirmadoPc {
        display: none;
    }

}

#fin_contaBancaria,
#fin_planoConta,
#fin_centroCusto,
#fin_movDia{
    width: 100%;
    height: 350px;
    max-height: 350px;
}