html, body 	{
	font-family: 'Questrial', sans-serif;
	font-size:20px;
	color:#444;
	background: #fff;
	margin:0px;
	height:100%;
	width:100%;
	position:relative;
	}
.contenitore100-header{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
	width:100%;
	background:#fff;
	padding-top:10px;
	padding-bottom:10px;
	color:#aaa;
}

A:link 		{text-decoration: none;color:#666;}
A:visited 	{text-decoration: none;color:#666;}
A:active 	{text-decoration: none;color:#666;}
A:hover 	{text-decoration: none;color:#000;}


a.logo:link{
	font-size:#12px;
	position:absolute;
	margin:0px 0px 0px -130px;
	left:0px;
	top:0px;
	color:#000;
	}
a.logo:hover{color:#000;}
a.logo:visited{color:#000;}
a.logo:active{color:#000;}

A.aLogo:link,
A.aLogo:hover,
A.aLogo:visited,
A.aLogo:active{
	color: inherit;
	height: 100%;
	display: block;
	}

.logoTop{
	height:50px;
	
	}
.scrittaTop{
	width:90px;
	margin: -8px 0px 0px -5px;
	}
.contenitore-header{
	margin: 0 auto;
	width:1000px;
	height:100%;	
	position:relative;
}
.contenitore100-header .opzione-header{
	text-transform: uppercase;
	text-align:center;
	display: inline-block;
	font-size:50px;
	color:#aaa;
	z-index:989;
	}
.contenitore100-header .opzione-header:hover{
	color:#888;
	}
.contenitore100-header .opzione-header span{
	border-bottom:0px;
	display:inline-block;
	font-size:12px;
    }
.contenitore100-header .opzione-header span{
	display:block;
    }
.contenitore100-header .opzione-header:hover span{
	text-decoration:underline;
	}
.menuLaterale .opzione-header{
	text-align: left; 
	padding: 10px 0px;
	position: relative;
	display:block;
	}
.menuLaterale .opzione-header::before{
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.menuLaterale .opzione-header span{
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	text-align: center; 
	font-size: 12px;
	text-transform: uppercase;
	border: 0px;
	margin-left:40px;
	}
.menuLaterale .opzione-header:hover .page{
	border-bottom:1px solid #666;
	}

div{
	position:relative;
	}	
	
	
	
.opzione-headerOLD:hover span{
	margin-top:-5px;
	border-bottom:5px solid #000;
    -webkit-border-image: -webkit-radial-gradient(top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0) 70%) 0 50% 100% 0;
    -moz-border-image: -moz-radial-gradient(top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0) 70%) 0 50% 100% 0;
    -ms-border-image: -ms-radial-gradient(top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0) 70%) 0 50% 100% 0;
    -o-border-image: -o-radial-gradient(top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0) 70%) 0 50% 100% 0;
    border-image: radial-gradient(top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0) 70%) 0 50% 100% 0;
   	}

.menuLaterale{
	position:fixed;
	top:0px;
	right:0px;
	margin-right:-320px;
	text-align:center;
	width:320px;
	z-index:20;
	height:100%;
	overflow:auto;
	background-color:#f3f3f3;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	}
.menuLaterale .chiudi{
	position:absolute;
	}
.menuLaterale .logo{
	position:absolute;
	width:100%;
	min-height:180px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index:1;
	}
.menuLaterale .ragSoc{
	position:relative;
	display: inline-block;
	margin:154px 0px 0px 0px ;
	border-radius:100px;
	background-color:#fff;
	border:1px solid #eee;
	min-height:50px;
	width:280px;
	z-index:2;
	line-height: 20px;
	box-sizing:border-box;
	padding:15px;
	}
.menuLaterale .listaRightMenu{
	margin-top:30px;
	text-align:left;
	box-sizing:border-box;
	padding:0px 15px;
	}
.wrap A		{color:#fff;}

input[type='text']{
	text-align: left;
	font-size: 14px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
	border: 1px solid #eee;
	box-shadow: 0 0 0px 1000px #eee inset;
	padding: 2px;
	width: calc(100% - 40px);
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	margin: 0px 20px 20px;
	}
input[type='password']{
	text-align: left;
	font-size:14px;
	color:#666;
	-moz-border-radius:3px; 
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	background:#ffffff; 
	border: 1px solid  #aaa; 
	box-shadow: 0 0 0px 1000px #fff inset;						
	padding:2px;
	width:100%;
	height:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:15px;
	}
input[type=checkbox].check {display:none;}  
input[type=checkbox].check + label.labl {
	padding-left:20px; 
	height:15px;  
	display:inline-block; 
	line-height:15px; 
	background-repeat:no-repeat; 
	background-position: 0 0; 
	font-size:10px; 
	vertical-align:middle; 
	cursor:pointer; 
	}  
input[type=checkbox].check:checked + label.labl {background-position: 0 -15px;}  
.labl{ background-image:url('../img/icon/check.png'); }
label.labl:hover{color:#555; text-shadow: 0px 0px 5px #666;}

input[type='number'].modo{
	vertical-align:top;
	display:inline-block;
	border-radius:0px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	width:40%;
	border:0px;
	margin-left: 18%;
	box-sizing:border-box;
	padding:0px 3px;
	text-align:right;
	position:relative;
	z-index:2;
	color:#000;
	font-size: 14px;
	}
input[type='number'].modo:first-child{
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	margin-left:0;
	}
input[type='number'].number{
	vertical-align:middle;
	margin: 10px 20px;
	display: inline-block;
	text-decoration: none;
	width: 145px;
	height: 35px;
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	color: #222;
	background-color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 20px;
	}
	
.divDialog .campi{
	width: 100%;
	}
.divDialog .campo{
	box-sizing:border-box;
	margin:0px 20px 10px;
	cursor:default;
	}
.divDialog .ggPerc{
	font-size:10px;
	display:inline-block;
	width:40%;
	margin-left: 18%;
	}
.divDialog .ggPerc:first-child{
	margin-left:0;
	}
ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
.meter{
	height:3px;
	background:#CCC;
	}
.barra{
	float:left;
	width:0%;
	height:3px;
	background:#00FF00;
	}		
.divuploads{
	position:fixed;
	top:0px;
	left:0px;
	background:#000000; 
	width:100%;
	z-index:9999;
	}
#pages{
	width: 100%;
	z-index: 1;
	background-color: #cc353d;
	height:100%;
	position: absolute;
	right:0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	}
#pages .pag0{
	width:100%;
	position:relative;
	box-sizing:border-box;
	background-color:#fff;
	text-align:center;
	padding-bottom: 40px;
	}
#pages .pag0s{
	width:100%;
	position:relative;
	height:calc(100% + 84px);
	background-color:#fff;
	text-align:center;
	}
.titoloPag{
	font-size:30px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	text-shadow:3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	}
.titoloPag0{
	margin-top:0px;
	font-size:25px;
	line-height:60px;
	background-color: #e4e4ec;
	font-weight:bold;
	color:#fff;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	}	
.spiegPannello{
	float:left;
	width:200px;
	font-size:12px;
	line-height:20px;
	text-align:left;
	position:absolute;
	z-index:0;
	padding:5px;
}
.contDiv0{
	width: 987px;
	display: inline-block;
	height:0px;
	overflow: hidden;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
	}
.contApriEdit{
	width:100%;
	height:245px;
	margin-top:45px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
	}
.div0:first-child{
	margin-top: 60px;
	}
.div0{
	text-align: left;
	width:100%;
	display: inline-block;
	position:relative;
	}
.contVoci .div0{
	text-align: center;
	margin-top: 20px;
	}
.div0.b{
	text-align: center;
	}
.div0 .bigIcon{
	font-size: 150px;
	margin-top: 30px;
	line-height: 150px;
	}
.div0 .medIcon{
	font-size:100px;
	margin: 55px 0px 25px;
	}
.div0 .piu{
	font-size:60px;
	line-height:60px;
	position:absolute;
	top:30px;
	left:30px;
}
.div0 .programma{
	font-size:14px;
	line-height:14px;
	padding:10px;
	border-radius:3px;
	text-align:center;
	color:#fff;
	background-color:#cc353d;
	display: inline-block;
	width:220px;
	min-height:220px; 
	vertical-align:top;
	margin:0px 0px 5px 5px;
	cursor:pointer;
	position:relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.div0 .programma:hover{
	background-color:#bbb;
	}
.div0 .programma:first-child{
	margin-left:0px;
	}
.div0 .programma div{
	}

.div0 .div1R{
	font-size:14px;
	line-height:16px;
	border-radius:3px;
	text-align:left;
	border:3px solid #cc353d;
	background-color:#ffffff;
	display: inline-block;
	width:485px;
	min-height:240px; 
	max-height:500px;
	overflow:auto;
	vertical-align:top;
	margin:0px 0px 5px 5px;
	box-sizing:border-box;
	position:relative;
	z-index:0;
	}
.div0 .div1R0{
	width: 485px;
	display: inline-block
	}
.div0 .div1R.right{
	text-align:right;
	}

.div0 .div1R.half{
	width:240px;
	}
.div0 .div1R.halfH{
	min-height:100px;
	}
#numeroPreventivo{	
	font-weight:bold;
	font-size:50px;
	line-height:60px;
	color:#cc353d;
	height: 214px;
	box-sizing: border-box;
	padding: 80px 0px 0px;
	text-align: center;
	overflow-x:hidden;
	overflow-y: auto;
	}
.div0 .nomeNumero{
	color:#cc353d;
	font-size:14px;
	line-height:14px;
	position:absolute;
	margin-top:-60px;
	right:42px;
	text-transform: uppercase;
	}
.div0 .div1R.b{
	width:730px;
	max-height:700px;
	overflow:auto;
	}
.div0 .div1R.b:first-child{
	margin-left:0px;
	}
.div0 .div1R.b2{
	width:975px;
	overflow:auto;
	margin-left:0px;
	}
.div1R.b2 .name{
	font-size:40px;
	line-height:40px;
	font-style:italic;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	margin-top:20px;
	}
.div0 .div1R .dati{
	border:0px;
	width:92%;
	text-align:left;
	margin:4%;
	}
.sulTotale{
	position: relative;
	border:0px;
	width:92%;
	text-align:left;
	margin:4% 4% 0% 4%;	
	}
table.sulTotale td:first-child {
    cursor: pointer;
    width:75%;
	text-align: left;
}
table.sulTotale td {
    height: 30px;
    width:25%;
	text-align: right;
}
.save{
	font-size:14px;
	line-height:14px;
	padding:10px;
	border-radius:3px;
	text-align:center;
	color:#fff;
	background-color:#cdcbcb;
	display: inline-block;
	width:400px;
	min-height:140px; 
	vertical-align:top;
	cursor:pointer;
	margin-bottom: 10px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.save:hover{
	background-color:#bbb;
	}
.save.larg{
	width:465px;
	}
.save .textLeft{
	vertical-align:middle;
	display:inline-block;
	margin-right:20px;
	font-size:30px;
	line-height:32px;
}
.save .bigIcon{
	font-size:180px;
	line-height:180px;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
}
.save .textRight{
	vertical-align:middle;
	display:inline-block;
	margin-left:20px;
	font-size:30px;
	line-height:32px;
	text-transform: uppercase;
}
#pages .pag1{
	width:100%;
	position:relative;
	box-sizing:border-box;
	background-color:#cc353d;
	overflow: hidden;
	min-height: 400px;
}
.subPage{
	padding-top:50px;
	text-align: center;
	}
.closeSubPage{
	position:absolute;
	right:20px;
	top:20px;
	color: #000;
	font-size: 25px;
	width: 24px;
	min-height:19px;
	cursor:pointer;
	display:none;
	z-index: 10;
	}
.closeSubPage:hover{
	color:#000;
	}
.insert{
	position:relative;
	margin:20px;
	background-color:#eee;
	box-sizing:border-box;
	padding:10px;
	border-radius:3px;
	font-size:12px;
	text-align: left;
	color:#000;
	}
.insert.i2{
	box-sizing:border-box;
	min-height:200px;
	max-height:400px;
	overflow-y:auto;
	overflow-x:hidden;
	width: 420px;
	display: inline-block;
	color:#000;
	}
.insert.ibig{
	min-height:200px;
	max-height:400px;
	overflow-y:auto;
	overflow-x:hidden;
	}
.preInsert{
	text-align: left;
	margin: 0px 20px;
	padding: 0px 0px 4px 2px;
	background: #999;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	}
.preInsert:first-child{
	margin-top:20px;
	}
.preInsert.i2 {
    box-sizing: border-box;
    width: 420px;
	}
.preInsert.compPrec{
	background-color:#19c60d;
	}
[contentEditable=true]:empty:before{
    content:attr(data-text);
    font-style:italic;
	color:#999;
}
#divResAst{
	text-align: left;
	font-size: 14px;
	color: #666;
	border-radius: 3px;
	background: #eee;
	border: 1px solid #eee;
	padding: 2px;
	width: calc(100% - 40px);
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	}
.thumImag{
	height: 50px;
	margin: 3px;
	}
.contDivDialog{
    position:fixed;
    opacity:1;
    z-index:10000;
    top:20%;
	left:50%;
    overflow-y: auto;
	transform: translate(-50%, 0%);
    max-height:80%;
    width:360px;
    max-width:100%;
    -webkit-transition: 1500ms ease;
    -moz-transition: 1500ms ease;
    -ms-transition: 1500ms ease;
    -o-transition: 1500ms ease;
}
.contDivDialog.widt50{
	width:50%;
	}
.divDialog{
    height: 100%;
    width: 100%;
    background-color:rgba(0,0,0,0.7);
    color:#fff;
    border-radius:10px;
    padding:15px;
    text-align:left;
    font-size:15px;
    box-shadow: 0 1px 6px 1px rgba(102, 102, 102, .15);
	border: 1px solid #d6dce1;
    box-sizing:border-box;
	}    
.divDialog a{
	color:#fff;
	text-decoration: underline;
	}

.divDialog .annulla{
	display:inline-block;
	margin:5px 5px 5px 0px;
	padding:5px;
	font-size:12px;
	background-color:#fff;
	color:#000;
	border-radius:3px;
	cursor:pointer;
	}  
.divDialog .conferma{
	display:inline-block;
	margin:5px;
	padding:5px;
	font-size:12px;
	background-color:#cc353d;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
	box-shadow: 0px 0px 2px 1px #fff;
	}
.contCliente{
	text-align: center;
	display: inline-block;
	width:98%;
	cursor:pointer;
	position:relative;
	}
.contCliente.cC{
	color: #cc353d;
	}
.contCliente .dato:first-child{
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	border-left:1px solid #aaa;
	padding-left:10px;
	width:5.5%;
	font-size:42px;
	overflow:hidden;
	}
.contCliente .dato.lastChild{
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-right:1px solid #aaa;
	width:2.7%;
	padding:0px;
	line-height:30px;
	}
.contCliente .dato.lastChild2{ 
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-right:1px solid #aaa;
	width:2.7%;
	padding:0px;
	line-height:30px;
	}
.contCliente .dato{
	display:inline-block;
	padding:10px 2px;
	font-size:11px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	margin:0px 0px 5px 0px;
	width:6.99%;
	box-sizing:border-box;
	height:60px;
	vertical-align:top;
	background-color: #fff;
	overflow-y:auto;
	overflow-x:auto;
	position:relative;
	}
.contCliente .dato.larg{	
	width: 35.4%
	}
.contCliente .dato.medi{	
	width: 10.2%
	}
.contCliente .dato.bF{
	font-size:24px;
	}
.contCliente .dato select.selVoci{
	padding:0px;
	font-size:10px;
	font-weight: bold;
	color: #000;
	}
.dato .numColl{
	color: #000;
	font-size: 9px;
	position: absolute;
	top: 5px;
	width: 100%;
	text-align: center;
	}
.dato .numFatt{
	color: #000;
	font-size: 9px;
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
	}
.div1R .sociale{
	padding-bottom:10px;
	font-size:20px;
	line-height: 20px;
	font-weight:bold;
	text-align:right;
	margin:10px 10px 10px 0px;
	}
.div1R .indirizzo{
	text-align: right;
	margin:5px 10px 0px 0px;
	}
.div1R .citta{
	display: inline-block;
	margin:5px 10px 0px 0px;
	}
.div1R .cap{
	display: inline-block;
	margin:5px 10px 0px 0px;
	}
.div1R .iva{
	text-align: right;
	margin:5px 10px 0px 0px;
	}
.div1R .cf{
	text-align: right;
	margin:5px 10px 0px 0px;
	}
#causale{
	width:40%;
	position:relative;
	}
#causale select{
	font-size: 14px;
	line-height: 14px;
	color: #777;
	text-transform:uppercase;
	padding: 0px;
	top: 7px
	}
.oraCliente{
	display:inline-block;
	margin-left:20px;
	font-weight:bold;
	}
.oraCliente:first-child{
	margin-left:0px;
	cursor: pointer;
	font-weight:normal;
	}
.riquadroDdt{
	width:174px;
	font-weight: bold;
	}	

.onOff{
	position:relative;
	display: inline-block;
	width:100px;
	text-align: center;
	background-color: #ddd;
	border: 1px solid #bbb;
	border-radius: 5px;
	height: 50px;
	}
.onOff .onGrafico{
	width: 50%;
	height: 100%;
	display: inline-block;
	text-transform: uppercase; 
	box-sizing: border-box;
	padding:12px;
	font-size: 26px;
	line-height: 26px;
	background-color: #cc353d;
	color:#fff;
	}
.onOff .offGrafico{
	width: 50%;
	height: 100%;
	display: inline-block;
	text-transform: uppercase;
	box-sizing: border-box;
	padding:12px 5.5px;
	font-size: 26px;
	line-height: 26px;
	background-color: #cc353d;
	color:#fff;
	}
.onOff .on{
	position:absolute;
	width: 50%;
	height: 100%;
	background-color: #ddd;
	left:50%;
	top:0px;
	z-index: 1;
	}
.onOff .off{
	position:absolute;
	width: 50%;
	height: 100%;
	background-color: #ddd;
	left:0px;
	top:0px;
	z-index: 1;
	}
.onOff .move{
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
	opacity: 0.9;
	}
.contOnOff .onOffLabel{
	margin-left: 25px;
	display: inline-block;
	}
.contOnOff{
	text-align:left;
	padding:18px;
	box-sizing: border-box;	
	cursor:pointer;
	}
.div1R .onOffLabel{
	margin-left: 25px;
	display:inline-block;
	width: 300px;
	}
.divDialog .onOffLabel{
	margin-left: 5px;
	width:120px;
	}
.divDialog .calNumCal{
	text-transform:uppercase;
	font-size:15px;	
	}

.contVoce{
	text-align:left;
	position:relative;
	z-index: 1;
	margin: 10px 15px 10px 10px;
	}
.titoloPrezzo{
	padding:10px;
	font-size:25px;
	line-height:30px;
	}
.titoloPrezzo .titolo{
	display:inline-block;
	width: 75%;
	vertical-align:top;
	}
.titoloPrezzo .prezzo{
	display:inline-block;
	width: 20%;
	vertical-align:top;
	overflow-x:hidden;
	overflow-y:auto;
	text-align:right;
	}
#descrizioniPreventivo .descrizione{
	padding: 20px;
	overflow: hidden;
	line-height: 18px;
	color:#000;
	}
#vociPreventivo .descrizione{
	padding: 20px;
	overflow: hidden;
	line-height: 18px;
	color:#000;
	}
