/* /Component/CardComponent.razor.rz.scp.css */


.titolofolder[b-nxo33e8fe2] {
    top: -25px;
    left: 28px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 24px);
}

.titolo1[b-nxo33e8fe2] {
    top: -33px;
    left: 35px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 24px);
}

.titolo2[b-nxo33e8fe2] {
    top: -36px;
    left: 35px;
    position: relative;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 24px);
}

.cardsize[b-nxo33e8fe2] {
    width: 300px !important;
    height: 360px !important;
}

.imgcardsize[b-nxo33e8fe2] {
    height: 150px !important
}
/* /Component/ColorComponent.razor.rz.scp.css */
/* /Component/DettaglioComponent.razor.rz.scp.css */

.titolofolder[b-s03zna18m1] {
    top: -25px;
    left: 28px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 24px);
}

.titolo1[b-s03zna18m1] {
    top: -33px;
    left: 35px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 24px);
}

.titolo2[b-s03zna18m1] {
    top: -36px;
    left: 35px;
    position: relative;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 24px);
}
/* /Component/GridFile.razor.rz.scp.css */


.maingrid[b-2up0htp9te] {
    width: 100%;
    height:100%;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position:relative;
}

.btn.btn-link[b-2up0htp9te] {
    padding-left: 0em;

}

.btn.btn-no[b-2up0htp9te] {
    background-color: transparent;
    border: none;
    cursor: auto;
    padding-left: 0em;
}

.breadcrumbs[b-2up0htp9te] {
    background: #F1F1F7;
}
.breadcrumbs .items[b-2up0htp9te] {
    align-items: center;
    padding: 0.25rem 0rem 0rem 0rem;
}

    .breadcrumbs .items > *[b-2up0htp9te] {
        display: inline-block;
        font-weight: 500;
        white-space: nowrap;
    }

    .breadcrumbs .items > a[b-2up0htp9te] {
        color: inherit;
    }

    .breadcrumbs .items > span[b-2up0htp9te] {
        cursor: default;
        padding-right: 5px;
    }

        .breadcrumbs .items > span.separator[b-2up0htp9te] {
            border-style: solid;
            border-width: 5px !important;
            border-top-color: transparent !important;
            border-right-color: transparent !important;
            border-bottom-color: transparent !important;
            width: 0;
            height: 0;
            margin-top: 0.1rem;
            margin-right: 0rem;
            top:-10px;
            position:relative;
        }



.search[b-2up0htp9te] {
    padding: 0.5rem 0.25rem 0.25rem 0.25rem;
    position: relative;
    min-width: 123px;
    height: fit-content;
}

    .search .search-input[b-2up0htp9te] {
        padding-right: calc(24px+0.5rem);
    }

    .search .search-button[b-2up0htp9te] {
        right: 0px;
        top: 0px;
        pointer-events: auto;
        z-index: 3;
        width: auto;
        display: flex;
        align-items: center;
        height: 100%;
        position: absolute;
        color: gray;
    }

        .search .search-button .search-icon[b-2up0htp9te] {
            background-color: currentColor;
            opacity: 0.5;
            width: 24px;
            height: 24px;
            mask-image: url("images/tools/Search.svg");
            -webkit-mask-image: url("images/tools/Search.svg");
            background-repeat: no-repeat;
            -webkit-mask-repeat: no-repeat;
        }
        .search .search-button .clear-icon[b-2up0htp9te] {
            background-color: currentColor;
            opacity: 0.4;
            width: 24px;
            height: 24px;
            mask-image: url("images/tools/Delete.svg");
            -webkit-mask-image: url("images/tools/Delete.svg");
            background-repeat: no-repeat;
            -webkit-mask-repeat: no-repeat;
        }

/* /Component/TreeLeft.razor.rz.scp.css */
.sidebar[b-qrkz9f2s1s] {
    min-width: 400px;
    max-width: 400px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: inherit;
}

    .sidebar.collapse[b-qrkz9f2s1s] {
        display: none;
    }

    .sidebar.expand[b-qrkz9f2s1s] {
        display: block;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-qrkz9f2s1s] {
        display: none;
    }

        .sidebar.expand[b-qrkz9f2s1s] {
            position: fixed;
            left: 0;
            height: -webkit-fill-available;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-qrkz9f2s1s] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-qrkz9f2s1s] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-qrkz9f2s1s] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}
/* /Component/Widgets.razor.rz.scp.css */
.seleziona-app[b-5fx25ij6xe] {
    
}
.collection[b-5fx25ij6xe] {
    font-weight: 600;
    color: #0b6ead;
}

.btn-widgets[b-5fx25ij6xe] {
    font-weight: 600;
    font-size: 20px;
    margin-top: 3px;
    color: #0b6ead;
}

    .btn-widgets i[b-5fx25ij6xe] {
        vertical-align: middle;
        font-weight: 600;
    }


