
p {font-family: Tahoma, Arial, sans-serif;}
html,body{
	font-family: Tahoma,sans-serif ;
	font-size:15px;
	line-height:1.0;
	text-align: center; 
        link: red;
	}


.body12bb {
font-family:Tahoma;
font-size:14pt;
color:black;
font-weight: bold;
} 

.body12b {
font-family:Tahoma;
font-size:14pt;
color:black;
font-weight: bold;
} 

.w3-input{padding:4px;}
.w3-select{padding:4px;}

/* regole per l’header fisso */

div.tablewrap1{
 position: relative;
 width: 98% ;
 padding-top: 18px;
 
 }

#utenti.table{
  width:100%;
  }
 
div.tablewrap-inner{
  width: 100% ;
  height: 180px; 

  overflow-y:auto;
  overflow-x:hidden;
 }
 
 
.chgrosso {
	transform: scale(2.5); 
	-webkit-transform: scale(2.5);
}

.inputrow-tav{
   background-color: LIGHTSTEELBLUE;
   padding: 3px; 
   font-size:14; 
   font-weight:bold;
   width:30;
}
 
.inputrow {
   background-color: LIGHTSTEELBLUE;
   padding: 3px; 
   font-size:14; 
   font-weight:bold;
}

.inputrow_ita {
   background-color: LIGHTSTEELBLUE;
   padding: 3px; 
}

.inputrow_est {
   background-color: LIGHTSTEELBLUE;
   padding: 3px; 
}
 
#form_ricerca div.tablewrap  thead  tr{
 width:100%;
position: absolute;
height: 15px;
top: -12px;
}

/* stili generici */
div.tablewrap #form_ricerca table,#form_ricerca td, th{
  border:solid #CCC;
  border-width: 0px 0;
  height: 20px; 
  text-align: center;
  border-collapse: collapse; 
  
  }
div.tablewrap #form_ricerca td, th{
    padding: 0px 0;
    text-align: center;
    }
    
div.tablewrap th{
 background: #DAE6F4;
 color: #000 ;
}

div.tablewrap tr.odd td{background: #eee}

  
ul#menu{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
   
  }



ul#menu li {

      background-color: gainsboro;
      border-left: 8px solid #54BAE2;
      border-right: 0px;
      display: block;
      width: 150px;
      height: 35px;
      
      margin: 1px 0;
      
  /*  border: 1px solid red;  float: left;  elementi su singola riga */
  }
  
ul#menu li:hover {
  background-color: #544bae2;
  border-left: 8px solid #FF831C;
  border-right: 0px;
  opacity: 1;
}  
    
ul#menu li a {

      color: #fff;
      display: block;
      font-weight: bold;
     line-height: 35px;
     height: 35px;
      padding-left; 10 px;
      text-decoration: none;
      margin-left: 1px;
      margin-right: 0px;
      margin-top: 0px;
      margin-bottom: 1px ;
      
   /* border: 1px solid green;   width: 140px; /* 160px -15 di padding */
      
     text-align: center; */
}




ul#menu a.uno:hover {

  opacity: 1;
}

ul#menu a.uno:link, ul#menu a.uno:visited
  {
  background-color: green;
  color:#000;

  }  
ul#menu a.due:link, ul#menu a.due:visited
  {
  background: blue;
  color:#000;

  }  
ul#menu a.tre:link, ul#menu a.tre:visited
  {
  background: orange;
  color:#000;

  }  
ul#menu a.quattro:link, ul#menu a.quattro:visited
  {
  background: gold;
  color:#000;

  }   
 ul#menu a.cinque:link, ul#menu a.cinque:visited
   {
   background: gray;
   color:#000;

  }   
 ul#menu a.sei:link, ul#menu a.sei:visited
   {
   background: SPRINGGREEN;
   color:#000;

  }   
  
DIV.Frame {
  background-color: white;
  background-image: url('../images/beige-background.jpg');
  border : 1px solid silver;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;  
  border-radius: 10px 10px 10px 10px;
  overflow : hidden;
  height : 60%;
  width: 60%;
  float: center;
  text-align : justify;
  text-indent: 0px;
  padding: 3px;
  margin : 2px;
}  
 
#form_register, #form_ricerca, #form_login {
	text-align: left; 
        background-color: #E4E4E4;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;  
	border-radius: 5px ;
	width: 95%;
	margin-left: 0 auto;
	margin-right: 0 auto;
	padding: 0 1.5em 1.5em 1.5em;
	margin: 0 auto;
	overflow: hidden;
	}	
	
#form_login fieldset{
 
  text-align: center;
	border: 1px solid grey;
	font-size: 18px;
	}
		
#form_login legend{

  margin: 0 auto;
  text-align: center;
  display: block;
	font-size: 25px;
	padding: 5px;
	}

#form_login label{
	padding: 0px;
	display: block;
	font-size: 0.8em;
	margin: 20px 0px 0px 0px;
	}

