        
body, html {
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: black;
    background: #fff;    
}
html {
	background: #eee;
}
body, html, h1,h2,h3,h4,h5,h6,p,div {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    padding-top: 0.5em;
    font-weight: normal;
    color: #333;
}

h2 {
    color: #49c;    
}

h4 {
	font-weight: bold;
}

.form .fields {
    text-align: right;
}

label {
	color: #888;  
}
.form .field,
.form .field div {
    display: inline !important;    
}

.form .field {    
    height: 25px;
	line-height: 25px;  
}

.analyzeForm .field {
	width: 49%;
    display: inline-block;
    /* height: 50px; */
    position: relative;
    margin-bottom: 1.5em;
}

.analyzeForm .field p {
	padding: 7px 0px;
	/* padding-left: 12px; */
}

.analyzeForm .field select {
	border: 1px solid #888;
	border-radius: 5px;
	padding: 12px 7px;
	width: 100%;
	display: inline-block;
}

.analyzeForm .field label {
	/* position: absolute;
    background: #fff;
    padding: 2px;
    font-size: 13px;
    display: block;
    line-height: 1em;
    top: -.7em;
	left: 1em; */
	display: block;
	text-align: left;
	clear: both;
	float: none;
	padding: 5px 0 2px 0;
	font-size: 80%;
}

.form {
    line-height: 1.3em;
    width: 25rem;
}

.field {
	padding-right: 1em;
}



.sep {
    width: auto;
    height: 1px;
    overflow: hidden;
    float: none; 
    clear: both;
}

.sepSpace {
    width: auto;
    height: 12px;
    overflow: hidden;
    float: none; 
    clear: both;
}

#page {
    text-align: left;
    width: auto; /* no margins */
    margin: 0 auto;
    padding: 0em 0em;
}


#header {
	/* background: #fff url(bg-top.jpg) top right no-repeat;  */
	background: #bd3;
    margin-top: 2px;
    /* border-top: 2px solid #434343; */
    padding: 10px;
	/* border-bottom: 5px solid #eee; */
	border-bottom: 1px solid #aaa;
	box-shadow: 0 2px 5px #aaa;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 100;
}


#header h1 {
	vertical-align: bottom;
	display: inline-block;
	/* background: transparent url(logo-mini.png) left top no-repeat; */ 
	margin: 0;
	padding: 0;
	font-size: 38px;
	color: #481;
}


#header h1 a {
	color: #481;
	text-shadow: 0px 0px 5px #ef0;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Roboto";
}
#header h1 a span {
	color: #481;
	text-shadow: 0px 0px 5px #ef0;
	font-weight: 300;
}

#header h1 .version {
	font-size: 50%;
	color: #568;
}

#header h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #036;
}

.head-menu {
	position: absolute;
	bottom: 18px;
	right: 10px;
	display: block;
	font-size: 1.2rem;
}

.head-menu a, .head-menu a:link {
	appearance: button;
	background: #fff;
	padding: 6px 12px;
	border-radius: 5px;
	color: #444 !important;
}
.head-menu a:hover, .head-menu a:focus, .head-menu a:active {
	color: #000  !important;
	background: #f4f4f4;
	text-decoration: none;
	border: 0;
} 


.boxContent {
    color: black;
    /* background: #f3f3f3; */
    padding: 1em;
	margin: 0em;
	margin-top: 70px;
    width: auto;
    /* border: 5px solid #ddd; */
    border-left: 0;
   	border-right: 0;
    /*outline: 1px solid #111;*/    
}

#content {
    /* background: #008ec1; */
    padding: 1rem;
    padding-top: 0.5em;
    padding-bottom: 3em;
    /* border-bottom: 5px solid #222;  */
}

#bottom {
	color: #aaa;
	background: #eee;
	padding: 1em;
	padding-bottom: 5em;
	text-align: right;
	border-top: 1px solid #aaa;
}

.textarea {
	width: calc(100% - 1rem);
   	padding: 5px;
   	overflow-y: scroll;
    margin-top: 1em;
}

input[type=submit].analizza {
    margin-top: 19px;
    width: 100%;
    font-size: 1.3rem !important;
}

