body {
	padding-bottom: 150px;
}
#menuHeader {
	position: fixed;
	width: 100%;
	top:0;
	background-color: white;
	padding:10px;
	z-index: 1030;
	border-bottom: 1px dotted var(--kpc-black85);

}
#menuFooter {
	position: fixed;
	width: 100%;
	bottom:0;
	z-index: 10;
}

._content-wrapper {
	margin-top:100px;
}

._offcanvas-body {
	height:80%;
	overflow:auto;
	padding: 0 15px;
}

.offcanvas-footer {
	height:8.125rema;
	width:100%;
	position:fixed;
	bottom:0;
	background:#FAFAFA;
}
.offcanvas-footer .logo {
	opacity: 1.8;
    height: 3rem;
	display: block;
}

[data-letters]::before {
	margin-right: inherit;
}


select.custom-select {
	background: antiquewhite;
	border: 0 !important;
	padding: 7px;
	width:100%;
}

ul#statoServizi {
	list-style-type: none;
	/* position: absolute; */
	/* bottom:8.125rem; */
	padding-left:0;
}


/* ************
	BOTTONI
*/
#buttons {
	/* pass */
	color: inherit;
}

#buttons a {
	float:left;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-app {
	border-radius: 3px;
	background-color: var(--kpc-background-primary);;
	border: 1px solid #112dc9;
	color: #6c757d;
	font-size: 12px;
	height: 60px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	padding: 15px 5px;
	position: relative;
	text-align: center;
}


/* ************
	SOSTITUISCE I RADIO BTN CON DIV+ IMG
*/
.labl {
	display: inline flow-root;
	margin-right: 10px;
}
.labl > input{ /* HIDE RADIO */
	visibility: hidden; /* Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
}
.labl > input + div{ /* DIV STYLES */
	cursor:pointer;
	border:2px solid transparent;
	width:80px;
	height:80px;
	display: flex;
	flex-direction: column;
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
	background-color: #ffd6bb;
	border: 1px solid #ff6600;
}
.labl_img {
	width:50px;
	height:50px;
	margin: auto;
}