.evidenzeDesc{
  font-size:20px;
  margin-top:20px;
  margin-left:20px;
  color:#008080;
  font-weight:bold;
}

.divWidgetHomePage{
    
    margin:20px;
    width:158px;
    height:120px;
    font-size:16px;
    font-family:helvetica;
    text-align:center;
    display: inline-block;
    box-shadow: 5px 5px 2px #008080;
    border : 1px solid #008080;
    color:#008080;
}

.divWidgetHomePage .agenda{
     background: url(../im/widget_agenda.png) no-repeat center #008080;
     background-size:100%  100%;
     width:75px;
     height:75px;
     width: 50%;
     margin: 0 auto;
}

.divWidgetHomePage .ricevuti{
     background: url(../im/widget_agenda_spunta.png) no-repeat center #008080;
     background-size:100%  100%;
     width:75px;
     height:75px;
     width: 50%;
     margin: 0 auto;
}


.divWidgetHomePage .inviati{
     background: url(../im/widget_agenda_freccia.png) no-repeat center #008080;
     background-size:100%  100%;
     width:75px;
     height:75px;
     width: 50%;
     margin: 0 auto;
}

.divWidgetHomePage .attivita{
     background: url(../im/widget_attivita.png) no-repeat center #008080;
     background-size:100%  100%;
     width:75px;
     height:75px;
     width: 50%;
     margin: 0 auto;
}

.divWidgetHomePage .agendascadute{
     background: url(../im/widget_agenda_orologio.png) no-repeat center #008080;
     background-size:100%  100%;
     width:75px;
     height:75px;
     width: 50%;
     margin: 0 auto;
}




.divWidgetHomePage .preventivi{
     background: url(../im/widget_preventivi.png) no-repeat center #008080;
     background-size:100%  100%;
     width:75px;
     height:75px;
     width: 50%;
     margin: 0 auto;
}

.divWidgetHomePage .concorrenza{
     background: url(../im/widget_concorrenza.png) no-repeat center #008080;
     background-size:100%  100%;
     width:75px;
     height:75px;
     width: 50%;
     margin: 0 auto;
}

.divWidgetHomePage .scadenze{
     background: url(../im/widget_scadenze.png) no-repeat center #008080;
     background-size:100%  100%;
     width:75px;
     height:75px;
     width: 50%;
     margin: 0 auto;
}

.widgetDisabilitato{
    opacity: 0.5;
}


.divWidgetHomePage:hover{
   font-weight:bold;
    
}


.gridQuadratura .x-grid-cell { 
   /* background-color: #ffa; 
    border-bottom-color: #ffc; 
    border-top-color: #ff5; 
    color: #009; */
   
    height:26px;
 /*   line-height:45px;*/
}

.divInfoSuClienteTitolo{
    
    width:500px;
    background-color:#004080;
    border-radius: 3px;
    color:#FFFFFF;
    font-size:20px;
    padding:5px;
    text-transform: uppercase;
    font-family: bold;
}
.divInfoSuCliente{
    
    width:500px;
    /*height:100px;*/
    margin:5px;
    /*box-shadow: 4px 4px 2px #004080;*/
   /* border-bottom : 1px solid #004080; */
    background-color:#FFFFFF;
    padding:5px;
    display: inline-block;
    
}

.divInfoSuCliente p{
    color:#004080;
    /*text-transform: uppercase;*/
    font-size:20px;
    /*font-weight: bold;*/
}

.divInfoSuCliente a{
    color:#004080;
    /*text-transform: uppercase;*/
    font-size:20px;
    /*font-weight: bold;*/
}

.divBachecaTitolo{
    width:500px;
    border-radius: 3px;
    background-color:#E12000;
    color:#FFFFFF;
    font-size:20px;
    padding:5px;
    text-transform: uppercase;
    font-family: bold;
}

.divBacheca{
    
    width:100%;
    /*height:100px;*/
    margin: 5px;
    /* box-shadow: 4px 4px 2px #E01F25;*/
   /* border-bottom : 1px solid #E01F25; */
    background-color:#FFFFFF;
    display: inline-block;
    
}

.divBacheca p{
    color:#E01F25;
   /* text-transform: uppercase;*/
    font-size:20px;
    /*font-weight: bold;*/
}

.divBacheca a{
    color:#E01F25;
   /* text-transform: uppercase;*/
    font-size:20px;
    text-decoration: underline;
    /*font-weight: bold;*/
}


.divSceltaAssiclient {
    background-color:#FFFFFF;
    width:100%;
    height:50%;
    text-decoration:none;
    color:red;
    color:#4FB29D;
    font-weight: bold;
    font-size: 120%;
}

.divSceltaAssiclient:hover {
    background-color:#F0FFF0;
    width:100%;
    height:50%;
    text-decoration:none;
    color:#4FB29D;
    font-weight: bold;
    font-size: 120%;
}

.divSceltaIntegrate {
    background-color:#FFFFFF;
    width:100%;
    height:50%;
    text-decoration:none;
    color:red;
    color:#3192A5;
    font-weight: bold;
    font-size: 120%;
}

.divSceltaIntegrate:hover {
    background-color:#EFFDFF;
    width:100%;
    height:50%;
    text-decoration:none;
    color:#3192A5;
    font-weight: bold;
    font-size: 120%;
}


.btn-generico-green{
    padding: 2px 15px 1px 5px;
    color:#FFFFFF;
    background: #008080;
   /* width:15%;*/
    text-align: center;
    font-weight: bold;
 
    
}


