﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body{
	font-family:"Segoe UI",Helvetica,Sans-Serif;
	font-size:13px;
	margin:0;
	border:0;
	color:rgb(115, 115, 115);
	overflow-y:scroll;
	height:100%;

}
html {
    height:100%;
}

#main
{
    margin: 0px;
    padding:0px;    
    min-height: 100%;
    overflow:hidden;
}

#mainBlock
{
    margin:0 auto 0 auto;
    width:1160px;
    background-color:white;
    box-shadow: 0px 0px 85px rgba(0, 0, 0, 0.3);
    min-height:790px;

    overflow:hidden;
    background-image:url("/Content/themes/vivateq/SfondoMenuSinistro.jpg");
    background-repeat:repeat-y;

}


/* BARRA DI NAVIGAZIONE INIZIO */


#nav-wrapper {
    width: 100%;
    width: 1200px;
    margin: 0px auto;
    clear: both;

}

#nav-bar {
     height:40px;
     width:100%;
     background-color:#71B1D1;
}

#nav-menu > li > a{
    display: block;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 20px;
    padding: 10px 12px;
    text-decoration: none; 
    transition: background 0.1s linear 0s; 
    /*font-weight:bold;*/
    text-transform:uppercase;
}

.menu-form-link {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 12px;
    text-decoration: none; 
    transition: background 0.1s linear 0s; 
}

.menu-form {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 12px;
    text-decoration: none; 
    transition: background 0.1s linear 0s; 
}

 #nav-menu {

     list-style: none outside none; 
     outline: medium none;
     float: left;
     width: auto;
     border-left: 1px solid rgba(0, 0, 0, 0.2);
}



#nav-menu > li{
         
    float: left;
    width: auto;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}



#nav-menu > li > a:hover {
     background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
     color: rgb(255, 255, 255);
}



#nav-data {
    float: left;
    width: auto;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: lighter;
    opacity: 0.4;
}

#nav-logout {
    float: right;
    width: auto;
    color: white;
    font-size: 12px;
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 12px;

}
#nav-logout > a {
    color: white;
    font-size: 12px;
    font-family: 'Source Sans Pro',sans-serif;
    text-decoration:none;
}

/* BARRA DI NAVIGAZIONE FINE */


#intestazione
{
    margin:0 auto 0 auto;
    width:1160px;
    height:80px;
   
}

#bodyArea
{
    padding:20px 30px 30px 30px;
    width:900px;
    float:left;
    background-color:White;
}

#footer 
{
    width:1160px;
    margin-left: 0px;
    clear:both;
    float:right;
    background-color:White;
    
}

#footer-content 
{
    margin-left: 230px;
    margin-right: 30px;
    border-top: 1px solid #71B1D1;
    height:40px;
    text-align:center;
    font-size:11px;
    padding-top:5px;
}
#footer-content a
{
    color:#2A40FF;

}


a{
	color:rgb(80, 158, 216);
	text-decoration:none
}

a:hover{
	text-decoration:underline;
}

img{
	border:0
}

h1{
	font-family:"Segoe UI",Verdana,Helvetica,Sans-Serif;
	font-weight:normal;
}

h2{
	font-family:"Segoe UI",Verdana,Helvetica,Sans-Serif;
	font-weight:normal;
	font-size:1.15em;
}

h3{
	font-family:"Segoe UI",Verdana,Helvetica,Sans-Serif;
	font-weight:normal;
	font-size:1em
}



.display-label, .display-field  
{
    font: 13px/25px "Segoe UI", Verdana,Helvetica,Sans-Serif;
}

.display-label, .display-field 
{
    float:left;
}
.display-label
{
   clear:left;
}

.display-field 
{
    margin-left:10px;
}

.editor-line, .editor-new-line 
{
    float:left;
    margin-right:50px;
     height:80px;
}

.editor-line-width, .editor-new-line-width 
{
 width:180px;
 margin-right:10px;
}

.editor-line select, .editor-new-line select
{
    width:154px;
}

.new-line-section
{
    float:left;
    clear:both;
}

.label-line, .label-new-line
{
    float:left;
    margin-right:50px;
    height:70px;
    width:160px;
}

.label-new-line
{
    clear:left;
}

