@charset 'UTF-8';

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/*--- base ---*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

:root {
    /*  container */
    --margin-top-content: 117px;
    --margin-viewport: 117px;
    /* pannello menu */
    --panel-menu-width:250px;
    /* pannello destra */
    --panel-dx-width:500px;
    /* overlay */
    --overlay-background-color: rgba(51,51,51,1);
    /* general */
    --colore-alert:#fbbe49;
    --colore-error:#f84a4a;
    --colore-1:#00adef;
    --colore-2:#24a0c8;
    --colore-1-testo-over:#fff;
    --colore-2-testo-over:#fff;
    --colore-bianco:#fff;
    --colore-grigio-1:#f5f5f5;
    --colore-grigio-2:#e7e8ea;
    --colore-grigio-3:#eceef2;
    --colore-grigio-4:#f8f8f8;
    --colore-nero:#414141;
    --colore-verde:#1dc732;
    --colore-rosso:#ff0000;
    --colore-stato-1:#59a500;
    --colore-stato-2:#e80303;
    --colore-stato-3:#ddd;
    --colore-voti-1:#51cb00;
    --colore-voti-2:#ff9000;
    --colore-voti-3:#ff0000;
    --colore-sottomenu:#063949;
    --border-radius-1:4px;
    --border-radius-2:6px;
    --border-radius-3:15px;
    /* form */
    --input-background: #e9e9e9;
    --input-border-left: 5px solid #e9e9e9;
    --input-border-left-required: #ffa200;
    --input-color:#555;
    --input-focus-border-color:#fff;
    --label-color:#aaa;
    --txt-titolo-blocco:#333;
    --form-input-border-color:#ddd;
    --form-input-border-radius:5px;
    /* tables */
    --th-height: 43px;
    --th-font: "Fira Sans", "Helvetica Neue", Arial, sans-serif;
    --th-font-size: 18px;
    --td-font: "Fira Sans", "Helvetica Neue", Arial, sans-serif;
    --td-height: 43px;
    --td-font-size: 16px;
    --td-bg: #f2f2f2;
    --td-type-bg: #eee;
    /* panel menu */
    --font-family:"Fira Sans", "Helvetica Neue", Arial, sans-serif;
    /* modal popup*/
    --modal-header-height: 50px;
    --margin-top-modal-content: 0;
}

html {
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
}

html,
body {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Fira Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
/*
    background-color:#fff;
*/
}

/*--- blockquote ---*/

blockquote { font-style: italic; }
blockquote:before { content: "\201C";display: inline-block;padding-right: .4em; }

/*--- emphasized ---*/

strong { font-weight: bold; }
em { font-style: italic; }

/*--- paragrafi ---*/
p::-moz-selection { background: gold; }

p { -moz-user-select:text; }

p {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    font-size:15px;
    font-weight:300;
    line-height:20px;
    color: var(--colore-nero);
    letter-spacing:0px;
}

/*--- ancore ---*/
a {
    position:relative;
    color:#333;
    text-decoration: none;
    outline: none;
}

/*--- hx ---*/
h1,
h2,
h3,
h4,
h5 {
    position:relative;
    margin:15px 0 15px 0;
    padding:0;
    color: var(--colore-nero);
    font-weight: 500;
    letter-spacing: 0;
}

h1 {
    font-size:36px;
}

h2 {
    font-size:24px;
}

h3 {
    font-size:18px;
}

h4 {
    font-size:16px;
}

h5 {
    font-size:14px;
}

/*--- colori base ---*/
.colore-1 {
    color:var(--colore-1);
}

.colore-2 {
    color:var(--colore-2);
}
/*--- ! ---*/

/*--- spacers ---*/

.dummy-10 { height:10px;line-height:10px; }
.dummy-20 { height:20px;line-height:20px; }
.dummy-30 { height:30px;line-height:30px; }
.dummy-40 { height:40px;line-height:40px; }
.dummy-50 { height:50px;line-height:50px; }
.dummy-60 { height:60px;line-height:60px; }
.dummy-70 { height:70px;line-height:70px; }
.dummy-80 { height:80px;line-height:80px; }
.dummy-90 { height:90px;line-height:90px; }
.dummy-100 { height:100px;line-height:100px; }

[class*="dummy-"] {
    display:block;
    padding:0;
    margin:0;
    width:100%;
}

[class*="dummy-"]::after {
    content: ".";
    visibility: hidden;
}

.spacer1 { padding:1px; }
.spacer2 { padding:2px; }
.spacer3 { padding:3px; }
.spacer4 { padding:4px; }
.spacer5 { padding:5px; }
.spacer6 { padding:6px; }
.spacer7 { padding:7px; }
.spacer8 { padding:8px; }
.spacer9 { padding:9px; }
.spacer10 { padding:10px; }
.spacer15 { padding:15px; }
.spacer20 { padding:20px; }
.spacer25 { padding:25px; }
.spacer30 { padding:30px; }
.spacer35 { padding:35px; }
.spacer40 { padding:40px; }
.spacer45 { padding:45px; }
.spacer50 { padding:50px; }

[class*="spacer"] {
    width:100%;
    display:block;
    clear: both;
}

.bordo-888 {
    border: 1px solid #888 !important;
}

.bordo-ccc {
    border: 1px solid #ccc !important;
}

.colore-ccc {
    color: #ccc !important;
}

.colore-888 {
    color: #888 !important;
}

.colore-nero {
    color: var(--colore-nero) !important;
}

.colore-bianco {
    color: var(--colore-bianco) !important;
}

.colore-rosso {
    color:var(--colore-rosso) !important;    
}

.colore-verde {
    color:var(--colore-verde) !important;    
}

.bg-transparente {
    background-color: transparent !important;
}

.bg-bianco {
    background-color:var(--colore-bianco) !important;    
}

.bg-rosso {
    background-color:var(--colore-rosso) !important;    
}

.bg-verde {
    background-color:var(--colore-verde) !important;    
}

.bg-grigio {
    background-color:#ccc !important;    
}

.f-size-12 {
    font-size: 12px !important;
}

.f-size-14 {
    font-size: 14px !important;
}

.f-size-16 {
    font-size: 16px !important;
}

.f-size-18 {
    font-size: 18px !important;
}

.f-size-20 {
    font-size: 20px !important;
}

.f-size-24 {
    font-size: 24px !important;
}

.f-size-30 {
    font-size: 30px !important;
}

.f-size-36 {
    font-size: 36px !important;
}

.f-size-50 {
    font-size: 50px !important;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.nobordo {
    border: none !important;
}

/*--- width ---*/

.wd-5 {
    width: 5%;
}

.wd-10 {
    width: 10%;
}

.wd-20 {
    width: 20%;
}

.wd-30 {
    width: 30%;
}

.wd-40 {
    width: 40%;
}

.wd-50 {
    width: 50%;
}

.wd-60 {
    width: 60%;
}

.wd-70 {
    width: 70%;
}

.wd-80 {
    width: 80%;
}

.wd-90 {
    width: 90%;
}

.wd-100 {
    width: 100%;
}

/*--- ! ---*/

/*--- reset floating ---*/

.clearfix:before,
.clearfix:after { display: table;content: " "; }
.clearfix:after { clear: both; }
.clear { clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0; }

/*--- floating ---*/

.float-left { float:left; }
.float-right { float:right; }

/*--- margin ---*/

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

/*--- text align ---*/

.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }

