﻿body { /*padding-top: 50px;*/
    padding-bottom: 20px;
    font-size: .875rem;
    min-height: calc(100vh - 50px);
    height: calc(100vh - 50px);
}

[data-bs-theme="ecm"] body{
    background-color: #f0f0f0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}



.doc-audit {
    color: #777;
    font-size: 90%;
}

.c-pointer {
    cursor: pointer;
}

/* EMPTY STATE */

.empty-state {
    text-align: center;
    color: #888;
}

    .empty-state i {
        margin-bottom: 10px;
        display: block;
    }

/* GENERIC DATA REF */

/*[data-ref] { color: #6c757d; padding: .25rem .5rem; font-size: .875rem; line-height: 1.5; border-radius: .2rem; cursor: pointer; }

    [data-ref]:hover { color: #fff; background-color: #6c757d; }*/

/* ITEMS THUMBS */

.doc-thumb {
    width: 80px;
    height: 110px;
    padding: 10px;
    border: 1px solid #c0c0c0;
    background-color: #c0c0c0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .doc-thumb.small {
        width: 60px !important;
        height: 80px !important;
    }

.doc-thumb-generic {
    background-image: url(img/file-type-generic.png);
    background-color: #c0c0c0;
}

.doc-thumb-excel {
    background-image: url(img/file-type-excel.png);
    background-color: #1f7244;
}

.doc-thumb-word {
    background-image: url(img/file-type-word.png);
    background-color: #2b5796;
}

.doc-thumb-powerpoint {
    background-image: url(img/file-type-powerpoint.png);
    background-color: #d04727;
}

.doc-thumb-pdf {
    background-image: url(img/file-type-pdf.png);
    background-color: #b60706;
}

.doc-thumb-xml {
    background-image: url(img/file-type-xml.png);
    background-color: #ffffff;
}

.doc-thumb-image {
    background-image: url(img/file-type-image.png);
    background-color: #0088cc;
}

.doc-thumb-video {
    background-image: url(img/file-type-video.png);
    background-color: #0088cc;
}

.doc-thumb-zip {
    background-image: url(img/file-type-zip.png);
    background-color: #f7f7f7;
}

.doc-thumb-rar {
    background-image: url(img/file-type-rar.png);
    background-color: #f7f7f7;
}


.folder-thumb {
    background-color: transparent;
    color: #b0b0b0;
    border: none;
    display: flex;
    padding: 0;
}

    .folder-thumb > i {
        margin: auto;
    }

/* BADGE */

.badge {
    padding: .4em .6em;
}

/* JQUERY UI OVERRIDES */

.ui-widget.ui-datepicker {
    z-index: 999999 !important;
}

/* GENERIC PART STYLES */

[data-sd-part=true] {
    margin-bottom: 10px;
}

/* YUBIK BRAND */

.yubik-logo {
    background-image: url(img/yubik-logo.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    .yubik-logo > * {
        display: none;
    }

.navbar-brand.yubik-logo {
    width: 102px;
    height: 36px;
}

.yubik-logo-transp {
    background-image: url(img/yubik-logo-transp.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    .yubik-logo-transp > * {
        display: none;
    }

.navbar-brand.yubik-logo-transp {
    width: 89px;
    height: 36px;
}
/*.navbar-brand-transp.yubik-logo { width: 102px; height: 36px; }*/



/* TABS OVERRIDES */

.tab-content {
    background-color: #fff;
    padding: 10px;
}

[data-bs-theme="ecm"] .nav-tabs .nav-link {
    padding: 12px 10px;
    color: #666;
    border-radius: 0;
}

.nav-tabs .nav-item:first-child {
    margin-left: 10px;
}

[data-bs-theme="ecm"] .nav-tabs .nav-item.show .nav-link, [data-bs-theme="ecm"] .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 4px solid #343a40;
    background-color: #fff;
}

.nav-tabs .nav-link:not(.active):focus,
.nav-tabs .nav-link:not(.active):hover {
    border-color: transparent;
    background-color: #fafafa;
}

/* VERSIONS */

.version-major .version-name {
    font-weight: bold;
}

/* ITEM ACTIONS */
/*.item-actions {
    position: absolute;
    top: 0;
    right: 0;*/ /*z-index: 1;*/ /*display flex does not work properly on IE11*/
/*display: inline-block
}

    .item-actions > * {
        flex: 1;
        display: inline-block;
        vertical-align: top;
    }

        .item-actions > * + * {
            margin-left: 4px;
        }*/

/*
    .table-item-actions > * + * {
        margin-left: 4px;
    }
*/
/*.table-item-actions .dropdown {
    float: left;
}
*/

.list-item-actions-button {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    cursor: pointer;
}

[data-bs-theme="ecm"] .list-item-actions-button {
    color: #6c757d;
}
[data-bs-theme="light"] .list-item-actions-button {
    color: #b5b5c3;
}

.list-item-actions-button:hover {
    color: #fff;
    background-color: #6c757d;
}

/* DROPDOWN OVERRIDES */
.dropdown-menu > .dropdown-header {
    color: #6c757d;
    padding-left: 1rem;
    font-weight: bold;
    font-size: inherit;
}

.dropdown-menu > * + .dropdown-header {
    border-top: 1px dashed #d1d1d1;
    margin-top: 6px;
}

.dropdown-menu > .dropdown-item-sorting {
    position: relative;
}

    .dropdown-menu > .dropdown-item-sorting > .dropdown-item-sorting-directions {
        position: absolute;
        top: 4px;
        right: 4px;
    }

    .dropdown-menu > .dropdown-item-sorting > .item-sorting-text {
        width: 85% !important;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
    }


/* FULLTEXT */

.fulltext-search-nav-item { /*display: none;*/
}

.fulltext-search-enabled .fulltext-search-nav-item { /*display: block;*/
}

.fulltext-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

    .fulltext-overlay input {
        outline: none;
        border: none;
        border-bottom: 2px solid #666;
        padding: 6px;
        font-size: 30px;
        max-width: 80%;
        width: 600px;
    }


@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 54px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }

        .offcanvas-collapse.open {
            left: 0;
            visibility: visible;
        }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

    .nav-underline .nav-link:hover {
        color: #007bff;
    }

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}


/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 54px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 54px);
    overflow-x: hidden;
    overflow-y: hidden; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link:hover .feather,
    .sidebar .nav-link.active .feather {
        color: inherit;
    }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 54px; /* Space for fixed navbar */
}

