html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

html {
    overflow-x: auto;
}

body {
    overflow: hidden;
    margin: 0px;
}

app {
    
}

.content-fill {
    width: 100%;
    height: 100%;
}

a:link {
    color: #3876b4;
}

strong {
    font-weight: 500;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.item-loading {
    filter: blur(5px);
}

.img-thumbnail {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}

.main-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

/* Colore righe alternate in griglie syncfusion */



.img-vone-logo {
    right: 0px;
    bottom: 0px;
    position: fixed;
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    margin-right: 8px;
}

.img-vone-logo-login {
    margin-right: max(8px, calc(100% - 2192px)) !important;
}

.e-upload{
    border:none !important;
}

/*@media screen and (max-width: 480px) {
    .img-vone-logo {
        right: 0px;
        bottom: 0px;
        position: fixed;
        width: 36px;
        height: 36px;
        margin-bottom: 30px;
        margin-right: 20px;
    }
}*/
