@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Alcoa.REX.Blazor.Library/Alcoa.REX.Blazor.Library.bundle.scp.css';

/* /Components/ActionsGridSlideOut.razor.rz.scp.css */
.actions-grid-container[b-m1umkv7nvx] {
    position: fixed;
    max-height: 80dvh;
    bottom: 0;
    padding: 1em;
    background-color: white;
    border-radius: 5px;
    margin: 0 auto;
    --width: 95%;
    width: var(--width);
    margin-left: calc((100dvw - var(--width)) / 2);
    margin-bottom: 2.5em;
    padding-bottom: 2.5em;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid black;
    animation: ease-in slide-in-b-m1umkv7nvx 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: max-height 0.15s ease-out;
}

.actions-grid-container > button[b-m1umkv7nvx] {
    align-self: end;
    position: absolute;
    right: calc(50dvw - 90px);
    bottom: 2px;
    padding: 0.35em;
    opacity: 1 !important;
    display: flex;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}

@keyframes slide-in-b-m1umkv7nvx {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
/* /Components/Breadcrumbs/Breadcrumbs.razor.rz.scp.css */
.dropdown-menu[b-7w503ztedt] {
  background: white;
  padding: 7px;
  border-style: solid;
  border-width: thin;
  color: #111111;
}

button[b-7w503ztedt] {
  white-space: nowrap;
  box-shadow: none !important;
}

button[b-7w503ztedt]::after {
    content: none;
}
/* /Components/Breadcrumbs/BreadcrumbsSelector.razor.rz.scp.css */
.selector > .list-item-container[b-zj71d91mj3] {
  overflow-y: auto;
  max-height: 600px;
}
.selector > .list-item-container > .dropdown-item[b-zj71d91mj3] {
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  color: black;
}
.selector > .list-item-container > .dropdown-item:hover[b-zj71d91mj3] {
  background: rgba(0, 0, 0, 0.06);
}
.selector > .list-item-container > .dropdown-item.active[b-zj71d91mj3] {
  background: white;
  color: #212529;
  border-bottom: 1px dashed;
  align-self: center;
}
.selector > .list-item-container > .dropdown-item.active:hover[b-zj71d91mj3] {
  background: rgba(0, 0, 0, 0.06);
}

button[b-zj71d91mj3] {
  white-space: nowrap;
}
/* /Components/CustomGauge.razor.rz.scp.css */
#wrapper[b-oymfz2aw3r] {
    position: relative;
    margin: auto;
}
#meter[b-oymfz2aw3r] {
    width: 100%; height: 100%;
    transform: rotateX(180deg);
}
.circle[b-oymfz2aw3r] {
    fill: none;
}
.outline[b-oymfz2aw3r], #mask[b-oymfz2aw3r] {
    stroke: #F1F1F1;
    stroke-width: 65;
}
.range[b-oymfz2aw3r] {
    stroke-width: 60;
}
#slider[b-oymfz2aw3r], #lbl[b-oymfz2aw3r] {
    position: absolute;
}
#slider[b-oymfz2aw3r] {
    cursor: pointer;
    left: 0;
    margin: auto;
    right: 0;
    top: 58%;
    width: 94%;
}
#lbl[b-oymfz2aw3r] {
    background-color: #4B4C51;
    border-radius: 2px;
    color: white;
    font-family: 'courier new';
    font-size: 15pt;
    font-weight: bold;
    padding: 4px 4px 2px 4px;
    right: -48px;
    top: 57%;
}
#meter_needle[b-oymfz2aw3r] {
    height: 40%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 10%;
    transform-origin: bottom center;
    /*orientation fix*/
    transform: rotate(270deg);
}
/* /Components/NavMenu.razor.rz.scp.css */
.nav-button-right[b-hc58pujcwj] {
    white-space: nowrap;
    align-self: center;
}

