.fstatic-tree-wdg {
    margin: 0px 0px 10px 25px;
    padding: 0;
}

.fstatic-tree-wdg li>input {
    position: absolute;
    left: 0;

    margin-left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 100%;
    width: 1em;
    top: 0;
}

.fstatic-tree-wdg li label {
    background: url(folder-horizontal.png) 15px 1px no-repeat;
    cursor: pointer;
    display: block;
    padding-left: 37px;
}

.fstatic-tree-wdg li label.ico-tree {
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 10px;
    background: transparent;
}

.fstatic-tree-wdg li label.ico-tree:before {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 10px;
}

.fstatic-tree-wdg li>input+ol {
    background: url(toggle-small-expand.png) 40px 0 no-repeat;
    margin: -0.938em 0 0 -44px;
    /* 15px */
    /*margin: -22px 0 0 -44px;*/
    display: block;
    height: 1em;
    margin-top: -20px;
    padding-top: 10px;
}

.fstatic-tree-wdg li>input+ol.loader {
    background: url(loader.gif) 40px 0 no-repeat !important;
    background-size: 16px 16px !important;
}

.fstatic-tree-wdg li>input+ol>li {
    display: none;
    margin-left: -14px !important;
    padding-left: 1px;
}

.fstatic-tree-wdg li {
    position: relative;
    margin-left: -15px;
    list-style: none;
}

.fstatic-tree-wdg li.file {
    margin-left: -1px !important;
}

.fstatic-tree-wdg li>input:checked+ol {
    background: url(toggle-small.png) 40px 5px no-repeat;
    margin: -1.25em 0 0 -44px;
    /* 20px */
    padding: 1.563em 0 0 80px;
    height: auto;
    margin-top: -25px;

    padding-top: 25px;
}

.fstatic-tree-wdg li {
    display: inline-block;
    min-width: 100%;
}

.fstatic-tree-wdg li>input:checked+ol>li {
    display: block;
    margin: 0 0 0.125em;
    /* 2px */
}

.fstatic-tree-wdg li>input:checked+ol>li:last-child {
    margin: 0 0 0.063em;
    /* 1px */
}

.fstatic-tree-wdg li.file a {
    /*background: url(document.png) 0 0 no-repeat;*/
    color: #4C4C4C;
    /*    padding-left: 21px;*/
    text-decoration: none;
    display: block;
}

.fstatic-tree-wdg li.file a:before {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 10px;
}

/*.fstatic-tree-wdg li.file a[href *= '.pdf']   { background: url(document.png) 0 0 no-repeat; }
.fstatic-tree-wdg li.file a[href *= '.html']  { background: url(document.png) 0 0 no-repeat; }
.fstatic-tree-wdg li.file a[href $= '.css']   { background: url(document.png) 0 0 no-repeat; }
.fstatic-tree-wdg li.file a[href $= '.js']        { background: url(document.png) 0 0 no-repeat; }*/

.fstatic-tree-wdg li label {
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 0;
    /*R450831 (Alice rilascio 2025-04) fontawesome update - commentato font-weight*/
    /*font-weight:normal;*/
    max-width: none;
}

.fstatic-tree-cell .checkbox-disabler {
    top: 20px !important;
    height: 18px !important;
}

.fstatic-tree-cell {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
}

.fstatic-tree-row {
    white-space: nowrap;
    height: 18px;
    display: inline-block;
    /*R450831 (Alice rilascio 2025-04) fontawesome update*/
    font-family: 'Helvetica', sans-serif;
}

.fstatic-tree-scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.fstatic-tree-wdg .ui-resizable-e {
    background: red;
    width: 10px;

}

.fstatic-tree-active-row>.fstatic-tree-row-container,
.fstatic-tree-wdg li.fstatic-tree-active-row>a {
    /*background-color:#FC0;*/
    background-color: #CBE8F6 !important;
    border: 1px solid #26A0DA;
    box-sizing: border-box;
}

.fstatic-tree-prevent-click,
.fstatic-tree-prevent-click * {
    pointer-events: none;
}

.fstatic-tree-wdg li.file a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.tree-hover-expand {
    background: rgba(248, 148, 6, 0.4) !important;
}

.tree-hover-error {
    background: rgba(255, 0, 0, 0.4) !important;
}

.tree-hover-error:after {
    content: " Posizione non compatibile con lo spostamento";
}

.temp-tree-node {
    text-decoration: underline;
}