@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/JobCosting/Dashboard/DashboardQuotationsPanel.razor.rz.scp.css */
.dxbl-grid .dxbl-grid-empty-data > span[b-ypk06u5v1x] {
    display: none;
}

.dxbl-grid .dxbl-grid-empty-data[b-ypk06u5v1x]::after {
    content: 'my test content'
}

body[b-ypk06u5v1x] {
}
/* _content/JobCosting/Pages/Quotations/AddQuotation.razor.rz.scp.css */
.search[b-ourfogel92] {
    padding: 0.25rem;
    position: relative;
    min-width: 123px;
}

    .search .search-input[b-ourfogel92] {
        padding-right: calc(24px+0.5rem);
    }

    .search .search-button[b-ourfogel92] {
        right: 0px;
        top: 0px;
        pointer-events: auto;
        z-index: 3;
        width: auto;
        display: flex;
        align-items: center;
        height: 100%;
        position: absolute;
        color: gray;
    }

        .search .search-button .search-icon[b-ourfogel92] {
            background-color: currentColor;
            width: 24px;
            height: 24px;
            mask-image: url("images/search.svg");
            -webkit-mask-image: url("images/search.svg");
        }
/* _content/JobCosting/Pages/Shared/LoginDisplay.razor.rz.scp.css */
.goright[b-onco5dzvlq] {
	position: relative;
	float: right;
}
/* _content/JobCosting/Shared/Header.razor.rz.scp.css */
.goright[b-7w7rp0qgat] {
    float: right;
    justify-content: flex-end;
}
.navbar.header-navbar[b-7w7rp0qgat] {
    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-7w7rp0qgat] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-7w7rp0qgat] {
    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-7w7rp0qgat] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-7w7rp0qgat] {
        font-size: inherit;
    }
}
/* _content/JobCosting/Shared/MainLayout.razor.rz.scp.css */
.page[b-xxuf76ayrx] {
    height: 100%;
    overflow: hidden;
}

[b-xxuf76ayrx] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-xxuf76ayrx] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-xxuf76ayrx] .fit-width {
    max-width: 100%;
}

[b-xxuf76ayrx] .mw-1100 {
    max-width: 1100px;
}
/* _content/JobCosting/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-sq7ic514f4] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

.sidebar.collapse[b-sq7ic514f4] {
    display: none;
}

.sidebar.expand[b-sq7ic514f4] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-sq7ic514f4] {
        display: none;
    }

    .sidebar.expand[b-sq7ic514f4] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        background-color: #fff;
        z-index: 1050;
    }
}

[b-sq7ic514f4] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-sq7ic514f4] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-sq7ic514f4] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-sq7ic514f4] .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-sq7ic514f4] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
/* _content/JobCosting/Shared/ReportLayout.razor.rz.scp.css */
.page[b-e3ntkohinw] {
    height: 100%;
    overflow: hidden;
}

[b-e3ntkohinw] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-e3ntkohinw] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-e3ntkohinw] .fit-width {
    max-width: 100%;
}

[b-e3ntkohinw] .mw-1100 {
    max-width: 1100px;
}
