 .login-page {
	 background-image: url('Sfondo.jpg');
	     background-size: cover;
 }
 .sidebar-form {
	 display:none;
 }
 .sidebar-menu > li {
    padding: 10px 5px;
}
#listTable thead tr td, #listTable thead tr td a, #listTable thead , #listTable thead a  {
	background-color: #3498db;
    color: white;
    text-transform: uppercase;
	    border: none;
}
.rowListBGAlt {
    background-color: white !important;
}
.rowListBG {
    background-color: white !important;
}
.content-header {
	display:none;
}
 .announcement-item {
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.announcement-item.info {
	border-left: 5px solid #3498db;
}
.announcement-item.warning {
	border-left: 5px solid #f1c40f;
}
.announcement-item.urgent {
	border-left: 5px solid #e74c3c;
}
.announcement-item.bacheca_blu {
	border-left: 5px solid #3498db;
}
.announcement-item.bacheca_verde {
	border-left: 5px solid #34db98;
}
.announcement-item.bacheca_nero {
	border-left: 5px solid #343434;
}
.announcement-item.bacheca_giallo {
	border-left: 5px solid #f1c40f;
}
.announcement-item.bacheca_rosso {
	border-left: 5px solid #e74c3c;
}
.announcement-item p {
	margin: 0;
}
.dual-box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}
.left-box, .right-box {
	flex: 1;
	min-width: 300px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.left-box {
	margin-right: 20px;
}
.right-box {
	margin-left: 20px;
}
.left-box h3, .right-box h3 {
	margin-top: 0;
	display: flex;
	align-items: center;
	font-size: 18px;
	border-bottom: 2px solid #3498db;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.user-panel {
	color: white;
	font-weight: bold;
}