﻿/* eraser 
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
*/


@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: url('fonts/Open-Sans-regular/Open-Sans-regular.eot');
    src: url('fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix') format('embedded-opentype'), local('Open Sans'), local('Open-Sans-regular'), url('fonts/Open-Sans-regular/Open-Sans-regular.woff') format('woff'), url('fonts/Open-Sans-regular/Open-Sans-regular.ttf') format('truetype'), url('fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans') format('svg');
}


@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: italic;
    src: url('fonts/Open-Sans-italic/Open-Sans-italic.eot');
    src: url('fonts/Open-Sans-italic/Open-Sans-italic.eot?#iefix') format('embedded-opentype'), local('Open Sans Italic'), local('Open-Sans-italic'), url('fonts/Open-Sans-italic/Open-Sans-italic.woff') format('woff'), url('fonts/Open-Sans-italic/Open-Sans-italic.ttf') format('truetype'), url('fonts/Open-Sans-italic/Open-Sans-italic.svg#OpenSans') format('svg');
}

#RAD_SPLITTER_PANE_EXT_CONTENT_contentPane {
    overflow-y: auto;
}

#divMain {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

#btnMailNotify {
    display: none;
}
/* Reset */
html, body {
    overflow: hidden;
    margin: 0 !important;
}

div {
    box-sizing: border-box !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #a0a0a0;
    /*color: #3c3c3b;
    margin: 0;*/
}


.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.RadGrid table {
    margin-bottom: 0px;
}

/* Generale */
.cf:after {
    content: "";
    display: table;
    clear: both;
}

a.button:hover, a.button:focus, a.button-home:hover {
    text-decoration: none;
}

#wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100vh;
}

/* Transitions */
/*#wrapper > div * {
        transition: all ease-in-out .2s;
    }*/
/** {
    transition: width 0s ease-in !important;
    transition: height 0s ease-in !important;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto',sans-serif;
    font-weight: 700 !important;
    line-height: 1.4em;
    /*color: #125E96;*/
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.column {
    display: inline-block;
}

.column20, .column30, .column40, .column50, .column60, .column70 {
    display: inline-block;
    max-height: 46px;
}

.column20 {
    width: 20%;
}

.column30 {
    width: 30%;
}

.column40 {
    width: 40%;
}

.column50 {
    width: 50%;
}

.column60 {
    width: 60%;
}

.column70 {
    width: 70%;
}

.active {
    /*background-color: #125E96;*/
    color: #ffffff;
}

.white {
    /*color: #ffffff;*/
}

.bold {
    font-weight: 700;
}

.indent {
    padding-left: 8px !important;
}

.small {
    font-size: 11px;
    font-style: italic;
}

.pointer {
    cursor: pointer;
}

/********LOGIN FORM********/
.login {
    background-color: #fff !important;
    font-size: 18px;
    color: #a0a0a0;
    width: 100%;
    overflow: auto;
}

.login-container {
    width: 88%;
    height: 96%;
    max-width: 460px;
    display: inline-block;
    flex-direction: column;
    justify-content: center !important;
    margin: 0 auto;
    min-height: 600px;
    overflow: visible;
}


.login-header {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.login-logo {
    width: 50%;
    height: 66px;
    background-size: contain;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    margin: auto;
}

.login-form {
    width: 100%;
    max-width: 460px;
    background-color: #ffffff;
    /*box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.06);*/
    /* padding: 20px;*/
    text-align: center;
    margin: 10px 0;
}

    .login-form h3 {
        font-size: 16px;
        color: #053251;
        padding-bottom: 40px;
    }

    .login-form input {
        width: 100%;
        height: 50px;
        line-height: 2.6em !important;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 25px;
        border: none;
        outline: none !important;
        font-family: 'Roboto',sans-serif;
    }

        .login-form input[type=text], .login-form input[type=password] {
            border: 1px solid #cccccc;
            border-radius: 3px;
            color: #1775a6 !important;
        }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f5f8fa inset;
    -webkit-text-fill-color: #1775a6 !important;
}

input:focus {
    background-position: 0 0;
}

/*.login-form input[type=text]:focus, .login-form input[type=password]:focus {
    border-bottom: 2px solid #f0702f !important;
}*/

.login-form ::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 12px;
}

.login-form:-moz-placeholder {
    color: #999;
}

.login-form ::-moz-placeholder {
    color: #999;
}

.login-form :-ms-input-placeholder {
    color: #999;
}

.login-form input[type=submit] {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 0px 18px;
    /* margin-top: 1.8em;*/
    background-color: #275FAA;
    color: white !important;
    /*opacity: 0.66;*/
}

    .login-form input[type=submit]:hover {
        opacity: 1;
        background-color: #E34C4C;
        cursor: pointer;
    }

    .login-form input[type=submit].private-button-secondary {
        color: #ff7a53 !important;
    }

#TabLogin {
    position: relative;
}

#txtLogin, #txtPassword {
    height: 50px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.reminder {
    text-align: right;
}

    .reminder a {
        color: #b2afae;
        font-size: 0.9em;
    }

.login-footer {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #9b9b9b;
    padding-top: 30px;
    width: 400px;
    margin: 0 auto;
}

.login-footer .content-warning-disclaimer {
    width: 100%;
    float: left;
    border: 2px solid #ff7a59;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 
}

.login-footer .content-warning-disclaimer p {
    margin-bottom: 0;
    line-height: initial;
    line-height: 30px;
}

.login-footer .content-warning-disclaimer p span {
    font-weight: bold;
}

.login-footer .content-warning-disclaimer a {
    color: #9b9b9b;
    text-decoration: none;
    font-size: 14px;
}

.login-footer .content-warning-disclaimer div a span {
    display: block;
    font-weight: bold;
}

.login-footer .content-warning-disclaimer a img {
    width: 35px;
    margin: 10px 0;
}

.login-version {
    padding-top: 35px;
}

#PasswordRecovery td {
    text-align: center;
}




.main_container {
    max-width: 440px;
    margin: 5% auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ffffff;
}

.form_container {
    max-width: 100%;
    margin: auto;
    position: relative;
    z-index: 5;
    padding: 10px 45px;
}

.form_element {
    position: relative;
    display: block;
    margin: 20px 0 0;
    width: 100%;
}

.inputtext {
    height: 60px;
    line-height: 60px;
    background-color: #F2F1F1;
    width: 92%;
    padding: 0 4%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    opacity: 1;
    font-size: 1em;
    /*font-family: 'museo-sans', Arial, sans-serif;*/
    font-weight: 700;
    line-height: 1em;
    color: #514C4B;
}

.buttonLogin {
    display: block;
    border: 2px solid #514C4B;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    margin: 25px auto 25px;
    padding: 10px 10px;
    text-align: center;
    color: #514c4b;
    text-transform: uppercase;
    font-size: 16px;
    /*font-family: 'museo-sans', Arial, sans-serif;*/
    font-weight: 700;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    cursor: pointer;
    line-height: 1em;
}

#btnLogIn {
    display: block;
    float: none;
}

#lblDesc {
    color: #8585ad;
    display: block;
    text-align: center;
    font-size: 14pt;
    line-height: 20px;
}