#notePreventivo .descrizione{
	padding: 20px;
	overflow: hidden;
	line-height: 18px;
	color:#000;
	}
.contVoce .removeVoce{
	position:absolute;
	right: 0px;
	top: -10px;
	color:#aaa;
	font-size: 20px;
	z-index:1;
	cursor:pointer;
	}
.contVoce .removeVoce:hover{
	color:#555;
	}
.contCliente .deleteVoce{
	position:absolute;
	right:15px;
	top:15px;
	color:#aaa;
	font-size: 30px;
	cursor:pointer;
	}
.contCliente .deleteVoce:hover{
	color:#555;
	}
.contCliente .deleteVoce.r{
	color:#ff0000;
	font-size: 15px;
	}
.contCliente .deleteCliente{
	color:#aaa;
	font-size: 28px;
	cursor:pointer;
	}
.contCliente .deleteCliente:hover{
	color:#555;
	}
.contCliente .editCliente{
	color:#aaa;
	font-size: 28px;
	cursor:pointer;
	}
.contCliente .editCliente:hover{
	color:#555;
	}

.toolbar .bold{
	font-weight: bold; 
	cursor:pointer;
	}
.toolbar .underline{
	text-decoration: underline; 
	cursor:pointer;
	}
.toolbar .italic{
	font-style: italic; 
	cursor:pointer;
	}
