﻿body {
    background-image: unset;
    font-family: segoeui;
    overflow: hidden;
}
html, main{
    overflow: hidden;
}

.ConFiles {
    justify-content: start;
}
    .ConFiles.Load{
        overflow: hidden;
    }
    .ConFiles.Load::after {
        content: "" !important;
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 11;
    }
        .ConFiles.Load::before {
            content: "\f3f4";
            font-family: 'Font Awesome 5 Pro';
            font-weight: 300;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            position: absolute;
            top: calc(50% - 25px);
            left: calc(50% - 25px);
            height: 50px;
            width: 50px;
            z-index: 12;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            animation: spin 800ms linear infinite;
        }
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.CardyFile {
    filter: saturate(0.7);
    background-image: url(/Img/fileBack.png);
}

.CardyFile[tipo='0'] {
    background-image: url('../img/dir.png');
}

.CardyFile[tipo='0'] .esten{
    display: none;
}

    .CardyFile .esten, .CardyFile .sizel {
        font-size: 13px;
        width: 100% !important;
        text-align: center;
    }
    .CardyFile .sizel {
        font-size: 11px;
        margin-top: 2px;
        color: #a7a7a7;
    }

.WrapCardyFile .Ludy {
    border-radius: 14px;
    height: calc(100% - 10px);
    position: absolute;
    width: calc(100% - 10px);
    left: 5px;
    top: 5px;
    z-index: 8;
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-content: center;
    flex-wrap: wrap;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
}
.WrapCardyFile .Ludy span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #363636;
    margin-bottom: 10px;
    height: 35px;
}
.ALista .WrapCardyFile .Ludy span {
    width: fit-content;
    margin-right: 10PX;
    margin-bottom: 0;
}
    .WrapCardyFile .Ludy i {
        font-size: 22px;
    }
main{
    height: 100%;
    display: flex;
}

.Taghy {
    width: 200px;
    background-color: #ececec;
    padding: 16px;
}
.RisulFile {
    width: calc(100% - 200px);
}

