BODY	{
	COLOR:#000033;
	MARGIN-TOP:2px;
	MARGIN-LEFT:0px;
	MARGIN-RIGHT:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
INPUT, OPTION, SELECT, TEXTAREA, TABLE, TD, TR {FONT-SIZE:1em;FONT-FAMILY:tahoma,sans-serif}
SELECT,OPTION,TEXTAREA		{PADDING-LEFT:2px}

/* hidden on-screen */
.print-only {
  display: none;
}

@media print {
  img.noPrint { display: none; }

  /* visible when printed */
  .print-only {
    display: block;
  }
  
  .noprint {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
  
}

@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
}



H1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  color: #000033;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 2px;
  border-bottom: solid thin #000033;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
		font-weight: bold;
	text-align: center;
	color: #000033;
	border-bottom: solid thin #000033;
	margin-top: 0px;
	margin-bottom: 0px;

}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border-bottom: solid thin #000033;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
	color: #000033;
}

A		{COLOR:#000000;TEXT-DECORATION:none}
A:hover	{
	TEXT-DECORATION:none;
	color: #CC3300;
} 

input,
select{
  border: 1px solid;
  color: #333333;
  font-size: 1.05em
}

input:focus {
  border: 1px solid #FF0000;
  color: #000000;
  background-color:#eeeeee;
}



div.arrotonda {
  border:1px solid #000000;
  background-color: #0088AA;
  border-radius: 12px;
  box-shadow: 5px 5px 3px #888888;
}

div.cornice {
  border:1px solid #7F9BC7;
  border-radius: 12px;
  padding:10px;
  box-shadow: 5px 5px 2px #999999;
}



div.cornice2 {
  border:2px solid #666666;
  border-radius: 12px;
  padding:10px;
  box-shadow: 5px 5px 2px #999999;
  background-color: #0088AA;
} 

div.corniceb {
  border:solid 1px #999; 
  border-radius:20px;
  padding:2px;
}  

 
 
.inputevidenza {
  border: 1px solid #FF0000;
  color: #AA0000;
  background-color:#eeeeee;
}


.inputinactive {
  border: 1px solid #FF0000;
  color: #AA0000;
  background-color:#666666;
}

textarea{
  border: 1px solid;
  color: #333333;
  font: 1.05em
}

textarea:focus {
  border: 1px solid #FF0000;
  color: #000000;
  background-color:#eeeeee;
}

select {   
  color: #0088aa;
  font: 1.05em
}

input.inputgrande{
  border: 1px solid;
  color: #0088aa;
  font: 1.2em Arial,sans-serif
}
.selectgrande {   
  color: #0088aa;
    font: 1.3em Arial,sans-serif 
}

.textareaattivo{
  border: 1px double;
  color: #ffffff;
  font-weight: bold;
  background-color:#AAAAAA;
  font: 1.05em
}

.textareaattivo:focus {
  border: 2px solid #FF0000;
  color: #66AAFF;
  background-color:#eeeeee;
}


label {
	font-weight: bold;
}

img {
	border: none;
}

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000033;
}
.grigetto {
	font-size: 1em;
	color: #666666;
	font-style: italic;
	font-weight: normal;
}
.bianco {background-color:#ffffff}

.textinputinserire {
 background-color: #ff0000;        
}


input[type=submit] {
    padding:5px 15px; 
    background:#0088AA;
    font-weight: bold;
    color:#fff; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}      

input[type=submit]:hover {
    padding:5px 15px; 
    background:#333;
    color:#fff; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}  

input[type=file] {
    padding:5px 15px; 
    background:#999999;
    font-weight: bold;
    color:#fff; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}      


.strillato {
	font-size: 14px;
	color: #CC0000;
	text-transform: uppercase;
	text-align: center;

}
.helptitolo {
	font-size: 18px;
	text-transform: uppercase;
	color: #00FF00;
	background-color: #666666;
}
.griglia {
	background-color: #FAFC9C;
}



.codicerosso {
	text-transform: uppercase;
	color: #CC0000;
	font-weight: bold;
	font-size: 1.2em;
}

.rosso {
	text-transform: uppercase;
	color: #CC0000;
	font-weight: normal;
}
.rosso:hover {
	text-transform: uppercase;
	color: #FFCC00;
	font-weight: normal;
	text-decoration: none;
}
.verde {
	text-transform: uppercase;
	color: #006600;
	font-weight: normal;

}
.verde:hover {
	text-transform: uppercase;
	color: #00FF00;
	font-weight: normal;
	text-decoration: none;
}
.arancio {
	text-transform: uppercase;
	color: #FF8800;
	font-weight: normal;

}
.arancio:hover {
	text-transform: uppercase;
	color: #FFCC33;
	font-weight: normal;
	text-decoration: none;

}

.azzurro {
	text-transform: uppercase;
	color: #5599BB;
	font-weight: normal;

}
.azzurro:hover {
	text-transform: uppercase;
	color: #22CCFF;
	font-weight: normal;
	text-decoration: none;

}
.linkarancio {
	text-transform: uppercase;
	color: #FF3300;
	font-weight: bold;
	font-size: 12px;

}
a.linkarancio:hover {
	text-transform: uppercase;
	color: #FFCC00;
	font-weight: bolder;
	text-decoration: none;

}


.maiusc {
	text-transform: uppercase;
}
.rossetto {
	color: #CC0000;
}


.intestazione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #e1e8f2;
	border: thin solid #000000;
	word-spacing: 20px;
}

.livello1 {
	font-size: 16px;
	text-transform: uppercase;
}
.livello2 {
	font-size: 14px;
}
.livello2_upper {
	font-size: 14px;
	text-transform: uppercase;
}
.livello3 {
	font-size: 12px;
}

.testa {
	text-align: left;
	text-transform: uppercase;
  vertical-align: middle;
  border-bottom: thin solid #000000;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-left: thin none #000000;
  background-color: #0088AA;
  color: #FFFFFF;
  padding-left: 2px;
  
}

.codasomme {
	text-align: right;
	text-transform: uppercase;
  vertical-align: middle;
  border-bottom: thin solid #000000;
	border-top: thin solid #000000;
  background-color: #0088AA;
  color: #FFFFFF;
  padding-left: 2px;  
}

.risaltored {
	font-weight: bold;
	color: #c21c1c;
}


.bottone {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: xx-small; BORDER-LEFT: #999999 1px solid; COLOR: #990000; BORDER-BOTTOM: #999999 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: white
}

.style1 {font-size: 16px}.bluetto {
	color: #003366;
}
.grosso {
	font-size: 12px;
	font-weight: bold;
	
}

.grasso{
	font-weight: bold;
}
a.linketto {
}
a.linketto:hover {
	text-decoration: none;
	border: thin dotted #0000FF;
}

.somma {
	text-decoration: overline;
	font-weight: bold;
}

.menugrande {
	font-size: 1.2em;
}

.grande {
	font-size: 1.2em;
}
.grandissimo {
	font-size: 1.4em;
}
.grandissimissimo {
	font-size: 2.8em;
}
.immenso {
	font-size: 220px;
}
.grandegrosso {
	font-size: 1.5em;
	font-weight: bold;
}
.medio {
	font-size: 0.9em;
}
.piccolo {
	font-size: 0.8em;
}
.piccolissimo {
	font-size: 5px;
}

.bordo{
  border-top: 1px dashed #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
  border-left: 1px dashed black;
}

.bkgmenu {
	background-color: #e1e8f2;
}
.feriali {
	background-color: #FFFFFF;
	font-weight: normal;

}
.sololettura {
	text-transform: uppercase;
	background-color: #CCCCCC;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.etichetta {
	font-weight: bold;
	text-transform: uppercase;

}
.colore {
	background-color: #e1e8f2;
}
.festivi {
	background-color: #FFCC33;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;

}

/*
.messaggioalert{
	background-color: #E2B8B6;
	border: 2px solid #CC0000;
	color: #CC0000;
	width: 66%;
	text-align: center;
}
.messaggiook{
	border: 2px solid #000000;
	width: 66%;
	color: #CC0000;
	text-align: center;
}
.messaggioxwebmaster{
	border: 1px solid #CCCCCC;
	width: 66%;
	color: #CCCCCC;
	text-align: center;
	font-size: 9px;
} */

th {
	text-align: left;
	text-transform: uppercase;
  vertical-align: middle;
  border-bottom: thin solid #000000;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-left: thin none #000000;
  background-color: #666666;
  color: #FFFFFF;
  padding-left: 2px;
}

.tabtesta{
	text-align: left;
	text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: thin solid #000000;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-left: thin none #000000;
  padding-left: 2px;
}


table.tabform {
	background-color: #eeeeee;
	border: outset 0pt;
  border-spacing: 0pt 0pt;
}


tr.tabintestazione {
	font-size: 1.15em;
	text-transform: uppercase;
	background-color: #e1e8f2;
	border: thin solid #000000;
	font-weight: bold;
}

tr.tabintestazione2 {
	font-size: 1em;
	text-transform: uppercase;
	background-color: #e1e8f2;
	border: thin solid #000000;
	font-weight: bold;
}
tr.tabintestazione3 {
	font-size: 0.9em;
	text-transform: uppercase;
	background-color: #e1e8f2;
	border: thin solid #000000;
	font-weight: bold;
}

.trcampi{
	border: thin solid #000000;

}
td.tdred {
	border: thin solid #CC3300;
}
td.tdtratteggio {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
}
tr.trcolorata {
	background-color: #E1E8F2;
}
tr.trcolorata:hover {
	background-color: #eeeeee;
  color: #000;
}

tr.trcolorata1 {
	background-color: #ffffff;
		color: #111;
}
tr.trcolorata1:hover {
	background-color: #9FCFFF;
}

tr.trcolorata2 {
	background-color: #EEEEEE;
	color: #111;
}
tr.trcolorata2:hover {
	background-color: #9FCFFF;
}
tr.trcolorata3 {
	background-color: #FF8888;
	color: #000000;
}
tr.trcolorata3:hover {
	background-color: #FF0000;
}
tr.trcolorata4 {
	background-color: #00ff33;
	color: #111111;
}
tr.trcolorata4:hover {
	background-color: #00cc33;
}
tr.trcolorata5 {
	background-color: #00BBDD;
}
tr.trcolorata5:hover {
	background-color: #57DBDD;
}
tr.trcolorata6 {
	background-color: #FF7700;
}
tr.trcolorata6:hover {
	background-color: #FFAA66;
}

tr.trcolorata0 {
	background-color: #666666;
}
tr.trcolorata0:hover {
	background-color: #999999;
}



.coloraddt {
	background-color: #BBEEFF;
}
.coloraddt:hover {
	 background-color: #DDEEFF;
}

.colorafattura {
	
  background-color: #DDFFBB;
}
.colorafattura:hover {
	
  background-color: #eeFFCC;
}

.coloracart {
	background-color: #dddddd;
}
.coloracart:hover {
	background-color: #eeeeee;
}

.colorapreventivo {
	background-color: #FFFF00;
}
tr.colorapreventivo:hover {
	background-color: #DDDD22;
}

.coloraord {
	background-color: #CC00CC;
}
.coloraord:hover {
	background-color: #ff00FF;
}

.colorapreventivo {
	background-color: #FFFF99;
}
.colorapreventivo:hover {
	background-color: #FFFFCC;
}



tr.trcolorataalert {
	background-color: #BB0000;
	color: #111111;
}
tr.trcolorataspento {
	background-color: #cccccc;
	color: #111111;
}
tr.trcolorataok {
	background-color: #00BB00;
	color: #111111;
}


.datafestivo {
  color: #d35d2f;
}
.dataoggi {

}
.giornofestivo {
  background-color:#E2B8B6;
}
.giornooggi {
  background-color:#ffff00;
  border: thin solid #CC3300;
}
.colora_presente {
  background-color:#00FF00;
  border: thin solid #CC3300;
}
.colora_assente {
  background-color:#ff0000;
  border: thin solid #CC3300;
}

.ahrefnascosto{
  color: #ffffff;
}

.ahrefnascosto:hover{
  color: #000000;
}


.note{
  font-size: .9em ;
  position: relative;
  margin-left: 1px;
  margin-bottom: 1px;
  z-index: 20;
  border: 1px solid rgb(255,0,0);
}


.effetto{
	transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
}
.effetto:hover{
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}

.barragrafico{
  height:20px;  
  background-color:red;
  float:left;
}

div.helptipmenu {
  position:absolute; 
  opacity:0.8;
  top:100px;
  right:30px;
  width:220px;
  padding:4px;
  text-align: center;
  border:1px solid #000000;
  background-color: #DD8800;
  border-radius: 6px;
  box-shadow: 3px 3px 1px #333333;
}
div.helptip {
  position:absolute; 
  opacity:0.8;
  top:140px;
  right:30px;
  width:220px;
  padding:4px;
  border:1px solid #000000;
  background-color: #FEDD00;
  border-radius: 12px;
  box-shadow: 5px 5px 3px #888888;
}

div.addtip {
  position:absolute;
  opacity:0.8; 
  right:50px;
  top:200px;
  width:250px;
  padding:2px;
  border:1px dashed #000000;
  background-color: #88CCFF;
  border-radius: 12px;
  box-shadow: 4px 4px 2px #999999;
  
}

div.addtip2 {
	position:absolute;
	opacity:0.8; 
	left:50px;
	top:200px;
	width:250px;
	padding:2px;
	border:1px dashed #000000;
	background-color: #ffd000;
	border-radius: 12px;
	box-shadow: 4px 4px 2px #999999;	
  }
  

/**
 *  for big checkbox  da usare con array2checkboxstiloso
 */
/* The container  */
.containercheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/*custom rafdio button*/

/* The container */
.containerradio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarkradio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerradio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerradio input:checked ~ .checkmarkradio {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkradio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerradio input:checked ~ .checkmarkradio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerradio .checkmarkradio:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.centro{
	margin: auto;
	width: 90%;
	text-align: center;

}

.sinistra{
	margin: auto;
	width: 90%;
	text-align: left;
}
.destra{
	margin: auto;
	width: 90%;
	text-align: right;
}



.centro_tab {
	margin-left: auto;
	margin-right: auto;
 }


.dot {
	height: 12px;
	width: 12px;
	background-color: rgb(185, 32, 32);
	border-radius: 50%;
	display: inline-block;
  }