@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap");

* {
	box-sizing: border-box;
}

body {
	font-family: "Rubik", sans-serif;
	color: #333;
}

#logo img {
	margin-top: 15px;
	margin-left: 15px;
	max-width: 130px;
}

.menuWrapper {
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.25);
	z-index: 999;
	text-align: center;
}

.btnDefault {
	display: inline-block;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	line-height: 56px;
	text-align: center;
	font-size: 32px;
	right: 15px;
	position: absolute;

	box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%),
		0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%);
}

.btnDefault:hover {
	background-color: #ccc;
}

.btnMenu {
	top: 15px;

	/*
	background-color: #de1717;
	color: #fff;
	*/
}

.btnStandPdf {
	bottom: 86px;

	/*
	background-color: #4CAF50;
	color: #fff;
	*/
}

.btnPercorsiPdf{
	bottom: 157px;
}

.btnSearch {

	bottom: 86px;

	/*
	background-color: #2196f3;
	color: #fff;
	*/
}

.btnGlobalPdf {
	bottom: 15px;

	/*
	background-color: #E07A21;
	color: #fff;
	*/
}

.btnSettings {
	/*bottom: 15px;*/
	left: 15px;
	right: auto;

	top:50%;
	margin-top:-28px;

	background-color: #de1717;
	color: #fff;
}

.material-symbols-outlined {
	font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

.material-symbols-outlined {
	line-height: inherit;
	font-size: 32px;
	/*font-size: 24px;*/
}

/* --- */
:root {
	/*--microtip-transition-duration: 0.5s;
	--microtip-transition-delay: 1s;
	--microtip-transition-easing: ease-out;*/
	--microtip-font-size: 16px;
	/*--microtip-font-weight: bold;*/
	--microtip-text-transform: uppercase;
}
[aria-label][role~="tooltip"] {
	position: inherit !important;
}

[aria-label][role~="tooltip"]::after {
	background: rgba(255, 255, 255, 1);
	color: #333;
	line-height: initial;
}

[role~="tooltip"][data-microtip-position="left"]::before {
	display: none;
}

/* ------------------------------ */

.schedaMenuWrapper {
	z-index: 9999;
	position: fixed;
	width: 100%;
	max-width: 500px;
	right: -500px;
	height: 100%;
	opacity: 0;
	overflow: auto;

	padding: 10px;
	background-color: #fff;
}

.schedaMenuHeader {
	background-color: #de1717;
	position: relative;
	margin-bottom: 10px;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.schedaMenuHeaderLabel {
	color: #fff;
	text-transform: uppercase;
	margin-left: 20px;
	font-size: 14px;
}

.btnCloseSchedaMenu {
	display: inline-block;
	width: 64px;
	height: 64px;
	color: #fff;
	text-decoration: none;
	line-height: 64px;
	text-align: center;
	font-size: 30px;
	right: 10px;

	width: 40px;
	height: 40px;
	line-height: 40px;
}
/*
.btnCloseSchedaMenu:after {
content: "X";
}
*/
.boxShadow {
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

/* Main menu - Aree Tematiche */

#mainMenu .layer_group {
	margin-bottom: 5px;
}
#mainMenu .layer_group_item {
	background: none;
	background-color: #eee;
	color: #333;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 500;

	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
#mainMenu .layer_group_item:hover {
	background-color: #ccc;
}

#mainMenu .layer_item {
	background-position: 20px 20px;
	background-color: #eee;
	color: #333;
	font-size: 16px;
	padding: 10px 20px;
	padding-left: 50px;
	font-weight: 500;
	border-top: 1px solid #fff;
}

#mainMenu ul.layer_subgroup li,
#mainMenu .layer_item,
#mainMenu .layer_item.active {
	background-image: none;
	position: relative;
}

#mainMenu .layer_item span {
	position: absolute;
	top: 1px;
	left: 15px;
}

/* Menu Lista PDF */

#listaPDF {
	min-height: inherit;
	background-color: inherit;
}

#listaPDF ul li {
	border: 0;
}

#listaPDF ul li a {
	display: block;
	background: none;
	background-color: #eee;
	color: #333;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 500;
	line-height: inherit;
	margin-bottom: 5px;
	border-left: 10px solid #de1717;

	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

#listaPDF ul li a:hover {
	background-color: #ccc;
}

/* --- */

#listaPercorsiPDF {
	min-height: inherit;
	background-color: inherit;
}

#listaPercorsiPDF ul li {
	border: 0;
}

#listaPercorsiPDF ul li a {
	margin: 0px;
	text-decoration: none;
	display: block;
	background: none;
	background-color: #eee;
	color: #333;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 500;
	line-height: inherit;
	margin-bottom: 5px;
	border-left: 10px solid #de1717;



	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

#listaPercorsiPDF ul li a:hover {
	background-color: #ccc;
}

/* --- */

#search {
	font-size: 16px;
	color: inherit;
	padding: 15px;
}

#formRicerca input,
#formRicerca select {
	display: block;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 5px;
	color: inherit;
}

#formRicerca #btnCerca {
	display: inline-block;
	width: 60%;
	margin-right: 3%;
	background-color: #de1717;
	color: #fff;
	cursor: pointer;
}

#formRicerca #btnReset {
	display: inline-block;
	width: 35%;
	cursor: pointer;
}

.boxRisultati {
	display: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	margin-top: 15px;
}

#results {
	border: 0;
	height: auto;
	overflow: auto;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

#results ul li:nth-child(odd) {
	background: none;
}
#results ul li:nth-child(even) {
	background: none;
}

#results ul li a {
	padding: 20px;
	border-left: 10px solid #ccc;
	background-color: #eee;
	margin-bottom: 5px;

	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

#results ul li a:hover {
	background: none;
	background-color: #ccc;
	color: inherit;
}

/* --- */

.contBaloon a {
	background-color: #de1717;
	text-decoration: none;
	color: #fff;
	padding: 3px 7px;
	border-radius: 3px;
	max-width: 200px;
	display: inline-block;
}
.contBaloon a span {
	font-weight: 500;
}

.contBaloon h1 {
	font-size: 16px;
}

/* --- */

.gm-fullscreen-control {
	display: none !important;
}
.gm-bundled-control {
	display: none !important;
}
.gmnoprint {
	transform: scale(0.8) !important;
}