body{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.ConFiles {
    align-content: flex-start;
    padding: 10px;
    height: calc(100vh - 72px);
    overflow: auto;
    overflow-x: hidden;
}

    .ConFiles:empty::after, .Table:empty::after, .ConFiles > div:empty::after {
        content: "Nessun File Presente";
        font-size: 18px;
        font-weight: 400;
        color: #363636;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.WrapOpzyFile i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 11px;
    margin-bottom: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
}

.ToolBox {
    padding: 16px;
    display: flex;
    z-index: 11;
    background-color: rgb(239 239 239 / 50%);
}

.Tool {
    height: 40px;
    width: 40px;
    border-radius: 11px;
    font-size: 20px;
    margin-right: 16px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #363636;
    position: relative; 
}

    .Tool.Hul {
        border: 2px solid #8ecde8;
    }

    .Tool label {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
.Tool:last-child {
    margin-right: 0;
}

.CardyFile {
    height: 70px;
    flex-wrap: wrap;
    align-content: center;
    padding-top: 20px;
}

#Patha {
    display: block;
    align-items: center;
    color: #363636;
    font-size: 18px;
    font-weight: 400;
    margin-right: auto;
    width: calc(100% - 280px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
}

.CercaFil {
    width: calc(100% - 270px);
}
.CercaFil .Tool{
    margin: 0;
}
    .CercaFil input {
        width: calc(100% - 50px);
        margin-right: auto;
        border: 0;
        height: 100%;
    }

.WrapMenu {
    background-color: white;
    position: absolute;
    top: 100px;
    left: 50px;
    border-radius: 11px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    z-index: 11;
}

.ItemsMenu {
    display: flex;
    font-size: 14px;
    color: #363636;
    align-items: center;
    font-weight: 400;
    padding-right: 13px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0 5px;
}
.ItemsMenu:last-child{
    border-bottom: 0;
}
    .ItemsMenu:only-child {
        margin: 0;
    }
.WrapMenu .Tool {
    transition: color 50ms ease-in-out;
}
.WrapMenu .ItemsMenu:hover .Tool {
    color: #ff7600;
}

#Imputra {
    display: none;
}


.WrapProgetti {
    display: flex;
    height: 100%;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.Projo{
    margin: 0 15px;
}
    .Projo .Imog {
        height: 150px;
        width: 150px;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
        border-radius: 75px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .Projo span {
        width: 100%;
        display: block;
        text-align: center;
        font-weight: 500;
        color: #363636;
        font-size: 18px;
        margin: 10px 0;
    }

.WrapCardyFile .numo {
    padding-top: 3px;
    width: fit-content !important;
    max-width: 65px;
}

.WrapCardyFile .numo.Mod {
    margin: 0 auto;
}

#NuvaKart{
    display: none
}

.ConFiles.Hul .WrapCardyFile .numo {
    height: unset;
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
    word-break: break-word;
}

.WrapCardyFile .wuee {
    font-size: 12px;
    margin-top: 2px;
}


.CartellePin {
    height: 40px;
    width: 100%;
    border-radius: 11px;
    background-color: white;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 1px;
}
    .CartellePin.SonoQui {
        box-shadow: 0 0 0 2px #99caff;
    }
    .CartellePin i {
        font-size: 18px;
        width: 40px;
        text-align: center;
    }
    .CartellePin.Tag:nth-child(2) i {
        color: #ff5969;
    }
    .CartellePin.Tag:nth-child(3) i {
        color: #4fd685;
    }
    .CartellePin.Tag:nth-child(4) i {
        color: #ffb559;
    }
    .CartellePin.Tag:nth-child(5) i {
        color: #4f98d6;
    }
    .CartellePin.Tag:nth-child(6) i {
        color: #ab7eff;
    }
    .CartellePin.Tag:nth-child(7) i {
        color: #9b9b9b;
    }

    .CartellePin.Tag.r i {
        color: #ff5969;
    }

    .CartellePin.Tag.v i {
        color: #4fd685;
    }

    .CartellePin.Tag.g i {
        color: #ffb559;
    }

    .CartellePin.Tag.b i {
        color: #4f98d6;
    }

    .CartellePin.Tag.e i {
        color: #ab7eff;
    }

    .CartellePin.Tag.q i {
        color: #9b9b9b;
    }

.ItemsMenu.Tags .CartellePin {
    padding: 0;
    margin: 0;
    border-radius: 6px;
    height: 32px;
    width: fit-content;
}
.ItemsMenu.Tags .CartellePin.Prese {
    border: 2px solid #c5d8e5;
}
    .ItemsMenu.Tags .CartellePin.Tag i {
        width: 32px;
    }
    .ItemsMenu.Tags .CartellePin.Tag.Prese i {
        width: 30px;
    }
    .ItemsMenu.Tags .CartellePin.Tag.Prese {
        height: 34px;
    }
.ItemsMenu.Tags {
    padding: 5px;
    margin: 0;
    display: grid;
    gap: 5px;
    grid-template-columns: auto auto auto;
}
.ItemsMenu.Tags > span {
   display: none;
}

.WrapCardyFile .numo.Mod {
    border-bottom: 2px solid #ff56cb;
}
.WrapCardyFile .numo input {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #007bff;
    font-family: segoeui;
}


.WrapCardyFile.InCopia {
    box-shadow: 0 0 0 2px #99caff;
}
.WrapCardyFile:hover {
    background-color: transparent;
    box-shadow: none;
}
.QtFili {
    margin-right: auto;
}

.QtFili{
    line-height: 40px;
    padding-left: 10px;
}

.Radiol.Tool{
    width: fit-content;
}
    .Radiol.Tool label.Tool {
        position: relative;
        top: unset;
        left: unset;
        margin-right: 0;
        height: 40px;
        width: 40px;
        margin-left: -10px;
    }
        .Radiol.Tool label.Tool i {
            font-size: 20px;
            color: #363636;
        }
            .Radiol.Tool label.Tool i.fa-presentation {
                padding-top: 2px;
            }
    .Radiol.Tool .BoxRadioSel {
        padding: 0 !important;
        height: 100%;
        width: 100%;
    }
.BoxRadioSel input[type=radio]:checked + label {
    background-color: white;
}
    .BoxRadioSel input[type=radio]:checked + label i {
        color: #007bff;
    }

/* Select Tool */
.wrapSelectZ.Tool {
    width: unset;
    padding-right: 10px;
}
.wrapSelectZ.Tool:after {
    display: none;
}
    .wrapSelectZ.Tool > .Tool {
        margin: 0;
    }
    .wrapSelectZ.Tool .noapperance {
        padding-left: 0 !important;
        border: 0;
        background-color: white;
        width: 50px;
    }

/* END */

/* Files a Rigo */
.ConFiles.ALista {
    padding: 0;
}
    .ConFiles.ALista .WrapCardyFile {
        width: 100%;
        background-color: #f7f7f7;
        margin-top: 0;
        display: flex;
        border-radius: 0;
        position: relative;
        flex-direction: row-reverse;
        align-items: center;
    }
    .ConFiles.ALista .WrapCardyFile:nth-child(odd) {
        background-color: white
    }

        .ConFiles.ALista .WrapCardyFile .CardyFile {
            height: 30px;
            width: fit-content;
            padding-top: 0;
            display: flex;
            background-image: unset;
        }
    .ConFiles.ALista .WrapNumo {
        width: calc(100% - 259px);
        justify-content: flex-start;
    }
    .ConFiles.ALista .WrapCardyFile .numo.Mod {
        width: calc(100% - 259px) !important;
        height: 100%;
    }
    .ConFiles.ALista .WrapCardyFile .numo.Mod input{
        height: 100%;
    }
    .ConFiles.ALista .wuee {
        width: 68px !important;
        margin-top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 13px;
        margin-right: 15px;
    }
    .ConFiles.ALista .CardyFile .sizel, .ConFiles.ALista .CardyFile .esten {
        height: 30px;
        display: flex;
        align-items: center;
        font-size: 13px;
        width: 60px !important;
        margin: 0;
        margin-left: 15px;
        justify-content: center;
    }
    .ConFiles.ALista .CardyFile .esten {
        width: 40px !important;
    }
    .ConFiles.ALista .WrapCardyFile[tipo]:after {
        height: 30px;
        width: 30px;
        content: "";
        background-image: url(../img/dir.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 15px;
    }
    .ConFiles.ALista .WrapCardyFile[tipo='1']:after {
        background-image: url('../img/filo.png');
        filter: drop-shadow(0px 0px 0px rgba(0,0,0,.5));
    }
    .ConFiles.ALista .WrapCardyFile .numo{
        padding-top: 0;
    }
    .ConFiles.ALista .WrapCardyFile .Tagis {
        margin-top: 0;
        margin-right: 10px;
    }
    .ConFiles.ALista .WrapCardyFile .numo {
        width: calc(100% - 50px) !important;
        max-width: unset;
        text-align: left;
    }
    .ConFiles.ALista .WrapMenu {
        top: 40px;
        left: 40px;
    }
    .ConFiles.ALista .WrapCardyFile .Ludy {
        border-radius: 0;
        box-shadow: none;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
/* END */


.WrapSelz{
    width: 25px;
    text-align: center;
}

.ConFiles:not(.ALista) .WrapSelz {
    position: absolute;
    z-index: 11;
    right: 19px;
    top: 1px;
    height: 25px;
    line-height: 25px;
    background: white;
}
.ConFiles.ALista .WrapSelz {
    margin-right: 15px;
    order: 2;
}

.WrapSelz input{
    display: none !important
}
    .WrapSelz i {
        font-size: 18px;
    }

    .WrapSelz input:checked + label > i:before {
        content: "\f14a";
        color: #007bff;
    }

.ConFiles.ALista .WrapSelz ~ .WrapNumo {
    width: calc(100% - 300px);
}

.WrapCardyFile {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    pointer-events:auto;
}