@import '_content/Tempus.Blazor.Core/Tempus.Blazor.Core.lh3w0snxtm.bundle.scp.css';
@import '_content/Tempus.Blazor.Images/Tempus.Blazor.Images.2bygxja03x.bundle.scp.css';

/* /Components/Misc/Workflows/WorkflowDesigner/ButtonDesigner/WorkflowButtonDesignerSidebar.razor.rz.scp.css */
select.column-type[b-5uik5dua2p] {
    width: 120px;
}

tr[b-5uik5dua2p] {
    cursor: pointer;
}

tr.active[b-5uik5dua2p] {
    color: #343a40;
    background-color: rgba(0,0,0,0.075);
}
/* /Components/Misc/Workflows/WorkflowDesigner/TransitionDesigner/WorkflowTransitionDesignerSidebar.razor.rz.scp.css */
select.column-type[b-cds3cqqeb9] {
    width: 120px;
}

tr[b-cds3cqqeb9] {
    cursor: pointer;
}

tr.active[b-cds3cqqeb9] {
    color: #343a40;
    background-color: rgba(0,0,0,0.075);
}
/* /Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-byy1xqccjm] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: #fff;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-byy1xqccjm] {
    outline: none !important;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-byy1xqccjm] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-byy1xqccjm] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-byy1xqccjm] {
        font-size: inherit;
    }
}

.navbar[b-byy1xqccjm] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.specification-toggler-icon[b-byy1xqccjm] {
    font-size: 1.25em;
    font-weight: bold;
    color: white;
}

.specification-toggler[b-byy1xqccjm] {
    display: none !important;
}

.navbar-button[b-byy1xqccjm] {
    min-width: 60px;
    max-width: 60px;
}

@media (max-width: 991.98px) {
    .specification-combo-boxes[b-byy1xqccjm] {
        display: none !important;
    }

    .specification-toggler[b-byy1xqccjm] {
        display: block !important;
    }

    .dropdown-button[b-byy1xqccjm] {
        margin-left: auto;
    }
}

.header-logo[b-byy1xqccjm] {
    width: 52px;
    height: 52px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7bow4wp38a] {
    height: 100%;
    overflow: hidden;
}

[b-7bow4wp38a] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

[b-7bow4wp38a] .fit-width {
    max-width: 100%;
}

[b-7bow4wp38a] .mw-1100 {
    max-width: 1100px;
}

@media (max-width: 1199.98px) {
    .page-layout > .dx-gridlayout-root[b-7bow4wp38a] {
        grid-template-columns: none;
    }
}
/* /Shared/MainLayoutAuthenticated.razor.rz.scp.css */
.page[b-1fzol42bhm] {
    height: 100%;
    overflow: hidden;
}

[b-1fzol42bhm] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

[b-1fzol42bhm] .fit-width {
    max-width: 100%;
}

[b-1fzol42bhm] .mw-1100 {
    max-width: 1100px;
}

@media (max-width: 1199.98px) {
    .page-layout > .dx-gridlayout-root[b-1fzol42bhm] {
        grid-template-columns: none;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
[b-wmf39skn3z] .dxbl-badge {
    background-color: #FF5A00 !important;
    --dxbl-text-padding-x: 0.3rem;
    color: white;
    font-size: 0.75rem;
}

.sidebar[b-wmf39skn3z] {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    height: 100%;
    max-height: 100%;
    width: 315px;
    transition: width 0.3s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

    .sidebar.collapseCustom[b-wmf39skn3z] {
        width: 0;
    }

    .sidebar.expandCustom[b-wmf39skn3z] {
        width: 315px;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-wmf39skn3z] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: 0;
        min-width: 100%;
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1050;
        transition: height 0.3s linear;
    }

        .sidebar.expandCustom[b-wmf39skn3z] {
            height: 360px;
        }

        .sidebar.collapseCustom[b-wmf39skn3z] {
            height: 0;
        }
}

[b-wmf39skn3z] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-wmf39skn3z] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-wmf39skn3z] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-wmf39skn3z] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

@media (max-width: 1199.98px) {
    [b-wmf39skn3z] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}

[b-wmf39skn3z] .dxbl-scroll-viewer {
    padding-top: 1rem;
}
/* /Shared/SpecificationMenu.razor.rz.scp.css */
.sidebar[b-7raxpqn7el] {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    height: 100%;
    max-height: 100%;
    width: 300px;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
}

    .sidebar.collapseCustom[b-7raxpqn7el] {
        width: 0;
    }

    .sidebar.expandCustom[b-7raxpqn7el] {
        width: 300px;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-7raxpqn7el] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: 0;
        min-width: 100%;
        background-color: #fff;
        overflow: hidden;
        z-index: 1050;
        transition: height 0.3s linear;
    }

        .sidebar.expandCustom[b-7raxpqn7el] {
            height: 490px;
        }

        .sidebar.collapseCustom[b-7raxpqn7el] {
            height: 0;
        }
}

[b-7raxpqn7el] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-7raxpqn7el] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-7raxpqn7el] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-7raxpqn7el] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

@media (max-width: 1199.98px) {
    [b-7raxpqn7el] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}

.menu-combo-box[b-7raxpqn7el] {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