/*input text e password*/
#form_login #username,  #form_login #password, {
	height: 20px;
	width: 120px;
	display: block;
	border: 1;
	font-size: 18px;
	line-height: 20px;
	}
	


	
#form_register fieldset, #form_ricerca fieldset{
	border: 1px solid grey;
	font-size: 15px;
  padding-top: 1px;
}
  

  
#container {

margin: 0px auto;
border: 0px solid black;
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;
display: inline-flex;
flex-flow: row wrap;
justify-content: left;


}  

div#conta {
    border: 0px solid black;
    height: 80px;
    display: table;
}
.content {
    background: none;
    display:table-cell;
    vertical-align:middle;
    margin-right: 10px;
    padding: 1px;
}

#box1 {margin-right: 10px; border: 0px solid blue; background: none; padding: 1px; }
#box2 {margin-right: 10px; border: 0px solid green; background: none; padding: 1px;}
#box3 {margin-right: 10px; border: 0px solid red; background: none; padding: 1px;}
#box4 {margin-right: 10px; border: 0px solid cyan; background: none; padding: 1px;}
#box5 {margin-right: 10px; border: 0px solid magenta; background: none; padding: 1px;}   
#box6 {margin-right: 10px; border: 0px solid magenta; background: none; padding: 1px;}   
#boxlegenda {text-align:left; margin-right: 100px; border: 0px solid blue; background: none; padding: 1px; }
#boxdx {margin-left: 100px; border: 0px solid magenta; background: none; padding: 1px;}   

#form_register legend {
	display: block-inline;
	font-size: 15px;
  color: blue;
	padding: 2 px;
	}

#form_register label{
  border: 1px;
	padding-top: 0px;
  font-size: 0.75em;
	margin: 0px ;
  display: block;
  	}

	/*LABEL GENERATO DA VALIDATE*/
.error{
  font-color: RED;
  padding: 1px ;
  margin: 1px 0 0 0;
  font-size: 1em;
  padding-left: 18px;
  background-image: url('../images/error.png');
  background-position: 1px 0;
  background-repeat: no-repeat;
  }
  
#form_register label.error{
	color: RED;
	padding: 1px ;
	margin: 2px 0 0 0;
	font-size: 1em;
	padding-left: 18px;
	background-image: url('../images/error.png');
	background-position: 1px 0;
	background-repeat: no-repeat;
	}
  

  
/*input text e password*/
#form_register input[type="input"], #form_ricerca input[type="input"]{
  padding-top: 0px;
  text-transform: uppercase;
  margin-top: 0px;
	height: 18px;
	width: 180px;
	border: 1;
	font-size: 1.0em;
	line-height: 18px;
	}
  
input[readonly] {background-color:lightgrey!important;}  
  
/*input readonly*/
  
.errore {
  /* height: 30px; 
  margin-top: 2px;
  margin-bottom: 2px;
  width: 300px; */
  color: gold;
  font-weight: bold;
  font-size:1.4em;
  background: red;
  padding: 2px;
  opacity: 0.8;
  border: 2px solid #999;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;  
  border-radius: 1px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .6);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .6);
  -webkit-appearance: none;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  
  }
/*input type submit e reset*/
#form_login #reg_submit,  #form_login #reg_nuovo, #form_login #reg_mail, #form_login #reg_reset,  #form_login #reg_annulla{
  height: 30px;
  width: 180px;
  color: black;
  font-weight: bold;
  opacity: 0.7;
  border: 3px solid ;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;  
  border-radius: 1px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .6);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .6);
  -webkit-appearance: none;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  display: block;
  }
  
#form_login #reg_submit{background: white; border-color: green; font-color: black; margin-top: 20px;}
#form_login #reg_reset{background: #f33; margin-top: 20px;}
#form_login #reg_annulla{background: white;  border-color: red; margin-top: 20px;}
#form_login #reg_nuovo{background: white;  border-color: blue; margin-top: 20px;}
#form_login #reg_mail{background: white;  border-color: gold; margin-top: 20px;}

#form_login input[type="submit"]:hover,
#form_login input[type="submit"]:active,
#form_login input[type="reset"]:hover,
#form_login input[type="reset"]:active,
#form_login input[type="button"]:hover,
#form_login input[type="button"]:active{
  cursor: pointer;
  opacity: 1;
  }
  
#form_register input[type="submit"], #form_ricerca input[type="submit"], #form_register input[type="reset"], #form_register input[type="button"], #form_ricerca input[type="button"]{
  
  font-weight: bold;

  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;  
  border-radius: 2px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .6);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .6);
  -webkit-appearance: none;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  display: inline;
  }
  


#caricafile{width: 60px; height:18px; align: center; background-color:white; border:1px solid green; margin-top: 1px;}   

#ricerca{width: 150px; height:25px; background-color: white; border: 3px solid green; margin-top: 10px; margin-bottom: 15px;}
#ritorna{width: 150px; height:25px; background-color: white; border: 3px solid red; margin-top: 5px;}

