@import '_content/KadComponents/KadComponents.0lqvk1r7en.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Layout/LogInLayout.razor.rz.scp.css */
.page[b-9yjrobtth0] {
    margin: 2%;
    padding: 2%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7s93xm3132] {
    margin: 2%;
    margin-top: 5%;
    padding: 2%;
    height: 80vh;
    margin-top: 10vmax;
}

@media screen and (min-width:960px) {
    .page[b-7s93xm3132] {
        margin: 2%;
        padding: 2%;
        height: 80vh;
        margin-top: 4%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sticky[b-pttl789e78]{
    height:60px;
    overflow:visible;
    top:0;
    position: fixed;
    width: 96%;
    background: linear-gradient(to right, white 5%, silver);
    padding: 1%;
    display: flex;
    transition: all;
    box-shadow: 0 0 1px 2px silver;
    z-index:10000;
    margin-left:2%;
    margin-right:2%;
}
.home-lander[b-pttl789e78]{
    margin-right: 5%;
    width:10vw;
    display: flex;
    place-items: center;
}
    .home-lander a[b-pttl789e78] {
        font-size: 2em;
        font-weight: bold;
        color: navy;
    }
home-lander a .admin[b-pttl789e78]{
    font-size:smaller !important;
}
.collapsible[b-pttl789e78] {
    display: flex;
    width: 90vw;
    place-items: center;
}
.profile[b-pttl789e78] {
    margin-left: auto;
}
.profile img[b-pttl789e78]{
    height:100%;
    max-height: 30px;
    border-radius:50%;
}
.collapsible-item[b-pttl789e78] {
    margin-right: 2%;
    margin-left: 2%;
    display: flex;
    font-size: max(1.5em,2vmax);
    place-items: center;
}
.collapsible-item-description[b-pttl789e78]{
    display: none;
}

.darkerpurple[b-pttl789e78] {
    color: navy;
}

.collapsible-item > a[b-pttl789e78] {
    color: inherit;
    text-decoration: none;
    display: flex;
    place-items: center;
    align-items: stretch;
    justify-content: space-evenly;
}


@media screen and (min-width:920px) {
    .collapsible-item-description[b-pttl789e78] {
        display: flex;
        font-size: min(2em,2.5vmin);
        place-items: center;
        margin-left: 2px;
    }    
}
a.visited[b-pttl789e78]{
    display: flex;
}
/* /Pages/LogIn.razor.rz.scp.css */
.container[b-0squlyowdc] {
    width: 30vw;
    display: flex;
    flex-direction: column;
    place-items: center;
}
img[b-0squlyowdc]{
    width:min(100%, 250px);
}
/* /Pages/Reports/PaySlip.razor.rz.scp.css */
.pay-page[b-dmhsvffbsm] {
    max-width: 210mm;
    margin: auto;
    font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 11pt;
}
.pay-page > h1[b-dmhsvffbsm], h2[b-dmhsvffbsm], h3[b-dmhsvffbsm], h4[b-dmhsvffbsm], h5[b-dmhsvffbsm] {
    font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
}
h2[b-dmhsvffbsm]{
    font-weight: bold;
}
.title-label[b-dmhsvffbsm]{
    float:left;
    margin-right:4px;
    width:30%;
    clear:left;
    margin-bottom:2px;
}
.title-entry[b-dmhsvffbsm] {
    float: left;
    clear: right;
    width: 65%;
    border-radius: .5vh;
    border: 1px solid gray;
    margin-bottom: 2px;
    padding:2px;
    font-weight:bold;
    min-height: 25px;
}
.sub-total[b-dmhsvffbsm]{
    border-top:1px solid gray;
    border-bottom:2px solid gray;
    font-weight: bold;
}
.last-col[b-dmhsvffbsm]{
    max-width:10vmin;
    min-width:10vmin;
}
.summary[b-dmhsvffbsm]{
    border:1px solid gray;
    padding:3px;
    width:100%;
    border-radius:1vmin;
    margin:auto;
}
.summary-header[b-dmhsvffbsm]{
    transform: translateY(3.5vh);
    margin-left: 10vw;
    max-width:15vmax;
    font-weight: bold;
    display:inline-block;
    font-weight:bold;
    background: white;
    padding: 1%;
    z-index:10;
}
.text-right[b-dmhsvffbsm]{
    text-align: right;
}
