html, body {
    display: flex;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: white;
    font-size: 13px;
    color: #233646;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: auto;
    margin: 0px;
}

    body.full-height-layout #wrapper,
    body.full-height-layout #page-wrapper {
        height: 100%;
    }

* {
    text-security: none;
    -webkit-text-security: none;
    -mox-text-security: none;
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

    ::-webkit-scrollbar:hover {
        height: 10px !important;
        width: 10px !important;
    }

::-webkit-scrollbar-button:start:decrement {
    height: 15px;
    display: block;
    background-color: #263949;
    /*background: #ffffff url(../images/arrow_up.png) no-repeat center center;*/
}

::-webkit-scrollbar-button:end:increment {
    height: 15px;
    display: block;
    background-color: #263949;
    /*background: #ffffff url(../images/arrow_down.png) no-repeat center center;*/
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    height: 15px;
    display: block;
    /*background: #ffffff url(../images/arrow_left.png) no-repeat center center;*/
}

::-webkit-scrollbar-button:horizontal:end:increment {
    height: 15px;
    display: block;
    /*background: #ffffff url(../images/arrow_right.png) no-repeat center center;*/
}

::-webkit-scrollbar-track-piece {
    background-color: #c7cbcf;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    background-color: #205e7c;
    /*border: 1px solid #c7cbcf;*/
    border: 1px solid #ffffff;
}

::-webkit-scrollbar-button:vertical {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #175dab;
}

.pendingRequestDisabled {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*#DIVBODYRIGHT ::-webkit-scrollbar-button:start:decrement {
    height: 15px;
    display: block;
    background-color: #f2f2f2;
    background: #f2f2f2 url(../images/arrow_up_grey.png) no-repeat center center;
}

#DIVBODYRIGHT ::-webkit-scrollbar-button:end:increment {
    height: 15px;
    display: block;
    background-color: #f2f2f2;
    background: #f2f2f2 url(../images/arrow_down_grey.png) no-repeat center center;
}

#DIVBODYRIGHT ::-webkit-scrollbar-button:horizontal:start:decrement {
    height: 15px;
    display: block;
    background: #f2f2f2 url(../images/arrow_left_grey.png) no-repeat center center;
}

#DIVBODYRIGHT ::-webkit-scrollbar-button:horizontal:end:increment {
    height: 15px;
    display: block;
    background: #f2f2f2 url(../images/arrow_right_grey.png) no-repeat center center;
}

#DIVBODYRIGHT ::-webkit-scrollbar-track-piece {
    background-color: #f2f2f2;
}

#DIVBODYRIGHT ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

#DIVBODYRIGHT ::-webkit-scrollbar-button:vertical {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #175dab;
}*/

#DIVMAINCONTENT {
    width: 100%;
}

#DIVHEADER {
    /* position:absolute;
    top:0px;
    border-bottom:1px solid grey;*/
    /* padding-bottom:-1px;
    /*background: url(../images/bg_header.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_header.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_header.jpg', sizingMethod='scale')";*/
    /*background-color:#CCCCCC;
    /*background: url(../images/logo-test.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/test2-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/test2-bg.jpg', sizingMethod='scale')";*/
}

#DIVHEADERCONTAINERLEFT {
    float: left;
    background: #FFFFFF url(../images/logo_air.png) center bottom no-repeat;
    /*background: #FFFFFF url(../images/logo_docsone.png) center bottom no-repeat;*/
    margin: 0 0 0 10px;
    border-top: none;
    border-right: none;
    border-left: 1px solid #7092be;
    border-bottom: 1px solid #7092be;
    /*outline: 1px solid #e5e5e5;*/
    background-color: #ffffff;
    /*background-color:rgba(255,255,255,0.0);*/
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

#DIVHEADERCONTAINERRIGHT {
    float: left;
    background-color: #ffffff;
    margin: 0 10px 0 0;
    /*border-left:1px solid #D9D9D9;
    padding-left:-1px;*/
    border-right: 1px solid #7092be;
    /*border-bottom: 2px solid #7092be;*/
    border-bottom: 1px solid #7092be;
    border-top: none;
    border-left: none;
    /*outline: 1px solid #e5e5e5;*/
    background-color: #ffffff;
    /*background-color:rgba(255,255,255,0.0);*/
    /*background: #ffffff url(../images/logo-test.png) no-repeat center center; */
    background: #ffffff url(../images/docsweb-header-v5.png) no-repeat left center;
    /*background-size: cover;*/
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

#DIVBODY {
    /* width:100%;
    position:absolute;
    top:85px;*/
    /*background: url(../images/bg_body.jpg) top center no-repeat;*/
    /*background: url(../images/bg_body.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_body.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_body.jpg', sizingMethod='scale')";*/
    /*background-color:#E0E0E0;
    background-color:#CCCCCC;*/
}

#DIVBODYLEFT {
    /*  position:relative;
    float:left;
    margin: 6px 0 0 10px;
    background-color: #ffffff;
    /*background-color: #f2f2f2;*/
    /*  border-top: 1px solid #7092be;
    border-right: 1px solid #7092be;
    border-left: 1px solid #7092be;
    border-bottom: 1px solid #7092be;
    /*outline: 1px solid #e5e5e5;*/
    /* border:0px;
    border:1px solid #f2f2f2;
    /*background-color: #F5F5F5;*/
}

#DIVBODYLEFTTOP {
    /*overflow: hidden;*/
    /*  margin: 5px 7px 10px 7px;*/
    margin-bottom: 30px !important;
}

#DIVBODYLEFTBOTTOM {
    overflow-x: hidden;
    margin: 10px 7px 5px 7px;
}

form input[type="text"], form input[type="password"], form textarea, form div label input[type="text"], form div label input[type="password"], textarea {
    display: block;
    padding: 0;
    padding-left: 5px;
    margin: 0;
    color: #1f1f1f;
    background-color: #fff;
    float: left;
    /*border: 2px solid #e5e6e7;*/
    border: 1px solid #bdbdbd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    /*line-height: 21px;*/
    /*outline: none;*/
    outline: none;
}

    form input[type="text"]:focus, form textarea:focus {
        background-color: #fff;
        color: #262626;
        border: 1px solid #1c7eaf;
    }

form input[type="button"], label span.ui-button-text {
    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    background-color: #1C7eaf;
    width: 100px;
    height: 35px;
}

    form input[type="button"]:hover, label span.ui-button-text:hover {
        border: 1px solid #1c7eaf;
        border-radius: 4px;
        cursor: pointer;
        background-color: #fff;
        color: #1c7eaf !important;
    }

.form-control-button-1, label span.ui-button-text {
    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    background-color: #1C7eaf;
    width: 100px;
    height: 35px;
}

    .form-control-button-1:hover, label span.ui-button-text:hover {
        border: 1px solid #1c7eaf;
        border-radius: 4px;
        cursor: pointer;
        background-color: #fff;
        color: #1c7eaf !important;
    }

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.icon-lkp-custom {
    cursor: pointer;
    font-size: 20px;
    border: solid 1px #1c7eaf;
    color: #fff;
    outline: none;
    background-color: #1c7eaf;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .icon-lkp-custom:hover {
        border: 1px solid #1c7eaf;
        cursor: pointer;
        background-color: #fff;
        color: #1c7eaf !important;
    }

.icon-multilkp-custom, .icon-multivalore-custom {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 17px;
    border: solid 1px #1c7eaf;
    color: #fff;
    outline: none;
    text-align: center;
    background-color: #1c7eaf;
    margin-top: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .icon-multilkp-custom:hover, .icon-multivalore-custom:hover {
        border: 1px solid #1c7eaf;
        cursor: pointer;
        background-color: #fff;
        color: #1c7eaf !important;
    }

#DIVBODYCENTER {
    position: relative;
    float: left;
    /*border-top: 1px solid #7092be;
    border-right: 1px solid #7092be;
    border-left: 1px solid #7092be;
    border-bottom: 1px solid #7092be;
    border: 1px solid #f2f2f2;*/
    width: 102.62%;
    height: 100%;
}

#DIVBODYCENTERCONTAINER {
    float: left;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

#DIVBODYCENTERLEFT {
    float: left;
    background-color: #89c8e9;
}

#DIVBODYCENTERRIGHT {
    float: left;
    background-color: #89c8e9;
}