/*--- text styling ---*/

.italic { font-style: italic; }
.underline { text-decoration: underline; }

/*--- text sizing ---*/
.semi-bold {
    font-weight: 400;
}

.bold {
    font-weight: 500 !important;
}

.ultra-bold {
    font-weight: 700;
}

small, 
.small {
    font-size:12px;
    font-weight: 400;
}

small.bold,
.small.bold {
    font-size:12px;
    font-weight: 400;
}

/*--- image ---*/

img { 
    max-width:100%;
    height:auto;
    border:none;
    outline: none;
    display:block; 
}

/*--- blur effect ---*/
.blur {
    -webkit-filter:blur(2px);
    filter:blur(2px);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/*--- ! ---*/

/*--- overlay ---*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    opacity:0;
    z-index:95000;
}

#overlay-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity:0;
    z-index:195000;
}

.overlay-super {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity:1;
    z-index:999998;
}

#overlayclose {
    position:fixed;
    top:1px;
    right:10px;
    padding:5px;
    text-align:center;
    z-index:95500;
}

#overlay-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 117px;
    background-color: rgba(0,0,0,0.7);
    z-index:95000;
}

#overlay-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index:95000;
}

#overlay-footer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background-color: rgba(0,0,0,0.7);
    z-index:95000;
}

/*--- ! ---*/

/*--- display policy-privacy inline ---*/
.privacy-inline {
    position: fixed;
    top:0;
    left:0;
    bottom: auto;
    right: auto;
    width: 100%;
    margin:0 auto;
    padding: 0;
    height: 100vh;
    overflow-y: auto;
    z-index:71000;
    display:none;
    opacity: 0;
    transition: all 0.5s ease-out;
    background-color: rgba(255,255,255,0.9);
}
/*--- ! ---*/

/*--- for icomoon icons */
.glyph {
    font-size: 16px;
    width: 15em;
    float: left;
    overflow: hidden;
}

.fs1 {
    font-size: 32px;
}

.icon {
    display: inline-block;
    font-size: 50px;
    color:#333;  
}

/*--- ! ---*/

/*--- layout ---*/

main {
/*
    position: relative;
    position: absolute;
*/
    position: relative;
    width: 100%;

    height: 100vh;

/*
    height: calc(100vh - 117px);
*/
    background-color: transparent;
}

/*--- header ---*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 117px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.header-content {
    position: relative;
    flex: 1 100%;
    justify-content: center;
    align-items: center;
    height: 56px;
    padding:0;
    background-color: var(--colore-1);
}

.header-content.maintenance {
    background-color: #cc0000;
}

.header-content .logo {
    float: left;
    width: 40%;
    text-align: left;
    height: 56px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-content .logo img {
    height: 56px;
    width: auto;
}

.header-content .nav {
    float: right;
    width: 60%;
    text-align: right;
    height: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    --nav-a-color:#eee;
}

@media only screen and (max-width: 480px) {

    .header-content .logo {
        width: 25%;
    }

    .header-content .logo a {
        width: 100%;
        max-width: 200px;
    }

    .header-content .logo img {
        height: auto;
        width: auto;
    }

    .header-content .nav {
        float: right;
        width: 75%;
    }

}

.header-content .nav ul {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
}

.header-content .nav ul li {
    position:relative;
    margin:0 20px 0 0;
    padding:0;
    list-style:none;
    text-align:center;
    float:left;
}

.header-content .nav ul li.hamburger {
    float:right;
    display: none;
}

.header-content .nav ul li.hamburger a img {
    width: 50px;
    height: 50px;
}

.header-content .nav ul li a {
    margin:0;
    padding:0;
    display: block;
    height: 56px;
    display: flex;
    align-items: center;
    color:#fff;
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 480px) {

    .header-content .nav ul li a {
        font-size: 12px;
    }

}

.header-content .nav ul li a:hover {
    color: #ddd;
}

.header-content .nav ul li a.active {
    color:#ddd;
}

.header-nav-left {
    position: relative;
    width: 80%;
    height: 61px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--colore-bianco);
    border-bottom: 1px solid var(--colore-grigio-2);
    float: left;
    overflow: auto hidden;
    white-space: nowrap;
}

.header-nav-left ul {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 15px;

    white-space: nowrap;
    overflow-x: auto;
    max-width: 100%;
    display: flex;
    max-height: 60px;
    overflow-y: hidden;

}

.header-nav-left ul li {
    position:relative;
    margin:0 0 0 0;
    padding:0;
    list-style:none;
    text-align:center;
    float:left;
}

.header-nav-left ul li.hamburger {
    float:right;
}

.header-nav-left ul li a {
    margin:0;
    padding:5px 15px 0;
    display: block;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--colore-nero);
    font-size: 14px;
    font-weight: 500;
    border-bottom:5px solid var(--colore-bianco);
}

.header-nav-left ul li a:hover {
    border-color: var(--colore-grigio-2);
}

.header-nav-left ul li a.active {
    border-color: var(--colore-1);
}

.header-nav-right {
    position:relative;
    width: 20%;
    height: 61px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--colore-bianco);
    border-bottom:1px solid var(--colore-grigio-2);
    float: left;
}

@media only screen and (max-width: 480px) {

    .header-nav-right {
        display: none;
    }
    .header-nav-left {
        width: 100%;
    }

}

.header-nav-right ul {
    position:relative;
    margin:0 0 0 0;
    padding:0 15px 0 0;
}

.header-nav-right ul li {
    position:relative;
    margin:0 0 0 0;
    padding:0;
    list-style:none;
    text-align:center;
    float:left;
}

.header-nav-right ul li.hamburger {
    float:right;
}

.header-nav-right ul li a {
    margin:0;
    padding:5px 15px 0;
    display: block;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--colore-nero);
    font-size: 14px;
    font-weight: 500;
    border-bottom:5px solid var(--colore-bianco);
}

@media only screen and (max-width: 480px) {

    .header-nav-right ul {
        padding:0 0 0 0;
    }
    .header-nav-right ul li a {
        padding: 5px 0 0;
    }

}

.header-nav-right ul li a:hover {
    border-color: var(--colore-grigio-2);
}

.header-nav-right ul li a.active {
    border-color: var(--colore-1);
}

.header-nav-right ul li a.disabled {
    color:#ccc;
    pointer-events: none;
    cursor: default;
    opacity: 0.9;
}

/*--- footer ---*/
.footer {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    width: 100%;
    height: 32px;
    background-color: var(--colore-bianco);
    margin: 0;
    padding: 0;
    border-top:1px solid var(--colore-grigio-2);
}

.footer-content {
    position: relative;
    flex: 1 100%;
    justify-content: center;
    height: 30px;
    padding:0 25px 0 25px;
    font-size:11px;
}

.footer-content .text-block-sx {
    position: relative;
    width: 33%;
    float: left;
    display: flex;
    justify-content: flex-start;
}

.footer-content .text-block-cx {
    position: relative;
    width: 33%;
    float: left;
    display: flex;
    justify-content: center;
}

.footer-content .text-block-dx {
    position: relative;
    width: 33%;
    float: left;
    display: flex;
    justify-content: flex-end;
}

.footer-content ul {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
}

.footer-content ul li {
    position:relative;
    padding:0;
    list-style-type: disc;
    list-style-position: inside;
    float:left;
    color: #919191;
}

.footer-content .text-block-sx ul li {
    margin:0 0 0 10px;
}

.footer-content .text-block-cx ul li {
    margin:0 5px 0 5px;
}

.footer-content .text-block-dx ul li {
    margin:0 0 0 10px;
}

.footer-content ul li:first-child {
    list-style-type: none;
}

.footer-content ul li a {
    margin:0;
    padding:0;
    display: inline-block;
    line-height: 30px;
    color:#919191;
    font-size: 11px;
    font-weight: 400;
}

.footer-content ul li a:hover {
    border-color: var(--colore-1);
}


.footer-content .logo {
    float: left;
    width: 30%;
    text-align: left;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-content .hamburger {
    float: right;
    width: 10%;
    text-align: right;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}


/*--- type of shadow for all element ---*/

.block-shadow-type-1 {
    box-shadow: 4px 4px 8px rgba(165,178,186,0.2);
}

.block-shadow-type-2 {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); 
}

/*--- only bottom ---*/
.block-shadow-only-bottom {
    box-shadow: 0 8px 3px -6px rgba(0,0,0,0.1);
}

/*--- sx, top, dx ---*/
.block-shadow-sx-top-dx {
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.5);
}

