
/*************************************/
.menuInDashboard a{
  display: block;
  width: 100%;
  background: #222;
  background: #303140;
  color: #fff;
  padding: 10px 10px 10px 20px;
  margin-bottom: 3px;
  text-decoration: none;
}
.menuInDashboard i{
  margin-right:10px;
}
.menuInDashboard a:hover, .menuInDashboard a:hover .menuInDashboardAhover, .menuInDashboard a.selected, .menuInDashboard a.selected:hover{
  text-decoration: none;
  background: #333;
  background: #424459;
  color:#fff;
}

.subMenuInDashboard a{
  display: block;
  width: 100%;
  background: none;
  color: #fff;
  padding: 10px 10px 10px 20px;
  margin-bottom: 3px;
  text-decoration: none;
}
.subMenuInDashboard i{
  margin-right:10px;
}
.subMenuInDashboard a:hover{
  text-decoration: none;
  background: #333;
}




#user_dashboard_left{
  display: none;
  position: fixed;
  top: 0px;
  z-index: 999999999;
  width: 600px;
  right: -600px;
    background-color: #3E4953;
    background-color: #4f4f4f;
    background-color: #F27C31; /*arancione extra*/
    background-color: #2e435a;
    background-color: #444444;
    background-color: #19232E;
    background-color: #ffffff;
    color: #fff;
    overflow: hidden; 
}

#user_dashboard_left .top{
  padding: 10px 10px;
position: relative;
height: 115px;
overflow: hidden; 
}

#user_dashboard_left.notlogged .top{
  height: 45px;
}

#user_dashboard_left .top .close_dashboard{
  float: right;
font-size: 30px;
padding: 0px;
line-height: 20px;
cursor: pointer;
color: #000;
font-weight: 900;
}
#user_dashboard_left .middle{
  padding: 20px 0px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 100px; 
} 
#user_dashboard_left .col_tools{
  position: relative;
  height: 300px;
}
#user_dashboard_left .col_tools .tools{
  position: absolute;
  bottom: 0px;
}
#user_dashboard_left .col_tools .tools a{
  display: block;
  width: 100%;
  font-size: 13px;
}
#user_dashboard_left .nome,
#user_dashboard_left .cognome,
#user_dashboard_left .nome a,
#user_dashboard_left .cognome a{
  font-size: 26px;
  line-height: 25px;
}
#user_dashboard_left .nome_cognome{
  margin-bottom: 10px;
}
#user_dashboard_left .listitem td{
  padding:0px;
}
#user_dashboard_left .listitem .titolo{
  font-size: 12px;
  font-weight: lighter;
}
#user_dashboard_left .titolettoBox{
  font-size: 20px;
  font-weight: 100;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Titillium Web', sans-serif;
}
#user_dashboard_left a.tuttigliitems{
  font-size: 16px;
  width: 100%;
  padding: 5px;
  font-weight: 500;
}

#user_dashboard_left .menu .voce{
  padding: 0px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
}
#user_dashboard_left .menu .voce i,
#user_dashboard_left .menu .voce a {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-family: 'Titillium Web', sans-serif;
  color: #666666;
  
}
#user_dashboard_left .menu .voce i{
  margin-right: 6px;
}

#dashboard_comuni .provincia{
  clear: both;
  margin-bottom: 20px;
}
#dashboard_comuni .titoloProvincia{
  font-size: 24px;
  /*background: #555;*/
  font-weight: 900;
  text-align: center;
}
#dashboard_comuni a{
  float: left;
  width: calc(33.3% - 4px);
  
  background: #e46517;
  margin: 2px;
  font-weight: 900;
}
#dashboard_comuni a i{
  margin-right: 7px;
}



#dashboard_nazioni .titoloBoxNazioni{
  font-size: 24px;
  /*background: #555;*/
  font-weight: 900;
  text-align: center;
}
#dashboard_nazioni a{
  float: left;
  width: calc(25% - 4px);
  
  background: #e46517;
  margin: 2px;
  font-weight: 900;
  text-align: center;
}
#dashboard_nazioni a i{
  margin-right: 7px;
}



#dashboard_categorie .titoloBoxCategorie{
  font-size: 24px;
  /*background: #555;*/
  font-weight: 900;
  text-align: center;
}
#dashboard_categorie a{
  float: left;
  width: calc(33.3% - 4px);
  
  background: #e46517;
  margin: 2px;
  font-weight: 900;
}
#dashboard_categorie a i{
  margin-right: 7px;
}

#velina_left{
  cursor: pointer;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 );
  }

/*************************************/
