/* _content/KBR.IsoTracker.WebApp/Features/Admin/ListOfValues/ListOfValues.razor.rz.scp.css */
[b-l1ydlmhrhu] .k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-bottom-width: 2px;
    background: white;
}

[b-l1ydlmhrhu] .k-tabstrip-items {
    gap: 50px;
    padding: 10px 10px 5px 10px;
}

[b-l1ydlmhrhu] .k-tabstrip-items-wrapper .k-item:not(:focus):hover {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}
/* _content/KBR.IsoTracker.WebApp/Features/Admin/Projects/ProjectInputForm/ProjectInputForm.razor.rz.scp.css */
legend[b-itux1prj19] {
display: none !important;
}
/* _content/KBR.IsoTracker.WebApp/Features/Admin/Users/EmployeeSelection/EmployeeSelectionComponent.razor.rz.scp.css */
.selected-enployees-container[b-btrhxr0l7x] {
    border: 1px solid #e0e0e0;
    padding: 0.2rem 0.3rem;
}

.blue-background[b-btrhxr0l7x] {
    background-color: #043162;
    color: white; /* Set text color to contrast with the blue background */
    padding: 5px 10px; /* Optional: Add padding for better aesthetics */
}

.center-align[b-btrhxr0l7x] {
    text-align: center;
    width: 100%;
}
/* _content/KBR.IsoTracker.WebApp/Features/Admin/Users/UserDetail/UserDetailComponent.razor.rz.scp.css */
.rightline[b-p28yqq3ehl] {
    margin-left: auto;
    color: #00783F;
    border-color: #00783F;
    border-radius: 40px;
    background-color: #D4FDD0;
    font-style: var(--lato-web-DS-lato-small-font-style);
    font-family: var(--lato-web-DS-lato-small-font-family);
    font-size: var(--lato-web-DS-lato-small-font-size);
    width: 98px;
    height: 25px;
    text-align: center;
    letter-spacing: var(--lato-web-DS-lato-small-letter-spacing);
    line-height: var(--lato-web-DS-lato-small-line-height);
    border-style: solid;
    border-width: 1px;
}

.leftline[b-p28yqq3ehl] {
    margin-right: auto;
}

.UserPrj[b-p28yqq3ehl] {
    display: flex;
    justify-content: space-between;
    width: 400px;
    position: relative;
    padding: 5px;
}

.ToggleSwitch[b-p28yqq3ehl] {
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding:  25px;    
}