.buttonLogin:hover, .buttonLogin:focus, .buttonLogin:active {
    border: 2px solid #F4811F;
    background-color: #F4811F;
    color: #fff;
}

.logoPecOrganizer img {
    margin-left: 20px;
    margin-top: 20px;
}

.tabellaInfo {
    font-size: 12px;
    color: #514c4b;
    padding-top: 40px;
    border-radius: 6px;
    max-width: 440px;
    margin: 5% auto;
    text-align: center;
}

.footer {
    color: #ffad99;
}

/*** FINE LOGIN***/

/** HOME PAGE **/
#RadSplitterMain #PnlLeftMenu, #CabinetRadSplitter #CabinetLeftPanel, #CabinetRadSplitter #CabinetRightPanel {
    border: 0px !important;
}

#RadSplitterMain .rspResizeBar, #CabinetRadSplitter .rspResizeBar {
    border-right-width: 0px !important;
    border-left-width: 0px !important;
}

.logo-wrapper {
    display: block;
}

.logo-istance {
    display: block;
    width: 230px;
    height: 70px;
    font-size: 13px;
    font-weight: 700;
    background-image: url(../images/logo.png) !important;
    background-size: 65%;
    background-position: 40px 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

/*.button {
    height: 46px !important;
    line-height: 46px !important;
    color: #a0a0a0 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 0px 15px !important;
    border: 0px;
    outline: 0px;
    display: inline-block;
    position: relative;
    border: 1px solid #ccc !important;
    box-sizing: border-box !important;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease-in-out .2s;
    background-color: transparent;
}*/

.tools {
    position: relative;
    width: 100%;
    min-height: 46px;
    line-height: 12px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /*background-color: #f1f1f1;*/
}

.icon {
    transition: all ease-in-out .2s;
}

.orange {
    /*background-color: #EE581B !important;*/
}

.tools .column .icon:hover {
    opacity: 0.66;
    cursor: pointer;
    box-shadow: none !important;
}

#PecCabinetControlsContainer {
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    margin-bottom: 2px;
}

.button-light {
    background-color: rgba(255,255,255,0.66) !important;
    color: #125E96 !important;
}

.button-grey {
    background-color: #e1e1e1 !important;
    color: #125E96 !important;
}

.button:hover {
    cursor: pointer;
    opacity: 0.66;
    /*background-color: #ef8c63 !important;*/
}

.homeButton {
    float: right;
    padding: 7px;
    box-sizing: border-box;
    color: #666;
    transition: all ease-in-out .2s;
}

    .homeButton:hover {
        color: #666;
        opacity: 0.66;
    }

    .homeButton svg {
        margin-top: 4px;
        margin-left: 3px;
    }

        .homeButton svg path:first-child {
            fill: #666666 !important;
            transition: all ease-in-out .2s;
        }

    .homeButton:hover svg path:first-child {
        fill-opacity: 0.6;
    }

    .homeButton .homeLabel {
        display: block;
        float: left;
        height: 30px;
        line-height: 30px;
    }

.home-mail-totali {
    position: absolute;
    top: 36px;
    right: 45px;
}

.button.button-admin {
    height: 46px;
    line-height: 46px !important;
    padding: 0 20px 0 5px;
    min-width: 35px;
    position: relative;
    text-align: center;
    border: 0;
    color: #275FAA;
    transition: all ease-in-out .2s;
}

    .button.button-admin .icon {
        position: absolute;
        right: -12px;
        top: 13px;
    }

.button-admin:hover, .button-admin.active {
    color: #adadad !important;
    opacity: 1 !important;
}

/*.button-admin:hover .icon-admin:before, .button-admin.active .icon-admin:before {
        transition: all ease-in-out .8s;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }*/

/*.button-admin .icon-admin:before, .button-admin .icon-admin:before {
    transition: all ease-in-out .8s;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}*/

.adminButtonPlaceholder {
    float: right;
    height: 46px;
    display: block;
    padding: 0px 15px 0px 35px;
    font-size: 12px;
    opacity: 0;
}

.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.33);
    font-style: italic;
    font-weight: 300;
}

.search .icon, #formSearchDocs .icon {
    display: inline-block;
    width: 46px !important;
    height: 46px !important;
    line-height: 38px !important;
    text-align: center !important;
    background-color: #f9f9f9;
    border: 2px solid #beeaff;
    border-left: none !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    float: left;
    color: #337ab7;
}

    .search .icon:hover, #formSearchDocs .icon:hover {
        background-color: rgba(255,255,255,0.33);
        cursor: pointer;
    }

    #formSearchDocs .icon:before {
        font-size: 20px;
        color: #666;
    }

.HeaderWrapper {
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    height: 46px;
    vertical-align: middle;
    z-index: 2489;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

.HeaderImage {
    width: 46px;
    height: 46px;
    display: block;
    float: left;
    line-height: 32px;
    text-align: center;
    padding: 6px;
    box-sizing: border-box;
    color: #a0a0a0;
}

    .HeaderImage:before {
        font-size: 32px !important;
    }


.HeaderTitle {
    display: inline-block;
    color: #a0a0a0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 41px;
    line-height: 35px;
    padding-top: 5px;
}

.btnAggiorna {
    height: 46px;
    padding: 4px;
    box-sizing: border-box;
}


.RadSplitter_Default, RadSplitter_Default .rspPane {
    border: 0px !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-left-width: 0px !important;
}


#ImgLogo {
    padding-left: 20px;
}

div.mainUtentiConnessi a {
    cursor: pointer;
}

.username {
    display: block;
    /*border: 2px solid #514C4B;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    cursor: pointer;
    line-height: 1em;
    float: right;
    margin-top: 6px;
    color: #fff;
    background-color: #F26722;
    padding-right: 30px;
}

.usernameCogwheel {
    margin-top: 13px;
    position: fixed;
    right: 26px;
}

img.iconHome {
    width: 24px;
    padding-right: 20px;
    padding-top: 9px;
    float: right;
}

.userExtraInfoArrowTop {
    position: fixed;
    z-index: 5;
    top: 37px;
    right: 16px;
    display: none;
}

div.userExtraInfo {
    position: absolute;
    right: 0px;
    top: 35px;
    z-index: 2;
    background-color: #ffffff;
    float: right;
    width: 280px;
    text-align: right;
    padding-right: 15px;
    font-size: 10pt;
    color: #a0a0a0;
    border-bottom-left-radius: 10px;
    opacity: 1;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}

    div.userExtraInfo ul {
        list-style-type: none;
        padding-left: 14px;
    }

    div.userExtraInfo li {
        padding-top: 10px;
    }

    div.userExtraInfo a {
        color: #275FAA;
        /*        color:  #275FAA;*/
        font-weight: 700;
    }

.logout {
    color: #E34C4C !important;
}


div.userExtraInfo a:hover {
    opacity: 0.66;
}

div.alignHorizontally {
}

.mainLogo {
    width: 45%;
    float: left;
}

.userPanel {
    float: right;
    text-align: right;
    color: #666;
    padding-right: 25px;
}