.user-account-container[b-5fx25ij6xe] {
    display: table;
    position: relative;
    top: 5px;
    width: 100px;
    background-color: #eee;
    border-radius: 10px;
    padding: 5px;
}

.user-widgets-hidden[b-5fx25ij6xe] {
    display: none;
}

.user-widget-item[b-5fx25ij6xe] {
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    align-content: center;
}

    .user-widget-item img[b-5fx25ij6xe] {
        width: 32px;
    }


.Anagrafiche .Drive[b-5fx25ij6xe]{
    color: var(--color-font-1) !important
}

.EFatto[b-5fx25ij6xe], .eFirmo  .Computo .BIMOffice[b-5fx25ij6xe] {
    color: var(--color-font-4) !important
}

.CheckApp[b-5fx25ij6xe] {
    color: var(--color-font-1) !important
}

.Attivita[b-5fx25ij6xe] {
    color: var(--color-font-2) !important
}

.Consulting[b-5fx25ij6xe] {
    color: var(--color-font-2) !important
}

.Calendario[b-5fx25ij6xe] {
    color: var(--color-font-11) !important
}

.Progetti[b-5fx25ij6xe] {
    color: var(--color-font-10) !important
}

.Account[b-5fx25ij6xe] {
    color: var(--color-font-1) !important
}
.CorrispettiviWeb[b-5fx25ij6xe] {
    color: var(--color-font-1) !important
}
.DirezioneLavori[b-5fx25ij6xe] {
    color: var(--color-font-1) !important
}

.Dashboard[b-5fx25ij6xe] {  
    color:var(--color-font-2)!important; 
}

.mydrop-app[b-5fx25ij6xe] {
    text-align: center;
    transition: all .5s;
    border-radius: .35rem;
    background-color: #fff;
    border: none;
    outline: none;
    padding: .5rem .5rem;
    cursor: pointer;
    min-height: 100px;
}

    .mydrop-app .icon-general[b-5fx25ij6xe] {
        margin-bottom: .75rem
    }

.icon-general[b-5fx25ij6xe] {
    width: 55px;
    height: 55px;
    position: relative;
    text-align: center;
    border-radius: 50%
}

    .icon-general i[b-5fx25ij6xe] {
        font-size: 32px
    }

    .icon-general i[b-5fx25ij6xe], .icon-general img[b-5fx25ij6xe] {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%)
    }

    .icon-general img[b-5fx25ij6xe] {
        width: 32px
    }

    .icon-general.check i[b-5fx25ij6xe] {
        font-size: 40px
    }

.mydrop-app h6[b-5fx25ij6xe] {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-font-6);
    line-height: 1.2;
    margin-bottom: 0
}

.mydrop-app.Anagrafiche .icon-general[b-5fx25ij6xe],
.mydrop-app.CheckApp .icon-general[b-5fx25ij6xe],
.mydrop-app.color-1 .icon-general[b-5fx25ij6xe],
.mydrop-app.Account .icon-general[b-5fx25ij6xe],
.mydrop-app.CorrispettiviWeb .icon-general[b-5fx25ij6xe],
.mydrop-app.DirezioneLavori .icon-general[b-5fx25ij6xe],
.mydrop-app.Drive .icon-general[b-5fx25ij6xe] {
    color: var(--color-font-1);
    background-color: var(--background-color-46);
    box-shadow: 0 5px 15px rgba(11,110,173,.2),0 5px 15px rgba(0,0,0,.07)
}

.mydrop-app.Attivita .icon-general[b-5fx25ij6xe], 
.mydrop-app.Consulting .icon-general[b-5fx25ij6xe], 
.mydrop-app.color-2 .icon-general[b-5fx25ij6xe], 
.mydrop-app.Dashboard .icon-general[b-5fx25ij6xe] {
    color: var(--color-font-2);
    background-color: var(--background-color-50);
    box-shadow: 0 5px 15pxrgba(186,229,225,.2),0 5px 15pxrgba(0,0,0,.07);
}

.mydrop-app.color-4 .icon-general[b-5fx25ij6xe],
.mydrop-app.EFatto .icon-general[b-5fx25ij6xe], 
.mydrop-app.eFirmo .icon-general[b-5fx25ij6xe], 
.mydrop-app.Computo .icon-general[b-5fx25ij6xe], 
.mydrop-app.BIMOffice .icon-general[b-5fx25ij6xe] {
    color: var(--color-font-4);
    background-color: var(--background-color-48);
    box-shadow: 0 5px 15px rgba(249,214,189,.2),0 5px 15px rgba(0,0,0,.07)
}

.mydrop-app.color-10 .icon-general[b-5fx25ij6xe], 
.mydrop-app.Progetti .icon-general[b-5fx25ij6xe] {
    color: var(--color-font-10);
    background-color: var(--background-color-51);
    box-shadow: 0 5px 15px rgba(249,201,197,.2),0 5px 15px rgba(0,0,0,.07)
}

