﻿:root {
    --robot: white;
}
@font-face {
    font-family: 'segoeui';
    src: url('segoeui.ttf') format('truetype');
}
body {
    margin: 0;
    padding: 0;
    background-image: unset;
    background-color: white;
    font-family: segoeui;
}
    body * {
        font-size: 16px;
        font-weight: 400;
        color: #363636;
        user-select: none !important;
    }

.RequestError {
    background-color: #ffb8b8;
    height: 45px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    border-radius: 6px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #363636;
}

    .RequestError i {
        font-size: 20px;
        margin-right: 12px;
    }

/* Vista a Lista */


.RigaFat {
    background-color: white;
    padding: 8px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    padding-left: 12px;
}

    .RigaFat:nth-child(odd) {
        background-color: #f7f7f7;
    }

/*.RigaFat:last-child     {
        border-radius: 0 0 6px 6px;
    }*/

/*    .RigaFat i {
        font-size: 8px;
        color: #363636;
        margin-right: 10px;
    }*/

    .RigaFat span {
        display: block;
        font-weight: 400;
        font-size: 16px;
        padding-right: 8px;
        margin-right: 8px;
        border-right: 2px solid var(--main_color);
    }

        .RigaFat span:last-child {
            padding-right: 0;
            margin-right: 0;
            border-right: 0;
        }

    .RigaFat:last-child, .RigaFat:only-child {
        margin-bottom: 2px
    }

.WrapCampi.Vista {
    width: 225px;
}

.WrapCampi.Tiko {
    width: calc(100% - 525px);
}

.WrapCampi.DaKi {
    width: calc(100% - 350px);
    margin-top: 15px;
}

.WrapCampi.DateCerko {
    width: 300px;
}

.WrapCampi.Riepo {
    margin-top: 15px;
    width: 350px;
}

    .WrapCampi.Riepo .InputLinearDescr span {
        font-size: 18px;
        font-weight: 400;
        margin-right: 15px;
        color: #4e76a9;
    }

    .WrapCampi.Riepo .InputLinearDescr label {
        font-size: 24px;
        font-weight: 500;
    }

    .WrapCampi.Riepo .InputLinearDescr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: transparent;
        box-shadow: none;
        border: 2px solid rgba(0,0,0,.1);
        padding: 0 15px;
    }

.Cartellone .RigaFat {
    padding: 12px;
    line-height: 24px;
    text-align: center;
}

    .Cartellone .RigaFat span {
        padding-right: 12px;
        margin-right: 12px;
        border-right: 0;
    }

        .Cartellone .RigaFat span:last-child {
            border-right: 0;
        }



    .Cartellone .RigaFat .Causale {
        width: 100%;
        word-break: break-word;
    }

    .Cartellone .RigaFat .Chi {
        width: 100%;
        word-break: break-word;
    }

    .Cartellone .RigaFat .Data {
        width: 95px;
    }

   

    .Cartellone .RigaFat .Actions {
        display: flex;
        padding-right: 0;
        margin-right: 0;
    }

        .Cartellone .RigaFat .Actions i {
            background-color: white;
            height: 35px;
            width: 35px;
            display: flex;
            font-size: 16px;
            align-items: center;
            justify-content: center;
            border-radius: 7px;
            box-shadow: 0 0 20px 0 rgba(0,0,0,8%)
        }


    .Cartellone .RigaFat .Actions i:last-child {
        margin-right: 0;
    }
.boxCartLav {
    width: 100%;
    height: 600px;
}
/* END */


/* Login */