div.fastSearchPanel {
    float: left;
    height: 46px;
    width: 350px;
    margin: 0 14px 7px 0;
}

.iframeHeader {
    /*background-color: #125E96;*/
    color: #ffffff;
    height: 46px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

.headerRow {
    min-height: 56px;
    padding: 10px 14px;
    /*box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);*/
}

#PecCabinetControlsContainer .headerRow {
    padding: 10px 8px 10px 15px;
}

#previewSearch.headerRow {
    padding-bottom: 7px;
}

.headerRow.white {
    background-color: white;
}

#mailBoxAndSearchContainer {
    background-color: #f1f1f1;
    height: calc(100% - 126px);
    overflow: auto;
    padding: 0;
}

#SearchContainer {
    height: calc(100% - 126px);
    background-color: #f1f1f1;
    overflow: auto;
    padding: 0;
}

    #SearchContainer.fullSearch {
        height: calc(100% - 29px);
    }


.fullSearchBtnFavorites {
    vertical-align: middle;
    right: 8px;
    position: absolute;
    top: 2px;
}

.fullSearchBtnDefaultSearch {
    display: inline-block;
    margin-top: 3px;
    border: 1px solid white;
    padding: 5px;
    margin-left: 20px;
}

    .fullSearchBtnDefaultSearch:hover {
        background-color: #007acc;
    }

.iframeHeader a {
    width: 339px;
    text-align: center;
}

    .iframeHeader a:hover {
        /*background-color: #F26722;*/
    }

.RadButton_Metro.rbSkinnedButton, .RadButton_Metro.rbVerticalButton, .RadButton_Metro .rbDecorated, .RadButton_Metro.rbVerticalButton {
    background-color: #a0a0a0 !important;
    color: #fff !important;
}

.smallLabel {
    max-height: 26px !important;
}

.rspCollapseBarExpand,
.rspCollapseBarExpandOver {
    background: #a0a0a0 url(../styles/splitter/default/arrow_right.gif) no-repeat 0 0 !important;
    height: 19px !important;
    width: 16px !important;
}

.rspCollapseBarCollapse,
.rspCollapseBarCollapseOver {
    background: url(../styles/splitter/default/arrow_left.gif) no-repeat 0 0 !important;
    height: 19px !important;
    width: 6px !important;
}

.rspResizeBar,
.rspResizeBarOver,
.rspCollapseBarWrapper {
    /*background: #125e96 !important;*/
    height: 8px !important;
}

.rspResizeBar {
    border-right-width: 0px;
}


/*firma template*/
.rTable {
    display: table;
    width: 100%;
}

.rTableRow {
    display: table-row;
    width: 100%;
}

.rTableHeading {
    display: table-header-group;
}

.rTableBody {
    display: table-row-group;
    width: 100%;
}

.rTableFoot {
    display: table-footer-group;
}

.rTableCell, .rTableHead {
    display: table-cell;
}

.tdTop {
    vertical-align: top;
}

.tdBottom {
    vertical-align: bottom;
    height: 225px;
}
/** HOMEPAGE - RIGHT PANEL DEFAULT **/
.fastSearch_SearchContainer {
    position: relative;
}

.btnFastSearch {
    Width: 16px;
    height: 16px;
    position: absolute;
    right: 54px;
    top: 7px;
}

/** HOMEPAGE - LEFT PANEL **/
.mainHeader {
    position: absolute;
    width: auto;
    right: 0px;
    height: 45px;
    z-index: 2;
}

    .mainHeader .icon-home {
        display: block;
        width: 46px;
        height: 46px;
        float: left;
        color: #666;
        transition: all ease-in-out .2s;
    }

        .mainHeader .icon-home:hover {
            color: #adadad;
        }

        .mainHeader .icon-home:before {
            font-size: 32px;
            margin-top: 6px;
            margin-left: 8px;
        }

.pnlLeftMenu {
    overflow: hidden !important;
    height: 98%;
}

.pnlMainContent {
    height: 98%;
}

.rtIn {
    font-size: 13px;
    line-height: 22px;
}

#MainRadPanel {
    height: calc(100% - 70px);
}

    #MainRadPanel .rpTemplate {
        height: 100%;
    }

    #MainRadPanel .rpItem {
        border-bottom: 1px solid rgba(255,255,255,0.66) !important;
    }

    #MainRadPanel #TreeArchivi .rtIn {
        color: #275FAA;
    }

/*To hide scroll bar*/
.RadPanelBar .rpGroup {
    overflow-y: hidden !important;
}

.RadPanelBar_Metro .rpRootLink.rpFocused {
    box-shadow: none !important;
}


.LeftPanel.rpRootLink, .LeftPanelSelected {
    /*background-color: red ;*/
}


.LeftPanel, .LeftPanelSelected {
    font-family: 'Roboto', sans-serif !important;
    height: 46px;
    line-height: 46px;
    font-size: 15px !important;
    transition: all ease-in-out .2s;
}

    .LeftPanel.rpHovered, .LeftPanelSelected {
        /*background-color: #3E72A5 !important;
        color: #ffffff !important;*/
        cursor: pointer !important;
        border: 1px solid #ff7a59 !important;
        background-color: #ff7a59 !important;
        background-image: none !important;
        color: #fff !important;
        border-radius: 3px;
    }

.LeftPanelSelected {
    /*background-color: #125e96 !important;*/
}


ul.rpRootGroup {
    border-width: 0px !important;
}

span.hedaerGroup {
    font-weight: bold;
}

span.headerMail {
    margin-left: 20px;
    font-style: italic;
}

div.searchPEC {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    padding: 4px;
    height: 62px;
}


.searchPEC a div:before {
    margin: 2px 3px 0 0;
    float: left;
    margin-top: 2px;
}

.searchCollapseAll,
.searchExpandAll,
.searchClear {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    margin-right: 15px;
}

.searchClear {
    position: absolute;
    margin: 0;
    top: 8px;
    right: 5px;
    height: 22px;
}

    .searchCollapseAll:before,
    .searchExpandAll:before,
    .searchClear:before {
        font-size: 18px;
    }

.txtSearchPec {
    width: 100%;
    padding: 3px;
    padding-right: 21px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 3px 0;
}

.RadPanelBar .rpText {
    vertical-align: inherit !important;
    line-height: 50px;
}

/*** PANNELLO NOTIFICA ***/
#NewMailNotification_popup {
    background-color: #fff;
    color: #666;
}

.RadNotification_Default .rnTitleBar {
    background-color: #8a8a8a !important;
    background-image: none !important;
    color: #fff;
}

.RadNotification,
.NewMailNotification_XmlPanel {
    font-family: "Roboto", sans-serif !important;
    font-size: 12pt !important;
}

a.notificationLink {
    color: #666;
    font-weight: bold;
}


/*** TREE ***/
div.RadTreeView .rtPlus, div.RadTreeView .rtMinus {
    background-image: url("../images/icons/PlusMinus.png") !important;
    width: 12px;
    height: 12px;
    margin-top: 0px;
}

div .RadTreeView.RicercaGerarchicaTree .rtPlus, div.RadTreeView.RicercaGerarchicaTree .rtMinus {
    border-color: #c3c3c3;
    border-radius: 5px;
    transition: all ease-in-out .2s;
}