.mydrop-app.Calendario .icon-general[b-5fx25ij6xe],
.mydrop-app.color-11 .icon-general[b-5fx25ij6xe] {
    color: var(--color-font-11);
    background-color: var(--background-color-49);
    box-shadow: 0 5px 15px rgba(247,226,191,.2),0 5px 15px rgba(0,0,0,.07)
}

.mydrop-app.Anagrafiche:hover[b-5fx25ij6xe],
.mydrop-app.CheckApp:hover[b-5fx25ij6xe],
.mydrop-app.color-1:hover[b-5fx25ij6xe],
.mydrop-app.Account:hover[b-5fx25ij6xe],
.mydrop-app.CorrispettiviWeb:hover[b-5fx25ij6xe],
.mydrop-app.DirezioneLavori:hover[b-5fx25ij6xe],
.mydrop-app.Drive:hover[b-5fx25ij6xe] {
    background-color: var(--background-color-1)
}

.mydrop-app.Attivita:hover[b-5fx25ij6xe],
.mydrop-app.color-2:hover[b-5fx25ij6xe], 
.mydrop-app.Dashboard:hover[b-5fx25ij6xe] {
    background-color: var(--background-color-2)
}

.mydrop-app.Consulting:hover[b-5fx25ij6xe], 
.mydrop-app.color-2:hover[b-5fx25ij6xe],
.mydrop-app.Dashboard:hover[b-5fx25ij6xe] {
    background-color: var(--background-color-2)
}

.mydrop-app.color-4:hover[b-5fx25ij6xe], 
.mydrop-app.EFatto:hover[b-5fx25ij6xe], 
.mydrop-app.eFirmo:hover[b-5fx25ij6xe], 
.mydrop-app.Computo:hover[b-5fx25ij6xe], 
.mydrop-app.BIMOffice:hover[b-5fx25ij6xe] {
    background-color: var(--background-color-4)
}

.mydrop-app.color-10:hover[b-5fx25ij6xe],
.mydrop-app.Progetti:hover[b-5fx25ij6xe] {
    background-color: var(--background-color-11)
}

.mydrop-app.Calendario:hover[b-5fx25ij6xe], 
.mydrop-app.color-11:hover[b-5fx25ij6xe] {
    background-color: var(--background-color-8)
}

.mydrop-app:hover h6[b-5fx25ij6xe] {
    color: #fff
}

.mydrop-app:hover .icon-general[b-5fx25ij6xe] {
    background-color: #fff;
    border-color: #fff
}
/* /Pages/EditorCow.razor.rz.scp.css */
/* /Pages/EditorIFC.razor.rz.scp.css */
/* /Pages/EditorTxt.razor.rz.scp.css */
/* /Pages/EditorWopi.razor.rz.scp.css */
/* /Pages/EditorWord.razor.rz.scp.css */
/* /Pages/Index.razor.rz.scp.css */
.page[b-63mgepvo01] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-63mgepvo01] .page-layout,
[b-63mgepvo01] .page-layout > .dx-gridlayout-root,
[b-63mgepvo01] .layout-item {
    background-color: inherit;
}

[b-63mgepvo01] .content {
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-63mgepvo01] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-63mgepvo01] .fit-width {
    max-width: 100%;
}

[b-63mgepvo01] .mw-1100 {
    max-width: 1100px;
}


.panel-pwa[b-63mgepvo01] {
    position: fixed;
    top: 94%;
    left: 50%;
    z-index: 9001;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: lightskyblue;
    min-width: max-content;
}
/* /Pages/Test.razor.rz.scp.css */
/* /Shared/AvatarComponent.razor.rz.scp.css */

.avatar[b-m5u9i69bxc] {
    
    border-radius: 50%;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    background: #ebeced;
    color: #5c6f82;
    box-sizing: content-box;
    transition: background-color .2s;
   
}

    .avatar.avatar-blu[b-m5u9i69bxc] {
        background-color: rgba(11,110,173,.6);
        color: #fff;
    }

    .avatar p[b-m5u9i69bxc] {
        font-size: 10px;
        padding-top: 3px;
        text-align: center;
    }

.nomefull[b-m5u9i69bxc] {
    padding-left: 2px;
    padding-top: 2px;
}
/* /Shared/ContextClient.razor.rz.scp.css */
.error-container[b-xgxiqoq0p8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgb(0 0 0 / 20%);
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1001;
}

.error-message[b-xgxiqoq0p8] {
}

