﻿.login-body {
    position: fixed;
    width: 100%;
    height: 100%;
}

    .login-body .container-fluid {
        height: 100%;
    }

        .login-body .container-fluid main {
            height: 100%;
        }

            .login-body .container-fluid main > .row {
                height: 100%;
            }

.login-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("images/login-background.png") no-repeat center top;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-container {
    height: 100%;
    background-color: white;
    overflow-y: auto; /* Serve per gestire la salita della tastiera da tablet */
}

    .login-container form {
        height: 100%;
        padding: 2.1em;
        display: flex;
        flex-direction: column;
    }

.login-logo-product {
    height: 6rem;
}

.login-logo-dev {
    height: 6rem;
}

.validation-summary-errors {
    text-align: left;
}

    .validation-summary-errors ul {
        padding-inline-start: 0;
    }

        .validation-summary-errors ul > li {
            list-style: none;
        }

.menu-logo-edi {
    position: fixed;
    bottom: 0;
}

@media (max-height: 512px) {
    .menu-logo-edi {
        /* Nascondo il logo se l'altezza è troppo bassa, per non farlo andare sopra il menu. */
        display: none;
    }
}

.menu-logo-edi img {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    width: 200px;
}

.btn-calcola-totali {
    margin-left: auto;
    margin-top: 1.3rem;
    margin-right: 100px;
    height: 1.9rem;
    min-width: 120px;
    white-space: nowrap;
}

.btn-ricorrenza {
    margin-left: auto;
    margin-top: 1.3rem;
    margin-right: auto;
    height: 1.9rem;
    min-width: 130px
}

.img-dett-catalog {
    border: 1px solid var(--ewf-input-border-color);
}

    .img-dett-catalog .ewf-img {
        height: 498px !important;
    }

.eschart-min-width {
    min-width: 400px;
}

.email-grid {
    max-height: 15em;
    overflow-y: auto;
}

.esbadge-kanban {
    align-self: flex-end;
    font-size: 1em;
    background-color: var(--ewf-card-border-color);
}
.esbadge-kanban2 {
    align-self: flex-end;
    font-size: 1em;
    background-color: greenyellow;
}

.kanbanCssTest {
    background-color: aqua !important;
}

.kanbanCssTest2 {
    background-color:bisque !important;
}
.kanbanCollapsedRow {
    display:none;
}

