@charset "utf-8";
/* General styles */
html, 
body {
    margin:0;
    padding:0;
    border:0;           /* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
                        /* The min-width property does not work in old versions of Internet Explorer */
    font-size:90%;
    height:100%;
    font-family:Arial, Helvetica, sans-serif;

	background-image:url(../img/gradiente_azzurro_x.gif);
	background-repeat:repeat-y;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#header {
    /*border-bottom:1px solid #ede5a7;*/
    border-bottom:1px solid #ccffff;
	/*background:none repeat scroll 0 0 #A1AB57;*/
	background:none repeat scroll 0 0 white;
}

#header p,
#header h1,
#header h2 {
    padding:.4em 15px .4em 15px;
    margin:0;
}

#header h1 {
	font-family: Michroma,Helvetica, sans-serif;
	text-shadow: none;
}

#header ul {
    clear:left;
    float:left;
    width:100%;
    list-style:none;
    margin:10px 0 0 0;
    padding:0;
}
#header ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
#header ul li a {
    display:block;
    float:left;
    margin:0 0 0 1px;
    padding:3px 10px;
    text-align:center;
    background:#eee;
    color:#000;
    text-decoration:none;
    position:relative;
    left:15px;
    line-height:1.3em;
}
#header ul li a:hover {
    background:#C6D580;
    color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
    color:#000;
    background:#EADCAE;
    font-weight:bold;
}
#header ul li a span {
    display:block;
}
/* 'widths' sub menu */
#layoutdims {
    text-align:right;
}

#subtitle {
    float:left;
}

#sottotitolo {
	/*background:none repeat scroll 0 0 #EDE5A7;*/
	background:none repeat scroll 0 0 #ccffff;
    border-top:8px solid #705993;
}

#nav_button { }

.main_nav_button {
	width: 140px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.main2_nav_button {
	width: 140px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	background-color:#CF0;
	border: 1px outset;
}

.main_admin_button {
	width:auto;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}

.filter_applied {
	border-color: #00BD00;
	border-style: solid;
	background: lightGrey;
	margin-bottom: 10px;
}

/* column container */
.colmask {
	min-height: 100%;
}

#main {
	overflow:auto;
	padding-bottom: 150px;  /* must be same height as the footer */
	margin: 0 20px 0 20px;
	padding-top: 15px;
	clear:left;
}

/* 1 column full page settings */
.fullpage {
    background:#fff;
}

/* Footer styles */
#footer {
	
	position: relative;
	margin-top: -74px; /* negative value of footer height */
	height: 70px;
	clear:both;
	
	width:100%;
    border-top:4px solid #705993;
	
    /*background:none repeat scroll 0 0 #EDE5A7;*/
    background:none repeat scroll 0 0 #ccffff;
}

#footer p {
    padding:10px;
    margin:0;
}
.centered {
    text-align: center;
}


.results_table_id {
	margin-bottom:15px;
}

.results_table_id td.qta {
	text-align:right;
	width:30px;
}

.results_table_id td.val {
	text-align:right;
	width:55px;
}

.results_table_id th.first_col {
	text-align:left;
	width:90px;
}
.results_table_id th.first_col_per_medico {
	text-align:left;
	width:280px;
}

tr.separatore
{
	background-color:#000660;
	height:2px;
}

tr.riga_richieste_stato
{
	/*background-color:#E5E5E5;*/
	background-color:#ccffff;
	border-bottom-color:#6699CC;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color:black;
	font-family:Helvetica, Arial Narrow, sans-serif;
	font-size:9pt;
	padding-left:1px;
	text-align: center;
}

tr.riga_richieste_stato_pari {
	
	/*background-color:#EDE5A7;*/
	background-color:white;
	border-bottom-color:#6699CC;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color:black;
	font-family:Helvetica, Arial Narrow, sans-serif;
	font-size:9pt;
	padding-left:1px;
	text-align: center;
}

tr.riga_header_richieste_stato_statistiche
{
	background-color:#705993;
	color:white;
	font-family:Helvetica, Arial Narrow, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding: 3px;
	margin: 3px;	
}

