/* /CustomComponents/Alert.razor.rz.scp.css */
[b-7r8nlkquc6] .k-dialog-wrapper{
    z-index: 100000 !important;
}
/* /CustomComponents/AlertOkCancel.razor.rz.scp.css */
[b-hs8ooeggq6] .k-dialog-wrapper {
    z-index: 100000 !important;
}
/* /CustomComponents/ProgressBar.razor.rz.scp.css */
[b-askn10vkx2] .k-dialog-wrapper {
    z-index: 100000 !important;
}
/* /CustomComponents/Prompt.razor.rz.scp.css */
[b-eeq39m556b] .k-dialog-wrapper {
    z-index: 100000 !important;
}
/* /CustomComponents/SearchReference/SearchReference.razor.rz.scp.css */
.family-form[b-fu6v9ayhxl] {
    display: flex;
    flex-wrap: wrap;
    border: solid thin black;
}

    .family-form .form-group[b-fu6v9ayhxl] {
        flex: 1 1 320px;
    }

.designation-form .form-group[b-fu6v9ayhxl] {
    width: 100%;
}
/* /Pages/DocumentManagement/Accounting/IndexComponent.razor.rz.scp.css */
#helpButton[b-ntsuoedf5z] {
    justify-content: flex-end;
}

.splitLayoutPanel[b-ntsuoedf5z] {
    overflow: auto;
    height: 100%;
    display: grid;
    grid-template-areas: "master-header detail-header" "content-list detail-content";
    grid-template-columns: min-content auto;
    grid-template-rows: max-content auto;
}

    .splitLayoutPanel .master-header[b-ntsuoedf5z] {
        padding: 2px;
        grid-area: master-header;
        display: flex;
        height: 100%;
        background-color: #c4c4c4;
        align-self: center;
    }

        .splitLayoutPanel .master-header button[b-ntsuoedf5z] {
            padding: 5px;
        }

@media (max-width: 400px) {
    .splitLayoutPanel .master-header button[b-ntsuoedf5z] {
        display: none;
    }
}

.splitLayoutPanel .master-content[b-ntsuoedf5z] {
    grid-area: master-content;
    height: 100%;
    overflow: auto;
}

.splitLayoutPanel .detail-header[b-ntsuoedf5z] {
    padding: 2px;
    background-color: #eeeee3;
    grid-area: detail-header;
    display: flex;
    height: 100%;
    align-self: center;
    justify-content: center;
}

    .splitLayoutPanel .detail-header button[b-ntsuoedf5z] {
        margin-top: auto;
        margin-bottom: auto;
    }

.splitLayoutPanel .detail-content[b-ntsuoedf5z] {
    grid-area: detail-content;
    height: 100%;
}

@media (max-width: 800px) {
    .splitLayoutPanel .detail-content[b-ntsuoedf5z] {
        display: none;
    }
}

.splitLayoutPanel .content-list[b-ntsuoedf5z] {
    grid-area: content-list;
    height: 100%;
    width: 100%;
}

@media (max-width: 800px) {
    .splitLayoutPanel[b-ntsuoedf5z] {
        grid-template-areas: "master-header" "detail-header" "content-list" "detail-content";
        grid-template-columns: 100%;
        grid-template-rows: min-content min-content max-content auto;
    }
}

.show_small[b-ntsuoedf5z] {
    visibility: collapse;
}

@media (max-width: 800px) {
    .show_small[b-ntsuoedf5z] {
        visibility: visible;
    }
}

.show_large[b-ntsuoedf5z] {
    display: block;
}

@media (max-width: 800px) {
    .show_large[b-ntsuoedf5z] {
        display: none;
    }
}

.fileItem[b-ntsuoedf5z] {
    border: solid thin black;
    padding: 5px;
    margin: 5px;
}

    .fileItem.k-state-selected[b-ntsuoedf5z] {
        background-color: cadetblue;
        font-weight: bold;
        color: white;
    }

