@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';

/* _content/MyLink2WebApp/Components/Editor/FormattingEditor.razor.rz.scp.css */
/*
    Our text color and background color icons already have little bars in them that would be where a corresponding
    color would go. However, we don't have a way of changing the color of the bar without changing the color of the rest
    of the icon. Our less-than-ideal solution is to absolutely position our own bar on top of the bar in the icon, and
    then set its color accordingly. These size and position values were determined from observation using the browser
    devtools. I believe it's pixel-perfect. If you can come up with a better way of doing this, tell me. -Matt
 */
.formatting-editor-icon-color-picker-indicator[b-3r2yvjrmbf] {
    position: absolute;
    top: 20px;
    left: 5px;
    width: 16px;
    height: 3px;
    outline: 1px solid black;
}

.formatting-editor-overlay[b-3r2yvjrmbf] {
    z-index: 1;
}

.formatting-editor-popover[b-3r2yvjrmbf] {
    z-index: 2;
}
/* _content/MyLink2WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-i1htfg5apz] {
    position: relative;
    display: grid;
}

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

#blazor-error-ui[b-i1htfg5apz] {
    background: rgba(255,152,0,1);
    color: rgba(255,255,255,1);
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-i1htfg5apz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MyLink2WebApp/Components/Pages/JobStatusManagement/JobStatusProductTypeJobTypeManagementTab.razor.rz.scp.css */
.job-status-product-type-matrix-scroll[b-trpnp3calg] {
    max-width: 100%;
    width: fit-content;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .mud-table-container {
    overflow: auto;
    max-height: 70vh;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .mud-simple-table table {
    border-collapse: separate !important;
    border-spacing: 0;
    width: auto !important;
    table-layout: auto;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  thead th {
    background-color: #e6ecef;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  tbody td:first-child {
    text-transform: none;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-corner-header,
.job-status-product-type-matrix-scroll[b-trpnp3calg]  .job-status-product-type-matrix td:first-child {
    min-width: 150px;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-column-header,
.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-data-cell {
    min-width: 2.5rem;
    max-width: 3rem;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-data-cell {
    padding: 0.125rem 0 !important;
    text-align: center;
    vertical-align: middle;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-data-cell .mud-checkbox {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-data-cell .mud-checkbox.mud-checkbox-dense,
.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-data-cell .mud-checkbox .mud-checkbox-dense {
    padding: 0;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-corner-header {
    height: auto;
    min-height: calc(2.5rem + 8rem);
    vertical-align: bottom;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-product-header {
    top: 0;
    height: 2.5rem;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-column-header {
    height: 8rem;
    min-width: 2.5rem;
    max-width: 3rem;
    padding: 0.25rem 0.125rem;
    vertical-align: bottom;
    text-align: center;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-sub-column-header {
    top: 2.5rem;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-product-group-start {
    border-left: 2px solid #adb5bd;
}

.job-status-product-type-matrix-scroll[b-trpnp3calg]  .matrix-column-header-label {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    line-height: 1.2;
}
/* _content/MyLink2WebApp/Components/Pages/JobStatusManagement/JobStatusRoleManagementTab.razor.rz.scp.css */
.job-status-role-matrix-scroll[b-w04biw6tom] {
    max-width: 100%;
    width: fit-content;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  .mud-table-container {
    overflow: auto;
    max-height: 70vh;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  .mud-simple-table table {
    border-collapse: separate !important;
    border-spacing: 0;
    width: auto !important;
    table-layout: auto;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  thead th {
    background-color: #e6ecef;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  tbody td:first-child {
    text-transform: none;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  .matrix-corner-header,
.job-status-role-matrix-scroll[b-w04biw6tom]  .job-status-role-matrix td:first-child {
    min-width: 150px;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  .matrix-column-header,
.job-status-role-matrix-scroll[b-w04biw6tom]  .matrix-data-cell {
    min-width: 2.5rem;
    max-width: 3rem;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  .matrix-data-cell {
    padding: 0.125rem 0 !important;
    text-align: center;
    vertical-align: middle;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  .matrix-data-cell .mud-checkbox {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  .matrix-data-cell .mud-checkbox.mud-checkbox-dense,
.job-status-role-matrix-scroll[b-w04biw6tom]  .matrix-data-cell .mud-checkbox .mud-checkbox-dense {
    padding: 0;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  .matrix-corner-header {
    height: 8rem;
    vertical-align: bottom;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  .matrix-column-header {
    height: 8rem;
    min-width: 2.5rem;
    max-width: 3rem;
    padding: 0.25rem 0.125rem;
    vertical-align: bottom;
    text-align: center;
}

.job-status-role-matrix-scroll[b-w04biw6tom]  .matrix-column-header-label {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    line-height: 1.2;
}
/* _content/MyLink2WebApp/Components/Pages/JobStatusManagement/JobStatusTransitionManagementTab.razor.rz.scp.css */
.job-status-transition-matrix-scroll[b-cnzuyp7tnl] {
    max-width: 100%;
    width: fit-content;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .mud-table-container {
    overflow: auto;
    max-height: 70vh;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .mud-simple-table table {
    border-collapse: separate !important;
    border-spacing: 0;
    width: auto !important;
    table-layout: auto;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  thead th {
    background-color: #e6ecef;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  tbody td:first-child {
    text-transform: none;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .job-status-transition-matrix th:first-child,
.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .job-status-transition-matrix td:first-child {
    min-width: 150px;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .matrix-column-header,
.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .matrix-data-cell {
    min-width: 2.5rem;
    max-width: 3rem;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .matrix-data-cell {
    padding: 0.125rem 0 !important;
    text-align: center;
    vertical-align: middle;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .matrix-data-cell .mud-checkbox {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .matrix-data-cell .mud-checkbox.mud-checkbox-dense,
.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .matrix-data-cell .mud-checkbox .mud-checkbox-dense {
    padding: 0;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .matrix-corner-header {
    height: 8rem;
    vertical-align: bottom;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .matrix-column-header {
    height: 8rem;
    min-width: 2.5rem;
    max-width: 3rem;
    padding: 0.25rem 0.125rem;
    vertical-align: bottom;
    text-align: center;
}

.job-status-transition-matrix-scroll[b-cnzuyp7tnl]  .matrix-column-header-label {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    line-height: 1.2;
}