tr.riga_header_richieste_stato_statistiche_min
{
	background-color:#705993;
	color:white;
	font-family:Helvetica, Arial Narrow, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	padding: 3px;
	margin: 3px;	
}

tr.riga_header_history
{
	background-color:#E5D980;
	color:white;
	font-family:Helvetica, Arial Narrow, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding: 3px;
	margin: 3px;	
}

.solid_border_select {
	border: 1px solid gray;
	font-family: Helvetica, Arial Narrow, sans-serif;
	font-size: 10pt;
	padding-left: 1px;
	width:99%;
}

.solid_border {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Helvetica, Arial Narrow, sans-serif;
	font-size: 10pt;
	height: 100%;
	text-align: center;
	width: 100%;
	
}

.solid_border_editable {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Helvetica, Arial Narrow, sans-serif;
	font-size: 9pt;
	height: 100%;
	text-align: center;
	width:100%;
}

#section_title p {
	margin-bottom:2px;
}

.note_mov_kit {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	/*resize: none;*/
	height: 100%;
}

.kit_ipv_S {
	background-color:#E5E5E5;
	color:#00F;
}

.kit_ipv_N {
	background-color:#FFF;
	color:black;
}

.input_text_mov {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	resize: none;
	height: 25px;
}

.history_section {
	margin-left:20px;
}

.expired_date {
	color: red;
}

.kit_main_name {
	font-weight: bold;
	font-size: 10pt;
}

#loading {
	background-color: #FF9;
	font-weight: bold;
	position: absolute;
	z-index: 10000;
	width: 100%;
	text-align:center;
	display:none;
	opacity:0.9;
	height:32px;
	line-height:32px;
	font-size:13pt;
	color: #4C4C4C;
	text-shadow: white 0 1px 0;
}

#stato_update {
	/*background-color: #E5E5E5;*/
	/*font-weight: bold;*/
	/*position: absolute;*/
	z-index: 10000;
	width: 100%;
	text-align:center;
	display:none;
	opacity:0.9;
	height:20px;
	line-height:20px;
	font-size:10pt;
	color: #4C4C4C;
	text-shadow: white 0 1px 0;
}

.no_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.messaggioDiConferma {
	font-weight: bold;
	color: #66CC00;
}

.modulo_div1 {
	width: 400px;
}
.modulo_label1 {
	width: 200px;
	line-height: 15px;
	background-color:#0F6;
	border: 1px solid #030;
	float:left;
	display:block;
	padding:3px;
}

.modulo_label2 {
	width: 200px;
	line-height: 15px;
	background-color:#FCF;
	border: 1px solid #606;
	float:left;
	display:block;
	padding:3px;
}

.modulo_label3 {
	width: 200px;
	line-height: 15px;
	background-color:#ADD8E6;
	border: 1px solid #606;
	float:left;
	display:block;
	padding:3px;
}

.modulo_label4 {
	width: 200px;
	line-height: 15px;
	background-color:#F3B5F0;
	border: 1px solid #606;
	float:left;
	display:block;
	padding:3px;
}

.modulo_label5 {
	width: 200px;
	line-height: 15px;
	background-color:#F682F1;
	border: 1px solid #606;
	float:left;
	display:block;
	padding:3px;
}

.modulo_label11 {
	width: 200px;
	line-height: 15px;
	border: 1px solid #030;
	float:left;
	display:block;
	padding:3px;
}

.modulo_label12 {
	line-height: 15px;
	background-color:#0F6;
	border: 1px solid #030;
	float:right;
	display:block;
	padding:3px;
}

.modulo_input1:focus { outline: 2px solid #063; }

.modulo_input1 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 1px solid #030;
	resize: none;
	height: 100%;
	font-weight:bold;
}

.modulo_note {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 1px ridge #0F6;
	resize: none;
	height: 100%;
}

.messaggioDiConferma {
	font-weight: bold;
	color: #66CC00;
}

.messaggioDiErrore {
	font-weight: bold;
	color: #CC0000;
}