.toolbar .strike{
	text-decoration: line-through; 
	cursor:pointer;
	}
.toolbar span{
	cursor:pointer;
	margin:0px 0px 0px 30px;	
	}
.toolbar span:first-child{
	margin:0px 0px 0px 0px;	
	}
.toolbar{
	font-size: 25px;
	}
.toolbar-top{
	margin: 20px;
	font-size: 28px;
	}
.toolbar-top .info{
	width: 420px;
	display: inline-block;
	font-size: 12px;
	text-align: justify;
	margin-bottom:20px;
	}
.toolbar-top .ins{
	display: inline-block;
	margin:0px 0px 0px 30px;	
	vertical-align: middle;
	cursor: pointer;
	}
.li-special{
	list-style-type: disc;
	float:none;
	margin:2px;
	}
.ul-special{
	padding:10px;
	margin:5px;
	}
.contCliente .descrizione:first-child{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-left:1px solid #aaa;
	padding-left:16px;
	width:5.5%;
	font-size:42px;
	overflow:hidden;
	}
.contCliente .descrizione.lastChild{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	padding-right:30px;
	min-height:60px;
	}
.contCliente .descrizione{
	display:inline-block;
	padding:10px 2px;
	font-size:11px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	margin:0px 0px 5px 0px;
	width:94.5%;
	box-sizing:border-box;
	max-height:200px;
	vertical-align:top;
	background-color: #fff;
	overflow-y:auto;
	overflow-x:hidden;
	}
