.table .giornoCell {
    display:none; 
}

.table .invisible {
    display:none; 
}

.evidenzia {
	background-color: #FFF2CC; 
	font-weight: bold;
}

.allerta {
	color: #FF0000;
	font-weight: bold;
}

.Highlighted a{
  background-color : Green !important;
  background-image :none !important;
  color: White !important;
  font-weight:bold !important;
  font-size: 12pt;
}

/* .modal.modal-alert .modal-dialog .modal-content {
  border-radius: 6px;
  padding: 0;
} */
/* .modal.modal-alert .modal-dialog .modal-content .modal-header { */
.modal.modal-alert .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #17A2B8;
  color: #FFFFFF;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.istruzioni {
  text-align:left; color:#777; 
  background-color:#f8f8f8; 
  padding:5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2)
}

body {
 	/*background:#eee url(../images/bg.jpg) repeat-x top left;*/
	font-family: 'Titillium Web', sans-serif !important;
	font-size:100% !important;
	font-weight:400;
	color:#333;
	-webkit-font-smoothing:antialiased;
}

.callout-lime{border-left-color:#01ff70}
.callout-indigo{border-left-color:#6610f2}

/* .modal.modal-alert .modal-dialog .modal-content .modal-body {
  padding: 10px 0;
}
.modal.modal-alert .modal-dialog .modal-content .modal-footer {
  padding-top: 15px;
} */

#modalElencoPrenotazioni {
  z-index: 1999; 
}
#modalIterFlusso {
  z-index: 2000; 
}

.fc-event-icon {
  float: right;
}