.MasterCantra {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

    .UserLogami label {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 25px;
        margin-top: 15px;
    }
.StremVideo {
    height: 345px;
    width: 345px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 200px;
    justify-content: center;
}
    .StremVideo video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .StremVideo.NoMatch {
        border: 6px solid #ff4040;
    }
    .StremVideo.Match {
        border: 6px solid #55ed55;
    }
.UserLogami {
    display: flex;
    gap: 50px;
}
/* END */


/* Desktop */

.Desktop {
    overflow: hidden;
    background-image: url('../img/desk.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
}
    .Desktop.SoloFSfo {
        filter: blur(40px);
    }
    .Desktop.SoloFSfo.SoloMobile {
        display: none
    }
.BarraApp {
    position: fixed;
    width: 100vw;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    transition: filter 200ms ease-in-out, opacity 150ms ease-in-out;
    opacity: 1;
    filter: none;
    visibility: visible
}
    .BarraApp.Giu {
        filter: blur(20px);
        opacity: 0;
        visibility: hidden;
    }

.Nuvola {
    background-color: #f7f7f7;
    margin: 20px;
    padding: 15px;
    border-radius: 30px;
    display: flex;
    gap: 15px;
}

.App {
    height: 75px;
    width: 75px;
    background-color: white;
    border-radius: 18px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.App * {
    width: 100%;
    display: block;
    text-align: center;
}
    .App i {
        font-size: 30px;
        color: #363636;
    }
    .App span {
        display: none;
    }


.Finestra {
    user-select: none;
    -webkit-user-select: none;
    position: fixed;
    height: 655px;
    width: 800px;
    border-radius: 22px 22px 0px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
    resize: both;
    min-width: 680px !important;
    min-height: 260px !important;
    z-index: 11;
}

    .Finestra.FullScreen {
        top: 0 !important;
        left: 0 !important;
        height: 100vh !important;
        border-radius: 0;
        width: 100vw !important;
    }

    .Finestra.Sx:not(.FullScreen), .Finestra.Dx:not(.FullScreen) {
        top: 0 !important;
        left: 50vw !important;
        height: 100vh !important;
        border-radius: 0;
        width: 50vw !important;
        box-shadow: none;
        border-left: 1px solid #dfdfdf;
        transition: left 150ms linear, top 150ms linear;
        min-width: unset !important;
    }
    .Finestra.Sx:not(.FullScreen) {
        left: 0 !important;
        border-right: 1px solid #dfdfdf;
        border-left: 0;
    }

    .Finestra.Primo{
        z-index: 1111;
    }

.iOS .Finestra.FullScreen, .iOS .Finestra.Sx, .iOS .Finestra.Dx {
    height: 100% !important;
}

.BarraAzioni {
    background-color: #f3f3f3;
    display: flex;
    padding: 14px;
}
    .BarraAzioni > span {
        margin: 0 auto;
    }
    .BarraAzioni > i {
        font-size: 16px;
        display: flex;
        align-items: center;
        margin: 0 2px;
    }

        .BarraAzioni > i.Espandi, .BarraAzioni > i.DeEspandi {
            color: #ffb559;
            margin-right: 8px;
        }
        .BarraAzioni > i.DeEspandi {
            color: #ab7eff;
        }
        .BarraAzioni > i.Chiudi {
            color: #ff5969;
        }
.Lapp {
    display: flex;
    height: calc(100% - 49px);
}

    .Lapp .ConFiles {
        height: calc(100% - 144px);
    }
        .Lapp .ConFiles.DragOver {
            position: relative;
        }
            .Lapp .ConFiles.DragOver::after {
                content: "";
                height: calc(100% - 12px);
                width: calc(100% - 12px);
                top: 6px;
                left: 6px;
                border: 2px dashed #ff5969;
                position: absolute;
            }
.Taghy .Pannello{
    margin-bottom: 30px;
}

.Taghy .Pannello > label{
    margin-bottom: 15px;
    display: block;
}

.WrapNumo {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.Tagis {
    display: flex;
    margin-right: 5px;
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
}
    .Tagis:empty {
        margin: 0
    }
        .Tagis:empty + .numo {
            max-width: 84px;
        }

    .Tagis .CartellePin {
        height: fit-content;
        width: fit-content;
        border-radius: 0;
        background-color: transparent;
        padding-bottom: 0;
        margin-bottom: 0;
    }
        .Tagis .CartellePin i {
            margin: 0 !important;
            width: unset !important;
            font-size: 15px;
        }
        .Tagis .CartellePin:not(:first-child) i {
            margin-left: -10px !important;
        }

        .Tagis .CartellePin.Tag:nth-child(1) {
            z-index: 7
        }
        .Tagis .CartellePin.Tag:nth-child(2) {
            z-index: 6
        }
        .Tagis .CartellePin.Tag:nth-child(3) {
            z-index: 5
        }
        .Tagis .CartellePin.Tag:nth-child(4) {
            z-index: 4
        }
        .Tagis .CartellePin.Tag:nth-child(5) {
            z-index: 3
        }
        .Tagis .CartellePin.Tag:nth-child(6) {
            z-index: 2
        }


/* Avvisi */

.WrapAvvisi {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1112;
}

    .WrapAvvisi .RequestErro {
        background-color: #ffb8b8;
        min-height: 45px;
        margin-top: 15px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        padding: 11px 15px;
        border-radius: 6px;
        padding-left: 12px;
        font-size: 16px;
        font-weight: 400;
        color: #363636;
        width: fit-content;
        margin-left: auto;
        max-width: 260px;
    }

        .WrapAvvisi .RequestErro i {
            font-size: 20px;
            margin-right: 12px;
        }

        .WrapAvvisi .RequestErro span {
            display: block;
            width: calc(100% - 32px);
            word-break: break-word;
        }

    .RequestErro.T0 {
        background-color: #ffdb9b;
    }

    .RequestErro.T2 {
        background-color: #c6f6c0;
    }
/* END */


/* Widget */
.Widgets {
  
}

.Widgets > div{
    display: flex;
    justify-content: end;
    padding: 20px;
    gap: 30px;
}

.Widget {
    height: fit-content;
    min-width: 300px;
    padding: 20px;
    position: relative;
    background-color: white;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
}
    .Widget .ConFiles.Load {
        height: unset;
        top: -30px;
    }
    .Widget .Dati:not(:empty) {
        margin-top: 15px;
    }
    .Widget .Intesto label {
        font-weight: 600;
        font-size: 20px;
    }
    .Widget .Intesto > i {
        font-size: 24px;
        padding-top: 3px;
        color: #7c7c7c;
    }
.RigoDati {
    border-top: 1px solid #ebebeb;
    height: 46px;
    line-height: 44px;
    display: flex;
}
    .RigoDati span {
        color: #007bff;
        font-weight: 600;
        margin-left: auto;
    }
        .RigoDati span.Troppi {
            color: #f44336;
        }
        .RigoDati span.Medi {
            color: #ffbe07;
        }
    .RigoDati label {
        margin-right: 15px;
    }

.Widget img {
    height: 38px;
    width: 38px;
    margin-left: 20px;
    transform: scale(1.25);
}
    .Widget img.Png {
        z-index: 1;
        opacity: 1
    }
.Widget:hover img.Png{
    opacity: 0
}
        .Widget:hover img.Gif {
            opacity: 1
        }
.Widget img.Gif {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0
}

.Widget .Intesto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
/* END */

/* Tastierino */

.WrapLoginApp {
    width: 400px;
    border-radius: 52px;
    padding: 20px;
}
    .WrapLoginApp .StremVideo {
        width: 100%;
        height: unset;
        aspect-ratio: 4/3;
        border-radius: 35px;
    }

.Numeri {
    margin: 30px;
    margin-bottom: 40px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}
    .Numeri > span {
        height: 35px;
        text-align: center;
        border-bottom: 2px solid white;
    }
        .Numeri > span > span {
            text-align: center;
            font-size: 20px;
            color: white;
            font-weight: 500;
            transform: translateY(-30px);
            opacity: 0;
            display: block;
            transition: transform 100ms linear, opacity 100ms linear
        }
        .Numeri > span.Magia > span {
            transform: translateY(0);
            opacity: 1
        }

.WrapTastini {
    display: grid;
    row-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    background-color: white;
    border-radius: 35px;
    padding: 40px 20px;
}
    .WrapTastini span {
        text-align: center;
        font-size: 22px;
        color: #010101;
        font-weight: 500;
    }
        .WrapTastini span.Prem:active {
            transform: scale(.8);
        }
    .WrapTastini span i{
        font-size: 22px;
    }

/* END */

/* Ewa Robot */
.ewa {
    cursor: pointer;
    transition: all 200ms linear;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}

.robot {
    transform: translateY(0px);
    animation: float 3s ease-in-out infinite;
}

    .robot .body {
        height: 180px;
        width: 131px;
        overflow: hidden;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        position: relative;
        left: 4px;
    }

        .robot .body::after {
            content: "";
            background-color: var(--robot);
            height: 100%;
            width: 50%;
            border-bottom-right-radius: 100%;
            display: inline-block;
            box-shadow: inset -4px 0px 12px rgba(0,0,0,0.15);
            position: relative;
            right: 1px;
        }

        .robot .body::before {
            content: "";
            background-color: var(--robot);
            height: 100%;
            width: 50%;
            border-bottom-left-radius: 100%;
            display: inline-block;
            box-shadow: inset 4px 0px 12px rgba(0,0,0,0.15);
            position: relative;
            left: 1px;
        }

    .robot .stri {
        position: absolute;
        height: 180px;
        width: 20px;
        top: 100px;
        left: 60px;
        border-radius: 30px;
        background-color: var(--robot);
    }

    .robot .collo {
        height: 20px;
        width: 140px;
        background-color: transparent;
        border-bottom-left-radius: 100%;
        border-bottom-right-radius: 100%;
        top: 20px;
        z-index: 2;
        position: relative;
    }

    .robot .testa {
        position: relative;
        top: 36px;
        z-index: 3;
    }

        .robot .testa .base {
            display: flex;
            padding-left: 5px;
            margin-top: -1px;
        }

            .robot .testa .base::after {
                content: "";
                height: 34px;
                width: 65px;
                background-color: var(--robot);
                border-bottom-right-radius: 105%;
                display: inline-block;
                box-shadow: inset -2px -2px 3px rgba(0,0,0,0.10);
                margin-left: -0.5px;
            }

            .robot .testa .base::before {
                content: "";
                height: 34px;
                width: 65px;
                background-color: var(--robot);
                border-bottom-left-radius: 105%;
                display: inline-block;
                box-shadow: inset 2px -2px 3px rgba(0,0,0,0.10);
                margin-right: -0.5px;
            }

        .robot .testa .fronte {
            display: flex;
            padding-left: 5px;
        }

            .robot .testa .fronte::after {
                content: "";
                height: 60px;
                width: 65px;
                background-color: var(--robot);
                border-top-right-radius: 105%;
                display: inline-block;
                box-shadow: inset -2px 2px 3px rgba(0,0,0,0.10);
                margin-left: -0.5px;
            }

            .robot .testa .fronte::before {
                content: "";
                height: 60px;
                width: 65px;
                background-color: var(--robot);
                border-top-left-radius: 105%;
                display: inline-block;
                box-shadow: inset 2px 2px 3px rgba(0,0,0,0.10);
                margin-right: -0.5px;
            }

    .robot .int {
        position: absolute;
        top: -20px;
        transform: scale(0.78) scaleY(.85);
    }

        .robot .int .testa .fronte::after, .robot .int .testa .fronte::before, .robot .int .testa .base::before, .robot .int .testa .base::after {
            background-color: #363636;
            box-shadow: none;
        }

        .robot .int .occhi {
            position: absolute;
            top: 66px;
            z-index: 4;
            left: 22px;
            zoom: 110%;
        }

            .robot .int .occhi::after, .robot .int .occhi::before {
                content: "";
                height: 28px;
                width: 35px;
                background-color: rgb(44, 140, 247);
                border-radius: 100%;
                display: inline-block;
            }

            .robot .int .occhi::before {
                transform: rotate(30deg);
            }

            .robot .int .occhi::after {
                transform: rotate(-30deg);
                margin-left: 13px;
            }

.sbatti::before {
    animation: sbattiSX 500ms ease-in-out;
}

.sbatti::after {
    animation: sbattiDX 500ms ease-in-out;
}

@keyframes sbattiSX {
    0% {
        transform: rotate(30deg) scaleY(1);
    }

    25% {
        transform: rotate(30deg) scaleY(.2);
    }

    50% {
        transform: rotate(30deg) scaleY(1);
    }

    75% {
        transform: rotate(30deg) scaleY(.2);
    }

    100% {
        transform: rotate(30deg) scaleY(1);
    }
}

@keyframes sbattiDX {
    0% {
        transform: rotate(-30deg) scaleY(1);
    }

    25% {
        transform: rotate(-30deg) scaleY(.2);
    }

    50% {
        transform: rotate(-30deg) scaleY(1);
    }

    75% {
        transform: rotate(-30deg) scaleY(.2);
    }

    100% {
        transform: rotate(-30deg) scaleY(1);
    }
}

@keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }

    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
        transform: translatey(-20px);
    }

    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }
}

