@import '_content/WTW.Quark.BlazorServerLibrary/WTW.Quark.BlazorServerLibrary.2lz2r971ro.bundle.scp.css';

/* /Components/Layout/Footer.razor.rz.scp.css */
.copyright[b-gqlnxmvg02]  a {
    color: var(--wtw-footer-foreground) !important;
    text-decoration: none;
}
/* /Components/Layout/LoginDisplay.razor.rz.scp.css */
div[b-s0vcvkd2y5] {
    display: inline-block;
}
div[b-s0vcvkd2y5]  .btn-menu {
    background-color: var(--wtw-menubtn-background);
    color: var(--wtw-menubtn-foreground);
}
div[b-s0vcvkd2y5]  .btn-menu:hover {
    background-color: var(--wtw-menubtn-background-hover);
    color: var(--wtw-menubtn-foreground-hover);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jhx28z8u0c] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-x: hidden;
}

main[b-jhx28z8u0c] {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: calc(100% - 250px);
}

@media (max-width: 767.998px) {
    main[b-jhx28z8u0c] {
        width: 100%;
    }
}

.sidebar[b-jhx28z8u0c] {
    background-color: var(--wtw-menu-background);
    z-index: 10;
}

.top-row[b-jhx28z8u0c] {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.top-row[b-jhx28z8u0c]  a {
    white-space: nowrap;
    padding: 6px;
    min-width: auto;
    text-decoration: none;
}

.top-row[b-jhx28z8u0c]  a:hover {
    text-decoration: none;
}

.top-row[b-jhx28z8u0c]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

footer[b-jhx28z8u0c] {
    background-color: var(--wtw-footer-background);
    color: var(--wtw-footer-foreground);
}

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-jhx28z8u0c] {
        display: none;
    }

    .top-row.auth[b-jhx28z8u0c] {
        border-top: 0;
        padding-right: 0.6rem !important;
    }

    .top-row[b-jhx28z8u0c]  a, .top-row[b-jhx28z8u0c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-jhx28z8u0c] {
        flex-direction: row;
    }

    .sidebar[b-jhx28z8u0c] {
        width: 250px;
        position: sticky;
        top: 0;
    }

    .top-row[b-jhx28z8u0c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jhx28z8u0c]  a:first-child {
        text-align: right;
    }

    .top-row[b-jhx28z8u0c], article[b-jhx28z8u0c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-ep0mf99q8s] .navbar-brand img {
    background-color: var(--wtw-navbar-brand-backcolor);
}

[b-ep0mf99q8s] .navbar-toggler {
    background-color: var(--wtw-menubtn-background);
}

[b-ep0mf99q8s] .navbar-toggler:hover {
    background-color: var(--wtw-menubtn-background-hover);
}

[b-ep0mf99q8s] .nav-item a {
    color: var(--wtw-menuitem-foreground);
}

[b-ep0mf99q8s] .nav-item a.active {
    background-color: var(--wtw-menuitem-background-active);
    color: var(--wtw-menuitem-foreground-active);
}

[b-ep0mf99q8s] .nav-item a:hover {
    background-color: var(--wtw-menuitem-background-hover);
    color: var(--wtw-menuitem-foreground-hover);
}
/* /Components/PageComponents/Applications/ApplicationsSearchForm.razor.rz.scp.css */
.application-name-search[b-tksjjcup2o] {
    max-inline-size: 40%;
}
/* /Components/PageComponents/Dashboard/DashboardDisplay.razor.rz.scp.css */
.headlines[b-vqk5nlaiwg] {
    max-width: 720px;
}
/* /Components/PageComponents/Monitor/MonitorTasksGrid.razor.rz.scp.css */
div[b-tavy7jx9pi]  .items-cell div {
    max-width: 93px;
    text-align: right;
}
div[b-tavy7jx9pi]  .duration-cell div {
    max-width: 85px;
    text-align: right;
}
@media (min-width: 601px) {
    div[b-tavy7jx9pi]  .mud-simple-table {
        margin-left: 2rem;
    }
}
div[b-tavy7jx9pi]  .mud-simple-table td:first-child {
    width: 7.5rem;
}
@media (max-width: 600.98px) {
    div[b-tavy7jx9pi]  .mud-table-child-content {
        padding-left: 0 !important;
        padding-right: 1px !important;
    }
    div[b-tavy7jx9pi]  .mud-table-child-content::before {
        padding-right: 0 !important;
    }
    div[b-tavy7jx9pi]  .mud-simple-table td:last-child {
        text-align: right;
    }
}
/* /Components/PageComponents/Shared/PageHeaderBar.razor.rz.scp.css */
.header-bar[b-n8pg27otdy] {
    display: block;
    background: var(--wtw-header-bar-background);
}
.header-bar > h5[b-n8pg27otdy] {
    padding: 0.5rem !important;
}
