html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.dxbl-group-header {
    /*background-color: purple !important;*/
}

.header-title > .dxbl-text {
    /*    border-color: #d2d2d2;
    border-style: solid;
    border-width: 1px;*/
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #d2d2d2;
    padding-bottom: 0px;
    margin-bottom: 7px;
    /*    background-color: #f2f2f2;*/
    width: 100% !important;
    font-size: 16px;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/uci-logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-position: left;
    width: 180px;
    height: 24px;
}

.account-container > .account-button > .xaf-image {
    background-position: center !important;
    background-size: 32px !important;
    height: 32px !important;
    width: 32px !important;
    margin: auto !important;
    border-radius: 0% !important;
}

.account-main > .d-flex > .logo-container {
    background-color: transparent !important;
}

    .account-main > .d-flex > .logo-container > .xaf-image {
        background-position: center !important;
        background-size: 80px !important;
        height: 80px !important;
        width: 80px !important;
        margin: auto !important;
        border-radius: 0% !important;
    }


#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.logo {
    width: 136px;
    height: 46px;
    margin-left: 5px;
}

.splash-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    height: 100vh;
    width: 100vw;
}

    .splash-screen > .logo {
        margin: 0 30px;
    }

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    height: 100vh;
    width: 100vw;
}

    .loader > .loader-text {
        font-size: 1.5em;
        color: #757575;
        text-shadow: 0 0 1px black;
    }

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0 0px -3px;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #333;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        background-color: #0078C8;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        background-color: #C8143C;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        background-color: #C8143C;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        background-color: #FAE100;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        background-color: #32B432;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        background-color: #32B432;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background-color: #FAE100;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        background-color: black;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        background-color: black;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

#main_header {
    padding: 10px 16px 2px 16px;
    width: auto;
    height: auto;
    display: grid;
    place-items: left;
}

#main_image {
    width: auto;
    height: auto;
    display: flex;
    justify-content: left;
    max-block-size: 80px;
}

    #main_image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin-right: 100%
    }

#main_header .vl {
    border-bottom: 6px solid var(--bs-gray-400);
    margin-top: 5px;
    margin-bottom: 0px;
}

#main_title {
    margin-top: 10px;
    width: auto;
    height: auto;
}

    #main_title .header_title {
        color: #0078C8;
    }

    #main_title .header_sutitle {
        color: var(--bs-gray-700);
    }

.search-editor .xaf-dx-button-image {
    mask: url(IImageService/Action_Search) !important;
    -webkit-mask: url(IImageService/Action_Search) !important;
}

.xaf-alert-message {
    white-space: pre-line !important;
}

.dxbl-grid-group-row {
    font-weight: bold;
    background-color: var(--bs-tertiary-bg);
    /* background-color: #f2f2f2; */
}

.richtext-body-height .xaf-richedit {
    max-height: 300px;
}