/***** reports *****/

.report {
    font-size: 0.9em;
}

.screen .report {
    background-color: var(--report-background);
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 15px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
        0px 6px 10px 0px rgba(0, 0, 0, 0.14),
        0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    max-width: 800px;
}

body.print {
    font-family: Arial, Helvetica, sans-serif;
}
.report h3,
.report h4,
.report h5 {
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.report h3 {
    font-size: 170%;
}
.report h4 {
    font-size: 140%;
}
.report h5 {
    font-size: 120%;
}
.print .row {
    width: 100%;
    margin: 0 -15px;
}
.print .col,
.print .col-6 {
    width: 46%;
    display: inline-block;
}
.print .col-12 {
    width: 100%;
}
td[left], th[left] {
    text-align: left;
}
td[right], th[right] {
    text-align: right;
}
.operations td:last-child {
    text-align: left;
    padding-left: 1ch;
}

@media only screen {
    body.print {
        max-width: 1000px;
        margin: 0 auto;
        font-size: 1.3rem;
    }
    .print section {
        margin: 10px;
    }
}
@media only print {
    @page :left {
        margin-right: 3cm;
    }
    @page :right {
        margin-left: 3cm;
    }
    body.print {
        font-size: 0.8rem;
    }
    .print .report {
        page-break-after: always;
        background-color: none;
    }
}

.report h4 {
    margin-top: 10px;
}
.report table {
    border: none;
    font-size: inherit;
    padding: 10px;
    white-space: normal;
}
.report table.rightalign-last td:last-child {
    text-align: right;
}

.report td {
    padding: 0;
    white-space: nowrap;
}
.report th {
    padding: 0 3px;
    font-size: 0.9em;
}

table.rightalign-last tr td:last-child,
table.rightalign-last tr th:last-child {
    text-align: right;
    padding-left: 30px;
}

.right-align,
.ra {
    text-align: right;
    padding: 0 0.3em !important;
}

div.right-align {
    width: 100%;
    text-align: right;
}

/* industry/summary tables */

.table-4,
.table-5,
.table-6,
.table-7,
.table-8,
.table-9 {
    margin-bottom: 15px;
    text-align: right;
    vertical-align: bottom;
    table-layout: fixed;
}
.table-4 th,
.table-5 th,
.table-6 th,
.table-7 th,
.table-8 th,
.table-9 th {
    text-align: right;
    vertical-align: bottom;
    text-overflow: ellipsis;
    /* overflow: hidden; */
}

.table-4 {
    width: calc(4 * 12%) !important;
}
.table-5 {
    width: calc(5 * 12%) !important;
}
.table-6 {
    width: calc(6 * 12%) !important;
}
.table-7 {
    width: calc(7 * 12%) !important;
}
.table-8 {
    width: calc(8 * 12%) !important;
}
.table-9 {
    width: 100% !important;
}

@media screen and (max-width: 991px) {
    .table-4,
    .table-5,
    .table-6,
    .table-7,
    .table-8,
    .table-9 {
        width: 100% !important;
        font-size: 1.25vw !important;
    }
}
