/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

input:not([type="submit"]), select {
	border-radius: 3px;
	border: solid 1px #ccc;
	padding: 3px;
	color: #333333;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	/*height: 25px;*/
	background-color: #fff;
	/*width: 100%;*/
}

input[type="image"] {
    border-width: 0px;
    box-shadow: unset;
    background-color: transparent;
}

textarea {
	border-radius: 3px;
	border: solid 1px #ccc;
	padding: 3px;
	color: #333333;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	background-color: #fff;
	width: 100%;
}

a img {
	border: none;
}

img {
    max-width: 100%;
}

.float-left {
    float: left;
	max-width: 50%;
    width: auto;
}

.float-right {
	float: right;
	margin-left: 5px;
	text-align: right;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.display-inline-block {
	display: inline-block;
	max-width: 50%;
    width: auto;
}

.didascalia {
	color: #ccc;
	font-size: 11px;
}

.sbiadito {
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

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


/* TABELLA */
table {
	border: 1px solid #dddddd;
	border-right: none;
	border-radius: 4px;
	width: 100%;
	font-size: 13px;
	box-sizing: border-box;
}

caption {
	display: none;
}

th {
	border-right: 1px solid #dddddd;
	box-sizing: border-box;
}

td {
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	padding: 4px;
}

table.table-no-overflow td {
overflow:visible;
}

#totali {
	font-weight: bold;
}

#pagina-testo td {
	height: 40px;
	position: relative;
}

.table {
	display: table; /* dice al div di comportarsi come una tabella */
	border-collapse: separate; /* questo serve se si vogliono separare le celle della tabella */
	border-spacing: 2px; /* questo serve se si vogliono separare le celle della tabella per dire di quanto si vogliono separare */
	width: 100%; /* per far si che la tabella si adatti alla larghezza del contenitore*/
	box-sizing: border-box;
}

.row {
	display: table-row; /* dice al div di comportarsi come una riga di tabella */
}

.head {
	background-color: #EEEEEE;
	font-weight: bold;
}

.cell {
	display: table-cell; /* dice al div di comportarsi come una cella di tabella */
	padding: 5px; /* per dare alla cella uno spazio tra i bordi ed il testo */
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}

.cell input {
	width: 100%;
	margin-bottom:2px;
}

.cell select {
	margin-bottom:2px;
}
/**/





/* LOGIN */
#index #pagina-corpo {
	text-align: center;
}

#formLogin {
	width: 400px;
	border-radius: 5px;
	background: #F4F4F4;
	text-align: center;
	border: 1px solid #CCC !important;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing:border-box;
}

#formLogin input {
	width: 100%;
	margin-top: 20px;
	height: 50px;
	font-size: 16px;
}

#formLogin #login {
	margin-top: 0px;
}

#formLogin .pulsante-entra {
	background-color: #4C8CF8;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	width: 100%;
	
}

#formLogin-titolo {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #767676;

}

#formLogin-errori {
	color: red;
}

#formLogin-link {
	margin-top: 30px;
	/*width: 380px;
	margin: 0 auto;
	padding-top: 10px;*/
}

#formLogin-link a {
	color: #0088cc;
	text-decoration: none;
}

#formLogin-link a:hover {
	color: #005580;
	text-decoration: underline;
}
/**/



.link {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}




/* STRUTTURA */

#pagina-sito {
	width: 100%;
	text-align: center;
	
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flexbox;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	    flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrapp: row nowrap;
	-ms-flex-wrap: row nowrap;
	flex-wrap: nowrap;
}

#pagina-corpo {
	max-width: 1280px;
	margin: auto;
	text-align: left;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom:20px;
}

#pagina-titolo {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #333;
	position: relative;
}

#pagina-cerca {
	background-color: #eee;
	border-radius: 4px;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}

#piede {
	padding: 20px;
	background-color: #000;
	color: #fff;
	box-sizing: border-box;
	/*height: 50px;
	background-image: url("../img/marchio-sitoper.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 150px;*/
	text-align: center;
}

#piede a {
	color: #fff;
}

/* PAGINAZIONE */
.paginazione-sopra {
	text-align: right;
	color: #666;
}

.paginazione-sotto {
	text-align: center;
	position: relative;
}
#next {
	border-radius: 3px;
	background-color: #eee;
	width: 150px;
	height: 30px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	font-size: 14px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 10px;
	padding-top: 6px;
}
#next:hover {
	box-shadow: 0px 0px 5px 2px #ccc;
}
/* FINE PAGINAZIONE */


.txt-bold {
	font-weight: bold;
}
.txt-normal {
	font-weight: normal;
}
.txt-nero {
	color: #000;
}
.txt-bordeaux {
	color: #800000;
}
.txt-rosso {
	color: #D50000;
}
.txt-verde {
	color: #34A853;
}
.txt-arancio {
	color: orange;
}
.txt-grigio {
	color: #666;
}
.txt-blu {
	color: blue;
}


.bg-rosso-chiusura {
	/*background-color: #FF7537;*/
	background-color: rgb(255 0 0 / 50%);
}
.bg-verde-chiusura {
	/*background-color: #B3DC6C;*/
	background-color: rgb(138 253 67 / 50%);
}
.bg-arancio-unatantum {
    background-color: rgb(255 209 40 / 50%);
}

.txt-piccolo {
	font-size: 11px;
}

.legenda {
	margin-top: 20px;
}