#datiCliente:empty:not(:focus):before{
    content:attr(data-text);
	font-weight:bold;
	font-size:30px;
	line-height:40px;
	color:#fff;
	background-color:#eee;
	height: 234px;
	display: block;
	box-sizing: border-box;
	padding: 90px 0px 0px;
	text-align: center;
	}
#descrizioniPreventivo:empty:not(:focus):before{
    content:attr(data-text);
	font-weight:bold;
	font-size:30px;
	line-height:40px;
	color:#fff;
	background-color:#eee;
	height: 234px;
	display: block;
	box-sizing: border-box;
	padding: 90px 0px 0px;
	text-align: center;
	}
#vociPreventivo:empty:not(:focus):before{
    content:attr(data-text);
	font-weight:bold;
	font-size:30px;
	line-height:40px;
	color:#fff;
	background-color:#eee;
	height: 234px;
	display: block;
	box-sizing: border-box;
	padding: 90px 0px 0px;
	text-align: center;
	}
#totaliPreventivo:empty:not(:focus):before{
    content:attr(data-text);
	font-weight:bold;
	font-size:30px;
	line-height:40px;
	color:#fff;
	background-color:#eee;
	height: 234px;
	display: block;
	box-sizing: border-box;
	padding: 90px 0px 0px;
	text-align: center;
	}
