
.header-bar
	{
	top: 0px;
	left: 0px;
	position: absolute;
	margin: 0;
	padding: 0;
   border: solid 0px red;
   height: 100px;
   width: 100%;
	}

.nav-tree
	{
	top: 100px;
	left: 0px;
	position: absolute;
	border: solid 0px red;
	width: 250px;
	height: 1250px;
	background-color:#F5F5F5;
	}

.content-page
	{
	top: 100px;
	left: 250px;
	position: absolute;
	margin-left: 20px;
	margin-top: 10px;
	border: solid 0px red;
	width: 80%;
	font-family: verdana;
	font-size: 9pt;
	}
    

/* ----- dimensioni variabili (si adatta al contenuto ma a volte si allarga per tutto lo spazio disponibile) ----- */
    
.box
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	padding: 5px;
	border: 1px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	}

.box-noborder
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	padding: 5px;
	border: 0px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	}

.box-rounded
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	padding: 10px;
	border: 1px solid #BBBBBB;
	border-radius: 20px 20px 20px 20px;
	font-family: verdana;
	font-size: 9pt;
	}

.box-shadow
	{
	overflow: auto;
	position: relative; 
	padding: 20px;
	border: 1px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	box-shadow:  0px 0px 10px 3px #DEDEDE;
	}

.box-alert
	{
	width: 600px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #C00000;
	/* background-color: #C00000; */
	color: red;
	font-family: verdana;
	font-size: 12pt;
	}


/* ----- altezza fissa ----- */

.box-short
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	height: 150px;
	padding: 5px;
	border: 1px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	}

.box-medium
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	height: 300px;
	padding: 5px;
	border: 1px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	}

.box-large
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	height: 500px;
	padding: 5px;
	border: 1px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	}


/* ----- larghezza fissa ----- */

.boxS
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	width: 300px;
	padding: 5px;
	border: 1px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	}

.boxS-noborder
	{
	overflow: auto;
	position: relative; 
	margin: auto;
	width: 300px;
	padding: 20px;
	border: 0px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	text-align: center;
	}

.boxS-rounded
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	width: 300px;
	padding: 10px;
	border: 1px solid #BBBBBB;
	border-radius: 20px 20px 20px 20px;
	font-family: verdana;
	font-size: 9pt;
	}

.boxS-new
	{
	overflow: auto;
	position: relative;
	margin: 10px; 
	top: 0px;
	left: 0px; 
	width: 300px;
	padding: 5px;
	border: 0px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	}

.boxM
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	width: 600px;
	padding: 5px;
	border: 1px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	}

.boxM-noborder
	{
	overflow: auto;
	position: relative; 
	margin: auto;
	width: 400px;
	padding: 20px;
	border: 0px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	text-align: center;
	}

.boxM-rounded
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	width: 600px;
	padding: 10px;
	border: 1px solid #BBBBBB;
	border-radius: 20px 20px 20px 20px;
	font-family: verdana;
	font-size: 9pt;
	}

.boxL
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	width: 900px;
	padding: 5px;
	border: 1px solid #BBBBBB;
	font-family: verdana;
	font-size: 9pt;
	}

.boxL-rounded
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	width: 900px;
	padding: 10px;
	border: 1px solid #BBBBBB;
	border-radius: 20px 20px 20px 20px;
	font-family: verdana;
	font-size: 9pt;
	}


/* ----- box-finestra ----- */   

.box-header
	{
	overflow: auto;
	position: relative;
	margin: auto;
	padding: 1px;
	border: solid 1px #BBBBBB;
	height: 18px;
	width: 600px;
	color: black;
	background-color: #DDDDDD;
	font-family: verdana;
	font-size: 9pt;
	}
   
.box-header-100
	{
	overflow: auto;
	position: relative;
	padding: 2px;
	border: solid 1px #BBBBBB;
	height: 19px;
	background-color: #575F90;
	color: white;
	font-family: verdana;
	font-size: 9pt;
	text-align: left;
	}

.boxS-window
	{
	overflow: auto;
	position: relative; 
	margin: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border: solid 1px #BBBBBB;
	width: 382px;
	font-family: verdana;
	font-size: 9pt;
	}

.boxM-window
	{
	overflow: auto;
	position: relative; 
	margin: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border: solid 1px #BBBBBB;
	width: 582px;
	font-family: verdana;
	font-size: 9pt;
	}

#loading
	{
	margin: 5px;
	border: 0px solid red;
	height: 50px;
	display: none;
	}
	

/* SOLUZIONE ALTERNATIVA: https://www.donatantonio.net/blog/guide_tutorial/javascript/attesa-caricamento-pagina-in-javascript/ */


/* ----- box dedicati ----- */   