#DIVBODYRIGHT {
    position: relative;
    float: left;
    margin: 6px 10px 0 0;
    background-color: #f2f2f2;
    z-index: 10;
    border-top: 1px solid #7092be;
    border-right: 1px solid #7092be;
    border-left: 1px solid #7092be;
    border-bottom: 1px solid #7092be;
    /*outline: 1px solid #e5e5e5;*/
    border: 1px solid #f2f2f2;
    scrollbar-face-color: #f2f2f2;
    scrollbar-track-color: #f2f2f2;
    scrollbar-shadow-color: #f2f2f2;
    scrollbar-highlight-color: #c7cbcf;
    scrollbar-3dlight-color: #f2f2f2;
    scrollbar-darkshadow-Color: #f2f2f2;
}

#DIVSETTINGSRIGHT {
    background-color: #f5f5f7;
    border-radius: 1px;
    border-left: 1px solid #d3caca;
    border-top: 1px solid #d3caca;
    border-bottom: 1px solid #d3caca;
}

.container-column {
    display: flex;
    flex: 1;
    flex-direction: column;
}


#DIVBODYRIGHTTOP {
    margin: 0px 7px 10px 0px;
    display: flex;
    flex: 1;
    min-height: 150px;
}

#DIVBODYRIGHTMIDDLE, #DIVBODYRIGHTMIDDLEBOTTOM {
    overflow-x: hidden;
    margin: 10px 7px 5px 0px;
    min-height: 150px;
}

#DIVBODYRIGHTBOTTOM {
    overflow-x: hidden;
    margin: 10px 7px 5px 0px;
    min-height: 150px;
}

#DIVFOOTER {
    height: 10px;
    position: absolute;
    bottom: 0px;
    /*background: url(../images/bg_footer.jpg) top center no-repeat;*/
    /*background: url(../images/bg_footer.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_footer.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_footer.jpg', sizingMethod='scale')";*/
    background-color: #CCCCCC;
}

#DVIFOOTERCONTAINER {
    border: 1px solid grey;
    padding: -1px;
    width: auto;
    height: 18px;
    position: relative;
}

#navigation-bar {
    line-height: 25px;
}

#tabul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    z-index: 10;
    height: 29px;
    line-height: normal;
    overflow: hidden;
}

    #tabul li {
        display: inline;
        -webkit-border-radius: .3em .3em 0 0;
        -moz-border-radius: .3em .3em 0 0;
        border-radius: .3em .3em 0 0;
        cursor: pointer;
        padding: 0 3px;
    }

.ntabs {
    /*position: relative;
    font-size: 10px;
    /*color: #27619B;*/
    /*color: #175dab;
    float: right;*/
}

.ctab {
    /*position: relative;
    border-bottom-width: 0;
    font-size: 16px;
    /*color: #001A66;*/
    /*color: #175dab;
    float: left;
    margin-left: 10px;
    font-weight: bold;*/
    /*height:40px;*/
}

.close {
    text-decoration: none;
    color: #aaa;
    font-weight: bold;
    font-size: 11px;
    /*line-height: 20px;*/
    line-height: normal;
    padding: 0 4px;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
}

    .close:hover {
    }

#tabcontent, #SOURCESHEET {
    width: auto !important;
    position: relative;
    /*border: 1px solid #BDC7D5;*/
    z-index: 1;
    overflow-x: auto;
    /*background: white;*/
    /*margin-top: 5px;*/
}

.content {
    /*margin-left: 10px;*/
}

#tabhr {
    color: #E0E0E0;
    clear: both;
}

#spin-config {
    width: 30px;
    height: 30px;
}

#spin-chat {
    width: 24px;
    height: 30px;
}

#imgUser {
    /* margin: 2px 0 0 15px;*/
    /*background-image: url(../images/user_default_old.png);*/
    /*background-image: url(../images/user_default.jpg);*/
    /*background-image: url(../images/demo/user_profile_demo.png);*/
    /*background-image: url(../images/user_anonimous.png);*/
    width: 70px;
    height: 70px;
    /*border: 1px solid #E0E0E0;*/
    cursor: pointer;
    margin-top: 12px;
}

#imgAddUserimg {
    cursor: pointer;
}

#pBenvenuto {
    font-size: 18px;
    color: #175dab;
    margin: 20px 0 0 10px;
    font-weight: bold;
}

#pNominativo {
    margin: 10px 0 0 0;
    font-size: 15px;
    color: #f2a332;
    line-height: 1;
}

#pDescription {
    color: #DFE4ED;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
}

#pEmail {
    color: #DFE4ED;
    line-height: 1;
    font-size: 11px;
}

#user-menu {
    inset: 0px 10px auto 10px !important;
    /*left: 40px !important;*/
    min-width: 180px;
}

#imgDivBodyCenterLeftCollapse {
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 0px;
}

#imgDivBodyCenterLeftExpand {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 8px;
    left: 0px;
}

#imgDivBodyCenterRightCollapse {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 0px;
}

#imgDivBodyCenterRightExpand {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
}

.tableEvidenceHeader {
    width: 236px;
    text-align: left;
    background-color: #E0E0E0;
}

    .tableEvidenceHeader td {
        height: 20px;
    }

.tableEvidenceFrom {
    display: none;
    /*width: 230px;*/
    /* width: 221px;*/
    text-align: left;
    margin-bottom: 0px;
}

    .tableEvidenceFrom td {
        border-bottom: 1px solid #E0E0E0;
        height: 20px;
    }

#MINIDOCEVIDENZA .tableEvidenceFrom {
    display: none;
    /*width: 230px;*/
    /* width: 221px;*/
    text-align: left;
    margin-bottom: 0px;
}

    #MINIDOCEVIDENZA .tableEvidenceFrom td {
        border-bottom: 1px solid #E0E0E0;
        height: 20px;
        padding: 3px 0px 0px 0px;
        width: 100px;
    }

        #MINIDOCEVIDENZA .tableEvidenceFrom td a {
            width: 70px !important;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.tableEvidenceTo {
    display: none;
    /*width: 221px;*/
    text-align: left;
    margin-bottom: 0px;
}

    .tableEvidenceTo td {
        border-bottom: 1px solid #E0E0E0;
        height: 20px;
    }

#MINIDOCEVIDENZA .tableEvidenceTo {
    display: none;
    /*width: 230px;*/
    /* width: 221px;*/
    text-align: left;
    margin-bottom: 0px;
}

    #MINIDOCEVIDENZA .tableEvidenceTo td {
        border-bottom: 1px solid #E0E0E0;
        height: 20px;
        padding: 3px 0px 0px 0px;
        width: 100px;
    }

        #MINIDOCEVIDENZA .tableEvidenceTo td a {
            width: 70px !important;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.imgTableEvidence {
    vertical-align: middle;
    /*height:47px;*/
}

.labelTableEvidence {
    /*line-height:47px;*/
    cursor: pointer;
    color: #27619B;
}

.labelTableEvidenceText {
    font-size: 11px;
    margin-left: 20px;
}

.labelTableEvidenceClick {
    font-size: 12px;
    margin-left: 20px;
    cursor: pointer;
    color: #27619B;
}

.labelTableEvidenceSubtitle {
    color: #175dab;
    cursor: pointer;
    font-size: 11px;
}

#labelTableEvidenceTitle, #labelPreferitiTitle, #labelWorkflowTitle, #labelExtrTitle {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 21px;
    background: #205e7c;
}

.tableToolsHeader {
    width: 236px;
    text-align: left;
    background-color: #E0E0E0;
    /*background-color:#ffffff;
    border:1px solid #000000;*/
}

    .tableToolsHeader td {
        height: 20px;
    }

.tableTools {
    width: 221px;
    text-align: left;
}

    .tableTools td {
        border-bottom: 1px solid #E0E0E0;
        height: 25px;
    }

.imgTableTools {
    vertical-align: middle;
    width: 32px;
    height: 25px;
}

.imgTableToolsFont {
    vertical-align: middle;
    cursor: pointer;
}

.labelTableTools {
    cursor: pointer;
    color: #233646;
    font-size: 11px;
    padding-left: 10px;
}

.labelTableToolsBlack {
    cursor: pointer;
    color: #000000;
    font-size: 11px;
    padding-left: 10px;
}

#labelTableToolsTitle {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 21px;
    background: #205e7c;
    height: 44px;
    margin-top: -1px;
}

