canvas#presence {
	width: 100% !important;
	height: auto !important;
}

.home-widget-section,
.home-custom-fields-section {
	background-color: #eee;
}

.widget-wrapper-border {
	border: 1px solid #d9d9d9;
}

@media screen and (min-width: 768px) {
	.widget-border {
		height: 420px;
		overflow: auto;
	}

	.widget-wrapper-border {
		border: 1px solid #999;
		position: relative;
		z-index: 3;
	}
}

.gauge-wrapper {
	margin: 0 auto;
}

.progress-bar {
	display: block;
	min-width: 1px;
	height: 12px;
	top: -12px;
	position: relative;
	z-index: 2;
}

.progress-text {
	font-weight: 600;
	font-size: 11px;
	margin-top: -8px;
	color: #999;
}

.valore-percento {
	position: absolute;
	z-index: 2;
	top: -32px;
	text-align: center;
	font-weight: 600;
	color: #999;
	transform: translateX(-50%);
}

.valore-percento::before {
	content: "";
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 2px;
	top: 24px;
	background-color: #999;
}

.valore-percento::after {
	content: "";
	position: absolute;
	z-index: 2;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #999 transparent transparent transparent;
	top: 26px;
	left: 50%;
	transform: translateX(-50%);
}

.progress-background {
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #eee;
}

.live {
	position: relative;
	display: inline-block;
}

.live::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background-color: #f00;
	position: absolute;
	top: 4px;
	right: -12px;
	animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
	30% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
}

#pages.nav-pills .nav-link,
#utilities.nav-pills .nav-link {
	border-radius: 0 !important;
}

#pages.nav li,
#utilities.nav li {
	padding: 15px 10px 15px 0 !important;
}

#pages.nav-pills .nav-link.active:hover,
#utilities.nav-pills .nav-link.active:hover {
	color: #fff !important;
}

#pages.nav li {
	display: block !important;
	padding: 15px 10px 0 0 !important;
}

#pages.nav li a {
	background-color: #ffb300 !important;
}

#pages.nav-pills {
	display: table;
}

#pages.nav-pills .nav-link:hover {
	background-color: #ffc400 !important;
}

@media screen and (min-width: 768px) {
	#pages.nav-pills {
		display: flex;
	}
	#pages.nav li {
		display: inline-block !important;
		padding: 15px 10px 15px 0 !important;
	}
}

#utilities.nav li {
	padding: 15px 10px 0 0 !important;
}

#utilities.nav li a {
	color: #fff !important;
	background-color: #999 !important;
}

#utilities.nav-tabs {
	border-bottom: 0 !important;
}

#utilities.nav-tabs .nav-link:hover {
	color: #ddd !important;
}

#utilities.nav-tabs .nav-item.show .nav-link,
#utilities.nav-tabs .nav-link.active {
	background-color: #eee !important;
	border-color: transparent !important;
	color: #999 !important;
}

.data {
	position: absolute;
	bottom: 8px;
	font-size: 0.5rem;
}

.nome-spiaggia {
	line-height: 1.25;
}

.nome-spiaggia img {
	vertical-align: baseline;
}

.nome-spiaggia.popup {
	margin-bottom: 6px;
}

.valore-spiaggia {
	font-size: 0.67rem;
}

.beaches-wrapper {
	position: relative;
}

.beaches-wrapper-fade {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 110px;
	background-color: transparent;
	background-image: url(../images/fade-to-white-background.png);
	background-position: bottom;
	background-repeat: repeat-x;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.beaches-wrapper-fade {
		display: block;
	}
}

.card a.read-more {
	bottom: 40px !important;
}

.card-body {
	padding: 24px 24px 12px !important;
}

.card .card-body .category-top {
	margin-bottom: 0 !important;
}

#map {
	min-height: 480px;
}

.info {
	padding: 4px;
	font: 12px/16px "Titillium Web", sans-serif;
	background: white;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.info h6 {
	display: inline-block;
	margin: 0 0 5px;
	color: #777;
}

.legend {
	color: #555;
}

.legend i {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 8px;
	opacity: 0.9;
	display: block;
}

.leaflet-popup-content-wrapper {
	border-radius: 6px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
	margin: 13px 18px;
}

.it-brand-wrapper .icon {
	display: none;
}

dl.row {
	margin: 0;
}

.valore-wrapper {
	position: relative;
}

#cookie-notice.cookie-notice-hidden {
	padding: 0 !important;
}