html {
	font-size: 62.5%
}

header {
	;
}

header #iei_logo {
	max-height: 5.4cm;
}

header span {
	font: normal normal 1000 50px Arial;
	position: absolute;
	top: 2.7cm;
	transform: translateY(-50%) translateX(-12.5%);
	width: 100%;
	text-align: center;
}

#elaborazioneInCorso {
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#elaborazioneInCorso h1 {
	position: fixed;
	top: 12.5vh;
	left: 12.5vw;
	width: 75vw;
	height: 75vh;
	line-height: 75vh;
	background-color: white;
	border-radius: 1vh;
	padding: 1vh;
	font-size: 2vh;
	z-index: 20;
	overflow: auto;
	font-size: 40px;
	display: inline;
	text-align: center;
	vertical-align: middle;
}

main {
	border: 2px black groove;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.label_input {
	padding-top: 0.5rem;
}

.label_input label {
	float: left;
	margin-top: 0.5rem;
	width: 10ch;
	text-align: left;
}

.label_input .input_container {
	overflow: hidden;
	display: block;
}

.label_input .input_container input {
	width: 100%;
}

#processaFlussi {
	margin-top: 0.5rem;
	display: block;
	width: 100%;
	min-height: 2ch;
}

.ui-datepicker-calendar {
	display: none;
}
