/*
################## GESTIONE LISTE ##################
*/
.listEdit-wrapper{
	border:2px dashed #003d99;
	padding: 20px 20px 5px 20px;
	border-radius:10px;
	margin-bottom:20px;
	font-size: 25px;
}

.listEdit-wrapper:before{
	content: "Visibile solo Offline";
    background-color: #003d99;
    color: #FFF;
    display: block;
    text-align: center;
    margin-bottom: -1px;
}

.listEdit {
	border-top: 1px dashed #003d99;
    padding-top: 15px;
}

.listEdit-wrapper .gestione {
	display: block;
	text-align: center;
	padding: 20px;
	font-weight: bold;
}