﻿body {
	font-family: Calibri;
	color: #0462AA;
	margin: 0;
	font-size: 20px
}

h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 22px;
	line-height: 24px;
}

.bodyContent {
	text-align: justify;
	display: block;
	width: 96%;
	min-height: 430px;
	margin: 0 auto
}

	.bodyContent h1, .bodyContentPubblicita h1 {
		padding-top: 0px;
		font-size: 28px;
		color: #0462AA;
		text-align: right;
		line-height: 10px;
		font-style: italic
	}

.dvHeader #lblTelefono {
	font-family: 'arial black';
	font-weight: bolder;
	font-size: 24px; /*32px;*/
	/*background-color:#ffffff;*/
	color: #0462AA;
	position: absolute;
	right: 240px;
	top: 15px;
	padding: 5px;
	border-radius: 4px;
	text-align: center;
	text-shadow: 3px 2px 1px white;
}

.dvHeader {
	width: 100%;
	height: 110px;
	background-color: #ffcc00;
	padding-top: 0px;
	text-align: left;
}

.rosso {
	color: red !important;
}

	.rosso::-webkit-input-placeholder {
		color: red;
	}

	.nascosto{
		display: none;
	}

	.bordiRotondi {
		border-radius: 10px;
	}

	.bordiRotondi .ui-dialog-titlebar {
		background-color: #0462AA;
		color: white;
	}

input[type=button], input[type=submit], .ui-dialog-buttonset .ui-button, .ui-dialog-buttonset button, input[type=submit], button {
	background-color: #0462AA;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 40px; /*30px;*/
	border: 0px;
	border-radius: 4px;
	cursor: pointer;
}

/**
	 * The CSS shown here will not be introduced in the Quickstart guide, but shows
	 * how you can use CSS to style your Element's container.
	 */
	.StripeElement {
		box-sizing: border-box;
		height: 40px;
		padding: 10px 12px;
		border: 1px solid transparent;
		border-radius: 4px;
		background-color: white;
		box-shadow: 0 1px 3px 0 #e6ebf1;
		-webkit-transition: box-shadow 150ms ease;
		transition: box-shadow 150ms ease;
	}

	.StripeElement--focus {
		box-shadow: 0 1px 3px 0 #cfd7df;
	}

	.StripeElement--invalid {
		border-color: #fa755a;
	}

	.StripeElement--webkit-autofill {
		background-color: #fefde5 !important;
	}