html, body {	
	background-color: #fff;	
	color: #444;	
	font-size: 16px;
	height: 100%;
	margin: 0;
	padding: 0px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	color: #444;
	transition: all .3s ease-out;
}

input, select, textarea {
    color: #444;
    border: 1px solid #D5D5D5;
    font-size: 16px;
    max-width: 100%;
	border-radius: 5px;
}

textarea {
	resize: vertical;
}

section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.covid {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.ombra {
	background-color: rgba(255, 255, 255, 0.85);
}

header {
	margin: 0;
	text-align: center;
	display: block;
}

.nobg {
	background: none !important;
}

.testa {
	padding: 20px 20px 0px;
	max-width: 1500px;
	box-sizing: border-box;
	color: #3892d3;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px auto;
}

.logo {
	float: left;
}

.logo.center {
	padding-bottom: 20px;
	float: none;
	text-align: center;
}

.logo img {
	display: block;
	margin: 0px auto;
	line-height: 0;
	max-width: 100%;
	width: auto;
}

.intestazione {
	float: right;
}

.intestazione.center {
	float: none;
	text-align: center;
}

.clear {
	height: 0;
	clear: both;
}

.small {
	font-size: 16px;
}

.titolo {
	padding: 0px 20px;
	max-width: 1500px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
}

.container {
	margin: 0px auto;
	padding: 20px;
	max-width: 1500px;
	box-sizing: border-box;
}

.sinistra {
	float: left;
	width: calc(35% - 20px);
}

.destra {
	float: right;
	width: calc(65% - 20px);
}

.table-container {
	width: 100%;
	overflow-x: auto;
	border-radius: 5px;
}

.turni {
	width: 100%;
	min-width: 500px;
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
	border-radius: 5px;
}

.turni tr td, .turni tr th {
    border-right: #aaa 1px dotted;
	border-bottom: #aaa 1px dotted;
    padding: 5px;
    text-align: left;
    box-sizing: border-box;
	text-align: center;
}

.turni tr th {
    padding: 7px 20px;
    text-transform: uppercase;
    border-top: #aaa 1px dotted;
    background-color: #3892d3;
	color: #FFF;
	background: linear-gradient(to bottom, rgba(75,157,215,1) 0%, rgba(56,146,211,1) 50%, rgba(53,138,200,1) 51%, rgba(56,146,211,1) 100%);
}

.turni tr.rosso  {
	color: #FF0000;
}

.turni tr td.giallo {
	background-color: #fefe33;
	background-color: rgba(254, 254, 51, 0.4);
}

.turni tr td.verde {
	background-color: #5CDB95;
	background-color: rgba(92, 219, 149, 0.4);
}

.turni tr:first-child td:last-child, .turni tr:first-child th:last-child {
    border-top-right-radius: 5px;
}

.turni tr:first-child td:first-child, .turni tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

.turni tr td:first-child, .turni tr th:first-child {
    border-left: #aaa 1px dotted;
}

.turni tr:first-child td, .turni tr:first-child th {
    border-top: #aaa 1px dotted;
}

.turni tr:last-child td:first-child, .turni tr:last-child th:first-child {
    border-bottom-left-radius: 5px;
}

.turni tr:last-child td:last-child, .turni tr:last-child th:last-child {
    border-bottom-right-radius: 5px;
}

.input-cnt {
    margin-bottom: 50px;
    position: relative;
	float: left;
	width: calc(50% - 20px);
}

.input-cntx {
    margin-bottom: 50px;
    position: relative;
}

.input-cnt.last {
	float: right;
}

.dispo_captcha {
    margin-bottom: 25px;
    position: relative;
	float: left;
	width: calc(50% - 20px);
}

#captcha > div:first-child {
	margin: 0px auto;
}

.dispo_nota {
	margin-bottom: 25px;
    position: relative;
	float: right;
	width: calc(50% - 20px);
}

.btn-cnt {
    text-align: center;
    margin-top: 25px;
    display: block;
}

.input-cnt.altro {
	display: none;
}

#defaultReal {
	width: calc(100% - 110px);
	float: right;
}

.input-cnt label, .input-cntx label, .dispo_captcha label {
    cursor: text;
    left: 10px;
    position: absolute;
    transform: translate(0px) scale(1);
    transform-origin: 0px 0px 0px;
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.dispo_captcha label {
	left: 120px;
}

.input-cnt label.little, .input-cnt label.little-fixed, .input-cntx label.little, .input-cntx label.little-fixed, .dispo_captcha label.little, .dispo_captcha label.little-fixed {
    color: #3892d3;
    transform: translate(0px, -15px) scale(0.7);
    transform-origin: 0px 0px 0px;
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.input {
    border: 0;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    outline: 0;
    padding: 5px 10px;
    transition: all .3s ease;
    width: 100%;
    box-shadow: none;
	background-color: transparent;
}

.input:focus, .input:active {
    border-bottom-color: #3892d3;
    outline: 0;
    box-shadow: none;
}

.fake {
	border: 0;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    outline: 0;
    padding: 5px 10px;
    transition: all .3s ease;
    width: 100%;
    box-shadow: none;
	background-color: transparent;
	height: 36px;
	position: relative;
}

.fake:focus, .fake:active {
    border-bottom-color: #3892d3;
    outline: 0;
    box-shadow: none;
}

.disclaimer {
	background-color: #ccc;
	box-sizing: border-box;
	color: #c00;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 35px;
	padding: 10px
}

.select {
	padding: 5px 35px 5px 10px;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-image: linear-gradient(45deg, transparent 50%, #3892d3 50%), linear-gradient(135deg, #3892d3 50%, transparent 50%);
	background-position: right 15px top 1em, right 10px top 1em;
	background-size: 5px 5px, 5px 5px;
}

.select::-ms-expand {
	display: none;
}

.btn {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #444;
    border-radius: 5px;
    background-color: #e6e6e6;
    padding: 10px;
    text-align: center;
    transition: all .3s ease;
    text-transform: uppercase;
	border: 0;
	cursor: pointer;
}

.btn:hover, .btn:focus, .btn:active {
    background-color: #3892d3;
	color: #fff;
}

@media screen and (min-width:0\0) {
    .select {
        background: none\9;
        padding: 5px\9;
    }
}

footer {
	margin: 0;
	text-align: left;
	display: block;
}

.piede {
	padding: 0px 20px 20px;
	max-width: 1500px;
	box-sizing: border-box;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px auto;
}

@media all and (max-width: 1024px) {
	.logo {
		float: none;
	}
	
	.intestazione {
		float: none;
		text-align: center;
		padding-top: 20px;
	}
}

@media all and (max-width: 768px) {
	.input-cnt {
		float: none;
		width: 100%;
	}
	
	.input-cnt.last {
		float: none;
		width: 100%;
	}
	
	.dispo_captcha {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.dispo_nota {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
}