.editor-boxed
{
    float:left;
    clear:left;
    width:880px;
    border: 1px solid #CCCCCC;
    background-color:#FAFAFA;

/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
/*-moz-box-shadow: 0px 0px 9px #000000;
-webkit-box-shadow: 0px 0px 9px #000000;
box-shadow: 0px 0px 9px #000000;
*/
padding: 10px;
margin: 20px 0px;
}

.editor-new-line
{
    clear:left;
}

.titoletto
{
   clear:left;
   float:left;
   width:100%; 
   margin-top:10px;
   margin-bottom:20px;
   font-size:15px;
}

.titoletto-box
{
    background-color:#C8DDE6; color:#4F4F4F;padding:5px; margin-bottom:10px; text-align:center; font-weight:bold;
    display:block;
}


/*----- AREA MENU ------ */

#menuSuperiore
{
    width:100%;
    height: 30px;
    background-color:#3C454F;
}

#logOn
{
   color:white;
   text-align:right;
   padding-top:6px;
   padding-right:5px;

 width:500px;
 float:right;
}

#bodyArea
{
    padding:20px 30px 30px 30px;
    width:900px;
    float:left;
}

.menuSinistro
{
    float:left;
    width:200px;
    background-color:#71B1D1;
    font: bold 11px/11px "Segoe UI", Verdana,Helvetica,Sans-Serif;
    color:#ED4B03;
    min-height:760px;
    height:100%;
    /*box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3) inset;*/
    /*background-image:url("/Content/themes/elements/sfondoMenuSinistro.png");
    background-repeat:repeat-y;*/
}

.sfondo-footer {
    float:left;
    width:200px;
    background-color:#71B1D1;
    height:40px;
}



.logOut
{
   padding: 1px 6px; margin: 7px 0px 0px 7px; border-left: 1px solid rgb(101, 108, 116);
}

.logOut a
{
   color:#71B1D1;
   text-decoration:none;
}

.logOut a:hover
{
   color:White;
   text-decoration:none;
}

.menuSinistro 
{
    color:White;

}

.menuSinistro ul li a
{
    display: block;
    height: 50px;
    margin: 0px;
    padding: 0px;    
    text-decoration: none;
    cursor:pointer;
    color:inherit;


}


.menuSinistro ul .itemSelected
{
    display: block;
    height: 50px;
    margin: 0px;
    padding: 0px;
    color: #71B1D1;
    text-decoration: underline;
    cursor:pointer;
    background-color:white;
}

.menuSinistro ul .itemSelected a:hover
{
    background-color:white;
    text-decoration: underline;
    color:#71B1D1;
}



.menuSinistro ul li a:hover
{
    background-color:#7CC1DE;
    color:White;
}

.menuSinistro ul
{
    list-style-type:none;
    margin-top:30px;
}


a:hover {
    text-decoration: underline;
}


.immagine-menu-sinistro
{
padding-top: 0px;    
padding-left:10px;
float: left;
}


.labelMenuSinistro
{
    font: bold 11px/11px "Segoe UI";
    padding-top:15px;
    color:inherit;
    text-transform: uppercase;
    white-space: nowrap;
    float:left;
    margin-left:10px;
}


.titoletto-menu-sinistro
{
    
}



#sottomenuSuperiore
{
    float:left;
    background-color:white;
    height:30px;
    width:960px;
    clear:both;
}

/* ----- contenuto pagina ----- */


.titoloMainArea
{
    font: 28px/40px "Segoe UI Light";
    text-transform: lowercase;
    color: rgb(68, 68, 68);
    width:auto;
    margin: 0px;
    padding-bottom:30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    display: inline-block;    
    overflow: hidden;
    /*float:left;*/
}

.titoloMainArea-nome-soggetto a
{
    font: 28px/40px "Segoe UI";
    text-transform: lowercase;
    color: rgb(68, 68, 68);
    font-weight:bold;
    text-shadow: 0px 1px 0px rgb(255, 255, 255), 0px 2px 4px rgb(170, 170, 170);
    margin: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    display: inline-block;
    width: 900px;
    overflow: hidden;
}

.titoloMainArea-nome-soggetto a:hover
{
   text-decoration:underline; 
}

.dettagli, .dettagli p
{
    width:100%;
    float:left;
}

/* -------- Tabelle -----------  */

