/*POPUP*/
.ol-popup {
  position: absolute;
  background-color: black;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
  z-index: 9999999;
  color: white;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer:after {
  content: "✖";
}
/*fim popup*/

body{
  overflow-y: hidden;
}

#layerswitcher {
  width: 194px;
  height: 122px;
  margin: auto;
  text-align: center;
  padding: 3px;
  border-radius: 4px;
  /* background-color: black; */
  /* opacity: 0.9; */
  list-style-type: none;
  z-index: 999;
}

.base {
  background-color: black;
  color:white;
  width: 100%;
  border-radius: 5px;
}

.imagens_camadas {
  width: 5px;
}

.fechar {
  float: right;
  margin-right: 3%;
  margin-top: 1%;
  cursor: pointer;
  border-style: hidden;
}

.fechar_notifica {
  cursor: pointer;
}

/* Mapa */

#mapa {
  position: fixed;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#cenas {
  height: 200px;
}

#map {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0;
}

.linha_navbar {
  /* margin-bottom: -1.5%; */
  margin-top: 1.5%;
}

#imagem_logo {
  width: 20px;
  height: 20px;
  background: url(../imagens/restaurante.png) 0 0;
}

.toast {
  position: absolute;
}

/* Navbar */
/* @media (min-width: 900px) {
  .container {
      width: 100%;
  }
} */

/* .container {
  padding-right: 5%;
  padding-left: 5%;
}

#mm-united .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
} */

/* #mm-united .navbar {
  position: inherit;
  margin-bottom: 0px;
}

#mm-united .container {
  position: relative;
  padding: 0 0;
} */
