﻿.PaymentSummaryByMonthChart,.DBTIndexChart
{
    border: 1px solid var(--Border);
    min-height: 400px;
    max-width: 1000px;
    break-inside: avoid;
}
.PaymentSummaryMonthDetailPopup
{
    position: fixed;
    top: 10vh;
    left: 5vw;
    border: 1px solid var(--Border);
    box-shadow: 10px 10px 10px var(--Border);
    background-color: var(--Content);
    z-index: 999;
}
.PaymentSummaryMonthDetailPopupBody
{
    height: 70vh;
    width: 70vw;
    overflow-x: auto;
    overflow-y: auto;
    resize: both;
}
.PaymentSummaryMonthDetailPopupArrow
{
    position: absolute;
    left: 1em;
    font-weight: bold;
}
INPUT[TYPE=BUTTON].PaymentSummaryMonthDetailPopupButton
{
    padding: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0.4em;
}
.PaymentSummaryAccountDetailPopup
{
    position: fixed;
    top: 20vh;
    left: 25vw;
    border: 1px solid var(--Border);
    box-shadow: 10px 10px 10px var(--Border);
    background-color: var(--Content);
    z-index: 999;
}
.PaymentSummaryAccountDetailPopupBody
{
    padding: 4px;
    height: 70vh;
    width: 50vw;
    overflow-x: auto;
    overflow-y: auto;
    resize: both;
}

@media only print {
    .PaymentSummaryByMonthChart,.DBTIndexChart
    {
        max-width: var(--PrintWidth);
    }
}