div.RadTreeView.RicercaGerarchicaTree .rtMinus {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

    div.RadTreeView.RicercaGerarchicaTree .rtPlus:before, div.RadTreeView.RicercaGerarchicaTree .rtMinus:before {
        content: "";
    }

.RadTreeView .rtIn {
    font-family: 'Roboto', sans-serif !important;
    color: #3c3c3b !important;
    padding: 0px 2px 0px !important;
    transition: all ease-in-out .2s;
}

.RadTreeView .rtHover .rtIn {
    font-family: Roboto, sans-serif !important;
    border-color: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    color: #3c3c3b !important;
    padding: 0px 2px 0px !important;
    opacity: 0.66;
}

.RadTreeView .rtSelected .rtIn {
    border-color: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    font-weight: 700;
}

.RadTreeView .rtSp {
    height: 17px !important;
}

img.rtImg {
    height: 14px !important;
}

.RadPanelBar .rpGroup .rpItem {
    padding: 0px !important;
}

.rpExpandHandle {
    display: none !important;
}

li.rtLI.rtFirst {
    padding-top: 3px;
}

.RadTreeView_Custom {
    color: #3c3c3b;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    transition: all ease-in-out .2s;
}

    .RadTreeView_Custom .rtHover, .RadTreeView_Custom .rtSelected {
        /*font-weight: 700;*/
    }

/*** DASHBOARD MAIL ***/
div.containerdashboard {
    height: calc(100% - 150px);
    overflow: auto;
    color: black;
}

div.graficiPosta {
    width: 100%;
    float: left;
}

div.graficiSpazio {
    width: 100%;
    float: left;
}

div.dashboard {
    float: left;
    width: 310px;
    /*border: 2px solid #FF6C47;*/
    -webkit-border-radius: 5px;
    padding: 5px;
    margin: 5px;
}


    div.dashboard.chart.red > span.lbldashboardValue {
        color: red;
    }

a.dashboardLinkDetails {
    font-style: italic;
    padding-left: 20px;
    color: #a0a0a0;
}

span.dashboardtitlelog {
    font-weight: bold;
    padding-right: 5px;
    min-width: 30%;
    display: block;
    float: left;
}

.lbldashboardValue {
    width: 53%;
    display: block;
    float: right;
}

div.chartTitle {
    text-transform: uppercase;
    text-align: center;
}

div.chartSubTitle {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
}

a.leftButton {
    color: #fff !important;
}

a.rightButton {
    color: #fff !important;
}

/******** CABINET **********/
div.cabinet_multiAction_panel {
    display: inline-block;
    width: 180px;
}

select.cabinet_multiAction_ddl {
    height: 41px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-right: 6px;
    margin-top: 3px;
    border: none;
    background-color: #f9f9f9;
    font-family: "Roboto", sans-serif;
}

.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > thead > tr > th {
    border: none;
}

/********** CABINET FULL SEARCH  *************/
/*div.cabinet_multiAction_panel {
    display: inline-block;
    width: 180px;
}*/


.borderless td, .borderless th {
    border: none;
}

select.cabinet_multiActionFull_ddl {
    height: 41px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-right: 6px;
    margin-top: 3px;
    border: none;
    background-color: #f9f9f9;
    font-family: "Roboto", sans-serif;
}



.pecMainBody {
    height: 100%;
}

.CabinetLeftPanel, .CabinetRightPanel {
    position: relative;
    height: 100%;
    margin: 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    /*background-color: #f6f6f6;*/
}

.CabinetSplitterBar {
    height: 100%;
    margin: 0;
}



table.TabConsulta {
    height: 100%;
}

.cabinet_title {
    float: left;
    width: 100%;
    margin: 0px;
    bottom: 0px;
    height: 46px;
    color: #999999 !important;
    /*background-color: #f1f1f1;*/
    -webkit-box-shadow: 0px -1px 0px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px -1px 0px 0px rgba(255,255,255,1);
    box-shadow: 0px -1px 0px 0px rgba(255,255,255,1);
}

    .cabinet_title a {
        color: #999999 !important;
        transition: all ease-in-out .2s;
    }

        .cabinet_title a:hover {
            color: black !important;
        }

.cabinet_title_DescArch {
    padding-left: 5px;
}

.cabinet_title .lblAction {
    color: #ff7a59;
    font-weight: 700;
    padding-left: 5px;
}

.lblTotali {
    color: #E34C4C;
    /*color: #ff7a59;*/
    font-weight: 700;
    /*font-style: italic;*/
}

table.tabTop {
    background-color: #a0a0a0;
}

.cabinet_trControlli {
    /*background-color: #125E96;*/
    width: 50%;
    float: left;
    height: 46px;
}

    .cabinet_trControlli input[type=image],
    #UpdatePanelPrintDoc,
    #UpdatePanelPrintDoc img,
    #btnFavorites {
        height: 30px;
    }

.rbPrimaryIcon {
    /*height: 30px !important;*/
}

span.RadButton_MetroTouch.RadButton.rbHovered {
    /*border: none !important;*/
}

.RadAutoCompleteBox .racToken {
    white-space: pre-line !important;
    word-break: break-all;
}

#chkLockSearch {
    width: 30px;
    height: 30px;
}

div.RadToolTip {
    border: 1px solid gray !important;
    background-color: white !important;
}

RadToolTip RadToolTip_ rtVisibleCallout rtShadow {
    border: 1px solid #996633 !important;
    background-color: white !important;
}

a:link {
    text-decoration: none;
}

.closeLoginPanel {
    /*font-family: Verdana, Helvetica, Arial, sans-serif;*/
    line-height: 17px;
    font-size: 11px;
    font-weight: bold;
}

    .closeLoginPanel a {
        cursor: pointer;
        color: #FFFFFF;
        text-align: center;
        text-decoration: none;
        padding: 5px;
    }

.style2 {
    width: 150px;
    height: 12px;
}

.HeaderStyle {
    text-align: left;
    text-decoration: none;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}


.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}

#view {
    margin-top: 0px;
}

.tbButton {
    padding: 12px;
}

.pagerStyle span {
    font-weight: bold;
    font-size: 14pt;
}

.notVis {
    display: none;
}


.tabTop {
    width: 99.5%;
    /*height: 55px;*/
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

.cabinet_separator_ricerca {
    width: 12px;
    background-color: #a0a0a0;
}

.cabinet_search, .FastSearchBox {
    border: 2px solid #beeaff;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 13px;
    line-height: 46px;
    height: 46px;
    background-color: #f9f9f9;
    padding: 0 15px;
    color: #333;
    outline: none !important;
    max-width: 350px;
    width: calc(100% - 47px);
    float: left;
    transition: all ease-in-out .2s;
    box-sizing: border-box;
}

    .FastSearchBox.fullsearch {
        padding-left: 40px;
    }

.cabinet_search, .FastSearchBox, .search .icon, #formSearchDocs .icon {
    transition: all ease-in-out .2s;
}

    .cabinet_search.focus, .FastSearchBox.focus, .search .icon.focus, #formSearchDocs .icon.focus {
        transition: all ease-in-out .2s;
        border-color: #6cd0ff;
    }

    .cabinet_search::placeholder, .FastSearchBox::placeholder {
        color: #c3c3c3;
    }