/*
 * Navbar
 */
.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

.chip {
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #f1f1f1;
    margin-bottom: 2px;
    white-space: nowrap;
}

    .chip img {
        float: left;
        margin: 0 10px 0 -15px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
    }

/* PreviewEmbedded files */
[data-element-id="preview-embeddedfiles-overlay"] {
    position: fixed;
    display: none;
    margin: 0;
    width: auto;
    height: 100vh;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    padding: 5px;
    z-index: 10000;
    background: #000;
}

[data-element-id="preview-embeddedfiles-overlay"] {
}

    [data-element-id="preview-embeddedfiles-overlay"] [data-element-id="preview-embeddedfiles-overlay-toolbar"] {
        padding: 10px;
        height: 7%;
        overflow: hidden;
    }

        [data-element-id="preview-embeddedfiles-overlay"] [data-element-id="preview-embeddedfiles-overlay-toolbar"] h1 {
            color: #fff;
            float: left;
        }

        [data-element-id="preview-embeddedfiles-overlay"] [data-element-id="preview-embeddedfiles-overlay-toolbar"] [data-element-id="preview-embeddedfiles-overlay-toolbar-buttons"] {
            color: #fff;
            float: right;
            font-size: 30px;
        }


    [data-element-id="preview-embeddedfiles-overlay"] [data-element-id="preview-embeddedfiles-overlay-iframe-container"] {
        width: 100%;
        height: 100%;
    }

        [data-element-id="preview-embeddedfiles-overlay"] [data-element-id="preview-embeddedfiles-overlay-iframe-container"] iframe {
            width: 100%;
            min-height: 90%;
            border: 0px;
            margin: 0px;
        }

/* FLOATER */

.floater-content .doc-thumb {
    margin: 0 auto;
}

