.lbm-tabella {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 20px;
}
.lbm-tabella th, .lbm-tabella td {
	border: 1px solid #ddd;
	padding: 8px 10px;
	text-align: left;
}
.lbm-tabella th {
	background: #f5f5f5;
}
.lbm-btn-disp {
	padding: 6px 12px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
}
.lbm-btn-disp.attivo-si {
	background: #4caf50;
	color: #fff;
	border-color: #4caf50;
}
.lbm-btn-disp.attivo-no {
	background: #e53935;
	color: #fff;
	border-color: #e53935;
}
.lbm-turno-card, .lbm-admin-card {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 15px 20px;
	margin-bottom: 18px;
	background: #fff;
}
.lbm-tag {
	display: inline-block;
	background: #eef3ff;
	border: 1px solid #c9d8ff;
	border-radius: 12px;
	padding: 3px 10px;
	margin: 2px 4px 2px 0;
	font-size: 13px;
}
.lbm-tag a {
	color: #c00;
	margin-left: 6px;
	text-decoration: none;
	font-weight: bold;
}
.lbm-matrice-scroll {
	overflow-x: auto;
	margin-bottom: 20px;
}
.lbm-matrice {
	border-collapse: collapse;
	width: 100%;
	min-width: 900px;
	font-size: 13px;
}
.lbm-matrice th, .lbm-matrice td {
	border: 1px solid #ddd;
	padding: 6px 8px;
	vertical-align: top;
	min-width: 110px;
}
.lbm-matrice thead th {
	background: #f0efe8;
	position: sticky;
	top: 0;
	text-align: left;
}
.lbm-matrice .lbm-col-data {
	white-space: nowrap;
	font-weight: 600;
	background: #fafaf7;
	position: sticky;
	left: 0;
}
.lbm-nome-pill {
	display: inline-block;
	background: #eef3ff;
	border: 1px solid #c9d8ff;
	border-radius: 10px;
	padding: 2px 8px;
	margin: 2px 3px 2px 0;
	font-size: 12px;
}
.lbm-nome-pill.mio {
	background: #4caf50;
	border-color: #4caf50;
	color: #fff;
}
.lbm-nome-pill.mio .lbm-rimuovi-me {
	color: #fff;
	margin-left: 4px;
	text-decoration: none;
	font-weight: bold;
}
.lbm-inserisciti {
	display: inline-block;
	font-size: 12px;
	color: #2271b1;
	text-decoration: none;
	margin-top: 2px;
}
.lbm-filtro-periodo {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
}
.lbm-btn-periodo {
	display: inline-block;
	padding: 7px 16px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background: #fff;
	color: #333;
	text-decoration: none;
	font-size: 13px;
}
.lbm-btn-periodo.attivo {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}
.lbm-vuoto {
	color: #999;
}
.lbm-upload-spartito {
	margin-bottom: 15px;
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}
#lbm-upload-status {
	font-size: 13px;
	color: #4caf50;
}
