@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
*{
transition: all 0.5s ease-in;
outline: none;
}
body,
html {
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 1.4em;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	  outline : none;
}
#header_content {
    height: 120px;
}
header {
    height: 15vh;
}
b, strong {
    /* font-weight: bolder; */
    font-weight: 500!important;
}
*{outline : none;}

#italia{
    height: 550px;
}
.loginreg {
	position: absolute;
	right: 20px;
	text-align: right;
	font-size: 0.9rem;
}
.loginreg a{
	font-size: 0.9rem;
	color:#ababab;
}
span.laslogin {
    color: #abb3c9;
    font-size: 0.78rem;
}
a.powered_link {
    text-decoration: none;
    color: #999;
}
.contenitoremappa {
    padding: 0!important;
    overflow: hidden;
    height: 500px;
}
.mostralista {
    position: fixed;
    left: 0px;
	display: none;
}
.italydiv{
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
    margin-left: 0px;
}
#cercapiantina{
  position: absolute;
  z-index: 8;
}
input#pac-input, input#cercasedeservizio, input#cercaservizi {
	width: 90%;
    height: 40px;
    font-size: auto!important;
    padding: 0px!important;
    box-sizing: border-box!important;
    border-radius: 50px!important;
    text-align: center;
    border: 1px solid #48a5d2!important;
    background-repeat: no-repeat;
    background-image: url(../images/search.png)!important;
    background-position: 5px;
    font-size: 14px;
}

.ol-viewport {
    top: -40px!important;
}
.ol-zoom {
    top: 29.5em!important;
    left: 0.5em;
}
#searchdiv{
    width: 100%;
    box-sizing: border-box;
    margin: auto;
	padding-bottom: 10px;
}
#map-canvas {
    width: 100%!important;
    height: auto;
    bottom: 40px;
}
.bg-dark {
    background-color: #0077ad!important;
}
.mrgTop{
    margin-top: 30px;
}
.cercasede{
width: 100%; padding: 5px; border: 1px solid #0077ad;
}
div#place-list {
    display: block;
    background: #fff!important;
	  max-height: 65vh;
	  width: 88%;
    margin: auto;
}
.logomobile {
    max-width: 315px;
    height: auto;
    width: 100%;
    z-index: 9;
    position: relative;
}
ul.list_sedi{
    list-style: none;
    padding: 0px;
    text-align: left;
    height: min-content;
    overflow: auto;
}
.list_sedi li{
    display: block;
    margin-bottom: 6px;
    color: #007298;
}
.list_sedi li span{
    font-family: 'Roboto', sans-serif;
    padding: 7px;
    display: block;
    background: #ffffff;
    color: #007298;
    border: 1px solid #007298;
    border-radius: 5px;
}
.list_sedi li span:hover{
    font-family: 'Roboto', sans-serif;
    padding: 7px;
    display: block;
    background: #007298;
	background-repeat: no-repeat;
    color: #ffffff;
    border: 1px solid #007298;
    border-radius: 5px;
	text-decoration: none;
}
.jumbotron {
	padding: 1rem 2rem;
	background: url("../images/bg_login.jpg") center center;
	background-size: 100%;
	background-repeat: no-repeat;
    background-color: #e9ecef;
    border-radius: .3rem;
}
.mt-4, .my-4 {
    margin-top: 0px!important;
}