.braccDX {
    background-color: var(--robot);
    height: 120px;
    width: 25px;
    border-bottom-right-radius: 150%;
    border-top-right-radius: 3px;
    border-top-left-radius: 150%;
    border-bottom-left-radius: 3px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 145px;
    box-shadow: inset -2px 0px 4px rgba(0,0,0,0.1), inset 2px 0px 4px rgba(0,0,0,0.05);
    transform-origin: top;
    animation: braccDX 1500ms ease-in-out infinite;
}

.braccSX {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 0;
    right: unset;
    animation: braccSX 1500ms ease-in-out infinite;
}

@keyframes braccDX {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes braccSX {
    0% {
        transform: rotate(0deg) scaleX(-1);
    }

    50% {
        transform: rotate(15deg) scaleX(-1);
    }

    100% {
        transform: rotate(0deg) scaleX(-1);
    }
}

.particel {
    width: 55px;
    height: 30px;
    left: 41px;
    position: relative;
    display: flex;
    top: -11px;
    opacity: 1;
}

.dota {
    width: 3px;
    height: 6px;
    border-radius: 10px;
    margin-left: 3px;
    background-color: white;
    position: relative;
    opacity: .5;
    animation: dot 120ms ease-in-out infinite;
}

@keyframes dot {
    0% {
        transform: translateY(0);
        opacity: .5;
    }
    /* 50% {
                transform: rotate(15deg)  scaleX(-1);
            } */
    100% {
        transform: translateY(50px);
        opacity: 0;
    }
}

.robot.ripos {
    animation: none;
}

    .robot.ripos .testa.mm {
        top: 70px;
    }

        .robot.ripos .testa.mm .occhi {
            opacity: 0;
        }

    .robot.ripos .particel {
        opacity: 0;
    }

    .robot.ripos .braccDX {
        animation: none;
        opacity: 0;
    }

.robot *, .robot *:after, .robot *:before {
    transition: all 200ms linear;
}

.robot.ripos *, .robot.ripos *:after, .robot.ripos *:before {
    box-shadow: none !important;
}
/* END */



/* Fatture */

.Fatture .WrapMenu {
    left: unset;
    right: 10px;
    top: 52px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 16%);
}
.Fatture .QtFili {
    display: flex;
    padding-left: 0;
}
    .Fatture .QtFili em {
        background-color: white;
        font-style: normal;
        height: 100%;
        display: block;
        padding: 0 11px;
        font-size: 18px;
        font-weight: 500;
        border-radius: 11px;
        margin-right: 15px;
    }

