html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    /*background-color: currentColor;*/
    /*-webkit-mask: url('../images/Logo.png');*/
    background-image: url('../images/Logo.png');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 189px;
    height: 54px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}



/*.dxbl-grid-command-cell{
    display: none !important;
}*/

.dxbl-grid-empty-cell{
    width: 0 !important;
    padding: 0 !important;
}

.dxbl-image.image {
    width: 16px !important;
    height: 16px !important;
}

.rosso {
    background-color: red !important;
}
.nero {
    background-color: black !important;
}
.verde {
    background-color: green !important;
}
.arancione {
    background-color: orange !important;
}
.giallo {
    background-color: yellow !important;
}
.indaco {
    background-color: indigo !important;
}
.blu {
    background-color: blue !important;
}

.viola {
    background-color: violet !important;
}

.rosa {
    background-color: pink !important;
}