﻿.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;
}

.card.ewf-catalog-card .card-body .card-text .ewf-catalog-btn-min {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn.ewf-catalog-btn-chart1 {
    background-color: var(--velier-chart1-background-color);
    margin-left: 10px;
    margin-right: 10px;
}

.btn.ewf-catalog-btn-chart2 {
    /*background-color: var(--velier-chart2-background-color);
    margin-right: 10px;*/
    background-color: var(--velier-chart1-background-color);
}

.btn.ewf-catalog-btn-icona {
    background-color: var(--velier-chart1-background-color);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 23px;
    height: 1.9rem;
}

    .btn.ewf-catalog-btn-icona:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.btn.ewf-catalog-btn-info {
    background-color: var(--velier-info-background-color);
    color: #FFFFFF;
}

