/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FINE CSS RESET */


/* HTML & BODY */
html, body {
	/*background-color: #0093d6;*/
	width: 100%;
	margin: 0 auto;
	font-family: 'PT Sans';
	font-size: 11pt;
	line-height: 13pt;
	color: #333;
	text-align: justify;
	background: rgb(255,255,255);
	background: /*url('../images/sfondo4.jpg') fixed, */linear-gradient(180deg, rgba(255,255,255,0.3) 0%, rgba(128,128,128,0.3) 100%);
}

/* DIV con id */
#sfondo {
	position: fixed;
	/*background-color: #0094d5;*/
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 0px;
	z-index: 1;
}
#sfondo img {
	width: 100%;
}

#fasciainput {
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 0px;
	width: 100%;
	padding: 10px;
	padding-bottom: 5px;
	background-color: #005a87;
	color: #FFF;
	font-size: 18px;
	border-top: 2px solid #b8e3f4;
	border-bottom: 2px solid #b8e3f4;
	height: 26px;
	margin-top: -13px;
	text-align: center;
}

/*#parte2 {
	background-color: #FFF;
}
#parte3 {
	background-color: #FFF;
}
#parte4 {
	background-color: #FFF;
}*/

#pagina {
	position: relative;
	background-color: #fff;
	/*background-image: url('../images/logo_pagoeasy_trama.jpg');*/
	/*background-repeat: no-repeat;*/
	width: 960px;
	top: 10px;
	left: 50%;
	margin-left: -480px;
	padding: 15px;
	z-index: 2;
	border: 1px solid #006b9a;
	margin-bottom: 30px;
	
	/* ombra */
	-moz-box-shadow: -1px 1px 5px #888;
	-webkit-box-shadow: -1px 1px 5px #888;
	box-shadow: -1px 1px 5px #888;
	
}

#credenziali {
	position: absolute;
	right: 50px;
	top: 95px;
	width: 200px;
	height: 70px;
	display: block;
}

#sfondoscarica {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.75;
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	z-index: 3;
	display: none;	
}

#scarica {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -410px;
	margin-top: -210px;
	width: 800px;
	height: 330px;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 0 10px #008acf, 0 0 10px 8px #000;
	-webkit-box-shadow: 0 0 0 10px #008acf, 0 0 10px 8px #000;
	-moz-box-shadow: 0 0 0 10px #008acf, 0 0 10px 8px #000;
	
	padding: 20px;
	font-size: 17px;
	line-height: 20px;
	text-align: justify;
	
	display: none;
	z-index: 4;
}

#loadContratto, #iconascaricaB {
	display: none;
}
#downloaded {
	position: fixed;
	z-index: 300;
	bottom: 0px;
	left: 0px;
	display: none;
	width: 186px;
	height: 309px;
}

#titolo {
	position: absolute;
	top: 0;
	right: 0px;
	padding-top: 40px;
	display: block;
	margin: 0 auto;
	width: 680px;
}

#logoPE {
	position: absolute;
	top: 20px;
	left: 20px;
}
#logoPE > img {
    height: 55px;
    opacity: 85%;
}

#modXcert {
	position: absolute;
    top: 69px;
    left: 368px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

#modXlogoISO {
	position: absolute;
	top: 25px;
	right: 25px;
}

#agenteneiservizi {
	width: 100%;
	padding-top: 55px;
	padding-left: 170px;
}
#agenteneiservizi h3 {
	margin-top: 5px;
}


/* DIV con class */
.titolazione {
	width: 100%;
    clear: both;
    /*background-color: #e4336e;*/
    /*color: #FFF;*/
	color: #e4336e;
    font-size: 11pt;
    line-height: 13px;
    padding: 5px;
    padding-top: 5px;
    font-weight: bold;
	margin-top: 7px;
	display: block;
}
.titolazione div.effettolinea {
	border-bottom: 2px solid #e4336e;
	padding-bottom: 2px;
	width: auto;
	display: inline-block;
	padding-right: 50px;
}

.testi {
	padding: 5px;
	padding-top: 10px;
	padding-right: 15px;
}