#notePreventivo:empty:not(:focus):before{
    content:attr(data-text);
	font-weight:bold;
	font-size:30px;
	line-height:40px;
	color:#fff;
	background-color:#eee;
	height: 234px;
	display: block;
	box-sizing: border-box;
	padding: 90px 0px 0px;
	text-align: center;
	}

.contPreventivi{
	box-sizing: border-box;
	padding: 0px 25px;
	color: #fff;
	text-align: center;
    overflow:hidden;
    width: 100%;
    position:relative;
	}
.contAnno{
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	padding: 20px 0px;	
	color: #fff;
	text-align: center;
	}
.showPdf{
	position:fixed;
	z-index:10;
	background:rgba(0,0,0,0.8);
	top:0px;
	left:50%;
	width:50%;
	height:100%;
	box-sizing: border-box;
	text-align:center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.showPdf iframe{
	width:95%;
	height:95%;
	margin-top:2.5%;
	margin-bottom:2.5%;
	display:inline-block;
	}
.showPdf .closePdf{
	width:40px;
    background:#000;
    position:absolute;
	box-sizing:border-box;
    top:100px;
    left:-40px;
    color:#fff;
    border-bottom-left-radius:3px;
    border-top-left-radius:3px;
    border-top:1px solid #777;
    border-left:1px solid #777;
    border-bottom:1px solid #777;
    text-align:center;
    font-size:30px;
    line-height:30px;
    padding:5px 10px;
	cursor:pointer;
	}
.intestazioneMit{
	margin:2% 0% 0% 2%;
	}
.intestazioneDes{
	margin:2% 2% 0% 0%;
	text-align:right;
	height:120px;
	}
.intestazioneDesDDT{
	width: 95%;
	margin:2% 0% 0% 5%;
	box-sizing:border-box;
	padding:1% 1%;
	}
.ragCliente{
	font-size:22px;
	font-weight:bold;
	}
table.pagam{
	width: 95%;
	margin:2% 0% 0% 5%;
	box-sizing:border-box;
	padding:1% 1%;
	text-align:left;
	}
.pagam .td1{
	border-top:2px solid #515151;
	border-bottom:2px solid #515151;
	background-color:#515151;
	color:#ffffff;
	padding: 0px 25px;
	font-size:22px;
	font-weight:bold;
	}
.pagam .td2{
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	color:#555;
	padding: 0px 15px;
	}
.acconto{
	color:#555;
	font-size:12px;
	}
.iban{
	color:#555;
	font-size:22px;
	}
.swift{
	margin-left:20px;
	}
.valuta{
	font-size:11px;
	}

.footer .td1{
	background-color:#313131;
	width:20%;
	height:120px;
	text-align: center;
	color:#ffffff;
	}
.footer .td2{
	width:80%;
	height:120px;
	padding-left:5%;
	color:#ffffff;
	}
.footer .td2 .ragSoc{
	font-size:16px;
	font-weight:bold;
	margin-left:5%;
	}
.footer .td2 .indi{
	font-size:10px;
	margin-left:5%;
	}
.footer .logo{
	width:80%;
	margin-left:10%;
	}
.tblDdt{
	border-bottom:1px solid #ccc;
	}
.tblDdt td{
	padding:5px 5px;
	vertical-align:top;
	}
div.opt{
	font-size:12px;
	vertical-align:top;
	}	
div.val{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	}
.simDiv{
	width:643px;
	overflow-x:hidden;
	position:fixed;
	top:0px;
	left:-700px;
	font-size:14px;
	}
.contPreventivoNessuno{
	text-align:center;
	width:100%;
	position:relative;
	color: #fff;
	padding:30px 0px; 
	}	
.contPreventivo{
	text-align:center;
	width:100%;
	position:relative;
	color: #444;
	padding-top:0px; 
    -webkit-transition: 600ms ease-in-out;
    -moz-transition: 600ms ease-in-out;
    -ms-transition: 600ms ease-in-out;
    -o-transition: 600ms ease-in-out;
    transition: 600ms ease-in-out;
	}
.contPreventivo .dato:first-child{
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	border-left:1px solid #aaa;
	padding-left:30px;
	}
.contPreventivo .dato.lastChild{
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-right:1px solid #aaa;
	padding-right:30px;
	}
.contPreventivo .dato{
	display:inline-block;
	padding:10px 2px;
	font-size:11px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	margin:0px 0px 5px 0px;
	width:11.5%;
	box-sizing:border-box;
	height:160px;
	vertical-align:top;
	background-color: #fff;
	overflow-y:auto;
	overflow-x:hidden;
	text-align:left;
	position:relative;
	}
.contPreventivo .dato.pagata{
	border-top: 3px solid #0f0;
	}
.contPreventivo .dato.vaM{
	font-size:25px;
	padding:0px;
	cursor:pointer;
	width: 3%;
	color:#cc353d;
	}
.contPreventivo .dato.vaM::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.contPreventivo .dato.vaM p{
	vertical-align:middle;
	display:inline-block;
	line-height: normal;
	text-align:center;	
	margin:0px;
	width:100%;
	}
.contPreventivo .dato.larg{	
	width: 30%
	}
.contPreventivo .dato.bF{
	font-size:24px;
	cursor:pointer;
	}
.contNuovo{
	position:absolute;
	width:40px;
	height:40px;
	overflow:hidden;
	top:0px;
	left:0px;
	}
.nuovo{
	width:60px;
	color:#fff;
	background-color:#f00;
	top:0px;
	left:0px;
	top:7px;
	left:-16px;
    font-size:10px;
    text-align: center;
    position: absolute; 
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}
.insiemeCliente{
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	padding: 20px 0px;	
	color: #333;
	text-align: center;
	}
select.selVoci{
	border:0px;
	background-color:#eee;
	padding:10px;
	border-radius:3px;
	font-size:12px;
	text-align: left;
	color:#000;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position:absolute;
	left:0px;right:0px;
	margin: 0px;
   	}
.div1R0 select.selVoci{
	width:100%;
	}
.contSelVoci{
	margin:20px;
	box-sizing:border-box;
	position:relative;
	min-height: 34px;
	background: #fff;
    border-radius: 3px;
	}
#destinazioneCliente .contSelVoci{
	margin:0px;
	}
