 #tabs table td{
 	padding:2px;
 	font-size: 14px;
 }
  .menuAnagrafica ul  { width: 400px;margin:auto; }

  .menuAnagrafica li { display: inline;margin: 0 1px !important; }
  
  .buttonAnagrafica_old {
	padding: 9px 24px !important;
	position: relative;
	top: -5px;
	color: #FFF;
	background-color: #DDD;
	cursor: pointer;
	font-weight: bold;
	box-shadow: 3px 3px 3px #CCC;
	border: 1px solid #B4B4B4;
	width: 90px;
	text-align: center;
  }
  .tablePianificazione th{
  		height: 30px;
  }
  .tablePianificazione td{
  		text-align:center;
  		padding:5px;
  }
.tornaEsercizio{
	color:#666 !important;
}
.tornaEsercizio:hover{
	color:#A00;
}
.tableProduttore{
	border-collapse:collapse;
	border: 0 !important;
}
.tableProduttore td {
	border: 0 !important;
}
.tabAutoCassiere{
	width:30%;
	text-align: center !important;
	padding: 10px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	cursor:pointer;
	background-color:  #E7E7E7;
	color: #000;
	border-bottom:1px solid #464646;
	border-right:0 !important;
	/*box-shadow: 0px 0px 6px -3px rgb(2, 2, 2);*/
}
.tabActiveCassiere{
	
	border-bottom:none !important;
	border: 1px solid #C7C7C7 !important;
	background-color:#F5F5F5 ;
	color: #464646;
	text-align: center !important;
}
.trFerie{
	cursor:pointer;
}
.trFerie:hover{
	background-color:rgb(250, 187, 138) !important;
	font-weight:bold;
}
.giornoCal{
	
}
.tabellaCalendarioEsercizio{
	font-size:11px;
	box-shadow: 2px 2px 14px -4px rgb(2, 2, 2);
}
.tabellaCalendarioEsercizio th{
	padding: 4px 10px;
	border-right:1px dotted #FFF;
	box-shadow: 2px 3px 6px -3px rgb(114, 114, 114);
	background-color: rgb(189, 189, 189);
	color: #FFF;
	font-size:11px;
}
.tabellaCalendarioEsercizio td{
	padding:2px;
	border-bottom:1px dotted rgb(189, 189, 189);
}
.tabAutoConsistenza{
	height: 20px;
	border: 1px dotted #828282;
	background-color: #D5CBCB;
	cursor:pointer;
	width:50%;
	color:#FFF;
}
.tabActiveConsistenza{
	height: 20px;
	border: 1px dotted #828282;
	border-bottom:1px solid #FDFDFD;
	width:50%;
	cursor:pointer;
}
.activeButton{
    display:inline;
    width:15px;
    position: relative;
    bottom: 50px;
    float: right;
    cursor:pointer;
}
.disactiveButton{
    display:inline;
    width:15px;
    position: relative;
    bottom: 50px;
    float: right;
    opacity: 0.2;
}
 .notifyBall{
     position: absolute;
     right: 4px;
     top: 2px;
     background: lightgrey;
     text-align: center;
     border-radius: 12px;
     color: #332e2e;
     padding: 3px 5px;
     font-size: 9px;
     opacity: 0.8;
 }