.tableWorkingHeader {
    width: 236px;
    text-align: left;
    background-color: #E0E0E0;
    /*background-color:#ffffff;
    border:1px solid #175dab;*/
}

    .tableWorkingHeader td {
        height: 20px;
    }

.tableWorking {
    /*width: 230px;*/
    width: 221px;
    text-align: left;
}

    .tableWorking td {
        border-bottom: 1px solid #E0E0E0;
        height: 25px;
    }

#labelTableWorkingTitle, #labelTableChatBotTitle, #labelTableArchiveTitle {
    background: #205e7c;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 12px 15px;
    font-size: 12px;
    color: #fff;
    height: 44px;
    margin-top: -1px;
}

#tableMenu {
    width: 236px;
    text-align: left;
    background-color: #E0E0E0;
}

    #tableMenu td {
        height: 20px;
    }

.tableDirectoryHeader {
    width: 236px;
    text-align: left;
    background-color: #E0E0E0;
}

    .tableDirectoryHeader td {
        height: 20px;
    }

.tableDirectory {
    width: 230px;
    text-align: left;
}

    .tableDirectory td {
        border-bottom: 1px solid #E0E0E0;
        height: 20px;
    }

/*#labelTableDirectoryTitle {
    /*color:#000000;*/
/* text-align: center;
    font-size: 12px;
    font-weight: bold;
    /*padding: 5px;*/
/* text-transform: uppercase;
    color: #0E3867;
    line-height: 21px;
}*/

#tableuser {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #205e7c;
    height: 61px;
    border-bottom: 1px solid #B9B9B5;
}

.collapse-nav-header {
    float: right;
    right: 20px;
    top: 20px;
    position: absolute;
}

.nav-header-divider {
    width: 100%;
    height: 150px;
    background-color: #263949;
    border-bottom: 1px solid #E7EAEC;
}

#logoutbutton {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
}

/*#divsearch {
    position: absolute;
    right: 15px;
    bottom: 10px;
}*/

#searchtext {
    width: 214px;
}

#searchbutton {
    width: 24px;
    height: 25px;
    vertical-align: middle;
    cursor: pointer;
    margin: 18px 0 0 12px;
}

#searchbuttonCenter {
    width: 24px;
    height: 25px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 10px;
    font-size: 18px;
}

#divlogout {
    position: absolute;
    top: 0;
    right: 11px;
    height: 30px;
    margin: 0;
    padding: 0;
    color: #27619B;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

    #divlogout ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
        text-align: center;
    }

    #divlogout li {
        float: left;
        width: 85px;
    }

    #divlogout a {
        display: block;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        cursor: pointer;
        border-left: 2px solid #E0E0E0;
        border-bottom: 2px solid #E0E0E0;
        background: #E0E0E0;
        font-weight: bold;
        color: #0E3867;
        border-left: 1px solid #175dab;
        border-bottom: 1px solid #175dab;
        /*background: rgb(108,151,200);
    background: -moz-linear-gradient(top, rgba(224,224,224,0.5) 0%, rgba(186,186,186,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,0.5)), color-stop(100%,rgbargba(186,186,186,0.5)));
    background: -webkit-linear-gradient(top, rgba(224,224,224,0.5) 0%,rgba(186,186,186,0.5) 100%);
    background: -o-linear-gradient(top, rgba(224,224,224,0.5) 0%,rgba(186,186,186,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(224,224,224,0.5) 0%,rgba(186,186,186,0.5) 100%);
    background: linear-gradient(to bottom, rgba(224,224,224,0.5) 0%,rgba(186,186,186,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#BABABA',GradientType=0 );*/
        background: #175dab;
        color: White;
    }

        #divlogout a:hover, #divlogout .current_page_item a {
            text-decoration: none;
        }

    #divlogout .current_page_item a {
    }

    #divlogout .last a {
        border-right: none;
    }

#subtableWorking1 td {
    border: none;
}

#subtableWorking2 td {
    border: none;
}

#subtableWorking1 td p {
    margin-left: 20px;
}

#subtableWorking2 td p {
    margin-left: 20px;
    cursor: pointer;
}

.searchlabel {
    font-size: 12px;
    vertical-align: middle;
}

.divshowhidecolumns {
    display: none;
    position: relative;
    /*bottom:52px;*/
    /*left: 0px;*/
    background-color: #ffffff;
    overflow: auto;
    z-index: 1;
    width: 200px;
    height: 500px;
    top: -90%;
    overflow-y: scroll;
}

    .divshowhidecolumns ul p {
        color: #175dab;
    }

    .divshowhidecolumns ul {
        padding: 5px;
        border: 1px solid #E0E0E0;
    }

        .divshowhidecolumns ul li {
            padding: 5px;
            border-bottom: 1px solid #E0E0E0;
        }

    .divshowhidecolumns p {
        font-weight: bold;
        text-align: center;
    }

.tdHeader {
    text-align: center;
    vertical-align: middle;
    width: 236px;
    text-align: left;
}

#divWorking {
    padding: 0;
    /*overflow: auto;*/
    clear: both;
    text-align: center;
}

#divEvidenceFrom {
    padding: 0;
    /*overflow: auto;*/
    clear: both;
    text-align: center;
}

#divEvidenceTo {
    padding: 0;
    /*overflow: auto;*/
    clear: both;
    text-align: center;
}

#divTools {
    padding: 0;
    /* overflow: auto;*/
    clear: both;
    text-align: center;
}

#divDirectory {
    padding: 0;
    /*overflow: auto;*/
    clear: both;
    text-align: center;
}

.dwSelectItemsCont {
    FONT: 12px tahoma;
    OVERFLOW-X: hidden;
    OVERFLOW-Y: auto;
    BACKGROUND: white;
    BORDER: 1px solid gray;
    HEIGHT: 100px;
    SCROLLBAR-FACE-COLOR: #63a76a;
    SCROLLBAR-HIGHLIGHT-COLOR: #63a76a;
    SCROLLBAR-SHADOW-COLOR: #b4dce8;
    SCROLLBAR-3DLIGHT-COLOR: #b4dce8;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #b4dce8;
    SCROLLBAR-DARKSHADOW-COLOR: #b4dce8;
    SCROLLBAR-BASE-COLOR: #b4dce8;
}

/*.fileupload {
    left: 125px;
    outline: none;
}

    .fileupload:focus {
        border: 1px solid #1c7eaf;
    }*/

/*.fileupload-buttonbar.ui-widget-header.ui-corner-top {*/
/*.fileupload-buttonbar {
    display: flex;
    color: #1f1f1f;
    border: 2px solid #e5e6e7;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    height: 100%;
}

    .fileupload-buttonbar:focus {*/
/*.fileupload-buttonbar.ui-widget-header.ui-corner-top:focus {*/
/*background-color: #fff;
        color: #000000;
    }

.fileupload-content{*/
/*.fileupload-content.ui-widget-content.ui-corner-bottom {*/
/*background-color: white;
    background-image: none;
    margin-top: 0px;
    border: 1px solid #1c7eaf;
    outline-color: none;
}*/


/*
.template-download .delete .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only .ui-button-text {
    background: #ffffff url(../images/fileupload_delete.png) no-repeat center center;
}

.fileupload-text {
    position: absolute;
    margin-left: 6px;
    overflow: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
    line-height: 1.5;
    height: -webkit-fill-available;
}*/

.imgEvidence {
    cursor: pointer;
    float: right;
}

.tdevidence-bold {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

/*.pq-grid-row {
    cursor: move;
}*/
/*.folder_droppable_hover {
    /*border:1px solid red;*/
/*   background-color: #add6ff;
    vertical-align: middle;
}*/
/*.folder_droppable {
    color: #175dab;
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
}*/
/*.folder_droppable_label {
    color: #175dab;
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
}*/
.rCurrentFolder {
    /*color:#000000;*/
    background-color: #f2f2f2;
    font-size: 10px;
    font-weight: bold;
    /*padding: 5px;*/
    /*text-transform: uppercase;*/
    color: #0E3867;
    margin-right: 3px;
    cursor: pointer;
}

#newFolderName {
    float: left;
}

#iNewFolder {
    float: left;
    cursor: pointer;
    width: 100%;
}

#iBack {
    cursor: pointer;
}

#addNewPersonalDocumentInformation {
    display: none;
    margin: 0;
    background-color: #ffffff;
    /*background-Repeat:no-repeat;
    background-image:url(../images/new_login.png);*/
    height: 200px;
    text-align: center;
    width: 460px;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