.Fatture .wrapSelectZ.Tool {
    padding-right: 35px;
}
.Fatture .ToolBox {
/*    overflow-x: auto;*/
}
    .Fatture .ToolBox > .fa-long-arrow-up {
        flex: none;
        margin-left:auto;
    }

    .Fatture .wrapSelectZ.Tool:after {
        content: "\f0dd";
        display: block;
        top: 11px;
        right: 14px;
        font-size: 12px;
    }

.Fatture:not(.DDT) .wrapSelectZ.Tool .noapperance {
    width: 155px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Fatture .wrapSelectZ.Tool .noapperance#FTipi {
    width: 100px;
}
    .Fatture .wrapSelectZ.Tool .noapperance#FAnni {
        width: 36px;
    }
    .Fatture .wrapSelectZ.Tool .noapperance#FMesi {
        width: 32px;
        text-align: center;
    }
    .Fatture .wrapSelectZ.Tool .noapperance:nth-child(3) {
        margin-left: 10px;
    }

.NuoveFatture.Cartellone .RigaFat{
    width: 100%;
    margin-bottom: 0;
    flex: none;
    position: relative;
}
.NuoveFatture.Cartellone .RigaFat span:not(.Causale){
    flex: none;
}
.NuoveFatture.Cartellone {
    padding: 0;
    overflow: auto;
}
.Table{
    display: table;
    min-width: 100%;
}
    .Table:empty {
        height: 100%;
    }
        .Table:empty::after {
            content: "Nessuna Fattura Presente" !important;
        }
.NuoveFatture.Cartellone .RigaFat:nth-child(odd) {
    background-color: #ebf0fc;
}

    .NuoveFatture.Cartellone .RigaFat .Tipo {
        width: 100px;
        padding-left: 10px;
    }
    .NuoveFatture.Cartellone .RigaFat .Causale {
        width: 100%;
        min-width: 270px;
    }
    .NuoveFatture.Cartellone .RigaFat .Chi {
        width: 350px;
    }
    .NuoveFatture.Cartellone .RigaFat .Data {
        width: 95px;
    }
    .NuoveFatture.Cartellone .RigaFat .Prezz {
        width: 95px;
    }