table.list
{
    width: 100%;
    border: 0px none;
    background-color: transparent;
    table-layout: fixed;
    border-spacing: 0px;
    border-collapse: separate;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor:pointer;

}

table.list tr td
{
    font-size: 12px;
    line-height: 30px;
    padding: 0px 0px 0px 10px;
    border-bottom: 1px solid rgb(255, 255, 255);
    overflow:hidden;
}


table.list tr:nth-child(odd) { background-color:#E1EEF5; }

table.list tr th { background-color:#C7E0ED; }

thead
{
    border-spacing: 0px;
    border-collapse: separate;  
}


table.list tr th 
{
   
    border-bottom: 3px solid rgb(204, 204, 204);
    font-family: "Segoe UI";
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px;
    border-right: 1px solid rgb(204, 204, 204);
    text-align: left;
    line-height: 24px;
    
}

table.list tr th a
{
    padding-left: 10px;
    display: block;
    text-decoration: none;
    color:#1F1F1F;
    position: relative;
    text-decoration:none;
    cursor:pointer;
 
}

table.list tr th a:hover
{
    background-color: #F2F2F2;
    text-decoration:none;
    cursor:pointer;
}

.lastColumn
{
    border-right: 0px;
}

table.list tr:hover
{
    background-color: #fffbb0;    
}

/* ------------- FORM ------------*/

.editor-label
{
    display: block;
    font: 11px/11px "Segoe UI";
    text-transform: uppercase;
    margin-bottom: 7px ;
    margin-top: 5px;
}

.editor-field
{
   /*max-width:100px;*/
}

.editor-field-long input, .editor-field-long select, .editor-field-long textarea  {
    width:800px;
}

.editor-field-auto select {
    width:auto;
}

.field-validation-error
{
    color: Red;
    /*margin-left: 5px;*/
}

/* ------------- DIALOG -----------*/

.title-dialog
{
    color: rgb(68, 68, 68);
    font: 26px/40px "Segoe UI";
    margin-left: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 30px !important;
    font-weight:bold;
}

.barra-laterale-dialog 
{
    float:right; width:20px; background-color:#71B1D1; height:100%; margin:0px;
}

.content-dialog
{
    color: rgb(68, 68, 68);
    font: 16px/16px "Segoe UI";
    float:left; width:300px;
    height:150px;
    padding:20px;
}


.button-panel
{
    padding:0px;
    width:360px;
    text-align:right;
    float:left;
    
}

.asterisco
{
    color:Red;
}

.right-align-td
{
    text-align:right;
    padding-right:10px;
    
}

/*.sottomenu
{
    list-style-type: none;
    border:solid 2px #71B1D1;
    background-color:#F4F4F4;
    width:100%;
    float:left;
    margin-bottom:30px;
}

.sottomenu li
{
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    cursor: pointer;
    margin-right: 24px;
    margin-bottom:24px;    

}*/


.sottomenu
{
    list-style-type: none;
    border:solid 2px #71B1D1;
    /*background-color:#F4F4F4;*/
    background-color:#FAFAFA;
    width:100%;
    float:left;
    margin-bottom:30px;

}

.sottomenu li
{
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    cursor: pointer;
    margin:10px;

    min-width:240px;
}

.sottomenu a
{
    color: rgb(127, 127, 127);  
}

.itemSottomenuSelected a
{
   color:black; 
   text-decoration:underline;
}

.sottomenu li a:hover
{
    text-decoration:none; 
}

.validation-summary-errors 
{
    color:Red;
    padding-left:15px;
}

.error-string
{
    color:Red;
    float:left;
    clear:left;
    margin-bottom:20px;
}

.error-simple-message
{
    color:Red;
}

.ok-simple-message
{
    color:Green;
}

.elemento-dettaglio
{
    font-weight:bold;
}


.pagina
{
    background-color:#ffffff;
    color:#2086bf;
    cursor:pointer;
    border:1px;
    border-style:solid;
    border-color:#dddddd;
    margin:0px 4px 0px 0px;
    float:left;
    padding-bottom:2px;
}

.pagina-numero
{
    background-color:#ffffff;
    color:black;
    border:1px;
    border-style:solid;
    border-color:#dddddd;
    margin:0px 4px 0px 0px;
    width:30px;
    float:left;
    height:20px;
    padding-bottom:0px;
    padding-top:0px;

}
.pagina_numero_totale
{
    float:left;
    margin:0px 4px 0px 0px;
    padding-top:3px;
}

.pagina-selezionata
{
    background-color:#ffffff;
    color:#2086bf;
    cursor:pointer;
    border:1px;
    border-style:solid;
    border-color:#dddddd;
    margin:0px;
    text-decoration:underline;
}



.intestazione-utenza
{
    border-bottom:3px solid #CCCCCC;
    font-weight:bold;
    
}



.tabella-dettaglio
{
    margin-bottom:15px;
    margin-left:5px;
    float:left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);   
    padding:10px;
    
}


.tabella-dettaglio-estesa {
    width:888px;
    margin-bottom:20px;
}


.tabella-dettaglio table tr td
{
    border:none;line-height:25px;
}

.tabella-dettaglio table.dettaglio-con-righe-alternate tr td
{
    border-bottom: 1px solid rgb(255, 255, 255);
}
.tabella-dettaglio-con-righe-alternate tr:nth-child(odd) { background-color:#E1EEF5; }


.tabella-dettaglio table
{
    width:auto;
    height:auto;
}

.label-dettaglio {
    text-transform:uppercase;
    font-weight:normal;
    padding-right:10px;
    font-weight:bold;
}
.field-dettaglio {
    text-transform:uppercase;
    
}



.grey-bg
{
   float:left;
   background-color:#EEEEEE;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);   
   padding:10px;
   clear:both;
    

}

.parametri-di-ricerca
{
    color: rgb(115,115,115);
    font-weight:bold;
}

.no-row-color:nth-child(2n+1)
{
    background-color:transparent;
}


.dettaglio-report
{
   float:left;
   width:820px;
   background-color:#EEEEEE;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
   
   padding:10px;
    

    clear:left; margin-top:20px;
}



.testo-comune
{
    font-size:20px;
    color:blue;
    float:right;
    font-weight:bold;
    text-align:right;
    margin-right:20px;
    margin-top:10px;
}

.testo-comune-pl
{
    font-size:20px;
    color:blue;
    float:right;
    font-weight:bold;
    text-align:right;
    margin-right:20px;
    margin-top:10px;
}

.logo-comune
{
    float:right;
}

.logo-comune-pl
{
    float:right;
}

.logo-comune img
{
    float:right;
  height:70px;
  margin-top:5px;
}

.logo-comune-pl img
{
    float:right;
  height:100px;
  margin-top:5px;
}

.logo-gestore img
{
    width:300px;
    margin-top:15px;

}

.logo-gestore
{
    float:left;
}

#ricerca-veloce
{
    padding: 0px 0px 0px 30px;
    width: 930px;
    float: left;
    border-bottom:1px solid #71B1D1;
    height:70px;
}

.editor-line-ricerca-veloce
{
    float:left;
    margin-right:5px;
}

.editor-label-ricerca-veloce
{
    display: block;
    font: 11px/11px "Segoe UI";
    text-transform: uppercase;
    margin-bottom: 3px ;
    margin-top: 0px;
}

input, select, textarea {
border: 1px solid rgb(186, 186, 186);
padding: 4px 8px;
font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
}

input:focus, textarea:focus, select:focus{
border-color: rgb(143, 143, 143);
box-shadow: 0px 0px 5px #71B1D1;

}

input:active, textarea:active, select:active{
border-color: rgb(143, 143, 143);
}

input:hover, textarea:hover, select:hover {
border-color: rgb(143, 143, 143);
}


.label-field-title
{
    font-weight:bold;
    text-transform:uppercase;
}

.intestazione-scheda-utenza
{
    font-size:24px;
    font-weight:bold;
    
}


/** INIZIO PAGINA DI LOGIN  **/

#main-login
{
    background-color:#FFFFFF;
    margin: 0px;
    padding:0px;

}

#mainBlock-login
{
    margin:0 auto 0 auto;
    width:935px;
    background-color:#FFFFFF;
    min-height:400px;


}

.logo-gestore-login
{
    padding-top:20px;
    float:left;
    height:135px;
}

#main-area-contenuti-login
{

    width:100%;
    float:left;
    border-bottom:1px solid #71B1D1;
}

#main-area-contenuti-sinistra-login
{
    text-align:center;
    width:600px;
    height:500px;
    float:left;
}

#main-area-contenuti-destra-login
{
    margin-top:100px;
    float:left;
    padding-left:40px;
}
#bordo-verticale
{
    width:1px;
    margin-top:80px;
    height:260px;
    background-color:#71B1D1;
    float:left;
}

#footer-login
{
    float:left;
}

#footer a {
    color: white;
}
/** FINE PAGINA DI LOGIN  **/

.icone-esportazione  
{
    text-align:right; 
    float:right;
    position:relative;
    top:10px;
    
}

.icone-esportazione form
{
    float:right;margin-left:10px;
}



.icone-esportazione button
{
    border: 0px none black;
    padding:0px;    
    cursor:pointer;
    width:36px;
    height:36px;
    
}

.icone-esportazione button:hover
{
    border-color: rgb(143, 143, 143);
    box-shadow: 0px 0px 5px #71B1D1;
}

.pdf-button 
{
    background-image:url("/Content/themes/elements/pdf36.png");   
}

.xls-button 
{
    background-image:url("/Content/themes/elements/xls36.png");   
}


.dati-ricerca
{
    float:left;
    width:100%;
}

.dati-soggetto
{
    float:left;
    width:50%;

}

.parametri-ricerca
{
    float:left;
    width:100%;

}

.parametri-ricerca > table > tbody > tr >td
{
    font-size: 12px;
    line-height: 20px;
    padding:0px;
    cursor:auto;
}
.parametri-ricerca > table > tbody > tr:hover
{
    background-color:white;
}

.dati-ricerca-titoletto
{
    text-transform:uppercase;    
    font-weight:bold;
    font-size:14px;
}

.dati-ricerca-titoletto-parametri
{
    text-transform:uppercase;
}

.dati-ricerca-titoletto-identificativo
{
    font-weight:bold;
}

.bold
{
    color:#71B1D1;
    font-weight:bold;
}

.etichetta-illegibile
{
    color:Red;
}


/*** INIZIO TOOOLTIP ***/

.ui-tooltip, .arrow:after {
background: black;
border: 2px solid white;
}
.ui-tooltip {
padding: 10px 20px;
color: white;
border-radius: 20px;
font: bold 14px "Helvetica Neue", Sans-Serif;
text-transform: uppercase;
box-shadow: 0 0 7px black;
}
.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
tranform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}

