/* STATIC GOOGLE MAP */

.staticGoogleMaps_notFound, .staticGoogleMaps_notFound_text {
  position:absolute;
  z-index:12;
}

.staticGoogleMaps_notFound {
  background: url(media/LL_icon_warning.png) no-repeat;
  margin: 33.5px 21.25px 41.5px 21.25px;
  background-size: 70px 70px;
  background-position:center;
  height:110px;
  width:100px;
  text-align:center;
}

.staticGoogleMaps_notFound_text {
  bottom:0;
  background:#ffffff;
  border-radius:5px;
  font-size:1em;
  border: #ffffff;
  padding:1px 0px 3px 0px;
  width:100%;

}

/* VARDGIVAR DIALOGEN */
.map_canvas_vardgivare {
  height: 203px;
  width: 145px;
  position:relative;
}

.map_container_vardgivare {
  z-index:9;
  position:absolute;
  width:145px;
  height:203px;
  background-color: rgba(0,0,0,0.5);}

.map_message_container_vardgivare {
  position:absolute;
  width:145px;
  height:85px;


 }

.map_message_vardgivare {
  z-index:12;
  position:absolute;
  background-image: url(media/important2.png);
  width:120px;
  height:120px;
  top: 42.5px;
  left: 15px;
  }

.map_message_vardgivare, .map_container_vardgivare {visibility:hidden;}

/* ALLMÃ„N GOOGLE MAPS STYLING */

.map_canvas {
  height: 300px;
  width: 408px;
  position:relative;
}

.map_message_container {
  position:absolute;
  top:50%;
  left:50%;}

.map_container {
  z-index:9;
  position:absolute;
  width:100%;
  height:300px;
  background-color: rgba(0,0,0,0.5);}

.map_message {
  z-index:12;
  position:absolute;
  margin-left:-125px;
  margin-top:-25px;
  height:50px;
  padding:10px 0px;
  background:#ffffff;
  width:250px;

  }

.map_message, .map_container {visibility:hidden;}