﻿#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.spanLabel{
    width:150px;
}
.inputFloralWhite{
    background-color:floralwhite !important
}
.b-hies-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.HIESSideBar {
    position: fixed !important;
    height: 100%;
    width: 300px;
    left: 0;
    top: 0;
    margin: 10px;
    z-index: 1999;
    float: left;
    overflow: scroll;
    background-color: white;
    -webkit-overflow-scrolling: auto;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.ClientInfo{
    float:right;
    width:200px;
    vertical-align:middle;
}
.fontHIES1{
    font-family:Lato,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:5em;
}

div.table-container {
    width: calc(100vw - 2rem);
}
.page-intro-block {
    padding: 1rem 1rem;
    text-align: center;
}
    .page-intro-block .node_title {
        margin-bottom: 1rem;
        max-width: 45rem;
        margin: 0 auto;
    }
.bg-title-hies {
    background-color: #9A3B3B;
    color:palegoldenrod;
}
.bg-login-div {
    background-color: #F2ECBE !important;
}
.bg-hies1 {
    background-color: #F6F1E9;
}
.content-admin{
    margin-top:calc(var(--admin-top-nav-height)+2rem);
}

/* START - STYLE COMMON */
.center-div {
    margin: auto;
    height: 100%;
}
.div-data {
    padding: 5px;
    margin-bottom: 2px;
}

.span-label {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 1rem;
    width: 180px !important;
}

.span-value {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1rem;
}

@media (max-width:480px) {
    .span-label {
        width: 100px;
        font-size: 1em;
    }

    .span-value {
        font-size: 1em;
    }
}
/* END - STYLE COMMON */

/* START - ICONS FOR CUSTOM BUTTONS */
.btn-hies-with-icon{

}
    .btn-hies-with-icon:hover {
        border-bottom:solid;
        border-width:1px;
        border-radius:0px;
    }
.icon-buttons {
    height: 25px;
    width: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.button-hies {
    padding: 0px;
    text-align: center;
}

.text-hies-button {
    font-size: larger !important;
    font-weight: bold !important;
    color: black !important;
    font-family: var(--font-family) !important;
    font-size:1rem !important;
    text-align: center;
    padding: 0px;
}

.button-hies:hover {
    border-top-color: #313866;
    border-radius:0;
}

@media (max-width: 480px) {
    .text-hies-button {
        font-size: 1rem !important;
    }
    .icon-buttons {
        height: 35px !important;
    }
}
.btn-text-with-icon{
    display:inline-block;
    margin:0px;
    margin-left:8px;
    margin-right:2px;
    padding:0px;
    text-align:center;
}
@media (max-width:480px)
{
    .text-hies-button{
        font-weight:400 !important;
    }
    .btn-text-with-icon {
        display: block;
        font-size:1rem!important;
        font-weight:500;
        text-align:center !important;
        margin:0;
    }
    .btn-hies-with-icon svg{
        display:block;
    }
}
/* END - ICONS FOR CUSTOM BUTTONS */

/* START - SF CHART */
.e-chart-legend-item-text {
    font-weight: bold !important;
    font-size: 14px;
    color: #555;
}

/* You can also target elements by their structure */
.e-chart-axis-labels {
    fill: #888 !important;
    font-family: InterVariable, sans-serif;
}
/* END - SF CHART*/

/* START - SF-CSS*/

.e-listview .e-list-item {
    font-size: 1em;
}

.e-ddl.e-input-group.e-control-wrapper .e-input {
    font-size: 1em !important;
    font-weight: 400;
    font-family: InterVariable, sans-serif;
    padding: 1.2em !important;
}
/* END - SF STYLE*/

/* START STYLE - BLAZOR SF DATA GRID*/

.e-grid {
    font-family: InterVariable, sans-serif;
    font-size: 1.2em !Important;
    padding: 0;
    margin: 0;
}

.e-headercell {
    background-color: #EDE9D5 !important;
    color: black;
    padding: 0px !important;
    text-align: center;
    flex-wrap:wrap;
}
.e-headertext {
    font-size: 1rem !important;
    font-weight: 500 !important;
}
.e-grid {
    padding: 0px !important;
}
.e-columnheader {
    padding: 5px;
    text-align: center;
}

.e-headercelldiv {
    padding: 0px !important;
    font-size: 1rem !important;
    text-align: center !important;
}
.e-rowcell {
    padding: 0px;
    font-size: 1rem !important;
}
.e-altrow {
    background-color: #fff !important;
}
.e-gridcontent {
    background-color: #f9f2f2 !important;
}
.e-gridfooter, .e-summaryrow {
    background-color: #F3E99F;
    font-size: 1.2rem !important;
}

.e-rowcell, .e-headercell {
    border-width: 1px !important;
    border-color: lightgray !important;
}

@media (max-width:580px)
{
    .e-headertext {
        font-size: 0.8rem !important;
    }
    .e-rowcell {
        padding: 0px;
        font-size: 0.8rem !important;
    }
}
/* END STYLE - BLAZOR SF DATA GRID*/

/* START STYLE - QUICK GRID */
.page-size-chooser {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .page-size-chooser select {
        margin: 0 1rem;
        padding: 0.25rem 0.5rem;
    }

::deep .quickgrid[theme=corporate] {
    font-family: 'Tahoma', 'Times New Roman', serif;
    color: black;
}

    ::deep .quickgrid[theme=corporate] .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold;
    }

    ::deep .quickgrid[theme=corporate] .sort-indicator {
        color: blue;
    }

/* END STYLE - QUICK GRID*/

/* START STYLE - PRODUCT HIES FO*/
.bg-product-fo {
    background-image: url('/assets/images/bg-images/bg-dark-40.png');
}
.bg-product-pos {
    background-image: url('/assets/images/bg-images/bg-pos.png');
}
.bg-product-mm {
    background-image: url('/assets/images/bg-images/bg-mm.png');
}
.bg-product-intro {
    background-image: url('/assets/images/bg-images/bg-products-intro.png');
    background-size: contain;
}
@media (max-width: 1200px) {
    .image-xs {
        height: 100px;
        width: auto;
    }
}
/* END STYLE - PRODUCT HIES FO*/

/* Style - Admin layout*/
.sidebar{
    height:100%;
}
.main-content {
    margin-left: 0px;
    margin-top: var(--phoenix-navbar-top-height); /* Same as top navbar height */
    width: calc(100% - 250px);
    min-height: calc(100vh - 56px);
}

/* For smaller screens */
@media (max-width: 992px) {
    .main-content {
        margin-left: 0px;
    }
}
/* End Style - Admin layout*/

/* style - loading svg image*/
.loading-container {
    margin: 20px auto;
    text-align: center;
}

.loading-svg {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    animation: spin 1s linear infinite;
}

.loading-text {
    font-size: 16px;
    color: #555;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hoverlay {
    /* Covers the entire viewport */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999; /* Just below the menu */
    background: transparent; /* Invisible */
}

/* Auto Complete Text Box*/
.autocomplete {
    position: relative;
}

.autocomplete-list {
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .autocomplete-list li {
        padding: 4px 8px;
        cursor: pointer;
    }

        .autocomplete-list li.highlighted,
        .autocomplete-list li:hover {
            background: #f0f0f0;
        }