/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/DeliveryPlan/DeliveryPlan.razor.rz.scp.css */
.roster-container[b-fdnums8tp0] {
    position: relative;
    display: flex;
    height: 55vh;
    width: 97%;
    font-family: Lato, Helvetica, sans-serif;
    overflow-y: auto;
    overflow-x: auto;
    margin-top: 1%;
    margin-left: 2%;
    border-bottom: 1px solid #d9d9d9;
}

    .roster-container .text[b-fdnums8tp0] {
        position: relative;
        align-self: stretch;
        font-family: "Lato", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    .roster-container .columnwidth_115[b-fdnums8tp0] {
        width: 100px;
    }

    .roster-container .columnwidth_10[b-fdnums8tp0] {
        width: 10px;
        background-color: #d9d9d9;
    }

    .roster-container .columnwidth_200[b-fdnums8tp0] {
        width: 240px;
    }

    .roster-container .columnwidth_75[b-fdnums8tp0] {
        width: 75px;
    }

    .roster-container .columnwidth_80[b-fdnums8tp0] {
        width: 80px;
    }
    .roster-container .columnwidth_300[b-fdnums8tp0] {
        width: 300px;
    }

    .roster-container .columnwidth_315[b-fdnums8tp0] {
        width: 315px;
    }
    .roster-container .columnwidth_90[b-fdnums8tp0] {
        width: 90px;
    }


.columnwidth_115[b-fdnums8tp0],
.columnwidth_10[b-fdnums8tp0],
.columnwidth_75[b-fdnums8tp0],
.columnwidth_80[b-fdnums8tp0],
.columnwidth_200[b-fdnums8tp0],
.columnwidth_300[b-fdnums8tp0],
.columnwidth_90[b-fdnums8tp0],
.columnwidth_315[b-fdnums8tp0] {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 10px;
}
[b-fdnums8tp0] .roster-container .roster-table {
    border: 1px solid #d9d9d9;
}

[b-fdnums8tp0] .border-none {
    border: 1px solid #fff;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

[b-fdnums8tp0] .roster-container td {
    padding: 5px;
}

.bg-green[b-fdnums8tp0] {
    background-color: #8eed87;
}
.bg-red[b-fdnums8tp0] {
    background-color: #f79797;
}

[b-fdnums8tp0] .no-border-and-bg {
    background: none;
    border: none;
}

.w-65[b-fdnums8tp0] {
    width: 65%;
    text-align: right;
}

.w-35[b-fdnums8tp0] {
    width: 35%;
}
.footer[b-fdnums8tp0] {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 14px;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
    background-color: white;
    color: #3e3e3e;
    margin: -138px 5px 5px 3px;
    position: fixed;
    width: 100%;
    bottom: 54px;
}

.roster-container span.stagewarning[b-fdnums8tp0] {
    background-color: lightpink;
}
.roster-container span.stagenormal[b-fdnums8tp0] {
    background-color: #f5f5f5;
}

.multiselect-container[b-fdnums8tp0] {
    flex: 5;
    margin: 20px 5px 5px 30px ;
    width : 20%;
}

.filter-container[b-fdnums8tp0] {
    display: flex;
    width: 50%;
    font-size: 12px;
    font-weight: bold;
    align-items: center;
}

.project-committed[b-fdnums8tp0] {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
}

    .project-committed.success[b-fdnums8tp0] {
        color: #155724;
        background-color: #d4edda;
        border: 1px solid #155724;
    }
/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/DesignTrackingMain.razor.rz.scp.css */
.center[b-k1or4yfeks] {
    text-align: center;
}

.div[b-k1or4yfeks] {
    background-color: white;
}

.main-content[b-k1or4yfeks] {
    height: 680px;
    margin: 20px 15px 0px 15px;
}

 

[b-k1or4yfeks] .k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-bottom-width: 2px;
    background: white;
}

[b-k1or4yfeks] .k-tabstrip-items {
    gap: 50px;
    padding: 10px 10px 5px 10px;
}

[b-k1or4yfeks] .k-tabstrip-items-wrapper .k-item:not(:focus):hover {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}
/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/Shared/DesignTrackingStarter.razor.rz.scp.css */
.dt-starter-title[b-fnpqpwoi36] {
    font: 16px Lato, sans-serif;
    text-align: center;
    line-height: 35px;
    padding-bottom: 10px;
    padding-top:35px;
}

.dt-starter-section[b-fnpqpwoi36] {
    align-self: start;
    display: flex;
    margin-top:0;
    flex-direction: column;
    color: #000;
}
[b-fnpqpwoi36] .dt-starter-button {
    margin-top: 2%;
    padding-block: 10px;
    padding-inline: 30px;
    font-size: 12px;
    border-radius: 0;    
}
.center[b-fnpqpwoi36] {
    margin: auto;
    padding-top: 20px;
}

/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/Shared/DesignTrackingWizardFooter.razor.rz.scp.css */
.footer[b-h9rf89iq88] {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 14px;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
    background-color: white;
    color: #3e3e3e;
    margin: -138px 5px 5px 3px;
    position:fixed;
    width:100%;
    bottom:54px;
}


footer .savedraft-button.warning[b-h9rf89iq88] {
    color: darkorange;
    background-color: #fff;
    border: 1px solid #fff;
}
/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/Shared/DesignTrackingWizardHeader.razor.rz.scp.css */

/* Header */
.header[b-il9g8qqoz0] {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    border-bottom: 2px solid #ccc;
    background-color: white;
    color: #3e3e3e;
}

.h4[b-il9g8qqoz0],
h4.header-text[b-il9g8qqoz0] {
    font-size: 18px;
    font-weight: 700;
}

.grid-container.header-grid[b-il9g8qqoz0] {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    height: 63px;
}

.left-column.header-left[b-il9g8qqoz0] {
    display: flex;
    align-items: center;
    grid-column: 1;
}

.center-column.header-center[b-il9g8qqoz0] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: fit-content;
}

.center-column.header-center-nav[b-il9g8qqoz0] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}


.button-container[b-il9g8qqoz0] {
    display: flex;
    justify-content: safe center;
    padding: 10px;
}


.custom-checkbox[b-il9g8qqoz0] {
    background-color: #007FC5 !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #007FC5;
    display: block;
}

.custom-checkbox-outline[b-il9g8qqoz0] {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #007FC5;
    display: block;
}

