body {
	margin: 8px;
}
#ztl {
	font-family: 'Open Sans Condensed', arial, sans;
	max-width: 500px;
	padding: 30px;
	background: #FFFFFF;
	margin: 50px auto;
	box-sizing: initial;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}
#header {
	background: #4D4D4D;
	padding: 20px;
	margin: -30px -30px 30px -30px;
	text-align: right;
}
#logo {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}
#logo img {
	width: 100%;
}
#title {
	display: inline-block;
	vertical-align: middle;
	width: 68%
}
#title h4 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	margin: 0px;
	padding: 0px;
	transition: all .5s ease-out;
}
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="password"],
textarea,
select 
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-bottom: 10px;
	font: 16px Arial, Helvetica, sans-serif;
	height: 45px;
	transition: all .3s;
}
input[type="text"]:focus ,
input[type="date"]:focus,
.picker__input--active,
.picker__input--target {
	border-bottom: 2px solid #2cbbbb !important;
	box-shadow: rgb(38, 166, 154) 0px 1px 0px 0px !important;
	border-bottom: 1px solid #26a69a !important;
}
.picker .btn, .picker .btn-large, .picker .btn-flat {
	padding: 0px 10px;;
}
input[type="radio"]+label {
	margin-right: 15px;
}
input[type="button"], 
input[type="submit"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: inset 0px 1px 0px 0px #45D6D6;
	-moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
	-webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
	width: 100%;
	background-color: #2CBBBB;
	border: 1px solid #27A0A0;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
}
input[type="button"]:hover, 
input[type="submit"]:hover {
	background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
	background-color:#34CACA;
}
[type="checkbox"] + label {
	display: inline-table;
	font-size: .8rem;
	text-align: justify;
	line-height: normal;
}

.ui-autocomplete {
	max-width: 100%;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.modal {
	max-height: 100%
}
.modal .modal-content h5 {
	color: white;
	background: url('../img/logo-comune.png') 99% center #4d4d4d no-repeat;
	padding: 10px 5px;
	margin-top: 0;
}
.modal #code {
	color: white;
	background: green;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 5px;
}
.modal .modal-footer {
	width: initial;
	padding: 4px 24px;
}
.modal .modal-footer .modal-action {
	font-weight: bold;
}
.alert {
	position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.alert span.badge {
	font-weight: bold;
    font-size: 0.8rem;
	float: none;
    color: #fff;
	padding: 2px 5px;
    background-color: #26a69a;
    border-radius: 2px;
	margin-left: 0px;
}
.badge.covid {
	background-color: #e51779 !important;
}
#email {
	font-size: 15px;
	max-width: 360px;
	margin-left: 1rem;
	width: calc(100% - 1rem);
}
.material-icons.tiny.prefix {
	width: 1rem;
	font-size: 1rem;
	margin-top: 10px;
}
.accessibility-fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.accessibility-fieldset legend {
	display: none;
}

@media (max-width: 767px) {
	#title h4 {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	#title h4 {
		font-size: 16px;
	}
	#logo-ctc {
		width: 120px;
	}
	.accessibility-fieldset {
		margin: 0px -15px;
	}
	.modal {
		width: 95%;
	}
	.modal .modal-content h5 {
		font-size: 1.5rem;
	}
}