#tAddNewPersonalDocumentInformation {
    margin: 0 auto;
    margin-top: 10px;
    /*float:right;*/
}

    #tAddNewPersonalDocumentInformation td {
        padding: 5px 10px;
    }

    #tAddNewPersonalDocumentInformation .label {
        text-align: right;
        color: #27619B;
    }

    #tAddNewPersonalDocumentInformation .empty {
        height: 10px;
    }

    #tAddNewPersonalDocumentInformation .header {
        background-color: #E0E0E0;
        /*color: #000000;*/
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        /*padding: 5px;*/
        text-transform: uppercase;
        color: #0E3867;
        line-height: 21px;
    }

    #tAddNewPersonalDocumentInformation .button {
        /*BACKGROUND-COLOR: lightgrey;*/
        BORDER-BOTTOM: #9fa09b 1px solid;
        BORDER-LEFT: #9fa09b 1px solid;
        BORDER-RIGHT: #9fa09b 1px solid;
        BORDER-TOP: #9fa09b 1px solid;
        font-family: 'Roboto', sans-serif;
        FONT-SIZE: 10px;
        color: #000000;
        background-color: #ffffff;
        background-image: url(../images/bg_button.jpg);
        background-position: bottom;
        background-repeat: repeat-x;
    }

    #tAddNewPersonalDocumentInformation input[type="button"], label span.ui-button-text {
        color: #555151;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
        cursor: pointer;
        background-color: white;
        outline: none;
    }

        #tAddNewPersonalDocumentInformation input[type="button"]:hover, label span.ui-button-text:hover {
            color: #555151;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
            cursor: pointer;
            background-color: #f6f6f6; /* IE6-9 */
        }

    #tAddNewPersonalDocumentInformation input[type="text"], #tAddNewPersonalDocumentInformation input[type="password"], #tAddNewPersonalDocumentInformation form textarea, #tAddNewPersonalDocumentInformation form div label input[type="text"] {
        display: block;
        padding: 0;
        padding-left: 5px;
        margin: 0;
        color: #1f1f1f;
        background-color: #fff;
        float: left;
        /*border: 2px solid #e5e6e7;*/
        border: 1px solid #bdbdbd;
        -moz-border-radius: 3px;
        -webkit-border-radius: 1px;
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        border-bottom-left-radius: 1px;
        border-bottom-right-radius: 1px;
        /*line-height: 21px;*/
        outline: none;
    }

/*#tAddNewPersonalDocumentInformation input[type="text"]:focus, input[type="password"]:focus, form textarea:focus {
            background-color: #fef0d8;
            color: #000000;
        }*/

/*#selectedDocumentDataContainer {
    display: none;
    font-size: 10px;
    position: absolute;
    z-index: 950;
    background-color: #ffffff;
    /*background-Repeat:no-repeat;
    background-image:url(../images/new_login.png);*/
/*text-align: left;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #000000;
}*/
#selectedDocumentDataContainer {
    display: none;
    position: absolute;
    margin: 0 auto;
    left: 45%;
    top: 60%;
    right: auto;
    width: 218px;
    max-height: 200px;
    overflow: auto;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px #888888;
    font-size: 10px;
    z-index: 950;
    text-align: left;
}

#selectedDocumentDataContainerTable {
    width: 100%;
}

    #selectedDocumentDataContainerTable span {
        vertical-align: top;
        cursor: pointer;
        white-space: nowrap;
    }

    #selectedDocumentDataContainerTable .label {
        vertical-align: top;
        cursor: pointer;
        white-space: normal;
    }

    #selectedDocumentDataContainerTable .rowNormal {
        cursor: pointer;
        border-bottom: 1px solid #ededed;
    }

    #selectedDocumentDataContainerTable .rowHover {
        background-color: #e0f0ff;
    }

#tableSignDocument {
    font-size: 11px;
    height: 580px;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
}

    #tableSignDocument th {
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        color: #27619B;
        border-bottom: 3px solid #E0E0E0;
        padding-bottom: 10px;
    }

    #tableSignDocument td {
        border-bottom: 1px solid #E0E0E0;
    }

#SignDocument {
    background-color: #ffffff;
    height: 780px;
    display: none;
}

#SignDocumentLeft {
    float: left;
    width: 35%;
}

#SignDocumentRight {
    float: left;
    width: 65%;
}

.row-selected-signdocument {
    border: 1px solid red;
}

    .row-selected-signdocument td {
        background-color: #ADD6FF;
    }

#SignDocumentButtonFirma {
    width: 100%;
    display: none;
}

    #SignDocumentButtonFirma td {
        font-size: 12px;
        text-align: center;
        width: 100px;
        vertical-align: top;
    }

#SignDocumentFirma {
    display: none;
    text-align: center;
}

    #SignDocumentFirma span {
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        color: #27619B;
    }

    #SignDocumentFirma input[type="button"], label span.ui-button-text {
        color: #555151;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
        cursor: pointer;
        background-color: white;
        outline: none;
    }

        #SignDocumentFirma input[type="button"]:hover, label span.ui-button-text:hover {
            color: #555151;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
            cursor: pointer;
            background-color: #f6f6f6;
        }

#SignDocumentOtp {
    width: 100%;
}

    #SignDocumentOtp td {
        font-size: 12px;
        width: 100px;
    }

#SignDocumentButtonFirmaRemota {
    margin-top: 50px;
    width: 100%;
    display: none;
}

    #SignDocumentButtonFirmaRemota td {
        font-size: 12px;
        text-align: center;
        width: 100px;
        vertical-align: top;
    }

#SOURCESHEET {
    background-color: #ffffff;
}

#TAGCONTENT {
    /*height: 50px;    
    background-color: #c2c2c2;*/
}

    #TAGCONTENT input {
        color: #fff;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
        cursor: pointer;
        background-color: #1C7eaf;
        width: 100px;
        height: 35px;
        margin: 2px;
    }

        #TAGCONTENT input:hover {
            border: 1px solid #1c7eaf;
            border-radius: 4px;
            cursor: pointer;
            background-color: #fff;
            color: #1c7eaf !important;
        }

.menuDossier {
    width: auto !important;
}

#RESULTGRID {
    height: 500px;
}

#Actors {
    display: none;
    background-color: #ffffff;
    height: 383px;
}

#ActorsTable {
    margin: 0 auto;
    width: 100%;
}

    #ActorsTable th {
        font-weight: bold;
        font-size: 12px;
        color: #27619B;
        border-bottom: 3px solid #E0E0E0;
        padding: 10px;
    }

        #ActorsTable th.rigthBorder {
            border-right: 1px solid #E0E0E0;
        }

        #ActorsTable th.actorsTitle {
            font-size: 16px;
        }

    #ActorsTable td {
        font-size: 12px;
        padding: 3px;
    }

        #ActorsTable td.rigthBorder {
            border-right: 1px solid #E0E0E0;
        }

#WFTable {
    font-size: 11px;
    overflow: auto;
    /*height: 300px;*/
    width: 100%;
}

    #WFTable th {
        font-weight: bold;
        font-size: 12px;
        color: #27619B;
        border-bottom: 3px solid #E0E0E0;
        padding: 10px;
        text-align: center;
    }

    #WFTable td {
        border-bottom: 1px solid #E0E0E0;
        padding: 3px;
    }

.info-details {
    cursor: pointer;
    vertical-align: middle;
}

#WF {
    background-color: #ffffff;
    /*height: 780px !important;*/
    display: none;
}

#WFLeft {
    float: left;
    width: 35%;
}

#WFRight {
    float: left;
    width: 65%;
}

#WF input[type="button"] {
    color: #555151;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;
    outline: none;
}

    #WF input[type="button"]:hover {
        color: #555151;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
        cursor: pointer;
        background-color: #f6f6f6;
    }

#WFDashboard {
    margin-top: 50px;
    width: 100%;
}

    #WFDashboard td {
        font-size: 12px;
        text-align: center;
        width: 100px;
        vertical-align: top;
    }

