﻿:root {
    --color-light: #ddd;
    --color: #aaa;
    --color-dark: #888;
    --color-vary-dark: #666;
    --primary-color-light: hsl(209 35% 44% / 1);
    --primary-color: hsl(209 39% 35% / 1);
    --primary-color-dark: hsl(209 39% 25% / 1);
    --primary-color-vary-dark: hsl(209 39% 25% / 1);
    --danger-color-light: #d27979;
    --danger-color: #bf4040;
    --danger-color-dark: #993333;
    --danger-color-vary-dark: #602020;
    --success-color-light: #499779;
    --success-color: #4eb14e;
    --success-color-dark: #275934;
    --success-color-vary-dark: #275939;
    --font-size-small: 12px;
    --font-size: 14px;
    --font-size-large: 16px;
    --line-height: 28px;
    --control-height: 34px;
    --control-padding: 6px 12px;
    --input-check-radio-size-small: 16px;
    --input-check-radio-size: 20px;
    --input-check-radio-size-large: 24px;
    --background-color-menu: #f6f6f6;
    --background-color-menu-selected: #4a4a4a;
    --background-color-menu-hover: #303030;
    --color-menu: #606060;
    --color-menu-hover: #FFF;
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #f6f6f8;
}

a {
    color: #0066cb;
    cursor: pointer;
}

input, textarea, select {
    border-color: #dddddd;
    border-width: 1px;
    border-style: solid;
    padding: 3px;
    vertical-align: middle;
}

input[disabled] {
    background-color: #F0F0F0 !important;
}

table {
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    margin: 0px;
}

.labelloginerr {
    font-family: 'Segoe UI', Arial,sans-serif;
    font-size: small;
    color: #ffbb22;
    font-weight: bold;
}

.linklogin {
    font-family: 'Segoe UI',Arial,sans-serif;
    font-size: small;
    color: #505050;
    /*outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;*/ 
}

    .linklogin:visited {
        color: #505050;
    }

    .linklogin:hover {
        color: #c50;
    }

.imstable {
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    margin: 0px;
}

.Nascondi {
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}

.Visualizza {
    height: auto;
    visibility: visible;
    overflow: auto;
}

/*########################################################################################*/

.Loading-Overlay {
    /*opacity: 0.6;*/
}
.PopUp-Shadow, .Shadow {
    -moz-box-shadow: 3px 3px 4px #222;
    -webkit-box-shadow: 3px 3px 4px #222;
    box-shadow: 3px 3px 4px #222;
    border-collapse: separate;
}

.PopUp {
    /*border: solid 1px #000;*/
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    top:-10000px;
    left:-10000px;
    border-radius: 3px;
}

.PopUp-Header {
    /*
    width: 100%;
    color: #f0f0f0;
    background-color: #444;
    min-height: 22px;
    */
    box-sizing: border-box;
    height: 65px;
    cursor: move;
    font-variant: small-caps;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-variant: unset;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    color: #4a4a4a;
    padding: 20px;
}

    .PopUp-Header .close, .PopUp-Header .minimize {
        font-size: 30px;
        font-weight: normal;
        opacity: 0.5;
        margin-top: -2px;
    }
        .PopUp-Header .close:hover, .PopUp-Header .minimize:hover {
            opacity: 1;
        }