.box-title
	{
	overflow: auto;
	position: relative;
	padding: 5px;
	border: solid 1px #575F90;
	border-radius: 10px 10px 10px 10px;
	height: 16px;
	width: 98%;
	/* background-image: url("../Graph/bkgr/title.png"); */
	color: #575F90;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}

.box-subtitle
	{
	overflow: auto;
	position: relative;
	margin-bottom: 15px;
	padding: 5px;
	border: 0px solid #575F90;
	width: 98%;
	color: #E26204;
	font-family: verdana;
	font-size: 9pt;
	text-align: center;
	}

.box-welcome
	{
	top: 0px;
	left: 0px; 
	overflow: auto;
	position: relative;
	margin: auto; 
	margin-top: 25px;
	padding: 5px;
	border: solid 1px #BBBBBB;
	width: 600px;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	}


.box-lgn-failure
	{
	overflow: auto;
	position: relative;
	margin: auto;
	padding: 10px;
	border: solid 1px #BBBBBB;
	width: 500px;
	font-family: verdana;
	font-size: 16px;
	text-align: center;
	}
 
.box-attach
	{
	overflow: auto;
	position: relative; 
	top: 0px;
	left: 0px; 
	padding: 10px;
	border: solid 1px #BBBBBB;
	border-radius: 20px 20px 20px 20px;
	width: 600px;
	font-family: verdana;
	font-size: 9pt;
	}
     
.boxIR-0
	{
	overflow: auto;
	position: relative; 
	padding: 5px;
	border: solid 1px #BBBBBB;
	width: 1050px;
	font-family: verdana;
	font-size: 9pt;
	}

.boxIR-1
	{
	overflow: auto;
	height: 200px; 
	padding: 5px;
	border: solid 1px #BBBBBB;
	width: 300px;
	font-family: verdana;
	font-size: 9pt;
	}
	
.boxIR-2
	{
	overflow: auto;
	height: 300px; 
	padding: 5px;
	border: solid 1px #BBBBBB;
	width: 500px;
	font-family: verdana;
	font-size: 9pt;
	}

.boxIR-3
	{
	overflow: auto;
	height: 100px; 
	padding: 5px;
	border: solid 1px #BBBBBB;
	width: 1018px;
	font-family: verdana;
	font-size: 9pt;
	}


/* ----- box per documenti sanitari ----- */

.box-cartellaC
	{
	overflow: auto;
	position: relative; 
	width: 1000px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E9E9E9;
	font-family: verdana;
	font-size: 9pt;
	}

.box-cartellaT
	{
	overflow: auto;
	position: relative; 
	width: 1000px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFD7;
	font-family: verdana;
	font-size: 9pt;
	}

.box-cartellaS
	{
	overflow: auto;
	position: relative; 
	width: 1000px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FAE9E9;
	font-family: verdana;
	font-size: 9pt;
	}

.box-cartellaZ
	{
	overflow: auto;
	position: relative; 
	width: 1000px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EAF5F5;
	font-family: verdana;
	font-size: 9pt;
	}

.box-cartellaR
	{
	overflow: auto;
	position: relative; 
	width: 1000px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFF3CD;
	font-family: verdana;
	font-size: 9pt;
	}

.box-datipaz1
	{
	overflow: auto;
	position: relative; 
	width: 1020px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	color: black;
	background-color: EEEEEE;
	font-family: verdana;
	font-size: 9pt;
	}
    
.box-datipaz2
	{
	overflow: auto;
	position: relative; 
	width: 1020px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	color: black;
	background-color: EEEEEE;
	font-family: verdana;
	font-size: 9pt;
	}

.box-datiPs
	{
	overflow: auto;
	position: relative; 
	padding: 5px;
	border: 1px solid #74B9F4;
	font-family: verdana;
	font-size: 9pt;
	}

/* ----- box-finestra ----- */   

.box-header
	{
	overflow: auto;
	position: relative;
	margin: auto;
	padding: 1px;
	border: solid 1px #BBBBBB;
	height: 18px;
	width: 600px;
	color: black;
	background-color: #DDDDDD;
	font-family: verdana;
	font-size: 9pt;
	}
   
.box-header-100
	{
	overflow: auto;
	position: relative;
	padding: 2px;
	border: solid 1px #BBBBBB;
	height: 19px;
	background-color: #575F90;
	color: white;
	font-family: verdana;
	font-size: 9pt;
	text-align: left;
	}

.boxS-window
	{
	overflow: auto;
	position: relative; 
	margin: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border: solid 1px #BBBBBB;
	width: 382px;
	font-family: verdana;
	font-size: 9pt;
	}

.boxM-window
	{
	overflow: auto;
	position: relative; 
	margin: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border: solid 1px #BBBBBB;
	width: 582px;
	font-family: verdana;
	font-size: 9pt;
	}

#loading
	{
	margin: 5px;
	border: 0px solid red;
	height: 50px;
	display: none;
	}
	
/* SOLUZIONE ALTERNATIVA: https://www.donatantonio.net/blog/guide_tutorial/javascript/attesa-caricamento-pagina-in-javascript/ */
