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;
}


/* ANTO: provo a nascondere il menu per l'app mobile, sarà da parametrizzare eventualmente : todo, fare uno script richiamato da jsoper da maui */
/*.xaf-sidebar {
    display: none !important;
}

.collapse-toggle .sidebar {
    display: none !important;
}

.collapse-toggle .sidebar-sm-shadow {
    display: none !important;
}

@media (max-width: 575.98px) {
 
}*/

.mobile_automezzo_list {
}
.mobile_automezzo_list .row{
    margin-bottom:10px;
}

    .mobile_automezzo_list .row .col1{
        width: 35%;
        float: left;
    }
    .mobile_automezzo_list .row .col2 {
        width: 65%;
    }

    .mobile_automezzo_list .row .col2 .row2 .countScadenze {
       color:darkred;
       font-size:larger;
       padding:0;
    }

    .mobile_automezzo_list .foto {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }

    .mobile_automezzo_list .row1 {
        font-weight:bold;
        font-size:larger;
    }
    .mobile_automezzo_list .row2 {
        /*font-weight: bold;*/
    }

.mobile_automezzo_list_filter .row {
    margin-bottom: 10px;
}

    .mobile_automezzo_list_filter .row .scanQrCodeMaui {
        background-image: url('../images/qr-code-scan-icon.png');
        width: 40px;
        height: 40px;
        background-size: cover;
        border: none;
    }

/*messaggi errore custom per il reconnecting */
#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected {
        display: block;
    }