#WFTableTooltip {
    display: none;
    font-size: 11px;
    cursor: pointer;
    border: 1px solid #c2c2c2;
    position: absolute;
    background: #ffffff;
}

    #WFTableTooltip th {
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        color: #27619B;
        border-bottom: 3px solid #E0E0E0;
        padding-bottom: 10px;
    }

    #WFTableTooltip td {
        border-bottom: 1px solid #E0E0E0;
    }

        #WFTableTooltip td.columnName {
            font-weight: bold;
            font-size: 12px;
            color: #27619B;
            border-right: 3px solid #E0E0E0;
            padding-right: 10px;
        }

        #WFTableTooltip td.columnValue {
            font-size: 12px;
            padding-left: 10px;
        }

tr.tableMassiveWfSelected td {
    background-color: #ADD6FF;
}

.tableTooltipMassiveWf {
    display: none;
    position: absolute;
    background: #ffffff;
}

.pq-grid-footer.pq-pager .ui-button.ui-widget.ui-state-default.ui-button-text-icon-primary {
    border: 0px;
}

.desktopsearchheader {
    font-size: 18px;
    color: #2518b5;
    text-decoration: underline;
}

.desktopsearchlink {
    font-size: 14px;
    color: #00802a;
}

.desktopsearchbody {
    font-size: 14px;
    padding-bottom: 10px;
}

#subtabcontent {
    position: relative;
    z-index: 1;
    font-size: 11px;
    /*  margin-left: 10px;*/
    overflow: hidden !important;
}

#subtabhr {
    color: #E0E0E0;
}

#subtabul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    padding: 5px 16px;
    margin: 0;
    z-index: 10;
    height: auto;
    overflow: auto;
}

    #subtabul li {
        display: inline;
        -webkit-border-radius: .3em .3em 0 0;
        -moz-border-radius: .3em .3em 0 0;
        border-radius: .3em .3em 0 0;
        cursor: pointer;
        padding: 0 3px;
    }

    #subtabul .ntabs {
        float: right;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 10px 3px 10px;
        background: #205e7c;
        color: #ffffff;
        margin-left: 2px;
        white-space: nowrap;
    }

    #subtabul .ctab {
        /*position: relative;*/
        /*font-size: 16px;*/
        /*float:left;*/
        /*height:25px;*/
        background-color: #1c7eaf;
        color: #ffffff;
    }

.WFTables {
    margin-top: 50px;
    width: 100%;
}

    .WFTables th {
        font-weight: bold;
        font-size: 12px;
        color: #27619B;
        border-bottom: 3px solid #E0E0E0;
        padding: 10px;
    }

        .WFTables th.rigthBorder {
            border-right: 1px solid #E0E0E0;
        }

        .WFTables th.actorsTitle {
            font-size: 16px;
        }

    .WFTables td {
        font-size: 12px;
        padding: 3px;
    }

        .WFTables td.rigthBorder {
            border-right: 1px solid #E0E0E0;
        }

#AddUserImg {
    background-color: #ffffff;
    display: none;
}

    /*   #AddUserImg input[type="button"] {
        color: #555151;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
        cursor: pointer;
        background-color: white;
        outline: none;
    }

        #AddUserImg input[type="button"]:hover {
            color: #555151;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
            cursor: pointer;
            background-color: #f6f6f6;
        }*/

    #AddUserImg p {
        font-size: 14px;
    }

#ViewMultiValues {
    display: none;
}

#evImgUser, #evSignImgUser {
    margin-left: 10px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    padding-right: 0;
    padding-left: 0;
}

.docswebButton {
    color: #555151;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;
    margin-left: 10px;
    outline: none;
}

    .docswebButton:hover {
        color: #555151;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
        cursor: pointer;
        background-color: #f6f6f6;
        color: #1c7eaf !important;
    }

#UploadEditedDocument {
    background-color: #ffffff;
    display: none;
}

    #UploadEditedDocument input[type="button"] {
        color: #555151;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
        cursor: pointer;
        background-color: white;
        outline: none;
    }

        #UploadEditedDocument input[type="button"]:hover {
            color: #555151;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
            cursor: pointer;
            background-color: #f6f6f6;
        }

    #UploadEditedDocument p {
        font-size: 14px;
    }

.tableRoche td {
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.fullTextWait {
    text-align: center;
    padding-top: 20px;
    display: none;
}

.fullTextNoResult {
    font-size: 15px;
}

.fullTextContentMasterDiv {
    font-size: 18px;
    color: #205e7c;
    padding-bottom: 10px;
}

.fullTextContentMaster {
    cursor: pointer;
}

    .fullTextContentMaster:hover {
        text-decoration: underline;
    }

.fullTextAbstract {
    font-size: 13px;
    padding-left: 20px;
}

.fullTextDocument {
    color: #006621;
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 20px;
}

    .fullTextDocument span {
        cursor: pointer;
    }

        .fullTextDocument span:hover {
            text-decoration: underline;
        }

.fullTextMetadata {
    color: brown;
    padding-bottom: 20px;
    padding-left: 20px;
}

.fullTextMetadataMaster {
    font-style: italic;
    cursor: pointer;
}

    .fullTextMetadataMaster:hover {
        text-decoration: underline;
    }

#divFullTextSearch {
    padding-top: 10px;
}

#fullTextOpenComboArchive {
    background-image: url('../images/arrow-down-archive.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 10px;
    margin-top: 15px;
}

    #fullTextOpenComboArchive:hover {
        background-image: url('../images/arrow-down-archive-focus.png');
    }

#fullTextOpenComboArchiveShort {
    width: 15px;
    margin-top: 18px;
    cursor: pointer;
}

#fullTextTextbox {
    outline: none;
    border: 0;
    font-size: 25px;
}

#fullTextTextboxShort {
    outline: none;
    border: 0;
    width: 100%;
    height: 35px;
    color: #233646;
    margin-top: 10px;
    margin-right: 10px;
}
    /* Stili per il placeholder */
    #fullTextTextboxShort::placeholder {
        color: #fff !important;
    }

    /* Stili per il placeholder */
    #fullTextTextboxShort::placeholder {
        color: #fff !important;
    }

    /* Stili per il placeholder al focus */
    #fullTextTextboxShort:focus::placeholder {
        color: #233646 !important; /* Cambia il colore del placeholder al focus */
    }

#fullTextComboArchive {
    display: none;
    position: absolute;
    margin: 0 auto;
    left: 60px;
    right: 0;
    width: 340px;
    max-height: 200px;
    overflow: auto;
    background-color: #f6f6f6;
    box-shadow: 2px 2px 5px #c4c4c4;
    font-size: 12px;
    padding-left: 10px;
}

#fullTextComboArchiveShort {
    display: none;
    position: absolute;
    margin: 0 auto;
    right: 330px;
    width: 218px;
    max-height: 200px;
    overflow: auto;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 5px #888888;
    font-size: 12px;
    z-index: 999;
}

#fullTextComboArchive .fullTextComboArchiveCheck {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    margin-right: 10px;
}

#fullTextComboArchive td {
    height: 30px;
}

#fullTextComboArchiveShort .fullTextComboArchiveCheck {
    margin-right: 5px;
}

#fullTextComboArchiveShort td {
    height: 10px;
}

.fullTextComboArchiveCaption {
    padding: 10px;
    font-style: italic;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: Gray !important;
    font-style: italic !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: Gray !important;
    font-style: italic !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: Gray !important;
    font-style: italic !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: Gray !important;
    font-style: italic !important;
}

.gsButtonFiltra {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    background-color: #9e3a3a;
    outline: none;
    padding: 5px;
}

.gsButton {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    background-color: #6a7e9c;
    outline: none;
    padding: 5px;
}

#oFilterTypeSEL, #oFieldCombo, #oFieldOpCombo {
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    color: #263949;
}

.gsHeadB, .filterLabel {
    font: 12px tahoma;
    background-color: #fafafa;
    color: #263949;
    padding-left: 5px;
}

.gsFilterName {
    padding-right: 10px;
}

.filterFrom, .filterTo, .gsFilterTypeINP {
    border: 1px solid #dbdde5;
    border-radius: 2px;
    background-color: white;
}

.gsFilterEditorCont {
    background-color: #fafafa;
    padding: 20px;
}

.input-sign {
    width: 140px;
    border: 1px solid Black !important;
    padding: 1px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

    .input-sign:enabled {
        background-color: white !important;
    }

#extractorNewRecord {
    color: blue;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}

.gridtree.filetree span.folder {
    background-color: rgb(242, 241, 239);
}