/*--- top, sx, bottom ---*/
.block-shadow-top-sx-bottom {
    box-shadow: -5px 0 10px 0 rgba(0,0,0,0.5);
}

/*--- top, dx, bottom ---*/
.block-shadow-top-dx-bottom {
    box-shadow: 5px 0 10px 0 rgba(0,0,0,0.5);
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .span-text {
        display: none;
    }

    .icon {
        font-size: 38px;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .span-text {
        display: none;
    }

    .icon {
        font-size: 36px;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

    .icon {
        font-size: 50px;
    }

    .icon-happy-certified5 {
        font-size: 40px;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/*--- ! ---*/


/*--- page ---*/

.page-container {
    position: relative;
    top:var(--margin-top-content);
    background-color: var(--colore-bianco);
/*
    margin-top: var(--margin-top-content);
*/
/*
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
*/
}

.page-container.panel-menu-active {
    margin-left: 300px;
}

.page-container.inside-iframe {
    top:0;
    margin-top: 0;
    margin-left: 0;
}

.page-container.inside-dashboard {
    top:100px;
    margin-top: 100px;
}

.page-content {
    position: relative;
    margin: 0 0 0 0;
    padding: 40px;
    width: 100%;
    height: 100%;
    background-color: var(--colore-bianco);
    opacity:0;
}

@media only screen and (max-width: 480px) {

    .page-content {
        padding: 60px 10px;
    }

}

span.assegnato {
    color: var(--colore-stato-1);
    font-style: italic;
    font-size: 12px;
}

/*--- messaggio rotazione smartphone landscape ---*/
#overlaylandscape {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#divlandscape {
    position: relative;
    width: 100%;
    display: none;
    align-items: center;
}

#divlandscape img {
    width: 100%;    
}

#divlandscape p {
    color:#fff;
    font-weight:700;
    line-height:20px;
    text-align:center;
    text-shadow: 0 1px rgba(0, 0, 0, .75);
    margin:0;
    padding:0;
}



/*--- modal popup ---*/
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1200px;
    height: 80%;
    max-height: 80%;
    background-color:rgba(255,255,255,1);
/*
    border-radius: 20px;
*/
    z-index:196000;
    padding: 0;
    opacity: 1;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.modal {
/*
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
*/
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

.modal.mini {
    width: 50%;
    max-width: 480px;
    height: 50%;
    max-height: 240px;
}

.modal.wide {
    width: 99vw;
    height: 98vh;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: inherit;
    background-color: #fff;
}

.modal.move-to-top {
    top: 100%;
}

.modal.move-to-bottom {
    top: -100%;
}

.modal.move-to-right {
    left: -100%;
}

.modal.move-to-left {
    right: 100%;
}
/*
.modal-header {
    position: relative;
    width: 100%;
    height: var(--modal-header-height);
    opacity: 0;
    display: flex;
    align-items: center;
    background-color:transparent !important;
    padding: 0 0 0 10px;
    color: #fff;
}

.modal-header .title {
    position: relative;
    width: calc(100% - 50px);
    font-size:18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    z-index: 73999;
}

.modal-header a.close {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 73999;
    color: #fff;
    display: block;
    min-width: 25px;
}
*/

.close-popup {
    position: fixed;
    top: 10px;
    right: 10px;
    left: auto;
    bottom: auto;
    z-index: 1;
}

.modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    float: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--nero);
    text-shadow: 0 1px 0 var(--white);
    opacity: .5;
    z-index:97000;
}

.modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 0 100px 0;
    padding: 50px;
    background-color: rgba(255,255,255,1);
    border-radius: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-content.mini {
    margin: 0 0 0 0;
    overflow: hidden;
    padding: 25px 25px;
}

.modal-content.wide {
/*
    background-color:transparent;
*/
    padding: 0;
}

.modal-content.nopadding {
    padding: 0;
    margin: 0;
}