.NuoveFatture.Cartellone:not(.Hul) .RigaFat span:not(.Actions) {
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.NuoveFatture.Cartellone .RigaFat .Actions {
    min-width: 35px;
    gap: 10px;
}
.NuoveFatture.Cartellone .RigaFat .Actions i{
    margin-right: 0;
}

.ToolBox > .Tool {
    box-shadow: 0 0 20px 0 rgba(0,0,0,8%);
}
.ToolBox > .Moz > .Tool {
    box-shadow: 0 0 20px 0 rgba(0,0,0,8%);
}
.CartellePin {
    box-shadow: 0 0 20px 0 rgba(0,0,0,5%);
}
    .Tool.m-r-26 {
        margin-right: 26px !important;
    }

.Fatture .ToolBox.Sotto .QtFili {
    margin-right: 20px;
}
.Fatture .ToolBox.Sotto .fa-grip-lines {
    margin-left: auto;
}


.RisulFile {
    transition: filter 200ms ease-in-out, transform 200ms ease-in-out;
    filter: none;
    transform: none;
}

.Taghy.MobVedi ~ .RisulFile {
    filter: blur(15px) saturate(.1);
    pointer-events: none;
    transform: scale(.95);
}



/* Transazione Elementi Vue Dinamici */

.Fadez-enter-active {
    animation: Fadez 220ms;
}

.Fadez-leave-active {
    animation: Fadez 220ms reverse;
}

@keyframes Fadez {
    from {
        opacity: 0;
        filter: blur(20px)
    }

    to {
        opacity: 1;
        filter: blur(0)
    }
}



.list-enter-active,
.list-leave-active {
    will-change: visibility, opacity, transform, filter !important;
    transition: visibility 120ms linear, opacity 120ms linear, transform 120ms linear, filter 200ms linear !important;
}

.list-enter-active {
    visibility: hidden;
    opacity: 0;
    transform: scale(.9);
    filter: blur(20px);
}

.list-enter-to {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}


.list-leave-active {
 
}

.list-leave-to {
    opacity: 0;
    filter: blur(20px);
}


.blurra-enter-active, .blurra-leave-active {
    will-change: visibility, opacity, filter !important;
    transition: visibility 120ms linear, opacity 120ms linear, filter 200ms linear !important;
}

.blurra-enter, .blurra-leave-to {
    opacity: 0;
    filter: blur(20px);
    visibility: hidden;
}
/* END */

.FatDati {
    display: flex;
    width: 100%;
}

.Lapp.Fatture .RisulFile {
    position: absolute;
    top: 0;
    left: 200px;
    height: 100%;
}

.Lapp.Fatture:not(.DDT) .BoxScade, .BoxScade.Dentro {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 20px 25px;
    width: 100%;
}

.Lapp.Fatture .Divisore + .BoxScade {
    height: calc(100% - 168px);
}
    .Lapp.Fatture .Divisore + .BoxScade .ConFiles.Load {
        height: calc(100% - 168px);
        position: absolute;
        width: 100%;
        top: 168px;
        left: 0;
    }

.CampiAFila {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}
    .CampiAFila .Tool.Salva {
        margin-bottom: 0 !important;
        background-color: #99caff;
        margin-left: 0;
    }
    .CampiAFila .wrapSelectZ.Tool .noapperance {
        width: 100%;
        height: unset;
        padding-bottom: 2px;
    }

.Divisore {
    height: 2px;
    background: #ececec;
    margin: 8px 20px 0 20px;
}

.Tunnel{
    width: 100%;
    margin-top: 20px;
}
.Tunnel > label {
    font-size: 18px;
    font-weight: 600;
    color: #363636;
    padding-left: 5px;
}
.TunList {
    background-color: #eef6ff;
    padding: 15px;
    border-radius: 30px;
    margin-top: 10px;
    display: flex;
    gap: 15px;
    overflow: auto;
    width: fit-content;
    max-width: 100%;
}

.ElemFlow {
    background-color: white;
    border-radius: 16px;
    padding: 15px;
    flex: none;
    overflow: hidden;
}
/*    .ElemFlow.Sbao > label:not(.CarLIPE), .ElemFlow.Sbao > span {
        color: #d0d0d0
    }*/
    .ElemFlow.Sbao {
        position: relative;
    }
        .ElemFlow.Sbao:after, .ElemFlow.Sbao:before {
            content: "";
            height: 50%;
            width: 100%;
            background-color: rgba(255,255,255,.8);
            position: absolute;
            top: 0;
            left: 0;
        }
        .ElemFlow.Sbao:after {
            content: "Errata";
            color: #F44336;
            font-weight: 500;
            background-color: transparent;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 20px;
            transform: rotate(345deg);
        }

.ElemFlow .Tool.Salva {
    margin: 0;
}

.ElemFlow > label:not(.CarLIPE) {
    font-size: 18px;
    font-weight: 500;
    color: #363636;
    padding-left: 5px;
    margin-bottom: 10px;
    display: block;
}
    .ElemFlow > span {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 12px;
        padding-right: 5px;
        font-size: 18px;
        align-items: center;
    }
        .ElemFlow > span > i {
            font-size: 13px;
            padding-top: 2px;
            margin-right: 2px;
        }
            .ElemFlow > span > i.fa-plus {
                color: #4caf50
            }
            .ElemFlow > span > i.fa-minus {
                color: #F44336;
            }

    .ElemFlow .CarLIPE .Tool.Salva {
        background-color: #99caff;
    }

    .ElemFlow > .Tool.Salva {
        background-color: white;
    }
        .ElemFlow > .Tool.Salva > span {
            color: #363636
        }
        .ElemFlow > .Tool.Salva > i {
            color: #99caff
        }

.ScrollTunnelLip {
    height: calc(100% - 14px);
    overflow: auto;
    margin-right: -25px;
    padding-right: 25px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column-reverse;
}

.Lapp.Fatture:not(.DDT) .BoxScade .Testa i {
    font-size: 20px;
    color: #363636;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.12);
}
.Lapp.Fatture:not(.DDT) .BoxScade .Testa {
    justify-content: unset;
    gap: 20px;
}
/* END */


/* Scadenze */
.Finestra.Tipo3 {
    min-width: 500px !important;
}
.ListaScadenze {
    width: 100%;
    padding: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 72px);
    overflow: auto;
    padding-bottom: 50px;
}