#pdfViewer[b-ntsuoedf5z] {
    width: 100%;
    height: 100%;
}

.listSelector[b-ntsuoedf5z] {
    width: 100%;
    margin-bottom: 2px;
}

.sideButton[b-ntsuoedf5z] {
    text-align: center;
}
/* /Pages/DocumentManagement/Accounting/LookupComponent.razor.rz.scp.css */
#helpButton[b-ouhhlosnyq] {
    justify-content: flex-end;
}

.splitLayoutPanel[b-ouhhlosnyq] {
    overflow: auto;
    height: 100%;
    display: grid;
    grid-template-areas: "master-header detail-header" "content-list detail-content";
    grid-template-columns: min-content auto;
    grid-template-rows: max-content auto;
}

    .splitLayoutPanel .master-header[b-ouhhlosnyq] {
        padding: 2px;
        grid-area: master-header;
        display: flex;
        height: 100%;
        background-color: #c4c4c4;
        align-self: center;
    }

        .splitLayoutPanel .master-header button[b-ouhhlosnyq] {
            padding: 5px;
        }

@media (max-width: 400px) {
    .splitLayoutPanel .master-header button[b-ouhhlosnyq] {
        display: none;
    }
}

.splitLayoutPanel .master-content[b-ouhhlosnyq] {
    grid-area: master-content;
    height: 100%;
    overflow: auto;
}

.splitLayoutPanel .detail-header[b-ouhhlosnyq] {
    padding: 2px;
    background-color: #eeeee3;
    grid-area: detail-header;
    display: flex;
    height: 100%;
    align-self: center;
    justify-content: center;
}

    .splitLayoutPanel .detail-header button[b-ouhhlosnyq] {
        margin-top: auto;
        margin-bottom: auto;
        height: 40px;
    }

.splitLayoutPanel .detail-content[b-ouhhlosnyq] {
    grid-area: detail-content;
    height: 100%;
}

@media (max-width: 800px) {
    .splitLayoutPanel .detail-content[b-ouhhlosnyq] {
        display: none;
    }
}

.splitLayoutPanel .content-list[b-ouhhlosnyq] {
    grid-area: content-list;
    height: 100%;
    width: 100%;
}

@media (max-width: 800px) {
    .splitLayoutPanel[b-ouhhlosnyq] {
        grid-template-areas: "master-header" "detail-header" "content-list" "detail-content";
        grid-template-columns: 100%;
        grid-template-rows: min-content min-content max-content auto;
    }
}

.show_small[b-ouhhlosnyq] {
    visibility: collapse;
}

@media (max-width: 800px) {
    .show_small[b-ouhhlosnyq] {
        visibility: visible;
    }
}

.show_large[b-ouhhlosnyq] {
    display: block;
}

@media (max-width: 800px) {
    .show_large[b-ouhhlosnyq] {
        display: none;
    }
}
 
/* /Pages/DocumentManagement/ReceptionInvoice/ProcessComponent.razor.rz.scp.css */
.container[b-zc9udnangn] {
    width: 100%;
    display: flex;
    height: 100vh;
}