.PopUp-Body {
    overflow: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.PopUp-Content {
}

.PopUp-Footer {
    height: 65px;
    padding: 20px;
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
    border: 0;
}
/*####################################################################*/
/* Struttura di Base */
.MCContainer {
    background-color: #f4f4f6;
    background-repeat: repeat-y;
    background-position: top center;
    min-height: 500px;
    height: 100%;/* Calc(100% - 25px);*/
    min-width: 390px;/*982px;*/
    padding: 0px 00px;
}

.MCLogoIMS {
    position: absolute;
    left: 0px;
    top: 0;
    width: 205px;
    height: 40px;
    overflow: hidden;
}

.MCLogoIMS > img{
    margin-top: 3px;
    margin-left: 15px;
    height: 28px;
}

.MCLogoGIS {
    position: absolute;
    left: 206px;
    top: 0;
    /*width: 350px;*/
    height: 40px;
}

.MCLogoGIS > img{
    margin-top: -7px;
    display: none;
}

.MCLogin {
    position: absolute;
    top: 8px;
    right: 10px;
    height: 33px;
    padding: 0px 0px 7px 2px;
    z-index: 1001;
}

.box-login {
    text-align: right;
    width: 240px;
    position: fixed;
    top: 30%;
    left: Calc(50% - 120px);
    padding: 25px;
    background: #ffffff;
    border: 1px solid #d4e4ed;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 1) 0px 7px 29px
}

.MCMenu {
    /*position: relative;*/
    /*z-index: 1001;*/
    font-family: Sans-Serif;
    padding: 0px 0px 0px 0px;
    height: 70px;
    padding-left: 10px;
    padding-top: 33px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e4e4e4;
}

.MCContent {
    margin: 0px auto;
    padding: 15px;
    background-color: #fff;
    min-height: 500px;
    min-height: Calc(100% - 88px);
    height: Calc(100% - 88px);
    overflow: auto;
    position: relative;
    scrollbar-gutter: stable;
}

@media (max-width: 500px){
    .MCContent {
        padding: 10px;
    }
}

.MCFooter {
    height: 16px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f3f3f3;
    border-top: 1px solid #e4e4e4;
    color: #868688;
    font-family: Sans-Serif;
    font-size: x-small; /*    border-top: dashed 1px #c6c6c8;*/
    text-align: center;
    padding: 2px 0px;
    overflow: hidden;
}

/*####################################################################*/
/* UCAutorizzazione */
.bglinea {
    background-image: url('../Images/bglinea.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

.bglineaop {
    background-image: url('../Images/bglineaop.gif');
    background-repeat: no-repeat;
    background-position: center top;
}

.bglarrow {
    background-image: url('../Images/bglarrow.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 15px;
}

.bglineaghost {
    background-image: url('../Images/bglineaghost.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

.bglineaghostop {
    background-image: url('../Images/bglineaghostop.gif');
    background-repeat: no-repeat;
    background-position: center top;
}

.bglbr {
    background-image: url('../Images/bglbr.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 11px;
}

.bglbrop {
    background-image: url('../Images/bglbrop.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 11px;
}

.bglbrghost {
    background-image: url('../Images/bglbrghost.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 11px;
}

.bglbrghostop {
    background-image: url('../Images/bglbrghostop.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 11px;
}

.bglt {
    background-image: url('../Images/bglt.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 11px;
}

.bgltghost {
    background-image: url('../Images/bgltghost.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 11px;
}

.bgtr {
    background-image: url('../Images/bgtr.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 11px;
}

.bgtrghost {
    background-image: url('../Images/bgtrghost.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 11px;
}

.bgbegin {
    background-image: url('../Images/bgbegin.gif');
    background-repeat: no-repeat;
    background-position: top right;
    width: 50px;
}

.bgfinishok {
    background-image: url('../Images/bgfinishok.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 11px;
}

.bgfinishno {
    background-image: url('../Images/bgfinishno.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 11px;
}

.bgbeginop {
    background-image: url('../Images/bgbeginop.gif');
    background-repeat: no-repeat;
    background-position: top right;
    width: 11px;
}

.bgfinishokop {
    background-image: url('../Images/bgfinishokop.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 11px;
}

.bgfinishnoop {
    background-image: url('../Images/bgfinishnoop.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 50px;
}

.bgbianco {
    text-align: center;
    padding: 0px 3px 0px 3px;
    background-image: url('../Images/pixelbianco.gif');
    background-repeat: repeat;
}

.colorred {
    color: Red;
}

.colorgreen {
    color: Green !important;
}

.colornavy {
    color: Navy;
}

.ElencoPredefiniti li a {
    display: block;
    padding-top: 5px;
    font-family: arial,verdana, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #449;
}

    .ElencoPredefiniti li a:visited {
        color: #449;
    }

    .ElencoPredefiniti li a:hover {
        color: #c50;
    }

/*######################################################################*/
/* UCSchedaOggetto */
.titoloschedaoggetto {
    /*border:1px solid #000;*/
    background-image: url('../Images/TitoloSchedaOggBK.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #deebf5; /*#B7F9B9*/
    font-size: x-large;
    font-weight: bold;
    width: 40%;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-right: 5px;
    color: Navy;
    background: linear-gradient(45deg, #deebf500 0%, #deebf557 30%, #deebf5 100%);
}

.schedaoggettointestazione {
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    padding: 0px;
}

.schedaoggettocorpo {
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}

.schedaoggetto {
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

/*######################################################################*/
/* UCPopUp */
.popupclose {
    position: absolute;
    top: 2px;
    right: 20px;
}
/*######################################################################*/
/* GridView*/
.headerelenco th {
    /*padding:2px;*/
    font-family: Arial;
    font-size: small; /*color: #000066;*/
    text-align: left;
    color: #0066cb;
    /*background-color: White;*/
    height: 10px;
    border-bottom: solid 1px #75789d;
    vertical-align: top;
}

    .headerelenco th a:visited {
        color: #000066;
    }

    .headerelenco th a:hover {
        color: #c50;
    }

.footerelenco {
    font-size: 0px;
    height: 0px;
}

    .footerelenco > td {
        padding: 0px;
        height: 0px;
        border-top: solid 1px #75789d;
    }

.footercomandioperazionimultiple {
    position: relative;
    min-height: 18px;
    /*border:1px solid #000;*/
}

.comandioperazionimultiple img{
    vertical-align:middle;
}

.footertotalerighe {
    display: block;
    position: absolute;
    /*border:1px solid #000;*/
    color: #446;
    font-weight: bold;
    font-size: 12px;
    font-family: arial,verdana, sans-serif;
    right: 5px;
    top: 3px;
}

.TitoloRichiesteEmissioni {
    margin-top:15px;
    border-top: 1px solid #484;
    padding-top:15px;
    margin-bottom:10px;
    font-weight: bold;
    font-family: Arial;
    font-size: small;
    color: navy;
}
.ElencoRichiesteEmissioni {
    width: 100%;
    border-bottom: solid 1px #75789d;
    font-family: Tahoma;
    font-size: small;
    color: #333333;
}
    .ElencoRichiesteEmissioni td {
        height:24px;
    }

    .ElencoRichiesteEmissioni tr:nth-child(even) {
        background-color: #e0ebfe;
    }
    .ElencoRichiesteEmissioni th {
        font-family: Arial;
        font-size: small;
        text-align: left;
        color: rgb(0, 102, 204);
        height: 10px;
        border-bottom: solid 1px #75789d;
        vertical-align: top;
        background-color: white;
    }

.rigaelenco {
    /*padding:2px;*/ /*background-color:#fbeed1;*/
    background-color: #e0ebfe;
    font-family: Tahoma;
    font-size: small;
    color: #333333;
}
    .rigaelenco>td:first-child, .rigaalternataelenco>td:first-child {
        padding: 0 10px 0 0;
    }

    .rigaalternataelenco {
        /*padding:2px;*/
        background-color: White;
        font-family: Tahoma;
        font-size: small;
        color: #333333;
    }

.rigaelencoconfig {
    /*padding:2px;*/ /*background-color:#fbeed1;*/
    background-color: #eeeeee;
    font-family: Tahoma;
    font-size: small;
    color: #333333;
}

.rigaalternataelencoconfig {
    /*padding:2px;*/
    background-color: White;
    font-family: Tahoma;
    font-size: small;
    color: #333333;
}

.pagerelenco {
    background-color: White;
    font-family: Tahoma;
    font-size: small;
    color: #333333;
    padding: 10px;
}

.colonnacomando {
    margin: 0px;
    padding: 2px 1px 1px 1px;
}

.PagerComando {
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.PagerNumeroPagina {
    font-size: 9pt;
    /*display: block;*/ /*width: 30px;*/
    height: 24px;
    padding: 0px;
    margin: 0px;
}

    .PagerNumeroPagina span {
        display: block; /*width: 30px;*/
        height: 16px;
        font-weight: bold; /*background-image: url('../Images/pagerNumeroPagina.jpg');     background-repeat: no-repeat;     background-position: top left;*/
        padding: 2px 3px 0px 3px;
        margin: 0px 2px 0px 2px;
    }

    .PagerNumeroPagina a {
        border: 1px solid #d4d4d4;
        display: block;
        text-decoration: none;
        background-color: #f0f0f0;
        margin: 0px 2px 1px 2px;
        margin: 0px 2px -1px 2px;
        background-repeat: no-repeat;
        background-position: top left;
        padding: 4px;
    }

        .PagerNumeroPagina a:hover {
            display: block;
            background-color: #d4d4d4; /*    width: 32px;*/ /*background-image: url('../Images/pagerNumeroPaginaHover.jpg');     background-repeat: no-repeat;     background-position: top left;*/
        }

/*######################################################################*/
/* ALLINEAMENTO */
.inlinea {
    display: inline;
}

.paddingright20 {
    padding-right: 20px;
}

.paddingleft20 {
    padding-left: 20px;
}

.paddingright10 {
    padding-right: 10px;
}

.paddingleft10 {
    padding-left: 10px;
}

.paddingright5 {
    padding-right: 5px;
}

.paddingleft5 {
    padding-left: 5px;
}

/*######################################################################*/
/* VISTE */

.pannellovista {
    padding: 10px 10px 2px 10px;
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
}

.login-homepage {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../Images/login-homepage-background.jpg') no-repeat center center;
    background-size: cover;
    filter: blur(5px);
}

.pannellovistacompatto {
    padding: 0px 5px 5px 5px;
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    overflow: auto;
    height: 100%;
    overflow-x:hidden;
}

.comandivista {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: right;
    width: 100%;
}

.corpovista {
    position: relative; /*	width:98%;*/
}

.comandipopupvista {
    width: 100%;
    height: 30px;
    /*float: right;*/
    text-align: right;
}

.titolointestazione {
    color: Navy;
    padding-top: 4px;
}

.titolointestazione2 {
    color: red;
    padding-top: 4px;
    font-size:13px;
}

.footervista {
    position: relative;
    margin-top: 10px;
    /*border-top: 2px solid #484;*/
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    /*float: right;*/
    text-align: right;
}

.footervistabottom {
    position: absolute;
    margin-top: 10px;
    /*border-top: 2px solid #484;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    left: 0px;
    right: 10px;
    bottom: 10px;
    /*width: 100%;*/
    /*float: right;*/
    text-align: right;
}

.footervista2 {
    /*position: relative;*/
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
    /*float: right;*/
    text-align: right;
}

.intestazionevista {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 5px;
    min-height: 25px;
}

.pannellovista .button {
    /*background: url('../Images/sfondomenusezionebtn.gif') repeat-x left top;*/
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #cccccc;
    color: #111;
    height: 24px;
    cursor: pointer;
    margin-left: 4px;
}

.filtrovista .button {
    background-color: #eaeaf147;
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #332929e3;
    height: 26px;
    cursor: pointer;
    padding-left: 18px;
    margin-left: 4px;
    line-height: 20px;
}

.imgbuttonfd {
    z-index: 1;
    position: absolute;
    margin: 2px 0 0 8px;
    cursor: pointer;
    right: 3px;
    top: 1px;
}

.comandivista .button {
    background-color: #eaeaf147;
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #332929e3;
    height: 26px;
    cursor: pointer;
    padding-left: 18px;
    margin-left: 4px;
    line-height: 20px;
}

.comandipopupvista table{
    min-height:28px;
    position:relative;
}

.comandipopupvista .button {
    background: url('../Images/sfondomenusezionebtn.gif') repeat-x left top;
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #448844;
    color: #111;
    height: 24px;
    padding-left: 25px;
    margin-left: 4px;
    cursor: pointer;
}

.imgbutton {
    z-index: 1;
    position: absolute;
    margin: 4px 0 0 8px;
    cursor: pointer;
    top:0px;
}
/*
.comandipopupvista .button
{
	background: url('../Images/sfondomenusezionebtn.gif') repeat-x left top;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #cccccc;
	height:24px;
	color: #111;
}
*/
/*.comandivista .button
{
	background: url('../Images/sfondomenusezionebtn.gif') repeat-x left top;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #cccccc;
	height:24px;
	color: #111;
}
*/
.buttonscaricatimesheet {
    display: block;
    background: url('../Images/sfondomenusezionebtn.gif') repeat-x left top;
    border: 1px solid #cccccc;
    top: 0px;
    left: 0px;
    margin-top: -5px;
    padding-bottom: 0px;
    padding-top: 3px;
    width: 200px;
    height: 19px;
    cursor: pointer;
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #111;
    text-align: center;
}

.buttonlink {
    background: url('../Images/btnsfondo.gif') no-repeat left top;
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #111;
    height: 19px;
    cursor: pointer;
    display: inline-block;
    width: 120px;
    padding-top: 3px;
    padding-bottom: -4px;
    text-decoration: none; /*	font-family: arial,verdana, sans-serif; 	font-size: 12px;	 	font-weight: bold; 	line-height:23px; 	min-height:23px; 	vertical-align:baseline; 	height:23px; 	width:100px; 	color: #111; 	display:inline-block; 	text-decoration: none; 	padding-left:5px; 	padding-right:5px; 	padding-top:0px; 	margin-top:0px; 	top:0px;*/
}

/* PRIMA ERA
.comandipopupvista .legenda*/
.legenda {
    padding-top: 8px;
    font-size: xx-small;
    font-style: italic;
    /*position: absolute;
    left: 5px;
    top: 10px;*/
}

.legenda2 {
    font-size: xx-small;
    font-style: italic;
    top: 10px;
}

.intestazione2 {
    font-weight: bold;
    font-size: 14px;
    padding: 2px 10px 0px 5px;
}

.campolabel {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 2px 1px 0px;
    color: Black;
    margin-right: 5px;
}

.campolabelprefisso {
    display: inline-block;
    /*font-weight: bold;*/
    font-size: 12px;
    padding: 5px 2px 1px 0px;
    color: blue; /*line-height:22px;*/ /*height:22px;*/ /*vertical-align:bottom;*/ /*margin-top:15px;*/
}

.campolabeldisabled {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 2px 1px 0px;
    color: #888;
}

.campolabelseparatore {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 2px 1px 0px;
    color: Navy;
}

.campolabelnobold {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 2px 1px 0px;
}

.campolabelgruppo {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 0px 3px 0px;
    color: #fe8307;
    background-color: #e0ebfe;
    -ms-user-select: none;
    user-select: none;
}

.campolabel3 {
    font-weight: bold;
    font-size: 12px;
}

.fixlabelfiltro {
    display: inline-block;
    margin-top: -22px;
}

.campolabelparametri {
    font-weight: bold;
    font-size: 12px;
    padding: 2px 10px 0px 0px;
}

.campolabel2 {
    display: inline-block;
    font-size: 12px;
    padding: 5px 2px 1px 0px;
    color: Blue;
}

.campotesto {
    display: inline-block; /*	font-weight: bold;*/
    font-size: 12px;
    font-weight: normal;
    padding: 5px 2px 1px 0px; /*	font-family: Arial,sans-serif; 	color:Black;*/
}

.campotesto2 {
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    width: 50px;
    color: Navy;
}

.campotesto3 {
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: Arial,sans-serif;
    font-size: 9pt;
    color: Red;
}

.coloremessaggioerrore {
    color: #c00000;
    font-weight: bold;
}

.colorerosso {
    color: Red;
}

.campologin {
    /*	font-weight: bold; 	font-size: 11px;	*/
    padding: 0px;
    height: 22px;
}

.listbox {
    padding: 0px;
    margin: 0px;
    margin-top: 3px;
    padding-top: 1px; /*padding-bottom: 1px;*/
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    vertical-align: middle;
    color: Blue;
}

.campoinput {
    padding: 0px 5px;
    margin: 0px;
    margin-top: 3px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    vertical-align: middle;
    line-height: 18px;
    height: 26px;
    width: 100%;
    color: Blue;
    margin-right: -4px;
}

.campolabelnew {
    margin-left: 4px;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    color: Black; /*line-height:22px;*/ /*height:22px;*/ /*vertical-align:bottom;*/ /*margin-top:15px;*/
    vertical-align: middle;
}

.campotestonew {
    margin-left: 4px;
    line-height: 26px;
    display: inline-block;
    font-size: 12px;
    color: Black; /*line-height:22px;*/ /*height:22px;*/ /*vertical-align:bottom;*/ /*margin-top:15px;*/
    vertical-align: middle;
}

.campoinputnew {
    margin: 0px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    vertical-align: middle;
    height: 18px;
    position: static;
    width: 100%;
    right: 0px;
    color: Blue;
}

.campocheckboxnew {
    vertical-align: middle;
    color: Blue;
}

.campoinputparametri {
    padding: 0px;
    margin: 0px;
    margin-top: 1px;
    padding-top: 1px; /*padding-bottom: 1px;*/
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    font-size: 12px;
    vertical-align: middle;
    line-height: 16px;
    height: 16px;
    width: 100%;
    color: Blue;
    margin-right: -4px;
}

.campoinputparametriddl {
    padding: 0px;
    margin: 0px;
    margin-top: 1px;
    padding-top: 1px; /*padding-bottom: 1px;*/
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    font-size: 12px;
    vertical-align: middle;
    line-height: 16px;
    height: 20px;
    width: 40px;
    color: Blue;
}

.campoinputparametritextarea {
    padding: 0px;
    margin: 0px;
    margin-top: 1px;
    padding-top: 1px; /*padding-bottom: 1px;*/
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    font-size: 12px;
    vertical-align: middle;
    width: 100%;
    color: Blue;
    margin-right: -4px;
}

.campoinputtextarea {
    padding: 0px;
    margin: 0px;
    margin-top: 1px;
    padding-top: 1px; /*padding-bottom: 1px;*/
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    vertical-align: middle;
    width: 100%;
    color: Blue;
    margin-right: -4px;
}

.campoinputdisabled {
    padding: 0px;
    margin: 0px;
    margin-top: 3px;
    padding-top: 1px; /*padding-bottom: 1px;*/
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    vertical-align: middle;
    line-height: 18px;
    height: 18px;
    width: 100%;
    color: Blue;
    margin-right: -4px;
    background-color: #ddd;
}

.campoinput2 {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    color: Blue;
    margin-right: -4px;
}

.campotextarea {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    vertical-align: middle;
    color: Blue;
    margin-right: -4px;
    white-space: pre-wrap;
}

.campoinputparametri {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    color: Blue;
    margin-right: -4px;
}

.campoinputditta {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    width: 206px;
    color: Blue;
    margin-right: -4px;
}

.campoinputditta2 {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    width: 180px;
    color: Blue;
}

.campoinputidentita {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif; /*width: 270px;*/
    color: Blue;
}

.campoinputidentita2 {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    width: 270px;
    color: Blue;
}

.campoinputlettore {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    width: 509px;
    color: Blue;
}

.campoinputautorizzazione {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    width: 488px;
    color: Blue;
}

.campoinputcondizione {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #E8DCC1;
    font-family: Arial,sans-serif;
    width: 486px;
    color: Blue;
}

.divallineatodx {
    margin-left: 10px;
    display: inline;
    position: absolute;
    right: 0px;
}

.divallineatosx {
    margin-left: 10px;
    display: inline;
    position: absolute;
    right: 108px;
}

.maiuscolo {
    text-transform: uppercase;
}

.minuscolo {
    text-transform: lowercase;
}

.campocheck {
    /*margin-left: -12px;*/
}

.campofileupload {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #e8dcc1;
    font-family: Arial,sans-serif;
    width: 99%;
}

.tagliato {
    text-decoration: line-through;
}

.boxfoto {
    text-align: center;
    position: absolute;
    top: 50px;
    right: 50px;
    float: right;
}

.foto {
    border: solid 1px #000;
    width: 100px;
    height: 133px;
}

.fotoditta {
    border: solid 1px #000;
    width: 130px;
    height: 78px;
}

/*######################################################################*/
/* FILTRO */
.filtrovista {
    /*border:1px solid #ccc;*/
    margin-left: 0px;
    margin-right: 0px;
    padding-right: -2px;
}

.intestazionefiltro {
    background-color: #a5b1bf40;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 10px;
    margin-right: 0px;
    margin-left: 0px; 
    font-family: Arial;
    font-size: small;
}

.corpofiltro {
    padding: 3px 5px 5px 5px;
    background-color: #edf2f773;
    border: 1px solid #a5b1bf40;
}

.campoinputfiltro {
    padding: 0px 5px;
    border: 1px solid #e8dcc1; /*font-family: Arial,sans-serif;*/
    line-height: 18px;
    height: 26px;
}

.campoinputfiltroreadonly {
    padding: 0px 5px;
    border: 1px solid #e8dcc1; /*font-family: Arial,sans-serif;*/
    background-color: #faf9f5;
    line-height: 24px;
}

.campolabelfiltro {
    font-weight: bold;
    font-size: 12px;
    /*padding: 0px 10px 1px 5px;*/
    line-height: 18px;
    height: 20px;
}

.labelfiltroflex {
    display: block;
    flex: 0 1 auto;
    height: 26px;
    font-weight: bold;
    line-height: 32px;
    font-size: 12px;
}
/*######################################################################*/
/* UCMessaggio */

.messaggioerrore {
    display: block;
    padding: 5px 5px 5px 20px;
    border: 1px solid #a22;
    background-color: #ffe;
}

.messaggionotifica {
    display: block;
    padding: 5px 5px 5px 20px;
    border: 1px solid #22a;
    background-color: #fafaff;
}

.messaggioavviso {
    display: block;
    padding: 5px 5px 5px 20px;
    border: 1px solid #282;
    background-color: #faffff;
}

.nohorizontalscrollbar {
    overflow-x: hidden;
}

.noscrollbars {
    overflow: hidden;
}

/*link in elenco per apri scheda oggetto ims*/
.linkinelenco, 
.linkselettore {
    color: #55c;
    /*outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;	
    */
}

    .linkinelenco:visited,
    .linkselettore:visited {
        color: #55c;
    }

    .linkinelenco:hover,
    .linkselettore:hover {
        color: #c50;
    }

    .linkinelenco[disabled="disabled"] {
        color: gray;
    }
    .linkselettore[disabled="disabled"] {
        color: black;
        cursor: default;
    }

.barraorizzontaledestra {
    font-family: Sans-Serif; /*position:absolute; 	top:76px;*/
    padding-right: 10px;
    margin: 0px auto 0px auto;
    margin-left: 451px;
    right: 0px;
}

.fiximagebutton {
    padding-top: 2px;
    margin: 0px;
}
/* validità contestuale*/
.paddingtop10 {
    padding-top: 10px;
}
.paddingtop5 {
    padding-top: 5px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.paddingright5 {
    padding-right: 5px;
}

.rigacontesto {
    display: block;
    width: 100%;
    padding: 3px;
    background-color: #eee;
    color: Blue;
    font-size: medium;
}

.rigacodiceidt {
    padding: 2px;
}

.rigadispari {
}

.rigapari {
    background-color: #f4f4fa;
}

.rigavaliditaerr {
    padding: 2px;
    color: Red;
}

.rigavaliditaok {
    padding: 2px;
    color: Green;
}

.campoidentificatore {
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    height: 20px;
}

.labelnontrovato {
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    width: 15px;
    color: Red;
}

.floatright {
    float: right;
}

.comandianalisictx {
    padding: 2px;
    text-align: center;
}

.paddinganalisival {
    display: inline-block;
    padding-right: 20px;
}

.msgerrore2 {
    float: right;
    width: 450px;
    /*margin-top: -16px;*/
}

.border1 {
    border: 1px solid #aaa;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.margintop5 {
    margin-top: 5px;
}

.margintop1 {
    margin-top: 1px;
}

.marginright10 {
    margin-right: 10px;
}

.marginleft10 {
    margin-left: 10px;
}

.floatleft {
    float: left;
}

.floatleft {
    float: right;
}

.hidden {
    display: none;
}

.width90 {
    width: 90px;
}

.width110 {
    width: 110px;
}

.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width140 {
    width: 140px;
}

.width150 {
    width: 155px;
}

.barrapopup {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 16px; /*	background-color:Black; */ /*	background-image: url('../Images/barrapopup.gif');*/ /*	background-repeat: repeat-x;*/
    background-position: top center;
    text-align: left;
    cursor: move;
}

.PopUp-Header-Left {
    width: 23px;
    height: 20px;
    padding-left: 0px;
    padding-right: 0px;
    /*background-image: url('../Images/barrapopupL.gif');*/
    background-repeat: repeat-x;
}

.PopUp-Header-Center {
    height: 20px;
    padding-top: 0px;
    padding-left: 0px;
    /*background-image: url('../Images/barrapopupM.gif');*/
    background-repeat: repeat-x;
    color: #d7e5f3;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
}

.PopUp-Header-Right {
    width: 40px;
    height: 20px;
    padding-left: 0px;
    padding-right: 0px;    
    /*background-image: url('../Images/barrapopupR.gif');*/
    background-repeat: repeat-x;
    text-align: right;
}

.barrapopuptoggletrasparenza {
    padding-left: 3px;
    padding-top: 2px;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.previewautorizzazione {
    position: absolute;
    display: none;
    border: 1px solid #888;
    padding: 5px;
    overflow: hidden;
    background-image: url('../Images/white.gif');
    background-repeat: repeat;
    z-index: 10;
    width: auto;
    height: auto;
    box-sizing: content-box;
}

.previewautorizzazioneFreccia {
    position: absolute;
    display: none;
    z-index: 10001;
    border: 0px solid #ffffff;
    margin: 0px;
    padding: 0px;
}

.buttonVC {
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #cc5500;
    color: #111;
    height: 24px;
    cursor: pointer;
    padding-left: 18px;
    margin-left: 4px;
}

.risolviVC {
    background: url('../Images/risolvi.gif') no-repeat 2px top;
    background-color: #f4f4fa;
}

.modificaVC {
    background: url('../Images/idt-modifica.gif') no-repeat 2px top;
    background-color: #f4f4fa;
}

.creaVC {
    background: url('../Images/idt-nuovo.gif') no-repeat 2px top;
    background-color: #f4f4fa;
}

.dettagliRAW {
    position: absolute;
    display: none;
    border: 1px solid #888;
    padding: 10px 8px 10px 8px;
    margin: 0px;
    background-image: url('../Images/white.gif');
    background-repeat: repeat;
    z-index: 10000;
}

.dettagliRAWFreccia {
    position: absolute;
    display: none;
    z-index: 10001;
}

/*#### UCRAWData ####*/

.RAWDataTitolo {
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #111;
    position: absolute;
    margin-left: 180px;
    top: 12px; /*	margin-top:20px;*/
}

.RAWDataTesto {
    font-family: arial,verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.tabHexHeaderCol {
    font-family: Courier New;
    font-size: 10px;
    font-weight: bold;
    border-bottom: solid 1px #000;
    text-align: center;
}

.tabHexHeaderRow {
    font-family: Courier New;
    font-size: 10px;
    font-weight: bold;
    border-right: solid 1px #000;
}

.tabHexData {
    font-family: Courier New;
    font-size: 12px;
    font-weight: normal;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    text-align: center;
}

.tabHexText {
    font-family: monospace;
    font-size: 12px;
    font-weight: normal;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-left: solid 1px #000;
    text-align: left;
    padding-left: 7px;
}

.tabHexTextPre {
    font-family: monospace;
    font-size: 12px;
    font-weight: normal;
    display: inline;
}

.tabHex {
    overflow: auto;
    overflow-x: hidden;
    padding-right: 12px;
}
/*############*/
.fiximagefiltro {
    position: relative;
    top: 3px;
}

.Shadow, .ShadowCSS3 {
    -moz-box-shadow: 3px 3px 4px #222;
    -webkit-box-shadow: 3px 3px 4px #222;
    box-shadow: 0px 0px 4px #222;
}

.font12bold {
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.comandinavigazione {
    text-align: left;
    position: absolute;
    left: 15px;
    top: 8px;
    width: 220px;
    height: 28px;
    /*border:1px solid #000;*/
}

    .comandinavigazione .Nav-Corrente {
        vertical-align: top;
        text-align: center;
        font-size: 16px;
        height: 25px;
        width: 30px;
        border: 1px solid #E8DCC1;
        margin-top: 1px;
    }

    .comandinavigazione .Nav-Totale {
        line-height: 28px;
        vertical-align: top;
        font-size: 16px;
    }

.labelcontestoattributo {
    width: 100%;
    background-color: #fabf80;
    color: #000;
    padding: 5px;
    margin-top: 2px;
    display: block;
    font-weight: bold;
}

.labelcontestoattributogenerico {
    width: 100%;
    background-color: #fabf80;
    color: #000;
    font-weight: bold;
    padding: 5px;
    margin-top: 2px;
    display: block;
}

.colorblue {
    color: Blue;
}

.MultiSelector {
    position: absolute;
    display: none;
    border: 1px solid #888;
    padding: 5px 8px 7px 8px;
    background-color: #eeeeee;
    z-index: 99999;
    line-height:16px;
}

.MultiSelector2 {
    position: absolute;
    display: none;
    border: 1px solid #888;
    padding: 10px 8px 7px 8px;
    background-color: #fefefe;
    z-index: 99999;
}

.RVSelezioneTipi {
    position: absolute;
    display: none;
    border: 1px solid #888;
    padding: 10px 8px 7px 8px;
    background-color: #ffebd1;
    /*    background-image: url('../Images/white.gif');*/
    /*    background-repeat: repeat;*/
    top: 18px;
    left: 279px;
    z-index: 99999;
}

.RVSelezioneOperazioni {
    position: absolute;
    display: none;
    border: 1px solid #888;
    padding: 10px 8px 7px 8px;
    background-color: #eeeeee;
    /*    background-image: url('../Images/white.gif');*/
    /*    background-repeat: repeat;*/
    /*top:18px;
    left:279px;*/
    z-index: 99999;
}

.RVSelezioneOperazioni, .RVSelezioneDestinatari {
    position: absolute;
    display: none;
    border: 1px solid #888;
    padding: 10px 8px 7px 8px;
    background-color: #eeeeee;
    /*    background-image: url('../Images/white.gif');*/
    /*    background-repeat: repeat;*/
    /*top:18px;
    left:279px;*/
    z-index: 99999;
}

.corsivo {
    font-style: italic;
}

.grassetto {
    font-weight: bold;
}

.maintenancemessage {
    display: block;
    font-family: Arial,sans-serif;
    font-size: small;
    background-color: #ffffcc;
    border: 1px solid Red;
    margin: 0px 10px;
    /*margin-top:-10px;*/
    padding: 10px;
    font-weight: bold;
    color: #b90606;
}

.bitwisetitle {
    /*font-weight:bold;*/
    font-style: italic;
    padding-top: 5px;
    border-bottom: 1px solid #888;
    margin-bottom: 2px;
}

    .bitwisetitle:not(:first-child){
        margin-top: 15px;
    }

    .infoimmaginemappa {
        position: relative;
        left: 5px;
        bottom: 5px;
        font-size: 10px;
    }

/******************************************************************/
ul.tree {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.tree ul {
        list-style-type: none;
        background: url('../Images/treevline.png') repeat-y;
        margin-left: 10px;
        padding: 0;
    }

        ul.tree ul li {
            margin: 0;
            padding: 0 12px;
            line-height: 20px;
            background: url('../Images/treenode.png') no-repeat;
        }

            ul.tree ul li.treelast {
                background: url('../Images/treelastnode.png') no-repeat;
            }
/*********************************************************************/
.ButtonRilasciaRevoca, ButtonRilasciaRevoca:hover, ButtonRilasciaRevoca:active {
    cursor: pointer;
    margin: 0 0 2px 0;
    padding: 2px 6px;
    /*border:1px solid #888888;  */
    /*border-radius: 6px; */
}

.OperazioneAutorizzazioneInCorso {
    cursor: progress;
}

.PanelSelettoreAutorizzazione {
    position: absolute;
    left: -5000px;
    top: -5000px;
    z-index: 1;
    overflow: visible;
    background-color: #ffffff;
    border: 1px solid #448844;
    height: auto;
}

.underline {
    text-decoration: underline;
}

.spaziaturaverticale {
    line-height: 30px;
}

.ui-tooltip {
    z-index: 99999;
    position: absolute;
    width: 250px;
    background-color: #fffce6;
    border: 1px solid #888888;
    border-width: 1px;
    padding: 10px;
    font-family: Arial;
    font-size: 11px;
}

.emaildittatemporaneo {
    display: block;
    overflow: hidden;
    width: 250px;
    max-width: 250px;
}

.boxMenuUtente {
    position: absolute;
    border: 1px solid #888;
    padding: 4px 2px 4px 2px;
    background-color: #eeeeee;
    z-index: 99999;
}

    .boxMenuUtente .linklogin {
        display: block;
        font-family: Arial,sans-serif;
        font-size: small;
        color: #000;
        text-decoration: none;
        height: 20px;
        padding-left: 10px;
        padding-right: 2px;
    }

        .boxMenuUtente .linklogin:visited {
            color: #000;
        }

        .boxMenuUtente .linklogin:hover {
            color: #c50;
            background-color: #e0ebfe;
        }

.readonlyAD {
    color: Red;
    background-color: #eee;
}

/***********************************************************************************
css usato in ValidazioneIMS
*/

.LookupCssClass {
    padding: 0px;
    margin: 0px;
    padding-top: 1px; /*padding-bottom: 1px;*/
    border: 1px solid #cfb883;
    font-family: Arial,sans-serif;
    color: Black; /*Blue;*/
    background-color: #f4f4f5;
    overflow: scroll;
    overflow-x: hidden;
}

    .LookupCssClass .riga:hover {
        background-color: #e0ebfe;
    }

    .LookupCssClass .selezionata {
        background-color: #e0ebfe;
    }

    .LookupCssClass .riga img {
        margin-left: 3px;
        margin-right: 3px;
    }

    .LookupCssClass .riga div {
        margin-left: 3px;
        margin-right: 3px;
    }

    .LookupCssClass .riga .selezionata div {
        color: #fff;
    }

/*
.LookupAvviso {
    font-family: Arial;
    font-size: 10px;
    font-style: italic;
    position: absolute;
    background-color: #fffad7;
    color: red;
    height: 13px;
    cursor: pointer;
    padding: 1px;
}
*/
.LookupAvviso {
    font-family: Verdana;
    font-size: 12px;
    position: absolute;
    font-weight: bold;
    background-color: rgba(250, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    height: 13px;
    cursor: pointer;
    padding: 0px 4px 1px 3px;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 12px;
}

.RigaAltriDatiCssClass {
    font-style: italic;
    font-size: 12px;
    height: 20px;
    color: #aaa;
    line-height: 20px;
}

.LookupCampoNonValido {
    border: 1px solid #ff5555;
}

/*********************************************************************/
/*UCAnalisiSicurezza*/
.SelettoreReportAnalisiSicurezza {
    font-size: 14px;
    padding: 5px;
    position: absolute;
    /*height: 216px;*/
    background-color: #eeeeee;
    border: 1px solid #999;
    z-index: 99999;
}

    .SelettoreReportAnalisiSicurezza .Opzione {
        font-family: arial,verdana, sans-serif;
        padding: 3px;
        cursor: pointer;
        height: 24px;
        line-height: 24px;
    }

        .SelettoreReportAnalisiSicurezza .Opzione:hover {
            background-color: #e0ebfe;
            color: #c50;
        }

.ReportAnalisiSicurezzaSelezionato {
    width: 1%;
    white-space: nowrap;
    font-family: arial,verdana, sans-serif;
    padding-top: 5px;
    padding-left: 20px;
    color: Navy;
    font-size: 16px;
    /*font-weight:bold;*/
    cursor: pointer;
    background-image: url('../Images/arrowdown.gif');
    background-repeat: no-repeat;
    background-position: 5px 12px;
}

input[disabled="disabled"][type="button"] {
    color: Gray;
}

input[disabled="disabled"][type="submit"] {
    color: Gray;
}

.nomecontestoexpand {
    position:absolute;
    right:2px;
    top:3px;
    z-index:2;
    width:20px;
    height:20px;
    background-image: url('../Images/expand.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.nomecontestocollapse {
    position:absolute;
    right:2px;
    top:3px;
    z-index:2;
    width:20px;
    height:20px;
    background-image: url('../Images/collapse.png');
    background-repeat: no-repeat;
    background-position: right center;
}


/*-----------------------------------------------------------*/
.lblText.valhighlight::before {
    content: "(*) ";
}

.hasRinnovo {
    font-weight: bold;
    font-style:italic;
}
.boxRinnovo {
    color : #000;
    position: absolute;
    display: none;
    border: 1px solid #888;
    padding: 10px 10px 10px 10px;
    background-image: url('../Images/white.gif');
    background-repeat: repeat;
    z-index: 10;
    height: auto;
    white-space:nowrap;
}

.boxRinnovoFreccia {
    position: absolute;
    display: none;
    z-index: 10001;
    border: 0px solid #ffffff;
    margin: 0px;
    padding: 0px;
}

.boxRinnovo-label {
    font-weight: bold;
}

.boxRinnovo-value {
    color: blue;
}

.MessageTitle {
    color: blue;
    font-size:15px;
    line-height:25px;
}

.stepcorrente {
    color: black;
    font-family:arial,verdana, sans-serif;
    font-size:18px;
    line-height:25px;
}

/* UCValiditaCtx */
.validitactx-rigadata {
    cursor:pointer;
    background-color: #ccc;
    color: #000;
    font-size: large;
    /*font-weight:bold;*/
    -ms-user-select:none;
    user-select:none;
}
.validitactx-data {
    padding-left:7px;
    padding-top:5px;
    padding-bottom:3px;
}
.validitactx-rigacontesto {    
    cursor:pointer;
    padding: 3px;
    padding-top:10px;
    background-color: #eee;
    color: Blue;
    font-size: medium;
    -ms-user-select:none;
    user-select:none;
}
.validitactx-contesto {
    padding:3px;
}    
.validitactx-rigaoggettoims {
    padding: 3px;
    color: black;
    font-size: small;
    background-color: #f4f4fa;
}
.validitactx-oggettoims {
    padding:3px;
    white-space:nowrap;
}
.validitactx-ditta {
    padding:3px;
}
.validitactx-rigatesto {
    padding: 3px;
    color: black;
    font-size: small;
}
.validitactx-stato {
    padding:3px;
    padding-top:5px;
    vertical-align:top;
    min-width:200px;
}
.validitactx-dettagli {
    padding:3px;
    padding-top:5px;
    vertical-align:top;
}
.validitactx-sottodettagli {
    padding-left:20px;
}
.validitactx-camandi {
    padding-top: 1px;
}
.validitactx-valido {
    color:green;
}
.validitactx-nonvalido {
    color:red;
}
/*---------------------*/

.bordertextboxhidden {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    margin-top:1px
}

.nota-idt-ritirato {
    
}

.ResocontoIdentificatoriNomeGruppo {
    background-color:#e0ebfe;
    height:24px;
    font-weight:bold;
}
    .ResocontoIdentificatoriNomeGruppo td {
        padding-left:8px;
    }
        .ResocontoIdentificatoriNomeGruppo td:not(:first-child) {
            padding-right:10px;
            text-align:right;
        }
.ResocontoIdentificatoriRiga {
    height:20px;
}
    .ResocontoIdentificatoriRiga td {
        padding-left:20px;
    }
        .ResocontoIdentificatoriRiga td:not(:first-child) {
            text-align:right;
            padding-right:10px;
            width:80px;
        }
.ResocontoIdentificatoriTotaleGruppo {
    border-top:1px dotted #000;
    height:44px;
    vertical-align:top;
    font-weight:bold;
}
    .ResocontoIdentificatoriTotaleGruppo td {
        padding-top:5px;
        text-align: right;
        padding-right: 10px;
    }

.ModificaPasswordPolicies {
    font-style:italic;    
    font-size: 11px;
}
.ModificaPasswordMessaggio {
    display: block;
    font-size: 14px;
    font-weight:bold;
    padding: 8px 0px 10px 0px;
    color: navy;
}

.SelettoreOperazione {
    font-family: Tahoma;
    font-size:small;
    color: #333333;
}

/********************************************************************/
/*GISGrid*/
.GISGrid {
    display: block;
    width: 940px;
}

.GISGrid .width20 {
        width: 20px;
        min-width: 20px;
        max-width: 20px;
    }
.GISGrid .width30 {
    width:30px;
    min-width:30px;
    max-width:30px;
}
.GISGrid .width40 {
    width:40px;
    min-width:40px;
    max-width:40px;
}
.GISGrid .width50 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}
.GISGrid .width60 {
    width:60px;
    min-width:60px;
    max-width:60px;
}
.GISGrid .width80 {
    width:80px;
    min-width:80px;
    max-width:80px;
}
.GISGrid .width100 {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.GISGrid .width120 {
    width:120px;
    min-width:120px;
    max-width:120px;
}
.GISGrid .width150 {
    width:150px;
    min-width:150px;
    max-width:150px;
}
.GISGrid .width200 {
    width:200px;
    min-width:200px;
    max-width:200px;
}
.GISGrid .width220 {
    width:220px;
    min-width:220px;
    max-width:220px;
}
.GISGrid .width230 {
    width:230px;
    min-width:230px;
    max-width:230px;
}
.GISGrid .width300 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}
.GISGrid .center {
    text-align: center;
}

.GISGrid .hidden {
    display: none;
}

.Timesheet {
    min-width: 733px;
    overflow-x: scroll;
    margin-left: 321px;
    overflow-y: visible;
    padding-bottom: 1px;
}


    .GISGrid th {
        font-family: Arial;
        font-size: 11px; 
        text-align: left;
        color: #0066cb;
        vertical-align: top;
    }

    .GISGrid tbody tr/*:nth-child(2n+1)*/ {
        background-color: White;
        font-family: Tahoma;
        font-size: 11px;        
        color: #333333;
    }
    /*
    .GISGrid tbody tr:nth-child(2n+1) {
        background-color: #eeeeee;
        font-family: Tahoma;
        font-size: 11px;        
        color: #333333;
    }*/
    .GISGrid tbody tr td {
        white-space:nowrap;
        padding:0px;
        margin:0px;
        border:0;
    }

        .GISGrid tbody tr td input.text,
        .GISGrid tbody tr td select {
            padding: 0px;
            /*margin: 1px;
        margin-top: 3px;
        padding-top: 1px;*/
            padding-left: 2px;
            padding-right: 2px;
            border: 0px solid #E8DCC1;
            font-family: Arial,sans-serif;
            vertical-align: middle;
            font-size: 11px;
            line-height: 12px;
            height: 16px;
            color: blue;
            width: 100%;
            border-left: 1px solid #E8DCC1;
            border-bottom: 1px solid #E8DCC1;
        }
        .GISGrid tbody tr td select {
            height: 18px;
        }
/*
    .Timesheet .GISGrid input[readonly] { 
        background-color: #fffad7;
    }
    .Timesheet .GISGrid input[required], table.GISGrid select[required] {
        background-color: #fbe8e8;
    }
*/
            /*bordi prima riga*/
.GISGrid tr:first-child td input.text, .GISGrid tr:first-child td select {
    border-top: solid 1px #75789d !important;
}

    /*bordi ultima riga*/
.GISGrid tr:last-child td input.text,
.GISGrid tr:last-child td select {
    border-bottom: solid 1px #75789d !important;
}

.GISGrid td.column2fixed input.text,
.GISGrid td.column2fixed select {
    border-right: 3px solid #E8DCC1;
}

.GISGrid td:last-child input.text,
.GISGrid td:last-child select {
    border-right: 1px solid #E8DCC1;
}
    .GISGrid td {
        height: 16px;
        position:relative;
    }

.GISGrid th .sortsymbol {
    font-family: webdings; 
    font-size: x-small;
}
    .GISGrid th .sortsymbol.hidden {
        display:none;
    }
    .Timesheet .GISGrid th {
        height: 24px;
    }
    .Timesheet .GISGrid th.column0fixed {
        position: absolute;
        width: 20px;
        left: 0;
        top: auto;
        margin-left: -1px; /*mmm o 0 o 1*/
        margin-top: -1px; /*mmm o 0 o 1*/
    }
    .Timesheet .GISGrid th.column1fixed {
        position: absolute;
        width: 204px;
        left: 21px;
        top: auto;
        margin-top: 1px; /*mmm o 0 o 1*/
    }
    .Timesheet .GISGrid th.column2fixed {
        position: absolute;
        width: 204px;
        left: 121px;
        top: auto;
        margin-top: 1px; /*mmm o 0 o 1*/
    }

    .Timesheet .GISGrid td.column0fixed {
        position: absolute;
        width: 20px;
        left: 0;
        top: auto;
        margin-top: -1px; /*mmm o 0 o 1*/
    }
    .Timesheet .GISGrid td.column1fixed {
        position: absolute;
        width: 204px;
        left: 21px;
        top: auto;
        margin-top: 0px; /*mmm o 0 o 1*/
        border-right:10px solid #E8DCC1;
    }
    .Timesheet .GISGrid td.column2fixed {
        position: absolute;
        width: 204px;
        left: 121px;
        top: auto;
        margin-top: 0px; /*mmm o 0 o 1*/
        border-right: 10px solid #E8DCC1;
    }

/*.GISGrid tr.valido input.text,
.GISGrid tr.valido input.text:disabled,
.GISGrid tr.valido select,
.GISGrid tr.valido select:disabled,
.GISGrid tr.valido select:disabled::-ms-value {
    background-color: #dbf2db !important;
    color: #000 !important;
}
.GISGrid tr.finalizzato input.text,
.GISGrid tr.finalizzato input.text:disabled,
.GISGrid tr.finalizzato select,
.GISGrid tr.finalizzato select:disabled,
.GISGrid tr.finalizzato select:disabled::-ms-value {
    background-color: #f8fbd1 !important;
    color: #000 !important;
}*/

.gisgridrow.finalizzato,
.gisgridrow.finalizzato *{
    background-color: #f8fbd1 !important;
    color: #000 !important;
}

.gisgridrow.valido,
.gisgridrow.valido *{
    color: #000 !important;
    background-color: #dbf2db !important;
}
.GISGrid .timesheeterror {
    color: #f00 !important;
    background-color: #fee !important;
}
.GISGridFooter {
    display: block;
    width: 200px;
    position: relative;
    top: -14px;
}

.RiepilogoTimesheet{
    display:none;
    position: fixed;
    top: Calc(50% - 200px);
    left: Calc(50% - 200px);
    z-index: 11;
    background-color: #fff;
    border: 1px solid #448844;
    padding-top:25px;
    padding-bottom:25px;
    width:312px;
    box-shadow: 3px 3px 4px #222;
    border-collapse: separate;

}
    .RiepilogoTimesheetHeader {
        background-color: #f0f0f0;
        color:navy;
        line-height:20px;
        padding-left:6px;
        font-weight:bold;
        position:absolute;
        top:0px;
        left:0px;
        right:0px;
        height:20px;
        cursor:move;
    }
    .RiepilogoTimesheetBody {
        padding-left:5px;
        padding-right:15px;
    }
    .RiepilogoTimesheetFooter {
        background-color: #f0f0f0;
        color:navy;
        line-height:20px;
        padding-right:6px;
        position:absolute;
        bottom:0px;
        left:0px;
        right:0px;
        height:20px;
        text-align:right;
    }

    .RiepilogoTimesheet td[evidenziato], .RiepilogoTimesheet td[evidenziato] input{
        background-color: #fbd8cf;
    }

.RiepilogoTimesheetChiudi {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}
.RiepilogoTimesheetAggiorna {
    position: absolute;
    top: 1px;
    right: 21px;
    cursor: pointer;
}
.RiepilogoTimesheetAttivatore {
    display: block;
    position:absolute;
    top:2px;
    right:2px;
    width:50%;
    text-align:right;
    color: #F7932F;
    margin-top:10px;
    font-style:italic;
    cursor:pointer;
}
    .RiepilogoTimesheetAttivatore.attivo {
        color: #facea1 !important;
    }

.intestazionetimesheet {
    padding-top:20px;
    padding-bottom:15px;
    font-family:arial,verdana, sans-serif;
    font-size:16px;
    font-weight: bold;
    color: navy;
}
    .intestazionetimesheet .stato {
        float:right;
        margin-right:10px;
        color: #448744;
    }
.elencotimesheet tbody tr:nth-child(2n+1) {
    background-color: #e0ebfe;
}
.elencotimesheet tbody tr:hover  {
    background-color: #fad0a4 !important;
    cursor: pointer !important;
}
.elencotimesheet tbody tr.selected  {
    background-color: #fabf80;
    font-weight:bold;
}
/*Context menu*/
.GISGridMenuContestuale {
    position: fixed;
    display:none;
    border-radius:0px !important;
    font-family: Tahoma !important;
    font-size:small !important;
    color: #333333 !important;
    z-index: 999999 !important;
    overflow: hidden !important;
    background-color: #fff !important;
    border: 1px solid #448844 !important;
    box-shadow: 3px 3px 4px #222 !important;
}
    .GISGridMenuContestuale tr:hover {
        background-color: #e0ebfe;
    }
    .GISGridMenuContestuale td {
        cursor:pointer;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
.ui-menu {
    /*z-index:11 !important;*/
    border-radius:0px !important;
    font-family: Tahoma !important;
    font-size:small !important;
    color: #333333 !important;
    z-index: 999999 !important;
    overflow: hidden !important;
    background-color: #fff !important;
    border: 1px solid #448844 !important;
    box-shadow: 3px 3px 4px #222 !important;
}
.ui-state-focus {
    background-color: #e0ebfe !important;
}
.ui-menu-item .ui-state-focus {
    background-color: #e0ebfe !important;
    /*font-family: Arial,sans-serif;
    font-size:14px !important;*/
}
/**********************************************************************************/
.UCCommenti {
}
.UCCommentiBox {
    position: fixed;
    top: 1px;
    left:1px;
    z-index:1001;
    background-color: #fff;
    border: 1px solid #448844;
    padding-top:20px;
    width:320px;
    min-height:250px;
    max-height:250px;
    /*margin-top:41px;
    margin-bottom:45px;*/
    display:none;
}
.UCCommentiBoxBody {
    overflow:auto;
    height:205px;
}
.UCCommentiBoxTable {
    width:100%;
}
    .UCCommentiBoxTable tr:nth-child(2n) {
        background-color: #e0ebfe;
    }

.UCCommentiBoxHeader {
    background-color: #f0f0f0;
    color: navy;
    line-height: 20px;
    padding-left: 6px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 20px;
    cursor: move;
}

.UCCommentiBoxHeaderTitolo {
    position: absolute;
    left: 5px;
    top: 0px;
    font-family: arial,verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.UCCommentiBoxHeaderDestra {
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}

    .UCCommentiBoxHeaderDestra img,
    .UCCommentiBoxHeaderDestra input {
        vertical-align: top;
        padding: 0;
        margin: 0;
    }

.UCCommentiBoxFooter {
    background-color: #f0f0f0;
    color: navy;
    line-height: 20px;
    padding-left: 6px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 45px;
}
.UCCommentiBoxTesto {
    position:absolute;
    top:5px;
    left:5px;
    box-sizing:border-box;
}
    .UCCommentiBoxTesto textarea {
        width:283px;
        border: 1px solid #E8DCC1;
        font-family: Arial,sans-serif;
        font-size:11px;
        line-height: 14px;
        color: Blue;
    }
.UCCommentiBoxInvia {
    position:absolute;
    top:10px;
    right:5px;
}

.UCCommentiBoxMessaggio {
    position:relative;
    border:0px solid #000;
    width:100%;
}
.UCCommentiBoxMessaggioData {
    position:absolute;
    right:5px;
    top:3px;
    font-family: arial,verdana, sans-serif;
    font-size:10px;
    font-weight: bold;
    height:12px;
}
.UCCommentiBoxMessaggioDescrittore {
    position:absolute;
    left:5px;
    top:3px;
    font-family: arial,verdana, sans-serif;
    font-size:10px;
    font-weight: bold;
    height:12px;
}
.UCCommentiBoxMessaggioTesto {
    padding-top:20px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    font-family: arial,verdana, sans-serif;
    font-size:12px;
}


.UCCommentiAttivatore {
    position:absolute;
    top:2px;
    left:2px;
    /*width:50%;*/
    color: #F7932F;
    display:block;
    margin-top:10px;
    font-style:italic;
    cursor:pointer;
}

    .UCCommentiAttivatore.attivo {
        color: #facea1 !important;
    }

/* START ----------------------------------------------- PREVIEW DEI PDF */
#preview-pdf {
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1002;
    box-sizing: border-box;
    padding: 60px 100px 30px;
}

    #preview-pdf.hide {
        visibility: hidden;
        opacity: 0;
    }

    #preview-pdf.show {
        visibility: visible;
        opacity: 1;
    }

        #preview-pdf.show iframe {
            display: block;
            margin: auto auto;
            /*padding:60px 100px 30px;*/
            width: 100%;
            height: 100%;
            border: 0px solid #000;
            -webkit-box-shadow: 0px 0px 43px 9px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 43px 9px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 43px 9px rgba(0,0,0,0.75);
        }
/* END ----------------------------------------------- PREVIEW DEI PDF */

tr.elenco-compatto__riga-elemento:nth-child(odd) {
    background-color: #f0f0f0;
}

tr.elenco-compatto__riga-elemento:hover {
    background-color: #e0e0e0;
}

tr.elenco-compatto__riga-elemento .BoxRinnovo > div {
    padding-left: 5px;
}

    tr.elenco-compatto__riga-elemento .BoxRinnovo > div::before {
        /*width: 10px;
    font-size: 16px;
    padding-right: 5px;
    */
        width: 10px;
        color: darkgreen;
        content: "\f058";
        font-weight: bold;
        font-size: 16px;
        font-family: 'Font Awesome 5 Pro';
    }

tr.elenco-compatto__riga-elemento.non-valido .BoxRinnovo > div::before {
    width: 10px;
    color: darkred;
    content: "\f057";
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
}

tr.elenco-compatto__riga-elemento.valido .BoxRinnovo > div::before {
    width: 10px;
    color: darkgreen;
    content: "\f058";
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
}

/*modello*/
.modello-elenco-header,
.modello-elenco-row {
    display: table-row;
}
.modello-elenco-header > span {
    display: table-cell;
}

.modello-elenco-row > span {
    display: table-cell;
}

/*LOADING ANIMATION*/
.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* MODAL */
/*
.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.bootstrap-dialog-title,
.modal-title {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    cursor: move;
    text-align: left;
}
*/
.bootstrap-datetimepicker-widget{
    width: 266px !important;
}

/*
.modal-content {
    overflow: visible;
    border-radius: 5px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.7);
    border: 0;
    margin: auto auto;
}

.modal-header {
    height: 30px;
    padding: 5px 15px;
    cursor: move;
    background-color: rgba(100, 122, 177, 1);
    box-sizing: border-box;
}

    .modal-header .close {
        color: #FFFFFF;
        opacity: 0.5;
        margin-top: -2px;
    }

        .modal-header .close:hover {
            color: #FFFFFF;
            opacity: 1;
        }

.modal-footer {
    height: 35px;
    padding: 5px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 7px;
}
    */

.operazione {
    cursor:pointer;
}

.operazione i {    
    margin-right: 5px;
}




/*multiple-select*/
/*
.ms-drop ul > li span{
    margin-left: 15px;
}

.ms-drop input[type="radio"], .ms-drop input[type="checkbox"]{
    margin-top: 0px;
}

.ms-drop ul > li{
    padding: 5px 8px;
}
   */
 

/*filtro-ricerca*/
.filtro-ricerca .input-group-btn{
    position: unset;
}

.filtro-ricerca .dropdown-menu{
    width: 100%
}

.filtro-ricerca .filtri__footer {
    display: flex;
    justify-content: flex-end;
    padding: 5px 15px;
}

.filtro-ricerca .filtri__container {
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
}

.filtro-ricerca .filtri__footer .btn {
    margin-left: 15px;
}

.filtro-ricerca .filtro {
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
}

/* GISPopup */

.gis-popup-footer .button--annulla > i {
    color: red;
}

.gis-popup-footer .button--ok > i {
    color: green;
}

/* Filtro Ricerca */
.form-group .ms-parent button.ms-choice {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 2.5;
    border: 1px solid #ccc;
}

/* MODULO MODELLO */
.modello__dettagli button {
    padding: 2px 12px;
    height: 27px;
}

/* TREE */
.gj-tree-bootstrap-list {
    color: black;
}

.gj-tree-item[data-selected=true],
.gj-tree-item.active[data-selected=true]:focus,
.gj-tree-item.active[data-selected=true]:hover {
    background-color: transparent;
    color: black;
    font-weight: bold;
}

.gj-tree-item.list-group-item:hover,
.gj-tree-item.list-group-item:hover h4 {
    background-color: transparent !important;
}

.gj-tree-item,
.gj-tree-item.active:focus,
.gj-tree-item.active:hover {
    background-color: transparent;
    color: black;
    font-weight: 100;
}

ul.gj-tree-bootstrap-list li [data-role=display] {
    padding: 5px 0 5px 5px;
}

.comprimi {
    background: url(../Images/arrow_down.png) 0px 0 no-repeat;
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
}

.espandi {
    background: url(../Images/arrow_right.png) 0px 0 no-repeat;
    display: inline-block;
    width: 7px;
    height: 13px;
    vertical-align: middle;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.nopadding-left {
    padding-left: 0px;
}

.nopadding-right {
    padding-right: 0px;
}

.noborder {
    border: 0 !important;
    box-shadow: none;
}

/*MODELLI*/

.modelli-legami-attributi__item{
    display: flex;
    align-items: center;
    margin-top:2px;
}

.modelli-legami-attributi__item>span{
    flex: 1 1 auto;
}
    .modelli-legami-attributi__item > div {
        flex: 0 0 auto;
    }

/*--------------
    SWITCH TOGGLE
*/
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 24px;
    border-radius: 18px;
    cursor: pointer;
}

.switch__greenred{

}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.switch__greenred .switch-label {
    background: #d84747d9;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch__greenred .switch-input:checked ~ .switch-label {
    background: #85c58a;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch__greenred .switch-label:before,
.switch__greenred .switch-label:after {
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.6);
}

.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

    .switch-handle:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: #f9f9f9;
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
        background-image: -webkit-linear-gradient(top, #eeeeee, white);
        background-image: -moz-linear-gradient(top, #eeeeee, white);
        background-image: -o-linear-gradient(top, #eeeeee, white);
        background-image: linear-gradient(to bottom, #eeeeee, white);
    }

.switch-input:checked ~ .switch-handle {
    right: 1px;
    left: auto;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #4fb845;
}
/*-----------------------*/

/*-----------------------
    cell-data
*/

.cell-data{
    display: flex;
    width: 100%;
    position: relative;
}

.cell-data > input{
    flex: 1 1 auto;
    width: 100%;
}
    .cell-data > .comandi {
        flex: 0 0 30px;
        position: absolute;
        right: 4px;
        top: 4px;
        background-color: rgba(255,255,255,0.8);
    }

/*-------------------------*/
.buttonIcon {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    min-width: 15px;
    text-align: center;
}

    .buttonIcon:hover {
        color: black;
    }


/*********/
/*LOADING*/
.popup-loading {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1052;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.8);
    align-items: center; /* horizontal */
    justify-content: center; /* vertical */
}

    .popup-loading div {
        font-size: 25px;
        color: rgba(76, 133, 124, 1);
        padding-left: 10px;
    }
/**********/

/*tabulator personalizzazioni*/

.tabella {
    height: calc(100% - 100px);
    margin-top: 10px;
    overflow: visible;
    z-index: 1
}

.tabella-modulo-configurazione .tabulator-group{
    border-top: 0;
    border-right: 0;
    font-size: 18px;
    margin-top: 15px;
    background: none;
}

.tabulator-footer-contents {
    display: flex; /* Attiva Flexbox */
    flex-wrap: wrap; /* Permette agli elementi di andare a capo */
    gap: 10px 20px; /* Spazio verticale e orizzontale tra gli elementi */
}
    .tabulator-footer-contents > span,
    .tabulator-footer-contents > span > label{
        flex-grow: 1; /* Permette ad ogni elemento di crescere */
        margin: 0px;
        line-height: 24px;
    }

        .tabulator-footer-contents > span * {
            vertical-align: inherit;
            height: 30px;
        }

        .tabulator-page-counter:has(+ .tabulator-paginator:last-child:first-child) {
            text-align: center;
        }

.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
    cursor: pointer;
    background: rgb(255 255 255 / 20%);
    color: #000000;
}

.tabulator-paginator:has(:nth-last-child(2):first-child) {
    text-align: center;
}


/*INIZIO ----- MENU IN SCHEDA OGGETTO*/
.menusezione .nav-tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #808090;
    display: flex;
    flex-wrap: wrap;
}

    .menusezione .nav-tabs li {
        margin: 0;
        margin-bottom: -2px;
    }

        .menusezione .nav-tabs li a {
            display: inline-block;
            padding: 5px 15px;
            text-decoration: none;
            font-family: sans-serif;
            color: #333;
            border: 1px solid transparent;
            border-bottom: none;
            border-radius: 5px 5px 0 0;
        }

            .menusezione .nav-tabs li a.nonselezionato {
                background-color: var(--background-color-menu);
                color: #555;
                border-color: #ddd;
            }

            .menusezione .nav-tabs li a.selezionato {
                background-color: #fff;
                color: #007bff;
                font-weight: bold;
                border-color: #808090;
                border-bottom: 2px solid #fff;
            }

/* --- MEDIA QUERY PER IL LAYOUT MOBILE (SELECT) --- */
@media (max-width: 768px) {
    .menusezione {
        position: relative;
    }

        .menusezione .nav-tabs {
            border: none;
        }

            .menusezione .nav-tabs li {
                margin: 0;
                width: 100%;
            }

                .menusezione .nav-tabs li a {
                    padding: 10px 20px;
                }

                    /* Nascondi i link non attivi di default */
                    .menusezione .nav-tabs li a.nonselezionato {
                        display: none;
                    }
                    /* Mostra solo il link attivo, stilizzato come un select */
                    .menusezione .nav-tabs li a.selezionato {
                        display: block;
                        width: 100%;
                        font-weight: bold;
                        background-color: #f6f6f6;
                        color: #333;
                        border: 1px solid #d0d0d0;
                        border-radius: 5px;
                        position: relative;
                    }
                        /* Aggiungi la freccia al finto select */
                        .menusezione .nav-tabs li a.selezionato::after {
                            font-family: "Font Awesome 5 Pro";
                            content: "\f0d7"; /*'▼'*/
                            position: absolute;
                            right: 15px;
                            top: 50%;
                            transform: translateY(-50%);
                            font-size: 16px;
                            transition: transform 0.3s; /* Aggiunge un'animazione alla freccia */
                        }

        /* --- NUOVA LOGICA CON CLASSE .menu-aperto --- */

        /* Quando il menu è aperto, ruota la freccia */
        .menusezione.menu-aperto .nav-tabs li a.selezionato::after {
            transform: translateY(-50%) rotate(180deg);
        }

        /* Rendi il contenitore <ul> un pannello dropdown */
        .menusezione.menu-aperto .nav-tabs {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 10;
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

            /* Mostra le voci del menu in verticale */
            .menusezione.menu-aperto .nav-tabs li a.nonselezionato {
                display: block;
            }

            /* Stili per le voci nel menu aperto */
            .menusezione.menu-aperto .nav-tabs li a {
                border: none;
                border-radius: 0;
                border-bottom: 1px solid #eee;
            }

            .menusezione.menu-aperto .nav-tabs li:last-child a {
                border-bottom: none;
            }

            .menusezione.menu-aperto .nav-tabs li a.selezionato {
                background-color: #007bff;
                color: #fff;
            }
}
/*FINE ----- MENU IN SCHEDA OGGETTO*/

/****************************/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px #aaa;
    background-color: #bbb;
    border: 2px solid #fff;
}

.report-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

    .report-row:hover {
        background-color: #f7f7fb;
        border-radius: 10px;
        color: rgba(0, 0, 0, 1.0);
    }

.width-auto {
    width: auto !important;
}

.schedaoggetto-icon{
    margin-right: 10px;
}

/*VALIDAZIONE*/
.riepilogo-validazioni li{
    font-size: 16px;
}

/*DASHBOARD*/
.dashboard-container{
    /*display: flex;
    gap: 15px;*/
}
.dashboard-box {
    box-sizing: content-box;
    flex: 1 1 auto;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    max-width: 320px;
    max-height: 320px;
    min-width: 320px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    padding: 30px 5px 5px 5px;
    position: relative;
    float: inline-start;
    margin: 10px;
}

.dashboard-box label{
    flex: 0 0 auto;
    margin-top: -24px;
}

.dashboard-box canvas {
    flex: 1 1 auto;
}

.dashboard-box div.conteggio {
    font-size: 60px;
    text-align: center;
    font-weight: bold;
}

.dettaglibrevi .gis-form-text {
    background-color: #f8f8ff;
}

.operazioni-oggetti-selezionati {
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #aaa;
    height: 25px;
    margin-bottom: 5px;
    white-space: nowrap;
    padding: 0 15px;
}


.tooltip-inner a,
.tooltip-inner a:link,
.tooltip-inner a:visited,
.tooltip-inner a:hover,
.tooltip-inner a:active {
    color: #f5db52;
}


.dropdown-menu .icona{
    min-width: 16px;
    margin-right: 5px;
    text-align: center;
}

.header-modulo-sticky {
    position: sticky;
    top: -15px;
    background-color: white;
    z-index: 3;
    padding-top: 10px;
    padding-bottom: 10px;
}


