.no-margin { margin: 0px; }
.mt-5 { margin-top: 5px; }

label.required::after {
	content: "*";
	margin-left: 5px;
	color: #a94442;
}

label.required-or::after {
	content: "°";
	margin-left: 5px;
	color: #a94442;
}

.accordion-toggle.text-success { color: #3c763d; }

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
  vertical-align: middle;
}

.btn.disabled, .btn[disabled] {
  pointer-events: auto;
}

a.fc-event {
	display: block;
}
.fc-event.thumbnail .caption {
	color: #FFF;
	padding: 6px;
}
.fc-event.thumbnail .caption h3 {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ffffff;
}
.fc-event.thumbnail .caption .fa-stack {
	margin-right: 5px;
}
.fc-event.thumbnail .caption p {
	margin-bottom: 5px;
}

.selAllCheckbox,
.selAllCheckboxCol,
.selAllCheckboxColLeggi,
.selAllCheckboxColInserisci,
.selAllCheckboxColModifica,
.selAllCheckboxColElimina,
.selAllCheckboxRow {
	color: #000;
	font-weight: 600;
}



.notice-bar + .notice-bar {
	border-top: 1px solid #e0e5e9;
}

.notifica-text {
	padding: 10px 0px;
	margin: 0px;
}
.btn.btn-info,
.btn.btn-primary,
.btn.btn-info:hover,
.btn.btn-primary:hover {
	color: #FFF;
}

.notifica-list-item h3 {
	margin-bottom: 5px;
}
.notifica-list-item .meta-data {
	color: #999999;
}
.notifica-list-item .meta-data + .progress {
	margin: 5px 0px 0px;
}

a.item-piatto {
	font-weight: 700;
	font-size: 12pt;
}

.form-horizontal .checkbox-inline {
	color: #000000;
}