.section[b-zc9udnangn] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    width: 50%;
}
/* /Pages/DocumentManagement/SupplyAgreement/ProcessComponent.razor.rz.scp.css */
.legend[b-pmr35x138b] {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

    .legend li[b-pmr35x138b] {
        float: left;
        margin-right: 10px;
    }

        .legend li span[b-pmr35x138b] {
            border: 1px solid #ccc;
            float: left;
            width: 12px;
            height: 12px;
            margin: 5px;
        }
/* /Pages/DocumentManagement/SupplyAgreement/UploadComponent.razor.rz.scp.css */
.legend[b-4npnru73iu] {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

    .legend li[b-4npnru73iu] {
        float: left;
        margin-right: 10px;
    }

        .legend li span[b-4npnru73iu] {
            border: 1px solid #ccc;
            float: left;
            width: 12px;
            height: 12px;
            margin: 5px;
        }

.greenRow[b-4npnru73iu] {
    background-color: #9cffc8 !important;
}

.redRow[b-4npnru73iu] {
    background-color: #ff9c9c !important;
}
/* /Pages/ExpenseManagement/DashboardComponent.razor.rz.scp.css */
.legend[b-miz95xolph] {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}
    .legend li[b-miz95xolph] {
        float: left;
        margin-right: 10px;
    }

        .legend li span[b-miz95xolph] {
            border: 1px solid #ccc;
            float: left;
            width: 12px;
            height: 12px;
            margin: 5px;
        }
/* /Pages/ExpenseManagement/FinancesApprovalComponent.razor.rz.scp.css */
.page-content[b-ywahr4sz40] {
    height: 90%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content auto;
    grid-gap: 1em;
}

    .page-content .header[b-ywahr4sz40] {
        grid-column: 1 / span 2;
    }

    .page-content .grid-area[b-ywahr4sz40] {
        grid-column: 1 / span 1;
    }

    .page-content .document-area[b-ywahr4sz40] {
        grid-column: 2 / span 1;
    }

@media (max-width: 1000px) {
    .page-content .grid-area[b-ywahr4sz40], .page-content .document-area[b-ywahr4sz40] {
        grid-column: 1 / span 2;
    }
}

#pdfViewer[b-ywahr4sz40] {
    width: 100%;
    height: 100%;
}

.container[b-ywahr4sz40] {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

    .container .innercontainer[b-ywahr4sz40] {
        flex-grow: 1;
        margin: 5px;
    }

        .container .innercontainer .container-control[b-ywahr4sz40] {
            width: 100%;
        }

        .container .innercontainer .container-checkbox[b-ywahr4sz40] {
            display: inline;
            width: auto;
            margin-right: 7px;
        }

.editDialog[b-ywahr4sz40] {
    width: 800px;
}

#fileTemplate[b-ywahr4sz40] {
    float: right;
}

.red[b-ywahr4sz40] {
    background-color: #ff9c9c !important;
}

.legend[b-ywahr4sz40] {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

    .legend li[b-ywahr4sz40] {
        float: left;
        margin-right: 10px;
    }

        .legend li span[b-ywahr4sz40] {
            border: 1px solid #ccc;
            float: left;
            width: 12px;
            height: 12px;
            margin: 5px;
        }
/* /Pages/ExpenseManagement/NoSupplierComponent.razor.rz.scp.css */
.page-content[b-c9m09txnwv] {
    height: 90%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content auto;
    grid-gap: 1em;
}

    .page-content .header[b-c9m09txnwv] {
        grid-column: 1 / span 2;
    }

    .page-content .grid-area[b-c9m09txnwv] {
        grid-column: 1 / span 1;
    }

    .page-content .document-area[b-c9m09txnwv] {
        grid-column: 2 / span 1;
    }

@media (max-width: 1000px) {
    .page content .grid-area[b-c9m09txnwv] {
        grid-column: 1 / span 2;
    }

    .page-content .document-area[b-c9m09txnwv] {
        grid-column: 1 / span 2;
    }
}

#pdfViewer[b-c9m09txnwv] {
    width: 100%;
    height: 100%;
}
/* /Pages/ExpenseManagement/VehicleManagementComponent.razor.rz.scp.css */
.container[b-9rafdv73dv] {
    display: flex;
    justify-content: space-evenly;
}
    .container .innercontainer[b-9rafdv73dv] {
        flex-grow: 1;
        margin: 5px;
    }
        .container .innercontainer .container-control[b-9rafdv73dv] {
            width: 100%;
        }

        .container .innercontainer .container-checkbox[b-9rafdv73dv] {
            display: inline;
            width: auto;
            margin-right: 7px;
        }

.vehicleFormDialog[b-9rafdv73dv] {
    width: 800px;
}
/* /Pages/FinancialManagement/NewInternalWorkInvoice.razor.rz.scp.css */

.rTable[b-bcpcc25rjt]{
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 2px;
}

.rRow[b-bcpcc25rjt]{
    display: table-row;
}

.rLabelCell[b-bcpcc25rjt]{
    display: table-cell;
}

.rCenterCell[b-bcpcc25rjt] {
    display: table-cell;
    width: 400px;
}

.rCodeCell[b-bcpcc25rjt] {
    display: table-cell;
    font-size: large;
    border-style: solid;
    border-width: 1px;
    height: 30px;
    width: 400px;
}

.rHeader[b-bcpcc25rjt] {
    display: block;
    font-size: x-large;
    text-align: center;
    margin-bottom: 10px;
}

.rFooter[b-bcpcc25rjt] {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.grid-container[b-bcpcc25rjt] {
    display: grid;
    grid-template-columns: auto min-content;
    padding: 1px;
}
/* /Pages/TimeTracker/TimeRegistrationComponent.razor.rz.scp.css */
.error-message[b-oc6xjwr8rp] {
    color: red;
}

    .error-message a[b-oc6xjwr8rp] {
        color: red;
    }

        .error-message a:visited[b-oc6xjwr8rp] {
            color: red;
        }
/* /Pages/TripManagement/RequestComponent.razor.rz.scp.css */
.error-message[b-5000xr6v4u] {
    color: red;
}

    .error-message a[b-5000xr6v4u] {
        color: red;
    }

        .error-message a:visited[b-5000xr6v4u] {
            color: red;
        }
/* /Pages/TripManagement/TripDetailComponent.razor.rz.scp.css */
.error-message[b-xv3y66wxus] {
    color: red;
}
.disabled[b-xv3y66wxus]{
    opacity: 0.6;
}
/* /Pages/TripManagement/TripInvoicesComponent.razor.rz.scp.css */
.page-content[b-h480ib6pyc] {
    height: 90%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content auto;
    grid-gap: 1em;
}

    .page-content .header[b-h480ib6pyc] {
        grid-column: 1 / span 2;
    }

    .page-content .grid-area[b-h480ib6pyc] {
        grid-column: 1 / span 1;
    }

    .page-content .document-area[b-h480ib6pyc] {
        grid-column: 2 / span 1;
    }

@media (max-width: 1000px) {
    .page content .grid-area[b-h480ib6pyc] {
        grid-column: 1 / span 2;
    }

    .page-content .document-area[b-h480ib6pyc] {
        grid-column: 1 / span 2;
    }
}

#pdfViewer[b-h480ib6pyc] {
    width: 100%;
    height: 100%;
}

#documentWindow .window-content[b-h480ib6pyc]{
    overflow: hidden;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-x0dsogwd3b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x0dsogwd3b] {
    flex: 1;
}

.sidebar[b-x0dsogwd3b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x0dsogwd3b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x0dsogwd3b]  a, .top-row[b-x0dsogwd3b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x0dsogwd3b]  a:hover, .top-row[b-x0dsogwd3b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x0dsogwd3b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x0dsogwd3b] {
        display: none;
    }

    .top-row.auth[b-x0dsogwd3b] {
        justify-content: space-between;
    }

    .top-row[b-x0dsogwd3b]  a, .top-row[b-x0dsogwd3b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x0dsogwd3b] {
        flex-direction: row;
    }

    .sidebar[b-x0dsogwd3b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x0dsogwd3b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x0dsogwd3b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x0dsogwd3b], article[b-x0dsogwd3b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gu90yy2un1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gu90yy2un1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gu90yy2un1] {
    font-size: 1.1rem;
}

.oi[b-gu90yy2un1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gu90yy2un1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gu90yy2un1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gu90yy2un1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gu90yy2un1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gu90yy2un1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-gu90yy2un1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gu90yy2un1] {
        display: none;
    }

    .collapse[b-gu90yy2un1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-gu90yy2un1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
