@import '_content/KadComponents/KadComponents.0lqvk1r7en.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Layout/DocumentViewer.razor.rz.scp.css */
body[b-46phhmn7yp] {
}

div.msg-body[b-46phhmn7yp] {
    top: 0;
    width: 85%;
    padding: 2%;
    height: 100vh;
    margin: auto;
    position: fixed;
    background: rgba(128,128,128, 0.8);
    padding: 1%;
    transition: all .5s;
}

div.msg-container[b-46phhmn7yp] {
    background: white;
    height: 100vh;
    width: 90%;
    border-radius: 1vh;
    box-shadow: 0 0 10px #808080;
    animation: move-b-46phhmn7yp .5s linear;
    transition: all .5s;
    margin-top: 8vh;
    overflow: auto;
}

@keyframes move-b-46phhmn7yp{
    0%{
        margin-top: 100vh;
    }
    100%{
        margin-top: 8vh;
    }
}
/* /Layout/LoginLayout.razor.rz.scp.css */
.page[b-27xekvmuv3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-27xekvmuv3] {
    flex: 1;
}


.top-row[b-27xekvmuv3]  a, .top-row .btn-link[b-27xekvmuv3] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-27xekvmuv3] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-27xekvmuv3] {
        display: none;
    }

    .top-row.auth[b-27xekvmuv3] {
        justify-content: space-between;
    }

    .top-row a[b-27xekvmuv3], .top-row .btn-link[b-27xekvmuv3] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-27xekvmuv3] {
        flex-direction: row;
    }

    .sidebar[b-27xekvmuv3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-27xekvmuv3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-27xekvmuv3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media print {
    .sidebar[b-27xekvmuv3], .top-row[b-27xekvmuv3] {
        display: none;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-x8ye68w8fz] {
    margin: 1.1%;
    padding: 1%;
    height: 80vh;
    margin-top: 10vmax;
}

@media screen and (min-width:960px) {
    .page[b-x8ye68w8fz] {
        margin: 2%;
        padding: 2%;
        height: 80vh;
        margin-top: 4%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sticky[b-p3lh91bgct]{
    height:70px;
    overflow:visible;
    top:0;
    position: fixed;
    width: 96.1%;
    padding: 1%;
    display: flex;
    transition: all;
    z-index:10000;
    margin-left:2%;
    margin-right:2%;
}
.home-lander[b-p3lh91bgct]{
    margin-right: 5%;
    width:10vw;
    display: flex;
    place-items: center;
}
    .home-lander a[b-p3lh91bgct] {
        font-size: 2em;
        font-weight: bold;
    }
.collapsible[b-p3lh91bgct] {
    display: flex;
    width: 100%;
    place-items: center;
}
.profile[b-p3lh91bgct] {
    margin-left: auto;
}
.profile img[b-p3lh91bgct]{
    height:100%;
    max-height: 30px;
}
.collapsible-item[b-p3lh91bgct] {
    margin-right: 2%;
    margin-left: 2%;
    display: flex;
    font-size: max(1.5em,2vmax);
    place-items: center;
}
    .collapsible-item[b-p3lh91bgct]  a {
        color: navy;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .collapsible-item[b-p3lh91bgct]  a.active, .visited[b-p3lh91bgct] {
            background-color: navy;
            color: white;
        }
.collapsible-item-description[b-p3lh91bgct]{
    display: none;
}

.darkerpurple[b-p3lh91bgct] {
    color: navy;
}

@media screen and (min-width:920px) {
    .collapsible-item-description[b-p3lh91bgct] {
        display: flex;
        font-size: min(2em,2.5vmin);
        place-items: center;
        margin-left: 2px;
    }    
}
/* /Layout/SourceDocument.razor.rz.scp.css */
.holder[b-li3udlidqm] {
    background-color: rgba(0, 0, 0,.4) !important;
    height: 100vh;
    width: 100vw;
    place-items: center;
    place-content: center;
    justify-content: center;
    justify-items: center;
    position: fixed;
    top: 0;
    left: -2vw;
    display: flex;
}

.held[b-li3udlidqm] {
    place-self: center;
    background: white;
    margin-top: 25vh;
    width: 95%;
    height: 100%;
    margin-left: 2.5vw;
    padding: 1vh;
    box-shadow: 0 0 10px #808080;
    transition: all 1s;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    overflow: hidden;
    z-index: 100000;
}

.show-popup[b-li3udlidqm] {
    animation: pop-up-b-li3udlidqm 1s;
}

@keyframes pop-up-b-li3udlidqm {
    0% {
        transform: scale(.1);
    }

    100% {
        transform: scale(1);
    }
}

.body[b-li3udlidqm] {
    max-height: 90vh;
}

.close-button[b-li3udlidqm] {
    font-size: large;
    cursor: pointer;
    margin-left: auto;
}

    .close-button:hover[b-li3udlidqm] {
        color: red;
    }

.title[b-li3udlidqm] {
    font-size: large;
    font-weight: bold;
}

.top-bar[b-li3udlidqm] {
    display: flex;
    position: sticky;
    margin-bottom: 1%;
}
/* /Layout/StatementEntry.razor.rz.scp.css */


.content[b-39g1e8hqs1] {
    display: none;
    width: 80%;
    place-self: end;
}
.report-title[b-39g1e8hqs1] {
    color: gray;
    font-size: x-small;
    margin: 0;
    padding: 0;
}

.report-entry[b-39g1e8hqs1] {
    margin-top: 0;
}

.subject-row[b-39g1e8hqs1] {
    border-radius: .5vmin;
    margin-top: .5%;
    padding: .1%;
    transition: all .5s;
    font-size: small;
}
    .subject-row:hover .content[b-39g1e8hqs1] {
        display: block;
        position: fixed;
        right: 50px;
        top: 40vh;
        margin: auto;
        padding: 1%;
        border-radius: .51vh;
    }


.note-entry[b-39g1e8hqs1] {
    padding: 1%;
    border-radius: .51vmin;
    margin-bottom: 1%;
}
@media screen and (min-width:720px) {
    .report-title[b-39g1e8hqs1]{
        display: none;
    }
    .content[b-39g1e8hqs1]{
        width: 20vw;
    }
}

/* /Layout/StatementTitle.razor.rz.scp.css */
.report-entry[b-w28qso8xvi] {
    margin-top: 0;
}

.subject-row[b-w28qso8xvi] {
    display: none;
    transition: all .5s;
}


@media screen and (min-width:720px) {
    .subject-row[b-w28qso8xvi] {
        display: flex;
        border-radius: .5vmin;
        margin-top: .51%;
        padding: .1%;
        font-weight: bold;
    }
}
/* /Pages/About.razor.rz.scp.css */
body[b-vmopu7nnjx] {
}
dt.word-property[b-vmopu7nnjx] {
    min-height: 2.5vh;
    margin: 2%;
    padding: 1%;
    font-weight: normal;
}

dt.text-italics[b-vmopu7nnjx] {
    font-style: italic;
}

img#never[b-vmopu7nnjx] {
    max-width: 5cm;
}

div#nevimg[b-vmopu7nnjx] {
    text-align: right;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    div#nevimg[b-vmopu7nnjx] {
        text-align: left;
    }
}

.text-download[b-vmopu7nnjx] {
    font-size: large;
}

/* /Pages/Accounts/AgeEntry.razor.rz.scp.css */
body[b-2x728x70li] {
}
.holder[b-2x728x70li]{
    display: flex;
    place-content: space-evenly;
    align-content: space-evenly;
    margin-bottom: 1vh;
}
.age-item[b-2x728x70li]{
    padding: 5px;
    border-radius: .5vh;
    border: 1px solid silver;
    display: inline-block;
}
.age-item-title[b-2x728x70li]{
    font-size: smaller;
    color: gray;
    margin-top:0;
    margin-bottom:0;
}
.age-item-amount[b-2x728x70li]{
   font-weight: bold;
   margin-bottom:0;
   margin-top:0;
   font-size: smaller;
   text-align: right;
}
.negative-bg[b-2x728x70li]{
    color: green;
}
.positive-bg[b-2x728x70li] {
    color: red;
}
.zero-bg[b-2x728x70li]{
    color: blue;
}
/* /Pages/Home.razor.rz.scp.css */
.gradient-text[b-cc3l6lwc2u] {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* /Pages/HomePages/MenuRoute.razor.rz.scp.css */
.heading-shade[b-4e0oy235jf] {
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: .5vh;
}
.body-shade[b-4e0oy235jf] {
    border-radius: 1vh;
}
/* /Pages/NoncurrentAssets/Schedule.razor.rz.scp.css */
td.total[b-pkny0z2yxk]{
    font-weight:bold;
    border-bottom: 3px solid gray;
    border-top: 1px solid gray;
}
/* /Pages/Reports/BalSheet.razor.rz.scp.css */
body[b-2kidk9n9yt] {
}

td.total[b-2kidk9n9yt] {
    font-weight: bold;
}

td.sub-total[b-2kidk9n9yt] {
    font-weight: bold;
}
/* /Pages/Reports/CashflowReport.razor.rz.scp.css */
body[b-h635codua5] {
}

td.total[b-h635codua5] {
    font-weight: bold;
}

td.sub-total[b-h635codua5] {
    font-weight: bold;
}
/* /Pages/Reports/IncomeStatement.razor.rz.scp.css */
body[b-4iihx9bj4p] {

}
td.total[b-4iihx9bj4p] {
    font-weight: bold;
}
td.sub-total[b-4iihx9bj4p] {
    font-weight: bold;
}
/* /Pages/Reports/TrialBal.razor.rz.scp.css */
body[b-i77d3vr6fx] {

}
td.total[b-i77d3vr6fx] {
    font-weight: bold;
}