.lnkSearchDaLeggere {
    float: left;
    margin-left: 5px;
    width: 200px;
    text-align: center;
}

.cabinet_search_button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 46px;
    width: 46px;
}

.cabinet_search_metadati {
    height: 46px;
    background: rgba(255,255,255,0.1);
    /*color: #fff;*/
    border: none;
    float: left;
    position: absolute;
    left: 0;
    z-index: -1;
}

    .cabinet_search_metadati option {
        color: #333;
    }

#DivMetadati {
    height: calc(100% - 70px);
    overflow-y: auto;
}

#btnAddDoc, .btnAddDoc {
    height: 30px;
    width: 140px !important;
    background-color: #4CAF50 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    #btnAddDoc:hover {
        background-color: #8BC34A !important;
    }

    #btnAddDoc > span.rbText.rbPrimary {
        padding-left: 7px !important;
        margin-top: 4px;
    }

    #btnAddDoc > span.rbPrimaryIcon.cabinet_btnNuovo {
        width: 30px;
        margin-top: -3px;
    }

.paddButton {
    width: 24px !Important;
    height: 24px !Important;
}

.cabinet_table_ricerca {
    width: 100%;
    float: left;
    padding: 0 !important;
}

/****COMMENTI****/
.noPaddingWindow {
    padding: 0 !important;
}

.commentsImage {
    padding: 0;
}

.ButtonComment {
    background-color: transparent;
    border: medium none;
    color: #F26722;
    padding: 0;
    position: absolute;
    right: 0px;
    top: -3px;
    width: 24px;
    height: 30px;
    padding-bottom: 12px;
    text-align: right;
    cursor: pointer;
    text-shadow: -1px 1px #fff, 1px 1px #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 8pt;
    /*background-image: url(../images/Messages-Information-01.png);*/
}

/***COMMENTS DETAILS***/
.commentsBody {
    height: 95%;
    width: 98%;
    padding-left: 44px;
}

.rgMasterTable {
    border: none;
}

.commentInfoDoc {
    max-height: 79px;
    min-height: 20px;
    overflow: auto;
    margin-bottom: 10px;
    /*background-color: #e8f2f7;*/
}

.commentTable {
    left: 0px;
    top: 0px;
    width: 100%;
    display: table-row;
    /*padding:15px 0 25px 0;*/
    background-color: #fff;
    border-top: 1px solid #666;
}

.commentField {
    display: table-cell;
    width: 100%;
    position: relative;
}

.commentButton {
    margin-top: -16px;
    margin-left: 4px;
}

#txtComment_wrapper {
    width: 100% !important;
    padding-bottom: 5px;
}

.commentBody {
    display: block;
    position: relative;
    padding: 10px;
    border-radius: 7px;
    background-color: #f5f5f5;
    margin-right: 50px;
}

    .commentBody.unread:after {
        display: block;
        content: ' \25CF';
        position: absolute;
        right: -16px;
        top: 0px;
        font-size: 20px;
        color: orange;
        z-index: 4000;
        transition: all ease-in-out .2s;
    }

    .commentBody.unread.read:after {
        font-size: 0px;
        right: -8px;
        transition: all ease-in-out .2s;
    }

.rgNoRecords {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
    font-size: larger;
    color: #333;
}

.commentBody.right {
    margin-left: 50px;
    margin-right: 0px;
    background-color: #eaf6fe;
}

.commentLabel {
    display: table-cell;
    position: relative;
    font-size: 8pt;
    top: -9px;
    left: -5px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
    color: #555555;
    font-weight: bold;
}

.commentText {
    display: table-cell;
    width: 100%;
    font-size: 10pt;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
}

.commentBody.right .commentText {
    padding-left: 30px;
    text-align: right;
}

.commentDate {
    display: table-cell;
    width: 60px;
    vertical-align: top;
    font-size: smaller;
    padding: 4px 0 0 15px;
    text-align: right;
    color: #777;
    line-height: 10px;
}

.validatorMessage {
    display: block;
    position: absolute;
    left: 10px;
    height: 24px;
    width: 350px;
    padding-right: 2px;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}

/****ATTACHMENTS****/
div.allegati_DropZone {
    width: 99%;
}

.ruFileWrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.ruButton {
    _border: 1px solid #e5e5e5 !important;
    border: 1px solid #cdcdcd !important;
    color: black !important;
    height: 28px !important;
    /*font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;*/
    font-family: "Roboto", sans-serif !important;
    padding-left: 6px !important;
    padding-right: 10px !important;
    padding-top: 0px !important;
}

.RadUpload input.ruFileInput {
    font-family: "Roboto", sans-serif !important;
    font-size: 10pt !important;
    line-height: 20px !important;
}

.ruBrowse {
    background-color: #f9f9f9 !important;
    padding-top: 4px !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 12pt !important;
}

td {
    font-family: 'Roboto', sans-serif !important;
    font-size: 10pt;
}


.HeaderStyle th {
    text-align: left;
}

.staticPos {
    position: fixed !important;
}

.font-size15.icon.icon-modifica {
    display: inline-block;
    width: 24px;
    font-size: 15px;
}

font-size20 icon icon-elimina {
    display: inline-block;
    width: 24px;
    font-size: 20px;
}

.invisibleElem {
    display: none;
}


a:active {
    color: #000000;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    color: #000000;
}

a:hover {
    color: darkred;
    text-decoration: none;
}

td {
    text-align: left;
}

.menu {
    font-weight: normal;
    font-size: xx-small;
    font-variant: normal;
    color: Fuchsia;
}

.watermark {
    background: #FFAAFF;
}

.popupControl {
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.sampleStyleA {
    background-color: #FFF;
}

.sampleStyleB {
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC {
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD {
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

.validatorCalloutHighlight {
    background-color: red;
}

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    color: blue;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    text-align: left;
    list-style-type: none;
    min-width: 200px !important;
    padding-left: 0px;
    cursor: pointer;
    z-index: 1000;
    max-height: 500px;
    overflow: auto;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ddd;
    color: #666;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    min-width: 200px !important;
    margin: 0px !important;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: #f5f5f5;
    color: #666;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    min-width: 200px !important;
    margin: 0px !important;
}

.ScrollColor {
    color: #000000;
    scrollbar-face-color: #cacaca;
    scrollbar-highlight-color: #cacaca;
    scrollbar-3dlight-color: #cacaca;
    scrollbar-darkshadow-color: #cacaca;
    scrollbar-shadow-color: #cacaca;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #cacaca;
}

.RadWindow {
    overflow: inherit !important;
    border: none !important;
    padding: 0 !important;
}

    .RadWindow a.rwIcon {
        background-image: none !important;
    }

    .RadWindow .FrwTitlebarControls em {
        height: 40px;
        line-height: 34px !important;
        color: white;
        font-family: 'Roboto', sans-serif !important;
        font-size: 16px !important;
    }

    .RadWindow .rwControlButtons a {
        width: 16px !important;
        height: 17px !important;
        zoom: 1.5;
        box-sizing: border-box;
        border: none;
        margin-top: 2px;
        margin-left: 3px;
        cursor: pointer !important;
    }

    .RadWindow .rwMaximizeButton {
        background-position: -67px -23px !important;
    }

    .RadWindow .rwCloseButton {
        background-position: -97px -23px !important;
    }

    .RadWindow .rwControlButtons {
        width: 62px !important;
    }

.GridDocsContainer {
    background-color: #f1f1f1;
}

#formSearchDocs #ddGruppo, #formSearchDocs #ddArchives {
    float: left;
}

    #formSearchDocs #ddArchives, #formSearchDocs #ddArchives .rddlFocused, #formSearchDocs #ddArchives .rddlInner, #formSearchDocs #ddArchives .rddlFakeInput {
        height: 46px !important;
        line-height: 40px !important;
        box-sizing: border-box !important;
    }

        #formSearchDocs #ddArchives .rddlIcon {
            background-position: -113px -53px;
        }