/*** FINE TOOLTIP ***/

.numeri-scarica-barcode 
{
    font-size:20px;
    font-weight:bold;
    color: rgb(219, 70, 11);
    
    text-shadow: 0px 1px 0px rgb(255, 255, 255), 0px 2px 4px rgb(170, 170, 170);
    
       
    
}

#lettore-ok 
{
    color:Green;
    font-weight:bold;
    display:none;
}

#lettore-out  
{
    color:rgb(219, 70, 11);
    font-weight:bold;
    display:none;
}


#logoutForm {
    float:right;
}

.table-action img{
    position:relative;
    top:4px;
}

.table-action a{
    text-decoration:none;
}


.table-action img:hover{
    /*box-shadow: 0px 0px 5px Red;*/
}

.table-action img:active{
    top:5px;
}

.ui-widget-overlay {
  opacity: 0.7;
  filter: Alpha(Opacity=50);
  background:none;
  background-color: black;  
}

/********* CSS GALLERY INIZIO*************/

.contenitore-box-gallery {
    clear: both; float: left;
    margin-bottom:10px;
}

.contenitore-box-foto {
    float:left;
    margin-bottom:10px;
}

.contenitore-foto {
    clear: both;
    margin-bottom:5px;
    margin-left:5px;
    float:left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);   
    padding:10px;
}