/*--- modal popup ---*/
.modal-preview {
    position: fixed;
    top: 40px;
    left: 50%;
    /* margin: 0 0 0 -226px; */
    transform: translate(-50%, 0);
    width: 100%;
    /* max-width: 367px; */
    max-width: 420px;
    height: 100%;
    /* max-height: 752px; */
    /* max-height: 921px; */
    /* background-color: rgba(255,255,255,1); */
    z-index: 196000;
    padding: 0;
    opacity: 1;
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%); */
    background-image: url(/manager/assets/img/elementi/iphone.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.modal-preview-panel {
    position: fixed;
    /* top: 95px; */
    /* left: auto; */
    /* right: 50px; */
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 822px;
    margin: auto;
    z-index: 196000;
    padding: 0;
    opacity: 1;
    background-image: url(/manager/assets/img/elementi/iphone.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
/*
    position: fixed;
    top: 95px;
    left: auto;
    right: 50px;
    width: 100%;
    max-width: 400px;
    height: 100%;
    z-index: 196000;
    padding: 0;
    opacity: 1;
    background-image: url(/manager/assets/img/elementi/iphone.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
*/
}

.modal-preview div {
    position: relative;
    top: 68px;
    left: 20px;
    width: 100%;
    max-width: 380px;
    height: 100%;
    max-height: 760px;
    /* margin: 0 auto; */
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
}

.modal-preview-panel div {
    position: relative;
    top: 66px;
    left: 20px;
    width: 100%;
    max-width: 360px;
    height: 100%;
    max-height: 726px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
}
.modal-preview-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0;
    background-color: rgba(255,255,255,1);
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-preview .close {
    position: absolute;
    top: -35px;
    right: -5px;
    margin: 0;
    padding: 0;
    float: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    z-index: 97000;
    border: 2px solid #fff;
    border-radius: 50%;
}


/*--- popup manutenzione ---*/
.popup-manutenzione {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1200px;
    height: 80%;
    max-height: 80%;
    background-color:rgba(255,255,255,1);
    border-radius: 20px;
    z-index:999999;
    padding: 50px;
    opacity: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.popup-manutenzione div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-manutenzione h1,
.popup-manutenzione h2,
.popup-manutenzione h3,
.popup-manutenzione h4,
.popup-manutenzione h5,
.popup-manutenzione div,
.popup-manutenzione p {
    margin: 0;
    padding: 0;
}

.popup-manutenzione a.sospendi {
    position: absolute;
    top:10px;
    right:10px;
    width: 100px;
    line-height: 20px;
    font-size:16px;
    font-weight:500;
    color:#cc0000;
}

.alert-manutenzione {
    position:fixed;
    top: 65px;
    left: 0;
    bottom:auto;
    right:auto;
    padding:0;
    display:block;
    opacity:1;
    z-index:99500;
    width:100%;
    height:60px;
/*
    border-bottom: 5px solid #f5228e;
*/
    background-color: #e85151;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.alert-manutenzione .testo {
    color: #fff; 
    font-size: 14px; 
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    padding: 0 30px;
    float: left;
}

.alert-manutenzione .timer {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    width: 100px;
    margin: 0 30px 0 0;
}

.alert-manutenzione-stop {
    position:absolute;
    width:250px;
    top:0;
    left:calc(50% - 125px);
    bottom:auto;
    right:auto;
/*
    animation-name: zoomstop;
    animation-duration: 1s; 
    animation-timing-function: ease-out; 
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
*/
}

@keyframes zoomstop {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.1);
    }
}

.alert-manutenzione-stop a {
    color:#fff;
    font-weight:500;
    font-size:24px;
    text-transform: uppercase;
    line-height: 56px;
}

/*--- override ---*/
.mCSB_inside>.mCSB_container {
    margin-right: 0;
}





/*--- separator horizontal ---*/
.separator-horizontal {
    position:relative;
    display:block;
    width:100%;
    height:1px;
    margin:5px 0;
    background-color: var(--colore-grigio-2);
}










/*--- row and cols */

.row {
    display: flex;
    flex-wrap: wrap;
/*
    margin-right: -15px;
    margin-left: -15px;
*/
}

.cp-1 {
    width: 1%;
}
.cp-2 {
    width: 2%;
}
.cp-3 {
    width: 3%;
}
.cp-4 {
    width: 4%;
}
.cp-5 {
    width: 5%;
}
.cp-6 {
    width: 6%;
}
.cp-7 {
    width: 7%;
}
.cp-8 {
    width: 8%;
}
.cp-9 {
    width: 9%;
}
.cp-10 {
    width: 10%;
}
.cp-15 {
    width: 15%;
}
.cp-20 {
    width: 20%;
}
.cp-25 {
    width: 25%;
}
.cp-30 {
    width: 30%;
}
.cp-35 {
    width: 35%;
}
.cp-40 {
    width: 40%;
}
.cp-45 {
    width: 55%;
}
.cp-50 {
    width: 50%;
}
.cp-55 {
    width: 55%;
}
.cp-60 {
    width: 60%;
}
.cp-65 {
    width: 65%;
}
.cp-70 {
    width: 70%;
}
.cp-75 {
    width: 75%;
}
.cp-80 {
    width: 80%;
}
.cp-85 {
    width: 85%;
}
.cp-90 {
    width: 95%;
}
.cp-95 {
    width: 95%;
}
.cp-100 {
    width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media only screen and (max-width: 900px) {

    .col-auto,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        flex: 0 0 89.5%;
        max-width: 100%;
    }

    .genera-otp .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*--- check only css ---*/
.css-check {
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 10px;
    border-bottom: 4px solid var(--colore-1);
    border-right: 4px solid var(--colore-1);
    margin: 0 0 4px 0;
}

.hide {
    display: none;
}

.fa-info-circle {
    font-size:14px;
    color:var(--colore-1);
}


.login-container {
    position: relative;
    display: flex;
    align-items: center;
    height: calc(100% - 90px);
    width: 100%;
    justify-content: center;
}

.login-content {
    position: relative;
    display: flex;
    align-items: center;
    height: 400px;
    width: 400px;
    justify-content: center;
    flex-direction: column;
}

/*--- popup siulazione ---*/

.popup-simula-header {
    width: 100vw;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.popup-simula-header .close {
    position: absolute;
    top: 0px;
    left: 20px;
    margin: 0;
    padding: 0;
    float: none;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--nero);
    text-shadow: 0 1px 0 var(--white);
    opacity: .5;
    z-index: 97000;
    height: 38px;
    width: 38px;
}

.popup-simula-header-title {
    position: absolute;
    top: 0px;
    left: 60px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--colore-1);
    width: calc(100% - 60px);
    z-index: 97000;
}


/*--- ! ---*/




.salvataggio {
    background-color:var(--colore-alert);
    width:100%;
    height:0;
    position:fixed;
    bottom:0;
    right:0;
    padding:10px;
    color:var(--colore-1);
    font-size:16px;
    font-weight:500;
    z-index: 200000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
    z-index:999;
    text-align:right;
    padding-right:80px;
}



/*--- manutenzione ---*/

#maintenance-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.9);
    opacity:1;
    z-index:95000;
    transition: all 0.5s ease-out;
}

.maintenance-restart {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:500px;
    height: 300px;
    color: #fff;
    background-color: transparent;
    z-index:96000;
    transition: all 0.5s ease-out;
}

.maintenance-restart a {
    color: #fff;
}

.maintenance-restart .text {
    font-size: 14px;
    text-align: center;
}

.maintenance-restart .title {
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
}


/*--- ! ---*/

