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%;
    }

::-webkit-scrollbar {
    width: 5px;
    height: 5px; 
}
    ::-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: #5e5d5d;
    background-color: #f3eff5;
    float: left;
    border: 1px solid #e5e6e7;
    -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-color: #fff !important;
}

    form input[type="text"]:focus, form textarea:focus {
        background-color: #fff;
        color: #262626;
        border-color: #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;
    }


.icon-lkp-custom {
    cursor: pointer;    
    font-size: 20px;
    border: solid 1px #1c7eaf;
    color: #fff;
    outline-color: #fff !important;    
    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-color: #fff !important;
    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 {
    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;
}

    #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;
    padding: 0 4px;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
}

    .close:hover {
    }

#tabcontent, #SOURCESHEET {
    position: relative;
    /*border: 1px solid #BDC7D5;*/
    z-index: 1;
    overflow-x: hidden;
    /*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 {
    left: 40px !important;
}

#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 {
    /*width: 230px;*/
    width: 221px;
    text-align: left;
    font-size: 11px;
}

    .tableEvidenceFrom td {
        border-bottom: 1px solid #E0E0E0;
        height: 20px;
    }

.tableEvidenceTo {
    width: 221px;
    text-align: left;
    font-size: 11px;
}

    .tableEvidenceTo td {
        border-bottom: 1px solid #E0E0E0;
        height: 20px;
    }

.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 {
    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 {
    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: auto;
    top: -90%;
}

    .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-color: #fff !important;
}

    .fileupload:focus {
        border-color: #1c7eaf !important;
    }

.fileupload-buttonbar.ui-widget-header.ui-corner-top {
    display: flex;
    background-color: #f3eff5;
    color: #5e5d5d;
    border: 1px 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.ui-widget-header.ui-corner-top:focus {
        background-color: #fff;
        color: #000000;
    }

.fileupload-content.ui-widget-content.ui-corner-bottom {
    background-color: white;
    background-image: none;
    margin-top: 0px;
    border-color: #1c7eaf;
    outline-color: #ffF;
}



.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%;  
}

.imgEvidence {
    cursor: pointer;
}

.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-color: #fff !important;
    }

        #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"], input[type="password"], form textarea, form div label input[type="text"] {
        display: block;
        padding: 0;
        padding-left: 5px;
        margin: 0;
        color: #5e5d5d;
        background-color: #f3eff5;
        float: left;
        border: 1px solid #e5e6e7;
        -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-color: #fff !important;
    }

/*#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: 46%;
    top: 32%;
    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;
    }

#SignDocumentWorkflow {
    margin-top: 50px;
}

#SignDocumentButtonFirma {
    margin-top: 50px;
    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-color: #fff !important;
    }

        #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;
        }

#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;
    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-color: #fff !important;
}

    #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;
    /*border: 1px solid #BDC7D5;*/
    z-index: 1;
    font-size: 11px;
    margin-left: 10px;
    overflow: auto;
}

#subtabhr {
    color: #E0E0E0;
    /*align:center;
    clear:both;*/
}

#subtabul {
    padding: 5px 16px;
    margin: 0;
    /*margin-top: 10px;*/
    z-index: 10;
    height: 15px;
}

    #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 {
        /*position: relative;*/
        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;
    }

    #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-color: #fff !important;
    }

        #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 {
    margin-left: 10px; 
    width: 70px;
    height: 70px;
    border-radius: 35px;
}

.docswebButton {
    color: #555151;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;
    margin-left: 10px;
    outline-color: #fff !important;
}

    .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-color: #fff !important;
    }

        #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;
}

.fullTextWait {
    text-align: center;
    padding-top: 20px;
    display: none;
}

.fullTextNoResult {
    font-size: 15px;
}

.fullTextContentMasterDiv {
    font-size: 18px;
    color: #1a0dab;
    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%;
    color: #233646;
}

#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-color: #fff !important;
    padding: 5px;
}

.gsButton {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    background-color: #6a7e9c;
    outline-color: #fff !important;
    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);
}

.treegrid-selected {
    background-color: rgb(255, 255, 224) !important;
}

.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);
    min-height: 82px;
}

#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-color: #fff !important;
    background-color: #fff;
    border: 1px solid #e5e6e7;
    background-color: #f3eff5;
}

    .custom-multivalore-select:focus, .multilkp-custom:focus {
        border-color: #1c7eaf !important;
    }

#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;
}

#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: 25px;
    padding-right: 25px;
    padding-top: 20px;
    background-color:white;
}


.btnDialogClose, .btnDialogOk, .btnDialogDetails, .btnDialogAnnulla {
    min-width: 100px;
    min-height: 35px;
}

.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: 30px;
    padding-right: 60px;
    float:right;
    font-size: 28px;
    cursor:pointer;
    float:right;
}
.extSpan {
    margin-left: 5px;
}

.site-logo {
    max-width: 210px;
}

.check-in{
    background: url(../images/check-in.png) no-repeat;
}

.userControlImg {
    width: 25px;
    height: 25px;
    margin-top: -3px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .extSpan {
        margin-left: 50px;
    }
    .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-top: 13px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 5px;
    cursor: pointer;
}
 
.form-control-1 {
    display: block;
    padding: 0;
    padding-left: 5px;
    margin: 0;
    color: #5e5d5d;
    background-color: #f3eff5;
    float: left;
    border: 1px solid #e5e6e7;
    -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-color: #fff !important;
}

    .form-control-1:focus {
        background-color: #fff;
        color: #262626;
        border-color: #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(../grid/css/images/icons/documentIco/pdf.svg) !important;
    background-repeat: no-repeat !important;
    width: 20px !important;
    height: 20px;
    vertical-align: middle;
    cursor: pointer; 
}