/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
}
html, body {
    overflow : hidden;
	height: 100%;
}
	
#joggingmap{
	height: 100%;
	max-width: 1920px;
	width: 100%;
	max-height: 1080px;
	background-color: white;
	z-index:1;
}
.fa-map-marker, .fa-spinner, .fa-spin  {
    background-image: url(../img/locator.png);
    background-size: 25px;
    width: 28px;
    height: 28px;
    display: block;
}
.leaflet-touch .leaflet-bar a {
	width: 26px;
	height: 26px;
	line-height: 26px;
}
.leaflet-touch .leaflet-bar {
	box-sizing: content-box;
}
.leaflet-control-locate-location {
	pointer-events: none !important;
}
.leaflet-control-attribution {
	max-height: 16px;
}
@media print{
	.leaflet-control-container{
		display: none;
	}
	#print{
		display: none;
	}
	@page { 
        size: portrait;
    }
}