.contenitore-link {
    clear: both; float: left; text-align: center; width: 100%;
}

/**********CSS GALLERY FINE ***********/

.selezione-citta {
    float:right;
}

.separatore-dettaglio {
    font-style:italic; 
    float:left; 
    width:300px; 
    color:black; 
    border-bottom:1px solid #71B1D1; 
    margin-bottom:10px;
    margin-top:10px; 
    clear:both;
}

.separatore-dettaglio-testo {
    border-bottom: 1px solid #71B1D1 !important; 
    text-transform:uppercase;
}

.bottone-autocompletamento {
    height:29px;
    position:relative;
    top:-2px;
    border-left:0px;
}

.sottotitolo {
    text-transform:uppercase;
}

.identificativo-sottotitolo {
    font-weight:bold;
}

/******* SEZIONE TABELLE STATISTICHE INIZIO***********/

.tabella-statistiche-contatore {
    float:left;
    clear:both;
}

.tabella-statistiche-contatore > table > tbody > tr > td 
{
 text-align:right;
 padding-right:20px;
}

.tabella-statistiche-contatore > table > tbody > tr > th > a
{
 text-align:center;
 padding:0px;
 margin:0px;
}

.tsc-colonna-data 
{
     width:150px;
     background-color:#ecfdff;
     border-right: 1px solid rgb(204, 204, 204);
}

