@charset "utf-8";
/* General styles */
html, 
body {
    
    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%;
    
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  overflow: hidden;
  background-color: #39C;
  /*padding: 20px 10px;*/
    min-height: 64px;
}

.header a.top {
  background-color: #FFFFFF;
  color: black;
  float: left;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 20px;
  border-radius: 4px;
  display: flex;
  align-items:center;
  margin-left: 10px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
  display: block;
}

.header a.top:hover {
  background-color: #ddd;
  color: black;
}

.header a.logout {
  background-color: #D6F527;
  color: black;
  float: left;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  font-size: 13px; 
  line-height: 20px;
  border-radius: 4px;
  display: flex;
  align-items:center;
  margin-left: 5px;
  margin-top: 5px;
}
.header a.logout:hover {
  background-color: #ddd;
  color: black;
}


.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
  display: flex;
  align-items:center;
  /*background-color: #ccffff;*/
  margin-top: 10px;
  margin-right: 10px;    
}


@media screen and (max-width: 100px) {
  .header a.top {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}

div#header_menu {
    z-index: 100;
    width: 300px;
    position: absolute;
    margin-top: 45px;
    display: none;
    font-size: 18px;
    opacity: 95%;
    line-height: 1.5em;
}

#header_menu p,
#header_menu h1,
#header_menu h2 {
   /* padding:.4em 15px .4em 15px;
    margin:0; */
	padding-left: 15px;
}

#header_menu h1 {
	font-family: Helvetica, sans-serif, Michroma;
	text-shadow: none;
}

#header_menu ul {
    clear:left;
    float:left;
    width:100%;
    list-style:none;
    /*margin:10px 0 0 0;*/
    margin: 0px 0 0 0;
    padding:0;
}
#header_menu ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
#header_menu 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;*/
    /*opacity: 90%;*/
}
#header_menu ul li a:hover {
    background:#C6D580;
    color:#fff;
}
#header_menu ul li a.active,
#header_menu ul li a.active:hover {
    color:#000;
    background:#EADCAE;
    font-weight:bold;
}
#header_menu ul li a span {
    display:block;
}

div#sotto-menu {
    z-index: 100;
    width: 300px;
    margin-top: 10px;
    margin-left: 16px;
    display: none;
}


#subtitle {
    float:left;
}

#sottotitolo {
	background:none repeat scroll 0 0 #ccffff;
    border-top:8px solid #EBB700;
	height: 43px;
    padding-left: 10px;
    display: flex;
    align-items: center;    
}


#nav_button {
	margin-bottom: 15px;
}

.main_nav_button {
	width: 140px;
	/*margin-left: 10px;*/
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	padding: 5px;
}

.main2_nav_button {
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	background-color:#336;
	color:#CFF;
	border: 1px outset;
	min-width:230px;
	font-size:10px;
}

.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;*/
	margin-top:-5px;
}

/* column container */
.colmask {
	min-height: 100%;
}

#main {
	/*overflow:auto;*/
	padding-bottom: 100px;  /* must be same height as the footer */
	margin: 0 20px 0 20px;
	padding-top: 15px;
	clear:left;
	/*min-height: 500px;*/
}

/* 1 column full page settings */
.fullpage {
    background:#fff;
}

/* Footer styles */
#footer {
	
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 55px;
	clear:both;
	
	width:100%;
    border-top:4px solid #39C;

    background:none repeat scroll 0 0 #ffffff;
}

#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:#efecec;
	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:#e2fbfb;*/
	background-color:#F7F7F7;
	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:#39C;
	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_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: 25px;
}

.note_mov_main {
	width: 100%;
	padding: 0px;
	margin: 0px;
	resize: none;
	height: 20px;
	border-width: 2px;
	border-color:#FC6;
}

.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: #6F6;
	font-weight: bold;
	position: relative;
	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;
}

.messaggioDiConfermaGiust {
	font-weight: bold;
	color: #0047AB;
}

.messaggioDiErrore {
	font-weight: bold;
	color: #CC0000;
}

.selectable .ui-selecting { background: #FECA40; }
.selectable .ui-selected { background: #F39814; color: white; }
.selectable { list-style-type: none; margin: 0; padding: 0; }
.selectable li { margin: 3px; padding: 1px; float: left; height: 20px; font-size: 1.5em; text-align: center; }

div #admin{
	font-size:12px;
}