#simulaxHeightPreventivo{
	position:absolute;
	left:-3000px;
	top:-3000px;
	opacity:0;
	width: 730px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	border: 3px solid #cc353d;
	background-color: #ffffff;
	display: inline-block;
	margin: 0px 0px 5px 5px;
	box-sizing: border-box;	
	}
#simulaxHeightPreventivo .descrizione{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow-y: hidden;
	overflow-x: hidden;
	color: rgb(0, 0, 0);
	padding: 20px;
	overflow: hidden;
	}

table.dato{
	width: 95%;
    line-height: 27px;
	font-size: 18px;	
	margin:0% 2.5%;
	}
table.dato td:first-child{
	font-size:12px;
	}
table.quantVoce{
	width:100%;
	text-align:left;
	cursor:default;
	}
table.quantVoce td{
	width:20%;
	}
table.quantVoce .td3{
	width:10%
	}
table.quantVoce .td4{
	width:30%
	}
table.quantVoce .td1{
	cursor:pointer;
	font-weight:bold;
	}
table.quantVoce .td2{
	cursor:text;
	margin-left:20px;
	}
table.quantVoce .td1.cen{
	text-align:center;
	}
table.quantVoce .td1.des{
	text-align:right;
	}

.contConv{
	width:837px;
	text-align:right;
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
	display:inline-block;
	position:relative;
	}
