* {
  box-sizing: border-box;
}

/*@font-face { font-family: Antonio; src: url('Antonio-Regular.ttf');font-size: 10px;} ;*/
body {
  font: 80%/1.1em Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.grid-container {
  display: grid;
  grid-template-columns: 38vw 42vw;
  grid-template-rows: 100vh;
}

.grid-1 {
  /*height: 645px;*/
  margin-top: 0px;
  margin: 5px;
  padding: 15px;
  display: grid;
  grid-template-columns: 50vw 150vw;
  grid-template-rows: 50vh;
  background-color: #dcdcdc;
  border-radius: 15px;
  border-style: double;
}

.Logo{
  /*height: 645px;*/
  padding: 5px;
  display: grid;
  border-radius: 15px;
 /* margin-left: 25px;*/
  }

.button-class{
  display: inline-block;
}

.side-bar {
  margin-left: 15px;
}

.overlay-container {
  background-color: #555;
  width: 150 px;
  color: #fff;
  text-align: center;
  border-radius: 1 px;
  padding: 2 px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -80px;
}

.overlay-container #feature-name ::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10 px;
  border-width: 10 px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.btn-success {
  background-color: rgb(154, 160, 171);
}
.btn-default {
  background-color: rgb(255, 255, 255);
}

/*Controls*/ 
.ol-control button:hover {
  background-color:rgba(0,60,1,1);
}
.ol-control button:focus {
  background-color:rgba(0,60,1,0.8);
}
.ol-zoom{
  margin-top:27px;
}
.ol-zoomslider{
  margin-top:25px;  
}
.ol-zoom-extent{
  margin-top:25px;
}
.ol-full-screen {
  /*margin-top:30px;*/
  right:unset;
  margin-left:6px;
}
.ol-overviewmap{
  margin-bottom:60px;
}

.ol-mouse-position{
  background-color:rgba(255,255,255,0.8); 
  margin-top:10px;
}



.dropdown-check-list {
  display: inline-block;
  width: 182px
}
.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc; 
  width: 182px
}
.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}
.dropdown-check-list ul.dropdown-list {
  padding: 2px;
display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
.dropdown-check-list ul.dropdown-list li {
  list-style: none;
}
.dropdown-check-list.visible .anchor {
  color: #0094ff;
}
/*cambiamento: .item con .dropdown-list */
.dropdown-check-list.visible .dropdown-list {  
  display: block;
}




/*Prova */
.w3-button {
  position: relative;
  content: "";
  border:1px solid #ccc;
  padding: 5px;
  left: 5 px;
  top: 20%;
  width: 182px
  
}
.w3-button .w3-black-modified{
  color: #0094ff
}

.w3-black-modified{
  width:160px; /*Questa dimensione potrebbe dare problemi con altre scritte*/
  text-align:left;
  width: 182px
}
.w3-black-modified:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.w3-black-modified:active:after {
  right: 8px;
  top: 21%;
}




.w3-hover-blue-gray:active{
  color:#fff!important;
  background-color:#ff0000!important;border-radius: 0.5em;}



/**********  Image popup ****************/

  a {
    color: #FFFFFF;
    text-decoration: none;
  }
  
  .btn {
    font-size: 13px;
    border-radius: 25px;
    background-color: #33363d;
    border: 1px; border-color: #fff;
    padding:8px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
  }

  .btn-primary {
    border: 1px; border-color: #fff;
    background-image: -webkit-linear-gradient(top,#33363d 0,#33363d 100%);
    color: #fff;
    background-color: #2d3135;
    border-color: #000000;
    text-transform: capitalize;
    text-align: center;
  line-height: 15px;}


  .primary-btn {
    background-color: #33363d;
  }
  
  .primary-btn {
    border: 1px; border-color: #fff;
    line-height: 15px;
    border-radius: 25px;
    background-color: #33363d;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    padding:1px
   
  }
  
  .primary-btn {
    color: #fff;
    border: 1px; border-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .primary-btn:hover {
    border: 1px solid #fff;
    background-color: #000000; 
    background: transparent;
    color: #33363d;
    border-color: #000000;
  }






  .w3-hover-blue-gray:active{
    color:#fff!important;
    background-color:#ff0000!important;border-radius: 0.5em;}
  
  
  /*STILE COLLAPSIBLE
  /* Style the button that is used to open and close the collapsible content */
  .collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 6px;
   /* width: 100%;*/
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
    background-color: #ccc;
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }
  
  /*FINE STILE COLLAPSIBLE*/