.btn-generico-green:hover{
    padding: 2px 15px 1px 5px;
    color:#008080;
    background: #FFFFFF;
   /* width:15%;*/
    text-align: center;
    font-weight: bold;
  
    
}
.btn-generico-red{
    padding: 2px 15px 1px 5px;
    color:#FFFFFF;
    background: red;
   /* width:15%;*/
    text-align: center;
    font-weight: bold;
 
    
}


.btn-generico-red:hover{
    padding: 2px 15px 1px 5px;
    color:red;
    background: #FFFFFF;
   /* width:15%;*/
    text-align: center;
    font-weight: bold;
  
    
}


.btn-generico-blue{
    padding: 2px 15px 1px 5px;
    color:#FFFFFF;
    background: #357EC7;
   /* width:15%;*/
    text-align: center;
    font-weight: bold;
 
    
}


.btn-generico-blue:hover{
    padding: 2px 15px 1px 5px;
    color:#357EC7;
    background: #FFFFFF;
   /* width:15%;*/
    text-align: center;
    font-weight: bold;
  
    
}

.divWidgetHomePageTipo2{
    
    margin:20px;
    width:158px;
    height:35px;
    vertical-align: middle;
    font-size:16px;
    font-family:helvetica;
    text-align:center;
    display: inline-block;
    box-shadow: 5px 5px 2px #008080;
    border : 1px solid #008080;
    color:#008080;
    line-height: 35px;
}

.divWidgetHomePageTipo2:hover{
    
    margin:20px;
    width:158px;
    height:35px;
    vertical-align: middle;
    font-size:16px;
    font-family:helvetica;
    text-align:center;
    display: inline-block;
    box-shadow: 5px 5px 2px #008080;
    border : 1px solid #008080;
    color:#008080;
    line-height: 35px;
  /*  font-weight:bold;*/
}


.fattscartate{
    box-shadow: 0px 1px 3px rgba(8,8,8,80);
    border : 0px solid #FFFFFF;
    color:#FFFFFF;
    border-radius: 3px;
    background-color: #ef5350 ;
}
.fattscartate:hover{
     box-shadow: 1px 2px 5px rgba(8,8,8,80);
    border : 0px solid #FFFFFF;
    transition: box-shadow 0.1s;
    color:#FFFFFF;
    border-radius: 3px;
    background-color: #ef5350 ;
}

.fattinattesa{
 
     box-shadow: 0px 1px 3px rgba(8,8,8,80);
    border : 0px solid #FFFFFF;
    color:#FFFFFF;
    border-radius: 3px;
    background-color: #ff7043 ;
    
}
.fattinattesa:hover{
     box-shadow: 1px 2px 5px rgba(8,8,8,80);
    border : 0px solid #FFFFFF;
    transition: box-shadow 0.1s;
    color:#FFFFFF;
    border-radius: 3px;
    background-color: #ff7043 ;
}


.fattdainviare{
 
     box-shadow: 0px 1px 3px rgba(8,8,8,80);
    border : 0px solid #FFFFFF;
    color:#FFFFFF;
    border-radius: 3px;
    background-color: #ab47bc ;
    
}
.fattdainviare:hover{
     box-shadow: 1px 2px 5px rgba(8,8,8,80);
    border : 0px solid #FFFFFF;
    transition: box-shadow 0.1s;
    color:#FFFFFF;
    border-radius: 3px;
    background-color: #ab47bc ;
}


.fattricevute{
 
     box-shadow: 0px 1px 3px rgba(8,8,8,80);
    border : 0px solid #FFFFFF;
    color:#FFFFFF;
    border-radius: 3px;
    background-color: #5c6bc0 ;
    
}
.fattricevute:hover{
     box-shadow: 1px 2px 5px rgba(8,8,8,80);
     transition: box-shadow 0.1s;
    border : 0px solid #FFFFFF;
    color:#FFFFFF;
    border-radius: 3px;
    background-color: #5c6bc0 ;
}



.bluebtn{
 
     box-shadow: 0px 1px 3px rgba(8,8,8,80);
    border : 0px solid #FFFFFF;
    color:#FFFFFF;
    border-radius: 3px;
    background-color: #004080 ;
    
}
.bluebtn:hover{
     box-shadow: 1px 2px 5px rgba(8,8,8,80);
     transition: box-shadow 0.1s;
    border : 0px solid #FFFFFF;
    color:#FFFFFF;
    border-radius: 3px;
    background-color: #004080 ;
}

#elencoDettaglioSinistri td{
    
    padding:10px;
    border: 1px;
    border-style: dotted;
}


/***/
 
  /* ————————————————————–
  Tree core styles
*/
.tree { margin: 1em; }

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  }

.tree input ~ ul { display: none; }

.tree input:checked ~ ul { display: block; }

/* ————————————————————–
  Tree rows
*/
.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 1em;
  width:100%;
  }

.tree ul li { padding: 1em 0 0 1em; width:100%;}

.tree > li:last-child { padding-bottom: 0;width:100%; }

/* ————————————————————–
  Tree labels
*/
.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
  }

label.tree_label { cursor: pointer;  width:100%;}

label.tree_label:hover { color: #666; }

/* ————————————————————–
  Tree expanded icon
*/
label.tree_label:before {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: .9em;
  }

:checked ~ label.tree_label:before { content: '–'; }

/* ————————————————————–
  Tree branches
*/
.tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
  }

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0 0 0 .3em;
  content: '';
  }

label.tree_label:after { border-bottom: 0; }

:checked ~ label.tree_label:after {
  border-radius: 0 .3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
  }

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
  }

.tree > li:last-child:before { display: none; }

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}