.contConv .doc:first-child{
	margin-left:0%;
	left:0%;
	padding:10px;
	}
.contConv .doc{
	box-sizing:border-box;
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	width:33.33%;
	min-height:80px; 
	height:80px; 
	border-radius:3px;
	cursor:pointer;
	position:absolute;
	margin-left:33.33%;
	left:0%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contConv .doc:last-child{
	position:relative;
	padding:10px;
	}
.contConv .doc::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.contConv .doc p{
	vertical-align:middle;
	display:inline-block;
	line-height: normal;
	text-align:center;	
	margin:0px;
	width:100%;
	}
.contFiltro{
	margin:0px 0px 50px;
}

.contFiltro .descFiltro{
	font-size:12px;
}
.pag1 .descFiltro{
	color:#fff;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	}
.pag1 .contFiltro{
	margin:0px 0px 0px;
}
.pag1 .contClienti{
	text-align: center;
	margin-top:50px;
	}
.pag1 .contCliente.tac{
	text-align: center;
	}
.pag1 .contCliente.cud{
	cursor: default;
	}
.contCliente .dato.vaM{
	font-size:25px;
	padding:0px;
	cursor:pointer;
	width: 3%;
	color:#74e498;
	}
.contCliente .dato.vaM::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.contCliente .dato.vaM p{
	vertical-align:middle;
	display:inline-block;
	line-height: normal;
	text-align:center;	
	margin:0px;
	width:100%;
	}

.pag1 .contVoci{
	text-align: center;
	margin-top:50px;
	} 
.contSearch{
	margin-top:20px;
	text-align: center;
	}
.contFiltro .search{
	vertical-align:top;
	height:30px;
	font-size:30px;
	box-sizing:border-box;
	display:inline-block;
	padding:0px 5px;
	background:#fff;
	cursor:pointer;	
}
.searchCal{
	vertical-align: top;
	height: 35px;
	width: 35px;
	font-size: 30px;
	line-height: 30px;
	box-sizing: border-box;
	display: inline-block;
	padding: 3px;
	border-radius: 3px;
	margin-left: 5px;
	background: #fff;
	cursor: pointer;
}
input[type='text'].inpSearch{
	vertical-align:top;
	display:inline-block;
	border-radius: 0px;
	width:200px;
	border:0px;
	padding-left:5px;
	position:relative;
	z-index:2;
	color:#000;
	font-size: 14px;
	}
.contFiltro .cerca{
	font-size:14px;
	line-height:14px;
	display:inline-block;
	background:#fff;
	height:30px;
	box-sizing:border-box;
	vertical-align:top;
	padding:8px;
	position:relative;
	z-index:1;
	cursor:pointer;
}
select.selCerVoci:first-child{
	margin: 0px 0px 0px 0px;
	}
select.selCerVoci{
	border:0px;
	background-color:#fff;
	padding:8px;
	border-radius:3px;
	line-height:14px;
	font-size:14px;
	text-align: left;
	color:#000;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display:inline-block;
	margin: 0px 0px 0px 40px;
   	}
.insert.ok{
    border-bottom: 1px solid #0f0;
}
.insert.no{
    border-bottom: 1px solid #f00;
}
.removeAllegato{
	margin:10px;
	display:inline-block;
	}
.removeAllegato:first-child{
	cursor:pointer;
	}
.cont2Col{
	width: 100%;
	}
.cont2Col .Col2{
	width: 50%;
	box-sizing:border-box;
	text-align:left;
	display:inline-block;
	min-height:1px;
	padding:0px 10px;
	vertical-align:top;
	}
.cont2Col .gestOrdine{
	box-sizing:border-box;
	border-radius:3px;
	overflow:hidden;
	background-color:#ffffff;
	min-height:100px;
	padding:15px 10px 10px 10px;
    position:relative;
	cursor:pointer;
	margin-bottom:5px;
	}
.gestOrdine .numOrd{
	width:20%;
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	height:80px;
	border-right:1px solid #eee;
	display:inline-block;
	vertical-align:top;
	}
.gestOrdine .numOrd p{
	display:inline-block;
	vertical-align:middle;
	margin: 0px;
	}

.gestOrdine .numOrd::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 80px;
	}
.gestOrdine .nomeCliente{
	max-width:70%;
	overflow:hidden;
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	}
.barraBlu{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
	min-height:5px;
    background-color:#555;
    z-index:11;
    overflow: hidden;
	}
.barraBlu .barraSpe{
    position:absolute;
    min-height:5px;
    background-color:#53abff;
	z-index:1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
	}
.barraBlu .barraPro{
    position:absolute;
    min-height:5px;
    background-color:#ccc;
	z-index:0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
	}
.gestOrdine .conv{
	width:100px;
	border-radius:3px;
	overflow:hidden;
	font-size:15px;
    position:absolute;
    right:10px;
    bottom:10px;
	background-color:#53abff;
	color:#fff;
	text-align:center;
	padding:5px;
	}
.cont2Col .gestVoce{
	box-sizing:border-box;
	border-radius:3px;
	overflow:hidden;
	background-color:#ffffff;
	min-height:85px;
	padding:10px;
    position:relative;
	margin-bottom:5px;
	}
.gestVoce .nomeVoce{
	font-weight: bold;
	}
.gestVoce .numOrd{
	width:100%;
	overflow:hidden;
	font-size:12px;
	}
.gestVoce .qua{
	width:33.33%;
	overflow:auto;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	}
.gestVoce .qua span{
	margin-left:10px;
	}
.gestVoce .qua.tot{
	color:#555;
	}
.gestVoce .qua.spe{
	color:#53abff;
	}
.gestVoce .qua.pro{
	color:#000;
	cursor:pointer;
	overflow:visible;
	}
.gestVoce .quaPro{
	border:1px solid #888;
	padding:0px 4px;
	}
.gestVoce .qua.pro .td1{
	margin-top:2px;
	display:inline-block;
	}
.sulTotale .campi{
	width: 100%;
	margin-bottom:20px;
	}
.sulTotale .campo{
	box-sizing:border-box;
	margin-bottom:4px;
	cursor:default;
	}
.sulTotale .ggPerc{
	display:inline-block;
	vertical-align: top;
	width:40%;
	margin-left: 18%;
	}
.sulTotale .ggPerc:first-child{
	margin-left:0;
	}
#importiPagati .cestino{
	cursor:pointer;
	margin-left:10px;
	}
	