.legenda-titolo {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.legenda-testo {
	font-size: 12px;
	margin-top: 5px;
}


.legenda-testo .float-left {
	margin-right: 10px;
}

.table-lista-specifiche {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #dddddd;
	width: 100%;
	text-overflow: ellipsis;
	overflow:hidden;
}

.table-lista-specifiche:last-child {
	border-bottom: none;
}



/* PULSANTI CONFIGURAZIONE PACCHETTO */

.bottone {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	min-width: 130px;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	font-weight: normal;
	color: #444444;
	background-color: #CFD8DC;
	margin: 2px !important;
}
.bottone:hover {
	text-decoration: none;
	font-weight: normal;
	color: #444444;
	background-color: #B0BEC5;
}
.bottone a, .bottone:hover a {
	text-decoration: none;
}

.modelli-lista-titolo {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

.modelli-lista-modello {
  width: 150px;
  display: inline-block;
  margin: 10px;
}

.modelli-lista-modello-immagine {
  height: 165px;
  overflow: hidden;
  border: solid 1px #ccc;
}

.modelli-lista-pulsanteanteprima {
	color: #fff;
	border-color: #25729a;
	background-image: linear-gradient(to bottom, #3093c7 30%, #1c5a85 100%);
	display: inline-block;
	width: 60px;
}

.modelli-lista-pulsantescegli {
	color: #000;
	border-color: #34740e;
	background-image: linear-gradient(to bottom, #4ba614 30%, #008c00 100%);
	display: inline-block;
	width: 60px;
}

.modelli-lista-modello .bottone {
  cursor: pointer;
  margin: 2px;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
  border-style: solid;
  border-width: 1px;
  display: inline-block;
}

.big {
	font-size: 14px;
	padding: 15px;
}

.medium {
	font-size: 13px;
	padding: 10px;
}

.small {
	font-size: 12px;
	padding: 5px;
}

/* verde */
.verde {
	color: #ffffff;
	border: solid 1px #34740e;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #4ba614),
	color-stop(1, #008c00)
	);
	background-image: -o-linear-gradient(bottom, #4ba614 30%, #008c00 100%);
	background-image: -moz-linear-gradient(bottom, #4ba614 30%, #008c00 100%);
	background-image: -webkit-linear-gradient(bottom, #4ba614 30%, #008c00 100%);
	background-image: -ms-linear-gradient(bottom, #4ba614 30%, #008c00 100%);
	background-image: linear-gradient(to bottom, #4ba614 30%, #008c00 100%);
}
.verde:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #36780f),
	color-stop(1, #005900)
	);
	background-image: -o-linear-gradient(bottom, #36780f 30%, #005900 100%);
	background-image: -moz-linear-gradient(bottom, #36780f 30%, #005900 100%);
	background-image: -webkit-linear-gradient(bottom, #36780f 30%, #005900 100%);
	background-image: -ms-linear-gradient(bottom, #36780f 30%, #005900 100%);
	background-image: linear-gradient(to bottom, #36780f 30%, #005900 100%);
	color: #fff;
}
.verde:active {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #008c00),
	color-stop(1, #4ba614)
	);
	background-image: -o-linear-gradient(bottom, #008c00 30%, #4ba614 100%);
	background-image: -moz-linear-gradient(bottom, #008c00 30%, #4ba614 100%);
	background-image: -webkit-linear-gradient(bottom, #008c00 30%, #4ba614 100%);
	background-image: -ms-linear-gradient(bottom, #008c00 30%, #4ba614 100%);
	background-image: linear-gradient(to bottom, #008c00 30%, #4ba614 100%);
}

/* bronzo */
.bronzo {
	color: #fff;
	border: solid 1px #A6672D;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #FAB371),
	color-stop(1, #CD7F32)
	);
	background-image: -o-linear-gradient(bottom, #FAB371 30%, #CD7F32 100%);
	background-image: -moz-linear-gradient(bottom, #FAB371 30%, #CD7F32 100%);
	background-image: -webkit-linear-gradient(bottom, #FAB371 30%, #CD7F32 100%);
	background-image: -ms-linear-gradient(bottom, #FAB371 30%, #CD7F32 100%);
	background-image: linear-gradient(to bottom, #FAB371 30%, #CD7F32 100%);
}
.bronzo:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #D67820),
	color-stop(1, #C76910)
	);
	background-image: -o-linear-gradient(bottom, #D67820 30%, #C76910 100%);
	background-image: -moz-linear-gradient(bottom, #D67820 30%, #C76910 100%);
	background-image: -webkit-linear-gradient(bottom, #D67820 30%, #C76910 100%);
	background-image: -ms-linear-gradient(bottom, #D67820 30%, #C76910 100%);
	background-image: linear-gradient(to bottom, #D67820 30%, #C76910 100%);
	color: #fff;
}
.bronzo:active {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #CD7F32),
	color-stop(1, #FAB371)
	);
	background-image: -o-linear-gradient(bottom, #CD7F32 30%, #FAB371 100%);
	background-image: -moz-linear-gradient(bottom, #CD7F32 30%, #FAB371 100%);
	background-image: -webkit-linear-gradient(bottom, #CD7F32 30%, #FAB371 100%);
	background-image: -ms-linear-gradient(bottom, #CD7F32 30%, #FAB371 100%);
	background-image: linear-gradient(to bottom, #CD7F32 30%, #FAB371 100%);
}

/* argento */
.argento {
	color: #000;
	border: solid 1px #BABABA;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.05, #E3E3E3 ),
	color-stop(1, #C0C0C0)
	);
	background-image: -o-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: -moz-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: -webkit-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: -ms-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: linear-gradient(to bottom, #E3E3E3  5%, #C0C0C0 100%);
}
.argento:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #BABABA),
	color-stop(1, #C2C0C2 )
	);
	background-image: -o-linear-gradient(bottom, #BABABA 30%, #a5C2C0C2 100%);
	background-image: -moz-linear-gradient(bottom, #BABABA 30%, #C2C0C2  100%);
	background-image: -webkit-linear-gradient(bottom, #BABABA 30%, #C2C0C2  100%);
	background-image: -ms-linear-gradient(bottom, #BABABA 30%, #C2C0C2  100%);
	background-image: linear-gradient(to bottom, #BABABA 30%, #C2C0C2  115 100%);
}
.argento:active {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #C0C0C0),
	color-stop(1, #E3E3E3 )
	);
	background-image: -o-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: -moz-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: -webkit-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: -ms-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: linear-gradient(to bottom, #C0C0C0 30%, #E3E3E3  100%);
}

/* oro */
.oro {
	color: #000;
	border: solid 1px #B8860B;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.05, #FFD900),
	color-stop(1, #DAA520)
	);
	background-image: -o-linear-gradient(bottom, #FFD900 5%, #DAA520 100%);
	background-image: -moz-linear-gradient(bottom, #FFD900 5%, #DAA520 100%);
	background-image: -webkit-linear-gradient(bottom, #FFD900 5%, #DAA520 100%);
	background-image: -ms-linear-gradient(bottom, #FFD900 5%, #DAA520 100%);
	background-image: linear-gradient(to bottom, #FFD900 5%, #DAA520 100%);
}
.oro:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #D69E1C),
	color-stop(1, #CF991B)
	);
	background-image: -o-linear-gradient(bottom, #D69E1C 30%, #CF991B 100%);
	background-image: -moz-linear-gradient(bottom, #D69E1C 30%, #CF991B 100%);
	background-image: -webkit-linear-gradient(bottom, #D69E1C 30%, #CF991B 100%);
	background-image: -ms-linear-gradient(bottom, #D69E1C 30%, #CF991B 100%);
	background-image: linear-gradient(to bottom, #D69E1C 30%, #CF991B 100%);
}
.oro:active {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #DAA520),
	color-stop(1, #FFD900)
	);
	background-image: -o-linear-gradient(bottom, #DAA520 30%, #FFD900 100%);
	background-image: -moz-linear-gradient(bottom, #DAA520 30%, #FFD900 100%);
	background-image: -webkit-linear-gradient(bottom, #DAA520 30%, #FFD900 100%);
	background-image: -ms-linear-gradient(bottom, #DAA520 30%, #FFD900 100%);
	background-image: linear-gradient(to bottom, #DAA520 30%, #FFD900 100%);
}

/* demo */
.demo  { 
	color: #fff;
	border: solid 1px #25729a;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #3093c7),
	color-stop(1, #1c5a85)
	);
	background-image: -o-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -moz-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -webkit-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -ms-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: linear-gradient(to bottom, #3093c7 30%, #1c5a85 100%);
}
.demo :hover { 
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #26759e),
	color-stop(1, #133d5b)
	);
	background-image: -o-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: -moz-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: -webkit-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: -ms-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: linear-gradient(to bottom, #26759e 30%, #133d5b 100%);
}
.demo :active { 
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #3093c7),
	color-stop(1, #1c5a85)
	);
	background-image: -o-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -moz-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -webkit-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -ms-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: linear-gradient(to bottom, #3093c7 30%, #1c5a85 100%);
}





/* gestionesito */
.gestionesito {
	color: #000;
	border: solid 1px #BB5000;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #ffaf46),
	color-stop(1, #e78404)
	);
	background-image: -o-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -moz-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -webkit-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -ms-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: linear-gradient(to bottom, #ffaf46 30%, #e78404 100%);
}
.gestionesito:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #FF9C31),
	color-stop(1, #E76F04)
	);
	background-image: -o-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: -moz-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: -webkit-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: -ms-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: linear-gradient(to bottom, #FF9C31 30%, #E76F04 100%);
	text-decoration: none;
}
.gestionesito:active {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #ffaf46),
	color-stop(1, #e78404)
	);
	background-image: -o-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -moz-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -webkit-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -ms-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: linear-gradient(to bottom, #ffaf46 30%, #e78404 100%);
}



/* gestionedominio */
.gestionedominio {
	color: #000;
	border: solid 1px #BABABA;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.05, #E3E3E3 ),
	color-stop(1, #C0C0C0)
	);
	background-image: -o-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: -moz-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: -webkit-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: -ms-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: linear-gradient(to bottom, #E3E3E3  5%, #C0C0C0 100%);
}
.gestionedominio:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #BABABA),
	color-stop(1, #C2C0C2 )
	);
	background-image: -o-linear-gradient(bottom, #BABABA 30%, #a5C2C0C2 100%);
	background-image: -moz-linear-gradient(bottom, #BABABA 30%, #C2C0C2  100%);
	background-image: -webkit-linear-gradient(bottom, #BABABA 30%, #C2C0C2  100%);
	background-image: -ms-linear-gradient(bottom, #BABABA 30%, #C2C0C2  100%);
	background-image: linear-gradient(to bottom, #BABABA 30%, #C2C0C2  115 100%);
}
.gestionedominio:active {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #C0C0C0),
	color-stop(1, #E3E3E3 )
	);
	background-image: -o-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: -moz-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: -webkit-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: -ms-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: linear-gradient(to bottom, #C0C0C0 30%, #E3E3E3  100%);
}



/* gestionehost */
.gestionehost {
	color: #000;
	border: solid 1px #BABABA;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.05, #E3E3E3 ),
	color-stop(1, #C0C0C0)
	);
	background-image: -o-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: -moz-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: -webkit-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: -ms-linear-gradient(bottom, #E3E3E3  5%, #C0C0C0 100%);
	background-image: linear-gradient(to bottom, #E3E3E3  5%, #C0C0C0 100%);
	width: 50px;
}
.gestionehost:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #BABABA),
	color-stop(1, #C2C0C2 )
	);
	background-image: -o-linear-gradient(bottom, #BABABA 30%, #a5C2C0C2 100%);
	background-image: -moz-linear-gradient(bottom, #BABABA 30%, #C2C0C2  100%);
	background-image: -webkit-linear-gradient(bottom, #BABABA 30%, #C2C0C2  100%);
	background-image: -ms-linear-gradient(bottom, #BABABA 30%, #C2C0C2  100%);
	background-image: linear-gradient(to bottom, #BABABA 30%, #C2C0C2  115 100%);
}
.gestionehost:active {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #C0C0C0),
	color-stop(1, #E3E3E3 )
	);
	background-image: -o-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: -moz-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: -webkit-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: -ms-linear-gradient(bottom, #C0C0C0 30%, #E3E3E3  100%);
	background-image: linear-gradient(to bottom, #C0C0C0 30%, #E3E3E3  100%);
}

/* gestioneemail */
.gestioneemail  { 
	color: #fff;
	border: solid 1px #25729a;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #3093c7),
	color-stop(1, #1c5a85)
	);
	background-image: -o-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -moz-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -webkit-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -ms-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: linear-gradient(to bottom, #3093c7 30%, #1c5a85 100%);
}
.gestioneemail :hover { 
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #26759e),
	color-stop(1, #133d5b)
	);
	background-image: -o-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: -moz-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: -webkit-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: -ms-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: linear-gradient(to bottom, #26759e 30%, #133d5b 100%);
}
.gestioneemail :active { 
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #3093c7),
	color-stop(1, #1c5a85)
	);
	background-image: -o-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -moz-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -webkit-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -ms-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: linear-gradient(to bottom, #3093c7 30%, #1c5a85 100%);
}

/* rinnova */
.rinnova  { 
	color: #fff;
	border: solid 1px #25729a;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #3093c7),
	color-stop(1, #1c5a85)
	);
	background-image: -o-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -moz-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -webkit-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -ms-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: linear-gradient(to bottom, #3093c7 30%, #1c5a85 100%);
}
.rinnova :hover { 
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #26759e),
	color-stop(1, #133d5b)
	);
	background-image: -o-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: -moz-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: -webkit-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: -ms-linear-gradient(bottom, #26759e 30%, #133d5b 100%);
	background-image: linear-gradient(to bottom, #26759e 30%, #133d5b 100%);
}
.rinnova :active { 
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #3093c7),
	color-stop(1, #1c5a85)
	);
	background-image: -o-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -moz-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -webkit-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: -ms-linear-gradient(bottom, #3093c7 30%, #1c5a85 100%);
	background-image: linear-gradient(to bottom, #3093c7 30%, #1c5a85 100%);
}



/* prolunga */
.prolunga  { 
	color: #fff;
	border: solid 1px #BB5000;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #ffaf46),
	color-stop(1, #e78404)
	);
	background-image: -o-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -moz-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -webkit-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -ms-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: linear-gradient(to bottom, #ffaf46 30%, #e78404 100%);
}
.prolunga:hover { 
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #FF9C31),
	color-stop(1, #E76F04)
	);
	background-image: -o-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: -moz-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: -webkit-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: -ms-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: linear-gradient(to bottom, #FF9C31 30%, #E76F04 100%);
	color: #fff;
}
.prolunga:active { 
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #ffaf46),
	color-stop(1, #e78404)
	);
	background-image: -o-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -moz-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -webkit-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -ms-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: linear-gradient(to bottom, #ffaf46 30%, #e78404 100%);
}


/* acquista */
.acquista  { 
	color: #fff;
	border: solid 1px #980c10;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #ed1c24),
	color-stop(1, #aa1317)
	);
	background-image: -o-linear-gradient(bottom, #ed1c24 30%, #aa1317 100%);
	background-image: -moz-linear-gradient(bottom, #ed1c24 30%, #aa1317 100%);
	background-image: -webkit-linear-gradient(bottom, #ed1c24 30%, #aa1317 100%);
	background-image: -ms-linear-gradient(bottom, #ed1c24 30%, #aa1317 100%);
	background-image: linear-gradient(to bottom, #ed1c24 30%, #aa1317 100%);
}
.acquista:hover { 
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #c9151b),
	color-stop(1, #a11115)
	);
	background-image: -o-linear-gradient(bottom, #c9151b 30%, #a11115 100%);
	background-image: -moz-linear-gradient(bottom, #c9151b 30%, #a11115 100%);
	background-image: -webkit-linear-gradient(bottom, #c9151b 30%, #a11115 100%);
	background-image: -ms-linear-gradient(bottom, #c9151b 30%, #a11115 100%);
	background-image: linear-gradient(to bottom, #c9151b 30%, #a11115 100%);
	color: #fff;
}
.acquista:active { 
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #aa1317),
	color-stop(1, #ed1c24)
	);
	background-image: -o-linear-gradient(bottom, #aa1317 30%, #ed1c24 100%);
	background-image: -moz-linear-gradient(bottom, #aa1317 30%, #ed1c24 100%);
	background-image: -webkit-linear-gradient(bottom, #aa1317 30%, #ed1c24 100%);
	background-image: -ms-linear-gradient(bottom, #aa1317 30%, #ed1c24 100%);
	background-image: linear-gradient(to bottom, #aa1317 30%, #ed1c24 100%);
}



.pul-configura-opzioni-attivazione {
	display: inline-block;
}

.disattivo .bottone {

	opacity: .5;
	filter: alpha(opacity=5);
	-moz-opacity: .5;
	cursor: default;
}



/* FINE PULSANTI CONFIGURAZIONE PACCHETTO */



/* PULSANTI ACQUISTO E PROVA */

/* pulsante-prova */

.pulsante-prova {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #fff;
	border: solid 1px #BB5000;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #ffaf46),
	color-stop(1, #e78404)
	);
	background-image: -o-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -moz-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -webkit-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: -ms-linear-gradient(bottom, #ffaf46 30%, #e78404 100%);
	background-image: linear-gradient(to bottom, #ffaf46 30%, #e78404 100%);
	text-shadow: -1px 0 #BB5000, 0 1px #BB5000, 1px 0 #BB5000, 0 -1px #BB5000;
	display: inline-block;
	margin: 0 2px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width: 400px;
	height: 60px;
	text-decoration: none;
}

.pulsante-prova a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 400px;
	height: 60px;
	margin-top: -7px;
}

.pulsante-prova:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #FF9C31),
	color-stop(1, #E76F04)
	);
	background-image: -o-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: -moz-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: -webkit-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: -ms-linear-gradient(bottom, #FF9C31 30%, #E76F04 100%);
	background-image: linear-gradient(to bottom, #FF9C31 30%, #E76F04 100%);
	text-decoration: none;
	text-shadow: -1px 0 #BB5000, 0 1px #BB5000, 1px 0 #BB5000, 0 -1px #BB5000;
	color: #fff;
}

.pulsante-prova:active {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #e78404),
	color-stop(1, #ffaf46)
	);
	background-image: -o-linear-gradient(bottom, #e78404 30%, #ffaf46 100%);
	background-image: -moz-linear-gradient(bottom, #e78404 30%, #ffaf46 100%);
	background-image: -webkit-linear-gradient(bottom, #e78404 30%, #ffaf46 100%);
	background-image: -ms-linear-gradient(bottom, #e78404 30%, #ffaf46 100%);
	background-image: linear-gradient(to bottom, #e78404 30%, #ffaf46 100%);
	text-decoration: none;
	text-shadow: -1px 0 #BB5000, 0 1px #BB5000, 1px 0 #BB5000, 0 -1px #BB5000;
	color: #fff;
}

/* pulsante-acquista */

.pulsante-acquista {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #fff;
	border: solid 1px #980c10;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #ed1c24),
	color-stop(1, #aa1317)
	);
	background-image: -o-linear-gradient(bottom, #ed1c24 30%, #aa1317 100%);
	background-image: -moz-linear-gradient(bottom, #ed1c24 30%, #aa1317 100%);
	background-image: -webkit-linear-gradient(bottom, #ed1c24 30%, #aa1317 100%);
	background-image: -ms-linear-gradient(bottom, #ed1c24 30%, #aa1317 100%);
	background-image: linear-gradient(to bottom, #ed1c24 30%, #aa1317 100%);
	text-shadow: -1px 0 #980c10, 0 1px #980c10, 1px 0 #980c10, 0 -1px #980c10;
	display: inline-block;
	margin: 0 2px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width: 400px;
	height: 60px;
	text-decoration: none;
}

.pulsante-acquista a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 400px;
	height: 60px;
	margin-top: -7px;
}

.pulsante-acquista:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #c9151b),
	color-stop(1, #a11115)
	);
	background-image: -o-linear-gradient(bottom, #c9151b 30%, #a11115 100%);
	background-image: -moz-linear-gradient(bottom, #c9151b 30%, #a11115 100%);
	background-image: -webkit-linear-gradient(bottom, #c9151b 30%, #a11115 100%);
	background-image: -ms-linear-gradient(bottom, #c9151b 30%, #a11115 100%);
	background-image: linear-gradient(to bottom, #c9151b 30%, #a11115 100%);
	text-decoration: none;
	text-shadow: -1px 0 #980c10, 0 1px #980c10, 1px 0 #980c10, 0 -1px #980c10;
	color: #fff;
}

.pulsante-acquista:active {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #aa1317),
	color-stop(1, #ed1c24)
	);
	background-image: -o-linear-gradient(bottom, #aa1317 30%, #ed1c24 100%);
	background-image: -moz-linear-gradient(bottom, #aa1317 30%, #ed1c24 100%);
	background-image: -webkit-linear-gradient(bottom, #aa1317 30%, #ed1c24 100%);
	background-image: -ms-linear-gradient(bottom, #aa1317 30%, #ed1c24 100%);
	background-image: linear-gradient(to bottom, #aa1317 30%, #ed1c24 100%);
	text-decoration: none;
	text-shadow: -1px 0 #980c10, 0 1px #980c10, 1px 0 #980c10, 0 -1px #980c10;
	color: #fff;
}

/* pulsante-acquistaaltro */

.pulsante-acquistaaltro {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #fff;
	border: solid 1px #540c0c;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #a00000),
	color-stop(1, #800000)
	);
	background-image: -o-linear-gradient(bottom, #a00000 30%, #800000 100%);
	background-image: -moz-linear-gradient(bottom, #a00000 30%, #800000 100%);
	background-image: -webkit-linear-gradient(bottom, #a00000 30%, #800000 100%);
	background-image: -ms-linear-gradient(bottom, #a00000 30%, #800000 100%);
	background-image: linear-gradient(to bottom, #a00000 30%, #800000 100%);
	text-shadow: -1px 0 #540c0c, 0 1px #540c0c, 1px 0 #540c0c, 0 -1px #540c0c;
	display: inline-block;
	margin: 0 2px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width: 400px;
	height: 60px;
	text-decoration: none;
}

.pulsante-acquistaaltro a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 400px;
	height: 60px;
	margin-top: -7px;
}

.pulsante-acquistaaltro:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #991313),
	color-stop(1, #701010)
	);
	background-image: -o-linear-gradient(bottom, #991313 30%, #701010 100%);
	background-image: -moz-linear-gradient(bottom, #991313 30%, #701010 100%);
	background-image: -webkit-linear-gradient(bottom, #991313 30%, #701010 100%);
	background-image: -ms-linear-gradient(bottom, #991313 30%, #701010 100%);
	background-image: linear-gradient(to bottom, #991313 30%, #701010 100%);
	text-decoration: none;
	text-shadow: -1px 0 #540c0c, 0 1px #540c0c, 1px 0 #540c0c, 0 -1px #540c0c;
	color: #fff;
}

.pulsante-acquistaaltro:active {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #800000),
	color-stop(1, #a00000)
	);
	background-image: -o-linear-gradient(bottom, #800000 30%, #a00000 100%);
	background-image: -moz-linear-gradient(bottom, #800000 30%, #a00000 100%);
	background-image: -webkit-linear-gradient(bottom, #800000 30%, #a00000 100%);
	background-image: -ms-linear-gradient(bottom, #800000 30%, #a00000 100%);
	background-image: linear-gradient(to bottom, #800000 30%, #a00000 100%);
	text-decoration: none;
	text-shadow: -1px 0 #540c0c, 0 1px #540c0c, 1px 0 #540c0c, 0 -1px #540c0c;
	color: #fff;
}
/* FINE PULSANTI ACQUISTO E PROVA */



/* MENU ORIZZONTALE 
#menu .cell {
	width: 14.28%;
}

.menu-titolo {
	font-weight: bold;
	text-transform: uppercase;
	min-height: 20px;
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
	color: #333;
}
.menu-pulsante {
	width: 100%;
	min-height: 30px;
	border: solid 1px #fff;
	background-color: #ccc;
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
}*/

#menu {
	display: none;
}

#vecchiomenu {
	display: none;
}

#contenitore-menu-laterale {
	float: left;
	width: 200px;
}

#menu-laterale {
	width:100%;
	font-size: 12px;
	background-color: #23282d;
	color: #eeeeee;
	text-align: left;
	margin-top:10px;
}

#menu-laterale a {
	color: #eeeeee;
	text-decoration:none;
}

#pagina-corpo {
	padding: 0 15px;
    -webkit-box-flex: 1 0 0px;
    -moz-box-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
}

.menu-titolo {
	font-weight: bold;
    margin-top: 5px;
    font-size: 15px;
    padding: 5px;
}

.menu-tendina {
    margin-top: 1px;
    background-color: #32373c;
    padding: 3px;
    padding-left: 10px;
}



#piede-menu {
	width:100%;
	font-size: 12px;
	background-color: #000000;
	color: #eeeeee;
	text-align: left;
	margin-top:10px;
}

#piede-menu a {
	color: #eeeeee;
	text-decoration:none;
}

.piede-titolo {
	font-weight: bold;
    margin-top: 5px;
    font-size: 15px;
    padding: 5px;
}

.piede-tendina {
    margin-top: 1px;
    background-color: #151515;
    padding: 3px;
    padding-left: 10px;
    padding-bottom: 15px;
}

/* FINE MENU ORIZZONTALE */



.pulsanti-acquisto-prova {
	text-align: center;
	margin-bottom: 40px;
}


/* BOX */
.box {
	border: 1px solid #dddddd;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
}

.box-titolo {
	border-bottom: 1px solid #dddddd;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;	
	padding: 10px;
	background-color: #EEEEEE;
	color: #333;
}

.box-contenuto {
	padding: 10px;
	
}

.box-pulsante {
	padding: 10px;
	text-align: center;
}

.box-piede {
	border-top: 1px solid #dddddd;
	text-align: right;	
	padding: 10px;
	background-color: #EEEEEE;
	text-transform: uppercase;
}

.box-piede a {
	color: #666;
	text-decoration: none;
}

.box-piede a:hover {
	color: #333;
}

.boxLista {
	margin-bottom: 10px;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 10px;
}

.box .boxLista:last-child {
	margin-bottom: 0px;
	border-bottom: none;	
}

.boxLista-titolo {
	color: #15c;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;	
}

.boxLista-titolo a {
	color: #15c;
	text-decoration: none;
}

.boxLista-titolo a:hover {
	text-decoration: underline;
}

.boxLista-contenuto {
}

.boxLista-contenuto .float-left {
	max-width: 200px;
	margin-right: 10px;
}

.boxLista-piede {
	text-align: left;	
}

.boxLista-piede a {
	color: #333;
	text-decoration: none;
}

.boxLista-piede a:hover {
	color: #000;
}
/* FINE BOX */





/* condizioni */

#condizioni {
	cursor: pointer;
}

.windows_Condizioni_sfondo, .windows_Condizioni {
	display: none;
}

.windows_Condizioni {
	background-color: #D1D5E0;		
}

#FinestraChiudiCondizioni {
	cursor: pointer;	
}

#CondizioniForm {
	margin: 10px;	
}

/**/





/* legenda */

#legenda {
	cursor: pointer;
}

.windows_Legenda_sfondo, .windows_Legenda {
	display: none;
}

.windows_Legenda {
	background-color: #D1D5E0;		
}

#FinestraChiudiLegenda {
	cursor: pointer;	
}

/**/


/* SFONDI */
.windowsSfondo
	{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .5;
	filter: alpha(opacity=5);
	-moz-opacity: .5;
	z-index: 1000;
  display: none;
}
	
.windows {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  max-width: 95%;
  height: 600px;
  max-height: 95%;
  border: solid 1px #95969A;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1001;
  border-radius: 3px;
  display: none;
}
	
.windows_titolo {
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #95969A;
}
	
.windows_chiudi {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
	
.windows_contenuto {	
	width: 760px;
	height: 540px;
	
    padding: 20px;
    overflow: auto;
}

/*Aggiunti da chiara*/

.riga-tabella {
	width:99.8%;
	margin:2px;
}

.cella-titolo {
	font-weight:bold;
	float:left;
}

.cella {
	float:left;
	min-height:35px;
	word-break: break-all;
}

.cella-piccola {
	width:7%;
	margin:1px;
	padding:2px;
	text-align:center;
}

.cella-media {
	width:15%;
	margin:1px;
	padding:2px;
}

.cella-grande {
	width:29%;
	margin:1px;
	padding:2px;
}

.cella-moltogrande {
	width:48%;
	margin:1px;
	padding:2px;
}

.testo-errore {
	margin-bottom: 2px;
	padding: 2px;
	font-size: 10px;
	color: #FF0000; 
	font-weight: bold;
}
.txt-avviso {
	color: brown; 
}
/*AGGIUNTE PANNELLO CLIENTI*/
.txt-10 {
	font-size: 10px;
}
.txt-11 {
	font-size: 11px;
}
.txt-12 {
	font-size: 12px;
}
.txt-24-bold {
	font-size: 24px;
	font-weight: bold;
}
.txt-14 {
	font-size: 14px;
}
.txt-16 {
	font-size: 16px;
}


.txt-18-bold {
	font-size: 18px;
	font-weight: bold;
}
.txt-18 {
	font-size: 18px;
}

.corpo {
	width: 90%;
	margin: auto;
}

.tabella-dati-riga {
	padding: 2px;
	border-bottom: 1px solid #DDDDDD;
}

.tabella-dati-riga:last-child {
	border-bottom: 0px;
}

.th-tabella {
  font-weight: bold;
  width: 150px;
  min-height: 16px;
  padding: 1px;
  margin-right: 5px;
}

.th-tabella-grigio {
	background-color: #999999;
	font-weight: bold;
}

.th-tabella-grigio2 {
	background-color: #ccc;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
}

.modifica-dati {
	text-align: center;
	margin-top: 5px;
}

.txt-red {
	color: #FF0000;
}

.titolo-colonna-di-tabella {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.riga-form {
  float: left;
  padding: 5px;
  margin-right: 10px;
}

.pulsante-richiedi a {
  color: #000000;
  text-decoration: none;
}
.pulsante-richiedi {
  margin: auto;
  width: 400px;
  margin-top: 20px;
  padding: 5px;
  background-color: #DDDDDD;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #BBBBBB;
}


.ottimizzatoper {
    text-align: center;
    font-size: 12px;
    color: #666;
    clear: both;
    position: absolute;
    bottom: 150px;
    margin-top: -150px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
}
.avvisoIEBox  {
    width: 400px;
    margin: auto;
    
}

.avvisoIE {
  margin-top: 5px;
  margin-left: 0;
  padding: 15px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px  1px 3px rgba(255,0,0,.13), 
              0px -1px 3px rgba(255,0,0,.13),
               0px -1px 3px rgba(255,0,0,.13),
              0px  1px 3px rgba(255,0,0,.13);
  font-size: 13px;
  color: red;
}

.txt-didascalia {
    font-size: 10px;
    color: #666;
    font-weight: normal;
}

#log-email table td {
	word-break: break-all;
}

.box-linea-separatoria
{
	border-bottom: 1px solid #CECECE;
	margin-bottom: 20px;
}

.icona-bkp {
	width: 100%;
	font-size: 60px !important;
	text-align: center;
}

.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration:none;
}

.pul-inserisci-piccolo {
    padding: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    width: 100px;
}

.pul-inserisci-grande {
    padding: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    width: 300px;
}

.blu:hover {
	text-decoration: none;
	background-image: linear-gradient(to bottom, #3D438D 30%, #5A6DAE 100%);
}

.blu {
	color: #fff !important;
    border-color: #332E72;
    background-image: linear-gradient(to bottom, #5A6DAE 30%, #3D438D 100%);
    text-shadow: -1px -1px 0 #332E72, 1px -1px 0 #332E72, -1px 1px 0 #332E72, 1px 1px 0 #332E72;
}

.rosso:hover {
    text-decoration: none;
    background-image: linear-gradient(to bottom, #7C0000 30%, #FF0000 100%);
}

.rosso {
    color: #fff;
    border-color: #ff0000;
    background-image: linear-gradient(to bottom, #FF0000 30%, #7C0000 100%);
    text-shadow: -1px -1px 0 #FF0000, 1px -1px 0 #FF0000, -1px 1px 0 #FF0000, 1px 1px 0 #FF0000;
}



.bottone-grande {
	min-height: 60px;
	padding: 20px;
	font-size: 20px;
	line-height: 20px;
}
.bottone-piccolo {
	min-height: 30px;
	padding: 8px;
	font-size: 14px;
	line-height: 14px;
}

.stato-accetta {
	background-color: #34A853;
	color: #efefef;
	padding: 5px;
	text-transform: uppercase;
	font-size: 14px;
    line-height: 14px;
	width: 100%;
    box-sizing: border-box;
}

.stato-revoca {
	background-color: #D50000;
	color: #efefef;
	padding: 5px;
	text-transform: uppercase;
	font-size: 14px;
    line-height: 14px;
	width: 100%;
    box-sizing: border-box;
}

/* privacy */


.windows_Informativa_sfondo, .windows_Informativa {
	display: none;
}

.windows_Informativa {
    background-color: #fff;
    position: fixed;
    left: 5vw;
    top: 5vh;
    z-index: 102;
    width: 90vw;
    height: 90vh;
    border: solid 1px #95969A;
    border-radius: 5px;
    margin: auto;
}

.windows_Informativa .windows_testa {
    border-bottom: solid 1px #95969A;
    position: absolute;
    width: 100%;
    height: 30px;    
    display: -webkit-flex; /* Safari */
    display: flex;
}

/* Safari 6.1+ */
.windows_Informativa .windows_testa > div:nth-of-type(1) {
	-webkit-flex-grow: 99;
}

.windows_Informativa .windows_testa > div:nth-of-type(2) {
	-webkit-flex-grow: 1;
}

/* Standard syntax */
.windows_Informativa .windows_testa > div:nth-of-type(1) {
	flex-grow: 99;
	font-size: 20px;
	padding: 5px;
	box-sizing: border-box;
}

.windows_Informativa .windows_testa > div:nth-of-type(2) {
	flex-grow: 1; 
	text-align: right;
}

.windows_Informativa .windows_contenuto {
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    overflow: auto;
    box-sizing: border-box;
}

.windows_Informativa .windows_piede {
    border-top: solid 1px #95969A;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30px;
    text-align: center;
}


#FinestraChiudiInformativa {
	cursor: pointer;	
}

/**/
	

#windows_confirm
	{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	padding: 0px;
	z-index: 104; 
	
	width: 400px;
	height: 200px;
	background-color: #eee;
	padding: 20px;
	/*padding-top: 40px;*/
	border: solid 1px #ccc;
	color: #666;
	font-size: 16px;
	text-align: center;
	box-shadow: 10px 10px 5px #888;
    
    
	display: none;
	}
    
#windows_confirm_button {
    left: 80px;
	position:absolute;
    bottom:20;
	}
#windows_confirm_button2 {
    left: 50%;
	position:absolute;
    bottom:20;
    transform: translateX(-50%);
	}
	
	
#windows_confirm_button .button_confirm ,
#windows_confirm_button2 .button_confirm {
	background-color: #6EABCA;
    color: white;	
	font-size: 16px;
	min-width: 50px;
    margin: 10px;
    padding: 10px;
	cursor: pointer;
    float:left;

    border-left:1px solid #fff;
    border-top:1px solid #fff; 
    border-bottom:1px solid #716f64; 
    border-right:1px solid #716f64; 

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	}


	
#windows_confirm_button a {
    color: white;	
    text-decoration: none;
	display: block;
	min-width: 50px;
	}

#pagina-piedefisso {
    background-color: #efefef;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
}
.pagina-piedefisso-blocco {
    position: fixed;
    bottom: 0;
    box-shadow: 0px -2px 2px #888888;
}

.mittenti-aggiuntivi {
	font-size: 11px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*********************************************/

#banda-alta {
	width: 100%;
	background-color: #23282d;
}

/*parte aggiunta da alice il 11/03/2019*/
#banda-alta-rivenditore a:link {
  color: white;
  text-decoration: none;
}
#banda-alta-rivenditore a:visited {
  color: white;
  text-decoration: none;
}

#banda-alta-rivenditore{
	font-size:30px;
	width: 100%;
	background-color: #23282d;
}
#banda-alta-rivenditore a:active{
	color: white;
}
/**/
#banda-alta img {
	max-width: 180px;
	padding: 10px;
}

#banda-alta .banda-alta-logo {
    float: left;
}

#banda-alta-rivenditore .banda-alta-logo {
    float: left;
    margin: 10px;
}

#banda-alta .banda-alta-logout, 
#banda-alta-rivenditore .banda-alta-logout {
    float:right;
    margin: 10px;
    color: #FFFFFF;
    text-align: right;
    font-size: 13px;
}

#banda-alta .banda-alta-logout a.material-icons, 
#banda-alta-rivenditore .banda-alta-logout a.material-icons {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
}

.tit-bianco {
	color: #FFFFFF;
}

.testograssettopiccolo { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none 
}

.risposta-operatore {
	width: 80%;
}

.risposta-cliente {
	width: 80%;
	margin-left: 20%;
}

.risposta-cliente .box-contenuto {
	background-color: #dfffff;
}

.risposta-cliente .box-titolo {
	background-color: #bbe6e6;
}

/*
.risposta-cliente .box-titolo {
    background-color: #cccccc;
}*/

.pulsante-assistenza {
	cursor: pointer;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    width: 200px;
    text-transform: uppercase;
}

.pulsante-modifica {
	border: solid 1px #ffad41;
	background-image: linear-gradient(to bottom, #ffc579 30%, #fb9d23 100%);
	color: #000;
}

.pulsante-modifica:hover { 
    background-image: linear-gradient(to bottom, #ffaf46 30%, #e78404 100%);
}

.pulsante-modifica:active { 
    background-image: linear-gradient(to bottom, #fb9d23 30%, #ffc579 100%);
}

.pulsante-chiudi {
	border: solid 1px #5eff41;
    background-image: linear-gradient(to bottom, #7eff76 30%, #1abd18 100%);
    color: #000;
}

.pulsante-chiudi:hover { 
    background-image: linear-gradient(to bottom, #5ab955 30%, #128811 100%);
}

.pulsante-chiudi:active { 
    background-image: linear-gradient(to bottom, #1abd18 30%, #7eff76 100%);
}

.pulsante-tornaindietro {
    border: solid 1px #01b9f7;
    background-image: linear-gradient(to bottom, #21c7ff 30%, #138bb3 100%);
    color: #000;
}

.pulsante-tornaindietro:hover {
    background-image: linear-gradient(to bottom, #00bdfd 30%, #008ebd 100%);
}

.pulsante-riapri {
	border: solid 1px #ff4141;
    background-image: linear-gradient(to bottom, #fb6868 30%, #fb2323 100%);
    color: #FFF;
}

.pulsante-riapri:hover { 
    background-image: linear-gradient(to bottom, #fd4747 30%, #f70000 100%);
}

.pulsante-riapri:active { 
    background-image: linear-gradient(to bottom, #fb2323 30%, #fb6868 100%);
}

#pagina-pulsante-inserisci {
	position: fixed;
    right: 50px;
    bottom: 50px;
    background-color: #0037ff;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 40px;
    border-radius: 20px;
    padding: 10px 20px;
    border: 2px solid #0025ab;
}

#pagina-pulsante-inserisci a {
	color: #FFFFFF;
    text-decoration: none;
}


#SpecchiettoAnagrafica {
	position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -300px;
    z-index: 102;
    width: 800px;
    height: 400px;
    background-color: #FFFFFF;
    padding: 10px;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    display:none;
}

#SpecchiettoAnagrafica-testa {
    text-align: right;
    cursor: pointer;
}

#SpecchiettoAnagrafica-corpo {
    padding:10px;
    overflow:scroll;
    height:330px;
}

#SpecchiettoAnagrafica-testa span {
    color: #FF0000;
    font-weight: bold;
    font-size: 15px;
}

#SpecchiettoAnagrafica-titolo {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #dddddd;
}

#SpecchiettoAnagraficaSfondo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .5;
    filter: alpha(opacity=5);
    -moz-opacity: .5;
    z-index: 101;
    display:none;
}

.pulsante-ordine-generico {
	border: 1px solid #CECECE;
    border-radius: 3px;
    width: 180px;
    text-align: center;
    margin-top: 10px;
    padding: 2px;
    cursor: pointer;
    text-transform: uppercase;
}

.link-ordine-generico {
	text-decoration: underline;
    cursor: pointer;
	font-size: 11px;
}


 /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  /* Fade in tooltip */
 	 opacity: 0;
  	transition: opacity 0.3s;
  
  	width: auto;
	background-color: #555; 
	color: #fff;
	text-align: left; 
	padding: 5px;
	border-radius: 6px;
	z-index: 1000;
	position: absolute;
	transform: translateX(calc(-50% - 5px)) translateY(20px);
	min-width: 400px;

max-width: 100%;
}

/* Tooltip arrow */
.tooltiptext::before {
    content: " ";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
    transform: translateX(-50%);
    left: 50%;
    top: -10px;

}
/*.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}*/

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 

.prodottidatirichiesti {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
    border: solid 1px #D50000;
	border-radius: 50%;
	cursor: pointer;
	color: #fff;
	background-color: #D50000;	
	transition: all 0.2s ease-in-out
}

.prodottidatirichiesti:hover {
	color: #D50000;
	background-color: #fff;	
}


.pulsante-svuota {
    margin: auto;
    width: 400px;
    margin-top: 20px;
    padding: 5px;
    background-color: #ff6666;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ff0000;
}

.pulsante-svuota a {
    color: #FFFFFF;
    text-decoration: none;
}



/*SPECCHIETTO ORDINI*/

.sfondo-finestra-ordine {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 101;
	position: fixed;
	display:none;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
}

.finestra-ordine {
	display:none;
	width:1000px;
	/*max-height:600px;*/
	margin-left: -510px;
	position: fixed;
	left: 50%;
	/*top:20%;*/
	top:50px;
	bottom:50px;
	z-index: 102;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	border-radius: 5px;
}

.finestra-ordine-testa {
	text-align:right;
	/*margin-bottom:10px;*/
	padding:10px; /* calc x 2 */
	background-color: #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
}

.chiudi-finestra-ordine {
	background-color:#EA6757;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	font-size: 20px;
	cursor: pointer;
}

.finestra-ordine-contenuto{
	z-index: 105;
	padding: 10px; /* calc x 2 */
	height: calc(100% - 66px); /* + immagine chiudi di 25px */
	overflow: auto;
	/*overflow-y:scroll;
	max-height:500px;*/
}

.ordine-titolo {
    border-bottom: 1px solid #dddddd;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333;
}

.pul-sblocca-ip {
    padding: 5px;
    margin: 2px;
    color: #FFFFFF;
    border: 1px solid #006734;
    background: linear-gradient(#00B55D, #006734);
    cursor: pointer;
}


.flexbox {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flexbox;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	    flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrapp: row nowrap;
	-ms-flex-wrap: row nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.txt-errore {
	color: #DD4B39;	
}

.field-errore {
  border: solid 1px #DD4B39 !important;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 75, 57, .6) !important;
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 75, 57, .6) !important;
}

.label-errore {
	color: rgb(221, 75, 57);	
}


.disable,
.disable:hover {
	opacity: .5 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important;
	cursor: unset !important;
}

.blocco-homepage {
    width: 48%; 
    margin-right: 1%; 
    margin-top:30px; 
    float:left;
}

.blocco-homepage .box-contenuto {
    font-size: 60px;
    text-align: center;
}



.prezzo-rinnovo-contratto-scheda {
  font-size: 32px;
  font-weight: bold;
  border: solid 1px #3093c7;
  padding: 10px;
  display: inline-block;
  margin: 5px auto;
}