/*#data-ref-modal .modal-header {
    display: block;
}

    #data-ref-modal .modal-header [data-dismiss=modal] {
        float: right;
    }*/

/* LEFT/RIGHT MODAL */

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
    position: fixed;
    margin: auto;
    min-width: 200px;
    max-width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
    padding: 15px 15px 80px;
    overflow-y: auto;
}

.modal.modal-left.fade .modal-dialog {
    left: -10%;
    -webkit-transition: opacity 0.15s linear, left 0.15s ease-out, right 0.15s ease-out;
    -moz-transition: opacity 0.15s linear, left 0.15s ease-out, right 0.15s ease-out;
    -o-transition: opacity 0.15s linear, left 0.15s ease-out, right 0.15s ease-out;
    transition: opacity 0.15s linear, left 0.15s ease-out, right 0.15s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
    left: 0;
}

.modal.modal-right.fade .modal-dialog {
    right: -10%;
    -webkit-transition: opacity 0.15s linear, left 0.15s ease-out, right 0.15s ease-out;
    -moz-transition: opacity 0.15s linear, left 0.15s ease-out, right 0.15s ease-out;
    -o-transition: opacity 0.15s linear, left 0.15s ease-out, right 0.15s ease-out;
    transition: opacity 0.15s linear, left 0.15s ease-out, right 0.15s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
    right: 0;
}

.card.selected {
    background-color: #c2dbff;
    border-radius: 0;
}

/* GENERIC  LINK BUTTON */
.simple-command-button {
    color: #6c757d;
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: .2rem;
    cursor: pointer;
}

    .simple-command-button:hover {
        color: #fff;
        background-color: #6c757d;
    }

    .simple-command-button i {
        color: #b0b0b0
    }
/*[data-copy-and-share-item-button] { color: #6c757d; padding: .25rem .5rem; line-height: 1.5; border-radius: .2rem; cursor: pointer; }

    [data-copy-and-share-item-button]:hover { color: #fff; background-color: #6c757d; }*/
form [data-element-id="selected-items"] {
    border: none;
    float: left;
    width: 100%;
    display: block;
    margin-top: 10px;
}

    form [data-element-id="selected-items"] .badge, #textFieldMultivalue_modal [data-element-id="selected-items"] .badge {
        font-size: 100%;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        form [data-element-id="selected-items"] .badge i.fas {
            margin-left: 5px;
        }

[data-element-id="upload"] {
    min-height: 200px;
    position: relative;
}

    [data-element-id="upload"] [type="file"] {
        display: none;
    }

    [data-element-id="upload"] [data-element-id="upload-added-file-container"], [data-element-id="upload"] [data-element-id="upload-add-container"] {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    [data-element-id="upload"] [data-element-id="upload-add-button"] {
    }

    [data-element-id="upload"] [data-element-id="upload-drag-info"] {
        font-size: 200%;
    }

    [data-element-id="upload"] [data-element-id="upload-drag-file-container"], [data-element-id="upload"] [data-element-id="upload-drag-file-uploading"] {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        background: #fff;
        width: 100%;
        min-height: 100%;
        border: 4px dashed #0094ff;
        color: #0094ff;
    }

    [data-element-id="upload"] .drag-title {
        font-size: 300%;
    }

    [data-element-id="upload"] .drag-icon, [data-element-id="upload"] .drag-rates {
        font-size: 300%;
    }

    [data-element-id="upload"] .drag-message {
        font-size: 200%;
    }



.checkbox label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon, .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}

.checkbox label {
    margin-bottom: 0px !important;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"][disabled] + .cr, .radio label input[type="radio"][disabled] + .cr {
        background-color: #e9ecef
    }

.cr.disabled {
    background-color: #eee;
}


.badge-label::after {
    content: ":"
}




