/*************************************/
.menuInDashboard a{
  display: block;
  width: 100%;
  background: #222;
  background: #303140;
  color: #fff;
  background: #c1c2d1;
  background: #eaeaf3;
    color: #0b153a;
  padding: 10px 10px 10px 20px;
  margin-bottom: 3px;
  text-decoration: none;
  border-bottom: 1px solid #c1c2d1;
}
.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;
}

.linkMenuDashboard_stile2 a{
  
  background: #c1c2d1;
  border-bottom: 1px solid #f0f0f0;

}


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

#user_dashboard_right{
  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: #f0f0f0;
    background-color: #ffffff;
    color: #000;
    overflow: hidden; 
}

#user_dashboard_right .top{
  padding: 10px 10px;
position: relative;
height: 120px;
overflow: hidden; 
}

#user_dashboard_right.notlogged .top{
  height: 60px;
}

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

#user_dashboard_right .menu .voce{
  padding: 0px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
}
#user_dashboard_right .menu .voce i,
#user_dashboard_right .menu .voce a {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-family: 'Titillium Web', sans-serif;
  color: #666666;
  
}
#user_dashboard_right .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_right{
  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 );
}

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