/**
 * This file contains the style definitions for the output
 *
 */
.wpgpxmaps img,
.entry-content .wpgpxmaps img,
#content .wpgpxmaps img {
	width: none;
	max-width: none;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.wpgpxmaps {
	clear: both;
}

.wpgpxmaps .ngimages {
	display: none;
}

.wpgpxmaps .myngimages {
	position: absolute;
	z-index :1;
	margin:0;
	border: 1px solid #fff;
	cursor: pointer;
}

.wpgpxmaps_summary .summarylabel {
	font-weight: 400;
}

.wpgpxmaps_summary .summaryvalue {
	font-weight: 600;
}

.wpgpxmaps .report {
	line-height :120;
}

.wpgpxmaps .wpgpxmaps_osm_footer {
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13px;
	margin: 0;
	background: #fff;
	font-size: 12px;
}

.wpgpxmaps .wpgpxmaps_osm_footer span {
	position: absolute;
	bottom: 0;
	padding: 0 6px 6px 6px;
	background: #fff;
	vertical-align: baseline;
}


.wpgpxmaps .leaflet-marker-photo { 
	border: 2px solid #fff; 
	box-shadow: 3px 3px 10px #888; 
}	

.wpgpxmaps .leaflet-marker-photo div { 
    width: 100%;  
    height: 100%;
    background-size: cover;    
    background-position: center center;
    background-repeat: no-repeat;
}	

.wpgpxmaps .leaflet-marker-photo b {
	position: absolute;
	top: -7px;
	right: -11px;
	color: #555;
	background-color: #fff;
	border-radius: 8px;
	height: 12px;
	min-width: 12px;
	line-height: 12px;
	text-align: center;
	padding: 3px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.mapboxgl-wp-gpx-maps{
	background-size: contain;
	background-repeat: no-repeat;
}