﻿@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'RobotoMonoRegular';
    src: url('roboto/RobotoMono-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Urbanist';
    src: url('../../fonts/Urbanist/Urbanist-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../../fonts/Urbanist/Urbanist-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../../fonts/Urbanist/Urbanist-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../../fonts/Urbanist/Urbanist-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../../fonts/Urbanist/Urbanist-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../../fonts/Urbanist/Urbanist-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato/Lato-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


.errorwidg {
    color: red;
    font-size: 11px;
    font-family: Arial;
}

body {
    font: 100%/1.5 Roboto,trebuchet ms,Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background: #e9e9e9;
}

.logo {
    /*width: 58px;*/
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

.lm-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.lm-container::-webkit-scrollbar-thumb {
    background: #9FABB6;
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #2a3b4d;
    border-radius: 5px;
    border: 1px solid #9FABB6;
}

.form-control-empty {
    background: url(../../img/udx-warning.png) no-repeat center right 5px;
}

.form-control-loading {
    background: url(../../img/loading_spinner_1.gif) no-repeat center right 5px !important;
}

/* Bootstrap customizations */
.form-inline > label {
    margin-right: 10px;
}

/* << UDX LEFT MENU */
.lm-container {
    width: 80px; /*144px;*/
    position: fixed;
    top: 0px;
    background-color: #2a3b4d;
    height: 100vh;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
}

.udx-frame-container {
    margin-left: 80px;
    display: flex;
}

.udx-page-title {
    font-size: 20px;
    font-weight: bold;
}


.udx-tm-nav {
    margin-left: 80px;
}

.lm-list {
    width: 80px;
    margin: 0 auto;
    margin-top: 10px;
}

.lm-item {
    width: 100%;
    height: 80px;
    padding: 13px 0px;
    color: #9FABB6;
}

    .lm-item:hover {
        background-color: #344B63;
        cursor: pointer;
        color: #fff;
    }

.lm-item-img {
    text-align: center;
}

.lm-item-text {
    padding: 4px 0px;
    text-align: center;
    font-size: 12px;
}

    .lm-item-text:hover {
    }


.left-menu-img {
    height: 20px;
    width: 20px;
}

/* UDX LEFT MENU >> */

/* << UDX CATEGORIRES TREE */

.udx-categories-tree {
    top: 60px;
    left: 5%;
    position: absolute;
    background-color: #2a3b4d;
    z-index: 1000000;
    height: calc(100vh - 85px);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #000;
    display: none;
}

@media (max-width: 767px) {
    .udx-categories-tree {
        left: 4% !important;
    }

    .categories-tree-searchbar {
        width: 200px !important;
    }
}

.udx-categories-tree-bar {
    /*height: 40px;*/
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    border-bottom: 1px solid #FFF;
}

    .udx-categories-tree-bar > .close-img {
        position: absolute;
        top: 0px;
        right: 5px;
        cursor: pointer;
    }

.udx-categories-tree > div.tree-container {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 0px 20px 30px;
    height: calc(100% - 40px);
}

    .udx-categories-tree > div.tree-container::-webkit-scrollbar {
        width: 10px;
    }

    .udx-categories-tree > div.tree-container::-webkit-scrollbar-thumb {
        background: #9FABB6;
        border-radius: 5px;
        border: 1px solid #363738;
    }

.nav-folder {
    color: #00b2b2;
    cursor: pointer;
    font-size: 13px;
}

.nav-category-parent {
    color: #00b2b2;
    cursor: pointer;
    font-size: 13px;
}

.nav-folder-container {
    background-image: url(../../Img/udx_tree/folder.svg);
    background-position: 0px 0px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.nav-category-container {
    background-image: url(../../Img/udx_tree/doc_hierarchy.svg);
    background-position: 0px 0px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

    .nav-category-container .level-1,
    .nav-category-container .level-2,
    .nav-category-container .level-3,
    .nav-category-container .level-4,
    .nav-category-container .level-5 {
        padding-left: 30px;
    }

.nav-folder-container .level-1,
.nav-folder-container .level-2,
.nav-folder-container .level-3,
.nav-folder-container .level-4,
.nav-folder-container .level-5 {
    padding-left: 30px !important;
}


.nav-category-favorite {
    cursor: pointer;
    float: left;
    height: 20px;
    width: 20px;
    margin-top: 7px;
}

    .nav-category-favorite.no-favourite {
        background: url(../../Img/udx-no-favorite.png) no-repeat;
    }

    .nav-category-favorite.is-favourite {
        background: url(../../Img/udx-favorite.png) no-repeat;
    }

.nav-category-report {
    background: url(../../Img/udx-report.png) no-repeat;
    cursor: pointer;
    float: left;
    height: 20px;
    width: 20px;
    margin-top: 7px;
    margin-left: 5px;
}

.leaf-nav-category {
    background-image: url(../../Img/udx_tree/document.svg);
    background-position: 0px 10px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 10px;
    font-size: 12px;
}

li.leaf-nav-category:after {
    content: "";
    display: table;
    clear: both;
}

.leaf-nav-category.report {
    background-image: url(../../Img/udx_tree/report.svg) !important;
    padding-left: 30px;
    background-position: 20px 10px !important;
}

.leaf-nav-category.filter {
    background-image: url(../../Img/udx_tree/filter.svg) !important;
    padding-left: 30px;
    background-position: 20px 10px !important;
}

.tree-container > .nav-list > li {
    padding-left: 30px;
}

.nav .nav-list .tree li {
    color: #FFF;
}

.leaf-nav-category > a {
    color: #fff;
    float: left;
}

.leaf-nav-category:hover {
    background-color: rgba(255,255,255,0.2) !important;
}

/* UDX CATEGORIRES TREE >> */

.return-to-top {
    bottom: 10px;
    right: 15px;
    position: fixed;
    cursor: pointer;
    border-radius: 15px;
    background-color: #2a3b4d;
    background-image: url(../../Img/udx-return-top.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    height: 48px;
    width: 48px;
    display: none;
    box-shadow: 0px 0px 10px #000;
}

    .return-to-top:hover {
        background-color: #344b63;
    }

/* TABLES */
.TableX {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px #808080;
}

.TableX_Hidden {
    display:none !important;
}

.TableX_Active td {
    background-color: #F2F4F8 !important;
}

.TableX_item {
}

    .TableX_item td {
        background-color: #fff; /*#f7f7fa;*/
        border: 0px;
        border-bottom: 1px solid #dadada;
        height: 40px;
        font-size: 11px;
        padding-left: 3px;
        padding-right: 3px;
    }

.borderbottom7px > td {
    border-bottom-width: 7px !important;
}


.TableX_altitem {
}

    .TableX_altitem td {
        border: 0px;
        border-bottom: 1px solid #dadada;
        height: 40px;
        font-size: 11px;
        padding-left: 3px;
        padding-right: 3px;
    }


.TableX_item2 {
}

    .TableX_item2 td {
        border: 0px;
        border-bottom: 1px solid #dadada;
        height: 40px;
        font-size: 11px;
        padding-left: 3px;
        padding-right: 3px;
    }

.TableX_itemlittle {
}

    .TableX_itemlittle td {
        border: 0px;
        border-bottom: 1px solid #dadada;
        height: 40px;
        font-size: 11px;
        padding-left: 3px;
        padding-right: 3px;
    }

.TableX_itemlittle2 {
}

    .TableX_itemlittle2 td {
        border: 0px;
        border-bottom: 1px solid #dadada;
        height: 22px;
        font-size: 11px;
        padding-left: 2px;
        padding-right: 2px;
    }

.TableX_header {
    color: #222;
    cursor: pointer;
    height: 50px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    /* border-bottom: 2px solid #a9a9a9;*/
}

    .TableX_header:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 95%;
        border-bottom: 2px solid #a9a9a9;
    }

    .TableX_header a {
        color: #222;
    }

.TableX_footer {
    height: 50px;
}

.TableX_header table tbody tr td:last-child {
    width: 100% !important;
    text-align: left !important;
}

.TableX_loading_div {
}

.TableX_loading_panel {
    background-color: #f7f7fa;
    color: #2a3b4d;
    box-shadow: 0px 0px 20px #2a3b4d !important;
    display: block;
    padding: 5px 15px 5px 5px;
}

.TableX_pager {
    display: block;
    font-size: 12px;
}

    .TableX_pager div .dxp-num {
        display: inline !important;
        box-sizing: border-box;
        position: relative;
        float: left;
        padding: 3px 8px;
        margin-left: -1px;
        line-height: 1.42857143;
        /*color: #337ab7;*/
        color: #265a88;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-top: 3px;
    }

.TableX_pager, .TableX_pager2 {
    position: relative;
    display: table-row;
}

    .TableX_pager td table, .TableX_pager2 td table {
    }

        .TableX_pager td table tr td, .TableX_pager2 td table tr td {
            display: block !important;
            box-sizing: border-box;
            float: left;
            padding: 3px 8px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #265a88;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-top: 3px;
        }

            .TableX_pager td table tr td span, .TableX_pager2 td table tr td span {
                z-index: 3;
                color: #fff;
                cursor: default;
                background-color: #265a88;
                border-color: #265a88;
                padding: 0px 5px 0px 5px;
            }

    .TableX_pager div .dxp-current, .TableX_pager2 div .dxp-current {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #265a88;
        border-color: #265a88;
    }

    .TableX_pager div .dxp-current, .TableX_pager2 div .dxp-current {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #265a88;
        border-color: #265a88;
    }

        .TableX_pager div .dxp-current:hover, .TableX_pager2 div .dxp-current:hover {
            z-index: 3 !important;
            color: #fff !important;
            cursor: default !important;
            background-color: #265a88 !important;
            border-color: #265a88 !important;
        }

    .TableX_pager div .dxp-num:hover, .TableX_pager2 div .dxp-num:hover {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

    .TableX_pager div .dxp-button, .TableX_pager2 div .dxp-button {
        display: inline;
        box-sizing: border-box;
        position: relative;
        float: left;
        padding: 3px 8px;
        margin-left: -1px;
        line-height: 1.42857143;
        /*color: #337ab7;*/
        color: #265a88;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-top: 3px;
    }

.dpx-lite {
    margin-top: 6px;
}

    .dpx-lite > a:first-child {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .dpx-lite > a:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.TableX_pager div .dxp-dropDownButton, .TableX_pager2 div .dxp-dropDownButton {
    margin-top: 6px;
    margin-left: 4px;
}


.TableX_pager div .dxp-right .dxp-comboBox, .TableX_pager2 div .dxp-right .dxp-comboBox {
    float: right;
    min-width: 50px;
    text-align: right;
}

.TableX_pager div .dxpLite, .TableX_pager2 div .dxpLite {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}


.dxm-noImages {
    /*box-shadow: 0px 0px 10px #2a3b4d;*/
    background-color: transparent;
}

.dxm-shadow {
    background-color: transparent;
    box-shadow: none !important;
}

.dxm-noImages li {
    height: 20px;
    width: 20px;
    text-align: center;
    background-color: #344b63;
    color: #fff;
    border-radius: 50px;
    padding: 2px;
    font-size: 12px;
    margin-bottom: -1px;
}

    .dxm-noImages li:hover {
        background-color: #00b2b2;
    }

    .dxm-noImages li a {
        color: #fff;
        text-decoration: none;
    }



    .dxm-noImages li.dxm-spacing {
        height: 3px;
        background-color: transparent;
    }

.dxp-comboBox > input {
    height: 25px !important;
    width: 25px !important;
    text-align: center !important;
    background-color: #344b63 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 2px !important;
    cursor: pointer;
    font-size: 12px;
}


.dxp-pageSizeItem > .dx {
    padding-right: 10px;
    line-height: 25px;
}

.dxp-summary {
    line-height: 25px;
}

.dxgvADT, .dxgvADT_None {
    margin-top: 2px;
    background: #e9e9e9;
    padding: 0px 5px 0px 5px;
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
    border-radius: 8px;
}
    /*.dxgvADT tr td {
     border-collapse:separate;
}*/

    .dxgvADT tr td:first-child, .dxgvADT_None tr td:first-child {
        font-weight: bold;
        padding: 5px;
        padding-right: 10px;
        font-size: 12px;
    }

    .dxgvADT tr td:nth-child(2), .dxgvADT_None tr td:nth-child(2) {
        padding: 5px;
        font-size: 12px;
    }

    .dxgvADT tr td:nth-child(3), .dxgvADT_None tr td:nth-child(3) {
        padding: 5px;
    }

.dxpcLite, .dxpcLite_None {
    min-width: 300px;
    padding: 20px;
    background: #e9e9e9;
    border: 1px solid #2a3b4d;
    overflow: hidden;
    height: 400px !important;
}

.dxpc-content {
    height: 100% !important;
}

.dxpc-closeBtn {
    float: left;
}

.dxpc-contentWrapper {
    background-color: white !important;
}

.dxpc-headerContent > span {
    font-weight: 700;
    font-size: 10px;
    padding: 3px;
}

.TableX2 {
    background-color: #fff;
}

.TableX_header2 {
    color: #222;
    cursor: pointer;
    height: 50px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    /* border-bottom: 2px solid #a9a9a9;*/
}

    .TableX_header2 th {
        text-align: center !important;
    }

    .TableX_header2.padded2 th {
        padding: 0px 2px;
    }

.TableX_header3 {
}

    .TableX_header3 th {
        text-align: center !important;
    }

    .TableX_header3.padded2 th {
        padding: 0px 2px;
    }

/* END TABLES */



/* HOME PAGE WIDGETS */


.udx-widget {
    display: inline-block;
    padding: 0px;
    border: 1px solid #e4e4e6;
    width: 100%;
}

.udx-widget-container {
    display: inline-block;
    padding: 0px;
    border: 1px solid #e4e4e6;
    width: 100%;
}

.udx-widget-header {
    padding: 10px;
    background-color: #f7f7fa;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e6;
    text-align: left;
    font-weight: bold;
}

.udx-widget-content {
    padding: 10px;
    background-color: #FFFFFF;
    width: 100%;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.udx-widget-container-content {
    padding: 10px;
    background-color: #FFFFFF;
    width: 100%;
    overflow: hidden;
}


.udx-widget-content > div > .udx-widget-image {
    min-width: 120px;
    margin-top: 10px;
}

.udx-widget-options {
    /*position:absolute;*/
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    text-align: left;
}

.udx-widget-arrow {
    text-align: center;
    width: 30px;
}

    .udx-widget-arrow > img {
        width: 30px;
        text-align: center;
    }

.udx-widget-content > .udx-widget-buttons {
}

.udx-widget-buttons > .button {
    padding: 2px;
}


.udx-detail-close-icon {
    background-color: #2A3B4D;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 45px;
    height: 25px;
    text-align: center;
    left: 0px;
}

/* END HOME PAGE WIDGETS */



/* HOME PAGE WIDGETS */
.udx-widget2 {
    /*display: inline-block;*/
    padding: 0px;
    border-bottom: 1px solid #e4e4e6;
    width: 100%;
}


.udx-widget2-expanded {
    width: 100%;
    height: 350px;
    background: #fff;
    z-index: 1000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.udx-widget2-container {
    /*display: inline-block;*/
    padding: 0px;
    border: 1px solid #e4e4e6;
    width: 100%;
}

.udx-widget2-header {
    padding: 10px;
    background-color: #f7f7fa;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e6;
    text-align: left;
    font-weight: bold;
}

.udx-widget2-content {
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    position: relative;
    height: 100px;
    border-right: 1px solid #e9e9e9;
}

.udx-widget2-container-content {
    /*padding: 10px;*/
    background-color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}


.udx-widget2-content > div > .udx-widget2-image {
    max-width: 60px;
    min-width: 1px;
    margin-top: 10px;
}

.udx-widget2-title {
    text-align: left;
    margin: 10px 0px;
    font-size: 14px;
}

.udx-widget2-options {
    /*position:absolute;*/
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    text-align: left;
}

.udx-widget-arrow {
    text-align: center;
    width: 30px;
    position: absolute;
    z-index: 1000;
    bottom: -11px;
    left: 32px;
}

.udx-widget2-arrow > img {
    width: 30px;
    text-align: center;
}

.udx-widget2-content > .udx-widget2-buttons {
}

.udx-widget2-buttons {
    position: absolute;
    bottom: 2px;
    right: 5px;
}

.udx-widget2-content > .udx-widget2-documents {
}

.udx-widget2-documents {
    position: absolute;
    bottom: 6px;
    left: 30px;
    height: 20px;
    text-align: right;
}


.udx-widget2-icon {
    position: absolute;
    bottom: 6px;
    left: 8px;
}



.udx-widget2-buttons > .button {
    padding-right: 5px;
    float: left;
}

.udx-widget2-documents > .button {
    padding-right: 5px;
    float: left;
    text-align: right;
}


.numtotdocuments {
    font-family: 'Roboto';
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 35px;
}

.numdaautorizzare {
    background: red;
    color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #888;
    font-family: 'Roboto';
    font-size: 14px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}


.numpresavisione {
    background: #3366CC;
    color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #888;
    font-family: 'Roboto';
    font-size: 14px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}

/* << Report Widget */

.udx-widget-report {
    /*display: inline-block;*/
    padding: 0px;
    border-bottom: 1px solid #e4e4e6;
    width: 100%;
}

.udx-widget-report-container {
    /*display: inline-block;*/
    padding: 0px;
    border: 1px solid #e4e4e6;
    width: 100%;
}

.udx-widget-report-header {
    padding: 10px;
    background-color: #f7f7fa;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e6;
    text-align: left;
    font-weight: bold;
}

.udx-widget-report-content {
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    position: relative;
    border-right: 1px solid #e9e9e9;
    min-height: 500px;
}

.udx-widget-progress {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0px;
}

    .udx-widget-progress > .progress-attivita {
        height: 5px !important;
    }

        .udx-widget-progress > .progress-attivita > .progress-bar-error {
            background: #f26f6f;
            border-radius: 0px !important;
        }

        .udx-widget-progress > .progress-attivita > .progress-bar-success {
            background: #009178;
            border-radius: 0px !important;
        }

        .udx-widget-progress > .progress-attivita > .progress-bar-gray {
            background: #d6d6d6;
            border-radius: 0px !important;
            color: #707070;
        }



/* Report Widget >> */

.udx-widget2-subway-button {
    position: absolute;
    top: -6px;
    right: -1px;
}


.udx-subway-link {
    color: #000;
    cursor: pointer;
}

.udx-subway-tooltip {
    font-size: 16px !important;
}

    .udx-subway-tooltip > .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        color: #fff;
        text-align: center;
        background-color: #36AEFF;
        border-radius: 4px;
    }


/* << Macro Widgets  */

.udx-macro-widget2 {
    padding: 10px;
    border-bottom: 1px solid #e4e4e6;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    float: left;
}

.udx-macro-widget2-header {
    padding: 10px;
    background-color: #f7f7fa;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e6;
    text-align: left;
    font-weight: bold;
}

.udx-macro-widget2 .udx-macro-widget2-header {
    position: relative;
}

    .udx-macro-widget2 .udx-macro-widget2-header .icon-expcol {
        position: absolute;
        right: 20px;
        font-size: 30px;
    }

    .udx-macro-widget2 > a {
        color: #2a3b4d;
    }

    .udx-macro-widget2 > a:hover {
        color: #ffffff;
        background: #2a3b4d;
    }

.udx-macro-widget2 .udx-macro-widget2-header:hover {
    background: #2a3b4d;
}

/*  Macro Widgets >> */


/* END HOME PAGE WIDGETS */
/* FILTER SECTION */
.udx-stiletd1 {
    overflow: hidden;
    height: 45px;
    font-size: 12px;
    line-height: 35px;
}

.udx-stiletd2 {
    min-height: 45px;
    font-size: 12px;
}

.udx-filter {
    font-size: 12px;
    float: left;
}

.udx-dx-autocomplete {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.udx-calendar {
    width: 110px;
    background: #fff url(../../img/udx-calendar.png) no-repeat right;
}

.datetimepicker.udx-calendar {
    width: 160px !important;
    background: #fff url(../../img/udx-calendar-time.png) no-repeat right !important;
}

.udx-calendar-little {
    padding: 4px !important;
    font-size: 11px;
    width: 105px;
    background: #fff url(../../img/udx-calendar.png) no-repeat right;
    background-size: 16px;
    height: auto;
    margin: 2px;
    border: 1px solid #a0a0a0;
}

.udx-web-service-button {
    background-image: url(../../img/udx-world.png);
    background-size: 20px 20px;
    background-position: 74px !important;
    background-repeat: no-repeat;
    text-align: left;
    width: 100px;
}

.udx-interfacing-button {
    background-image: url(../../img/udx-cloud.png);
    background-size: 20px 20px;
    background-position: 114px !important;
    background-repeat: no-repeat;
    text-align: left;
    width: 140px;
    font-size: 13px;
}

.udx-filter tr td span label {
    display: inline !important;
}

/* -- FILTER SECTION --  */
/* << GRID UTILS */
.grid-button-commands {
    background: #FFFFFF00;
    transition: background 0.3s ease;
}
.grid-button-commands:hover {
    background: #FFFFFFFF;
}

    .grid-button-commands > div.first_function {
        float: left;
        margin-right: 10px;
    }

    .grid-button-commands > div.other_functions {
        float: left;
        margin-right: 10px;
        display: none;
    }

.grid-button-commands-static > div {
    float: left;
    margin-right: 10px;
}

.grid-button-commands-static {
    background: #FFF;
}

.maingrid-button-commands {
    background: #FFF;
}

    .maingrid-button-commands > div.first_function {
        float: left;
        margin-right: 10px;
    }

    .maingrid-button-commands > div.other_functions {
        float: left;
        margin-right: 10px;
        display: none;
    }

.maingrid-button-commands-static > div {
    float: left;
    margin-right: 10px;
}

.maingrid-button-commands-static {
    background: #FFF;
}

.udx-grid-btn-download {
    cursor: pointer;
    color: #4b77bf;
    width: 70px;
    border: 1px solid #4b77bf;
    font-weight: bold;
    margin-bottom: 1px;
}

    .udx-grid-btn-download:hover {
        background-color: #4b77bf;
        color: #fff;
        font-weight: normal;
    }

/* GRID UTILS >> */

/* << UDX POPUP/DIALOG */

.udx-dialog {
    width: 98%;
    height: calc(100vh - 20px);
    top: 1%;
    left: 1%;
    position: fixed;
    min-height: 1px;
    /*border: 1px solid #2a3b4d;*/
    box-shadow: 0px 0px 30px #2a3b4d;
    background-color: #e9e9e9; /*#fffffc;*/
    z-index: 5000;
    display: none;
}

.udx-dialog-header {
    background-color: #2a3b4d;
    width: 100%;
    height: 40px;
    position: relative;
}

.udx-dialog-header .showpdf-btn {
    position: absolute;
    right: 50px;
    top: 3px;
    padding: 5px 15px;
    border: 1px solid rgb(0,113,230);
    background: white;
    border-radius: 5px;
    cursor: pointer;
}

.udx-dialog-close {
    float: right;
    background-color: white;
    height: 40px;
    width: 40px;
    border-bottom: 1px solid #2a3b4d;
    background: #fff url(../../Img/close-dialog.png) 50% no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0px;
}

.udx-dialog-title {
    float: left;
    color: white;
    font-size: 20px;
    /*height: 50px;*/
    padding: 6px;
    user-select: none;
}

.udx-dialog-content {
    /*height: 100%;*/
    height: calc(100% - 40px);
    width: 100%;
    /*padding-top: 20px;*/
}

/* UDX POPUP/DIALOG >> */


/* << UDX VIEW/EDIT */

.udx-metainfo-section {
    background: #fefefe;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.udx-metainfo-subsection {
    border: 1px solid darkred;
    padding: 10px;
}

.udx-metainfo-section-separator {
    width: 100%;
    height: 1px;
    border-top: 1px dotted darkred;
    margin-top: 11px;
}

.udx-metainfo-section-title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.udx-metainfo-section-subtitle {
    color: darkred;
    font-size: 15px;
    font-weight: bold;
}


.udx-metainfo-filter-label-top {
    display: block;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 5px;
}

.udx-metainfo-label-top {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0px;
}

.udx-row-metainfo {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.udx-metainfo-stile1 {
    font-weight: bold !important;
    overflow: hidden;
    min-height: 45px;
    font-size: 12px;
    padding-top: 11px;
    word-wrap: break-word;
}

.udx-metainfo-stile2 {
    font-size: 12px;
    min-height: 45px;
    padding-top: 11px;
    word-wrap: break-word;
}


.udx-metainfo-rel-stile1 {
    color: darkred;
    font-weight: bold;
    overflow: hidden;
    font-size: 12px;
    margin-top: 10px;
}


.udx-metainfo-rel-stile2 {
    font-size: 12px;
    word-wrap: break-word;
    margin-bottom: 10px;
}


.udx-metainfo-xs-stile1 {
    font-weight: bold;
    overflow: hidden;
    font-size: 12px;
    height: 30px;
}

.udx-metainfo-xs-stile2 {
    font-size: 12px;
    height: 30px;
}

.udx-metainfo-repsec-title-cont {
    display: inline-block;
    border-radius: 10px;
    background-color: #c5c7c9;
    padding: 5px 8px;
    cursor: pointer;
}

.udx-section-indicator {
    margin-left: 5px;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -ms-transition: -ms-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}


    .udx-section-indicator.rotated {
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

.udx-metainfo-repsec-title {
    color: #000;
    font-size: 12px;
    margin: 5px;
    width: auto !important;
}

.udx-metainfo-repsec-title-alt {
    font-weight: bold;
    color: #003479;
    font-size: 15px;
    width: auto !important;
    min-height: 22px;
    display: block;
    background: #e7f1ff;
    margin-left: -4px;
    padding: 4px;
}

.udx-metainfo-repsec-container {
    border: 1px solid #949a9e;
    /*overflow: hidden;*/
    border-radius: 10px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.udx-checkboxlist {
    overflow: hidden;
}

/*.udx-checkboxlist > input {
    display: block;
    float: left;
}

.udx-checkboxlist > label {
    display: block;
    float: left;
}*/

.udx-metainfo-stile2 > input[required], input[required-wizard], .udx-metainfo-stile2 > select[required], select[required-wizard], .udx-metainfo-stile2 > textarea[required], textarea[required-wizard], select[required] ~ span.select2-container {
    box-shadow: 0px 0px 6px #ad3939;
}

.udx-metainfo-stile2 > input[required2], .udx-metainfo-stile2 > select[required2], .udx-metainfo-stile2 > textarea[required2], select[required2] ~ span.select2-container {
    box-shadow: 0px 0px 6px #ffcb63;
}

.udx-metainfo-stile2 > input, .udx-metainfo-stile2 > select, .udx-metainfo-stile2 > textarea {
    margin-top: -8px;
}

.udx-metainfo-stile2-alt {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.udx-section {
    padding-left: 5px !important;
    padding-right: 5px !important;
    /*outline:1px solid red;*/
}

.udx-row-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.udx-col-custom-control {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.input-xs {
    padding: 0px;
    font-size: 12px;
}

.alert-dismissible {
    position: fixed !important;
    bottom: -12px;
    left: 10px;
    z-index: 10000;
    box-shadow: 0px 0px 10px #555555;
    max-width: 80%;
}

.udx-nav-wizard {
    display: inline-block !important;
    float: none !important;
}

    .udx-nav-wizard > li {
    }

        .udx-nav-wizard > li > a {
            margin-left: 10px;
        }

.udx-tab-wizard {
    border: 1px solid #2a3b4d;
    border-radius: 5px;
    padding: 10px 0px;
    margin-top: 15px;
    /*overflow: hidden;*/
}

.udx-wizard-arrow {
    position: absolute;
}

/* UDX VIEW/EDIT >> */
/* << UDX FORM BUILDER */
.drp-section {
    border: 1px solid red;
    min-height: 100px;
    border-radius: 3px;
    padding: 10px;
    padding-top: 30px;
    background: #FEFEFE;
    position: relative;
}

.drp-section-title {
    width: 100%;
    height: 40px;
    top: 2px;
    left: 0px;
    position: absolute;
}

.drp-section-position-left {
    width: 100%;
    text-align: left;
    padding: 5px;
}

    .drp-section-position-left > img {
        cursor: pointer;
    }

.drp-section-position {
    width: 100%;
    text-align: right;
    padding: 5px;
}

    .drp-section-position > img {
        cursor: pointer;
    }

.drp-section-title > input[type=text] {
    margin-left: 50px;
    height: 25px;
    font-size: 13px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #000;
    width: calc(100% - 60px);
}

.drp-section-close {
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: red;
    color: #fff;
    width: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
    z-index: 100;
}

.drg-metainfo {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid black;
    padding: 3px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

    .drg-metainfo:hover {
        background-color: #f4d0a1;
    }

.drg-metainfo2 { 
    margin-bottom: 5px;
    border: 1px solid black;
    padding: 3px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

    .drg-metainfo2:hover {
        background-color: #f4d0a1;
    }

.drg-metainfo-small {
    font-size:10px;
}

.udx-frm-bld-section-container {
    height: calc(100vh - 100px);
    border: 1px solid gray;
    border-radius: 3px;
    padding: 10px;
    overflow-y: scroll;
}

.udx-frm-bld-metainfo-container {
    height: calc(100vh - 100px);
    border: 1px solid gray;
    border-radius: 3px;
    padding: 2px;
    overflow-y: scroll;
}

.drg-metainfo-close {
    position: absolute;
    right: 7px;
    top: 5px;
}

/* UDX FORM BUILDER >> */



/* << UDX CUSTOM HTML FORM */

.udx-cst-frm-txt {
    border-radius: 5px;
    font-size: 13px;
    padding: 5px;
    border: 1px solid #a0a0a0;
    margin: 2px;
    width: 95%;
}

    .udx-cst-frm-txt:focus {
        border: 1px solid #f49242;
        box-shadow: 0px 0px 10px #f49242;
    }

.udx-cst-frm-txt-readonly {
    border-radius: 5px;
    font-size: 13px;
    padding: 5px;
    border: 0px;
    margin: 2px;
    width: 95%;
}

    .udx-cst-frm-txt-readonly:focus {
        border: 0px;
        box-shadow: 0px;
        outline: none;
    }

.udx-cst-frm-txtarea {
    border-radius: 5px;
    font-size: 13px;
    padding: 5px;
    border: 1px solid #a0a0a0;
    margin: 2px;
    width: 98%;
}

    .udx-cst-frm-txtarea:focus {
        border: 1px solid #f49242;
        box-shadow: 0px 0px 10px #f49242;
    }

.udx-cst-frm-attach {
    cursor: pointer;
}

div > .udx-cst-frm-image {
    max-height: 100%;
    /* max-width: 100%;*/
    /*width: 100%;*/
}

td > .udx-cst-frm-image {
    /*max-height: 100%;
    max-width: 100%;*/
    width: 100%;
}

span > .udx-cst-frm-image {
    max-height: 280px;
    max-width: 100%;
    width: auto;
}

.udx-cst-frm-image-button {
    cursor: pointer;
}

.udx-cst-frm-ddl, .udx-cst-frm-rbl {
    border-radius: 5px;
    font-size: 13px;
    padding: 5px;
    border: 1px solid #a0a0a0;
    margin: 2px;
    width: 90%;
}

    .udx-cst-frm-ddl:focus {
        border: 1px solid #f49242;
        box-shadow: 0px 0px 10px #f49242;
    }

.udx-cst-frm-date {
    display: inline-block !important;
    font-size: 13px !important;
}


.udx-frm-chooser-container {
    border: 1px solid #2a3b4d;
    z-index: 100;
    border-radius: 3px;
}

    .udx-frm-chooser-container:hover {
        box-shadow: 0px 0px 20px #2a3b4d;
        cursor: pointer;
    }

.udx-frm-chooser-header {
    height: 50px;
    background-color: #2a3b4d;
    width: 100%;
    font-size: 15px;
    color: #fff;
    padding: 3px;
}

.udx-frm-chooser-body {
    height: 200px;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
}

/* read only */

.udx-cst-frm-ro-ddl {
    /*font-size: 10px;*/
}

.udx-cst-frm-ro-txt {
    /*font-size: 10px;*/
    word-break: break-word;
}

.udx-cst-frm-ro-num {
    text-align: right;
    /*font-size: 10px;*/
}

.udx-cst-frm-ro-date {
    text-align: center;
    /*font-size: 10px;*/
}

/* mandatory */
.udx-cst-frm-mandatory1 {
    box-shadow: 0px 0px 6px #ffcb63;
}

.udx-cst-frm-mandatory2 {
    box-shadow: 0px 0px 6px #ad3939;
}

.udx-cst-frm-ddl-div {
    outline: 1px solid #000;
    cursor: pointer;
    float: left;
    padding: 5px;
    margin: 3px 3px 3px 3px;
}

    .udx-cst-frm-ddl-div[selected=selected] {
        background-color: #79c67d;
    }

    /* UDX CUSTOM HTML FORM >> */
    /* << UDX GESTIONE FLUSSI */
    .udx-flow-manager, .udx-interfacing-manager, .udx-gridaction-manager {
    overflow: hidden;
    padding: 0px 0px 20px 0px;
}

    .udx-flow-manager .row > div, .udx-interfacing-manager .row > div, .udx-checkset-manager .row, .udx-gridaction-manager .row {
        min-height: 40px;
        margin-bottom: 5px;
    }

/* UDX GESTIONE FLUSSI >> */

/* UDX LINKS */

.lnk {
    border-radius: 0px;
    background-color: transparent;
    color: #777777;
    padding: 6px 12px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}

    .lnk:hover {
        background-color: rgba(0,0,0,0.10);
        color: #303030;
    }

    .lnk.lnk-green:hover {
        color: #74a582;
    }

    .lnk.lnk-blue:hover {
        color: #52778c;
    }

    .lnk.lnk-red:hover {
        color: #8c5252;
    }

/* UDX LINKS */


/* INTERFACING */
.udx-interfacing-item {
    margin-left: 30px;
}

.udx-interfacing-link {
    background: url(../../Img/udx-flash.png) no-repeat 10px;
}

.udx-interfacing-group-link {
    background: url(../../Img/udx-flash-red.png) no-repeat 10px;
}

/* NOTIFICATION */
span[data-notify] > img {
    cursor: pointer !important;
    height: 30px;
    width: 30px;
}

.ntf_show_notify_details {
    cursor: pointer !important;
}

.ntf_show_notify_messages {
    cursor: pointer !important;
}

/* JOBS */

.udx-job-manager {
    padding: 10px 10px 0px 10px;
    margin-top: 10px;
}

    .udx-job-manager .row {
        min-height: 40px;
        margin-bottom: 5px;
    }
/* JOBS */


/* DASHBOARD */

.udx-dashboard-components {
    overflow: hidden;
    padding: 0px 0px 20px 0px;
}

    .udx-dashboard-components .row {
        min-height: 40px;
    }

        .udx-dashboard-components .row > div:first-child {
            padding-top: 5px;
        }

/* DASHBOARD */


/* WEB SERVICES */

.udx-wslog-container {
    padding: 20px 5px;
}

/* WEB SERVICES */


/* SUBWAY */
.subway-badge {
    padding: 0px 2px;
    min-width: 25px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ffffff;
}


.opacity-grid {
    background-color: rgba(238, 238, 238, 1) !important;
    opacity: 0.5;
}

/* ESPORTAZIONE CATEGORIE */

.udx-exp-cat-category {
    overflow: hidden;
    height: 60px;
    display: table;
    cursor: pointer;
}

.udx-exp-cat-selected {
    width: 6px;
    height: 60px;
    background-color: red;
    position: absolute;
    top: 0px;
    left: 0px;
}

.udx-exp-cat-category > div {
    vertical-align: middle;
    display: table-cell;
}

.udx-exp-cat-row {
    padding: 0px;
    margin: 0px;
}

    .udx-exp-cat-row:hover {
        background: #f0f5ff;
    }

.udx-exp-cat-button {
    background: linear-gradient(to left, #54d676 50%, #000000 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

    .udx-exp-cat-button:hover {
        color: #fff;
        background-position: left;
    }



.my-legend .legend-title {
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}

.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}

    .my-legend .legend-scale ul li {
        font-size: 80%;
        list-style: none;
        margin-left: 0;
        line-height: 18px;
        margin-bottom: 2px;
    }

.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

.my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.my-legend a {
    color: #777;
}

.udx-bg-success {
    background-color: rgb(41,177,0);
    background-image: unset;
}

.udx-bg-secondary {
    background-color: rgb(191,191,191);
    background-image: unset;
}


.udx-bg-warning {
    background-color: #f0ad4e;
    background-image: unset;
}

.scrollrow > .row {
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
}

    .scrollrow > .row > .scrollrow-cell {
        display: inline-block;
        float: none;
    }

.scrollrow-cell {
    padding-bottom: 20px;
    padding-top: 18px;
}

.btn-outline, .btn-outline.focus, .btn-outline:focus, .btn-outline:hover, .btn-outline:active {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
    /*box-shadow: 0 0 0 .2rem rgba(0,123,255,.5); */
}

.display-flex-center {
    display: flex;
    align-items: center;
}


.btn-counter {
    position: absolute;
    /*top: -10px;
    right: -10px;*/
    margin-left: -10px;
    min-width: 8px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    font-weight: normal;
    color: white;
    text-align: center;
    background: #e23442;
    border-radius: 11px;
    box-shadow: inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 1px rgb(0 0 0 / 12%);
    text-shadow: 0 1px rgb(0 0 0 / 20%);
}

.btn-counter-col {
    position: absolute;
    top: -10px;
    right: -10px;
    margin-left: -10px;
    min-width: 8px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    font-weight: normal;
    color: white;
    text-align: center;
    background: #e23442;
    border-radius: 11px;
    box-shadow: inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 1px rgb(0 0 0 / 12%);
    text-shadow: 0 1px rgb(0 0 0 / 20%);
}

.btn-counter-primary {
    border: 1px solid #265a88;
    background-color: #265a88;
    color: white;
}

.btn-counter-secondary {
    border: 1px solid #265a88;
    background-color: white;
    color: #265a88;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.editor-bs-tooltip {
    background-color: #000000 !important;
    color: #ffffff !important;
    position: absolute !important;
}

    .editor-bs-tooltip textarea {
        color: #ffffff !important;
    }

    .editor-bs-tooltip .tooltip-inner {
        background-color: #000000 !important;
        position: absolute !important;
        color: #ffffff !important;
        padding: 5px 10px;
    }

.simplebuttonalert {
    background-color: #777777;
    color: black !important;
    border: solid 2px red;
}

.udx-opt-swch-col:hover {
    outline: 2px solid #f7af8f;
    opacity: 0.8;
}

.udx-opt-swch {
    border: 1px solid #dedede;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
}

.tooltip-no-overflow + .tooltip {
    overflow-wrap: unset !important;
}

.audio-player {
    width: 130%;
    height: 24px;
    position: absolute;
    z-index: 100;
    left: -50px;
}


.big-tooltip {
    font-size: 14px !important;
}

    .big-tooltip > .tooltip-inner {
        max-width: 600px;
        min-width: 600px;
        color: white;
        text-align: center;
        background-color: #264d7a;
        border-radius: 4px;
    }

.big-tooltip-row {
    padding-top: 10px;
}

.centeredDiv {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 59%;
    background-color: white;
    z-index: 999;
    border: 1px solid;
}

.leftAlign {
    text-align:left !important;
}




.chat-header {
    background-color: #d9e6fe;
    height: 50px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 15px;
    background-color: #e9e9e9;
    border: 1px solid #0000003b;
    margin-left: 0px;
    margin-right: 0px;
    height:70px;
}

.chat-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1
}

.chat-window {
    width: 400px;
    background-color: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
}

.chat-area {
    height: 400px;
    overflow-y: scroll;
    overflow-x: clip;
    padding-top: 10px;
    background-color: white;
    border-left: 1px solid #0000003b;
}

.chat-subinfo {
    height: 50px;
    padding-top: 10px;
    background-color: white;
    border-left: 1px solid #0000003b;
}

.chat-messages {
    display: flex;
    flex-direction: column;
}

.chat-message-container {
    margin-bottom: 15px;
}

.chat-message {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-left: auto;
    width: 70%;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #00000024;
}

    .chat-message + div {
        font-size: 10px;
    }

.chat-message-left {
    background-color: #f4f4f4;
    color: black;
    margin-left: 0;
}

    .chat-message-left + div {
        text-align: left;
        padding-left: 10px;
    }

.chat-message-right {
    background-color: #2a3b4d;
    color: white;
    margin-right: 0;
}

    .chat-message-right + div {
        text-align: right;
        padding-right: 10px;
    }

.chat-user-input {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-left: 1px solid #c4c4c4;
}

.chat-message-input {
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #e9e9e9;
}

.chat-send-button {
    padding: 8px 16px;
    margin-left: 10px;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}

    .chat-send-button:hover {
        background-color: #0056b3;
    }

.chat-windows-users {
}

.chat-windows-content {
}

.chat-btn-openchat {
    right: 0;
    right: 80px;
    bottom: 18px;
    position: absolute;
}

.chat-pointer {
    cursor: pointer;
}


.udx-chat-attachment-section {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 420px;
    background-color: white;
    height: 138px;
    z-index: 1;
    left: 50%;
    top: 50%;
    border: 2px solid #e9e9e9;
    display: none;
}


.udx-metainfoform-container {
    margin: 30px;
    padding: 15px;
    border: 1px solid #2a3b4d;
    height: 400px;
    max-height: 400px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #F2F4F8;
}


.row-success-logsmail td {
    background-color: #F2F9FF;
    border-bottom: 1px solid #0000006e;
}

.row-error-logsmail td {
    background-color: #ffeeee;
    border-bottom: 1px solid #0000006e;
}

.pt-10 {
    padding-top: 10px;
}


.file-upload2 {
    display: inline-block;
    padding: 10px 18px;
    /*background: linear-gradient(135deg, #6c63ff, #836fff);*/
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    margin-right: 12px;
}

.file-upload2:hover {
    /*background: linear-gradient(135deg, #5b54e6, #715df0);*/
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
    transform: translateY(-2px);
}

.file-upload2 input[type="file"] {
    display: none; /* Nasconde l'input nativo */
}

.file-name2 {
    font-family: sans-serif;
    font-size: 14px;
    color: #333;
}