#formSearchDocs {
    height: 100%;
    overflow: auto;
}

    #formSearchDocs .HeaderWrapper {
        top: 4px;
    }

    #formSearchDocs #ddGruppo, #formSearchDocs #ddGruppo > table {
        height: 46px !important;
    }

        #formSearchDocs #ddGruppo .rcbArrowCell {
            background-image: none !important;
        }

    #formSearchDocs .FastSearchBox {
        width: calc(100% - 500px);
        max-width: 100%;
        min-width: 200px;
    }

    #formSearchDocs .contentWrapper {
        padding-top: 46px;
    }

    #formSearchDocs #GridDocs .rgSelectedRow {
        color: black !important;
        background: white !important;
    }

        #formSearchDocs #GridDocs .rgSelectedRow td {
            border-color: white #e5e5e5 !important;
        }

    #formSearchDocs #GridAtt .RadButton {
        border: none;
        float: left;
        padding: 0px;
        margin: 0 2px;
        color: #3c3c3b;
        box-sizing: border-box;
        overflow: hidden;
        transition: all ease-in-out .2s;
    }

    #formSearchDocs #btnInsertAttachment {
        position: fixed;
        bottom: 36px;
        right: 20px;
    }

.pulse {
    animation: pulse 2s ease-in-out infinite;
    animation-delay: 1s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


#lblGestFirme {
    font-size: 9pt;
    font-weight: bold;
    width: 180px;
    height: 46px;
    line-height: 30px;
    float: left;
    padding: 8px 5px;
    font-family: "Roboto",sans-serif !important;
}


#formAdminArchives #lblGestArch {
    display: inline-block;
    color: White;
    font-size: 9pt;
    font-weight: bold;
    width: 180px;
    height: 46px;
    line-height: 30px;
    float: left;
    padding: 8px 5px;
    box-sizing: border-box;
}

#formAdminArchives .HeaderWrapper #ddGruppo {
    float: left;
    margin: 8px 5px;
}

#formAdminArchives .HeaderWrapper #UpdatePanel4 {
    display: inline-block;
    float: left;
    margin: 8px 5px;
}

#formAdminArchives .ControlContainer {
    display: inline-block;
}

    #formAdminArchives .ControlContainer input {
        margin: 6px 4px;
    }

#formAdminArchives .HeaderWrapper .floatright {
    /*padding: 2px;*/
}

.btnEditList {
    width: 30px;
    height: 30px;
    padding: 4px !important;
    border: none !important;
    transition: all ease-in-out .2s;
}

    .btnEditList:hover {
        opacity: 0.66;
    }

    .btnEditList:before {
        font-size: 22px !important;
    }

.RadComboBox table {
    margin: 0;
}

#pecFrmMain {
    margin: 0;
}

table.RadSplitter {
    margin: 0;
}

#pecFrmMain .rwCorner.rwTopLeft, #pecFrmMain .rwTitlebar, #pecFrmMain .rwTopResize,
#pecFrmMain .rwCorner.rwTopRight, #pecFrmMain .rwControlButtons a {
    background-color: #275FAA !important;
    border-color: #275FAA !important;
}

.rwCorner.rwTopLeft, .rwTitlebar, .rwTopResize,
.rwCorner.rwTopRight, .rwControlButtons a {
    background-color: #275FAA !important;
    border-color: #275FAA !important;
}

.rwPopupButton {
    /*position: absolute;
    bottom: 5px;
    right: calc(50% - 24px);
    margin: 0 !important;*/
}

#FullSearchTable > a {
    color: #666 !important;
}

#FullSearchTable .breadcrumbWrapper {
    display: block;
    /*width:350px;*/
    height: 46px;
    float: left;
    /*margin-right: 14px;*/
    margin-bottom: 7px;
}

    #FullSearchTable .breadcrumbWrapper .PObreadcrumb {
        line-height: 46px;
    }


/*viewMetadati.aspx*/
.HeaderRow {
    position: fixed;
    top: 0;
    background: #fff;
    width: 98%;
    padding: 12px;
    border-bottom: 1px solid #666;
    box-sizing: border-box;
}

.ContentRow {
    position: fixed;
    top: 70px;
}

.HeaderRowCategories {
    position: fixed;
    top: 0;
    background: #fff;
    width: 98%;
    padding: 12px;
    box-shadow: 0px 1px 1px 0px rgb(0 0 0);
    box-sizing: border-box;
}

.row.floatright {
    margin-right: 1px;
}

.btnChiudi {
    float: right;
}

.btnStampa {
    float: left;
}

#DivMetadati {
    margin-top: 70px;
}

.private-button-euroged {
    background-color: #fff;
    color: #275FAA;
    border-radius: 3px;
    border: 1px solid #275FAA !important;
}

    .private-button-euroged:hover {
        background-color: rgb(243, 250, 254) !important;
    }

#btnFavorites.private-button-euroged, #btnFavorites.private-button-euroged:hover {
    background-color: rgb(204,236,255);
}

.private-button-secondary {
    background-color: #fff !important;
    background-image: none !important;
    color: #ff7a53 !important;
    border-radius: 3px !important;
    border: 1px solid #ff7a59 !important;
}

    .private-button-secondary:hover {
        background-color: #fff8f6 !important;
    }

    .private-button-secondary input {
        color: #ff7a53 !important;
    }

.button-home {
    height: 46px;
    line-height: 46px;
    font-size: 18px !important;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #666;
    box-sizing: border-box !important;
    text-decoration: none;
}

.button {
    height: 46px;
    line-height: 46px;
    font-size: 14px !important;
    display: inline-block;
    border-radius: 3px;
    font-family: Roboto, sans-serif;
    border: 1px solid #666;
    box-sizing: border-box !important;
}

.RadButton.button {
    line-height: 40px;
}

    .RadButton.button.private-button-primary {
        line-height: 40px !important;
    }

    .RadButton.button:before, .RadButton.button .rbPrimaryIcon:before {
        line-height: 30px !important;
        font-size: 19px !important;
    }