.accapo {
	clear: both;
}
.center {
	width: 100%;
	clear: both;
	text-align: center;
}
.tratteggio {
	border-top: 1px dashed #e4336e;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}

div.divTit {
	float: left; width: 240px;
}

div.div700 {
	width: 700px;
}

div.puntiContratto {
	margin-top: 10px;
	line-height: 15px;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}

div.div_icone_servizi {
	text-align: center;
}

div.div_icone_servizi > img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

/* H */
h1 {
	font-size: 23px;
	font-weight: bold;
	color: #e4336e;
}
h2 {
	font-size: 15pt;
	font-weight: bold;
	color: #333;
}
h3 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #e4336e;
}
h4 {
	font-size: 32px;
	line-height: 50px;
	font-weight: bold;
	color: #34aa00;
	text-shadow: -1px 1px 0px #666;
	-webkit-text-shadow: -1px 1px 0px #666;
	-moz-text-shadow: -1px 1px 0px #666;
}

/* SPAN */
span.testo14 {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
}
span.testo14light {
	font-size: 13px;
	line-height: 15px;
}
span.testo15 {
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
}

span.testoblu {
	color: #e4336e;
	font-weight: 700;
	font-style: italic;
}

span.cest {
	font-size: 17px;
    font-weight: bold;
    line-height: 40px;
    color: #4d4d4d;	
}

/* INPUT */
input {
	background-color: transparent !important;
}
input.senzapuntini {
	border: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px dotted;
	background-color: transparent;
}
input.senzapuntinimail {
	border: 0px;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 16px;
	border-bottom: 1px dotted;
	background-color: transparent;
}

input.puntinilight {
	width: 800px;
	border: 0px;
	border-bottom: 1px dashed #333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
input.puntinibold {
	width: 850px;
	border: 0px;
	border-bottom: 2px dashed #333;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 10px;
	background-color: transparent;
}

input[type=radio] {
	margin-right: 8px;
}
input[type=checkbox] {
	margin-right: 8px;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	border: 0;
	padding: 0 10px;
	font-weight: bold;
	border-bottom: 2px dashed #333;
}
#modPagamento {
	border-bottom: 1px dashed #333;
 	background: transparent;
	background: url("../images/freccia.gif") no-repeat right center;
}

#sedesociale {
	width: 400px;
}

#cap {
	width: 50px;
	margin-right: 20px;
}

#tel {
	width: 200px;
}

label {
	font-weight: 700;
}
label.label13 {
	font-size: 13px;
}

button {
	background:linear-gradient(to bottom, #00506b 5%, #004057 100%);
	background-color:#00506b;
	border-radius:12px;
	border:1px solid #00446e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:8px 42px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
button:hover {
	background:linear-gradient(to bottom, #004057 5%, #00506b 100%);
	background-color:#004057;
}
button:active {
	position:relative;
	top:1px;
}


/* A */
a:LINK {
	color: #e4336e;
	font-weight: 700;
	font-style: italic;
}
a:VISITED {
	color: #e4336e;
	font-weight: 700;
	font-style: italic;
}
a:HOVER {
	color: #005174;
	font-weight: 700;
	font-style: italic;
}

/* ALTRO */
hr {
	border: 0;
    /*color: #FFF;
    background-color: #FFF;*/
    background-color: transparent;
    height: 1px;
    margin: 3px;
}


.nonattivo {
   pointer-events: none;
   cursor: default;
   opacity: 0.7;
}

#compilaEST {
	display: none;
}
#A_pagaPP, #linkscarica, #linkcompilaEST {
	padding: 10px 20px !important;
	color: #FFF !important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-shadow: none !important;
	color: #FFF !important;
	font-style: normal !important;
	text-decoration: none !important;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
	background: #959595 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ) !important; /* IE6-9 */

	border: 1px solid #333;

	/* ombra */
	-moz-box-shadow: -1px 1px 5px #888;
	-webkit-box-shadow: -1px 1px 5px #888;
	box-shadow: -1px 1px 5px #888;


	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
}

#A_pagaPP:hover {
	padding: 10px 20px !important;
	color: #FFF !important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-shadow: none !important;
	background: #feccb1 !important; /* Old browsers */
	color: #FFF !important;
	font-style: normal !important;
	text-decoration: none !important;
	background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 45%, #ea5507 83%, #fb955e 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(45%,#f17432), color-stop(83%,#ea5507), color-stop(100%,#fb955e)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 45%,#ea5507 83%,#fb955e 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feccb1 0%,#f17432 45%,#ea5507 83%,#fb955e 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feccb1 0%,#f17432 45%,#ea5507 83%,#fb955e 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #feccb1 0%,#f17432 45%,#ea5507 83%,#fb955e 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ) !important; /* IE6-9 */
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
}

span.prezzo {
	font-size: 11pt;
}

#parte0 {
	min-height: 65px;
}

#paginaServizi img {
	width: 100%; 
	display: block;
	margin: 0 auto;
}