@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.home-page #about-nfcss p {
    font-size: 14px;
    line-height: 1.5
}

.nfcss-page .info-map {
    width: 100%;
    height: 540px;
    background: url("/NFCSS/_content/Iaea.Infcis.Nfcss.UI/images/nuclear-fuel-cycle-bg.png") repeat-x 0 0;
    border: 1px solid #e1e1e1;
    position: relative
}

.nfcss-page .info-map-panel {
    position: absolute;
    right: 0;
    top: 0px;
    height: 484px;
    width: 50%;
    background: url("/NFCSS/_content/Iaea.Infcis.Nfcss.UI/images/nuclear-fuel-cycle-panel.png") no-repeat 0 0
}

    .nfcss-page .info-map-panel .panel {
        padding: 25px 10px 25px 35px;
        color: #666;
        display: none
    }

        .nfcss-page .info-map-panel .panel h2 {
            margin: 0 0 10px 0
        }

#section-nav li a.active, #section-nav li a.active:hover {
    color: #333;
    border-bottom: 2px solid #a52a2a;
}

a {
    color: #1250cc;
    text-decoration: none;
}

#blazor-error-ui {
    background: lightyellow;
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


th {
    background-color: #ddd;
    font-weight: bold !important;
}

.mud-input-control.mud-input-required > .mud-input-control-input-container > .mud-input-label::after {
    content: "*";
    font-weight: bold;
    color: red;
}

.mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 14px 14px;
}

.mud-input-adornment {
    cursor: pointer;
}

.mud-toolbar-gutters {
    padding: 0 !important;
}

.mud-link.active {
    font-weight: bold;
    cursor: pointer;
}

.header-centered {
    text-align: center !important;
}

.mudCardHeader {
    text-align: center;
    background-color: rgb(221, 221, 221);
    border-color: White;
    font-weight: bold !important;
    padding: 8px;
}

.align-icon-item {
    display: flex;
    align-items: center;
    justify-content: left;
}

.table-row {
    padding-inline-start: 5px !important;
    padding-inline-end: 5px !important;
}

.white-space-pre-line {
    white-space: pre-line;
}

.selected-row {
    background-color: blue;
}

.a-without-href {
    color: #1250cc !important;
    text-decoration: none;
    cursor: pointer !important;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 100%;
    width: 100%
}

.chartModal {
    opacity: 1;
    background-color: rgba(128,128,128, 0.20);
}

.chart-dialog {
    top: 15%;
}

.chart-div {
}

.center-text {
    text-align: center;
}

.mud-table-sticky-header .mud-table-root .mud-table-head .mud-table-cell {
    background-color: #ddd;
    color: black;
}

td > .custom-border > .mud-input-control-input-container > .mud-input > .mud-input-outlined-border {
    border-color: red !important;
}

.mud-simple-table.mud-table-sticky-header * table thead * th {
    background-color: #ddd !important;
    color: black !important;
}

.centered-content {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.sticky-cell {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 2;
    text-align: center;
}

.sticky-header {
    position: sticky;
    left: 0;
    top: 0; 
    background-color: white;
    z-index: 10 !important;
}

.margin-left-10-px {
    margin-left: 10px;
}