.private-button-primary {
    border: 1px solid #ff7a59 !important;
    background-color: #ff7a59 !important;
    background-image: none !important;
    color: #fff !important;
    border-radius: 3px;
}

    .private-button-primary:hover {
        background-color: #ff8f73;
    }

    .private-button-primary input {
        color: #fff !important;
    }

.private-button-operation {
    border: none !important;
}

.TabButtons .private-button-operation .rbText {
    float: right !important;
    line-height: 44px !important;
}

.tools .column .private-button-operation {
    margin-left: -4px;
}

.btnSearchType {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    color: #999;
}

    .btnSearchType .labelOutline {
        position: absolute;
        top: 3px;
        left: 0px;
        margin: 0;
    }

        .btnSearchType .labelOutline path {
            fill: #beeaff;
        }

    .btnSearchType .searchTypeLabel {
        display: block;
        width: 33px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }

    /*.btnSearchType:after {
        content: "▼";
        position: absolute;
        right: 2px;
        top: 8px;
        z-index: 1;
        text-align: center;
        pointer-events: none;
        color: #666;
    }*/

    .btnSearchType img {
        margin-top: 2px;
        margin-left: 2px;
        border: none;
    }

#FullSearchTable .btnFavWrapper {
    float: left;
    margin: 0 14px 7px 0;
}

#btnFavorites {
    padding-right: 20px;
    width: 100px;
}

    #btnFavorites:after {
        content: "▼";
        position: absolute;
        right: 14px;
        top: 2px;
        z-index: 1;
        text-align: center;
        pointer-events: none;
        font-size: 10px;
    }

#mailBoxAndSearchContainer #gridContainer .icon-modifica {
    border: 0 !important;
    padding: 3px;
}

    #mailBoxAndSearchContainer #gridContainer .icon-modifica:before {
        font-size: 18px;
    }

.ResultGrid td.rgPagerCell {
    border-top: none !important;
    border-left: none !important;
}

#GridLog {
    /*padding-top: 70px;*/
    position: fixed;
    top: 70px;
    overflow: auto;
    /*height: 276px;*/
    height: calc(100% - 70px);
}

.side-padding-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.no-border {
    border: none !important;
}

#radWindowContainerZone {
    height: calc(100% - 46px);
    top: 46px;
    width: 100%;
    position: fixed;
    pointer-events: none;
}

/* UPDATE PROGRESS */
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #666;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.overlay-transparent {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.lblProgressMessage {
    display: block;
    color: #333;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    width: 150px;
    text-align: center;
    left: -36px;
}

@media (max-width: 990px) {
    .fixedWidthInputs {
        max-width: 200px;
    }
}

.fixedWidthInputs {
    width: 390px;
}

.innerTextPadding {
    padding-left: 4px;
}

.eurogedButton {
    border-radius: 5px;
    border: 1px solid #275FAA !important;
    background-color: #fff;
    color: #275FAA;
    font-size: 0.9em;
    text-align: center;
    height: 22px;
}

.green {
    font-weight: bolder !important;
    border: 2px solid !important;
    font-size: 14px !important;
    /*color: #fcba03 !important;*/
}
/*.green:hover {
        font-weight: bolder !important;
    }*/
/* END UPDATE PROGRESS*/
[class^="icon-"].red:before, [class*=" icon-"].red:before {
    color: red;
}

.red {
    color: red !important;
}

[class^="icon-"].green:before, [class*=" icon-"].green:before {
    color: #65fa65;
}

[class^="icon-"].darkgreen:before, [class*=" icon-"].darkgreen:before {
    color: #20a32b;
}

.red span {
    color: red !important;
}


/*Stile della rad tab strip nel file FirmaTemplate*/
.tabFirme {
    background-color: rgb(204,236,255);
    border-radius: 3px;
    border: 1px solid #275FAA !important;
}


.tabReply {
    background-color: rgb(204,236,255);
    border-radius: 3px;
    border: 1px solid #275FAA !important;
}

.hoverSignature {
    background-color: lightblue;
}

.hoverReply {
    background-color: lightblue;
}


.tabFirme.rtsLink {
    padding: 8px;
}

.tabReply.rtsLink {
    padding: 8px;
}

.tabFirme.rtsSelected {
    background-color: #275FAA !important;
    color: white;
}

.tabReply.rtsSelected {
    background-color: #275FAA !important;
    color: white;
}

.containerTree {
    float: left;
    margin-top: 90px;
    height: 100%;
    position: fixed;
    width: 50%;
}

.containerTree2 {
    margin-top: 90px;
    height: 100%;
    position: relative;
    width: 50%;
}

#RadTreeList1 {
    width: 100%;
}

a#searchDataDa_popupButton {
    text-indent: 0px !important;
    vertical-align: top !important;
    font: icon;
}

a#searchDataA_popupButton {
    text-indent: 0px !important;
    vertical-align: top !important;
    font: icon;
}

a#archiveListDatePickerFrom_popupButton {
    text-indent: 0px !important;
    vertical-align: top !important;
    font: icon;
}

a#RadWindowForm_C_searchDataDa_popupButton {
    text-indent: 0px !important;
    vertical-align: top !important;
    font: icon;
}

a#RadWindowForm_C_searchDataA_popupButton {
    text-indent: 0px !important;
    vertical-align: top !important;
    font: icon;
}


a#archiveListDatePickerTo_popupButton {
    text-indent: 0px !important;
    vertical-align: top !important;
    font: icon;
}

.RadWindow .rwIcon {
    display: none !important;
}

input#RadWindowForm_C_txtPass {
    font-size: medium !important;
    height: 25px !important;
}

input#RadWindowForm_C_TxTNameTitolare {
    font-size: medium !important;
    height: 25px !important;
}

input#RadWindowForm_C_searchDataDa_dateInput {
    font-size: medium !important;
    height: 25px !important;
}

input#RadWindowForm_C_searchDataA_dateInput {
    font-size: medium !important;
    height: 25px !important;
}



.details {
    border: 1px solid #14afca;
    /*width: 74%;
    height: 170px; 
    float: right;*/
    /* padding: 20px 0 0 40px;*/
}

.header-container {
    padding-bottom: 10px;
    margin-left: 24px;
}

span.Template {
    background: url(../images/Template.png) no-repeat !important;
}

/*Hidden edit form in treeList*/
.rtlEditForm {
    display: none;
}

.RadTreeList_Metro .rtlREdit {
    /* background-color: #ffe79c; */
}
/*.RadTreeView .rtMinus:before, .RadTreeView .rtPlus:before {
    content: "" !important;
}*/

.radiobuttonlist span {
    background-image: none !important;
}

.radWinFirmaTemplate {
    width: 100%;
    border: 0px;
    overflow: auto;
}

div#cmbSolaLettura {
    margin-bottom: 3px;
}

div#cmbAccediPostaEntrata {
    margin-bottom: 3px;
}

div#cmbAccediPostaUscita {
    margin-bottom: 3px;
}

#EditArchive_grdUsersMultitenant_GridData {
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 100% !important;
    height: unset !important;
}

span#EditArchive_lblGestUserMultiTenant {
    display: inline-block;
    color: #A0A0A0;
    font-size: 9pt;
    font-weight: bold;
    width: 213px;
    margin-top: 16px;
}