nav.amhub-nav[b-hc58pujcwj] {
    position: relative;
    overflow: hidden;
    position: static;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
    justify-content: start;
}

    nav.amhub-nav .--hidden[b-hc58pujcwj] {
        display: none;
    }

    nav.amhub-nav .-primary[b-hc58pujcwj] {
        position: static;
        display: flex; 
        width: 100%;
        align-items: flex-end;
        margin: 0;
        height:100%;
    }

        nav.amhub-nav .-primary li[b-hc58pujcwj] {
            list-style: none;
        }
            nav.amhub-nav .-primary li a[b-hc58pujcwj] {
                white-space: nowrap;
                padding: 0.2rem 1rem;
            }

        nav.amhub-nav .-primary .nav-item.disabled .nav-link[b-hc58pujcwj] {
            cursor: default !important;
            color: rgba(0, 0, 0, 0.3);
        }

        nav.amhub-nav .-primary .nav-item.current .nav-current[b-hc58pujcwj] {
            border-bottom: 2px solid #0078d4;
            position: relative;
            width: 100%;
            bottom: -34px;
        }

        nav.amhub-nav .-primary .nav-item.current .nav-link[b-hc58pujcwj] {
            font-weight: 600;
        }

        nav.amhub-nav .-primary .nav-item .nav-link[b-hc58pujcwj] {
            color: #333;
            padding: 0 0.8rem;
            margin: 0 2px;
            cursor: pointer;
            white-space: nowrap;
        }

        nav.amhub-nav .-primary .nav-item .dropdown-toggle i[b-hc58pujcwj] {
            margin-left: 4px;
        }

        nav.amhub-nav .-primary .nav-item .dropdown-toggle[b-hc58pujcwj]::after {
            display: none;
        }

        nav.amhub-nav .-primary .nav-item .dropdown-menu[b-hc58pujcwj] {
            padding: 0;
        }

nav.amhub-nav .-primary .nav-item .dropdown-menu .dropdown-item[b-hc58pujcwj] {
    padding: 5px 10px;
    font-size: 16px;
    border-bottom: none;
}

        nav.amhub-nav .-primary .nav-item.tab-separator[b-hc58pujcwj] {
            border-right: 1px solid #6c757d;
            height: 26px;
            padding: 0 8px;
            width: 1px;
        }

        nav.amhub-nav .-primary .-more[b-hc58pujcwj] {
            position: static;
            white-space: nowrap;
            width: 100%;
        }

            nav.amhub-nav .-primary .-more:not(.--hidden)[b-hc58pujcwj] {
                display: flex;
            }

            nav.amhub-nav .-primary .-more .reverse[b-hc58pujcwj] {
                direction: rtl;
            }

                nav.amhub-nav .-primary .-more .reverse > button[b-hc58pujcwj] {
                    font-size: 12px;
                    height: 30px;
                    width: 30px;
                    float: right;
                    color: #165788;
                    background: white;
                    border: none;
                    border-radius: 5px;
                }

                    nav.amhub-nav .-primary .-more .reverse > button:focus[b-hc58pujcwj] {
                        outline: none !important;
                    }

                    nav.amhub-nav .-primary .-more .reverse > button:hover[b-hc58pujcwj] {
                        background: rgba(0, 0, 0, 0.06);
                    }

            nav.amhub-nav .-primary .-more .blocker[b-hc58pujcwj] {
                display: none;
            }

            nav.amhub-nav .-primary .-more.--show-secondary .-secondary[b-hc58pujcwj] {
                display: block;
                z-index: 1021;
            }

            nav.amhub-nav .-primary .-more.--show-secondary .blocker[b-hc58pujcwj] {
                position: fixed;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                content: " ";
                z-index: 1020;
                display: block;
            }

        nav.amhub-nav .-primary .-secondary[b-hc58pujcwj] {
            display: none;
            position: absolute;
            box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
            -webkit-animation: nav-secondary 0.2s;
            animation: nav-secondary-b-hc58pujcwj 0.2s;
            width: -webkit-min-content;
            width: -moz-min-content;
            width: min-content;
            right: 1rem;
            top: 85px;
            padding: 4px;
            border-radius: 5px;
            background: white;
            border: 1px solid rgba(0, 0, 0, 0.14);
        }

            nav.amhub-nav .-primary .-secondary li[b-hc58pujcwj] {
                padding: 5px 10px;
            }

                nav.amhub-nav .-primary .-secondary li:hover[b-hc58pujcwj] {
                    background-color: rgba(0, 0, 0, 0.06);
                    border-radius: 5px;
                }

                nav.amhub-nav .-primary .-secondary li.current .nav-current[b-hc58pujcwj] {
                    bottom: -26px;
                }

                nav.amhub-nav .-primary .-secondary li.nav-item.tab-separator[b-hc58pujcwj] {
                    border-bottom: 1px solid;
                    width: 100% !important;
                    height: 1px !important;
                }

            nav.amhub-nav .-primary .-secondary a[b-hc58pujcwj],
            nav.amhub-nav .-primary .-secondary button[b-hc58pujcwj] {
                padding: 0 !important;
                margin: 0 !important;
            }