.Scadenza {
    background-color: #f5f6ff;
    position: relative;
    padding: 15px 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .Scadenza.Selez {
        box-shadow: 0 0 0 3px #ffdd76;
    }
    .Scadenza.NoAttivo {
        opacity: 0.6
    }

.Scadenza .Nome {
    color: #363636;
    font-weight: 500;
    font-size: 18px;
}
    .Scadenza .Tipo, .Scadenza .Quando, .Scadenza .Cate {
        color: #363636;
        font-weight: 400;
        font-size: 16px;
    }
    .Scadenza .Quando{
        text-transform: capitalize;
    }

    .Scadenza .Menos {
        position: absolute;
        color: #363636;
        font-weight: 400;
        font-size: 20px;
        background-color: #ffdd76;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        right: -6px;
        bottom: -6px;
        padding-bottom: 2px;
    }

    .Scadenza .Cate {
        position: absolute;
        right: 20px;
        top: 15px;
        color: #3F51B5;
    }

    .Scadenza .Quando > span {
        color: #2196F3;
    }


.Lapp.Scadenze .RisulFile {
    width: 100%;
    height: 100%;
}
.Lapp.Scadenze .ToolBox.Sotto, .Lapp.Antemprima .ToolBox.Sotto {
    justify-content: flex-end;
}
.Lapp.Scadenze .Moz {
    display: flex;
}
.Lapp.Scadenze .ConFiles.Load {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
}
.Scadenza .Menos.s2 {
    background-color: #fbc476;
}
.Scadenza .Menos.s3 {
    background-color: #fbb1b3;
    animation: PulsCade 2s infinite;
}

@keyframes PulsCade{
    0% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 0 #f44336;
    }

    70% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.NuovaScade {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 12;
    background-color: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.BoxScade {
    width: 80%;
    height: fit-content;
    background: white;
    border-radius: 25px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.12);
    padding: 15px 20px;
}
    .BoxScade .Testa label {
        font-size: 18px;
        font-weight: 500;
    }
    .BoxScade .Testa i {
        font-size: 16px;
        color: #ff5969;
    }
    .BoxScade .Testa {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .BoxScade .Campo span{
        margin-bottom: 8px;
        display: block;
        padding-left: 5px;
    }
    .BoxScade .Campo{
        margin-top: 15px;
    }
        .BoxScade .Campo .Tool {
            box-shadow: 0 0 20px 0 rgba(0,0,0,.12);
            width: 100%;
            padding: 0 15px;
            padding-right: 35px;
        }
            .BoxScade .Campo .Tool select, .BoxScade .Campo .Tool input {
                width: 100%;
                border: 0;
                font-family: segoeui;
            }
                input[type="date"]::-webkit-inner-spin-button,
                input[type="date"]::-webkit-calendar-picker-indicator {
                    display: none;
                    -webkit-appearance: none;
                }

.Tool.Salva {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.12);
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    background-color: #8BC34A;
    display: flex;
    gap: 8px;
    width: fit-content;
    padding: 0 15px;
    margin-left: auto;
}
.Tool.Salva i{
    color: white;
}

    .Tool.Salva > span {
        color: white;
        padding-bottom: 2px;
        white-space: nowrap;
    }

.BoxScade .wrapSelectZ.Tool:after {
    content: "\f0dd";
    display: block;
    top: 11px;
    right: 14px;
    font-size: 12px;
}

.Sfoco {
    visibility: hidden;
    opacity: 0;
    filter: blur(20px);
    will-change: opacity, filter, visibility;
    transition: opacity 120ms linear, visibility 120ms linear, filter 200ms linear;
}
    .Sfoco.Vedo {
        opacity: 1;
        filter: blur(0);
        visibility: visible;
        z-index: 12;
    }

.ListaScadenze:empty::after{
    content: "Nessuna Scadenza Presente";
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
}

/* END */




/* Apri File */

.Hatto {
    overflow: auto;
    height: calc(100% - 72px);
    padding: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

    .Hatto > iframe {
        border: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .Hatto > canvas{
        box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
        margin: 0 auto;
    }
/* END */



/* Fatture Giga */

.Giga.Desktop {
    background-image: unset;
    background-color: black;
}

.FinGrande{
    height: calc(100vh - 20px);
    width: 100vw;
    padding: 0;
}
    .FinGrande .RisulFile:not(.Prima) {
        height: 100%;
        width: 100%;
        background-color: white;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
        overflow: hidden;
        border-radius: 0;
    }
    .FinGrande .Campo > .Tool {
        box-shadow: 0 0 20px 0 rgba(0,0,0,.10);
        height: 60px;
        border-radius: 16px;
        overflow: hidden;
    }
        .FinGrande .Campo > .Tool > i {
            height: 60px;
            width: 60px;
            font-size: 24px;
        }

    .FinGrande .Campo > span {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 8px;
        display: block;
        padding-left: 5px
    }
    .FinGrande .ToolBox {
        padding: 20px;
        gap: 20px;
        justify-content: flex-end
    }
    .FinGrande.Tipo4 .ToolBox.Sotto {
        background-color: #f3f3f3;
    }
    .FinGrande.Tipo4 .ToolBox.Sotto .CercaFil{
        margin: 0;
    }
        .FinGrande.Tipo4 .ToolBox.Sotto .CercaFil i:after{
           background-color: transparent;
           height: 100%;
           width: 300%;
           top: 0;
           left: 0;
           content: "";
           position: absolute;
        }
    .FinGrande .Campo > .Tool > select {
        font-size: 18px;
        height: 60px !important;
    }
    .FinGrande .wrapSelectZ.Tool:after {
        content: "\f078";
        display: block;
        top: 20px;
        right: 22px;
        font-size: 18px;
    }
    .FinGrande .wrapSelectZ.Tool {
        padding-right: 60px;
    }
        .FinGrande .wrapSelectZ.Tool .noapperance#FTipi {
            width: 60px;
        }
        .FinGrande .wrapSelectZ.Tool .noapperance#FMesi {
            width: 95px;
        }
        .FinGrande .wrapSelectZ.Tool .noapperance#FAnni {
            width: 50px;
            margin-left: 15px;
        }
        .FinGrande .wrapSelectZ.Tool .noapperance{
            width: 210px;
        }

    .FinGrande .Cartellone .RigaFat {
        padding: 15px;
        min-height: 60px;
    }

        .FinGrande .Cartellone .RigaFat .Actions i {
            height: 45px;
            width: 45px;
            font-size: 20px;
            border-radius: 9px;
        }

    .FinGrande .RigaFat span{
        font-size: 18px;
    }

    .FinGrande .NuoveFatture.Cartellone .RigaFat .Actions{
        width: 45px;
    }

    .FinGrande .NuoveFatture.Cartellone .RigaFat .Prezz {
        text-align: right;
    }

    .FinGrande .wrapSelectZ.Tool.Radio {
        padding-right: 0;
    }
    .FinGrande .wrapSelectZ.Tool.Radio:after {
        content: "";
        display: none;
    }
        .FinGrande .wrapSelectZ.Tool.Radio input {
            display: none;
        }
        .FinGrande .wrapSelectZ.Tool.Radio form label {
            position: static;
            font-size: 18px;
            font-weight: 400;
            color: #363636;
            display: flex;
            height: 60px;
            width: fit-content;
            align-items: center;
            padding: 0 18px;
            padding-bottom: 2px;
            border-radius: 16px;
            cursor: pointer;
        }
        .FinGrande .wrapSelectZ.Tool.Radio form {
            display: flex;
        }
        .FinGrande .wrapSelectZ.Tool.Radio input:checked + label {
            box-shadow: inset 0 0 0 3px #ffc107;
        }

    .FinGrande .NuoveFatture.Cartellone {
        height: calc(100% - 232px);
    }

    .FinGrande .QtFili {
        line-height: 56px;
        font-size: 20px;
        color: #4e76a9;
        margin-right: 0 !important
    }
        .FinGrande .QtFili em {
            padding: 0 18px;
            font-size: 23px;
            border-radius: 16px;
            margin-left:0;
            margin-right: 25px;
            border: 2px solid rgba(0,0,0,.1);
        }

    .FinGrande .Tool.CercaFil {
        height: 60px;
        border-radius: 16px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,10%);
        width: fit-content;
        overflow: hidden;
        margin-right: auto;
    }
        .FinGrande .Tool.CercaFil > .Tool {
            height: 60px;
            width: 60px;
            font-size: 24px;
        }
        .FinGrande .Tool.CercaFil > span {
            font-size: 18px;
            font-weight: 400;
            color: #363636;
            padding-bottom: 2px;
            padding-right: 20px;
        }
    .FinGrande .Table:empty::after {
        content: "Nessun File Presente";
    }

    .FinGrande.Tipo4 {
        position: fixed;
        top: 0;
        left: 0;
        height: calc(100vh - 20px);
        width: 100vw;
        z-index: 11;
        background-color: rgba(0,0,0,.5);
        padding: 20px
    }

    .FinGrande .NomeApp {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 18px;
    }