div#grdUsersMultitenant_GridData {
    overflow: auto !important;
    height: unset !important;
}

/* RadConfirm */
div#rw_customConfirm_C {
    height: 200px !important;
}

input#rw_customConfirm_status {
    display: none;
}

div#gridRegolePec {
    top: 70px;
    position: absolute;
    width: 98%;
    height: 100%;
    outline: none !important;
}

/*Bottone esportazione excel*/
span#btnExport {
    display: inline-block;
    width: 180px;
    margin-right: 2px;
}

/*Pannello multitenant*/
div#pnlMultiTenant {
    margin-top: 47px;
    margin-left: 10px;
    outline: none !important;
}

/*DropDown firme*/
body > div.Metro.reDropDownBody {
    min-height: 200px;
}

.RadGrid:focus {
    outline: none !important;
}

div#RadGrid1 {
    outline: none !important;
}


.login365 {
    display: inline-block;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    padding: 0px 18px;
    margin-top: 1.5em;
    background-color: #425b76;
    color: white !important;
    opacity: 0.66;
    line-height: 2.6em !important;
}

    .login365:hover {
        opacity: 1;
        cursor: pointer;
    }

.loginG {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    width: 100%;
    height: 50px;
    margin-top: 1.1em;
    opacity: 0.76;
    justify-content: center;
}

    .loginG:hover {
        opacity: 1;
        cursor: pointer;
    }

div#gridGruppi_GridData {
    height: unset !important;
}

/*div#gridMonitorPacchetti_GridData {
    height: unset !important;
}
*/
input#txtDescriptionAiCab {
    width: 320px !important;
}

span#lblErrorPec {
    margin-left: 94px;
    display: unset !important;
}

span#lblErrorPecArchives {
    margin-left: 25px;
    margin-top: 13px;
    display: inline-block;
}

span#AdminUsers_WebDialogWindow1_tmpl_UserCreate1_btnGestisciIP {
    display: inline-block;
    width: 200px;
    margin-bottom: 7px;
}

.lbNotificheClass {
    overflow-x: auto;
}

.lbNotifInattiveClass {
    overflow-x: auto;
}

div#gridRegolePec_GridData {
    overflow: auto;
    width: 100% !important;
    height: 92% !important;
}

input#txtNomeRegola {
    height: 25px !important;
}



input#txtScritta {
    height: 25px !important;
}

input#txtNomeRegolaSemplice {
    height: 25px !important;
}

/*
span#btnAddPEC {
    line-height: 50px;
}
*/
/*
.GridFirmeContainer {
    width: calc(100% - 12px);
}*/


.imageControls {
    position: fixed;
    top: 0;
    right: 0;
    margin: 12px;
    padding-right: 12px;
}


.subject-column-item {
    min-width: 300px
}

.mail-pnlGreen {
    position: absolute;
    top: 3px;
    right: 205px;
    width: 380px;
    color: green;
    border: 2px solid green;
    margin: 2px;
    padding: 2px;
}

.GridFirmeContainer {
    width: 99%;
    height: 100%;
}

#msgLog {
    overflow: auto !important;
}

.pecwizard-select-popimap td {
    padding-right: 15px
}

.icon-configurazione-pec {
    line-height: 55px
}

#tabstripContainer {
    width: 100%;
    float: left;
    height: calc(100% - 106px);
    overflow-y: auto;
    overflow-x: hidden;
}

    #tabstripContainer .RadMultiPage .grid-ricerca {
        background-color: #EBEFF3;
        vertical-align: middle;
        font-size: 18px;
        height: 100%;
    }

        #tabstripContainer .RadMultiPage .grid-ricerca .container-ricerca {
            height: calc(100% - 70px);
            overflow: auto;
        }

    #tabstripContainer .RadMultiPage .table-customer-administrator {
        background-color: #EBEFF3;
        vertical-align: middle;
        font-size: 18px;
        width: 100%;
        float: left;
    }

        #tabstripContainer .RadMultiPage .table-customer-administrator .row {
            margin-top: 10px;
        }

            #tabstripContainer .RadMultiPage .table-customer-administrator .row .filterListbox .row .table-page {
                padding: 25px;
            }

.outerMultiPage .rmpView #corrente .grdSyslogWrapper {
    height: calc(100vh - 250px);
}

#tabstripContainer .RadMultiPage .table-customer-administrator .row .filterListbox .grdSyslogWrapper .table-utenti .rgDataDiv {
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    height: auto !important;
    float: left;
}

.manage-rules .RadButton_Default.rbSkinnedButton, .RadButton_Default.rbVerticalButton,
.manage-rules .RadButton_Default .rbDecorated, .RadButton_Default .rbSplitRight, .RadButton_Default .rbSplitLeft {
    background-image: none;
}

.manage-rules .arrow-up, .manage-rules .arrow-down {
    width: 12px;
}

.content-body-mail {
    overflow: auto;
}

.content-errore-session {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10%
}

    .content-errore-session img {
        width: 30%;
        height: auto;
    }

    .content-errore-session span {
        line-height: 70px;
    }

.sidebar-risposte .container .col-sm-4 {
    height: 100%;
    max-height: 450px;
    overflow: auto;
}

.RadWindow.RadWindow_Metro.rwShadow .rwTitleBar .rwTitleWrapper {
    padding: 5px 5px 0;
    line-height: 20px;
    height: auto;
}

.RadWindow.RadWindow_Metro.rwShadow .rwConfirmDialog .rwOkBtn:hover {
    opacity: 0.6;
}

.sidebar-popup-templatecasella {
    overflow: auto;
    width: 100%;
    height: 85vh;
}

.syslog-column-button-link {
    font-size: 7px;
    display: inline-flex;
}

.adminpecpanel-legend {
    width: auto;
    float: left;
    margin: 20px 0;
    border: 1px solid #e1e1e1;
}

    .adminpecpanel-legend .title {
        font-weight: bold;
        padding: 10px;
        background-color: #f5f5f5;
    }

    .adminpecpanel-legend .item {
        padding: 10px;
        border-bottom: 1px solid #e1e1e1;
    }

        .adminpecpanel-legend .item.notify {
            background-color: #edffed;
        }

        .adminpecpanel-legend .item.locked {
            color: #db8700;
            font-weight: bold;
        }

        .adminpecpanel-legend .item.error {
            color: #FF0000;
            font-weight: bold;
            border-bottom: 0px;
        }

/* SMAT */
.cell-tabmail {
    width: 10%;
}
/*END SMAT*/


.error-container td {
    text-align: right;
}

.user-profile-popup {
    background-color: white;
    border-color: gray;
    width: 100%;
    height: 100vh;
    overflow: auto;
    border-width: medium;
    border-style: solid;
}

table pre {
    white-space: pre-wrap !important;
    word-break: break-word;
    overflow: visible !important;
    max-width: 100% !important;
}

@media print {
    pre {
        white-space: pre-wrap !important;
        word-break: break-word;
        overflow: visible !important;
        max-width: 100% !important;
    }
}

.descritpion-label {
    font-weight: bold;
    margin: 20px;
}