@-webkit-keyframes nav-secondary {
    0% {
        opacity: 0;
        transform: translateY(-1em);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes nav-secondary-b-hc58pujcwj {
    0% {
        opacity: 0;
        transform: translateY(-1em);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/SpaSelector.razor.rz.scp.css */
button[b-52slujp0ji] {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}
/* /Features/OPD/OpdTable.razor.rz.scp.css */
table[b-0y8k8nlfyh] {
    --spacing: 0.3em;
}

a[b-0y8k8nlfyh] {
    color: unset !important;
    font-size: unset !important;
    font-weight: unset !important;
}

.header-row[b-0y8k8nlfyh] {
    text-align: center;
    border-collapse: collapse;
}

th[b-0y8k8nlfyh] {
   font-weight: normal;
}

th h3[b-0y8k8nlfyh], th h4[b-0y8k8nlfyh] {
    font-weight: bold;
}

tr[b-0y8k8nlfyh] {
    padding: 0;
}

.spacer-row[b-0y8k8nlfyh], .spacer[b-0y8k8nlfyh] {
    background-color: rgb(229 231 235);
}

td[colspan].spacer[b-0y8k8nlfyh] {
    height: var(--spacing);
}

td[rowspan].spacer[b-0y8k8nlfyh] {
    width: var(--spacing);
}

tbody th:not(.spacer)[b-0y8k8nlfyh], tbody td:not(.spacer)[b-0y8k8nlfyh] {
    border-width: 1px;
    border-style: solid;
}

td:not(.spacer)[b-0y8k8nlfyh] {
    text-align: center;
}

th.focus-area[b-0y8k8nlfyh] {
    padding-left: 0.25em;
    font-weight: bold;
}

th.sheet[b-0y8k8nlfyh] {
    padding-left: 1em;
    padding-right: 0.5em;
}

.bg-status-red .score[b-0y8k8nlfyh] {
    color: white;
}

.score[b-0y8k8nlfyh] {
    font-weight: 400;
    display: block;
}

th .score[b-0y8k8nlfyh], th.focus-area ~ td .score[b-0y8k8nlfyh] {
    font-weight: 700;
}

tbody th:not(.spacer):first-child[b-0y8k8nlfyh] {
    white-space: nowrap;
}

tr:not(.spacer-row) td:not(.spacer)[b-0y8k8nlfyh] {
    height: 2em;
}

/* outside border */
tr > *:first-child:not(.no-edge)[b-0y8k8nlfyh] {
    border-left-width: var(--spacing) !important;
}

tr > *:last-child[b-0y8k8nlfyh] {
    border-right-width: var(--spacing) !important;
}

tr.edge-b > *:last-child:not(.no-edge)[b-0y8k8nlfyh], .edge-b[b-0y8k8nlfyh] {
    border-bottom-width: var(--spacing) !important;
}

tr:first-child > *:not(.no-edge)[b-0y8k8nlfyh] {
    border-top-width: var(--spacing) !important;
}

tr:last-child > *:not(.no-edge)[b-0y8k8nlfyh] {
    border-bottom-width: var(--spacing) !important;
}
/* /Features/REXI/Components/AddOrEditGapActionModal.razor.rz.scp.css */
table[b-o3d7y1peip] {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

tr:nth-of-type(odd)[b-o3d7y1peip] {
    background: #eee;
}

th[b-o3d7y1peip] {
    background: #1450A1;
    color: white;
    font-weight: bold;
}

td[b-o3d7y1peip], th[b-o3d7y1peip] {
    padding: 10px;
    
    border-top: none !important;
    border-bottom-width: 1px;
    border-right-width: 1px;
    box-shadow: inset 1px 1px #ccc;

    text-align: left;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.btn-file[b-o3d7y1peip] {
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.no-active-focus[b-o3d7y1peip] {
    box-shadow: none !important;
    outline: transparent !important;
}

.is-disabled[b-o3d7y1peip] {
    opacity:50%;
}

.spa-name-is-disabled[b-o3d7y1peip]  .frequent-user-selector input {
    cursor:default;
}
.spa-name-is-disabled[b-o3d7y1peip]  .frequent-user-selector .popup {
    display:none!important;
}

[b-o3d7y1peip] .user-search-box {
    position: relative;
}

[b-o3d7y1peip] .user-search-box input {
    width: 100%;
}

[b-o3d7y1peip] .user-search-box .search-button {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
}

[b-o3d7y1peip] button.dxbs-editor-dropdown-button {
    background-color: #6c757d !important;
}
/* /Features/REXI/Components/AddOrEditProgramAreaModal.razor.rz.scp.css */
/* /Features/REXI/Components/BulkUploadActionsModal.razor.rz.scp.css */
/* /Features/REXI/Components/GapActionsTable.razor.rz.scp.css */
table[b-era4bufl34] {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

tr:nth-of-type(odd)[b-era4bufl34] {
    background-color: #eee;
}

th[b-era4bufl34] {
    background-color: #1450A1;
    color: white;
    font-weight: bold;
}

td[b-era4bufl34], th[b-era4bufl34] {
    padding: 10px;

    border-top: none !important;
    border-bottom: none !important;
    box-shadow: inset 1px 1px #ccc;

    text-align: left;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

tbody tr:last-of-type[b-era4bufl34] {
    border-bottom: 1px solid #ccc;
}

tbody td[b-era4bufl34] {
    vertical-align: top;
    padding-bottom: 0;
}

.header[b-era4bufl34] {
    top: 0;
    position: sticky;
    z-index: 1;
}

.sticky[b-era4bufl34] {
    z-index:5;
}


/* Turn off cell padding and apply to dev*/
td.td-cell-large[b-era4bufl34] {
    padding: 0;
    --row-height: auto;
}

    td.td-cell-large div[b-era4bufl34] {
        overflow: hidden;
        min-height: var(--row-height); /* Row height */
        max-height: var(--row-height); /* Row height */
        padding: 10px;
    }

.sticky[b-era4bufl34] {
    position: sticky;
}

td.sticky[b-era4bufl34], th.sticky[b-era4bufl34] {
    z-index: 10;
    background-color: white;
}

td.static-sticky[b-era4bufl34], th.static-sticky[b-era4bufl34] {
    left: var(--sticky-offset-x);
}

td.last-sticky[b-era4bufl34],
th.last-sticky[b-era4bufl34] {
    --border-color: rgb(204, 204, 204);
    background-image: linear-gradient(var(--border-color), var(--border-color));
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: right;
    border-right: none;
}

td[b-era4bufl34] {
    text-overflow: ellipsis;
}

/*
td:first-child, th:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: white;
}
td:nth-child(2),th:nth-child(2){
    position:sticky;
    left:100px;
    z-index:10;
    background-color:white;
}

td:nth-child(3),th:nth-child(3){
    position:sticky;
    left:220px;
    z-index:10;
    background-color:white;
}

td:nth-child(4),th:nth-child(4){
    position:sticky;
    left:560px;
    z-index:10;
    background-color:white;
}

td:nth-child(5),th:nth-child(5){
    position:sticky;
    left:900px;
    z-index:10;
    background-color:white;
}

td:nth-child(6),th:nth-child(6){
    position:sticky;
    left:1000px;
    z-index:10;
    background-color:white;
}*/
/*For every sticky column we need to apply the alternative background*/
tr:nth-child(even) > td.sticky[b-era4bufl34] {
    background-color: #eee;
}

.inner th[b-era4bufl34] {
    top: 0;
    background-color: #1450A1;
}

/*This stops rows overlapping sticky column headers*/
th:first-child[b-era4bufl34] , th:nth-child(2)[b-era4bufl34], th:nth-child(3)[b-era4bufl34], th:nth-child(4)[b-era4bufl34], th:nth-child(5)[b-era4bufl34], th:nth-child(6)[b-era4bufl34] {
    z-index:30
}

/*Containers for Wrapping the Gap Action Table for Scrolling*/
.outer[b-era4bufl34] {position:relative; width: 100%; height: calc(100vh - 310px); }
.inner[b-era4bufl34] {
    overflow-x:scroll;
    overflow-y:scroll;
    width:100%;
    height: 100%;
}

/*Keep RowSpanned Column Headers Sticky and in Position*/
.inner thead tr:first-child th[b-era4bufl34] {
    top: 0px;
}

.inner thead tr:nth-child(2) th[b-era4bufl34] {
    top: 41px;
}

.inner thead tr:nth-child(3) th[b-era4bufl34] {
    top: 82px;
}

/*Table Hover Effect*/
.inner tr:hover[b-era4bufl34],
.inner tr:hover > td[b-era4bufl34] {
    background-color: #ffff99 !important;
}
/* /Features/REXI/Pages/Dashboards/Settings/ManageFundamentalStages.razor.rz.scp.css */
table[b-3d9ip6qqkn] {
    margin: 1em auto;
    width: auto;
}

th[b-3d9ip6qqkn] {
    text-align: center;
}

th[b-3d9ip6qqkn], td[b-3d9ip6qqkn] {
    border: 1px solid black;
}

thead > tr:nth-child(2) > th[b-3d9ip6qqkn] {
}

input[type="checkbox"][b-3d9ip6qqkn] {
    display: block;
    margin: 0 auto;
}

label[b-3d9ip6qqkn] {
    display: flex;
    gap: 1em;
    align-items: center;
}

input[type="text"][b-3d9ip6qqkn] {
    width: 300px;
}
/* /Features/REXI/Pages/Dashboards/Settings/ManageGapActionCategories.razor.rz.scp.css */
table[b-vrbmnkp7kf] {
    margin: 1em auto;
    width: auto;
}

th[b-vrbmnkp7kf] {
    text-align: center;
}

th[b-vrbmnkp7kf], td[b-vrbmnkp7kf] {
    border: 1px solid black;
}

thead > tr:nth-child(2) > th[b-vrbmnkp7kf] {
}

input[type="checkbox"][b-vrbmnkp7kf] {
    display: block;
    margin: 0 auto;
}

label[b-vrbmnkp7kf] {
    display: flex;
    gap: 1em;
    align-items: center;
}

input[type="text"][b-vrbmnkp7kf] {
    width: 300px;
}
/* /Features/REXI/Pages/GapActionSheet.razor.rz.scp.css */
.labelled-filters-list[b-nqxlfx7si1] {
    display: flex;
}

.labelled-filters-list > label[b-nqxlfx7si1] {
    display: flex;
    gap: 0.5em;
    justify-content: center;
    align-items: center;
}

.labelled-filters-list > label > span[b-nqxlfx7si1] {
    white-space: nowrap;
}
/* /Shared/MainLayout.razor.rz.scp.css */
