﻿.printonly {
    display: none;
}

body {
    margin: 0;
    padding: 0 10px;
}

body, div, textarea, td {
    font-size: 10pt;
    font-family: Verdana, Tahoma;
}

a {
    text-decoration: none;
    color: Blue;
}

    a:hover {
        color: #20B2AA;
    }

h1 {
    position: relative;
    font-size: 16pt;
    font-weight: bold;
    color: Black;
}

h2 {
    font-size: 14pt;
    font-style: italic;
    color: #32CD32;
    white-space: nowrap;
}

h1 span {
    display: block;
    font-size: 10pt;
    color: #202020;
    font-weight: normal;
    margin-left: 10px;
}

h2 span {
    margin-left: 10px;
    font-size: 10pt;
    color: #202020;
    font-weight: normal;
}

h3 {
    font-size: 11pt;
    font-weight: bold;
    white-space: nowrap;
}

    h1 a, h2 a, h3 a {
        font-size: 9pt;
    }

div#loading {
    display: none;
    position: fixed;
    top: 5px;
    left: 50%;
    width: 75px;
    padding: 10px 10px 10px 35px;
    margin-left: -60px;
    background: #000 url(i/loading-20.gif) no-repeat 10px center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(256,256,256,.4);
    z-index: 10000;
    color: white;
}

/****************************************
* Sections
****************************************/
div.head {
    position: relative;
    height: 47px;
}

    div.head div.logo {
        height: 47px;
        width: 228px;
        position: absolute;
        left: 0px;
        top: 0px;
        background: #fff url(i/logo.png) no-repeat left top;
    }

    div.head div.info {
        position: absolute;
        top: 5px;
        right: 0px;
        padding-left: 20px;
        background: url(i/user.gif) no-repeat left center;
    }

    div.head div#loc {
        font-style: italic;
        z-index: 999;
        position: absolute;
        top: 11px;
        left: 226px;
        font-weight: bold;
        font-size: 23px;
        font-family: Verdana;
    }

    div.head div.Development {
        color: Red;
    }

    div.head div.Test {
        color: Orange
    }

    div.head div.UAT {
        color: Blue;
    }

    div.head div.Local {
        color: blueviolet;
    }

/****************************************
* Menu
****************************************/
div.nav {
    color: White;
    position: relative;
    height: 29px;
    border: solid 1px black;
    border-radius: 4px;
    background: #000;
    z-index: 999;
}

    div.nav div.h {
        background: url(i/home.png) no-repeat center center;
        width: 35px;
        cursor: pointer;
        height: 29px;
        float: left;
        border-right: solid 1px #C0C0C0;
    }

    div.nav div.mi {
        height: 17px;
        padding: 7px 20px 5px 10px;
        float: left;
        position: relative;
        border-right: solid 1px #C0C0C0;
        z-index: 999;
    }

        div.nav div.mi a {
            color: #fff;
        }

    div.nav div.miOpen {
        color: #32CD32;
    }

    div.nav div.mi div.smi {
        color: #A9A9A9;
        display: none;
        position: absolute;
        border: solid 1px black;
        top: 29px;
        left: -1px;
        padding: 10px;
        background: #202020;
        opacity: .97;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
        z-index: 999;
        border-radius: 0 0 5px 5px;
        block-shadow: 3px 3px 5px 6px #ccc;
    }

    div.nav div.miOpen div.smi {
        display: block;
        white-space: nowrap;
    }

    div.nav h4 {
        margin: 4px 0 2px 0;
        font-weight: bold;
        font-size: 12px;
        text-align: left;
        color: #32CD32;
        white-space: nowrap;
    }

    div.nav div.smi a {
        display: block;
        padding: 2px 0 2px 10px;
        color: white;
    }

        div.nav div.smi a:hover {
            color: #20B2AA;
        }

    /* Search */
    div.nav div.s {
        position: absolute;
        right: 5px;
        top: 3px;
    }

        div.nav div.s input {
            border-radius: 10px;
            margin: 0px;
            font-size: 14px;
            padding: 2px 20px 2px 10px;
            position: absolute;
            top: 0px;
            right: 0px;
            border: solid 2px #000;
            width: 250px;
            background: #fff url(i/search.gif);
        }

        div.nav div.s img {
            cursor: pointer;
            position: absolute;
            z-index: 20;
            top: 5px;
            right: 5px;
        }

div.body {
    margin-top: 10px;
}

div.footer {
    margin-top: 100px;
    border-top: solid 1px #C0C0C0;
    padding: 5px 0 10px 0;
    color: #A9A9A9;
}

