﻿/* ---------------------------------------------------
    REPORT STYLE
----------------------------------------------------- */

.fc-report {
    --row-padding: 8px;
    --section-margin-top: 18px;
    background-color: white;
    font-size: 8.69pt;
    line-height: 1.31;
    margin: 0 7px;
    font-family: SRGSSRTypeText;
}

    .fc-report .fc-title {
        font-size: 19.8pt;
        margin-bottom: calc(91px - var(--row-padding) - var(--section-margin-top));
    }

    .fc-report .fc-subtitle {
        font-size: 13.04pt;
        /*font-size: 12px;*/

        margin-top: var(--section-margin-top);
    }

    .fc-report .fc-separator {
        display: flex;
        height: 1px;
        margin-left: -7px;
        margin-right: -7px;
        background: black;
    }

    .fc-report label {
        margin: 0;
    }

    .fc-report .row {
        padding-top: var(--row-padding);
        padding-bottom: var(--row-padding);
    }

        .fc-report .row.fc-invoice-detail {
            padding-top: 0;
            padding-bottom: 0;
        }

.fc-report .fc-invoice-detail label {
    margin-right: 4px;
}

.fc-report-divider {
    border-bottom: 1px solid black;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.fc-report table {
    border-collapse: collapse;
}

.fc-report tr {
    border-bottom: 1px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
}