@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.bolded {
    font-weight: 600 !important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.narrow {
    margin-top:3px;
    margin-bottom:3px;
}

.nav-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 160px;
    resize: both;
}

.padding-top {
    padding-top:5px !important;
}

.padding-bottom {
    padding-bottom: 5px !important;
}

.padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.nospacing {
    margin-top: 2px;
    margin-bottom: 2px;
}

.w-60px {
    width: 60px;
    margin-left:5px;
    margin-right:5px;
}

.w-80px {
    width: 80px;
    margin-left: 5px;
    margin-right: 5px;
}

.w-100px {
    width: 100px;
}

.w95vw {
    width: 95vw;
}

.w100vw {
    width: 100vw;
}

.h-Auto80 {
    min-height: 780px;
    height: 80vh;
    overflow: scroll;
    scroll-behavior: auto;
}

.h-Auto70 {
    min-height: 700px;
    height: 70vh;
    overflow: scroll;
    scroll-behavior: auto;
}

.h-Auto60 {
    min-height: 600px;
    height: 60vh;
    overflow: scroll;
    scroll-behavior: auto;
}

.h-Auto50 {
    min-height: 500px;
    height: 50vh;
    overflow: scroll;
    scroll-behavior: auto;
}

.h-95vh {
    height: 95vh;
}

.full-height {
    height: 100vh;
}

.fit-height {
    height: 100%;
}

.h-2rem {
    height: 2rem;
}

.h-90vh {
    height: 90vh;
}

.h-80vh {
    height: 80vh;
}

.h-70vh {
    height: 70vh;
}

.h-60vh {
    height: 60vh;
}

.h-50vh {
    height: 50vh;
}

.h-40vh {
    height: 40vh;
}

.h-30vh{
    height: 30vh;
}

.h-40px {
    height: 40px;
}

.h-60px {
    height: 60px;
}

.h-80px {
    height: 100px;
}

.h-100px {
    height: 100px;
}

.h-180px {
    height: 180px;
}

.h-200px {
    height: 200px;
}

.h-250px {
    height: 240px;
}

.h-300px {
    height: 300px;
    min-height: 300px;
}

.h-400px {
    height: 400px;
    min-height: 400px;
}

.h-500px {
    height: 500px;
    min-height: 500px;
}

.h-600px {
    height: 600px;
    min-height: 600px;
}

.h-700px {
    height: 700px;
    min-height: 700px;
}

.h-800px {
    height: 800px;
    min-height: 800px;
}

.spacing {
    padding: 0px 10px 10px 10px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 2.5rem; /* Footer height */
}

.footer {
    position: absolute !important;
    bottom: 0 !important;
    width: 80%;
    height: 50px;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: lightcoral;
}

.button-link {
    text-decoration: unset;
}

#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;
    }

.title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.625rem;
}

    .title.title-secondary {
        padding-top: 0.313rem;
        padding-bottom: 0;
        color: var(--bs-secondary-color);
    }

.title-header-text {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
}

.title-content-text {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0rem;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.block-content {
    width: 31.25rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 100%;
}

.dxbl-menu-item-tmpl {
    display: flex;
    align-items: center;
}

.notoggle svg {
    display: none;
}

.dxbl-menu-item .search {
    min-width: 123px
}

.dxbl-menu-item-tmpl > .search {
    position: relative;
}

.user-profile .logo-container {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.user-profile .log-off-btn {
    padding-top: 0.815rem;
    padding-bottom: 0.815rem;
    border-top: 1px solid #e5e5e5;
}

.menu-icon-user-profile {
    opacity: 0.75;
}

.user-profile .menu-icon-user-profile {
    opacity: 0.25;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.user-name-container .tm-8 {
    opacity: 0.8;
}

.nopadding {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: -10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.info-box {
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    border-radius: 5px;
    border-color: gray;
    border: solid 1px;
    background-color: mediumblue;
}

.highlighted-item:hover, .highlighted-item:hover > td {
    background-color: darkslategray;
    opacity: 100%;
}

.ActiveMonitoring {
    border-color: darkgreen;
    font-weight: 700;
    color: springgreen;
}

.ActivePause {
    border-color: darkblue;
    font-weight: 600;
    color: deepskyblue;
}

.text-vivid {
    color: magenta;
    font-weight: 600;
}

.radius-10 {
    border-radius:10px;
    border:solid;
}

.align-top {
    vertical-align: top;
}

.LightGreen {
    background-color: lightgreen;
}

.Green {
    background-color: Green;
}

.LightGreen {
    background-color: lightgreen;
}

.Yellow {
    background-color: Yellow;
}

.Crimson {
    background-color: crimson;
}

.DarkRed {
    background-color: darkred;
    color: White;
}

.Transparent {
    background-color: transparent;
}

.White {
    background-color: White;
}

.MWD {
    background-color: gold !important;
    border-radius: 3px;
    font-weight: 600;
}

.INTR {
    background-color: blue !important;
    border-radius: 3px;
    font-weight: 600;
}

.CS {
    background-color: LightSeaGreen !important;
    border-radius: 3px;
    font-weight: 600;
}

.MAN {
    background-color: darkslategray !important;
    border-radius: 3px;
    font-weight: 600;
}

.DEL {
    background-color: darkred !important;
    border-radius: 3px;
    font-weight: 600;
}

.IMP {
    background-color: darkslateblue !important;
    border-radius: 3px;
    font-weight: 600;
}

.GYRO {
    background-color: dodgerblue !important;
    border-radius: 3px;
    font-weight: 600;
}

.UNC {
    background-color: darkgray !important;
    border-radius: 3px;
    font-weight: 600;
}

.NEW {
    background-color: lightcoral !important;
    border-radius: 3px;
    font-weight: 600;
}

.REJ {
    background-color: red !important;
    border-radius: 3px;
    font-weight: 600;
}

.AU {
    background-color: mediumspringgreen !important;
    border-radius: 3px;
    font-weight: 600;
}

.APC {
    background-color: yellowgreen !important;
    border-radius: 3px;
    font-weight: 600;
}

.ACR {
    background-color: darkgreen !important;
    border-radius: 3px;
    font-weight: 600;
}

.ASH {
    background-color: steelblue !important;
    border-radius: 3px;
    font-weight: 600;
}

.AI {
    background-color: darkorange !important;
    border-radius: 3px;
    font-weight: 600;
}

.SHRT {
    background-color: steelblue !important;
    border-radius: 3px;
    font-weight: 600;
}

.ANT {
    background-color: turquoise !important;
    border-radius: 3px;
    font-weight: 600;
}

.SSA {
    background-color: saddlebrown !important;
    border-radius: 3px;
    font-weight: 600;
}

.CORRECTED {
    background-color: #90ee90 !important;
    padding: -0px -0px -0px -0px;
    color: black;
}

.CALCULATED {
    background-color: yellow !important;
    padding: -0px -0px -0px -0px;
    color: black;
}

.PINK {
    background-color: #ffb6c1 !important;
    color: black;
    font-weight: 500;
}