.ntabs.ctab .dymNewRecord, .ntabs.ctab .dymNewRecordSpace {
    display: inline;
}

.ntabs .dymNewRecord, .ntabs .dymNewRecordSpace {
    display: none;
}

.pq-grid-footer .ui-button-text-icon-primary {
    padding-left: 6px;
    font-weight: normal;
    text-indent: -8px;
    color: #333;
}

.splash_frame {
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    overflow: hidden;
}

#splash_image_logout {
    margin: 0 auto;
}

#logout-content {
    width: 99%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    flex-direction: column;
}

.msg-logout {
    margin: 0px;
}

.cookie-policy-btn {
    background-color: rgba(134, 183, 238, 1);
    border: solid 1px rgb(112, 154, 202);
    color: white;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#current-tab-title {
    margin-top: 10px;
}

.copyrightTxtDiv {
    padding-top: 10px;
    color: #a7b1c2;
}

.breadcumb-navigazione {
    display: flex;
    background: white;
    /*border-top: 1px solid #fafafa;*/
    /* border-bottom: 1px solid rgba(231, 234, 236, 1);*/
    border-bottom: 1px solid #b9b9b5 !important;
    min-height: 82px;
    padding-left: 15px;
}

#homedefault {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    #homedefault .row {
        justify-content: center;
        display: flex;
    }

#homeContainerInputSearch {
    flex-direction: row;
    display: flex;
    border-bottom: 1px solid #dedede;
    border-radius: 1px;
}

#imgLogo {
    width: 74px;
    height: 74px;
}

.custom-multivalore-select, .multilkp-custom {
    outline: none;
    background-color: #fff;
    /*border: 2px solid #e5e6e7;*/
    border: 1px solid #bdbdbd;
}

    .custom-multivalore-select:focus, .multilkp-custom:focus {
        border: 1px solid #1c7eaf;
    }

#logo-application {
    max-width: 181px;
    max-height: 57px;
}

#DIVMAINCONTENT-DE {
    background-color: #fff;
}

/*Datapump*/
table.pq-grid-header-datapump-table {
    /*table-layout:fixed;*/
    width: 0px;
    border-spacing: 0px;
    width: 100%;
    border: 1px solid #ccc;
}

    table.pq-grid-header-datapump-table div.pq-grid-header-table-div {
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 12px;
        text-align: left;
        padding-top: 10px;
    }

    table.pq-grid-header-datapump-table div.pq-grid-header-table-div-filter {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 11px;
        position: relative;
        z-index: 10;
    }

        table.pq-grid-header-datapump-table div.pq-grid-header-table-div-filter input {
            background-color: white;
            border: 1px solid #c2c2c2;
            min-width: 40px;
            padding-left: 5px;
            border-radius: 1px;
        }

    table.pq-grid-header-datapump-table thead tr {
        border-bottom: 1px solid #ccc;
        height: 34px;
    }

    table.pq-grid-header-datapump-table tbody tr {
        height: 58px
    }

        table.pq-grid-header-datapump-table tbody tr:hover {
            background-color: #efeded;
        }

.pq-grid-header-datapump-table th {
    background: #1c7eaf;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-left: 8px;
}

.pq-grid-header-datapump-table td {
    padding-left: 8px;
}

#refreshDatapumpPage, #refreshUtilsPage {
    float: right;
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
}

    #refreshDatapumpPage i, #refreshUtilsPage i {
        padding-right: 5px;
    }

.datapumpProcessDiv, .utilsProcessDiv {
    margin: 18px;
}

.play {
    /*background: url('../images/datapump-play-button.png');
    background-position: center;
    background-repeat: no-repeat;*/
    font-size: 25px;
    cursor: pointer;
}

.stop {
    /*background: url('../images/datapump-stop-button.png');
    background-position: center;
    background-repeat: no-repeat;*/
    font-size: 25px;
    cursor: pointer;
}

.buttonLkp {
    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    background-color: #1C7eaf;
    width: 100px;
    height: 35px;
}

    .buttonLkp:hover {
        border: 1px solid #1c7eaf;
        border-radius: 4px;
        cursor: pointer;
        background-color: #fff;
        color: #1c7eaf !important;
    }

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.arrow-lkp:hover {
    cursor: pointer;
    height: 32px;
    width: 32px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
}


.graph {
    background-color: white;
}

.k-card > img.k-card-image {
    height: 134px;
    display: block;
}

.quoteCard span {
    display: block;
    float: right;
}

#divMenuHome {
    padding-left: 16px;
    padding-right: 25px;
    padding-top: 20px;
    background-color: white;
}


.btnDialogClose, .btnDialogOk, .btnDialogDetails, .btnDialogAnnulla, .btnDialogContinue {
    min-width: 100px;
    min-height: 35px;
}

/*ARCHIVIAZIONE*/
.theme-config-archive {
    position: absolute;
    top: 156px;
    right: 0;
    overflow: hidden;
    height: 45px;
}


.theme-archive-box {
    margin-right: -220px;
    position: relative;
    z-index: 2200;
    transition-duration: 0.8s;
    height: 45px;
}

    .theme-archive-box.show {
        margin-right: 0;
    }

#spin-archive {
    font-size: 20px;
    vertical-align: middle;
}

#spin-archive-toungue {
    height: 44px;
}

#DIVSETTINGSARCHIVE {
    background-color: #f5f5f7;
    border-radius: 1px;
    border-left: 1px solid #d3caca;
    border-top: 1px solid #d3caca;
    border-bottom: 1px solid #d3caca;
}

/*CHATBOT*/
.theme-config-chatbot {
    position: absolute;
    top: 110px;
    right: 0;
    overflow: hidden;
    height: 45px;
}


.theme-chatbot-box {
    margin-right: -220px;
    position: relative;
    z-index: 2200;
    transition-duration: 0.8s;
    height: 45px;
}

    .theme-chatbot-box.show {
        margin-right: 0;
    }

#DIVSETTINGSCHAT {
    background-color: #f5f5f7;
    border-radius: 1px;
    border-left: 1px solid #d3caca;
    border-top: 1px solid #d3caca;
    border-bottom: 1px solid #d3caca;
}


#chat {
    background-color: #ffffff;
    color: #263949;
    padding: 10px;
    border: 1px solid #fafafa;
    max-height: 400px;
}

.k-message-group .k-message {
    background-color: #ececec;
    padding: 10px;
    border-radius: 7px;
    margin: 4px;
}

.k-message-list-content {
    max-height: 320px;
}

.k-message-list {
    overflow-y: scroll;
}

.k-input {
    background-color: white;
    border: 1px solid #e2e2e2;
    padding-left: 7px;
    border-radius: 4px;
}

.k-button.k-flat.k-button-icon.k-button-send {
    background: url(../images/send.svg) no-repeat center center;
    background-size: 20px;
    width: 20px;
    cursor: pointer;
    border: none;
    margin-left: 5px;
}

.k-button.k-flat.k-button-icon.k-button-toggle {
    display: none;
}

#closeGrid {
    /*display: flex;*/
    /* justify-content: center; */
    /*padding: 50px 270px 0px 30px;*/
    /*padding-right: 60px;*/
    /*float: right;*/
    width: 28px;
    font-size: 28px;
    cursor: pointer;
    color: #b2c1ca;
}

.close-grid-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 10px;
}

.extSpan {
    margin-left: 0px;
}

.site-logo {
    max-width: 210px;
}

.check-in {
    background: url(../images/check-in.png) no-repeat;
}

.userControlImg {
    width: 25px;
    height: 25px;
    margin-top: -3px;
    position: absolute;
    margin-left: 12px;
    padding-right: 0;
    padding-left: 0;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .extSpan {
        margin-left: 0px;
    }

    .site-logo {
        max-width: 210px;
    }

    html, body {
        scrollbar-face-color: #205e7c;
        scrollbar-arrow-color: #205e7c;
        scrollbar-track-color: #CBD5D7;
        scrollbar-shadow-color: #205e7c;
        scrollbar-highlight-color: #205e7c;
        scrollbar-3dlight-color: #808080;
        scrollbar-darkshadow-Color: #202020;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.chatPanel {
    position: absolute;
    width: 265px;
    top: 55px;
    left: 5px;
    z-index: 5000;
    background-color: rgb(66, 72, 79);
    padding: 5px;
    border: 1px solid rgb(66, 72, 79);
    border-radius: 1px;
    visibility: hidden;
}

#CONTENITORE {
    width: 100%;
    background-color: #fff;
}