/* Account Quick Links */
div.smi div.ql a, div.ql a {
    display: inline-block;
    background: url(i/goTo.gif) no-repeat 0px 2px;
    padding: 0 0 0 12px;
    margin-right: 10px;
    font-size: 8pt;
    font-weight: normal;
}

div.smi div.ql {
    margin-bottom: 10px;
}

h1 div.ql {
    margin-left: 30px;
}

/****************************************
* Favorite
****************************************/
div.fav {
    position: absolute;
    top: 12px;
    left: 370px;
    z-index: 1000;
    background: url(i/favoriteAdd.gif) no-repeat;
    height: 32px;
    width: 31px;
    cursor: pointer;
}

/****************************************
* Buttons
****************************************/
input.btnNeg, input.btnPos {
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    border-style: none;
    border: solid 1px #000;
    transition: all 250ms linear;
}

input.btnPos {
    background: linear-gradient(#32CD32, #0cc23c, #32CD32);
}

input.btnNeg {
    background: linear-gradient(#C0C0C0, #a9a9a9, #C0C0C0);
}

    input.btnPos:hover, input.btnNeg:hover {
        box-shadow: 0 0 5px rgba(0,0,0,.5)
    }

/*******************************************
Error Messages
*******************************************/

.error-message {
    background-color: #f8d7da; /* Light red background */
    color: #721c24; /* Dark red text color */
    border: 1px solid #f5c6cb; /* Light red border */
    border-radius: 4px; /* Rounded corners */
    margin: 10px 0; /* Margin for spacing */
    padding: 10px; /* Padding for content inside the box */
    text-align: center; /* Centered text */
}

    .error-message p {
        margin: 0; /* Remove default paragraph margins */
        font-weight: bold; /* Bold text for emphasis */
    }

/*******************************************
Fields
*******************************************/
input[type=text], input[type=date], input[type=number], input[type=email], input[type=password], input[type=tel], select, textarea {
    font-size: 14px;
    border: solid 1px #dcdcdc;
    border-radius: 3px;
    padding: 8px;
    transition: all 250ms linear;
    width: 170px;
}

select {
    padding: 7px 8px;
}

select, textarea {
    width: auto;
}

    input[type=text]:focus, input[type=date]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, select:focus, textarea:focus {
        box-shadow: 3px 3px 3px rgba(0,0,0,.5);
        border: solid 1px #1976D2;
    }

input[type=text].date {
    width: 95px;
    background: #fff url(i/date-24.png) no-repeat right 5px center;
    background-size: 16px;
}

input[type=date].date {
    width: 135px;
}

.issues {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background: #f2f2f2;
}

    .issues ul {
        list-style: none;
        padding: 0;
    }

    .issues li {
        padding: 2px 0 2px 20px;
    }

        .issues li.warning {
            background: url(i/warning-16.gif) no-repeat left center;
        }

        .issues li.error {
            background: url(i/error-16.gif) no-repeat left center;
        }
/****************************************
* Layouts
****************************************/
.window {
    position: absolute;
    top: 78px;
    bottom: 0;
    left: 0;
    right: 0;
}

    .window .left, .window .right {
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 10px;
        overflow: auto;
    }

    .window .left {
        left: 0;
        right: 50%;
    }

    .window .right {
        left: 50%;
        right: 0;
    }

.group {
    vertical-align: top;
    display: inline-block;
    margin-left: 20px;
}

div .group:first-child {
    margin-left: 0;
}

/*******************************************
* Standard table
*******************************************/
table.std {
    border-right: solid 1px #c0c0c0;
    border-top: solid 1px #c0c0c0;
    border-collapse: collapse;
}

    table.std th {
        background: #f2f2f2;
    }

    table.std th, table.std td {
        text-align: left;
        border-left: solid 1px #c0c0c0;
        border-bottom: solid 1px #c0c0c0;
        padding: 5px 10px;
    }

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/****************************************
* Security
****************************************/
.sec-group {
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}

    .sec-group label {
        background: #dcdcdc;
        padding: 5px 10px;
        display: block;
        font-weight: bold;
    }

.sec-object-list {
    padding: 5px;
}

.sec-object {
    padding: 5px;
    border-radius: 4px;
    background: #f2f2f2;
    margin-bottom: 3px;
    position: relative;
    cursor: move;
}

    .sec-object a {
        cursor: pointer;
    }

.active-true, .active-false {
    height: 10px;
    width: 10px;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
}

.active-true {
    background: lime;
}

.active-false {
    background: #202020;
}

.sec-object-moving {
    display: block;
    background: #fff;
    border: solid 1px #dbdbdb;
    border-radius: 4px;
    margin: 10px 5px;
    z-index: 10;
}

/****************************************
* Special
****************************************/
.userActive, .userInactive {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
    color: #fff;
}

.userActive {
    background: lime;
}

.userInactive {
    background: red;
}

p.info {
    background: #f2f2f2 url(i/info-16.gif) no-repeat 5px center;
    padding: 5px 5px 5px 26px;
    border-radius: 4px;
}

/*******************************************
* Print mode
*******************************************/
@media print {
    html, body, form, div.body {
        padding: 0;
        margin: 0
    }

    div.head, div.fav, div.nav, div.ql {
        display: none
    }

    .noprint {
        display: none;
    }

    div.printonly {
        display: block;
    }

    h1 {
        margin-top: 0;
    }
}

/*************************************************
*   Shareable Report Styling
*************************************************/

.highlight-variance {
    background-color: #fff2cc;
}

.report-filter-table {
    border-collapse: collapse;
    border: 1px solid #c0c0c0; /* Border around the entire table */
}

    .report-filter-table tr {
        border-top: 1px solid #c0c0c0; /* Top border for rows */
        border-bottom: 1px solid #c0c0c0; /* Bottom border for rows */
    }

    .report-filter-table td,
    .report-filter-table th {
        border: none; /* Remove individual cell borders */
        padding: 8px;
    }

.report-title {
    display: none;
}

.buttons {
    margin-top: 15px;
}

.title_cell {
    padding-right: 40px;
    padding-left: 5px;
}

.filter-dropdown, .filter-input {
    height: 25px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
    width: 170px;
}

table tr {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

table {
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
}

    table tr:first-child {
        border-top: none;
    }

    table tr:last-child {
        border-bottom: none;
    }

.report-container {
    width: 100%;
}

.report-table {
    width: 100%;
    border-collapse: collapse;
}

table.filter-table {
    vertical-align: middle;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.filter-table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-control {
    margin-top: 2px;
}

.year_selector {
    padding-right: 10px;
}

/* Form control styling */
.delinquent-summary-form-control,
.unidentified-funds-form-control,
.nsf-refund-reversal-form-control {
    margin-top: 2px;
    height: 32px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    border: solid 1px #dcdcdc;
    border-radius: 3px;
    padding: 8px;
    transition: all 250ms linear;
    width: 170px;
}

/* Table styling for both report tables */
.delinquent-summary-report-table,
.unidentified-funds-report-table,
.nsf-refund-reversal-report-table,
.establishment-report-table,
.daily-summary-report-table,
.daily-posting-summary-report-table,
.ytd-summary-report-table {
    width: 100%;
    border-collapse: collapse;
}

    /* Header and cell styling for both report tables */
    .delinquent-summary-report-table th, .delinquent-summary-report-table td,
    .unidentified-funds-report-table th, .unidentified-funds-report-table td,
    .nsf-refund-reversal-report-table th, nsf-refund-reversal-report-table td,
    .establishment-report-table th, .establishment-report-table td,
    .daily-summary-report-table th, .daily-summary-report-table td,
    .daily-posting-summary-report-table th, .daily-posting-summary-report-table td,
    .ytd-summary-report-table th, .ytd-summary-report-table td {
        padding: 10px;
        border: 1px solid #ddd;
    }

    /* Header background for both tables */
    .delinquent-summary-report-table th,
    .unidentified-funds-report-table th,
    .nsf-refund-reversal-report-table th,
    .establishment-report-table th,
    .daily-summary-report-table th,
    .daily-posting-summary-report-table th,
    .ytd-summary-report-table th {
        background-color: #f4f4f4;
        text-align: left;
        white-space: nowrap;
    }

    /* Alternating background row colors for both report tables */
    .delinquent-summary-report-table tbody tr.highlight:nth-child(even) .data-row,
    .unidentified-funds-report-table tbody tr.highlight:nth-child(even) .data-row,
    .nsf-refund-reversal-report-table tbody tr.highlight:nth-child(even) .data-row,
    .establishment-report-table tbody tr.highlight:nth-child(even) .data-row,
    .ytd-summary-report-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .delinquent-summary-report-table tbody tr.highlight:nth-child(odd) .data-row,
    .unidentified-funds-report-table tbody tr.highlight:nth-child(odd) .data-row,
    .nsf-refund-reversal-report-table tbody tr.highlight:nth-child(odd) .data-row,
    .establishment-report-table tr.highlight:nth-child(odd) .data-row,
    .ytd-summary-report-table tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

/*************************************************
*   Alerts
*************************************************/

.alert {
    padding: 10px 20px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .alert ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .alert li {
        margin-bottom: 5px;
    }

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/*************************************************
*   Loading Indicator Styling
*************************************************/

.report-loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .report-loader div {
        position: absolute;
        width: 16px;
        height: 16px;
        background: #32CD32;
        border-radius: 50%;
        animation: report-loader-animation 1.2s linear infinite;
    }

        .report-loader div:nth-child(1) {
            top: 8px;
            left: 8px;
            animation-delay: 0s;
        }

        .report-loader div:nth-child(2) {
            top: 8px;
            left: 32px;
            animation-delay: -0.4s;
        }

        .report-loader div:nth-child(3) {
            top: 32px;
            left: 8px;
            animation-delay: -0.8s;
        }

        .report-loader div:nth-child(4) {
            top: 32px;
            left: 32px;
            animation-delay: -1.2s;
        }

@keyframes report-loader-animation {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

/* Hide the loading indicator by default */
.report-loading-indicator {
    display: none;
    text-align: center;
}

/*************************************************
*   Search Dropdown Styling
*************************************************/
.search-container {
    position: relative;
}

.search-results-container {
    position: absolute;
    z-index: 100;
    border: 1px solid #ccc;
    background: #fff;
    width: calc(100% - 2px);
    display: none;
}

.search-result-item {
    padding: 8px;
    cursor: pointer;
}

/*************************************************
*   Credit Summary Balance Report Styling
*************************************************/

.credit-balance-summary-report-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
}

    .credit-balance-summary-report-table > thead > tr > th,
    .credit-balance-summary-report-table > tbody > tr > td,
    .credit-balance-summary-report-table > tfoot > tr > td {
        border: 1px solid #c0c0c0;
    }

.credit-balance-summary-form-control {
    margin-top: 2px;
    height: 32px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    border: solid 1px #dcdcdc;
    border-radius: 3px;
    padding: 8px;
    transition: all 250ms linear;
    width: 170px;
}

.credit-balance-summary-report-table {
    width: 100%;
    border-collapse: collapse;
}

    .credit-balance-summary-report-table th,
    .credit-balance-summary-report-table td {
        padding: 10px;
        border: 1px solid #ddd;
    }

    .credit-balance-summary-report-table th {
        background-color: #f4f4f4;
        text-align: left;
    }

    .credit-balance-summary-report-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .credit-balance-summary-report-table tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

.credit-balance-summary-report-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
}

    .credit-balance-summary-report-table > thead > tr > th,
    .credit-balance-summary-report-table > tbody > tr > td,
    .credit-balance-summary-report-table > tfoot > tr > td {
        border: 1px solid #c0c0c0;
    }

.credit-balance-summary-form-control {
    margin-top: 2px;
    height: 32px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    border: solid 1px #dcdcdc;
    border-radius: 3px;
    padding: 8px;
    transition: all 250ms linear;
    width: 170px;
}
/*******************************************
* Legal Preparation Report
*******************************************/
.loading-area {
    padding-top: 15px;
}

#searchImage {
    position: absolute;
    right: 10px;
    transform: translateY(6px);
}

#runExportBtn {
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    border-style: none;
    border: solid 1px #000;
    transition: all 250ms linear;
    background: linear-gradient(#32CD32, #0cc23c, #32CD32);
}

#runCSVExport {
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    border-style: none;
    border: solid 1px #000;
    transition: all 250ms linear;
    background: linear-gradient(#32CD32, #0cc23c, #32CD32);
}

/* Hide and show elements to be printed 
    specific to Legal Preparation PDF Report 
*/

@media print {
    .report-title {
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #D3D3D3;
    }

    .report-table > thead > tr > th {
        text-align: right;
        border-bottom: 2px solid #000;
    }

    .report-table > tfoot > tr > td {
        text-align: right;
        border-top: 2px solid #000;
    }

    .report-table > tbody > tr > td,
    .report-table > thead > tr > th,
    .report-table > tfoot > tr > td {
        padding: 10px;
        text-align: right;
        border: 1px solid black;
    }
    /* Hide elements that should not be printed */
    .noprint, .buttons, #searchResultsContainer {
        display: none;
    }

    table tr {
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
    }
}

.report-table {
    width: 100%;
    border-collapse: collapse;
}

    .report-table th,
    .report-table td {
        padding: 10px;
        border: 1px solid #ddd;
    }

    .report-table th {
        background-color: #f4f4f4;
        text-align: left;
    }

    .report-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .report-table tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

/*******************************************
* SEA Report Styling
*******************************************

/* Align the last two columns to the right */
.top-reports-table th:nth-last-child(-n+2),
.top-reports-table td:nth-last-child(-n+2) {
    text-align: right;
}

/* Create left and right cell spacing of about 20px */
.top-reports-table th,
.top-reports-table td {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left; /* Center the text in non-last two columns */
}

/* Make all text in the tfoot aligned to the right and bold */
.top-reports-table tfoot th,
.top-reports-table tfoot td {
    text-align: right;
    font-weight: bold;
}

.top-reports-table thead tr, .summary-table thead tr {
    background-color: #375623;
    color: white;
}

.municipality-report-table thead tr {
    background-color: #823c0d;
    color: white;
}

.municipality-report-table th,
.municipality-report-table td {
    text-align: right; /* Center-aligns text for all table headers and cells */
    padding-left: 20px; /* 20px left padding */
    padding-right: 20px; /* 20px right padding */
}

    .municipality-report-table th:first-child,
    .municipality-report-table td:first-child {
        text-align: left; /* Right-aligns text for the last column */
    }

.monroeville-report-table thead tr {
    background-color: #806101;
    color: white;
}

.monroeville-report-table th,
.monroeville-report-table td {
    text-align: left; /* Center-aligns text for all table headers and cells */
    padding-left: 20px; /* 20px left padding */
    padding-right: 20px; /* 20px right padding */
}

    .monroeville-report-table th:last-child,
    .monroeville-report-table td:last-child {
        text-align: right; /* Right-aligns text for the last column */
    }

.summary-table td {
    font-weight: bold; /* Bolden all text */
    padding-left: 20px; /* 20px left padding */
    padding-right: 20px; /* 20px right padding */
}

    .summary-table td:nth-child(2) {
        text-align: right; /* Right-justify text in the 2nd column */
    }

.municipality-report-table tfoot td,
.municipality-report-table tfoot th {
    font-weight: bold;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    text-align: right;
}

.monroeville-report-table tfoot td,
.monroeville-report-table tfoot th {
    font-weight: bold; /* Applies bold styling */
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    text-align: right;
}

/*******************************************
* Establishment Report Styling
********************************************/

#county-office-title,
#tax-period-label,
#report-selection-options {
    display: none;
}

/*******************************************
* YTD & daily summary report styling
*******************************************/
.ytd-summary-report-container,
.daily-summary-report-container,
.daily-posting-summary-report-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
    align-items: center;
}

