html {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin-top: 1%;
  font-family: 'Source Sans Pro', sans-serif;
  color: #484848;
  background-color: #0058A1;
	overflow-y: scroll;
}

h1 {
	font-size: 22pt;
	line-height: 32pt;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
h2 {
	margin-top: 10px;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}
hr {
	width: 90%;
	border-top: 1px solid #a1a1a1;
}
.container {
  width: 600px;
  min-height: 300px;
  text-align: left;
  background-color: #f9f9f9;
  border-radius: 15px;
}
.container p {
  font-size: 11pt;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 15pt;
  margin-left: 86px;
	margin-right: 85px;
	color: #7c7c7c;
}

#logo {
  width: 400px;
  margin: 30px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.burger{
	position: absolute;
	margin-top: 1%;
	display: flex;
	cursor: pointer;
	width: 24px;
	height: 24px;
}

.dashboard{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	height: 10%;
	justify-content: space-around;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
}

.buttonDashboard {
	width: 180px;
  margin-left: auto;
	margin-right: auto;
  font-size: 13pt;
	color: #f9f9f9;
  font-weight: bold;
  background-color: #F5A223;
  border: 0px;
	display: inline-block;
}

label {
  font-size: 13pt;
  margin-left: 86px;
	margin-right: 3px;
}

input[type="radio"] {
	padding-right: 0px;
	display: inline-inline-block;
}
input[type="checkbox"] {
	padding-right: 0px;
	display: inline-inline-block;
}
input[type=text] {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
input[type=password] {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
input[type=date] {
	padding-top: 0px;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}

select {
	max-width: 400px;
	margin: 0 auto;
  margin-bottom: 20px;
}

#dyn {
	margin-top: -30px;
}

.sedeTerrDis {
	background-color: white !important;
	cursor: default !important;
}

.button {
  width: 400px;
	margin-top: 20px;
  margin-bottom: 30px;
	margin-left: 85px;
  font-size: 13pt;
	color: #f9f9f9;
  font-weight: bold;
  background-color: #F5A223;
  border: 0px;
}
.buttonLeft {
  width: 180px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 85px;
  font-size: 13pt;
	color: #f9f9f9;
  font-weight: bold;
  background-color: #F5A223;
  border: 0px;
	display: inline-block;
}
.buttonRight {
  width: 180px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 40px;
  font-size: 13pt;
	color: #f9f9f9;
  font-weight: bold;
  background-color: #F5A223;
  border: 0px;
	display: inline-block;
}
.buttonCenter {
  width: 180px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: auto;
	margin-right: auto;
  font-size: 13pt;
	color: #f9f9f9;
  font-weight: bold;
  background-color: #F5A223;
  border: 0px;
}

/* "#wait_msg" viene usato per il messaggio di errore di index.php (quello con sfondo rosso)*/
#wait_msg{
	position: absolute;
	width: 600px;
	top: 150px;
  font-size: 20px;
	font-weight: bold;
	text-align: center;
  color: #fff;
  background-color: red;
	height: auto;
	margin-left: -15px;
}

/* "#response_msg" viene usato per il messaggio di attesa di backurl.php (quello con sfondo verde)*/
#response_msg{ 
	position: absolute;
	width: 600px;
	top: 200px;
  font-size: 20px;
	font-weight: bold;
	text-align: center;
  color: #fff;
  background-color: green;
	height: auto;
	margin-left: -15px;
  padding: 10px;
}

#reset {
	position: absolute;
  width: 400px;
	top: 300px;
	margin-top: 20px;
  margin-bottom: 30px;
	margin-left: 85px;
  font-size: 13pt;
  color: white;
  font-weight: bold;
  background-color: #F5A223;
  border: 0px;
}