.checkbox-label[b-il9g8qqoz0] {
    vertical-align: middle;
    position: relative;
    margin-left: 4px;
    top: -3px;
    font-size: 13px;
    font-weight: bold;
}

    .checkbox-label[b-il9g8qqoz0]:before {
        content: '✔';
        color: var(--check-color, #000);
        margin-right: 10px;
    }
/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/WizardSteps/Step5/ProjectAreaMetallurgyBreakdown.razor.rz.scp.css */
.roster-container[b-iedesy03ye] {
    position: relative;
    display: flex;
    height: 51vh;
    width: 100%;
    font-family: Lato, Helvetica, sans-serif;
    overflow-y: auto;
}

.roster-container .text[b-iedesy03ye] {
    position: relative;
    align-self: stretch;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.roster-container .columnwidth_115[b-iedesy03ye] {
    width: 100px;
}
.roster-container .columnwidth_10[b-iedesy03ye] {
    width: 10px;
    background-color:#d9d9d9;
}
.roster-container .columnwidth_200[b-iedesy03ye] {
    width: 200px;
}
.roster-container .columnwidth_75[b-iedesy03ye] {
    width: 75px;
}
.roster-container .columnwidth_80[b-iedesy03ye] {
    width: 80px;
}
.columnwidth_115[b-iedesy03ye],
.columnwidth_10[b-iedesy03ye],
.columnwidth_75[b-iedesy03ye],
.columnwidth_80[b-iedesy03ye],
.columnwidth_200[b-iedesy03ye] {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 10px;
}
 .hyperlink-color-button[b-iedesy03ye] {
    margin-top: 5%;
    color: #004987;
    font-size: 70%;
}
.excel-div[b-iedesy03ye] {
    padding-top: 1%;
    text-align: center;
}
.scroll-for-tr[b-iedesy03ye]{
    width: 100%;
}
.scroll-for-tr table[b-iedesy03ye] {
    width: 100%;
    border: 1px solid #d9d9d9;
}
.scroll-for-tr table td[b-iedesy03ye] {
    padding:0px 0px 0px 5px;
}
.scroll-for-tr table tr:nth-child(odd)[b-iedesy03ye] {
    /*background-color: #ccc;*/
}
.excel-loader[b-iedesy03ye] {
    color: #0073CE;
    position: relative;
    bottom: 14px;
    right: 25px;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}
[b-iedesy03ye] .new-record {
    border: none;
    background: none;
    color: #2671EB;
    display: flex;
}
    [b-iedesy03ye] .new-record:hover {
        opacity: 0.7;
        border: none;
        background: none;
        color: #2671EB;
        display: flex;
    }

[b-iedesy03ye] .edit, [b-iedesy03ye] .delete {
    background: none;
    border: none;
}

    [b-iedesy03ye] .edit:hover, [b-iedesy03ye] .delete:hover {
        background: none;
        border: none;
        opacity: 0.7;
    }
/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/WizardSteps/Step6/ProjectOEDefaults.razor.rz.scp.css */
.oe-defaults-msg[b-f34no1uhu2] {
    border: 1px solid #e0e0e0;
    margin: 0 3rem 0 3rem;
    padding: 3rem;
    padding-top: 1rem;
    border-radius: 0.5rem;
    text-align: center;
}
/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/WizardSteps/Step7/ProjectSpreadProfile.razor.rz.scp.css */
.oe-defaults-msg[b-ip502hv9lt] {
    border: 1px solid #e0e0e0;
    margin: 3rem;
    margin-top: 0;
    padding: 3rem;
    padding-top: 1rem;
    border-radius: 0.5rem;
    text-align: center;
}

.spread-content[b-ip502hv9lt] {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.left-panel[b-ip502hv9lt] {
    flex: 1;
}
.center-panel[b-ip502hv9lt], .right-panel[b-ip502hv9lt]{
    border-radius: 10px;
    padding: 20px;
    flex: 1;
    border: 2px solid #e0e0e0;
}


.center-panel[b-ip502hv9lt] {
    flex: 2;
    margin: 0 10px;
}
/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/WizardSteps/Step7/SpreadProfileChart/SpreadProfileChart.razor.rz.scp.css */

span[b-9239cimsda] {
    font-weight: bold;
    font-size: 85%;
}

.main-panel > div[b-9239cimsda] {
    padding: 4%;
}

.center[b-9239cimsda] {
    text-align: center;
}

[b-9239cimsda] .hyperlink-color-icon {
    color: #004987;
    font-size: 14px;
}

[b-9239cimsda] .hyperlink-color-button {
    margin-top: 4%;
    color: #004987;
    font-size: 70%;
}

[b-9239cimsda] .k-button-flat, .k-button-flat:hover[b-9239cimsda] {
    border-bottom: 2px solid #004987 !important;
    border-radius: 0px;
    background-color: transparent !important;
    font-size: 12px;
    font-weight: bold;
}

[b-9239cimsda] .k-slider .k-slider-track {
    height: 10px;
    background: url('./images/slider-track.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent !important;
}

[b-9239cimsda] .k-slider .k-slider-selection {
    background-color: transparent !important;
}

[b-9239cimsda] .k-slider .k-draghandle {
    border-radius: 0 !important;
    border-width: 0 !important;
    height: 30px;
    background: url('./images/slider-drag-handle.png');
    background-repeat: no-repeat;
    background-position: top;
    background-color: transparent !important;
    box-shadow: none !important;
}

[b-9239cimsda] .k-slider-horizontal .k-tick {
    background-image: none;
}

[b-9239cimsda] .k-slider-horizontal .k-first {
    left: 10px;
}

[b-9239cimsda] .k-slider-horizontal .k-last {
    right: 16px;
}

[b-9239cimsda] .k-button-solid-base {
    border-color: transparent;
    color: #424242;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

hr[b-9239cimsda] {
    color: black;
    border: revert;
    margin-top: 8%;
    margin-bottom: 0;
}

h3[b-9239cimsda] {
    font-size: 15px;
    font-weight: bold;
}

[b-9239cimsda] .k-input-md, .k-picker-md[b-9239cimsda] {
    font-size: 13px;
}

.panel-one[b-9239cimsda], .panel-two[b-9239cimsda] {
    border-radius: 10px;
    padding: 20px;
    flex: 1;
    border: 2px solid #e0e0e0;
}

    .panel-one div[b-9239cimsda], .panel-two div[b-9239cimsda] {
        margin-bottom: 30px;
    }

.panel-one[b-9239cimsda] {
    margin: 0 0 10px 0;
}


.panel-row[b-9239cimsda] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.panel-cell-left[b-9239cimsda] {
    flex: 1;
    text-align: right;
}

.panel-sep[b-9239cimsda] {
    margin: 0 10px;
    text-align: center;
}

.panel-cell-right[b-9239cimsda] {
    flex: 1;
    text-align: left;
}
/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/WizardSteps/Step7/SpreadProfileFilter/SpreadProfileFilter.razor.rz.scp.css */

span[b-3kfclp4ia8] {
    font-weight: bold;
    font-size: 85%;
}

.main-panel > div[b-3kfclp4ia8] {
    padding: 4%;
}

.center[b-3kfclp4ia8] {
    text-align: center;
}

[b-3kfclp4ia8] .hyperlink-color-icon {
    color: #004987;
    font-size: 14px;
}

[b-3kfclp4ia8] .hyperlink-color-button {
    margin-top: 4%;
    color: #004987;
    font-size: 70%;
}

[b-3kfclp4ia8] .k-button-flat, .k-button-flat:hover[b-3kfclp4ia8] {
    border-bottom: 2px solid #004987 !important;
    border-radius: 0px;
    background-color: transparent !important;
    font-size: 12px;
    font-weight: bold;
}

[b-3kfclp4ia8] .k-slider .k-slider-track {
    height: 10px;
    background: url('./images/slider-track.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent !important;
}

[b-3kfclp4ia8] .k-slider .k-slider-selection {
    background-color: transparent !important;
}

[b-3kfclp4ia8] .k-slider .k-draghandle {
    border-radius: 0 !important;
    border-width: 0 !important;
    height: 30px;
    background: url('./images/slider-drag-handle.png');
    background-repeat: no-repeat;
    background-position: top;
    background-color: transparent !important;
    box-shadow: none !important;
}

[b-3kfclp4ia8] .k-slider-horizontal .k-tick {
    background-image: none;
}

[b-3kfclp4ia8] .k-slider-horizontal .k-first {
    left: 10px;
}

[b-3kfclp4ia8] .k-slider-horizontal .k-last {
    right: 16px;
}

[b-3kfclp4ia8] .k-button-solid-base {
    border-color: transparent;
    color: #424242;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

hr[b-3kfclp4ia8] {
    color: black;
    border: revert;
    margin-top: 8%;
    margin-bottom: 0;
}

h3[b-3kfclp4ia8] {
    font-size: 15px;
    font-weight: bold;
}

[b-3kfclp4ia8] .k-input-md, .k-picker-md[b-3kfclp4ia8] {
    font-size: 13px;
}

.panel-one[b-3kfclp4ia8], .panel-two[b-3kfclp4ia8] {
    border-radius: 10px;
    padding: 20px;
    flex: 1;
    border: 2px solid #e0e0e0;
}

    .panel-one div[b-3kfclp4ia8], .panel-two div[b-3kfclp4ia8] {
        margin-bottom: 30px;
    }

.panel-one[b-3kfclp4ia8] {
    margin: 0 0 10px 0;
}


.panel-row[b-3kfclp4ia8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.panel-cell-left[b-3kfclp4ia8] {
    flex: 1;
    text-align: right;
}

.panel-sep[b-3kfclp4ia8] {
    margin: 0 10px;
    text-align: center;
}

.panel-cell-right[b-3kfclp4ia8] {
    flex: 1;
    text-align: left;
}
/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/WizardSteps/Step8/OEStatusChart/OEStatusChart.razor.rz.scp.css */
.oestatus-panel[b-l7mw8m59e0] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin:0;
    padding:0;
}

.oestatus-panel-left[b-l7mw8m59e0] {
    flex: 1 1 25%;
    box-sizing: border-box;
    text-align: left;
}

.oestatus-panel-right[b-l7mw8m59e0] {
    flex: 1 1 70%;
    box-sizing: border-box;
    text-align: right;
}

.oestatus-panel-chart[b-l7mw8m59e0] {
    width: 100%;
}

[b-l7mw8m59e0] .k-chip {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
}

[b-l7mw8m59e0] .k-chip-actions {
    margin-block: -5em;
    margin-inline: 0;
    flex: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-self: center;
    position: relative;
    right: 26px;
}

.selected-oe-status[b-l7mw8m59e0] {
    padding: 5px;
    padding-right: 30px;
    border-radius: 3px;
}
/* _content/KBR.IsoTracker.WebApp/Features/DesignTracking/WizardSteps/Step8/ProjectDeliveryPlanDetail.razor.rz.scp.css */
.roster-container[b-xz0d19wthj] {
    position: relative;
    display: flex;
    height: 55vh;
    width: 100%;
    font-family: Lato, Helvetica, sans-serif;
    overflow-y: auto;
    overflow-x: auto;
    border-bottom: 1px solid #d9d9d9;
}

    .roster-container .text[b-xz0d19wthj] {
        position: relative;
        align-self: stretch;
        font-family: "Lato", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    .roster-container .columnwidth_115[b-xz0d19wthj] {
        width: 100px;
    }

    .roster-container .columnwidth_10[b-xz0d19wthj] {
        width: 10px;
        background-color: #d9d9d9;
    }

    .roster-container .columnwidth_200[b-xz0d19wthj] {
        width: 240px;
    }
    .roster-container .columnwidth_300[b-xz0d19wthj] {
        width: 300px;
    }
    .roster-container .columnwidth_315[b-xz0d19wthj] {
        width: 315px;
    }

    .roster-container .columnwidth_75[b-xz0d19wthj] {
        width: 75px;
    }

    .roster-container .columnwidth_80[b-xz0d19wthj] {
        width: 80px;
    }
    .roster-container .columnwidth_90[b-xz0d19wthj] {
        width: 90px;
    }
.excel-loader[b-xz0d19wthj] {
    color: #0073CE;
    position: relative;
    bottom: 14px;
    right: 25px;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.columnwidth_115[b-xz0d19wthj],
.columnwidth_10[b-xz0d19wthj],
.columnwidth_75[b-xz0d19wthj],
.columnwidth_80[b-xz0d19wthj],
.columnwidth_200[b-xz0d19wthj],
.columnwidth_300[b-xz0d19wthj],
.columnwidth_90[b-xz0d19wthj],
.columnwidth_315[b-xz0d19wthj] {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 10px;
}
[b-xz0d19wthj] .roster-container .roster-table {
    border: 1px solid #d9d9d9;
}
[b-xz0d19wthj] .border-none {
    border: 1px solid #fff;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
[b-xz0d19wthj] .roster-container td{
    padding:5px;
}
.bg-green[b-xz0d19wthj] {
    background-color: #8eed87;
}

.bg-red[b-xz0d19wthj] {
    background-color: #f79797;
}

[b-xz0d19wthj] .no-border-and-bg{
    background:none;
    border:none;
}
.w-65[b-xz0d19wthj]{
    width:65%;
    text-align:right;
}
.w-35[b-xz0d19wthj] {
    width:35%;
}
/* _content/KBR.IsoTracker.WebApp/Features/Identity/Account/Login.razor.rz.scp.css */
.container[b-3m5l5fel9x] {
    display: flex;
    justify-content: space-between;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: white;
}
.header-section[b-3m5l5fel9x] {
    display: flex;
    width: 100%;
    padding-right: 80px;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .header-section[b-3m5l5fel9x] {
        max-width: 100%;
        flex-wrap: wrap;
        padding-right: 20px;
    }
}

.brand-section[b-3m5l5fel9x] {
    background-color: var(--Primary-KBR-Colors-Pantone-281-C, #00205c);
    display: flex;
    justify-content: center;    
    font-size: 34px;
    color: #fff;
    padding: 80px 60px;
    width:35%;
}

@media (max-width: 991px) {
    .brand-section[b-3m5l5fel9x] {
        max-width: 100%;
        padding: 0 20px;
    }
}

.brand-content[b-3m5l5fel9x] {
    display: flex;
    margin-top: 25%;
    width: 200px;
    max-width: 100%;
    flex-direction: column;
}

.brand-image[b-3m5l5fel9x] {
    aspect-ratio: 1.82;
    object-fit: auto;
    object-position: center;
    width: 100%;
}

.brand-description[b-3m5l5fel9x] {
    font-family: Lato, sans-serif;
    margin-top: 44px;
}

@media(max-width: 991px) {
    .brand-description[b-3m5l5fel9x] {
        margin-top: 40px;
    }
}

.login-section[b-3m5l5fel9x] {
    align-self: start;
    display: flex;
    margin-top: 15%;
    flex-direction: column;
    color: #000;
    white-space: nowrap;
    margin-right:25%;
}

@media (max-width: 991px) {
    .login-section[b-3m5l5fel9x] {
        margin-top: 40px;
        white-space: initial;
    }
}

.login-title[b-3m5l5fel9x] {
    font: 32px Lato, sans-serif;
}

@media (max-width: 991px) {
    .login-title[b-3m5l5fel9x] {
        white-space: initial;
    }
}
.login-button[b-3m5l5fel9x] {
    border-radius: 4px;
    border-color: #00205C;
    border-style: solid;
    border-width: 1.6px;
    align-self: center;
    margin-top: 37px;
    justify-content: center;
    padding: 15px 57px;
    font: 12px Lato, sans-serif;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

    .login-button:active[b-3m5l5fel9x] {
        background-color: #00205C;  
        color:white;
    }

@media (max-width: 991px) {
    .login-button[b-3m5l5fel9x] {
        white-space: initial;
        padding: 0 20px;
    }
}

.footer[b-3m5l5fel9x] {
    background-color: var(--Primary-KBR-Colors-Pantone-Black-C, #231f20);
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    font-size: 16px;
    color: #fff;
    padding: 21px 50px;
}

@media (max-width: 991px) {
    .footer[b-3m5l5fel9x] {
        max-width: 100%;
        flex-wrap: wrap;
        padding: 0 20px;
    }
}

.footer-text[b-3m5l5fel9x] {
    font-family: Lato, sans-serif;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .footer-text[b-3m5l5fel9x] {
        white-space: initial;
    }
}

.footer-links[b-3m5l5fel9x] {
    font-family: Lato, sans-serif;
    text-decoration-line: underline;
    flex-grow: 1;
    flex-basis: auto;
}

@media (max-width: 991px) {
    .footer-links[b-3m5l5fel9x] {
        max-width: 100%;
    }
}

.visually-hidden[b-3m5l5fel9x] {
    font-size: 16px;
    display:inline-block;
}

/* _content/KBR.IsoTracker.WebApp/Features/Planner/IsoPlanner/BaselineDistribution/BaselineDistribution.razor.rz.scp.css */

span[b-zn09pn1gbx] {
    font-weight: bold;
    font-size: 85%;
}

.main-panel > div[b-zn09pn1gbx] {
    padding: 4%;
}

.center[b-zn09pn1gbx] {
    text-align: center;
}

[b-zn09pn1gbx] .hyperlink-color-icon {
    color: #004987;
    font-size: 14px;
}

[b-zn09pn1gbx] .hyperlink-color-button {
    margin-top: 5%;
    color: #004987;
    font-size: 70%;
}

[b-zn09pn1gbx] .k-button-flat, .k-button-flat:hover[b-zn09pn1gbx] {
    border-bottom: 2px solid #004987 !important;
    border-radius: 0px;
    background-color: transparent !important;
    font-size: 12px;
    font-weight: bold;
}

[b-zn09pn1gbx] .k-slider .k-slider-track {
    height: 10px;
    background: url('./images/slider-track.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent !important;
}

[b-zn09pn1gbx] .k-slider .k-slider-selection {
    background-color: transparent !important;
}

[b-zn09pn1gbx] .k-slider .k-draghandle {
    border-radius: 0 !important;
    border-width: 0 !important;
    height: 30px;
    background: url('./images/slider-drag-handle.png');
    background-repeat: no-repeat;
    background-position: top;
    background-color: transparent !important;
    box-shadow: none !important;
}

[b-zn09pn1gbx] .k-slider-horizontal .k-tick {
    background-image: none;
}

[b-zn09pn1gbx] .k-slider-horizontal .k-first {
    left: 10px;
}

[b-zn09pn1gbx] .k-slider-horizontal .k-last {
    right: 16px;
}

[b-zn09pn1gbx] .k-button-solid-base {
    border-color: transparent;
    color: #424242;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

hr[b-zn09pn1gbx] {
    color: black;
    border: revert;
    margin-top: 8%;
    margin-bottom: 0;
}

h3[b-zn09pn1gbx] {
    font-size: 15px;
    font-weight: bold;
}

[b-zn09pn1gbx] .k-input-md, .k-picker-md[b-zn09pn1gbx] {
    font-size: 13px;
}

[b-zn09pn1gbx] .create-baseline-button {
    margin-top: 10%;
    padding-block: 6px;
    padding-inline: 25px;
    font-size: 10px;
    border-radius: 0;
}

.excel-div[b-zn09pn1gbx] {
    padding-top: 1%;
    text-align: center;
}

.disabled-day[b-zn09pn1gbx] {
    color: #d3d3d3; /* Light grey text color */
    pointer-events: none; /* Prevent interaction */
    background-color: #f0f0f0; /* Optional: change the background color */
}

/* _content/KBR.IsoTracker.WebApp/Features/Planner/IsoPlanner/IsoChartSelector/IsoChartSelector.razor.rz.scp.css */
.iso-selector-container[b-749648tzke] {
    display: flex;
    width: 100%;
    font-size: 12px;
}

.multiselect-container[b-749648tzke] {
    flex: 4;
    margin-right: 31px;
}

.hide-show-legends[b-749648tzke] {
    margin-top: 6px;
    margin-right: 6px;
}
.plus-minus-baseline[b-749648tzke] {
   margin-left:10px;
}

.selected-stages[b-749648tzke] {
    flex: 3.7;
}

.stage-item-container[b-749648tzke] {
    display: flex;
    align-items: center;
}

.stage-header[b-749648tzke] {
    font-weight: bold;
    --line-color: #fff;
}
.stage-item[b-749648tzke] {
    display: flex;
    align-items: center;
    width: 281px;
}

    .stage-item[b-749648tzke]::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 2px;
        margin-right: 5px;
        background-color: var(--line-color, #000);
    }

    .stage-item.dotted[b-749648tzke]::before {
        background-color: transparent;
        border-bottom: 2px dotted var(--line-color, #000);
        margin-right: 5px;
    }
/* _content/KBR.IsoTracker.WebApp/Features/Planner/IsoPlanner/IsoPlanner.razor.rz.scp.css */
.main-content[b-3b54mdc45c] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.full-screen-content.full-screen[b-3b54mdc45c] {
    background: #fff;
}

.full-screen-mode[b-3b54mdc45c] {
    float: right;
}

.left-panel[b-3b54mdc45c] {
    flex-basis: 20rem;
    flex-grow: 1;
    background-color: #f6f6f6;
}

.right-panel[b-3b54mdc45c] {
    flex-basis: 0;
    flex-grow: 999;
    min-inline-size: 50%;
    padding: 30px 45px 30px 45px;
}

.planner-scroll[b-3b54mdc45c] {
    position: relative;
    border: 100px;
    height: 100%;
}

.charts[b-3b54mdc45c] {
    flex: 1;
    padding: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.chart-margin-right[b-3b54mdc45c] {
    margin-right: 40px;
}

.align-charts[b-3b54mdc45c] {
    display: flex;
}

.expandable-panel[b-3b54mdc45c] {
    margin: 0;
    padding: 0;
}

.panel-header[b-3b54mdc45c] {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.expand-icon[b-3b54mdc45c] {
    font-size: 20px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.title-expand[b-3b54mdc45c] {
    text-align: center;
    font-size: 113%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-baseline-header[b-3b54mdc45c] {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-height: 900px) {
    .planner-scroll[b-3b54mdc45c] {
        position: relative;
        border: 100px;
        height: auto;
    }
}
/* _content/KBR.IsoTracker.WebApp/Features/Planner/IsoPlanner/ProjectBaseline/IsoTable/IsoTable.razor.rz.scp.css */
table[b-edefgl0ax6], th[b-edefgl0ax6], td[b-edefgl0ax6] {
    perspective: 2500px;
}

.table-container[b-edefgl0ax6] {
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: auto; /* Ensure scrolling */
    height: 75vh;
    position: relative; /* Important for sticky positioning */
    background-color: #fff;
}

.table-header[b-edefgl0ax6],
.table-footer[b-edefgl0ax6] {
    background-color: #f0f0f0;
    position: sticky;
    z-index: 2;
}

.table-header[b-edefgl0ax6] {
    top: 0;
}

.table-footer[b-edefgl0ax6] {
    bottom: 0;
}

.table-body[b-edefgl0ax6] {
    overflow-y: auto;
    max-height: calc(54vh - /* header/footer height */ 50px); /* Adjust based on header/footer height */
}

.table[b-edefgl0ax6] {
    width: 100%;
    border-collapse: collapse;
}

.table-row[b-edefgl0ax6] {
    border-bottom: 1px solid #ccc;
}

    .table-row.stagewarning[b-edefgl0ax6] {
        background-color: lightpink;
    }

    .table-row.stagenormal[b-edefgl0ax6] {
        background-color: #f5f5f5;
    }

.table-cell[b-edefgl0ax6] {
    text-align: center;
    /* padding: 10px; */ /* Uncomment if needed */
    white-space: nowrap;
}

    .table-cell.sticky[b-edefgl0ax6] {
        text-align: left;
        position: sticky;
        left: 0;
        background-color: #fff; /* Ensure visibility */
        z-index: 1;
    }

    .table-cell.sticky-vr[b-edefgl0ax6] {
        text-align: left;
        position: sticky;
        left: 0 !important;
        background-color: #f5f5f5;
        z-index: 2 !important;
    }

    .table-cell.sticky-hr[b-edefgl0ax6] {
        text-align: center;
        position: sticky;
        top: 0;
        background-color: #f0f0f0; /* Ensure visibility */
        z-index: 1;
    }

    .table-cell > .action-buttons[b-edefgl0ax6] {
        display: inline-flex;
        justify-content: flex-start;
    }

tr:nth-child(even) td:nth-child(-n+1)[b-edefgl0ax6] {
    background-color: #e7ebef;
}

tr:nth-child(odd) td:nth-child(-n+1)[b-edefgl0ax6] {
    background-color: #eff3f7;
}

tfoot tr:last-child td[b-edefgl0ax6] {
    background-color: #f0f0f0 !important;
}

.button-container[b-edefgl0ax6] {
    display: inline-block;
    vertical-align: middle;
}
/* _content/KBR.IsoTracker.WebApp/Features/Planner/IsoPlanner/ProjectBaseline/ProjectBaseline.razor.rz.scp.css */

.project-accounted[b-d31q0d06v2] {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
}

    .project-accounted.success[b-d31q0d06v2] {
        color: #155724;
        background-color: #d4edda;
        border: 1px solid #155724;
    }

    .project-accounted.warning[b-d31q0d06v2] {
        color: #ec8627;
        background-color: #fff2f1;
        border: 1px solid #ec8627;
    }
/* _content/KBR.IsoTracker.WebApp/Features/Planner/IsoPlanner/ProjectBaseline/ProjectBaselineHistory/ProjectBaselineHistory.razor.rz.scp.css */

span[b-zktwervqhj] {
    font-weight: bold;
    margin-bottom: 3%;
    font-size: 85%;
}

.main-panel[b-zktwervqhj] {
    background-color: #f6f6f6;
}

    .main-panel > div[b-zktwervqhj] {
        padding: 4%;
    }

.center[b-zktwervqhj] {
    text-align: center;
}

h3[b-zktwervqhj] {
    font-size: 92%;
    font-weight: bold;
}

[b-zktwervqhj] .hyperlink-color-button {
    margin-top: 5%;
    color: #004987;
    font-size: 70%;
}

[b-zktwervqhj] .k-button-flat, .k-button-flat:hover[b-zktwervqhj] {
    border-bottom: 2px solid #004987 !important;
    border-radius: 0px;
    background-color: transparent !important;
    font-size: 12px;
    font-weight: bold;
}

.excel-icon[b-zktwervqhj] {
    width: 12%;
    margin-right: 2%;
    margin-bottom: -6%;
    text-align: center;
    margin-left: 10%;
}

[b-zktwervqhj] .re-baseline-button {
    margin-top: 10%;
    padding-block: 6px;
    padding-inline: 25px;
    font-size: 10px;
    border-radius: 0;
}

hr[b-zktwervqhj] {
    color: #D1D1D1;
    border: revert;
    margin: 20px 0 20px 0;
    padding: 0;
}

[b-zktwervqhj] .k-button-solid-base {
    border-color: transparent;
    color: #424242;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.header-text[b-zktwervqhj] {
    text-align: center;
    margin-bottom: 0% !important;
    padding-bottom: 0% !important;
}

.project-baselines[b-zktwervqhj] {
    text-align: center;
    margin-bottom: 2%;
}

[b-zktwervqhj] .selected-baseline-button {
    height: 100%;
    width: 85%;
    border-radius: 0;
    font-size: 75%;
    border: none !important;
}

[b-zktwervqhj] .baseline-button {
    height: 100%;
    width: 85%;
    border-radius: 0;
    font-size: 75%;
    border: none !important;
    background-color: #adc2d5 !important;
    color: #fff !important;
}

    [b-zktwervqhj] .baseline-button:hover {
        border-radius: 0;
        backface-visibility: hidden;
    }

[b-zktwervqhj] .transparent-button {
    border: none;
    background-color: transparent;
    font-size: 100% !important;
}

[b-zktwervqhj] .baseline-list {
    padding: 0;
    margin: 0;
}

.baseline-list .baseline-item:first-child .baseline-button[b-zktwervqhj] {
    background-color: black;
    color: white;
}

.baseline-history[b-zktwervqhj] {
    height: 38vh;
    overflow: auto;
}
/* _content/KBR.IsoTracker.WebApp/Features/Planner/Planner.razor.rz.scp.css */
.page-center[b-wjju0b8vbx] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.no-active-project[b-wjju0b8vbx] {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}
/* _content/KBR.IsoTracker.WebApp/Features/Shared/Components/Chart/Chart.razor.rz.scp.css */
.no-chart-message[b-a8boej3oye] {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* _content/KBR.IsoTracker.WebApp/Features/Shared/Components/FileUploader/FileUploader.razor.rz.scp.css */
.file-uploader-window[b-9pw8unbflt]
{
   background-color:white;
}

.k-window-titlebar[b-9pw8unbflt]
{
    background-color:white;
}
/* _content/KBR.IsoTracker.WebApp/Features/Shared/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-ifpebk3j6l] {
    background-color: black;
    text-align: left;
    color: white;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    
}

.footer-container[b-ifpebk3j6l] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}



@media (max-width: 400px) {
    .footer-container[b-ifpebk3j6l] {
        max-width: 100%;
        flex-wrap: wrap;
        padding: 0 20px;
        justify-content: flex-start; /* Change from space-between to flex-start */
    }
}

.footer-content[b-ifpebk3j6l] {
    background-color: #231f20;
    padding: 20px 50px;
    display: flex;
    gap: 90px;
}



@media (max-width: 991px) {
    .footer-content[b-ifpebk3j6l] {
        flex-wrap: wrap;
        padding: 20px;
    }
}

.copyright-text[b-ifpebk3j6l] {
    font-family: Lato, sans-serif;
    color: #fff;
    display: flex; /* Set display to flex */
    align-items: center;
}

@media (max-width: 991px) {
    .copyright-text[b-ifpebk3j6l] {
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.legal-links[b-ifpebk3j6l] {
    font-family: Lato, sans-serif;
    margin-left: 50px;
}

.terms-use[b-ifpebk3j6l], .privacy-policy[b-ifpebk3j6l] {
    text-decoration: underline;
    color: #fff;
}

    .terms-use[b-ifpebk3j6l]:after {
        content: '|';
        margin: 0 10px;
    }
/* _content/KBR.IsoTracker.WebApp/Features/Shared/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j9abdm7tal] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header-main[b-j9abdm7tal] {
    background-color: #00205c;
}
.layout[b-j9abdm7tal] {
    background-color: #F5F7F8;
    height: auto;
    overflow: auto;
}

.main[b-j9abdm7tal] {
    flex: 1;
    background-color: #F5F7F8;
}
/* _content/KBR.IsoTracker.WebApp/Features/Shared/Components/NavMenu/NavMenu.razor.rz.scp.css */
.align-end[b-mu1lrhuayx] {
    align-self: flex-end;
}

.navbar[b-mu1lrhuayx] {
    display: flex;
    width: 100%;
}

.navGroup[b-mu1lrhuayx] {
    display: flex;
    gap: 40px;
    padding-left: 50px;
} 
 

.dropdown[b-mu1lrhuayx] {
    position: relative;
    display: inline-block;
}

.dropdown-toggle[b-mu1lrhuayx] {
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dropdown-menu a[b-mu1lrhuayx] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-menu[b-mu1lrhuayx] {
    display: block;
}

.down-arrow-icon[b-mu1lrhuayx] {
    width: 18px;
    height: 10px;
    margin-left: 5px;
}

.dropdown-menu[b-mu1lrhuayx] {
    top: 20px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.mr-3[b-mu1lrhuayx] {
    margin-right: 3rem !important;
}

.username[b-mu1lrhuayx] {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFF;
    border: none;
    display: flex;
    align-items: center;
    gap: 3px;
    background: transparent;    
}

[b-mu1lrhuayx] .k-picker-solid {
    position: relative;
    width: 153px;
    height: 30px;
    border: 1px solid;
    border-color: #ffffff;
    left: 0px;
    top: 1px;
    background-color: #00205C;
    color: #E9E9E9;
    border-radius: 40px;
}

[b-mu1lrhuayx] .k-input-value-text {
    text-align: center;
    margin-bottom: 10%;
}