.ytd-summary-account-group-box,
.daily-summary-account-group-box,
.daily-posting-summary-account-group-box {
    border: 2px solid #333;
    padding: 15px;
    margin-top: 20px;
    width: 95%;
    background-color: #f9f9f9;
    margin-right: 5px;
}

.ytd-summary-account-group-title,
.daily-summary-account-group-title,
.daily-posting-summary-account-group-title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.ytd-summary-source-group-box,
.daily-summary-source-group-box,
.daily-posting-summary-source-group-box {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-top: none;
    padding: 10px;
    margin: 10px 5px 10px 0;
    width: 97%;
    background-color: transparent;
}

.ytd-summary-source-group-title,
.daily-summary-source-group-title,
.daily-posting-summary-source-group-title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.ytd-summary-report-table th,
.ytd-summary-report-table td,
.daily-summary-report-table th,
.daily-summary-report-table td,
.daily-posting-summary-report-table th,
.daily-posting-summary-report-table td {
    padding: 10px;
    border: 1px solid #000;
    vertical-align: top;
    text-align: right;
}

.ytd-summary-subtotal-row,
.ytd-summary-total-row,
.ytd-summary-grand-total-row,
.daily-summary-subtotal-row,
.daily-summary-total-row,
.daily-summary-grand-total-row,
.daily-posting-summary-subtotal-row,
.daily-posting-summary-total-row,
.daily-posting-summary-grand-total-row {
    font-weight: bold;
    background-color: #f0f0f0;
}

.ytd-summary-grand-total,
.daily-summary-grand-total,
.daily-posting-summary-grand-total {
    border-top: 2px solid #000;
    margin-top: 30px;
    width: 95%;
    margin-right: 5px;
}
