html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.logon-viewsite div[data-item-name="PasswordHint"] + .xaf-static-text {
    width: 100%;
    line-height: 1rem;
    font-size: 0.75rem;
    opacity: .5;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.xaf-navmenu a .xaf-nav-link {
    text-decoration: revert !important;
}

.dxbl-grid-command-cell .dxbl-btn-link > span {
    text-decoration: revert !important;
}

.dxbl-grid-table td {
    white-space: nowrap;
}

.dxbl-grid.height600 {
    height: 600px;
    max-height: 600px;
}

body {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #CAE0E4;
}

.header-logo {
    flex-shrink: 0;
    background-image: url(../images/coslecreusot.svg);
    background-repeat: no-repeat;
    background-origin: initial;
    background-position: left;
    background-size: auto;
    width: 185px;
    height: 32px;
}

.LoginBody {
    background-image: url(../images/coslecreusot.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
}

.LoginMargeHaut {
    height: 140px;
}

.image-centree {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid-grouprow > td {
    background-color: #CAE0E4;
    color: black;
}

.grid-groupfooterrow div {
    background-color: lightyellow;
    color: black;
}

.grid-footerrow div {
    background-color: #f3ff8b;
    color: black;
}

div.xaf-richedit {
    height: 700px;
}

.dxbrv-clipboard-container {
    display: none;
}

.btn-icon-hide {
    width: 16px;
    height: 16px;
    background-image: url(../images/btn-icon-hide.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-icon-show {
    width: 16px;
    height: 16px;
    background-image: url(../images/btn-icon-show.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.xaf-alert-message {
    white-space: pre-line !important;
}