.dashboard {
    width: calc(100% - 100px);
    height: 79vh;
    padding: 50px 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard .blocchi-tipo-1 .mCSB_scrollTools, 
.dashboard .blocchi-tipo-2 .mCSB_scrollTools, 
.dashboard .blocchi-tipo-3 .mCSB_scrollTools 
{
    right: 0px;
}

.dashboard .blocchi-tipo-1 h2,
.dashboard .blocchi-tipo-2 h2,
.dashboard .blocchi-tipo-3 h2 {
    margin: 10px 0 10px;
    text-align: center;
}

.dashboard .blocchi-tipo-1 .section,
.dashboard .blocchi-tipo-2 .section,
.dashboard .blocchi-tipo-3 .section {
    padding: 5px 20px 25px 20px;
}

.dashboard .blocchi-tipo-1 {
    border: 1px solid #eee;
    background-color: #fff;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 5px;
    float: left;
    width: 24%;
}

.dashboard .blocchi-tipo-2 {
    border: 1px solid #ddd;
    background-color: #eee;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 5px;
    width: 24%;
}

.dashboard .blocchi-tipo-3 {
    border: 1px solid #cc0000;
    background-color: #fff;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 5px;
    width: 24%;
}

@media only screen and (max-width: 480px) {

    .dashboard {
        padding: 0 20px;
        line-height: 36px;
    }

}


/*--- ! ---*/

/*--- gestione notifiche ( errori e/o segnalazioni ) ---*/
.alert {
    position: fixed;
    left: 50%;
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 100px;
    margin: -50px 0 0 -250px;
    padding: 50px 50px 50px 50px;
    background-color: rgba(255,255,255,1);
    z-index: 95999;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
}

.alert-warning {
    color: #7f500c;
    background-color: #fff;
    border-color: #fce2be;
}

.alert-danger {
    color: #fff;
    background-color: #cc0000;
    border-color: #f5c6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

@media only screen and (max-width: 480px)
{
    .alert {
        left: 0;
        margin: -90px 0 0 auto;
    }
}

.alert a.close {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 75000;
    text-align: center;
    color: #333;
}

.alert.alert-danger a.close {
    color: #fff;
}

.alert.alert-warning a.close {
    color: #fff;
}

.alert div {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
/*
    font-family: 'Lato', sans-serif;
*/
    z-index: 71000;
}


/*
    evidenzio con effetto cerchio rosso a mano
*/
.circle-sketch-highlight{
    position:relative;
}

.circle-sketch-highlight:before{
    content: "";
    z-index: 1;
    left: -5px;
    top: -4px;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    position: absolute;
    border-right-color: transparent;
    width: 110%;
    height: 30px;
    transform: rotate(2deg);
    opacity: 0.5;
    border-radius: 50%;
    padding: 0;
}

.circle-sketch-highlight:after{
    content: "";
    left: -5px;
    top: 2px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    width: 110%;
    height: 25px;
    transform: rotate(-1deg);
    opacity: 0.5;
    border-radius: 50%;
}

fieldset {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e7e8ea;
    padding: 0 20px 10px;
    margin: 0 0 10px 9px;
    width: 100%;
}

legend {
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
}

fieldset p {
    margin: 0 0 5px 10px !important;
}

.alert_salva {
    position:fixed;
    top: -110px;
    left: 0;
    bottom:auto;
    right:auto;
    padding:0;
    color: #1b6da9; 
    font-size: 14px; 
    font-weight: 400;
    text-align: center;
    display:block;
    opacity:0;
    z-index:90000;
    width:100%;
    height:55px;
    border-bottom: 5px solid #f5228e;
    line-height: 60px;
    background-color: #cde8fc;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.alert_salva.closed {
    height:20px;
    line-height: 20px;
}

.alert_salva .button-salva-alone {
    position: absolute;
    right: 10px;
    width: fit-content;
    margin: 0;
    padding: 0 40px !important;
    z-index: 97000;
}

.alert_salva .button-salva {
    position: absolute;
    right: 230px;
    width: fit-content;
    margin: 0;
    padding: 0 40px !important;
    z-index: 97000;
}

.alert_salva .button-salva-e-chiudi {
    position: absolute;
    right: 10px;
    width: fit-content;
    margin: 0;
    padding: 0 40px !important;
    z-index: 97000;
}

.alert_salva .close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    float: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--nero);
    text-shadow: 0 1px 0 var(--white);
    opacity: .5;
    z-index:97000;
}

.sezione-cronologia-eventi {
    position: relative;
    margin:0;
    padding:0;
    height:300px;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

#aziendaselezionata,
#networkselezionato {
    position: relative;
}

#aziendaselezionata .azienda-abbinata,
#networkselezionato .network-abbinato {
    position: relative;
    margin: 0 0 0 10px;
    border: 1px solid #e7e8ea;
    border-radius: 10px;
    padding: 20px;
}

#aziendaselezionata .azioni,
#networkselezionato .azioni {
    position: absolute;
    top:5px;
    right:5px;
    left:auto;
    bottom:auto;
    height:50px;
}

#aziendaselezionata .azioni a,
#networkselezionato .azioni a {
    display: inline;
    float: left;
    margin:0 0 0 0;
}

#aziendaselezionata .azioni a img,
#networkselezionato .azioni a img {
    height: 50px;
    min-width: 41px;
}

/*
    pannello anagrafica
*/

.anagrafica-altri-profili {
    position: relative;
    overflow-y:auto;
    height:calc(100vh - 262px);
    padding:0 0 50px;
}

.anagrafica-altri-profili .mCSB_scrollTools {
        right: -8px !important;
}
.anagrafica-altri-profili .mCSB_scrollTools .mCSB_draggerRail {
        background-color: rgba(0,0,0,.7) !important;
}

.anagrafica-altri-profili .altri-profili {
    position: relative;
    margin: 0 10px 20px 10px;
    border: 1px solid #e7e8ea;
    border-radius: 10px;
    padding: 20px;
}

.anagrafica-altri-profili .altri-profili .azioni {
    position: absolute;
    top:5px;
    right:5px;
    left:auto;
    bottom:auto;
    height:50px;
}

.anagrafica-altri-profili .altri-profili .azioni a {
    display: inline;
    float: left;
    margin:0 0 0 0;
}

.anagrafica-altri-profili .altri-profili .azioni a img {
    height: 50px;
    min-width: 41px;
}

.anagrafica-altri-profili .dati-profili-info {
    position: relative;
    margin:10px 0 0 0;
}

.anagrafica-altri-profili .dati-profili-info div {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 5px;
    width: fit-content;
    margin: 0 0 5px 0;
}

.anagrafica-altri-profili .dati-profili-info .no-profilo-principale {
    background-color:#ff0000;
    color:#fff;
}

.anagrafica-altri-profili .dati-profili-info .no-ricerca {
    background-color:#ff0000;
    color:#fff;
}

.anagrafica-altri-profili .dati-profili-info .no-altre-sedi {
    background-color:#ff4d00;
    color:#fff;
}

.anagrafica-altri-profili .dati-profili-azioni {
    position: relative;
    margin: 0 0 0 0;
    height:50px;
    display: flex;
    align-items: center;
}

.anagrafica-altri-profili .dati-profili-azioni a {
    position: relative;
    display: inline-block;
    float: left;
}

.anagrafica-altri-profili .dati-profili-azioni a img {
    height:50px;
}

.btn-fixed-anagrafica {
    position: fixed;
    bottom:25px;
    top:auto;
    right:25px;
    left:auto;
    width:70px;
    height:70px;
}

.btn-fixed-anagrafica img {
    width:70px;
    height:70px;
}

