.error {
	background-color: #ef5659;
	padding: 5px;
	color: white;
	font-weight:bold;
}

.success {
	background-color: #2cb8a5;
	padding: 5px;
	color: white;
	font-weight:bold;
}

.warning {
	background-color: #fc0;
	padding: 5px;
	color: white;
	font-weight:bold;
}

.grigiochiaro {
	color: #ccc;
}

.rosso {
	color: #ef5659;
}

.verde {
	color: #2cb8a5;
}

.testo-ombrascura {
	text-shadow: 2px 2px 0px #666;
}

.testo-ombrachiara {
	text-shadow: 1px 1px 0px #fff;
}

.margin-bottom-0 {
	margin-bottom:0px !important;
}

.margin-bottom-10 {
	margin-bottom:10px;
}

.margin-bottom-20 {
	margin-bottom:20px;
}

.progress {
	height:8px !important;
}

.nascosto {
	display:none;
}

.sfondogrigio {
	background-color: #555 !important;
}

.grigioscuro {
	color: #555;
}

.navigation {
	background-color: #fafafa !important;
	position: fixed;
	top: 0px;
}

/*
.swal-footer {
	background-color: rgb(245, 248, 250);
	margin-top: 32px;
	border-top: 1px solid #E9EEF1;
	overflow: hidden;
	max-height:65vh;
}

.sweet-alert {
	width: 80vw !important;
	max-height: 80vh !important;
	overflow: auto !important;
	text-align: justify !important;
	left: 10vw;
	top: 50%;
	margin-left: auto;
	margin-top: auto;
}
*/
.bordoverde {
	border: solid 4px #2cb8a5;
	padding:5px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.bordorosso {
	border: solid 4px #ef5659;
	padding:5px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.page-title {
	background-position: center center;
}

.quanti-link {
	background-color: #f4f4f4;
	width: fit-content;
	padding: 10px; 
}

.dropdown-menu {
	background-color: #fefefe;
	color: #333;
}

.submenu {
	color: #333;
}

@media (max-width: 991px) {
	.dropdown-menu {
	    position: initial!important;
	    float: none!important;
	}
}

.bollino {
	position: relative;
	top: -20px;
	left: -20px;
}

.logo-wrep-status {
	position: absolute;
	pointer-events: none;
	/* background-color: #f4f4f4; */
	bottom: 0;
	padding: 11px 14px;
	width: fit-content;
	padding: 5px; 
}