@charset "iso-8859-1";

html {
  height: 100vh;
  width: 100vw;
/*  height:95%;*/
	margin: 0 0 20px 0;
	border:none;
}
body {
  background-color:white;
  color:black;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:normal;
  height: 99vh;
  width: 98vw;
/*  height: 95%;
  width: 98%;*/
  padding: 2px 0 5px 3px;
	margin: 0 0 20px 0;
	border:none;
  overflow-y:auto;
 -webkit-overflow-scrolling: touch !important;
/*  overflow: auto;*/
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  body {
    height: 100%;
    width: 99%;
   -webkit-overflow-scrolling: touch !important;
/*    overflow: scroll !important;*/
  }
}
p {
  margin: 0;
	padding: 0;
}
pre {
  font-family:Lucida Console,Courier New,Courier;
  font-size:1.1em;
}
div.totali {
  position: fixed;
  top: 25px;
  width: 120px;
  height: 50px;
  padding-top: 10px;
  font-size: 35px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 102;
}
div.totali.blu {
  right: 190px;
  background-color: #4a8cdb;
  color: white;
}
div.totali.arancio {
  right: 50px;
  background-color: #FF8833;
  color: white;
}
A:LINK {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  text-decoration:none;
  color:blue;
}
A:VISITED {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  text-decoration:none;
  color:blue;
}
b {
  font-weight:bold;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
/*
optgroup {
  font-weight:bold;
	text-shadow: #555 2px 2px 3px;
  border-bottom:1px solid gray;
}
*/
h3 {
  position: relative;
  top: 0px;
  left: 0px;
  width:100%;
  margin: -2px 0 15px -3px;
  padding:10px 2px 8px 12px;
  font-size:1.2em;
  font-weight:bold;

  /* Verde chiaro */
  /*background: -webkit-linear-gradient(top, #E4F1E6, #EBF6ED);
  background:    -moz-linear-gradient(bottom, #E4F1E6, #EBF6ED);
  background:         linear-gradient(to bottom, #E4F1E6, #EBF6ED);*/

  /* Verde */
  background: -webkit-linear-gradient(top, #D1F7A8, #D7FFAE);
  background:    -moz-linear-gradient(bottom, #D1F7A8, #D7FFAE);
  background:         linear-gradient(to bottom, #D1F7A8, #D7FFAE);

  /* Viola */
  /*background-color: #E8D3FE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E3CDF7), to(#E8D3FE));
  background-image: -webkit-linear-gradient(top, #E3CDF7, #E8D3FE);
  background-image:    -moz-linear-gradient(top, #E3CDF7, #E8D3FE);
  background-image:         linear-gradient(top, #E3CDF7, #E8D3FE);*/

  /* Rosa */
  /*background-color: #FCEBF3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8E5EC), to(#FCEBF3));
  background-image: -webkit-linear-gradient(top, #F8E5EC, #FCEBF3);
  background-image:    -moz-linear-gradient(top, #F8E5EC, #FCEBF3);
  background-image:         linear-gradient(top, #F8E5EC, #FCEBF3);*/

  /* Celeste */
  /*background: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background:    -moz-linear-gradient(bottom, #ebf3fc, #dce9f9);
  background:         linear-gradient(to bottom, #ebf3fc, #dce9f9);*/

  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  border-bottom:thin solid #a9a9a9 !important;
  z-index: 101;
}
h3.incima {
  position:fixed;
  display: none;
  top:0;
  z-index: 100;
}
#div_in_cima {
  position:fixed;
  margin-top:0;
  top:0;
  width: 100%;
  height: 20px;
  z-index: 99;
}
#div_in_fondo {
  position:fixed;
  margin-bottom:0;
  bottom:0;
  width: 100%;
  height: 20px;
  z-index: 99;
}
h32 {
  position: relative;
  top: 2px;
  left: 0;
  width:99.5%;
  margin: 0 0 15px 0;
  padding:5px 2px 5px 8px;
  background-color:#8888FF;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1.2em;
  font-weight:bold;
  color:white;
	text-shadow: #333 3px 4px 4px;
  border: 2px solid #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
h3.festivo {
  background: -webkit-linear-gradient(top, #E3CDF7, #E8D3FE);
  background:    -moz-linear-gradient(bottom, #E3CDF7, #E8D3FE);
  background:         linear-gradient(to bottom, #E3CDF7, #E8D3FE);
}
img {
  border:none;
}
hr {
	width: 100%;
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
	border-top-color: gray;
}
/*.focused{
	padding:2px;
	border:1px solid #8888FF;
	background-color:#ffa
}*/
::-webkit-input-placeholder {
  font-size:0.9em;
  font-style:italic;
}
::-moz-placeholder {
  font-size:0.9em;
  font-style:italic;
}
@-moz-document url-prefix() {
  input[type=search] {
    padding:2px 8px 2px 8px !important;
  }
}
.nonvalido {
	background-color:#F6F !important;/*#fdd*/
}
table.conriga.nosfondo tr {
  background-color: transparent !important;
}
.sf_celeste,table.conriga.grigio tbody tr.sf_celeste {
  background-color: #66ccff !important;
}
.sf_azzurro {
  background-color: #e0ffff !important;
}
tr:not(:first-child).spazioprima > td {
  padding-top: 15px !important;
}
hr {
  border: 0;
  padding: 0;
  margin: 1px;
  width:100%;
  color: lightgrey;
  background-color: lightgrey;
  height: 1px;
}
.cre {
  background-image: url(../immagini/batterio.png);
  background-repeat:no-repeat;
  background-position:right center;
  background-size: 22px;
}
.cregiallo {
  background-image: url(../immagini/batterio_giallo.png);
  background-repeat:no-repeat;
  background-position:right center;
  background-size: 22px;
}
.covid {
  background-image: url(../immagini/covid.png);
  background-repeat:no-repeat;
  background-position:right center;
  background-size: 22px;
}

.cared {
  background-image: url(../immagini/fonendo.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:18px;
}

.itrasp {
  background-repeat:no-repeat;
  background-position:right center;
  width: 40px;
  height: 40px;
  position: fixed;
  top:8px;
  right:10px;
  z-index: 102;
  filter:alpha(opacity=30);
  -moz-opacity:.30;
  opacity:.30;
  pointer-events: none;
}
.log {
  background-image: url(../immagini/log.png);
  background-size: 40px;
}
.slave {
  background-image: url(../immagini/slave.png);
  background-size: 30px;
}
.back_disab {
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
  pointer-events: none;
}
.anagrafe {
  background-image: url(../immagini/utente.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
  width:20px;
  height:14px;
  cursor:pointer;
}
.nostampa {
  background-image: url(../immagini/no_print2.png);
  background-repeat:no-repeat;
  background-position:right center;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: fixed;
  top:8px;
  right:10px;
  z-index: 102;
  filter:alpha(opacity=30);
  -moz-opacity:.30;
  opacity:.30;
  pointer-events: none;
}
.nostampa_ico {
  background-image: url(../immagini/no_print2.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
  min-width:20px;
}
.padding {
  padding: 3px;
}
.cornice_tonda_piccola {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 0 0 1px #DDDDDD;
  -moz-box-shadow: 0 0 0 1px #DDDDDD;
  box-shadow: 0 0 0 1px #DDDDDD;
  border-spacing: 0 0;
  border-collapse: collapse;
}
table.cornice_tonda_piccola thead tr:first-child th:first-child,table.cornice_tonda_piccola thead tr:first-child td:first-child {
  -webkit-border-top-left-radius: 3px !important;
  -moz-border-top-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}
table.cornice_tonda_piccola thead tr:first-child th:last-child,table.cornice_tonda_piccola thead tr:first-child td:last-child {
  -webkit-border-top-right-radius: 3px !important;
  -moz-border-top-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.sf_arancio {
  background-color: #ff9966 !important;
}
.modificabile {
  background-image: url(../immagini/prov_grigio.png);
  background-repeat: repeat;
/*  background-color: #ffdddd;*/
}
.lscaduto {
  font-family:Verdana,sans-serif;
  font-size:0.9em !important;
  font-style:italic;
  font-weight:normal;
  color:grey !important;
  text-shadow: #fff 2px 2px 4px;
}

.scaduto,.commentonorm {
  font-family:Verdana,sans-serif;
  font-style:italic;
  font-weight:normal;
  color:grey !important;
}

#tint {
  z-index: 18000;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: none;
}

#div_loading {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: block;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
}
#div_loading div {
  width: 80px;
  height: 80px;
  background: transparent;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border: 10px solid darkgray;
  border-top-color: lightblue;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  z-index: 1000;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/*.img_ajax_loading {
  background-image: url(../immagini/ajax_loading.gif) !important;
  background-repeat: no-repeat;
 	background-position:center center;
  background-attachment: fixed;
  background-color: transparent;
  background-size: 140px;
  opacity:.1;
  -moz-opacity:.1;
  filter:alpha(opacity=10);
}*/
.ajax_loading {
  background-image: url(../immagini/ajax_loader.gif) !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  text-align:center;
  padding:15px 10px 10px 10px;
}
.ajax_att {
  background-image: url(../immagini/esclamazione.svg) !important;
  background-repeat: no-repeat;
  background-size: 30px;
  background-color: transparent;
  font-weight:bold;
  padding:15px 2px 2px 34px;
  height: 30px;
}
.cl_femmina {
  background-image: url(../immagini/bambina.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:22px;
}
.cl_maschio {
  background-image: url(../immagini/bambino.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:17px;
}
.cl_indeterminato {
  background-image: url(../immagini/orsacchiotto.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
}
.madre {
  background-image: url(../immagini/cicogna.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:18px;
}
/*tr.modificabile:hover {
  background-color:#ccccff;
}*/
.capopar {
/*  background-color: #D1F7A8;/*rgba(102,153,255,1);/*#8ca5ca;*/
  border: 1px solid #d3d3d3;
  background: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background:    -moz-linear-gradient(bottom, #ebf3fc, #dce9f9);
  background:         linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  font-weight:bold;
  color:#000000;
  font-size:1em;
  padding: 3px 2px 4px 2px;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  padding:4pt;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
	margin-bottom: 2px;
}
.tracciatura,.archivio {
  background-image: url(../immagini/archivio.png);
  background-repeat:no-repeat;
  background-position:center 2px;
  background-size:20px;
  cursor:pointer;
}
table.capopar {
  border: none;
  box-shadow: 0 0 0 1px #d3d3d3;
}
table.capopar td,tr.capopar td {
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  font-weight:bold;
  font-size:1em;
  padding: 3px 2px 4px 2px;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
	padding: 4pt;
}
table.capopar tr:first-child td:first-child {
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
table.capopar tr:first-child td:last-child {
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
table.capopar tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
table.capopar tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.lucchetto {
  background-image: url(../immagini/lucchetto.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
  width:20px;
  height:14px;
}
.riga {
  border-bottom:1px solid #d3d3d3;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
}
.rigab {
  border-bottom:1px solid #d3d3d3;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.grass {
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.rigab:hover,.grass:hover {
  color: #7b96b0;
}
.grassetto,tr.grassetto>td {
  font-weight:bold !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.fbold {
  font-weight:bold;
}

.ajax_saved {
	background : url('../immagini/aiuto_p.png') right top no-repeat transparent;
}

.tb_noborder {
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
	table-layout:fixed;
  word-wrap: break-word;
}
.tb_noborder td {
  overflow: hidden;
  text-overflow: ellipsis;
}
table {
	border-spacing: 0;
  border: none;
  border-collapse: collapse;
  /*table-layout:fixed;*/
}

table.fixed {
  table-layout:fixed;
}

table.tondo {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 0 0 1px #d3d3d3;
  -moz-box-shadow:0 0 0 1px #d3d3d3;
  box-shadow: 0 0 0 1px #d3d3d3;
  margin-bottom: 8px;
}

table.tondo tr th:not(.seconda_intest th):not(.terza_intest th),table.tondo tr.hd,tr.hd,table.tondo tr.foot,table.tondo tr.sub_hd,tr.foot {
/*  background-color: #dce9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));*/
  background: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background:    -moz-linear-gradient(bottom, #ebf3fc, #dce9f9);
  background:         linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
/*  text-shadow: #555 1px 1px 2px;*/
}
table.tondo tr.terza_intest,.terza_intest {
  /*  background-color: #dce9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));*/
  background: -webkit-linear-gradient(top, rgba(204,255,204,0.6), rgba(204,255,204,1));
  background:    -moz-linear-gradient(bottom, rgba(204,255,204,0.6), rgba(204,255,204,1));
  background:         linear-gradient(to bottom, rgba(204,255,204,0.6), rgba(204,255,204,1));
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  /*  text-shadow: #555 1px 1px 2px;*/
  border-top: none;
  border-bottom:thin solid #a9a9a9 !important;
}
table.tondo tr.seconda_intest,.seconda_intest {
  background: -webkit-linear-gradient(top, rgba(255,160,132,0.4), rgba(255,160,132,0.6));
  background:    -moz-linear-gradient(bottom, rgba(255,160,132,0.4), rgba(255,160,132,0.6));
  background:         linear-gradient(to bottom, rgba(255,160,132,0.4), rgba(255,160,132,0.6));
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  /*  text-shadow: #555 1px 1px 2px;*/
  border-top: none;
  border-bottom:thin solid #a9a9a9 !important;
}

table.tondo tr th:not(.seconda_intest th):not(.terza_intest th),table.tondo tr.hd td,tr.hd td {
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.5) !important;
  font-weight: bold;
  border-top: none;
  border-bottom:thin solid #a9a9a9 !important;
}
table.tondo tr.capo,tr.capo {
  background: -webkit-linear-gradient(top, rgba(22,139,214,0.7), rgba(22,139,214,0.9));
  background:    -moz-linear-gradient(bottom, rgba(22,139,214,0.7), rgba(22,139,214,0.9));
  background:         linear-gradient(to bottom, rgba(22,139,214,0.7), rgba(22,139,214,0.9));
  border-bottom:1px solid #888888 !important;
/*  background-color: rgba(102,153,255,1);/*#8ca5ca;*/
}
table.tondo tr.capo>td,table.tondo tr.capo table tr td,tr.capo>td {
  -webkit-box-shadow: 0 0.8px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow:0 0.8px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 0.8px 0 rgba(255,255,255,.8) inset;
  font-weight:bold;
  color:white;
  font-size:1em;
  padding: 4px 2px 5px 2px !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
}
table.tondo tr.tipocapo>td,table.tondo tr.tipocapo table tr td,table.cornice_tonda tr.tipocapo>td {
  font-weight:bold;
  font-size:1em;
  padding: 4px 2px 5px 2px;
}
table.tondo tr.capo>td:first-child,table.tondo tr.tipocapo>td:first-child,table.cornice_tonda tr.tipocapo>td:first-child,.p_left {
  padding-left: 8px !important;
}
table.tondo tr.capo>td:last-child,table.tondo tr.tipocapo>td:last-child,table.cornice_tonda tr.tipocapo>td:last-child,.p_right {
  padding-right: 8px !important;
}
table.bordoint>tbody>tr:not(:last-child)>td:not(:last-child) {
  border-right: thin solid rgb(211, 211, 211);
  border-bottom: thin solid rgb(211, 211, 211);
}
table.bordoint>tbody>tr:not(:last-child)>td:last-child,table.bordoint thead {
  border-bottom: thin solid rgb(211, 211, 211);
}
table.bordoint>tbody>tr:last-child>td:not(:last-child) {
  border-right: thin solid rgb(211, 211, 211);
}
table.tondo tr.intest_hd {
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  background: -webkit-linear-gradient(top, rgba(227,205,247,0.8), rgba(227,205,247,1));
  background:    -moz-linear-gradient(bottom, rgba(227,205,247,0.8), rgba(227,205,247,1));
  background:         linear-gradient(to bottom, rgba(227,205,247,0.8), rgba(227,205,247,1));
  border-bottom:thin solid #a9a9a9 !important;
}
table.tondo tr.grigio,table.tondo.bordoint:not(.hovercell)>tbody>tr:not(.nohover):hover {
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  background: -webkit-linear-gradient(top, rgba(238,238,238,.8), rgba(238,238,238,1));
  background:    -moz-linear-gradient(bottom, rgba(238,238,238,.8), rgba(238,238,238,1));
  background:         linear-gradient(to bottom, rgba(238,238,238,.8), rgba(238,238,238,1));
  border-bottom:thin solid #a9a9a9 !important;
}

table.hovercell tbody tr td:hover {
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  background: -webkit-linear-gradient(top, rgba(238,238,238,.8), rgba(238,238,238,1));
  background:    -moz-linear-gradient(bottom, rgba(238,238,238,.8), rgba(238,238,238,1));
  background:         linear-gradient(to bottom, rgba(238,238,238,.8), rgba(238,238,238,1));
/*  border-bottom:thin solid #a9a9a9 !important;*/
}

table.tondo thead tr:first-child th:first-child,table.tondo thead tr:first-child td:first-child,td.cornice_sin {
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
table.tondo thead tr:first-child th:last-child,table.tondo thead tr:first-child td:last-child,td.cornice_dx {
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
/*table.tondo tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
table.tondo tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
table.conriga.tondo tr:last-child {
  border:none;
}*/
.tipo_text {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
table, td, .seconda_intest th, .terza_intest th {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
	text-align:left;
}
table caption,table caption.blu {
	text-align:left;
	padding: 3px;
}
table.conbordo,.conbordo {
/*	table-layout:fixed;*/
	border-spacing: 0;
	border-collapse: collapse;
}
table.conbordo td,table.conbordo th, .bordo {
  border:thin solid rgb(211, 211, 211);/*#a9a9a9;*/
}
.fgrigio:hover {
  background-color:#eeeeee;
/*  background-color:#ccccff;*/
}
.fbgrigio {
  background-color:white;
}
.fbgrigio:hover {
  background-color:#eeeeee;
/*  background-color:#ccccff;*/
}
th:not(.seconda_intest th):not(.terza_intest th) {
  background-color:#dddddd;
  border-bottom:thin solid grey;
  color: #333;
  text-align: left;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:bold;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-shadow: #555 2px 2px 4px;
}
/*	border: 1px solid lightgray;
	background: #fff;*/
input[type=search] {
  -webkit-appearance: textfield;
  outline:none;
  box-sizing:border-box;
  padding:2px 3px 2px 3px;
  border: 1px #A1A5A9 solid;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  background-color:white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0.30s ease-in-out,background-color 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
}
input[type=password].back,input[type=text].back {
  background-position: right center;
  background-position: right 2px center;
  background-position: -webkit-calc(100% - 2px) center;
  background-repeat: no-repeat;
  background-size: 12px !important;
  cursor:default !important;
}
input[type=password],input[type=text].password {
  background-image : url('../immagini/chiave.png');
  background-position: right center;
  background-position: right 2px center;
  background-position: -webkit-calc(100% - 2px) center;
  background-repeat: no-repeat;
  background-size: 12px;
}
input[type=text],input[type=password],textarea {
  outline:none;
  box-sizing:border-box;
  padding:2px;
  border: 1px #A1A5A9 solid;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  background-color:white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0.30s ease-in-out,background-color 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
}
input[type=text].alt_text,input[type=search].alt_text {
  height: 20px !important;
}
/*input[type=search].tipo_text {
  padding: 2px 3px 1px 0;
}*/
textarea {
  max-width: 100%;
  max-height: 100%;
}
input[type=text]:focus,input[type=file]:focus,input[type=search]:focus,input[type=password]:focus,textarea:focus {
  background-color: #ffffBf;
  -webkit-box-shadow: 0 0 2px 2px #3b9bff !important;/*5fb2ea;*/
  -moz-box-shadow: 0 0 2px 2px #3b9bff !important;/*5fb2ea;*/
  box-shadow: 0 0 2px 2px #3b9bff !important;/*5fb2ea;*/

/*
	background-color:#ffa;
	-webkit-box-shadow: 0 0 1px 2px #5fb2ea;
	-moz-box-shadow: 0 0 1px 2px #5fb2ea;
	box-shadow: 0 0 1px 2px #5fb2ea;*/
}

input[type=radio]:focus + label, input[type=checkbox]:focus + label, label:focus, label:focus-within {
  font-weight: bold;
  color:#3b9bff !important; /*5fb2ea;*/
}

select:focus, input[type=radio]:focus, input[type=checkbox]:focus, label:focus, .dropsopra {
  -webkit-box-shadow: 0 0 2px 2px #3b9bff !important; /*5fb2ea;*/
  -moz-box-shadow: 0 0 2px 2px #3b9bff !important; /*5fb2ea;*/
  box-shadow: 0 0 2px 2px #3b9bff !important; /*5fb2ea;*/
}

table.obbligatorio,input[type=text].obbligatorio:not(:focus):not(:disabled),input[type=search].obbligatorio:not(:focus):not(:disabled),input[type=password].obbligatorio:not(:focus):not(:disabled),input[type=file].obbligatorio:not(:focus):not(:disabled),textarea.obbligatorio:not(:focus):not(:disabled),select.obbligatorio:not(:focus):not(:disabled),tr.obbligatorio,td.obbligatorio,div.obbligatorio,span:not(.altro_cornice_tonda).obbligatorio {
/*  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
	-webkit-box-shadow: 0 0 1.5px 2px #FF9966 !important;
	-moz-box-shadow: 0 0 1.5px 2px #FF9966 !important;
	box-shadow: 0 0 1.5px 2px #FF9966 !important;
/*	border:1px solid #FF9966;*/
}
select.obbligatorio:not(:focus):not(:disabled) {
  border:2px solid #FF9966;
}
table.richiesto,input[type=text].richiesto:not(:focus),input[type=search].richiesto:not(:focus),input[type=password].richiesto:not(:focus),textarea.richiesto:not(:focus),select.richiesto:not(:focus),tr.richiesto,td.richiesto,div.richiesto,span.richiesto{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1.5px 2px #49dc95 !important;
  -moz-box-shadow: 0 0 1.5px 2px #49dc95 !important;
  box-shadow: 0 0 1.5px 2px #49dc95 !important;
  /*	border:1px solid #FF9966;*/
}
select.richiesto {
  border:2px solid #49dc95 !important;
}
.altro_cornice_tonda.richiesto {
  border:1px solid #49dc95 !important;
}

input[type=button],input[type=submit],input[type=reset],#tb_bottoni_fondo button,.bottone {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*table.obbligatorio {
	padding:1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	-webkit-box-shadow: 0 0 1.5px 2px #FF9966;
	-moz-box-shadow: 0 0 1.5px 2px #FF9966;
	box-shadow: 0 0 1.5px 2px #FF9966;
}*/
select {
	padding:1px;
  border: 1px #A1A5A9 solid;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input[type=search].data {
  width:95px;
}
input[type=search].ora {
  width:65px;
}
input[type=search].jint {
  width:48px;
}
input[type=search].jfloat,.jfloat.big {
  width:53px;
}
.cursore {
  cursor:default !important;
}
.cursore_mano {
  cursor:pointer !important;
}
.data {
	width:75px;
}
.ora {
	width:45px;
}
.jint {
	text-align:right;
	width:28px;
}
.jfloat {
	text-align:right;
	width:33px;
}
.zoom {
  transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.zoom:hover {
  transform: translate(-8em,1em) scale(1.2,2);
	-webkit-transform: translate(-8em,1em) scale(1.2,2);
	-moz-transform: translate(-8em,1em) scale(1.2,2);
	z-index:1000;
}
.grande {
  font-size:1.4em !important;
}
.medio {
  font-size:1.2em !important;
}
.commento {
  color: #a9a9a9;
  font-size:0.8em !important;
  font-style:italic;
}
ul.conlabel {
  margin-top: 2px;
}
ul.nosotto {
  margin-bottom: 2px;
}
.bottone_st,#tb_bottoni_fondo button {
/*	background: url(../immagini/brown_theme_gradient.jpg) top left repeat-x #ffffff;*/
	padding:2px;
	margin:0 3px 0 3px;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:0.8em;
  font-weight:normal;
  color:black;
  width:auto;
  min-width:75px;
  background-color:#fffffc;
  border: 1px #666 solid;
	text-shadow: #fff 2px 2px 4px;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
/*	-webkit-box-shadow: 2px 2px 20px 2px #666;
	-moz-box-shadow: 0 0 5px 2px #666;
	box-shadow: 0 0 10px 2px #666;*/
}

#tb_bottoni_fondo button.semilarg {
  min-width:95px;
}
#tb_bottoni_fondo button.larg {
  min-width:115px;
}

.bottone_st:hover,.bottone_larg:hover,.bottone_st:focus,.bottone_larg:focus,#tb_bottoni_fondo button:not(:disabled):hover,#tb_bottoni_fondo button:not(:disabled):focus {
  background-color: #ddd;
/*	border-color: #FF9966;*/
}
.bottone_st:active,.bottone_larg:active,#tb_bottoni_fondo button:not(:disabled):active {
  color:#555;
	background-color:#aaa;
  border: 1.2px #A1A5A9 inset;
}
.bottone_larg {
	padding:2px;
	margin:0 3px 0 3px;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:0.8em;
  font-weight:normal;
  color:black;
  width:120px !important;
  background-color:#fffffc;
  border: 1px #666 solid;
	text-shadow: #fff 2px 2px 4px;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.bottone {
	padding:1px;
	margin:0 2.5px 0 2.5px;
  border-style:solid;
  border-width:1px;
  border-color:#FF9966;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  width:60px;
  font-size:0.8em;
  font-weight:bold;
  color:#FF9966;
  background-color:white;
	text-shadow: #fff 2px 2px 2px;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.bottone:hover {
  color:white;
  background-color:#FF9966;
	text-shadow: #aaa 2px 2px 2px;
}
.bottone_v {
	margin:0 2.5px 0 2.5px;
	padding:1px;
  width:50px;
  border-style:solid;
  border-width:1px;
  border-color:#767676;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:0.8em;
  font-weight:bold;
  color:white;
  background-color:#767676;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.bottone_v:hover {
  border-color:black;
  color:black;
  background-color:#cccc99;
}
.evidenza {
  background-color:#8888FF;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:bold;
  color:white;
}
table.conriga tbody tr.sf_giallo,.sf_giallo {
  background-color:#FFFFBF;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:bold;
}
.fbianco {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:bold;
  color:white !important;
}
.normale {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
  color:black;
}
.ana {
  padding:5px;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  background-color:#FFEC8B;
}
.anavar {
  padding:5px;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  background-color:#AAD3CB;
}
.bottoni.infondo,.infondo {
  position:fixed;
  margin-bottom:0;
  bottom:0;
  width:100%;
}
.bottoni {
  position:relative;
  width:100%;
  height:23px;
  background-color:#FF9966;
  border-style: hidden;
  margin-top:25px;
  bottom:5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
	-webkit-box-shadow: 0 0 2px #333;
	-moz-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
  z-index: 100;
  table-layout: auto;
}
.bottoni td {
	padding:2px 3px 2px 3px;
}
.titolotabella {
  background-color:#dddddd;
  border-bottom:thin solid grey;
  color: #333;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:bold;
	text-shadow: #555 2px 2px 4px;
}
.titolo {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  color:blue;
  font-weight:bold;
	text-shadow: #aaa 2px 2px 4px;
}
.link {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
  color:blue;
  cursor:pointer;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.link:hover {
  color: #ff6b09 !important;
}
.link>img,img.link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:        border-box;
}
.link>img:hover,img.link:hover {
  border:1px solid #cccccc;
}

.lriga {
  border-bottom:1px solid #d3d3d3;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
  color:blue;
  cursor:pointer;
	text-shadow: #fff 2px 2px 4px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.lriga:hover {
  color: #ff6b09;
}
.lriganob {
  border-bottom:1px solid #d3d3d3;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
  color:blue;
  cursor:pointer;
	text-shadow: #fff 2px 2px 4px;
}
.lrigagrigio {
  background-color:#dddddd;
  border-bottom:1px solid #a9a9a9;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
  color:blue;
  cursor:pointer;
	text-shadow: #fff 2px 2px 4px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.lrigagrigio:hover {
  color: #ff6b09;
}
.ricarica {
  background-image: url(../immagini/ricarica.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:18px;
  min-width:18px;
  cursor:pointer;
}
.chiudi {
  background-image: url(../immagini/chiudi.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:18px;
  min-width:18px;
  cursor:pointer;
}
.grafico_spider {
  background-image: url(../immagini/spiderweb.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 15px;
  width:18px;
  min-width:18px;
  cursor:pointer;
}
.grafico_completo {
  background-image: url(../immagini/grafico_c.gif);
  background-repeat:no-repeat;
  background-position:center center;
  width:18px;
  min-width:18px;
  cursor:pointer;
}
.grafico_svg {
  background-image: url(../immagini/grafico.svg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 14px;
  width:18px;
  min-width:18px;
  cursor:pointer;
}

.grafico_ridotto {
  background-image: url(../immagini/grafico.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:18px;
  min-width:18px;
  cursor:pointer;
}
.lista {
  background-image: url(../immagini/lista.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:18px;
  min-width:18px;
  cursor:pointer;
}
.linkico {
  background-image: url(../immagini/link.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 16px;
  min-width:18px;
  cursor:pointer;
}
.relazione {
  background-image: url(../immagini/lista_p.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 14px;
  width:18px;
  min-width:18px;
  cursor:pointer;
}
.vai_oggi {
  background-image: url(../immagini/oggi.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:18px;
  min-width:18px;
  cursor:pointer;
}
.vai_su {
  background-image: url(../immagini/freccia_su.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:18px;
  min-width:18px;
  cursor:pointer;
}
.vai_giu {
  background-image: url(../immagini/freccia_giu.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:18px;
  min-width:18px;
  cursor:pointer;
}

.fisso {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  color: rgba(255, 136, 51, 0.71) !important;
  font-weight:bold;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.fgiallo {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  color:gold !important;
  font-weight:bold;
  text-shadow: 0 1px 0 rgba(50, 50, 50, 0.5);
}
.fissos {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  color:#FF8833 !important;
  font-weight:bold;
  text-shadow: 0 1px 0 rgba(50, 50, 50, 0.5);
}
.ui-tooltip h3 .fissos,tr.capo td.fissos,tr.capo td.fisso,tr.capo td .fissos,tr.capo td .fisso, .bordob {
/*  -webkit-text-stroke: 1px white;*/
  text-shadow: 1px 0 rgba(255, 255, 255, 0.75), -1px 0 rgba(255, 255, 255, 0.75), 0 1px rgba(255, 255, 255, 0.75), 0 -1px rgba(255, 255, 255, 0.75), 1px 1px rgba(255, 255, 255, 0.75), -1px -1px rgba(255, 255, 255, 0.75), 1px -1px rgba(255, 255, 255, 0.75), -1px 1px rgba(255, 255, 255, 0.75) !important;
/*  text-shadow: 0 1px 0 rgba(0,0,0,.3) !important;*/
}
/*table.tondo tr.capo td.fisso,table.tondo tr.capo td.fissos {
  text-shadow: none;
}*/
.fblu {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:bold;
  color:#486591 !important;
/*  text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}
.lfblu {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:bold;
  color:#486591;
  cursor:pointer;
/*  text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}
.fverde {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:bold;
  color:#363;
/*  text-shadow: 0 1px 0 rgba(255,255,255,.3);*/
/*	text-shadow: #aaa 2px 2px 2px;*/
}
.fviola {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:bold;
  color:#cc33cc;
/*  text-shadow: 0 1px 0 rgba(255,255,255,.3);*/
/*	text-shadow: #888 2px 2px 2px;*/
}
.rigagiallo {
  background-color:#FFFFBF;
  border-bottom:1px solid #d3d3d3;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
}
.norigagiallo,table.conriga tr.norigagiallo {
  background-color:#FFFFBF;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
}
.rigaarancio {
  background-color:#FF9966;
  border-bottom:1px solid #d3d3d3;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
}
.rigaverde {
  background-color:#CCFF66;
  border-bottom:1px solid #d3d3d3;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
}
.sf_evidenzia {
  background-color:#eeeeee !important;
}
.rigagrigio {
  background-color:#eeeeee !important;
  border-bottom:1px solid #a9a9a9;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
}
table.cornice_tonda {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 1px #DDDDDD;
  -moz-box-shadow: 0 0 0 1px #DDDDDD;
  box-shadow: 0 0 0 1px #DDDDDD;
  border-spacing: 0 0;
  border-collapse: collapse;
}
table.cornice_tonda tr:first-child td:first-child {
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
table.cornice_tonda tr:first-child td:last-child {
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
table.cornice_tonda tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
table.cornice_tonda tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: none;
}
table.tondo>tr:last-child,table.cornice_tonda tr:last-child {
  border-bottom: none !important;
}
input:disabled, textarea:disabled {
  background-color: #ddd !important;
}
label:has(input[type=radio][disabled]),label:has(input[type=checkbox][disabled]) {/*,input[disabled] + label,label:has(~ :is([disabled]))*/
	font-style:italic;
	color: grey;
}
.immagine {
  background-image: url(../immagini/fotocamera.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 18px;
  width:20px;
  cursor:pointer;
}
.gom {
  background-image: url(../immagini/oncologia.svg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 18px;
  cursor:pointer;
}
.nastror {
  background-image: url(../immagini/nastro_rosso.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 12px;
  cursor:pointer;
}
.amb {
  background-image: url(../immagini/archiamb.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 18px;
  cursor:pointer;
}
.rep {
  background-image: url(../immagini/archimed.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 18px;
  cursor:pointer;
}

.altro_cornice_tonda {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border:1px solid #d3d3d3;
  padding: 3px;
}
.altro_cornice_tonda.obbligatorio {
  border:1px solid #FF9966 !important;
}
.semicornice {
  border-spacing: 0 0;
  border-collapse: collapse;
  padding: 3px;
}
.semicornice,tr.semicornice td:first-child,tr.semicornice td:last-child {
  -webkit-box-shadow: 0 0 0 1px #d3d3d3;
  -moz-box-shadow: 0 0 0 1px #d3d3d3;
  box-shadow: 0 0 0 1px #d3d3d3;
}
.semicornice.obbligatorio,tr.semicornice.obbligatorio td:first-child,tr.semicornice.obbligatorio td:last-child {
  -webkit-box-shadow: 0 0 0 1px #FF9966 !important;
  -moz-box-shadow: 0 0 0 1px #FF9966 !important;
  box-shadow: 0 0 0 1px #FF9966 !important;
}
.semicornice,tr.semicornice td:first-child {
  -webkit-border-top-left-radius: 6px !important;
  -moz-border-top-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}
.semicornice,tr.semicornice td:last-child {
  -webkit-border-top-right-radius: 6px !important;
  -moz-border-top-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.cornice {
  border:1px solid #d3d3d3;
  padding: 2px 0 2px 10px;
}
.corsu {
  border-top:1px solid #d3d3d3;
}
.corsin {
  border-left:1px solid #d3d3d3;
}
.cordx {
  border-right:1px solid #d3d3d3;
}
.corgiu,table.corgiu>tbody>tr {
  border-bottom:1px solid #d3d3d3;
}
.corsinsu {
  border-left:1px solid #d3d3d3;
  border-top:1px solid #d3d3d3;
}
.cordxsu {
  border-right:1px solid #d3d3d3;
  border-top:1px solid #d3d3d3;
}
.corsingiu {
  border-left:1px solid #d3d3d3;
  border-bottom:1px solid #d3d3d3;
}
.cordxgiu {
  border-right:1px solid #d3d3d3;
  border-bottom:1px solid #d3d3d3;
}
.corsugiu {
  border-bottom:1px solid #d3d3d3;
  border-top:1px solid #d3d3d3;
}
.corsinsudx {
  border-left:1px solid #d3d3d3;
  border-top:1px solid #d3d3d3;
  border-right:1px solid #d3d3d3;
}
.corsingiudx {
  border-left:1px solid #d3d3d3;
  border-bottom:1px solid #d3d3d3;
  border-right:1px solid #d3d3d3;
}
.cor {
  border:1px solid #d3d3d3;
}
.ace {
  background-image: url(../immagini/bookmark.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:16px;
  width:20px;
  height:14px;
}
.lamp {
  background-image: url(../immagini/lamp.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
  width:20px;
  height:14px;
}
.lamps {
  background-image: url(../immagini/lamp.svg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:12px;
  width:20px;
  height:14px;
}
.orologio {
  background-image: url(../immagini/orologio.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:18px;
  width:20px;
  height:17px;
}
button.back_sin {
  background-position:3px center;
  background-size:12px;
  height:inherit;
  cursor: default;
}
button.back_sin:before {
  content: ' ';
  display: inline-block;
  width: 13px;
}
/*button.lamp:after,button.valida:after,button.ambu:after,button.arresta:after,button.flagged:after,button.info:after,button.orologio:after {*/
button.back_sin:after {
  content: ' ';
  display: inline-block;
  width: 13px;
}

.flagged {
  background-image: url(../immagini/flagged.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size:16px;
  width:20px;
  height:14px;
}
#h3sblocca {
  position:fixed;
  top:10px;
  right:20px;
  z-index:10000;
  display: inline-block;
  background-image: url(../immagini/lucchetto.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
td.back_su,.back_su,tr.back_su>td {
 	background-position-y:2px;
}
td.back_su4,.back_su4,tr.back_su4>td,tr.back_su>td.back_su4,tr.back_su>td.spunt,tr.back_su>td.spuntno,tr.back_su>td.spunt_mod,
tr.back_su>td.nonvisto,tr.back_su>td.visto {
 	background-position-y:4px;
}
td.back_su6,.back_su6,tr.back_su6>td,tr.back_su>td.back_su6 {
 	background-position-y:6px;
}
td.back_giu,.back_giu,tr.back_giu>td {
  background-position-y:98%;
}
td.back_dx,.back_dx {
  background-position-x:99% !important;
}
td.back_sin,.back_sin:not(button) {
  background-position-x:2px;
}
.back_centro
{
  background-position:center center !important;
}
div.cmnotifica {
  background-repeat:no-repeat;
  background-position:left center;
  background-size: 50px;
  min-height: 50px;
  font-size:1.1em;
  font-style:italic;
  padding-left:55px;
  margin-bottom: 10px;
  font-weight:bold;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  height: auto;
}
div.cmnotifica.piccolo {
  background-size:25px;
  min-height: 25px;
  font-size:0.9em;
  padding-left:30px;
}
div.cmnotifica>div {
  display:table-cell;
  vertical-align:bottom;
  height: 50px;
}
div.cmnotifica.piccolo>div {
  height: 25px;
}
ul.voci {
  overflow: hidden;
  height: auto !important;
  width: auto;
  font-size: 1em;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-color: transparent;
  list-style-type: none;
  clear: left;
}
ul.voci li {
  font-size: 1em;
  line-height: 12pt;
  overflow: hidden;
  height: 16px;
  margin: 0 4px 2px 0;
  padding: 0 4px 0 8px;
  background: none;
  background-color: #dee7f8;
  color: #000;
  cursor: default;
  border: 1px solid #a4bdec;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  float: left;
  list-style-type: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
ul.voci li.trasp {
  background-color: transparent;
}
ul.voci li.bianco {
  background-color: #ffffff;
}
ul.voci li:hover {
  background-color:#D1F7A8;
}
ul.voci li span.togli {
  float: right;
  margin-right: 0;
  padding-left: 5px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}
ul.voci li span.togli:hover {
  color: #fff;
}

.spunt {
  background-image: url(../immagini/spunt.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 14px;
  width:20px;
  height:14px;
}
.spuntno {
  background-image: url(../immagini/spunt_no.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 14px;
  width:20px;
  height:14px;
}
.spunt_mod {
  background-image: url(../immagini/spunt_blu.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 14px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.spuntnoverde {
  background-image: url(../immagini/spunt_no_verde.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 14px;
  width:20px;
  height:14px;
}

.spunt_rosso {
  background-image: url(../immagini/spunt_rosso.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 14px;
  width:20px;
  height:14px;
}
.att {
	background-image: url(../immagini/att_p.png);
	background-repeat: no-repeat;
	background-position: center center;
  background-size:16px;
}
.attenzione {
  background: url(../immagini/priorita_alta.png) no-repeat right 2px;
  background-size:16px;
}
.piu {
  background-image: url(../immagini/piu.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:16px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.nuovo {
  background-image: url(../immagini/piu.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 18px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.gestione {
  background-image: url(../immagini/settings.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 16px;
  min-width: 18px;
  cursor:pointer;
}
.accendi {
  background-image: url(../immagini/on.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 18px;
  min-width: 18px;
  cursor:pointer;
}
.meno {
  background-image: url(../immagini/meno.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.prossimo,.conferma {
  background-image: url(../immagini/next_n.gif);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.oscura,.divieto {
  background-image: url(../immagini/ferma_p.png);
  background-repeat:no-repeat;
  background-position:center center;
  width:20px;
  height:14px;
}

.modifica {
  background-image: url(../immagini/modifica.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.allegato {
  background-image: url(../immagini/allegato.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:18px;
  cursor: pointer;
}

.iclog {
  background-image: url(../immagini/log.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.barcode {
  background-image: url(../immagini/barcode.svg);
  background-repeat:no-repeat;
  background-position:center center;
/*  min-width:18px;*/
  background-size: 18px;
  cursor:pointer;
}
.barcode_scanner:focus {
  background-image: url(../immagini/barcode_scanner.png);
  background-position: right center;
  background-position: right 2px center;
  background-position: -webkit-calc(100% - 2px) center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.capslock {
  background-image : url(../immagini/capslock.png) !important;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.info {
  background-image: url(../immagini/info_p.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 14px;
  cursor: pointer;
}
.cloud {
  background-image: url(../immagini/icloud.png);
 	background-repeat:no-repeat;
 	background-position:center center;
	background-size:18px;
  width:20px;
  min-width:20px;
}
.appunti {
  background-image: url(../immagini/appunti.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
	background-size:16px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.prima_pagina {
  background : url(../immagini/s_prec.gif) center center no-repeat transparent;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.pagina_oggi {
  background-image: url(../immagini/oggi.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.pagina_prec {
  background-image: url(../immagini/g_prec.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.pagina_suc {
  background-image: url(../immagini/g_succ.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.ultima_pagina {
  background-image: url(../immagini/s_succ.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

/*.trasparente,table.trasparente tr {
  background-color : transparent !important;
}*/
.loading_p {
	background : url(../immagini/loading_p.gif) center center no-repeat transparent;
}
.loading {
	background : url(../immagini/loading_barra.gif) center center no-repeat transparent;
}
.pagine_ui {
	display: block;
  width:10px;
  min-width:10px;
  height:10px !important;
  background:url(../immagini/bullets_arancio.png) center top no-repeat;
  text-indent:-9999px;
  border:0;
  margin-left:2px;
  margin-right:2px;
 	float:left;
  cursor:pointer;
}
.pagine_ui.active,.pagine_ui.active.evid {
	background-position:center -10px;
}
.pagine_ui.evid {
	background-position:center -20px;
}
.mano {
  background-image: url(../immagini/mano.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
@-webkit-keyframes blink {
  0% {
    background-color: #ff6666;
    /*    opacity: 1;*/
  }
  50% {
    background-color: transparent;
    /*    opacity: 0;*/
  }
  100% {
    background-color: #ff6666;
    /*    opacity: 1;*/
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sf_allarme {
/*  border: red 2px solid !important;*/
  background-color: #ff6666 !important;
  -webkit-animation: blink 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: blink 2s;
  -moz-animation-iteration-count: infinite;
}

.notifiche {
	position:fixed;
	border:1px solid #999;
	padding:2px;
	background-color:#ffffcc;
	width:300px;
  height:auto;
	display:none;
	z-index:901;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	border-radius:0.5em;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
div.msg_salva {
  position:fixed;
  top:5px;
  border:1px solid #999;
  padding:2px;
  background-color: #feff9e;
/*  background: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background:    -moz-linear-gradient(bottom, #ebf3fc, #dce9f9);
  background:         linear-gradient(to bottom, #ebf3fc, #dce9f9);*/
  min-width:400px;
  width:400px;
  right: 15px;
  min-height:55px;
  height:auto;
  display:none;
  z-index:902;
/*  -moz-opacity:.90;
  opacity:.90;*/
  -moz-border-radius:0.5em;
  -webkit-border-radius:0.5em;
  border-radius:0.5em;
  font-family: Verdana, sans-serif;
  font-size: 1em;
}
div.msg_salva.bianco {
  background-color: #FFFFFF !important;
}
div.msg_salva.azzurra {
  background-color: #f3fdff !important;
}
div.msg_salva.gialla {
  background-color: #ffffcc !important;
}
div.msg_salva.largo {
  min-width:600px;
  width:600px;
}
div.msg_salva>.cmnotifica {
  margin-bottom: 4px;
}
div.msg_salva>div.corpo {
  display: flex;
  flex-direction: column;
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:55px;
  min-height:50px;
  background-size:50px 50px;
  font-weight:normal;
}
div.msg_salva>div.corpo>div.titolo {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-weight:bold;
  color:#486591;
  float:left;
  width:98%;
  font-size:1.1em;
  border-bottom:dotted 1px #666;
  padding: 3px;
}
div.msg_salva>div.corpo>div.testo {
  font-size:1.1em;
  font-style:italic;
  font-weight: bold;
  padding-bottom:3px;
  margin-top: auto;
}
.qrcode {
  background-image: url(../immagini/qrcode.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:18px;
  width:20px;
  min-width:20px;
  height:14px;
}

.cornetta {
  background-image: url(../immagini/cornetta.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 3vw 3vh;
}

.fse {
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 18px;
  min-width: 18px;

}
.fse.fse_cancellato {
  background-image: url(../immagini/fsedel.svg);
}
.fse:not(.fse_cancellato) {
  background-image: url(../immagini/fse.svg);
}

.doc_oscurato {
  background-image: url(../immagini/privacy_no.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 2.5vw 2.5vh;
}

.ical {
  background-image: url(../immagini/ical.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:18px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.prenota {
  background-image: url(../immagini/calendario.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:18px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.prescrizione {
  background-image: url(../immagini/prescrizione.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:18px;
  width:20px;
  min-width:20px;
  cursor:pointer;
}
.frecce_su {
  background-image: url(../immagini/frecce_su.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.frecce_giu {
  background-image: url(../immagini/frecce_giu.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.ambu {
  background-image: url(../immagini/ambulanza.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 20px;
  width:20px;
  height:14px;
}

.pic {
  background-image: url(../immagini/pic.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  height:14px;
}

.pending {
  background-image: url(../immagini/pending.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 2.4vw 2.4vh;
  cursor:pointer;
}

.lambu {
  background-image: url(../immagini/ambulanza.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 20px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.barella {
  background-image: url(../immagini/barella.svg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 16px;
  min-width: 18px;
  cursor: pointer;
}

.cestino {
  background-image: url(../immagini/cestino.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 16px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
/*.cancellato {
  background-image: url(../immagini/delete.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 16px;
}*/
span.cestino,span.mostra,span.modifica,span.sospendi,span.lamp,span.spunt,span.spuntno {
  display: inline-block;
  min-width: 18px;
  min-height: 16px;
 	background-size: 16px;
}
.annulla {
  background-image: url(../immagini/annulla.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:18px;
  cursor:pointer;
}

.valida {
  background-image: url(../immagini/valida.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:18px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.tick {
  background-image: url(../immagini/tick2.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: contain;
  cursor:pointer;
}

.ps {
  background-image: url(../immagini/ps.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:18px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.mostra {
  background-image: url(../immagini/lente.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:18px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.mostra_p {
  background-image: url(../immagini/lente.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:15px;
  width:18px;
  min-width:18px;
  height:14px;
  cursor:pointer;
}
.visita {
  background-image: url(../immagini/visita.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:18px;
  cursor:pointer;
}
.izoom {
  background-image: url(../immagini/zoom.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:18px;
  cursor:pointer;
}
.img_p {
 	background-size:14px;
}
.salva {
  background-image: url(../immagini/salva_p.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.download {
  background-image: url(../immagini/download.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 2.5vw 2.5vh;
  opacity: 0.6;
	-moz-opacity:0.6;
	filter: alpha(opacity=60);
  cursor:pointer;
}
.aiuto {
  background-image: url(../immagini/aiuto.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 18px;
}
.vdc {
  background-image: url(../immagini/vdc.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: contain;
  cursor:pointer;
}
.esci {
  background-image: url(../immagini/esci_tondo.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.login {
  background-image: url(../immagini/chiave.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
}

.importa {
  background-image: url(../immagini/import.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 18px;
  cursor:pointer;
}
span.semiblock.importa {
  min-width: 24px;
}
.esporta {
  background-image: url(../immagini/export.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 18px;
  cursor:pointer;
}

.chat {
  background-image: url(../immagini/chat.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 18px;
  width:20px;
  min-width:20px;
  opacity: 0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
  cursor:pointer;
}
.nonvisto {
  background-image: url(../immagini/cerchio_arancio.svg);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 2vw 2vh;
}

.visto {
  background-image: url(../immagini/cerchio_grigio.svg);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 2vw 2vh;
}

.firma {
  background-image: url(../immagini/firma.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 18px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.firmato {
  background-image: url(../immagini/cera_lacca.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 18px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.chiama {
  background-image: url(../immagini/telefono.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 18px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.telewa {
  background-image: url(../immagini/telewa.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 19px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.cpersa {
  background-image: url(../immagini/chiamata_persa.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 16px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.sms {
  background-image: url(../immagini/sms.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 19px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.piusvg {
  background-image: url(../immagini/piu.svg);
 	background-repeat:no-repeat;
 	background-position:center center 1px;
 	background-position:center -webkit-calc(50% + 1px);
 	background-size: 19px;
  min-width:20px;
  opacity: 0.4;
	-moz-opacity:0.4;
	filter: alpha(opacity=40);
  cursor:pointer;
}

.copia {
  background-image: url(../immagini/copia.gif);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.stop {
  background-image: url(../immagini/stop.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:17px;
  width:20px;
  min-width:20px;
  cursor:pointer;
}

.sospendin {
  background-image: url(../immagini/stop.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:16px;
  width:20px;
  min-width:20px;
  cursor:pointer;
}

.sospendi {
  background-image: url(../immagini/stop_p.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.fido {
  background-image: url(../immagini/faceid.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
  min-width:20px;
  background-size: 20px;
  cursor:pointer;
}
.home {
  background-image : url(../immagini/home2.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:20px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.arresta {
  background-image: url(../immagini/cross.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:18px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.aouc {
	background-image: url(../immagini/aouc.png);
	background-repeat: no-repeat;
	background-position: center center;
 	background-size:18px;
  width:20px;
  min-width:20px;
  height:14px;
}
.nota {
  background-image: url(../immagini/nota.png);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size:15px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.aggiorna {
  background-image: url(../immagini/aggiorna.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}

.rettifica {
  background-image: url(../immagini/rettifica.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 18px;
  cursor:pointer;
}

.ospedale {
  background-image: url(../immagini/ospedale.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
 	background-size: 16px;
  cursor:pointer;
}

.attsvg {
  background-image: url(../immagini/esclamazione.svg);
  background-repeat: no-repeat;
 	background-position:center center;
  background-size: 2.2vw 2.2vh;
  cursor:pointer;
}

.aggiorna_p {
  background-image: url(../immagini/aggiorna_p2.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
/*.ajax:after {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 2px;
  padding: 0;
  background-image: url(../immagini/loading_p.gif);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 14px;
  content: '';
}*/
.frecciasin {
  background-image: url(../immagini/prev_n.gif);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:18px;
  width:18px;
  min-width:18px;
  height:14px;
  cursor:pointer;
}
.valido:after {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 5px;
  padding: 0px;
  background-image: url(../immagini/valida.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:14px;
  content: '';
}
.novalido:after {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 5px;
  padding: 0px;
  background-image: url(../immagini/cross.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:14px;
  content: '';
}
.bg_piccolissimo {
  background-size:12px !important;
}
.bg_piccolo {
  background-size:14px !important;
}
.bg_medio {
  background-size:18px !important;
}
.chradio {
  display: inline-block;
  margin-left:20px;
  margin-right:5px;
}
.block,.gblock {
  display: inline-block;
}
span.block {
  min-width: 18px;
  min-height:16px;
}
span.semiblock {
  display: inline-table;
  max-height: fit-content;
  background-size: contain;
}

span.semiblock.bg_piccolo {
  min-width: 16px;
}

p.speech {
  position: relative;
  width: 80%;
  height: auto;
  text-align: left;
  background-color: rgba(209, 253, 255, 0.4);
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
p.speech.risposta {
  margin-left: auto;
  margin-right: 0;
  background-color: rgba(18, 255, 33, 0.40);
}
label.block {
  padding-left:3px;
  padding-right:3px;
}
label.block>span {
  padding-left: 4px;
}
label.block>input[type='radio'] {
  margin-right: 3px;
}

label.tuttatd {
  display: block;
}
span.stampa,span.param {
  display: inline-block;
  height:18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:        border-box;
}
span.stampa:hover,span.param:hover {
  -webkit-box-shadow: 0 0 3px 0 grey inset;
  -moz-box-shadow: 0 0 3px 0 grey inset;
  box-shadow: 0 0 3px 0 grey inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
/*  -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
  -moz-transition: -moz-box-shadow 300ms ease-in-out;
  transition: box-shadow 500ms ease-in-out;*/
}
span.stampa:active,span.param:active {
  border-color:lightgrey;
}
/*
span.tab_destra {
  float:right;
}
span.tab_sinistra {
  float:left;
}
table.bottoni button > span {
  height:95% !important;
  background-size: contain !important;
  cursor: default !important;
}
*/
.stampa {
  background-image: url(../immagini/stampa.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 18px;
  width:20px;
  min-width:20px;
  height:14px;
  cursor:pointer;
}
.indietro {
  background-image: url(../immagini/freccia_sin.svg);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 2.5vw 2.5vh;
}
.privacy {
  background-image: url(../immagini/privacy.png);
 	background-repeat:no-repeat;
 	background-position:center center;
  background-size: 16px;
  cursor:pointer;
}
.referto,.pdf {
  background-image: url(../immagini/pdf-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:16px;
  width:20px;
  min-width:20px;
  height:18px;
  cursor:pointer;
}
.icradio {
  background-image: url(../immagini/radiologo.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:18px;
  width:20px;
  min-width:20px;
  height:16px;
  cursor:pointer;
}
.iclabo {
  background-image: url(../immagini/labo.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:18px;
  width:20px;
  min-width:20px;
  height:16px;
  cursor:pointer;
}

.frosso {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  color:red;
  font-weight:bold;
  text-shadow: 0 1px 0 rgba(255,255,255,.5) !important;
/*	text-shadow: #555 2px 2px 3px;*/
}
.grigio {
  background-color:#dedede;
  font-weight:bold;
}
.grigiosh {
  background-color:#dedede;
  font-weight:bold;
	text-shadow: #333 2px 2px 4px;
}
.blu_nosh {
  background-color:#486591;
  font-weight:bold;
  color:white;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
}
.pleft {
  padding: 3px 2px 4px 8px !important;
}
tr.blu>td,.blu {
  background-color:#486591;
  font-weight:bold;
  color:white;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  padding:2px;
	text-shadow: #333 2px 2px 4px;
}
.ambulatorio {
  background-color:#996699;
  font-weight:bold;
  color:white;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
}
.mouseover {
  background-color:#ffff66;
  font-weight:bold;
	text-shadow: #333 2px 2px 4px;
}
.mouseovercur {
  background-color:#ffff66;
  font-weight:bold;
	text-shadow: #333 2px 2px 4px;
	cursor:pointer;
}
.mouseout {
  background-color:#FF9966;
  font-weight:bold;
	text-shadow: #aaa 2px 2px 4px;
}
table.tondo .attuale,.attuale {
  background-color:#ffffdd;/*FFFF99;*/
  color:black
}
table.tondo .altrasod,.altrasod {
  background-color:rgba(206,255,255,0.3);/*#cCFfFf;*/
  color:black
}
.azzurro {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:bold;
  color:#8888FF;
}
.norigagrigio {
  background-color: #dddddd;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
}
.fissogrigio {
  border-width:0;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  background-color:#dddddd;
  color:#FF8833;
  font-weight:bold;
}
/*.barcode:not(button) {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:0.7em;
  line-height:80%;
}*/
.rigasopra {
  border-top:1px solid #d3d3d3;
}
.fondoblu {
  background-color:#486591;
}
.bianco {
  background-color:white;
}
tr.bianco:hover {
  background-color:white;
}
.interl {
  font-size:0.7em;
  line-height:10%;
}
.datarel {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  color:#dddddd;
  font-weight:normal;
  font-style:italic;
}
.max,.frosson {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
  color:red;
  font-style:normal;
}
.min,.fblun {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
  color:blue;
  font-style:normal;
}
.frosan {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
  color:orchid;
  font-style:normal;
}
.rif {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:normal;
  color:black;
  font-style:italic;
}
.inattivo {
  background-color:#bbbbbb;
  color:#DDDDDD;
  font-weight:bold;
	text-shadow: #333 2px 2px 4px;
}
.sospeso,.sospeso table tr {
  text-decoration:line-through !important;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
}
.deceduto {
  background-image: url(../immagini/croce.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 16px;
  min-width:18px;
}
fieldset {
	border: thin #d3d3d3 solid;
}
fieldset.altro_cornice_tonda>legend {
  margin-left: 15px;
  padding-left: 3px;
  padding-right: 3px;
}
.sfondo_rosso {
	background-color: #F66 !important;
	font-weight: bold;
	color: black;
}
.scalborder {
  background-color: transparent;
  border: 1px solid rgb(211, 211, 211);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.calborder {
  background-color: transparent;
	margin-bottom : 7px;
  border: 1px solid rgb(211, 211, 211);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	-moz-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;
}
/*.calborder table:first-child tr:first-child td:first-child{
  -webkit-border-radius:5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.calborder table:first-child tr:first-child td:last-child{
  -webkit-border-radius:0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.calborder table:first-child tr:last-child td:first-child{
  -webkit-border-radius:0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.calborder table:first-child tr:last-child td:last-child{
  -webkit-border-radius:0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}*/

.tbll	{
  background: url(../immagini/shadow_l.gif) no-repeat;
  width:8px;
}
.tblbot	{
  background: url(../immagini/shadow_m.gif) repeat-x;
  width:100%;
}
.tblr	{
  background: url(../immagini/shadow_r.gif) no-repeat;
  width:8px;
}
.bottom {
  display:table-cell;
  vertical-align: bottom;
}
.td_top {
  display:table-cell;
  vertical-align: top;
}
.l100 {
  width:100%
}
.l98 {
  width:98%
}
.l95 {
  width:95%
}
.l90 {
  width:90%
}
.l85 {
  width:85%
}
.l80 {
  width:80%
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.nowrap {
  white-space:nowrap;
}
.nowrapb {
  display: flex;
  white-space:nowrap;
}
.pre {
  white-space:pre;
  font-family: monospace
}
.nascosto {
	display:none;
}

.novisib {
  visibility: hidden;
}
.trasparente {
  opacity: 0;
	-moz-opacity:0;
	filter: alpha(opacity=100);
}
.sf_rosa,div.msg_salva.rosa {
  background-color:#FFE2E4 !important;
}
.sf_verde,.sf_importante,div.msg_salva.verde {
  background-color:#D1F7A8 !important;
}
.festivo {
  background-color:#eecdff;/*#CC99FF;*/
  font-weight:bold;
/*	text-shadow: #333 2px 2px 4px;*/
}
.ombra {
  -webkit-box-shadow: 5px 5px 5px #d3d3d3;
	-moz-box-shadow: 5px 5px 5px #d3d3d3;
	box-shadow: 5px 5px 5px #d3d3d3;
}
.ombra_p {
	-webkit-box-shadow: 0 2px 2px #888;
	-moz-box-shadow: 0 2px 2px #888;
	box-shadow: 0 2px 2px #888;
	margin-bottom: 2px;
}
.tondo {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.capogruppo {
  font-weight:bold;
	font-style:italic;
}
input:disabled,#tb_bottoni_fondo button:disabled,tr.disabled td,.disabled {
	font-style:italic;
	color: grey;
}
table.conriga thead tr th,
table.conriga tfoot tr th {
	border: 0;
	padding: 3px;
}
table.pconriga thead tr th,
table.pconriga tfoot tr th {
	border: 0;
	padding: 2px;
}
table.conriga thead tr th:not(.seconda_intest th):not(.terza_intest th),
table.pconriga thead tr th {
	background-color:#dddddd;
  border-bottom:thin solid #a9a9a9;
  color: #333;
	font-weight:bold;
	text-shadow: #555 2px 2px 4px;
}

table.conriga thead th.centro,
table.pconriga thead th.centro {
	text-align:center;
  margin-left: auto;
  margin-right: auto;
}
/*table.conriga>tr:not(.nohover) table tr,
table.pconriga>tr:not(.nohover) table tr {
  border-bottom:none !important;
}*/
.noriga {
  background-color: transparent;
  border: 1px solid transparent !important;
}
.nocorgiu {
  border-bottom: 1px solid transparent !important;
}
table.conriga:not(.cornice_tonda_piccola)>tbody>tr,
table.conriga.cornice_tonda_piccola>tbody>tr:not(:last-child),
table.pconriga>tbody>tr {
  border-bottom:1px solid #d3d3d3;
/*  background-color:white;*/
}
table.conriga>tfoot>tr:first-child,table.tondo>tfoot>tr:first-child {
  border-top:1px solid #d3d3d3;
}
table.sub_conriga>tbody>tr {
  border-bottom:1px solid #d3d3d3 !important;
/*  background-color:white;*/
}
table.conriga>tr.grigio,table.conriga>tr.grigio:hover {
  border-bottom:1px solid #a9a9a9;
  background-color:#dddddd;
}
table.conriga.grigio>tbody>tr {
  border-bottom:1px solid lightgrey;
/*  background-color:white;*/
}
table.conriga>tbody>tr:not(.nohover):hover,
table.conriga>tbody>tr.norigagrigio:hover,
table.sub_conriga>tbody>tr:hover,
table.pconriga>tbody>tr:hover,
table.pconriga>tbody>tr.norigagrigio:hover {
  background-color:#eeeeee !important;
/*  background-color:#ccccff;*/
}
table.conriga>tbody>tr.bianco:hover,
table.pconriga>tbody>tr.bianco:hover {
  background-color:white;
}
tr.nohover:hover {
  background-color:transparent !important;
}
table.conriga>tbody>tr.norigagrigio,
table.pconriga>tbody>tr.norigagrigio {
  background-color:#dddddd;
}
table.alter>tbody>tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.alter>tbody>tr:nth-child(odd) {
  background-color: transparent;
}

table.conriga > tbody > tr > td, table.conriga > thead > tr > td, table.tbst > tbody > tr > td, table.tbst > tfoot > tr > td, table.tbst > thead > tr > th, table.tbst > thead > tr > td, table.conriga > thead > tr > th {
/*  border-bottom:1px solid #d3d3d3;*/
	padding: 3px;
}
table.conriga > tbody > tr > td.ptop, table.tbst > tbody > tr > td.ptop, .ptop {
  padding-top: 2px;
}

table.pconriga > tbody > tr > td, table.ptbst > thead > tr > th, table.ptbst > tbody > tr >td, table.ptbst > tbody > tr > th {
	padding: 2px;
}
table.stbst > thead > tr > td,table.stbst > tbody > tr > td, table.stbst > thead > tr > th, table.tbst > tbody > tr.stbst > td {
	padding: 1px;
}
table.ntbst > thead > tr > td,table.ntbst > tbody > tr > td, table.ntbst > thead > tr > th, table.tbst > tbody > tr.ntbst > td {
	padding: 0;
}
table.gtbst > thead > tr > td,table.gtbst > tbody > tr > td, table.gtbst > thead > tr > th,.gtbst {
	padding: 5px;
}
table.conriga tbody td.p_gright,table.conriga td.p_gright, table.tbst tbody td.p_gright, table.tbst th.p_gright, table.tbst td.p_gright,.p_gright {
  padding-right: 30px !important;
}
table.conriga tbody td.p_right20,table.conriga td.p_right20, table.tbst tbody td.p_right20, table.tbst th.p_right20, table.tbst td.p_right20,.p_right20 {
  padding-right: 20px !important;
}
table.conriga tbody td.rientro,table.conriga td.rientro, table.tbst tbody td.rientro, table.tbst th.rientro, table.tbst td.rientro,.rientro {
  padding-left:15px !important;
}
table.conriga tbody td.rientro20,table.conriga td.rientro20, table.tbst tbody td.rientro20, table.tbst th.rientro20, table.tbst td.rientro20,.rientro20 {
  padding-left:20px !important;
}
table.conriga tbody td.doppiorientro,table.conriga td.doppiorientro, table.tbst tbody td.doppiorientro, table.tbst th.doppiorientro, table.tbst td.doppiorientro,.doppiorientro {
  padding-left:30px !important;
}

.invia_email {
  background-image: url(../immagini/invia_email.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
  width:20px;
  height:14px;
  cursor:pointer;
}

.invia {
  background-image: url(../immagini/invia.svg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
  width:20px;
  height:14px;
  cursor:pointer;
}

/* Suggest*/
.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}
.ac_loading {
	background : url('../immagini/loading_p.gif') right center no-repeat transparent;
}
.ac_act {
	background : url('../immagini/act_sugg.png') right center no-repeat transparent;
	background-color: white;
}
.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	text-align: left;
}
/*color: #101010;*/

.ac_over {
	cursor: pointer;
	background-color: #CCCCFF;
}

.ac_match {
	text-decoration: underline;
/*	color: black;*/
}

/*
 * jQuery UI Autocomplete 1.10.0
 *
 */
.ui-front {
	z-index: 100;
}
.ui-autocomplete-input[type="search"]:not(.noauto) {
  background-position: right 15px center;
  background-position: -webkit-calc(100% - 15px) center;
}
textarea.ui-autocomplete-input:not(.noauto) {
  background-position: right 3px;
}
.ui-autocomplete-input:not(.noauto) {
  background-image : url('../immagini/searchMagnifierResults.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: white;
}
.ui-autocomplete {
	border: 1px solid #aaaaaa;
	background-color: white;
	max-height: 200px;
  min-width: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	position: absolute;
	cursor: default;
  -webkit-border-bottom-left-radius:5px;
  -moz-border-radius-bottomleft:5px;
  border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomright:5px;
  border-bottom-right-radius:5px;
}
.ui-autocomplete-loading:not(.noauto) {
	background : url('../immagini/loading_p.gif') right center no-repeat transparent;
}

/* workarounds */
* html .ui-autocomplete { width:1px;} /* without this, the menu expands to 100% in IE6 */

/*!
 * jQuery UI Menu 1.10.0
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
  z-index: 102;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
  cursor:pointer;
	width: 100%;
}
.ui-menu .ui-menu-item:not(:last-child) {
  border-bottom:thin solid #eeeeff;
}
.ui-menu .autolink {
  display: inline-block;
  margin: 0;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #666666;
  width: 100%;
  background-color: #E9FCFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.ui-menu .group {
  display: inline-block;
  margin-left: -10px;
  padding: 3px 3px 3px 8px;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  color: #7c7c7c;
  width: 97%;
  background-color: #ebf3fc;
  border: 1px solid #CCCCCC;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  cursor:default !important;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	font-size:0.92em;
  text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
  padding-left: 1em;
  text-indent:-0.6em;
}
.ui-helper-hidden-accessible { display:none; }
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus > a,
.ui-menu .ui-state-hover > a {
	cursor: pointer;
  border: 1px solid #bad5e4;
  background-color:#eeeeee;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
/*	background-color: #CCCCFF;*/
	font-weight: normal;
	margin: -1px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.ui-menu .ui-state-disabled {
  font-size:0.95em;
	font-weight: bold;
	margin: .4em 0 .2em;
  padding-left: 1em;
	line-height: 1.5;
  font-style:italic;
  color: darkgrey;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

/* Fine autocomplete*/

/* ui-tooltip */
.ui-tooltip_auto {
  min-width: 2px !important;
}
.ui-tooltip_giallo {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 400px;
	opacity:0.85;
	-moz-opacity:.85;
	filter: alpha(opacity=85);
	padding:2px 3px 2px 2px;
  border: 1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 3px 3px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
	background-color:#ffffcc;
}

.ui-tooltip {
	padding: 4px;
	position: absolute;
 	filter:alpha(opacity=98);
	-moz-opacity:.98;
	opacity:.98;
	z-index: 9999;
  min-width:200px;
	max-width: 900px;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 8px #666;
	-moz-box-shadow: 0 0 8px #666;
	box-shadow: 0 0 8px #666;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.ui-tooltip h3,.ui-tooltip_giallo h3 {
  width: 100%;
  margin: -3px 0 5px -3px;
  padding: 4px 0 4px 6px;
  font-weight:bold;
  color:white;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  background: -webkit-linear-gradient(top, rgba(22,139,214,0.7), rgba(22,139,214,0.9));
  background:    -moz-linear-gradient(bottom, rgba(22,139,214,0.7), rgba(22,139,214,0.9));
  background:         linear-gradient(to bottom, rgba(22,139,214,0.7), rgba(22,139,214,0.9));
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
	text-shadow: #333 1px 1px 4px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  border-bottom:thin solid #a9a9a9 !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.ui-tooltip p,.ui-tooltip_giallo p {
	padding:5px;
}

span#_opesnip button {
	padding: 1px;
	margin: 1px 2px 1px 2px;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:0.8em;
	font-weight:normal;
  color:dodgerblue;
  width:auto;
  min-width:70px;
  height:16px;
  background-color:transparent;
  border: 1px lightgray solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

span#_opesnip button:hover{
	border: solid 1px #9CF;
}
.super {
	color: blueviolet !important;
}
.lsuper {
	background-color: #e9d7f3 !important;
}

/* Fine ui-tooltip */

/*!
 * jQuery UI Dialog 1.10.3
 * http://docs.jquery.com/UI/Dialog#theming
 *
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000/*{bgColorOverlay}*/ /*url(../librerie/jquery/ui_css/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ /*50%/*{bgOverlayXPos}*/ /*50%/*{bgOverlayYPos}*/ /*repeat-x/*{bgOverlayRepeat}*//*;
	opacity: .5/*{opacityOverlay}*//*;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*//*;
/*}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	outline: 0;
  width: 100%; 
  height: 100%; 
  background: #fff; 
	border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 5px #333;
	-moz-box-shadow: 0 0 10px 5px #333;
	box-shadow: 0 0 10px 5px #333;
}
.ui-dialog .ui-dialog-titlebar {
  display: none;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	padding: 0 10px 5px 5px;
	overflow: auto;
  background: none;
	border: 0;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
 Fine ui-dialog */

/*
------------------------------
	Impromptu's
------------------------------
------------------------------
       brown theme
------------------------------
*/
.brownJqiwarning .brownJqi{ background-color: white; }
.brownJqifade{
	position: absolute;
	background-color: #000000;
}
div.brownJqi{
	position: absolute;
	background-color: white;
	padding: 3px;
	min-width: 400px;
	max-width: 800px;
	text-align: left;
	border: 1px solid #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 5px #444;
	-moz-box-shadow: 0 0 10px 5px #444;
	box-shadow: 0 0 10px 5px #444;
}
div.brownJqi .brownJqiclose{
  float: right;
  margin: -20px 0 0 0;
  cursor: pointer;
  color: #777777;
  font-size: 1em;
}
div.brownJqi .brownJqicontainer{
	position: relative;
  background-color:white;
	color: #ffffff;
}
div.brownJqi .brownJqimessage{
	position: relative;
	font-size: 1.1em;
/*	background-color: #F7F6F2;*/
	background-color: white;
/*	border-top: solid 1px #C6B8AE;*/
/*	border-bottom: solid 1px #C6B8AE;*/
	padding: 5px;
	color: black;
}
div.brownJqi .brownJqimessage h4 {
/*	background: url(../immagini/brown_theme_gradient.jpg) top left repeat-x #ffffff;*/
	font-size: 1.2em;
  min-height: 20px;
/*	background-color: #FF9966;*/
/*	background-color: rgba(22,139,214,0.7);/*, rgba(22,139,214,0.9);*/
	border-bottom: solid 1px #bbb;
  margin: -5px -5px 0 -5px;
	padding: 5px 0 6px 10px;
  font-weight: bold;
  color: black;
/*	color: #4D4A47;*/
  cursor:default;
	border-left-color: blueviolet;
  width:100%;
}

div.brownJqi .brownJqimessage h4.back_sin {
  background-position: 3px center;
	padding-left: 28px;
  background-size: 20px;
 	background-repeat: no-repeat;
  height:inherit;
  border-left-style: solid;
  border-left-width: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

div.brownJqi .brownJqimessage h4.pdomanda {
  background-image: url(../immagini/question.svg);
	border-left-color: blueviolet;
}
div.brownJqi .brownJqimessage h4.ptempo {
  background-image: url(../immagini/clessidra.svg);
	border-left-color: yellow;
  background-size:22px;
}
div.brownJqi .brownJqimessage h4.plamp {
  background-image: url(../immagini/lamp.svg);
	border-left-color: coral;
  background-size:15px;
}
div.brownJqi .brownJqimessage h4.pbell {
  background-image: url(../immagini/bell.svg);
	border-left-color: limegreen;
}

div.brownJqi .brownJqimessage h4.pinfo {
  background-image: url(../immagini/info.svg);
	border-left-color: dodgerblue;
  background-size:22px;
}
div.brownJqi .brownJqimessage h4.pstampa {
  background-image: url(../immagini/stampa.svg);
	border-left-color: rgba(255, 174, 148, 0.71);
  background-size:22px;
}
div.brownJqi .brownJqimessage h4.pcanc {
  background-image: url(../immagini/cestino.svg);
	border-left-color: #8ed5e5;
  background-size:22px;
}

div.brownJqi .brownJqimessage input,div.brownJqi .brownJqimessage select {
  margin: 3px 3px 3px 0;
}
div.brownJqi .brownJqimessage ul {
  margin:2px 0 -2px 0;
}
div.brownJqi .brownJqimessage p,div.brownJqi .brownJqimessage>div.corpo {
	padding: 10px;
	color: #777777;
}
div.brownJqi .brownJqibuttons{
	border-top: solid 1px lightgrey;
  padding: 5px 2px 5px 0;
  margin-top: 5px;
	text-align: right;
}
/*div.brownJqi button.brownJqidefaultbutton{
}*/

div.brownJqi button{
	padding:1px;
	margin: 4px 3px 3px 3px;
/*	margin:0 2.5px 0 2.5px;*/
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:0.9em;
	font-weight:normal;
  color:dodgerblue;
  width:auto;
  min-width:70px;
  height:22px;
  background-color:transparent;
  border: 1px lightgray solid;
	text-shadow: #fff 2px 2px 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
/*	background: url(../immagini/brown_theme_gradient.jpg) top left repeat-x #ffffff;
	border: solid #777777 1px;
	font-size: 9px;
	height:13px;
	width:50px;
	padding: 0 10px 3px 10px;
	margin: 4px 3px 3px 6px;*/
}

div.brownJqi button:hover{
	border: solid 1px #9CF;
/*	border: solid #aaaaaa 1px;*/
}
/*
.jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 400px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}
*/
/*
------------------------------
	jGrowl
------------------------------
*/

div#jGrowl > div.default {
  border:1px solid #999;
  -webkit-border-radius:.5em;
  -moz-border-radius:.5em;
  border-radius:.5em;
  background-color: 		#D1EFFE;
  padding: 			2px;
  color: black;
  -webkit-box-shadow: 0 0 0 1px #d3d3d3;
  -moz-box-shadow:0 0 0 1px #d3d3d3;
  box-shadow: 0 0 0 1px #d3d3d3;
}

div#jGrowl > div.manilla {
	background-color: 		#FFF1C2;
	padding: 			2px;
	color: 					navy;
}
div#jGrowl > div.osx {
	background-color: 		#333;
	padding: 			5px;
	color: 					#eee;
	-webkit-box-shadow: 3px 3px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
  opacity:.8;
  -moz-opacity:.8;
  filter:alpha(opacity=80);
}
div#jGrowl > div.osx table td{
	color: 					#eee;
}
div#jGrowl > div.impegni {
	border:1px solid #999;
	-webkit-border-radius:.5em;
  -moz-border-radius:.5em;
	border-radius:.5em;
	background-color: 		#D1EFFE;
	padding: 			2px;
	color: 					navy;
  -webkit-box-shadow: 0 0 0 1px #d3d3d3;
  -moz-box-shadow:0 0 0 1px #d3d3d3;
  box-shadow: 0 0 0 1px #d3d3d3;
}


/*
------------------------------
	newsticker
------------------------------
*/
.newsticker {
	list-style-type: none;
	border:1px solid #999;
	background: #FFF1C2;
	padding: 2px;
	margin: 0;
  z-index: 11999;
  display: none;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  opacity:.90;
  filter:alpha(opacity=90);
  -moz-opacity:.90;
}
/*
#attendere {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../immagini/jtip_loader.gif);
}

/*
------------------------------
	Cluetip
------------------------------
*/
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../immagini/jtip_loader.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
#cluetip p {
	padding:3px 5px 5px 5px;
	width:auto;
	text-align:justify;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
	padding:2px 4px 2px 2px;
  border: 1px solid #ccc;
  position: relative;
  background-color: #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 3px 0 3px 3px;
  background-color:#486591;
  font-weight:bold;
  color:white;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:1em;
	text-shadow: #333 2px 2px 4px;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 1px 0 1px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close {
  text-align: right;
  margin: 0 5px 0 0;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(../immagini/cluetip_arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(../immagini/cluetip_arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(../immagini/cluetip_arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../immagini/cluetip_arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/*
border: 1px solid #111;
background-color: #eee;
padding: 5px;
#tooltip h3, #tooltip div { margin: 0; }
*/
/* brTip */
/*
div.brTip-box {
	background: #FFF;
	border: 1px solid #6E92B6;
	display: none;
	position: absolute;
	width: 200px;
}
div.brTip-title {
	background: #6E92B6;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 3px;
	text-align: center;
}
div.brTip-content {
	color: #333;
	margin: 0;
	padding: 5px;
	text-align: justify;
}
*/
/*
------------------------------
	Bubble
------------------------------
*/
/*
.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft { background-image: url(../immagini/bubble/bubble-1.png); }
.popup td.top { background-image: url(../immagini/bubble/bubble-2.png); }
.popup td#topright { background-image: url(../immagini/bubble/bubble-3.png); }
.popup td.left { background-image: url(../immagini/bubble/bubble-4.png); }
.popup td.right { background-image: url(../immagini/bubble/bubble-5.png); }
.popup td#bottomleft { background-image: url(../immagini/bubble/bubble-6.png); }
.popup td.bottom { background-image: url(../immagini/bubble/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(../immagini/bubble/bubble-8.png); }
*/
.popup td.corner {
	height: 10px;
	width: 14px;
}

.popup td#topleft { background-image: url(../immagini/bubble/susin.png); }
.popup td.top { background-image: url(../immagini/bubble/su.png); }
.popup td#topright { background-image: url(../immagini/bubble/sudx.png); }
.popup td.left { background-image: url(../immagini/bubble/sin.png); }
.popup td.right { background-image: url(../immagini/bubble/dx.png); }
.popup td#bottomleft { background-image: url(../immagini/bubble/giusin.png); }
.popup td.bottom { background-image: url(../immagini/bubble/giu.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(../immagini/bubble/giudx.png); }

.popup table.popup-contents {
	font-size: 1.1em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
}

table.popup-contents td {
	text-align: left;
}
.fdestra {
  text-align:right;
  float:right;
}
.destra,table caption.destra,th.destra.tablesorter-header > div.tablesorter-header-inner {
	text-align:right !important;
}
.centro,table caption.centro,th.centro.tablesorter-header > div.tablesorter-header-inner {
	text-align:center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.tab_centro {
  margin-left: auto;
  margin-right: auto;
}
.tab_destra {
  margin-left: auto;
  margin-right: 0;
}

/* --------------------------------*/
span.zoomed {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  background: #000; /* Fallback */
  background: rgba(0, 0, 0, 0.65);
  font-family: "Lucida Console","Courier New","Courier";
  font-size: 1.5em;
  line-height: 1.3em;
	display: none;
  letter-spacing: 0;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.checkbox, .radio {
    width: 19px;
    height: 20px;
    padding: 0;
    background: url(../immagini/checkbox.png);
    display: block;
    clear: left;
    float: left;
 }

.checked {
     background-position: 0 -50px;
}

.clicked {
     background-position: 0 -25px;
}

.clicked.checked {
     background-position: 0 -75px;
}
.smiley {
  background-repeat:no-repeat;
  background-position:center center;
  background-size:16px;
}
.smiley.verde {
  background-image: url(../immagini/smiley-verde.png);
}
.smiley.giallo {
  background-image: url(../immagini/smiley-giallo.png);
}
.smiley.rosso {
  background-image: url(../immagini/smiley-rosso.png);
}
.smiley.azzurro {
  background-image: url(../immagini/smiley-azzurro.png);
}
/*
Radio colorati
 */
.radio-item,span.cradio {
  display: inline-block;
  position: relative;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label:before,span.cradio:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 1px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 11px;
  border: 2px solid grey;
  background-color: transparent;
}
.radio-item input[type=radio].verde + label:before,span.cradio.verde:before {
  border-color: green;
}
.radio-item input[type=radio].giallo + label:before,span.cradio.giallo:before {
  border-color: gold;
}
.radio-item input[type=radio].rosso + label:before,span.cradio.rosso:before {
  border-color: red;
}
.radio-item input[type=radio].azzurro + label:before,span.cradio.azzurro:before {
  border-color: #3882FF;
}
.radio-item input[type=radio]:checked + label:after,span.cradio:after {
  border-radius: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 3px;
  content: " ";
  display: block;
  background: grey;
}
.radio-item input[type=radio].verde:checked + label:after,span.cradio.verde:after {
  background: green;
}
.radio-item input[type=radio].giallo:checked + label:after,span.cradio.giallo:after {
  background: gold;
}
.radio-item input[type=radio].rosso:checked + label:after,span.cradio.rosso:after {
  background: red;
}
.radio-item input[type=radio].azzurro:checked + label:after,span.cradio.azzurro:after {
  background: #3882FF;
}
/*
Fine radio colorati
 */
ul.mp,ol.mp {
  margin: 0;
  padding-left: 10px;
}
.lab_sin,ul.mp li,ol.mp li {
  margin-left: 5px;
}
.lab_dx {
  margin-right: 5px;
}
.rad_sin {
  margin-left: 20px;
}
.prad_sin {
  margin-left: 10px;
}
.rad_dx {
  margin-right: 20px;
}
.tab_su {
  margin-top: 10px !important;
}
.tab_giu {
  margin-bottom: 10px !important;
}
.tab_giu20 {
  margin-bottom: 20px !important;
}

#lens_preview {
  width: 200%;
  height: 200%;
  overflow: visible;
  cursor: cell;
}
/*Lets create the magnifying glass*/
#div_lens_preview {
  width: 98%;/*700px;*/
  height: 300px;
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  border: 4px double #a9a9a9;
  background-color: #ffffff;
  /*Multiple box shadows to achieve the glass effect
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),0 0 7px 7px rgba(0, 0, 0, 0.25),inset 0 0 40px 2px rgba(0, 0, 0, 0.25);*/
  z-index: 1000;
  display: none;
}

/* tinymce */
.mce-btn>button,.mce-active {
  background-color: #f5f5f5 !important; /* uses !important or override .mce-panel background-color/image */
  border:1px solid #DDDDDD !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 26px;
//  height: 28px !important;
//  background-image: none !important;
}
.mce-statusbar {
  background-color: #f5f5f5 !important; /* uses !important or override .mce-panel background-color/image */
  border: 1px solid #DDDDDD !important;
}
.mce-active>button {
  background-color: #aaaaaa !important; /* uses !important or override .mce-panel background-color/image */
}
/* Fine tinymce */

@media print {
	.bottoni {
	  display: none;
	}

	A {
	  display: none;
	}

  .no_stampa {
	  display: none;
	}

	.stampa {
	  display: block;
	}
	body *,b,h3,td,th,.titolotabella,.titolo,.lriga,.lriganob,.lrigagrigio,.fisso,.fisso,.fblu,.lfblu,.fverde,.fviola,.frosso,.grigiosh,.blu,.inattivo,.festivo {
		text-shadow: none;
	}
}