.part-loading-container {
    position: relative;
    min-height: 100px;
}

    .part-loading-container .part-loading-layer {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 100;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .part-loading-container .part-loading-layer .part-loading-spinner {
            margin: auto;
            width: 50%;
            border: 1px green;
            height: 50%;
            text-align: center;
            margin-top: 30%;
        }

.clickable {
    cursor: pointer;
}


/*footer.footer { min-height: 60px; }
    footer.footer div { position: fixed; bottom: 0px; right: 0px; }*/

/*page-input*/

.page-input {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    width: 100px;
}

    .page-input:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-input:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

.invisible-not-to-remove {
    z-index: -1000;
    position: fixed;
    top: -1000px;
    left: -1000px;
}


.badge {
    white-space: normal;
}

[data-element-id="preview-container"] {
    padding: 0px;
    width: 100%;
}

    [data-element-id="preview-container"] iframe {
        width: 100%;
        min-height: 100%;
        border: 0px;
        margin: 0px;
    }

    [data-element-id="preview-container"] img {
        padding: 20px;
    }


#massive-actions-help-dialog .Print,
#massive-actions-help-dialog .PrintWithWatermark,
#massive-actions-help-dialog .Zip,
#massive-actions-help-dialog .ZipAllContent,
#massive-actions-help-dialog .ZipSpecificContent,
#massive-actions-help-dialog .ZipPrincipalContent,
#massive-actions-help-dialog .ZipSdiContent {
    display: none;
}

#massive-actions-help-dialog .ShowPrint .Print,
#massive-actions-help-dialog .ShowPrintWithWatermark .PrintWithWatermark,
#massive-actions-help-dialog .ShowZip .Zip,
#massive-actions-help-dialog .ShowZipAllContent .ZipAllContent,
#massive-actions-help-dialog .ShowZipSpecificContent .ZipSpecificContent,
#massive-actions-help-dialog .ShowZipPrincipalContent .ZipPrincipalContent,
#massive-actions-help-dialog .ShowZipSdiContent .ZipSdiContent {
    display: block;
}


.ui-autocomplete {
    z-index: 1051 !important;
}



.field-validation-error {
    display: block;
    margin-bottom: 10px;
}

.input-validation-error {
    border: 1px solid #dc3545 !important;
}


/*Classi per visualizzazione azioni del menu di un elemento della lista*/
/*.action10, .action11, .action12, .action13, .action14, .action15, .action16, .action100 { display: none; }
.act10 .action10, .act11 .action11, .act12 .action12, .act13 .action13, .act14 .action14, .act15 .action15, .act16 .action16, .act100 .action100 { display: block; }*/
/*[data-element-id="item-actions"] .act10, [data-element-id="item-actions"] .act11, [data-element-id="item-actions"] .act12, [data-element-id="item-actions"] .act13,
[data-element-id="item-actions"] .act14, [data-element-id="item-actions"] .act15, [data-element-id="item-actions"] .act16, [data-element-id="item-actions"] .act100 { display: none; }
    [data-element-id="item-actions"] div.act10 a.act10 { display: block; }
    [data-element-id="item-actions"] .act11 .act11 { display: block; }
    [data-element-id="item-actions"] .act12 .act12 { display: block; }*/

[data-element-id="item-actions"] [data-element-id] {
    display: none;
}

[data-element-id="item-actions"] [data-element-id="loading"] {
    display: block;
}

[data-element-id="item-actions"] [data-element-id="share-link"] {
    display: block;
}

.act10 [data-element-id="open-item"] {
    display: block;
}

.act11 [data-element-id="edit-item"] {
    display: block;
}

.act12 [data-element-id="delete-item"] {
    display: block;
}

.act13 [data-element-id="show-item"] {
    display: block;
}

.act14 [data-element-id="move-to-folder"] {
    display: block;
}

.act15 [data-element-id="download-original"] {
    display: block;
}


.act16 [data-element-id="show-item-workflow"] {
    display: block;
}

.act100 [data-element-id="unauthorized"] {
    display: block;
}

.act101 [data-element-id="locked-by"] {
    display: block;
}

.act200 [data-element-id="manage-users-by-group-item"] {
    display: block;
}

.act201 [data-element-id="manage-user-image-item"] {
    display: block;
}

.vert-move {
    -webkit-animation: vert-mover 1s infinite alternate;
    animation: vert-mover 1s infinite alternate;
}

.vert-move {
    -webkit-animation: vert-mover 1s infinite alternate;
    animation: vert-mover 1s infinite alternate;
}

