/*******************************Calendar Top Navigation*********************************/
.table-calendar thead tr {
	background: #17a2b8;
}
.table-calendar .primotrcalendar {
	background: #ffffff;
}
.table-calendar  tr th, .table-calendar-navi {
	border: none;
}
.table-calendar tr td {text-aling:center;}
.appuntamenticalendario {
	border-radius: 2rem;
	font-size: 10px;
}
.btn-curday {
	/*border-radius: 2rem;*/
}
div#calendar{
  margin:0px auto;
  padding:0px;
  /*width: 602px;*/
  font-family:Helvetica, "Times New Roman", Times, serif;
}
*/
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color:   #787878 ;      
}
 
div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:582px;
    height:40px;   
    text-align:center;
}
 
.primotrcalendar .prev{ 
	text-align: left;
	cursor:pointer;
    text-decoration:none;
}
.primotrcalendar .next{ 
	text-align: right;
	cursor:pointer;
    text-decoration:none;
}
 
.primotrcalendar .title{
    text-align: center;
    font-size:18px;
}
.primotrcalendar, .primotrcalendar  th, .table-calendar-navi {border: none; margin-bottom: 0px;}
 
div#calendar div.header a.prev{
    left:0px;
}
 
div#calendar div.header a.next{
    right:0px;
}
 
 
 
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border:1px solid #787878 ;
    border-top:none;
}
 
 
 
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    width:80px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:80px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:80px;
    height:80px;
    font-size:25px;
    background-color: #DDD;
    color:#000;
    text-align:center; 
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}