html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: transparent;
    /*-webkit-mask: url('../images/LWBLogoBrownWhite.svg');*/
    /*mask: url('../images/LWBLogoBrownWhite.svg');*/
    /*-webkit-mask-position: left;*/
    /*mask-position: left;*/
    /*-webkit-mask-repeat: no-repeat;*/
    /*mask-repeat: no-repeat;*/
    background-image: url('../images/BonneysOnly.svg');
    /*background-image: url('../images/BonneysSpecialised270px.png');*/
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 152px;
    height: 36px;
}
.loading-image {
    width: 100px;
    height: 100px;
}
#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

/*.dxbl-grid .dxbl-grid-table > tbody > tr > td, .dxbl-grid .dxbl-grid-table > tbody > tr > th, .dxbl-grid .dxbl-grid-table > tfoot > tr > td, .dxbl-grid .dxbl-grid-table > tfoot > tr > th, .dxbl-grid .dxbl-grid-table > thead > tr > td, .dxbl-grid .dxbl-grid-table > thead > tr > th {
    text-wrap: nowrap;
}*/
.dxbs-grid-header-row .dxbs-grid-header-cell .dxbs-grid-header-caption {
    white-space: normal;
    word-wrap: break-word;
    /*max-width: 200px;*/ /* Set a maximum width to encourage wrapping */
    overflow: hidden; /* Hide overflow if necessary */
    text-overflow: ellipsis; /* Optionally add ellipsis for overflowing text */
}
/*.dxbl-grid-table {
    text-wrap: nowrap;
}*/
.dxbs-grid a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}
.disabled-property,
.disabled-property .form-control {
    border: 1px solid black;
    background-color: rosybrown;
}
.enabled-property,
.enabled-property .form-control {
    /*border: 1px solid black;*/
    background-color: rosybrown;
}