/* V101 — layout absoluto do mapa para eliminar definitivamente a faixa vazia.
   Não depende mais das linhas de grid antigas do #screen-map. */

.app.map-screen-active > #screen-map.active{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

.app.map-screen-active > #screen-map.active > .map-toolbar{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  bottom:auto!important;
  height:45px!important;
  min-height:45px!important;
  margin:0!important;
  padding:5px 5px 5px 7px!important;
  z-index:580!important;
  box-sizing:border-box!important;
}

.app.map-screen-active > #screen-map.active > .map-wrap{
  position:absolute!important;
  top:45px!important;
  left:0!important;
  right:0!important;
  bottom:34px!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

.app.map-screen-active > #screen-map.active > .map-wrap > #map{
  position:absolute!important;
  inset:0!important;
  top:0!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
}

.app.map-screen-active > #screen-map.active > .map-legend-strip{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:34px!important;
  min-height:34px!important;
  margin:0!important;
  z-index:570!important;
}

.app.map-screen-active > #screen-map.active > #eventNotice{
  display:none!important;
}

.app.map-screen-active > #screen-map.active > .map-wrap .map-wallet-hud{
  top:8px!important;
}

@media(max-width:700px) and (max-height:680px){
  .app.map-screen-active > #screen-map.active > .map-toolbar{
    height:41px!important;
    min-height:41px!important;
  }
  .app.map-screen-active > #screen-map.active > .map-wrap{
    top:41px!important;
    bottom:30px!important;
  }
  .app.map-screen-active > #screen-map.active > .map-legend-strip{
    height:30px!important;
    min-height:30px!important;
  }
}
