
.cardSum {
    border: 5px solid #e7e7e7 !important;
}

[class^="cardGraph"] {
    border: 5px solid #e7e7e7 !important;
}

[class^="cardGraph"].fullScreen {
    background-color: white !important;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
    z-index: 101;
}

.btn.graphBtn {
    z-index: 100;
    position: relative;
    display: flex;
    margin-right: 0px;
    margin-left: auto;
}

.table>:not(caption)>*>*,thead,tbody,td,tr{
    border: none !important;
    border-style: none !important;
    border-bottom-width: 0px !important;
}

.alinhaEsquerda_aumentaFonte{
    text-align: left !important;
    font-size: 17px;
}

@media only screen and (max-width: 720px) {
    .btn.graphBtn {
        z-index: -1;
        opacity: 0;
    }
}