.popup-anagrafica {
    position: fixed;
    bottom: 110px;
    top: auto;
    right: 25px;
    left: auto;
    width: 300px;
    min-height: 176px;
    background-color: #fff;
    border-radius: 15px;
    z-index: 196000;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    padding: 20px 0px 0px 10px;
}

.popup-anagrafica .popup-anagrafica-link {
    display: block;
}

.popup-anagrafica .popup-anagrafica-link a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 44px;
    text-align: left;
    width: fit-content;
    user-select: none;
    color: #333;
    padding: 0 15px;
}

.popup-anagrafica .popup-anagrafica-link a img {
    width: 25px;
    float: left;
    margin: 0 10px 0 0;
    height: 25px;
}


/*
    pannello anagrafica - END
*/

#img-logo {
    margin: 0 20px 0 10px;
    float: left;
}

#img-logo img {
    max-width: 100%;
}

#logo-pubblico {
    max-width: 70px;
    display: flex;
    align-items: center;
    height: 200px;
}

#logo-pubblico img {
    max-width: 70px;
    border-radius: 70px;
}

#img-foto {
    margin: 0 20px 20px 10px;
    float: left;
}

#img-foto img {
    max-width: 200px;
}

#foto-pubblico {
    max-width: 70px;
    display: flex;
    align-items: center;
    height: 200px;
}

#foto-pubblico img {
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 70px;
}

img.elimina {
    height: 50px;
    min-width: 50px;
}

.element-company-logo {
    display: flex;
    justify-content: center;
    width: 50px;
}

.element-company-logo img {
    border-radius: 40px;
    width: 40px;
    height: 40px;
}

.link-lista-icona {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    margin: 0 !important;
}

.link-lista-icona img {
    height: 50px;
}

.link-icona-stato {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    margin: 0 !important;
}

.link-icona-stato img {
    height: 35px;
}

/*
    pannello recapiti
*/

#sezione-dati {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 980px;
}

#sezione-dati.dati-stato {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
}

#sezione-dati .page-content {
    padding: 20px 0 20px 50px;
}

#sezione-preview {
    flex: 0 0 30%;
    max-width: 30%;
    background-color: #ddd;
}

.element-scrollable {
    margin: 0 0 0 10px;
}

.bg-grigio-rounded {
    background-color: #f4f4f4;
    border-radius: 10px;
    height: 95px;
    width: 85%;
    float: left;
    padding: 0 30px 0 30px;
}

.bg-grigio-rounded input {
    margin: 0 !important;
}

.bg-grigio-rounded [class*="col-"] {
    padding: 0 !important;
}

.bg-grigio-rounded,
.bg-trasparente {
    margin: 0 0 0 0;
    color: #333;
}

.bg-trasparente {
    background-color: #fff;
    height: 95px;
    width: calc(10% - 25px);
    float: left;
    margin: 0 0 0 25px;
    min-width: 125px;
    border-radius: 10px;
}

.bg-trasparente img {
    height: 50px;
}

.bg-trasparente a {
    margin: 0 0 0 0 !important;
    display: flex;
    height: 95px;
    float: left;
    align-items: center;
}

.icona-tipo {
    display: flex;
    height: 95px;
    align-items: center;
}

.stati .icona-tipo {
    justify-content: flex-end;
}

.icona-tipo img {
    height: 50px;
}

label.ckbox.box-centered {
    height: 95px;
    display: flex;
    align-items: center;
}

.ul_sortable .li-riordino {
    position: relative;
    height: 95px;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
}

.ul_sortable .li-riordino-social {
    position: relative;
    height: 95px;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
}

.messaggistica {

}

.drag-class {
    background-color: #fff;
}

body.dragging, 
body.dragging * {
    cursor: move !important; 
}

.dragged {
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 2000; 
}

.sorted_table {
    min-width: 100% !important;
}

.sorted_table td {
    background-color: transparent !important;
    border: none !important;
    cursor: move !important; 
}

.sorted_table td.flessibile {
    width: 1% !important;
    cursor: move !important; 
}

.sorted_table td.td-radio {
    width: 40px !important;
    max-width: 40px;
    min-width: 40px;
}
.sorted_table td.td-icona {
    width: 60px !important;
    max-width: 60px;
    min-width: 60px;
}
.sorted_table td.td-titolo {
    width: 400px !important;
    max-width: 400px;
    min-width: 400px;
}
.sorted_table td.td-prefint {
    width: 100px !important;
    max-width: 100px;
    min-width: 100px;
}
.sorted_table td.td-telefono {
    width: 360px !important;
    max-width: 360px;
    min-width: 360px;
}

.sorted_table td.td-titolo-link {
    width: 200px !important;
    max-width: 200px;
    min-width: 200px;
}
.sorted_table td.td-link {
    width: 100%;
    max-width: 650px;
}

.sorted_table .icona-link a {
    width: 41px;
    display: flex;
    height: 50px;
}
.link-esterno {
    font-size: 20px;
    font-weight: 500;
    text-align: right;
}

.prefissoint,
.prefissotelefono {
    font-size: 36px;
    font-weight: 500;
    text-align: right;
}

.messaggistica .prefissoint,
.messaggistica .prefissotelefono {
    font-size: 24px;
}

.messaggistica .sorted_table td.td-titolo {
    width: 260px !important;
    max-width: 260px;
    min-width: 260px;
}
.messaggistica .sorted_table td.td-telefono {
    width: 500px !important;
    max-width: 500px;
    min-width: 500px;
}

.prefissotelefono {
    text-align: right;
}

.titolo {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 30px;
}

.descrizione {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 18px;
}

.preview {
    position: absolute;
    width:100%;
    height:99vh;
    background-color:#ddd;
    display: flex;
    justify-content: center;
}

.no-display {
    display: none;
}

@media only screen and (max-width: 1700px)
{
    .messaggistica .sorted_table td.td-telefono,
    .sorted_table td.td-telefono {
        width: 320px !important;
        min-width: 320px;
    }
}

@media only screen and (max-width: 1650px)
{
    #modal-preview-panel {
        width:0px;
    }
    #sezione-preview {
        flex: 0 0 0%;
        max-width: 0%;
    }
    #sezione-dati {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .panel-right-full .col-9 {
        flex:100%;
    }
}

@media only screen and (max-width: 1400px)
{

}

@media only screen and (max-width: 1210px)
{
    #sezione-dati .page-content {
        padding: 20px 0 20px 20px;
    }

    .messaggistica .sorted_table td.td-titolo {
        width: 240px !important;
        min-width: 240px;
    }

    .messaggistica .prefissoint, .messaggistica .prefissotelefono {
        font-size: 22px;
    }

    .titolo, .prefissoint, .prefissotelefono {
        font-size: 22px;
    }

    .link-esterno {
        font-size: 18px;
    }

}

@media only screen and (max-width: 1130px)
{
    .sorted_table td.td-telefono {
        width: 300px !important;
        min-width: 300px;
    }
}

