/*********************************/
/*			CALENDARIO			 */
/*********************************/
#table-calendar-container.navbar-collapse{
	padding:0px;
}
#calendarCollapse.navbar-toggle{
	/*margin-right:4px;*/
	float:none;
	width:100%;
	background-color:#eee;
	padding:5px;
	padding-right:12px;
}

.calendar{
	font-size:120%;
	font-weight:bold;
	text-align:left;
	float:right;
	width:100%;
	line-height:28px;
}
.calendar img{
	float:right;
}

#calendarCollapse span.fa{
	font-size:170%;
}

/*navigazione giorni mesi*/
thead tr.caption{
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    height:30px;
}

 thead tr.caption a{
    text-decoration:none;
}

 thead tr.caption a:hover{
    text-decoration:underline;
}

 #table-calendar {
    border:1px solid #eee;
	margin-top: 20px;
	font-size:11pt;
	margin-left:auto;
	margin-right:auto;
}

 #table-calendar,
 #table-calendar * {
	border-collapse: separate;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

 table th{
    color: #111;
    background-color: #d5d5d5;
    font-weight: bolder;
    padding: 0.5em;
    font-size: 100%;
    border-bottom: 0px #ddd solid;
    border-right: 0px #ddd solid;
    border-left: 0px #ddd solid;
    border-top: 0px #ddd solid;
    vertical-align: top;
}

 table td{
    border-bottom: 0px #ddd solid;
    border-right: 0px #ddd solid;
    border-left: 0px #ddd solid;
    border-top: 0px #ddd solid;
    padding: 0.5em;
    vertical-align: top;
}

 table td.calendar-day{
    min-height:14px; 
    font-size:11px;
    vertical-align: top;
    border: 2px solid #fff;
}

* html div  table .calendar-day {  
    height:14px;
} 
 
 table td.calendar-day:hover {
/* 	background:#eceff5; */
}

 table td.calendar-day-np	{
    background:#ccc;
}

* html div  table .calendar-day-np {
    height:14px; 
}

 table th.calendar-day-head { 
    font-weight:bold; 
    text-align:center; 
    width:18px; 
    padding:7px; 
    height:18px;
    font-size:13px;
}

/*giorno normale senza eventi*/
 table div.day-number{ 
    font-weight:normal; 
    text-align:center; 
}

 table td.calendar-day.active.has_event div.day-number{
    margin-top:1px ;
}


/* shared */
 table td.calendar-day, td.calendar-day-np {
    width:18px; 
    padding:5px;
}

/*********************************/
/*		COLORI CALENDARIO    	 */
/*********************************/

 table thead tr.caption{
    background-color:#fff;
}

 table thead tr.caption a{
    color:#333;
}

 table td.calendar-day,  table td.has_event,  table td.calendar-day-np {
     background-color:#fff;
}

/*giorno corrente con almeno un evento selezionato*/
 table td.calendar-day.selected{ 
     background:#797979 !important; 
}

 table td.calendar-day.selected a{ 
     color:#fff !important;
}

/*giorno con almeno un evento*/
 table td.calendar-day.has_event{ 
    background-color:#eee; 
}

/*link giorni con evento*/
 table td.calendar-day.has_event a, td.calendar-day .has_event a{ 
    text-decoration:underline;
    color:#333;
}
  
/*giorno corrente*/
 table td.calendar-day.active{ 
    background:#eee;
} 

/*giorno corrente con almeno un evento*/
 td.calendar-day.active.has_event{
    background:#eee;
    border:1px solid #f00;
}

/*********************************/
/*		STILI PAGINA         	 */
/*********************************/

#corpo .newscorpo.newsfirst{
    width:79%;
}
