@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.home-page #about-udepo p {
    font-size: 14px;
    line-height: 1.5
}

.udepo-page .info-map {
    width: 100%;
    height: 540px;
    background: url("/UTHDEPO/_content/Iaea.Infcis.Uthdepo.UI/images/nuclear-fuel-cycle-bg.png") repeat-x 0 0;
    border: 1px solid #e1e1e1;
    position: relative
}

.udepo-page .info-map-panel {
    position: absolute;
    right: 0;
    top: 0%;
    height: 550px;
    width: 50%;
    background: url("/UTHDEPO/_content/Iaea.Infcis.Uthdepo.UI/images/nuclear-fuel-cycle-panel.png") no-repeat 0 0
}

    .udepo-page .info-map-panel .panel {
        padding: 25px 10px 25px 35px;
        color: #666;
        display: none
    }

        .udepo-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 !important;
    font-weight: 500 !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: 10px !important;
    padding-inline-end: 10px !important;
}


.v-align-center {
    display: flex;
    align-items: center
}

.selected-Deposit-Model {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    color: #42526e;
    font-weight: 600;
}

.imageUraniumProvinces {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: move;
}

.disp-panel {
    border-radius: 1em;
    box-shadow: -5px 0px 10px 1px #e1e1e1;
    margin-left: 0px;
}

.boxShadowNone {
    box-shadow: none;
}


.report-search-scroll {
    height: 600px;
    overflow: scroll;
}


.a-without-href {
    color: #1250cc !important;
    text-decoration: none;
    cursor: pointer !important;
}

textarea {
    margin-top: 3px !important;
}

.custom-popup {
    border: 1px solid #aaa;
    height: 500px;
}

#map {
    padding-top: 4px;
    border: 1px solid #aaa;
    height: 300px;
}

.mud-radio-content-placement-end {
    margin-bottom: 0px;
}

.global-filter {
    --bs-bg-opacity: 1;
    border-bottom: 3px solid rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    box-shadow: 0px 5px 5px rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.no-document {
    background-color: #0a0a0af2;
}

.white-color {
    color: white;
}


/**Statistics Styling*/
.st-th-top {
    white-space: nowrap;
    vertical-align: text-top;
    padding: 6px !important;
    text-align: center;
}

.st-th-split {
    width: 100%;
    text-align: right;
    border-bottom: solid 1px grey;
    padding: 4px;
}

.st-total {
    font-weight: 500;
}

.st-r-align {
    text-align: right;
}


.st-no-wrap {
    white-space: nowrap !important;
}

.st-wrap-normal {
    white-space: normal !important;
}

.st-padding-6 {
    padding: 6px !important;
}

/*CollapsePanelExtension*/
.cp-header {
    background-color: #f5f5f5 !important;
}

.cp-panel .mud-expand-panel-content {
    background-color: #fff !important;
}