@media only screen and (max-width: 1110px)
{
    .sorted_table td.td-titolo {
        width: 180px !important;
        max-width: 180px;
        min-width: 180px;
    }

    .messaggistica .sorted_table td.td-titolo {
        width: 160px !important;
        max-width: 160px;
        min-width: 160px;
    }

    .sorted_table td.td-titolo .titolo,
    .sorted_table td.td-titolo .descrizione {
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;    
    }

    .bg-trasparente {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 1100px)
{
    .sorted_table td.td-titolo-link {
        min-width: auto;
    }
    .sorted_table td.td-link {
        min-width: auto;
    }
    .titolo, 
    .prefissoint, 
    .prefissotelefono,
    .link-esterno {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px)
{

    #sezione-dati {
        min-width: 100%;
    }

    #sezione-dati .col-auto,
    #sezione-dati .col-1,
    #sezione-dati .col-2,
    #sezione-dati .col-3,
    #sezione-dati .col-4,
    #sezione-dati .col-5,
    #sezione-dati .col-6,
    #sezione-dati .col-7,
    #sezione-dati .col-8,
    #sezione-dati .col-9,
    #sezione-dati .col-10,
    #sezione-dati .col-11,
    #sezione-dati .col-12 {
        flex: 0 0 89.5%;
        max-width: 100%;
    }

    #sezione-dati .page-content {
        padding: 20px 0 20px 20px;
    }

    .bg-grigio-rounded {
        width: 82%;
    }

    .bg-trasparente {
        width: calc(15% - 25px);
        margin: 0 0 0 10px !important;
    }

    #sezione-preview {
        display: none;
    }

    .sorted_table td.td-prefint {
        width: 80px !important;
        max-width: 80px;
        min-width: 80px;
    }

    .prefissoint, .prefissotelefono {
        font-size: 22px;
        font-weight: 500;
        text-align: right;
    }

    .sorted_table td.td-telefono {
        width: 200px !important;
        max-width: 200px;
        min-width: 200px;
    }

    .messaggistica .prefissoint, .messaggistica .prefissotelefono {
        font-size: 20px;
        font-weight: 500;
        text-align: right;
    }

    .messaggistica .sorted_table td.td-telefono {
        width: 240px !important;
        max-width: 240px;
        min-width: 240px;
    }

    .sorted_table td.td-titolo .titolo,
    .sorted_table td.td-titolo .descrizione {
        font-size: 20px;    
    }

    .sorted_table td.td-titolo-link {
        width: 100px !important;
        max-width: 100px;
        min-width: 100px;
    }
    .sorted_table td.td-link {
        width: 380px !important;
        min-width: 380px;
    }
    .link-esterno {
        font-size: 16px;
    }

}

@media only screen and (max-width: 768px)
{

    #sezione-dati {
        min-width: 100%;
    }

    #sezione-dati .col-auto,
    #sezione-dati .col-1,
    #sezione-dati .col-2,
    #sezione-dati .col-3,
    #sezione-dati .col-4,
    #sezione-dati .col-5,
    #sezione-dati .col-6,
    #sezione-dati .col-7,
    #sezione-dati .col-8,
    #sezione-dati .col-9,
    #sezione-dati .col-10,
    #sezione-dati .col-11,
    #sezione-dati .col-12 {
        flex: 0 0 89.5%;
        max-width: 100%;
    }

    #sezione-dati .page-content {
        padding: 20px 0 20px 20px;
        margin: 0 0 80px 0;
    }

    .bg-grigio-rounded {
        width: 81%;
    }

    .bg-trasparente {
        width: calc(20% - 25px);
    }

    #sezione-preview {
        display: none;
    }

    .sorted_table td.td-prefint {
        width: 70px !important;
        max-width: 70px;
        min-width: 70px;
    }

    .prefissoint, .prefissotelefono {
        font-size: 24px;
        font-weight: 500;
        text-align: right;
    }

    .sorted_table td.td-telefono {
        width: 150px !important;
        max-width: 150px;
        min-width: 150px;
    }

    .sorted_table td.td-titolo {
        width: 160px !important;
        max-width: 160px;
        min-width: 160px;
    }

    .sorted_table td.td-titolo .titolo,
    .sorted_table td.td-titolo .descrizione {
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        font-size: 20px;    
    }

    .bg-grigio-rounded {
        width: 79%;
    }

    .messaggistica .sorted_table td.td-titolo {
        width: 120px !important;
        max-width: 120px;
        min-width: 120px;
    }

    .messaggistica .sorted_table td.td-prefint {
        display: none;
    }

    .messaggistica .sorted_table td.td-titolo .titolo,
    .messaggistica .sorted_table td.td-titolo .descrizione {
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        font-size: 18px;    
    }

    .messaggistica .prefissoint, .messaggistica .prefissotelefono {
        font-size: 18px;
        font-weight: 500;
        text-align: right;
    }

    .messaggistica .sorted_table td.td-telefono {
        width: 250px !important;
        max-width: 250px;
        min-width: 250px;
    }

    .sorted_table td.td-icona {
        width: 50px !important;
        max-width: 50px;
        min-width: 50px;
    }

    .sorted_table td.td-titolo-link {
        display: none;
    }
    .sorted_table td.td-link {
        width: 280px !important;
        min-width: 280px;
    }
    .link-esterno {
        font-size: 14px;
    }

}

/*
    pannello recapiti END
*/


/*
    pannello orari
*/

.giorni-aperto-chiuso {
    display:flex;
    width:25%;
    float:left;
    height:70px;
    justify-content: center;
    flex-direction: column;        
}
.tipo-apertura {
    width:20%;
    float:left;
    height:70px;
    justify-content: center;
    flex-direction: column;    
}
.lefasceorarie {
    width:55%;
    float:left;
    min-height:70px;
    justify-content: center;
    flex-direction: column;        
}
.quandochiuso {
    width:70%;
    float:left;
    height:70px;
    justify-content: center;
    flex-direction: column;        
}
.form-group input {
    padding: 0 10px 0 10px !important;
}

form .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.div-orarionoff {
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    width: 30%;
    float: left;
}

.div-orarioff {
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    float: left;
    color:#ff0000;
    font-weight: 500;
    display:none;
}

.giorni-aperto-chiuso-vuoto {
    max-width: 1200px !important;
}

.sezione-orari-speciali {
    padding-left: 10px !important;
}

.div-orarilog {
    float: right;
    text-decoration: underline;
    line-height: 30px;
}

.azioni-altri-orari {
    position: relative;
    padding: 0;
    margin: 25px 0 0 0;
}

.azione-altri-orari {
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
}

.btn-fixed-add-orari {
    position: fixed;
    bottom:25px;
    top:auto;
    right:25px;
    left:auto;
    width:70px;
    height:70px;
}

.btn-fixed-add-orari img {
    width:70px;
    height:70px;
}

.popup-orari {
    position: fixed;
    bottom: 110px;
    top: auto;
    right: 25px;
    left: auto;
    width: 300px;
    min-height: 176px;
    background-color: #fff;
    border-radius: 15px;
    z-index: 196000;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    padding: 20px 0px 0px 10px;
}

.popup-orari .popup-orari-link {
    display: block;
}