.fav-name, .fav-color {
    display: flex;
    margin: 8px;
}

.fav-menu-icon {
    font-size: 24px;
    margin: 10px;
    cursor: pointer;
}

.form-control-1 {
    display: block;
    padding: 0;
    padding-left: 5px;
    margin: 0;
    color: #1f1f1f;
    background-color: #FFFFFF;
    border-radius: 1px;
    float: left;
    /*border: 2px solid #e5e6e7;*/
    border: 1px solid #bdbdbd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    /* line-height: 21px; */
    outline: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .form-control-1:focus {
        background-color: #fff;
        color: #262626;
        border: 1px solid #1c7eaf;
    }



.lblInput {
    width: 60px;
}

.chartjs-hidden-iframe {
    display: none !important;
}

.project-status a:hover {
    color: white;
}

.bacheca-icon-pdf {
    /* background-image: url(images/icopdf.png); */
    background-image: url(../images/megafono.svg) !important;
    background-repeat: no-repeat !important;
    width: 20px !important;
    height: 20px;
    vertical-align: middle;
    border: none;
    /*cursor: pointer;*/
}


#SIGNLEFTCONTENT, #SIGNLEFTTOPCONTENT, #SIGNSENTLEFTTOPCONTENT, #SIGNSENTLEFTTOPCONTENT {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

#SIGNRIGHTCONTENT, #SIGNSENTRIGHTCONTENT {
    width: 100%;
    float: left;
}

.customTable {
    width: 98%;
}

    .customTable th {
        background: #1c7eaf;
        color: #ffffff;
        font-weight: normal;
        font-size: 14px;
        text-align: left;
        border-bottom: 2px solid #ccc;
        /*border-bottom: 2px solid #ccc;*/
        /*border-right: 1px solid #ccc;*/
        /*border-width: 3px;*/
        padding: 8px;
    }

    .customTable td {
        padding: 10px 5px 10px 5px;
        overflow-x: hidden;
        border-bottom: 1px solid #ccc;
        /*border-right: 1px solid #ccc;*/
    }

#tblAddRow, #SIGNLEFTTOPCONTENT table {
    margin-bottom: 10px;
}

#SIGNSENTLEFTCONTENT {
    width: 100%;
}

.titleDialogSign {
    display: flex;
}

.titlePreferiti {
    margin-top: 0px !important;
}

#MINIDOCEVIDENZA {
    height: 140px;
    overflow-y: scroll;
}

.chkSignDoc, #selectAllSignRows {
    width: 20px;
    height: 20px;
}

.divSignBtns {
    float: right;
    margin-right: 4px;
    display: flex;
}

#formatoFirma {
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding-right: 12px;
}

.divLogoSign {
    float: left;
    margin-top: 20px;
    width: 100%;
}

input:read-only:not([type=button]), input:disabled:not([type=button]), textarea:read-only, textarea:disabled {
    background-color: #f3f3f4 !important;
}

.iconHome {
    margin-top: 10px !important;
}

.divTableSign {
    max-height: 400px;
    overflow: auto;
}

.gsFilterCondition {
}

.gsFilterConditionActive {
    font-weight: bold;
}

.gsFilterConditionSel {
    font-style: italic;
}

.advFilterActive {
    font-weight: bold;
    font-style: italic;
}


.btn-ricerca:hover, .btn-ricerca:active {
    background-color: white;
}
/* NEW LAYOUT DIALOG */
.docsweb-dialog .ui-icon-closethick {
    background-repeat: no-repeat !important;
    background-image: url(../images/icons/close.svg) !important;
    width: 60px !important;
    background-size: 30px !important;
    height: 30px !important;
    background-position: 0 !important;
    background-color: white !important;
    border: 0px;
    margin-left: -25px !important;
    margin-top: -10px !important;
}

.ui-widget-header {
    background-color: white !important;
    border: none;
}

.ui-dialog-title {
    color: #515151 !important;
    font-size: 23px !important;
}

#dialogAlert, #dialogConfirm {
    width: 93% !important;
}

#dialogExcel, #dialogHelp, #divWFEChoiceDoc, #dialogCloud, #dialogNewFolder, #dialogCheckIn, #dialogOTP, #dialogProperty {
    width: 93% !important;
    /*min-width: 600px !important;*/
    /*min-height: 150px !important;*/
}

#dialogScanner, #dialogScannerError, #dialogLanguage, #dialogUtils, #dialogEditDocCloud, #dialogFavorite {
    width: 93% !important;
    /*min-width: 600px !important;*/
    /*min-height: 150px !important;*/
}

#dialogMultidoc, #dialogMultidocFields, #tipoAvvioModello, #dialogNotice {
    width: 93% !important;
    /*min-width: 600px !important;*/
    /*min-height: 150px !important;*/
}

#divWFEApprove, #divWFEApproveDetails, #divWFENewTemplate, #divWFEChoiceDoc, #divWFETemplateInfo {
    width: 93% !important;
    /*min-width: 600px !important;*/
    /*min-height: 150px !important;*/
}

#dialogZip, #dialogZipFields {
    width: 93% !important;
    /*min-width: 600px !important;*/
    /*min-height: 150px !important;*/
}

/*#dialogConfirm {
    width: 300px !important;
}*/

#dialogAlertDetails {
    display: none;
    width: 100%;
    max-width: 500px;
    min-height: 200px;
    max-height: 400px;
    margin-top: 10px;
    border: 1px solid white;
    border-radius: 8px;
    background-color: rgb(242, 242, 242);
    padding: 2px;
    overflow-wrap: break-word;
    overflow-y: auto;
    color: #484848;
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
}

.DialogErrorTitle {
    font-size: 13px;
    font-weight: 100;
    color: #cf4141;
    font-weight: 400;
}

.btnDialogOk, .btnDialogYes, .btnDialogContinue, .btn-docsweb-primary {
    /*padding: 9px 25px;*/
    font-family: 'Roboto', sans-serif !important;
    color: #fff !important;
    border: 1px solid #1C7EAF !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    background-color: #1C7EAF !important;
    outline: none;
    font-size: 16px !important;
    width: 160px !important;
    display: inline-block !important;
    align-self: center !important;
    text-align: center !important;
    font-weight: 300 !important;
}

    .btnDialogOk .ui-button-text, .btnDialogYes .ui-button-text, .btnDialogContinue .ui-button-text, .btn-docsweb-primary .ui-button-text {
        line-height: 1.0 !important;
    }


    .btnDialogOk:hover, .btnDialogYes:hover, .btnDialogContinue:hover, .btn-docsweb-primary:hover {
        box-shadow: 0 3px 5px rgba(0,0,0,0.19), 0 1px 3px rgba(0,0,0,0.23) !important;
        font-weight: 300 !important;
    }

    .btnDialogOk:active, .btnDialogYes:active, .btnDialogContinue:active, .btn-docsweb-primary:active {
        background-color: #17658c !important;
        font-weight: 300 !important;
    }

.btn-docsweb-secondary, .btnDialogDetails, .btnDialogClose, .btnDialogNO, .btnDialogAnnulla {
    /* padding: 9px 25px;*/
    font-family: 'Roboto', sans-serif;
    color: #6A6A6A !important;
    border: 1px solid #A2A2A2 !important;
    border-radius: 4px !important;
    cursor: pointer;
    background-color: #FFFFFF !important;
    outline: none;
    font-size: 16px !important;
    width: 160px !important;
    display: inline-block !important;
    align-self: center !important;
    text-align: center !important;
    font-weight: 300 !important;
}

    .btn-docsweb-secondary:hover, .btnDialogDetails:hover, .btnDialogClose:hover, .btnDialogNO:hover, .btnDialogAnnulla:hover {
        background-color: #999999 !important;
        color: white !important;
        box-shadow: 0 3px 5px rgba(0,0,0,0.19), 0 1px 3px rgba(0,0,0,0.23) !important;
        font-weight: 300;
    }

    .btn-docsweb-secondary:active, .btnDialogDetails:active, .btnDialogClose:active, .btnDialogNO:active, .btnDialogAnnulla:active {
        background-color: #6A6A6A !important;
        font-weight: 300;
        color: white;
    }

.ui-dialog-buttonpane {
}

