*, *:before, *:after {
    box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
}

body {
	color: #565657;
}

ul, ol {
	list-style-type: none;
}
body .html a {
	color: #00f;
	text-decoration: underline;
}
.html table {
	margin: 10px 0;
}
.html table th,
.html table td {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.html table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.html h2 {
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 15px;
}
.html h3 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.html p {
	margin-bottom: 0;
}
.html ul li, 
.html ol li {
	margin-bottom: 5px;
}
.html ul, 
.html ol {
	list-style-type: initial;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.html ol[type="1"] {
	list-style-type: decimal;
}
.html ol[type="a"] {
	list-style-type: lower-latin;
}
img {
	border: 0;
}

a {
	text-decoration: none;
}

.hrow:after,
.hrow:before {
	content: '';
    display: table;
    line-height: 0;
	clear: both;
}

.loading-layer {
	overflow: hidden;
}
body.loading-layer:before,
body.loading-layer:after {
	position: fixed;
}

.loading-layer:after {
	content: url('../img/loading.gif');
}
.loading-layer:before,
.loading {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100000;
}
.loading-autoupdate {
	height: 30px;
	background: rgba(0, 0, 0, .5);
}
.loading-layer:before,
.loading-simple {
	top: 0;
	background: rgba(255, 255, 255, .85);
}
.loading-layer:after,
.loading:after {
	content: url('../img/loading.gif');
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	margin-left: -8px;
	z-index: 100001;
}

.confirm-hidden-block {
	display: none;
}

.logo-versione-test {
	color: #fff;
	background: #ff2c5f;
	padding: 3px 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}


.riepilogo-prezzo td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.riepilogo-prezzo .sconto span {
	text-decoration: line-through;
}
.riepilogo-prezzo .sconto {	
    color: #6ac08e;
    padding-left: 20px;
    width: 200px;
    font-size: 14px;
    font-weight: bold;
}
.riepilogo-prezzo .label {
	color: #888;
	padding-right: 10px;
	width: 150px;
}
.riepilogo-prezzo .prezzo {
	text-align: right;
	width: 80px;
	border-bottom: 1px solid #efefef;
}
.riepilogo-prezzo .totale {
	font-weight: bold;
	text-align: right;
}
.riepilogo-prezzo table {
	position: relative;
	float: left;
}
.riepilogo-prezzo {
	border: 1px solid #efefef;
	padding: 10px;
}