@-webkit-keyframes vert-mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes vert-mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}








#lookup_modal {
    z-index: 1101 !important;
}

[data-element-id="delegation-layer-message"] {
    position: fixed;
    top: 0px;
    z-index: 1050;
}

    [data-element-id="delegation-layer-message"].bottom {
        bottom: 0px;
        top: unset;
        right: 0;
        left: unset;
    }

    [data-element-id="delegation-layer-message"] [data-element-id="delegation-layer-move-up"] {
        display: none;
    }

    [data-element-id="delegation-layer-message"].bottom [data-element-id="delegation-layer-move-down"] {
        display: block;
    }

    [data-element-id="delegation-layer-message"].bottom [data-element-id="delegation-layer-move-up"] {
        display: block;
    }

    [data-element-id="delegation-layer-message"].bottom [data-element-id="delegation-layer-move-down"] {
        display: none;
    }


[data-element-id="floater-user-info-modal-content"] .modal-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}


[data-element-id="floater-bottom-commands"] {
    z-index: 3;
    background-color: #fff;
    border-top: 1px solid #a5a3a3;
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 15px;
    text-align: right;
}


[data-element-id="loading-on-container"] {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 15px;
    z-index: 1000;
    text-align: center;
    opacity: 0.6;
}

    [data-element-id="loading-on-container"] i.fa-spin {
        margin-top: 100px;
    }


[data-element-id="profile-image-management"] {
}

    [data-element-id="profile-image-management"] [data-element-id="profile-image"] {
        width: 300px;
        height: 300px;
    }

    [data-element-id="profile-image-management"] [data-element-id="empty-image"] {
        background: url(img/empty.jpg) repeat;
        width: 300px;
        height: 300px;
    }

        [data-element-id="profile-image-management"] [data-element-id="empty-image"] span {
            display: none;
        }

    [data-element-id="profile-image-management"] [data-element-id="floater-user-info-add-profile-image-cropper"] div img {
        max-width: 100%;
        max-height: 400px;
        min-height: 400px;
    }

[data-element-id="navbar-features"] [data-element-id="user-profile-image"] {
    max-height: 45px;
    margin-top: -10px;
    margin-bottom: -10px;
}


/*TABELLA*/
[data-element-id="grid-container"] {
    max-width: 100%;
    overflow-y: auto;
    min-height: 500px;
}

[data-element-id="grid"] .checkbox {
    vertical-align: middle;
}

[data-element-id="grid"] [data-element-id="td-select-item"], [data-sd-part-type="ItemsList"] [data-element-id="grid"][data-element-id="th-select-all"] {
    width: 40px;
}

.table td, .table th {
    vertical-align: middle !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.table th {
    white-space: nowrap;
}
/* ITEM ACTIONS */
.table-item-actions {
    display: inline-block;
}


td-table-item-id {
    width: 116px !important;
}

.td-table-item-actions {
    min-width: 116px !important;
    width: 116px !important;
}

.table-item-actions > * {
    flex: 1;
    display: inline-block;
    vertical-align: top;
}


/* ITEM ACTIONS in TILES*/
.item-actions {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block
}

    .item-actions > * {
        flex: 1;
        display: inline-block;
        vertical-align: top;
    }

        .item-actions > * + * {
            margin-left: 4px;
        }

[data-element-id="related-container"] .item-actions {
    bottom: 0 !important;
    top: unset;
}

[data-form-section-state] h6 {
    border-bottom: 1px solid #c0c0c0;
}

    [data-form-section-state] h6 span {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 88% !important;
        white-space: nowrap;
        display: inline-block;
    }

[data-form-section-state="expanded"] [data-form-section-button="expand"] {
    display: none;
}

[data-form-section-state="collapsed"] [data-form-section-button="collapse"] {
    display: none;
}

[data-form-section-state="collapsed"] .form-group {
    display: none;
}

form .form-group {
    margin-bottom: 1rem;
}

.parent-folder {
    color: #b0b0b0;
}

#ipe-running-dialog .progress-bar {
    width: 100%
}

[data-element-id="pagination-last-page"] {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