.docsweb-dialog-large {
    min-width: 400px;
    max-width: 1400px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 10px rgba(0,0,0,0.23) !important;
}

.docsweb-dialog {
    min-width: 400px;
    max-width: 800px;
    border-radius: 12px !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 10px rgba(0,0,0,0.23) !important;
    /*margin-top: -55px !important;
    margin-left: -55px !important;*/
}

    .docsweb-dialog:hover {
        box-shadow: 0 7px 12px rgba(0,0,0,0.19), 0 5px 8px rgba(0,0,0,0.23) !important;
        font-weight: 400 !important;
    }

    /* customize scrollbar css */
    .docsweb-dialog ::-webkit-scrollbar, #showHideCols ::-webkit-scrollbar {
        width: 13px;
        background-color: #ffffff;
        border: 1px solid white;
        cursor: pointer !important;
    }

    .docsweb-dialog ::-webkit-scrollbar-track, #showHideCols ::-webkit-scrollbar-track {
        border: 1px #ffffff solid;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 6px #c8c8c8 inset;
    }

    .docsweb-dialog ::-webkit-scrollbar-thumb, #showHideCols ::-webkit-scrollbar-thumb {
        background-color: #999999;
        border-radius: 16px;
    }

        .docsweb-dialog ::-webkit-scrollbar-thumb:hover, #showHideCols ::-webkit-scrollbar-thumb:hover {
            background-color: #999999;
            border: 1px solid #ffffff;
        }

        .docsweb-dialog ::-webkit-scrollbar-thumb:active, #showHideCols ::-webkit-scrollbar-thumb:active {
            background-color: #999999;
            border: 1px solid #ffffff;
        }

    .docsweb-dialog ::-webkit-scrollbar-button:start:decrement, #showHideCols ::-webkit-scrollbar-button:start:decrement {
        background-color: white;
    }

    .docsweb-dialog ::-webkit-scrollbar-button:end:increment, #showHideCols ::-webkit-scrollbar-button:end:increment {
        background-color: white;
    }

    .docsweb-dialog ::-webkit-scrollbar-track-piece, #showHideCols ::-webkit-scrollbar-track-piece {
        background-color: #d4d4d4;
        border: 1px solid white;
        border-radius: 10px;
    }

.divshowhidecolumns {
    font-family: 'Roboto', sans-serif !important;
    color: #575757 !important;
    border: 0.25px solid #292929 !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    background-color: white !important;
    outline: none !important;
    font-size: 16px !important;
    width: 366px;
    height: 500px;
    top: -90%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: auto;
    overflow-y: scroll;
}

    .divshowhidecolumns ul p {
        color: #175dab;
    }

    .divshowhidecolumns ul {
        padding: 5px;
        border: 1px solid #E0E0E0;
    }

        .divshowhidecolumns ul li {
            padding: 5px;
            border-bottom: 1px solid #E0E0E0;
        }

    .divshowhidecolumns p {
        font-weight: bold;
        text-align: center;
    }
/* END NEW LAYOUT DIALOG */
/*ID*/
.tb1 {
    color: hotpink;
    font-size: 15px;
    width: 100%;
    height: 50%;
}

.div-dialog-sign-btn {
    display: none;
    float: right;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 4px;
    margin-right: -52px;
    position: absolute;
}

.dwprogress {
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    background: #205e7c;
    color: #ffffff;
    margin-left: 2px;
    white-space: nowrap;
    background: white;
}

    .dwprogress td {
    }

        .dwprogress td:hover {
        }

.dwprogress {
    text-align: center;
    /*padding-bottom: 80px;*/
    margin-bottom: 80px;
}

    .dwprogress .circle,
    .dwprogress .bar {
        display: inline-block;
        background: #b9b9b9;
        width: 30px;
        height: 30px;
        border-radius: 40px;
        border: 1px solid #d5d5da;
        vertical-align: top;
        margin-bottom: 11px;
    }

    .dwprogress .bar {
        position: relative;
        width: 80px;
        height: 4px;
        margin: -5px -4px 14px -2px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        top: 18px;
        vertical-align: top;
    }

    .dwprogress .circle .label {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        margin-top: -4px;
        color: white;
        font-size: 17px;
        margin-left: -1px;
        padding-top: 1px;
    }

    .dwprogress .circle .title {
        color: #b5b5ba;
        font-size: 13px;
        line-height: 18px;
        margin-left: -30px;
        display: block;
        width: 100px;
        margin-top: 5px;
    }
    /* Done / Active */

    .dwprogress .bar.done,
    .dwprogress .circle.done {
        background: #eee;
    }

    .dwprogress .bar.active {
        background: linear-gradient(to right, #EEE 40%, #FFF 60%);
    }

    .dwprogress .circle.done .label {
        color: #FFF;
        background: #92d050;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    }

    .dwprogress .circle.done .title {
        color: #444;
    }

    .dwprogress .circle.active .label {
        color: #FFF;
        background: #0076bc;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    }

    .dwprogress .circle.active .title {
        color: #0076bc;
    }

.cellContent {
    background-color: #205e7c;
    padding: 3px 20px 3px 20px;
    border: 1px solid #AAAAAA;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

    .cellContent:hover {
        background-color: #30a5de;
        cursor: pointer;
    }

.dialogTabSelected {
    background-color: #1c7eaf;
    color: #ffffff;
}

#dialogHelp tr {
    margin: 5px 5px 5px 5px
}

#dialogHelp td {
    padding-bottom: 8px;
}


dwselect select {
    position: absolute;
    left: 363px;
    /* top: 266px;*/
    width: 218px;
    border-radius: 3px;
    /*border: 2px solid #e5e6e7;*/
    border: 1px solid #bdbdbd;
}

.treegrid-subtree {
    display: none;
}

.treegrid-item {
    cursor: pointer;
    padding: 2px;
}

.treegrid-remove-filter {
    cursor: pointer;
    padding-left: 5px;
    font-style: italic;
    font-size: 12px;
}

.treegrid-bullet {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.treegrid-header {
    height: 37px;
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
    background-color: #f2a332;
}

.treegrid-container {
    font-size: 14px;
}

.treegrid-arrow {
    float: none !important;
    padding-left: 10px;
    padding-right: 10px;
}

.treegrid-selected {
    background-color: #f2a332;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: initial;
    zoom: 1;
}

/* CSS REQUIRED */
.state-icon {
    left: -5px;
}

.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

/* DEMO ONLY - REMOVES UNWANTED MARGIN */
.well .list-group {
    margin-bottom: 0px;
}

.contentToolsIcons {
    font-size: 24px;
    margin: 10px;
    cursor: pointer;
}

.scope-field-icon {
    padding: 9px;
    background: #1c7eaf;
    color: white;
    min-width: 50px;
    text-align: center;
}

.scope-field-image {
    padding: 9px;
    background: #1c7eaf;
    color: white;
    min-width: 50px;
    text-align: center;
}

.divNestGridTools {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.float-right {
    float: right !important;
}

#multivaloreDivMain {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* align-content: space-between; */
    justify-content: space-between;
    align-items: stretch;
}

#multivaloreDivTop {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: baseline;
}

#multivaloreDivTopContent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

#multivaloreDivTopContentAction {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: baseline;
}

#multivaloreDivBottom {
    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
}

#multivaloreDivBottomContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

#LOOKUPCONTENT, #LOOKUPCONTENTUSER {
    display: none;
}

.input-enablemodifyorder {
    padding: 5px;
    width: 100%;
}

.input-enablemodify {
    padding: 5px;
    width: 100%;
}
/*MAIN Div che contiene i tabcontrols e il contenuto dei singoli tab*/
.dialogTabsContainer {
    position: absolute; /* top: 158px; */
    height: 100%;
}

.dialogTabMainContainer {
    position: sticky !important;
    height: 30px;
    /* top: 0;*/
    z-index: 2;
    background: white;
}

.fixedContainer {
    position: sticky !important;
    z-index: 2;
    background: white;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.heightUnset {
    height: unset !important;
}

.widthUnset {
    float: unset !important;
}

#notifiche-badge-count {
    border: 1px solid #fff;
    border-radius: 8px;
}

.nav-tabs-wf {
}

.nav-link-wf {
    font-weight: 400 !important;
}

.nav-tabs-wf .nav-link-wf.active-wf {
    color: white !important;
    background: #1c7eaf !important;
    border-color: #1c7eaf !important;
}