.trTitoloDes{
	height:120px;
	width:100%;
	white-space: normal !important;
	}
.contPreventivo .divPagamento{
	display:inline-block;
	padding:10px 2px;
	font-size:11px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	margin:0px 0px 5px 0px;
	width:11.5%;
	box-sizing:border-box;
	height:60px;
	vertical-align:top;
	background-color: #fff;
	overflow-y:auto;
	overflow-x:hidden;
	text-align:left;
	position:relative;
	}
.contPreventivo .divPagamento.dp1{
	font-size:25px;
	padding:0px;
	cursor:pointer;
	width: 3%;
	color:#cc353d;
	}
.contPreventivo .divPagamento.tac{
	text-align: center;
	}
.contPreventivo .divPagamento.dp1::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.contPreventivo .divPagamento.dp1 p{
	vertical-align:middle;
	display:inline-block;
	line-height: normal;
	text-align:center;	
	margin:0px;
	width:100%;
	}
.contPreventivo .divPagamento.dp2{
	width: 14.66%;
	}
.menuLaterale .contPP{
	position:absolute;
	top:0px;
	left:0px;
    z-index: 2;
	}
.menuLaterale .iconPP{
	background-image:url('../img/iconPP.png');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	width:30px;
	min-height:30px;
	display:inline-block;
	}
.menuLaterale .giorniPP{
	font-size:12px;
	}
.pagRic{
	font-size:50px;
	color:#0f0;
	padding:70px;
	}
	
.grafico{
	width: 70%;
	height:calc(100% - 133px);
	display:inline-block;
	box-sizing: border-box;
	}		
.grafico .riepilogo{
	width:95%;
	height:100%;
	display:inline-block;
	box-shadow: 0 1px 6px 1px rgba(102,102,102,.15);
	border: 1px solid #d6dce1;
	box-sizing: border-box;
	overflow:auto;
	}		
.agenda{
	height:calc(100% - 133px);
	width: 30%;
	display:inline-block;
	vertical-align: top;
	}
.agenda .riepilogo{
	width:96%;
	height:100%;
	display:inline-block;
	box-shadow: 0 1px 6px 1px rgba(102,102,102,.15);
	border: 1px solid #d6dce1;
	}		
.agenda .tit{
	text-align:left;
	background-color: #EEE;
	width:100%;
	}
.agenda .contImpegni{
	height: calc(100% - 47px);
	}
.agenda .dp{
	color:#000;
	font-size:15px;
	font-weight:bold;
	display:inline-block;
	padding:15px 20px;
	width:calc(100% - 125px);
	box-sizing:border-box;
	}
.agenda .titolo{
	overflow:auto;
	padding:15px 3px;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	}
.agenda .descrizione{
	display:none;
	}
.agenda .evento{
	color:#fff;
	border-radius:3px;
	margin:5px;
	cursor:pointer;
	}
.agenda .evento.cal0{
	background-color:#c60604;
	}
.agenda .evento.cal1{
	background-color:#04b60d;
	}
.agenda .evento.cal2{
	background-color:#ff9812;
	}
.agenda .evento.cal3{
	background-color:#53abff;
	}
.subPage .contDdt{
	margin:50px 0px;
	}








