html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

#applicationLoadingPanel .loading-floated-circle.loading-border.border-primary.loading-border-primary {
    border-color: #008ee4 !important;
}

#loadingBackground {
    background: #008ee4 !important;
}

.header-logo {
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}


.nx-caption-auto .dxbl-fl-cpt {
    width: auto !important;
}

.nx-caption-40 .dxbl-fl-cpt {
    max-width: 40px !important;
}

.nx-caption-70 .dxbl-fl-cpt {
    max-width: 70px !important;
}

.nx-caption-100 .dxbl-fl-cpt {
    max-width: 100px !important;
}

.nx-caption-120 .dxbl-fl-cpt {
    max-width: 120px !important;
}

.nx-caption-150 .dxbl-fl-cpt {
    max-width: 150px !important;
}

.nx-caption-200 .dxbl-fl-cpt {
    max-width: 200px !important;
}

.nx-caption-250 .dxbl-fl-cpt {
    max-width: 250px !important;
}

.nx-text-edit-120 .dxbl-text-edit {
    min-width: 120px !important;
}

.nx-text-edit-150 .dxbl-text-edit {
    min-width: 150px !important;
}

.nx-text-edit-180 .dxbl-text-edit {
    min-width: 180px !important;
}

.nx-caption-pos {
    font-size: xx-large;
    font-weight: bold;
}

.nx-caption-right label.dxbl-fl-cpt {
    align-self: flex-end;
}