.popup-orari .popup-orari-link a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 44px;
    text-align: left;
    width: fit-content;
    user-select: none;
    color: #333;
    padding: 0 15px;
}

.popup-orari .popup-orari-link a img {
    width: 25px;
    float: left;
    margin: 0 10px 0 0;
    height: 25px;
}

.btn-trasparente {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 44px;
    text-align: left;
    width: fit-content;
    user-select: none;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    padding: 0 15px;
    border-radius: 25px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.azione-altri-orari .btn-trasparente img {
    width: 25px;
    float: left;
    margin: 0 10px 0 0;
    height: 25px;
}

/*
    pannello orari END
*/

/*
    feste nazionali
*/
.festa {
    height: 100%;
    width: 99%;
    display: table;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px 20px 0 20px;
    margin: 0 0 10px 0;
}

.festa h3.titoletto {
    margin: 0 !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
}

.festa .la-data {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
}

.festa .da-confermare {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    margin:0 0 0 0;
    display: flex;
    justify-content: flex-end;
}

.festa .da-confermare.rosso {
    color:#ff0000 !important;
}

.festa .da-confermare.verde {
    color:#1dc732 !important;
}

.festa .conferma-orari {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 5px 10px;
    border-radius: 5px;
}

.festa .conferma-orari.rosso {
    color: #fff !important;
    background-color: #ff0000;
}

.festa .conferma-orari.hide {
    display: none;
}

/*
    feste nazionali END
*/

/*
    stati
*/
.loStato {
    width: 100%;
    min-width: 1280px;
}

.gliStati {
    width: 100%;
}

.leAzioni {
    width: 100%;
    padding: 0 25px;
}

.leAzioni p {
    border: none !important;
    color: #ff0000 !important;
}

.stati {
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 5px 30px;
    margin:0 0 20px 0;
    min-width: 100%;
}

.stati textarea.form-control {
    margin-bottom: 40px;
}

.stati .td-titolo {
    height:auto;
    width:90%;
}

.stati .td-radio {
    width:5%;
}

.stati .td-radio,
.stati .td-icona {
    vertical-align: top;
}

.stati .td-icona .icona-tipo {
    width: 50px;
}

.stati .titolo {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 30px;
    min-height: 95px;
    position: relative;
    display: flex;
    align-items: center;
}

.gliStati table {
    min-width: 100%;
}

.stati table tbody {
    width: 100%;
    min-width: 100%;
    display: table;    
}

.stati table td {
    border:none;
}

.stati .specifiche {
    display: none;
}

.leAzioni textarea.form-control {
    min-height:250px;
}

.chiusura-temporanea {
    margin-bottom: 40px;
}

.chiusura-definitiva {
    margin-bottom: 40px;
}

.span-verde {
    color:#30cb1a;
}

.span-rosso {
    color:#ff0000;    
}

.span-bold {
    font-weight: 600;    
}
/*
    stati END
*/

/*
    orari
*/
.gliOrari {
    width: 100%;
}

.gliOrari-orari {
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 5px 30px;
    margin:0 0 20px 0;
    min-width: 100%;
}

.gliOrari-orari textarea.form-control {
    margin-bottom: 40px;
}

.gliOrari-orari .td-titolo {
    height:auto;
    width:40%;
}

.gliOrari-orari .td-dati {
    height:auto;
    width:40%;
}

.gliOrari-orari .td-dati span.titoletto,
.gliOrari-orari .td-dati div.titoletto {
    font-size:16px;
    font-weight: 500;
}

.gliOrari-orari .td-dati .dati {
    font-size:16px;
    font-weight: 300;
}

.gliOrari-orari .td-radio {
    width:5%;
}

.gliOrari-orari .td-radio,
.gliOrari-orari .td-icona {
    vertical-align: top;
}

.gliOrari-orari .td-icona .icona-tipo {
    width: 50px;
}

.gliOrari-orari .td-passa-a {
    width: 20%;
}

.gliOrari-orari .td-passa-a a {
    display: flex;
    justify-content: flex-end;
}

.gliOrari-orari .td-passa-a a.disabled {
    color:#ccc;
    pointer-events: none;
    cursor: default;
    opacity: 0.9;
}

.gliOrari-orari .td-passa-a a.disabled img {
    opacity: 0.5;
}

.gliOrari-orari .td-passa-a a img {
    width: 50px;
}

.gliOrari-orari .titolo {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 30px;
    min-height: 95px;
    position: relative;
    display: flex;
    align-items: center;
}

.gliOrari table {
    min-width: 100%;
}

.gliOrari-orari table tbody {
    width: 100%;
    min-width: 100%;
    display: table;    
}

.gliOrari-orari table td {
    border:none;
}

.gliOrari-orari .specifiche {
    display: none;
}
/*
    orari END
*/

/*
    triangolini colorati
*/
div.triangolo {
    position:absolute;
    bottom:3px;
    right:3px;
    left:auto;
    top:auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
div.triangolo-giallo {
    background-color: #fff000;
}
div.triangolo-rosso {
    background-color: #ff0000;
}
/*
    triangolini colorati END
*/

/*
    permalink esistente
*/
#permalinkesistente {
    position: relative;
    padding:1px 0 0 0;
}

#permalinkesistente img {
    position: relative;
    width:40px;
    float: left;
}

#permalinkesistente span {
    line-height: 40px;
    padding: 0 0 0 10px;
    color: #ff0000;
    font-weight: 500;
}
/*
    permalink esistente END
*/


/*
    Richiesta OTP
*/
.genera-otp-come {
    width:100%;
    position: relative;
}

.genera-otp-come a {
    width: 500px;
    position: relative;
    max-width: 500px;
    margin: 0 0 20px 0 !important;
    display: block;
    line-height: 60px;
}

.genera-otp {
    display:none;
    width:100%;
    position: relative;
}

.otp-come-selezionato {
    margin: 10px 0 10px 10px;        
    font-weight: 500;
}

.otp-generato {
    display:none;
    width:100%;
    position: relative;
}

.codice-otp {
    margin: 0 0 0 10px;        
}

.otp-link {
    color:#00adef;
}

#come-mail,
#link,
#come-numero {
    display:none;
}

#linksmswa {
    position:absolute;
    top:-99999px;
    width: 100%;
    height: 30px;
    z-index: 900000;
    display: block;    
}

.verifica {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.verifica a {
    width: 49%;
}

@media only screen and (max-width: 480px) {

    .page-otp h1 {
        margin:20px 0 0 0 !important;
    }

    .genera-otp-come a {
        width: 100%;
    }

}

/*
    Richiesta OTP END
*/


.rosso {
    color:#cc0000;
}

.in-line {
    display: inline-block;
}

/*
    login gestore, scelta sezione
*/
.login-gestore {
    font-size: 18px;
    background-color: #eee;
    padding: 10px 20px;
    font-weight: 500;
}
/*
    login gestore, scelta sezione END
*/


img.utente-foto {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    border: solid 2px rgba(255, 255, 255, 0.8);    
}