.tabella-statistiche-contatore > table > tbody > tr >.tsc-colonna-totale 
{
     background-color:#ecfdff;
     border-right: 1px solid rgb(204, 204, 204);
}



.tabella-statistiche-contatore > table > tbody > tr:hover, .tabella-statistiche-contatore > table > tbody > tr:hover >td
{
    background-color:#fffbb0; 
}

.tsc-riga-totale td{
    border-top:2px solid rgb(204, 204, 204);
}

/******* SEZIONE TABELLE STATISTICHE FINE***********/

.table-number-value {
     text-align:right;
     padding-right:20px;
}

.intestazione-letture 
{
 text-align:center;
 padding:0px;
 margin:0px;
}


/******** TOOLTIP  INIZIO **********/


 .ui-tooltip, .arrow:after {
background: white;
border: 1px solid grey;
}
.ui-tooltip {
    padding: 10px 20px;
    color: #737373;
    border-radius: 0px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow:none;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
tranform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}

.letta {
    font-weight:bold;
}

.posizione-immagine-validita-segnalazione {
    position:relative;
    top:+4px;
}

/***** TOOLTIP FINE **********/

/* CSS PER LA STAMPA INIZIO*/

/* style sheet for "A4" printing */
 /*@media print and (max-width: 21cm) and (max-height: 29.7cm) {*/
 
 @media print{

    @page {
       margin: 1.5cm;
       size: A4 landscape;
    }
    #bodyArea,#mainBlock, #main {
        width:auto;
        height:auto;
        background-color:white;
        background-image:none;
        color:black;
        float:none;
    }

    #menuSuperiore {
        background-color:red;
    }

    table tr:hover
    {
        background-color:none;    
    }

    .tabella-statistiche-contatore > table > tbody > tr:hover, .tabella-statistiche-contatore > table > tbody > tr:hover >td
    {
    background-color:none; 
    }

    /*table {page-break-inside: avoid;}
    #menuSuperiore, .menuSinistro, .sottomenu {position: static; float: none; display:none;}*/
    #menuSuperiore, .menuSinistro, #footer-content, .sfondo-footer, .sottomenu {display:none;}
 }




/* CSS PER LA STAMPA FINE */


.ok {
    color: green;
    float: left;
    clear:both;
    margin-bottom:20px;
    width:100%;
}

.ko {
    color: red;
    float: left;
    clear:both;
    margin-bottom:20px;
    width:100%;
}

.cella-separatrice {
    width:60px;
}

.azioni {
    width:80px;
}
.letture {
    width:60px;
}

/*and (-webkit-min-device-pixel-ratio : 2) and (orientation : portrait) */

/* CSS TABLET INIZIO */
@media (max-device-width : 1281px) and (min-device-width : 1279px)  {

    .table-tablet tr td
    {
    font-size: 16px;
    line-height: 60px;
    padding: 0px 0px 0px 10px;
    border-bottom: 1px solid rgb(255, 255, 255);
    overflow:hidden;
    }

    .img-tablet
    {
        height:40px;
        width:40px;
        margin-right:8px;
    }

    /*.table-action img {
        position: relative;
        top: 14px;
        }*/

    .azioni {
    width:180px;
    }
    .letture {
    width:120px;
    }

}
/* CSS PER LA STAMPA FINE */

.link-riga {
    display:block;
    text-decoration:none;
    color: rgb(115, 115, 115);
}

.link-riga:hover {
    text-decoration:none;
}

select option:nth-child(odd) {
    background-color: #F2F2F2;
}

.td-numeric {
    text-align: right;
    padding-right: 20px;
}