#abilita{width: 150px; height:25px; background-color: white;  border: 3px solid green; margin-top: 5px;}

#genera{width: 150px; height:25px; background-color: white;   border: 3px solid green; width:120; margin-top: 10px; margin-left: 20px; margin-right: 10px;}
#stampa{width: 150px; height:25px; background-color: white;  border: 3px solid gold; width:120; margin-top: 10px; margin-left: 20px; margin-right: 10px;}
#inviaemail{width: 150px; height:25px; background-color: white;  border: 3px solid blue; width:120; margin-top: 5px; margin-left: 20px; margin-right: 10px;}
#mail{width: 150px; height:25px; background-color: white;  border: 3px solid blue; width:120; margin-top: 10px; margin-left: 20px; margin-right: 10px;}

#reg_submit{width: 150px; height:25px; background-color: white;  border: 3px solid green; margin-top: 5px;}

#reg_reset{width: 150px; height:25px; background-color: white;  border: 3px solid green; margin-top: 5px;}

#registra{width: 150px; height:25px; background-color: white; border-color: green; font-color: black; margin-top: 10px; }

#reg_annulla{width: 150px; height:25px; background-color: white; border: 3px solid red; margin-top: 10px;}
#elimina{width: 150px; height:25px; background-color: white; border: 3px solid red; margin-top: 5px;}
#cancella{width: 150px; height:25px; background-color: white; border: 3px solid red; margin-top: 5px;}
#conferma{width: 150px; height:25px; background-color: white; border: 3px solid green; margin-top: 5px; margin-left: 20px; margin-right: 0px;}
#nuovoc{width: 150px; height:25px; background-color: white; border: 3px solid blue; margin-left: 10px; margin-top: 10px;}
#nuovoo{width: 150px; height:25px; background-color: white;  border: 3px solid CORNFLOWERBLUE; ; margin-left: 10px; margin-top: 10px;}
#nuovo{width: 150px; height:25px; background-color: white; border: 3px solid green; margin-left: 20px;}
#annulla{width: 150px; height:24px; background-color: white; border: 3px solid red;margin-left: 20px;}

#modifica{width: 150px; height:24px; background-color: white; border: 3px solid yellow; margin:3px;}
#help{width: 150px; height:24px; background-color: white; border: 3px solid cyan; margin:3px; } 

#reg_pagamento{width: 150px; height:25px; background-color: white; border: 3px solid blue; margin-top: 5px; margin-left: 20px; margin-right: 0px;}
#next{background-color: white; border: 3px solid red;margin-left: 10px;}
#prev{background-color: white; border: 3px solid blue;margin-left: 10px;}
#home{background-color: white; border: 3px solid green;margin-left: 10px;}

#form_register input[type="reset"]:hover,
#form_register input[type="reset"]:active,
#form_register input[type="submit"]:hover,
#form_register input[type="submit"]:active,
#form_register input[type="button"]:hover,
#form_register input[type="button"]:active{
  cursor: pointer;
  opacity: 1;
  }

.input-row{
  padding-top: 0px;
  margin-top: 0px;
  width: 160px;
  height: 18px;
  border: 0;
  font-size: 0.725rem;
  opacity: 0.5;
  font-color: black;
  line-height: 18px;
  
  }

  
#form_register input[type="text"]{  
  margin: 0 0 0 0 ;
  }
  

input#sesso {
  width: 22px; 
  text-align: center;
}
input#datanascita {
  width: 80px;
  margin: 0 0 0 0 ;
}
input#reg_PR {
  width: 25px;
  text-align: center;
}

input#cap {
  width: 42px;
  text-align: center;
}

.miatab{
  background: none;
  margin-bottom: ;
  border:  0px ; }
   miatab thead,
    miatab tfoot {
      background: none; }
      miatab thead tr th,
      miatab thead tr td,
      miatab tfoot tr th,
      miatab tfoot tr td {
        padding: 0.5rem 0.425rem 0.425rem;
        font-size: 0.725 rem;
        font-weight: bold;
        color: none;
      text-align: center; }
      table tr.even, table tr.alt, table tr:nth-of-type(even){
    background: none; }
  miatab tr th,
    miatab tr td {
      padding: 0.8px ;
      font-size: 0.725rem;
      color: none;
      line-height: 0.6px;}

table{
  background-color: lightgrey;
  margin-bottom: ;
  border: solid 1px #dddddd; 
  border-collapse: separate;
  border-spacing: 1px;
  border-color: gray;
  }
  table thead,
  table tfoot {
    background: snow; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.425rem 0.425rem;
      font-size: 0.825rem;
      font-weight: bold;
      color: #222222;
      text-align: center; }
  table tr th,
  table tr td {
    padding: 1.0px ;
    font-size: 0.9rem;
    color: #222222;
    line-height: 0.9px;}
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: whitesmoke; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.0rem; }
    
.prova:hover { cursor: pointer; }


 
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
	content: " ";
	display: table; }
      .row .row.collapse:after {
clear: both; }

 .column,
  .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

