html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header {
    background-color: #05284f;
    color: white;
}

.logon-template-header {
    background-color: #05284f;
    color: white;
}

.logon-main-container {
    background-color: #05284f;
    color: white;
}

.dxbl-accordion-container {
    background-color: #05284f;
    color: white;
}

.dxbl-accordion-items-container {
    background-color: #05284f;
    color: white;
}

.xaf-sidebar {
    background-color: #05284f;
    color: white;
}

.dxbl-accordion-group {
    background-color: #05284f;
    color: white;
    border-color: transparent
}

.xaf-navmenu a .xaf-nav-link {
    text-decoration: revert !important;
}

.dxbl-grid-command-cell .dxbl-btn-link > span {
    text-decoration: revert !important;
}


/*.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/DarkLogo_Horizontal.svg');
    mask: url('../images/DarkLogo_Horizontal.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 80px;
    height: 40px;
}*/
.header-logo {
    flex-shrink: 0;
    width: 140px;
    height: 60px;
    background-image: url('../images/DarkLogo_Horizontal.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.loading-image {
    width: 500px;
    height: 500px;
}