.rientranza-sottocategoria {
    padding-left:90px;
    background-image:url("/Content/themes/vivateq/icons/FecciaSottocategoria.png");
    background-repeat:no-repeat;
    background-position:60px 0px;
    border:none;
}


tr.categoria-padre td {
      border-top:1px solid #CCCCCC;
      border-bottom:none;
}

.button-action {
    border: 1px solid rgb(186, 186, 186);
    padding: 4px 8px;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
}

 .button-action:hover {
    border-color: #8F8F8F;
}
  .button-action:hover {
    border-color: #8F8F8F;
}

.button-action:focus {
    border-color: #8F8F8F;
    box-shadow: 0px 0px 5px #FF9D2A;

    outline:none;
}


/******  TABELLA PIANI DI LAVORO INIZIO ************/

#piani-di-lavoro-table {
    border:1px solid;
    /*cursor:initial;*/
}



#piani-di-lavoro-table tr:hover:nth-child(odd) {
    background-color:#E1EEF5;
}

#piani-di-lavoro-table tr:hover:nth-child(even) {
    background-color:white;
}



/******  TABELLA PIANI DI LAVORO FINE ************/



    .box-action {
       
        font-size: 12px; line-height:25px; float:left; width:100%; 
        margin-bottom:60px;

    }

    .box-action-titoletto {
         /*border: 2px solid #71B1D1;*/ 
        background-color:#C8DDE6; color:#4F4F4F;padding:5px; margin-bottom:10px; text-align:center; font-weight:bold;
    }

    .box-action-content {
        padding:10px;
    }


.nuove-segnalazioni {

    background-color:red; float:left; padding:3px; margin:4px 0px 0px 5px; -moz-border-radius: 15px;
    border-radius: 15px; color:white; display: none;
}

    .controlUI-map {
      cursor:pointer;
      background-color:white;
      border:1px solid grey;
      padding:0px 3px 1px 3px; 
      margin-top:6px;
      text-align:center;
    }
    .controlText-map {
      cursor:pointer;
      color:grey;
    }


    .list-boxata, .tabella-dettaglio table.list-boxata  {
        width:100%;
     }

     .list-boxata, .tabella-dettaglio table.list-boxata th  {
        background-color:#F2F2F2;
     }

    .button-dettaglio-pl {
        background-image:url('/Content/themes/vivateq/icons/dettagli.png');
        background-repeat:no-repeat;
        width:25px;
        height:22px;
        display:block;
        position:relative;
        top:8px;
    }

    .button-dettaglio-pl{
        background-image:url('/Content/themes/vivateq/icons/dettagli.png');
        background-repeat:no-repeat;
        width:25px;
        height:22px;
        display:block;
        position:relative;
        top:8px;
    }
   .button-dettaglio-pl:active {
       top:9px;
        }


       .custom-title-class {
        line-height:25px;
        text-transform:none;
    }
    .custom-list tr td  {
        vertical-align:middle;
    }

table.list tr .cell-text-wrap {
    white-space:normal; line-height:18px; padding:10px 40px 10px 20px;
}



/***********  PULSANTI RETTANGOLARI GENERICI - INIZIO ******************/


.radio-pulsante {
    /* hide the inputs */
    opacity: 0;
}

/* style your lables/button */
.radio-pulsante + label {
    /* keep pointer so that you get the little hand showing when you are on a button */
    cursor: pointer;
    /* the following are the styles */
    padding: 4px 10px;
    border: 1px solid #ccc;
    background: #efefef;
    color: #aaa;
    /*border-radius: 3px;*/
    text-shadow: 1px 1px 0 rgba(0,0,0,0);
}

.radio-pulsante:checked + label{
    /* style for the checked/selected state */
    background: #777;
    border: 1px solid #444;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    color: white;
}


#radio-valore-esito-positivo:checked + label, #radio-eseguita-esito-positivo+label{
    background: green;
}

#radio-valore-esito-negativo:checked + label{
    background: red;
}

#radio-valore-esito-medio:checked + label{
    background: orange;
}
/***********  PULSANTI RETTANGOLARI GENERICI - FINE ******************/


.ui-dialog-titlebar {
    display:none;
}

.ui-widget-overlay {
   background-color:white;
   opacity: .20;
   filter: Alpha(Opacity=20);
}