.reload[b-xgxiqoq0p8] {
    cursor: pointer;
}
.dismiss-error[b-xgxiqoq0p8] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.panel-wait[b-xgxiqoq0p8] {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9001;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.panel-msg[b-xgxiqoq0p8] {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9001;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* /Shared/Header.razor.rz.scp.css */

.popup-events[b-4tjgaep02i] {
    flex-wrap: nowrap;
}

    .popup-events .popup-events-button[b-4tjgaep02i] {
        width: 80px;
    }

    .popup-events .dxbs-modal-footer[b-4tjgaep02i] {
        flex-wrap: nowrap;
    }

.popup-events-checkbox[b-4tjgaep02i] {
    width: 100%;
}


.logged-menu[b-4tjgaep02i] {
    position: fixed;
}

.logged-user[b-4tjgaep02i] {
    position: absolute;
    right: 10px;
}

    .logged-user ul li[b-4tjgaep02i] {
        display: inline-block;
        list-style-type: none;
        padding: 10px;
    }

.logged-user-info[b-4tjgaep02i] {
    position: relative;
    top: 5px;
    padding-left: 20px;
}

    .logged-user-info span[b-4tjgaep02i] {
        font-weight: bolder;
        font-size: 16px;
        color: #333;
    }

    .logged-user-info small[b-4tjgaep02i] {
        position: relative;
        top: -7px;
        font-weight: bold;
        font-size: 13px;
        color: #bbb;
        display: table;
    }

    .logged-user-info img[b-4tjgaep02i] {
        width: 32px !important;
        position: relative;
        left: 15px;
    }

.avatar[b-4tjgaep02i] {
    display: inline-flex;
    overflow: hidden;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    background: #ebeced;
    color: #5c6f82;
    transition: background-color .2s;
    position: relative;
    top: -5px;
}

   
    .avatar.avatar-blu[b-4tjgaep02i] {
        background-color: rgba(11,110,173,.6);
        color: #fff;
    }

    .avatar p[b-4tjgaep02i] {
        font-size: 14px;
        margin: 0;
        text-align: center;
        line-height: 1em;
        position: absolute;
    }

.sr-only[b-4tjgaep02i] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.log-off-btn[b-4tjgaep02i] {
    padding-top: 0.815rem;
    padding-bottom: 0.815rem;
    border-top: 1px solid #e5e5e5;
}

.titolo1[b-4tjgaep02i] {
    top: -33px;
    left: 35px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.titolo2[b-4tjgaep02i] {
    top: -36px;
    left: 35px;
    position: relative;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* /Shared/HeaderEditor.razor.rz.scp.css */
.titoloApp[b-vlmu7huz3w] {
    font-size: xx-large;
    text-decoration: none;
}
}

.popup-events[b-vlmu7huz3w] {
    flex-wrap: nowrap;
}

    .popup-events .popup-events-button[b-vlmu7huz3w] {
        width: 80px;
    }

    .popup-events .dxbs-modal-footer[b-vlmu7huz3w] {
        flex-wrap: nowrap;
    }

.popup-events-checkbox[b-vlmu7huz3w] {
    width: 100%;
}


.logged-menu[b-vlmu7huz3w] {
    position: fixed;
}

.logged-user[b-vlmu7huz3w] {
    position: absolute;
    right: 10px;
}

    .logged-user ul li[b-vlmu7huz3w] {
        display: inline-block;
        list-style-type: none;
        padding: 10px;
    }

.logged-user-info[b-vlmu7huz3w] {
    position: relative;
    top: 5px;
    padding-left: 20px;
}

    .logged-user-info span[b-vlmu7huz3w] {
        font-weight: bolder;
        font-size: 16px;
        color: #333;
    }

    .logged-user-info small[b-vlmu7huz3w] {
        position: relative;
        top: -7px;
        font-weight: bold;
        font-size: 13px;
        color: #bbb;
        display: table;
    }

    .logged-user-info img[b-vlmu7huz3w] {
        width: 32px !important;
        position: relative;
        left: 15px;
    }

.avatar[b-vlmu7huz3w] {
    display: inline-flex;
    overflow: hidden;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    background: #ebeced;
    color: #5c6f82;
    box-sizing: content-box;
    transition: background-color .2s;
    position: relative;
    top: -5px;
}

   

    .avatar.avatar-blu[b-vlmu7huz3w] {
        background-color: rgba(11,110,173,.6);
        color: #fff;
    }

    .avatar p[b-vlmu7huz3w] {
        font-size: 14px;
        margin: 0;
        text-align: center;
        line-height: 1em;
        position: absolute;
    }

.sr-only[b-vlmu7huz3w] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.log-off-btn[b-vlmu7huz3w] {
    padding-top: 0.815rem;
    padding-bottom: 0.815rem;
    border-top: 1px solid #e5e5e5;
}

.titolo1[b-vlmu7huz3w] {
    top: -33px;
    left: 35px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.titolo2[b-vlmu7huz3w] {
    top: -36px;
    left: 35px;
    position: relative;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
