﻿.content-area {
    max-width: 95%;
    margin: 0 auto;
}

.box {
    max-height: 444px;
}

.box {
    box-shadow: 0px 1px 22px -12px #607D8B;
    background-color: #fff;
    padding: 25px 35px 25px 30px;
}

.chart-title h5 {
    font-size: 18px;
    color: rgba(51,51,51,1);
    margin-bottom: 38px;
}

.sparkboxes {
    margin-bottom: 10px;
    margin-top: 10px;
}

.sparkboxes .box {
    padding: 3px 0 0 0;
    position: relative;
}

/* overrides */
.sparkboxes #apexcharts-subtitle-text {
    fill: #8799a2 !important;
}
/* fusionexport btn CSS START */
#fusionexport-btn {
    min-width: 169px;
    min-height: 38px;
    text-align: center;
}

    #fusionexport-btn .span {
        display: inline-block;
    }

    #fusionexport-btn[disabled] {
        cursor: wait;
    }


.spinner-border {
    display: none;
}

#fusionexport-btn[disabled] .spinner-border {
    display: inline-block;
}

#fusionexport-btn[disabled] .btn-text {
    display: none;
}
/* fusionexport btn CSS START */

.card {
    background-color: #fff;
    border-radius: .25rem;
    --tw-shadow: 0px 3px 5px -1px rgba(82,63,104,0.06),0px 6px 10px 0px rgba(82,63,104,0.042),0px 1px 18px 0px rgba(82,63,104,0.036);
    box-shadow: 0 0 transparent,0 0 transparent,var(--tw-shadow);
    padding: 20px 30px 20px 25px;
}

.div-chart {
    border: 0 solid rgba(82,63,105,0.06);
    border-bottom-width: 1px;
    /* padding-top: 1rem;*/
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.chart-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: rgb(55, 61, 63);
    font-weight: 900;
}

.barsIcon {
    cursor: pointer;
    width: 22px;
}
.barsIcon div {
    width: 20px;
    height: 2px;
    background-color: gray;
    margin: 3px 0;
}

.barsIcon div hover {   
    background-color: black;   
}

.subMenuCharts{
    font-size: 12px;
}

    .subMenuCharts li a {
        text-decoration: none;
    }

#InvoicesMatchChartSection, #MatchDifStatusesChartSection, #NoMatchArchivedChartSection {
    height: 285px;
}

#MatchSubClientsChartSection, #MatchSubClientsMonthlyChartSection, #EDIInvoicesSubClientsChartSection, #EDIInvoicesCarriersChartSection {
    margin-top: 5px;
    padding-bottom: 10%;
}

