/**
 * @file
 * @author Bob Hutchinson http://drupal.org/user/52366
 * @copyright GNU GPL
 *
 * css for getlocations.
 *
 * To avoid being overwritten, copy this into your theme
*/

/**
 * the map, see theme_getlocations_show().
 */
.getlocations_map_canvas {
}
/* see issue #1577634 #6 */
.getlocations_map_canvas img {
  max-width: none;
}

.getlocations_map_buttons {
}
.getlocations_returnlink {
}

/* used in getlocations-view-map.tpl */
.getlocations_map_wrapper {
}

/* map links feature */
.getlocations_map_links ul {
}

/**
 * the infobubble, see function theme_getlocations_info().
 */
.vcard {
}
.vcard h4 {
}
/* stop long titles from creeping in under the close button */
.location.vcard {
  margin-top: 8px;
}
.adr {
}
.street-address {
}
.locality {
}
.region {
}
.postal-code {
}
.country-name {
}
.search-distance {
}

div.fullscreen {
  width:100% !important;
  height:100% !important;
  /*position:absolute !important;*/
  position:fixed !important;
  top:0;
  left:0;
  z-index:500;
  zoom: 1.0;
}
.fullscreen-body{
  overflow: hidden !important;
}