.FinGrande .BarraAzioni > i.Chiudi {
    color: #363636;
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex: none;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    margin-left: auto;
    margin-right: 0;
}
    .FinGrande .BarraAzioni {
        padding: 20px;
        align-items: center;
    }

    .FinGrande .ModalVedi {
        height: 100%;
        border-radius: 32px;
        overflow: hidden;
    }

    .FinGrande .Hatto {
        height: calc(100% - 141px);
        background: white
    }
    .FinGrande .NuoveFatture.Cartellone .RigaFat .Prezz {
        width: 110px;
    }

/* END */


/* Proprietà */

.Lapp.Abitazioni {
}

    .Lapp.Abitazioni .Taghy {
        width: 280px;
        position: relative;
    }
        .Lapp.Abitazioni .Taghy .ConFiles.Load {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .Lapp.Abitazioni .Taghy .ConFiles.Load:after {
            background-color: #ececec;
        }

    .Lapp.Abitazioni .RisulFile {
        width: calc(100% - 280px);
    }

.CardAbitaz {
    padding: 10px;
    width: 100%;
    border-radius: 18px;
    background-color: white;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 5%);
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .CardAbitaz.SonoQui {
        box-shadow: 0 0 0 2px #99caff;
    }

    .CardAbitaz > img {
        width: 100%;
        height: 140px;
        object-fit: cover;
        border-radius: 9px;
    }

    .CardAbitaz .Info > * {
        width: 100%;
        display: block;
        font-weight: 400;
        color: #363636;
        font-size: 14px;
        padding-left: 5px;
    }

    .CardAbitaz .Info > label {
        color: #4f72d6d6;
        font-size: 16px;
        margin-bottom: 6px;
    }

.Lapp.Abitazioni .Taghy .Pannello > label > i {
    margin-right: 6px;
}

.Lapp.Abitazioni .Divisore + .BoxScade {
    height: calc(100% - 168px);
    position: relative;
}
    .Lapp.Abitazioni .Divisore + .BoxScade .ConFiles.Load {
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
.Lapp.Abitazioni .Taghy .Pannello {
    margin-bottom: 16px;
    height: calc(100% - 56px);
}
.Lapp.Abitazioni .ToolBox.Sotto {
    padding: 0;
    justify-content: flex-end;
}
/* END */


/* ToDoList */

.RigoToDo {
    min-height: 53px;
    display: flex;
    background: white;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .12);
    border-radius: 27px;
    margin-bottom: 10px;
    padding: 15px;
    gap: 12px;
}
    .RigoToDo > i {
        font-size: 22px;
        color: #FFC107;
    }
    .RigoToDo > label {
        max-width: 400px;
        cursor: pointer;
        word-break: break-word;
    }

.Widget.n1 {
    padding-bottom: 10px;
}

.RigoToDo:has(.fas) > label {
    text-decoration:line-through;
}

.RigoToDo.Aggiungi {
    margin-top: 20px;
    border-radius: 11px;
}
    .RigoToDo.Aggiungi i {
        color: #007bff;
    }
    .RigoToDo.Aggiungi input {
        color: #363636;
        margin: 0;
        padding: 0;
        border: 0;
        font-family: segoeui;
        height: 100%;
        width: 100%;
    }

.Widget .Dati:not(:empty) > div:first-child:empty::after {
    content: "Nessuna attività trovata";
    display: block;
    text-align: center;
    padding: 10px 0;
}

/* END */



/* Mex Domanda */
.Dialog .BoxScade {
    width: 300px
}
.Dialog .BoxScade .Testa label {
    font-size: 20px;
    font-weight: 600;
}
    .Dialog .BoxScade > label {
        width: 100%;
        display: block;
        word-break: break-word;
    }
.Dialog .BoxScade .InFila{
    display: flex;
    padding: 15px 0 5px 0;
    justify-content: flex-end;
    gap: 15px
}
    .Dialog .BoxScade .Tool {
        margin: 0;
        background-color: white;
    }
        .Dialog .BoxScade .Tool.Salva > span,
        .Dialog .BoxScade .Tool.Salva i {
            color: #363636;
            font-weight: 600;
        }
        .Dialog .BoxScade .Tool.Salva i.fa-times {
            color: #ff5969;
        }
            .Dialog .BoxScade .Tool.Salva i.fa-check {
                color: #4fd685;
            }


.Finder .ConFiles > div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
/* END */

/* DDT */
.Finestra.Tipo5 .Lapp.DDT .RisulFile {
    left: 0;
    width: 100%;
}
.Lapp.DDT .ToolBox {
    justify-content: flex-end;
}

.ContNewDDT {
    display: flex;
    gap: 15px;
}
.ProgressoDDT {
    padding: 22px 0;
    width: 90px;
    flex: none;
    border-right: 2px solid #ececec;
    padding-right: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ModuliDDT {
    width: 100%;
    display: flex;
    position: relative;
    height: 598px;
}
.ModuloDDT {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.ClienteReg.Tool.Salva {
    background-color: white;
    margin: 0;
    transition: box-shadow 120ms ease-in-out;
    white-space: nowrap;
}
    .ClienteReg.Tool.Salva i {
        color: #99caff;
    }

    .ClienteReg.Tool.Salva.SonoQui {
        box-shadow: 0 0 0 2px #99caff;
    }

.VascaClienti {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.SottoModuloDDT {
    display: flex;
    flex-direction: column;
}
    .SottoModuloDDT:not(:nth-last-child(2)) {
        border-bottom: 2px solid #ececec;
        padding-bottom: 22px;
    }
.Campi {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.Campo.w10 {
    width: calc(10% - 7.5px);
}
.Campo.w20 {
    width: calc(20% - 7.5px);
}
.Campo.w30 {
    width: calc(30% - 7.5px);
}
.Campo.w40 {
    width: calc(40% - 7.5px);
}
.Campo.w50 {
    width: calc(50% - 7.5px);
}
.Campo.w60 {
    width: calc(60% - 7.5px);
}
.Campo.w70 {
    width: calc(70% - 7.5px);
}
.Campo.w80 {
    width: calc(80% - 7.5px);
}
.Campo.w90 {
    width: calc(90% - 7.5px);
}
.Campo.w90 {
    width: calc(100% - 7.5px);
}

.BoxScade .Campi .Campo{
    margin-top: 0;
}

.MuovitiStep {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 20px;
    margin-top: auto;
}
    .MuovitiStep .Tool.Salva {
        background-color: #99caff;
        margin-right: 0;
        margin-left: 0;
    }


.StepDDT {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.CerchioStep {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #ececec;
    margin-bottom: 4px;
}
    .CerchioStep > i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 22px;
        color: #f7f7f7;
    }
        .CerchioStep > i::after {
            content: '';
            height: calc(100% - 8px);
            width: calc(100% - 8px);
            position: absolute;
            top: 4px;
            left: 4px;
            display: block;
            background-color: #81d981;
            border-radius: 50px;
            z-index: 1;
        }
        .CerchioStep > i.fa-pen::after {
            background-color: #ffba52;
        }
        .CerchioStep > i::before {
            z-index: 2;
        }
span.LineaStep {
    width: 2px;
    height: 100%;
    background: #ececec;
    display: block;
    margin: 10px 0;
}

i.Flip {
    transform: rotateY(180deg);
}

.MuovitiStep .Tool.Salva.VeroSalva {
    background-color: #81d981;
}
.MuovitiStep .Tool.Salva.Stampa {
    background-color: #c9acff;
}

.Lapp.Fatture.DDT .BoxScade {
    position: relative;
}
    .Lapp.Fatture.DDT .BoxScade .ConFiles.Load {
        position: absolute;
        top: 0;
        padding: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 25px;
    }


.TabellaDDT {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid #e1e1e1;
}

.RigaBeneDDT {
    display: flex;
    width: 100%;
}

.CellaBeneDDT {
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
}
    .CellaBeneDDT:last-child {
        border-right: 0
    }
    .RigaBeneDDT:last-child .CellaBeneDDT {
        border-bottom: 0
    }


.CellaBeneDDT > input {
    border: 2px dashed #ff9900;
    margin: 0;
    font-size: 14px;
    padding: 4px 6px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    text-align: center;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

    .CellaBeneDDT > input::-webkit-inner-spin-button,
    .CellaBeneDDT > input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.CellaBeneDDT.Uni,
.CellaBeneDDT.Qt {
    padding: 5px;
    width: 53px;
    flex: none;
}
.CellaBeneDDT.Uni {
    width: 80px;
}
.CellaBeneDDT.Ali {
    width: 82px;
    flex: none;
}
.CellaBeneDDT.Impo,
.CellaBeneDDT.Iva,
.CellaBeneDDT.Tot{
    width: 110px;
    flex: none;
}

.CellaBeneDDT.Del {
    width: 47px;
    flex: none;
    padding: 5px;
}
    .CellaBeneDDT.Del > i {
        background-color: white;
        height: 35px;
        width: 35px;
        display: flex;
        font-size: 16px;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
        color: #ff5969;
    }

.RigaBeneDDT.Testaz .CellaBeneDDT {
    background-color: #ececec
}

.NessunDato {
    position: absolute;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Lapp.Fatture.DDT .BoxScade .Testa {
    z-index: 11;
}

.LaIva {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
    .LaIva i {
        font-size: 18px;
    }
        .LaIva i.fa-square-check {
            color: #8adc7d;
        }


.Lapp.Fatture.DDT .Table:empty::after {
    content: "Nessun DDT Presente" !important;
}

.Fatture.DDT .RisulFile > .ToolBox > .wrapSelectZ.Tool .noapperance {
    width: 200px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Lapp.Fatture.DDT .NuoveFatture.Cartellone .RigaFat .NumeroDDT,
.Lapp.Fatture.DDT .NuoveFatture.Cartellone .RigaFat .Prezz,
.Lapp.Fatture.DDT .NuoveFatture.Cartellone .RigaFat .TotaleSald,
.Lapp.Fatture.DDT .NuoveFatture.Cartellone .RigaFat .TipoPag,
.Lapp.Fatture.DDT .NuoveFatture.Cartellone .RigaFat .ConKePag {
    width: 95px;
}
.Lapp.Fatture.DDT .NuoveFatture.Cartellone .RigaFat .Data{
    width: 100px
}

.Lapp.Fatture.DDT .NuoveFatture.Cartellone .RigaFat .Fatturato {
    width: 25px;
    padding: 0;
}
    .Lapp.Fatture.DDT .NuoveFatture.Cartellone .RigaFat .Fatturato i {
        font-size: 20px;
        color: #9b9b9b;
    }
        .Lapp.Fatture.DDT .NuoveFatture.Cartellone .RigaFat .Fatturato i[f=true] {
            color: #81d981;
        }