h3 {
    margin: 0 !important;
    padding: 0;
    padding-top: 10px;
    letter-spacing: -0.05em;    
    font-size: 20px;
}

a, a:link {
    color: #4af;    
    border-bottom: 1px solid transparent; 
    text-decoration: none;
}

a:hover, a:focus, a:active {
    border-bottom: 1px solid #ff7;
    text-decoration: none;
}

a:visited {
    color: #4af;    
}

a.btn,button[type=submit],
input[type='submit'] {
    background: #1976d2;
    color: #def;
	border-radius: 3px;
	border: 0;
	box-shadow: 0px 3px 5px rgba(50, 70, 100, 0.3);
    cursor: pointer;
    padding: 7px 1.3rem;
	font-weight: normal;
	font-size: 0.8rem;
	/* box-shadow: 2px 2px 4px rgba(20,30,40, 0.3); */
	text-transform: uppercase;
}

button[type=submit]:hover, button[type=submit]:active, button[type=submit]:focus,
a.btn:hover, a.btn:active, a.btn:focus,
input[type='submit']:hover, input[type='submit']:active, input[type='submit']:focus {    
    color: #fff;
	
}

input[type='text'], input[type='password'], textarea {
    border: 1px solid #666;
    border-radius: 4px;    
}

textarea, select, input {
    font-family: Arial, sans-serif;
    font-weight: normal;
}

textarea {
    font-size: 1.2em;
    color: #444;
}

.error {
	color: #c00;
}
.err, table.errors {
    color: #c00;
    background: #fee;
    padding: 3px 10px;
    display: block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 2px solid #f77 !important;
}

table.errors td {
     padding: 5px 10px;
}

input.error {
    background: #fdd !important;
}

.result h3 {
    color: #444;
}

.view {
    border: 1px solid #593;
    border-collapse: separate;
    margin-left: 1em;
}

.view td {
    border-bottom: 2px solid #555;    
    border-collapse: collapse;
    padding-top: 14px;    
    padding-bottom: 2px;
}


.resultScala {
    width: 90%;
    font-size: 90%;
}


.bi {
	font-size: 12px;
	
	width: 100%;
	clear: both;
	
}

.left {
	width: 50%;
	float: left;
}

.right {
	float: right;
	clear: right;
	width: 49%;
}

hr {
	border: 0;
	border-bottom: 1px solid #008ec1;
	clear: both;
	height: 1em;
	margin: 0;
}

.space {
	width: 100%;
	height: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #08c;
}

h1 em {
	font-style: normal;
	font-weight: bold;
	color: #22b5e7;
}

#result {
	background: transparent;
	padding: 1em 3px;
	font-family: verdana, arial, sans-serif;
}

