html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    background-image: url('../images/WhyzeHRLogo.png');
    background-size: contain;
    background-repeat: no-repeat;
    position:page;
    width: 283px;
    height: 60px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.loading-image {
    width: 80px;
    height: 30px;
}

.hideHeaderFooter .dxbl-grid-header-row {
    display: none;
}

.hideHeaderFooter .dxbl-grid-bottom-panel {
    display: none;
}

.hideFooter .dxbl-grid-bottom-panel {
    display: none;
}

.freezeGridHeader.dxbl-grid {
    height: 600px;
}

.search-editor .xaf-dx-button-image {
    mask: url(IImageService/Action_Search) !important;
    -webkit-mask: url(IImageService/Action_Search) !important;
}

.AuditTableGrid table {
    table-layout: auto !important;
}

.AuditTableGrid table > colgroup > col {
    width: auto !important;
}

.col span {
    white-space: pre-wrap;
}

.dxbs-sc-apt-subject {
    color: black;
}  