dl {
	clear: both;
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

dd {
	border-bottom: 1px solid #08c;
	width: 25rem;
	text-align: right;
	margin-bottom: 3px;
	float: left;
	clear: left;
	margin: 0;
}
dt {
	border-bottom: 1px solid #08c;
	width: 5rem;
	float: left;
	clear: right;
	margin-bottom: 3px;
	padding: 0 1em;
	text-align: right;
	font-weight: bold;
}

.norm {
	line-height: 9em;
	width: auto;
	margin-right: 15em;
	font-size: 12pt;
}

.norm p {	
	margin-bottom: 3px;
}

.w {
	color: #008ec1;
	display: inline-block;
	line-height: 1em;
	font-weight: bold;
}

.bw1, .bw2, .bw3 {
	position: absolute;
	color: #c00;
	display: inline;
	height: 4em;
	vertical-align: bottom;
	margin-top: 1em;
	margin-left: 3px;
}

.bw1 .a, .bw2 .a, .bw3 .a {
	position: absolute;
	
	padding: 0;
	display: block;
	border-left: 1px dotted rgba(200, 0, 0, 0.5);
	
	vertical-align: bottom;
}

.bw1 { height: 1em; }

.bw2 {  height: 2em; margin-top: -1.4em; }

.bw3 { height: 3em; }


.bw1 .a { padding-top: 0.5em;}

.bw2 .a { padding-top: -1.4em; padding-bottom: 0.5em;}

.bw3 .a { padding-top: 2em;}

.norm .f {
	/*background: rgba(235,248,255, 0.9);*/
	background: white;
	color: #777;
	font-weight: normal;
	font-size: 80%;
}

.norm:hover .f {
	background: white;
	color: #777;
	font-weight: normal;
}

.txt {
	height: 20em;
	overflow-y: scroll;
	border: 1px solid #ccc;
	background: #e3e3e3;
	padding: 4px;
	color: #333;
}

.txt p {
	border-bottom: 1px solid #ddd;
	margin-bottom: 3px;
}

.txt ul, .txt li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.txt li {
	padding: 2px 1em;
	border-bottom: 1px solid #eee;
	color: #888;
}

.txt li strong, .txt li b {
	color: black;
}

.miniBi .txt {
	height: 40em;
}
.miniBi .mleft, .miniBi .mright {
	float: left;
	width: 48%;
	padding-left: 0.4em;
}


.tableScala {
    border: 2px solid #06a;    
}
.tableScala table {
	border-collapse: collapse;
}
.tableScala th, .tableScala td {
	padding: 3px;	
}

.tableScala th {
	background: #fff;
	font-weight: bold;
	border: 0;
	border-collapse: collapse;	
    border-bottom: 2px solid #444;
	text-align: center !important;
}
.tableScala td {
	border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #888;
    text-align: center !important;
    padding-top: 5px;
}

#content h1 {
	
}
.showTable {
	position: absolute;
	cursor: help;
	border-bottom: 2px solid #008ec1;
	margin-top: -2.7em;
	left: 1em;
	right: 1em;	

}
.showTable .sym {
	font-size: 25pt;
	color: white;
	background-color: #79C;
	cursor: help;
	border-radius: 50%;
	padding: 2px 0.5em;
	margin-left: 22em;	
	margin-bottom: 8px;
	display: inline-block;
}

.showTable .tableScala {
	display: none;
	background: #f3faff;
	box-shadow: 3px 3px 10px rgba(20, 20, 20, 0.5);
	z-index: 10000;	
	min-width: 10em;	
	left: 47.5em;
	font-size: 12pt;
	position: absolute;
	margin-top: -8em;
}

.showTable:hover .tableScala, .showTable:focus .tableScala {
	display: inherit;	
}

.form label {
	display: block;
	text-align: left;
	clear: both;
	float: none;
	padding: 5px 0 2px 0;
	font-size: 80%;
}
.form input[type=text], .form input[type=password] {
	width: 95%;
	padding: 9px 10px;
	border-radius: 4px;
	font-size: 1rem;
}
.form > div {
	clear: both;
	margin-bottom: 1em;
	margin-top: 0.3em;
}

.box-tologin {
	position: absolute;
	display: block;
	left: 1em;
	right: 0;
	margin-top: -3em;
	padding: 4px;
	text-align: left;
}

.box-tologin a {
	color: white;
	text-decoration: underline;
}

.reg-form, .login-form {
	width: 33%;
	float: left;
	margin-right: 1rem;
}

button, input[type=submit], input[type=reset], input[type=button] {
	padding: 6px 1em;
}

.flow-items {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	clear: both;
}


@media all and (max-width: 600px) {
	#header {
		height: 40px;
	}

	#header h1 {
		font-size: 25px;
		margin-top: 5px;
	}
	#header .head-menu a {

	}
	#header .head-menu a > span {
		display: none;
	}	
	
	#header .version, #header h2 {
		display: none;
	}

	.analyzeForm .field {
		width: 100%;
	}

	
	.reg-form, .login-form {
		width: 100%;
		float: none;
		margin-bottom: 1em;
		padding-bottom: 1em;
	}

	.bi .left, .bi .right,
	.miniBi .mleft, .miniBi .mright {
		float: none;
		width: 100%;
	}
}


.vuote dd:nth-last-child(2) {
	font-weight: bold;
}

.densita {
	clear: both;
	padding-top: 1rem;
	font-size: 1.2rem;
}
.densita dd, .densita dt{
	border-bottom: 0;
}
