tr:nth-child(odd) {
	background-color: #ffffff;
}
tr:nth-child(even) {
	background-color: #e9f6f6;
}
td, th{
	border: 1px solid;
	padding: 2px;
}
td{
	text-align: center
}
.heading{
	color: red;
	font-weight: bold;
}	
.pause{
	color: #00b300;	
	font-weight: bold;
}
.total{
	color: blue;
	font-weight: bold;
}
span.tomato, a.tomato{
	color: tomato;
	font-weight: bold;
}
table{
	width: auto;
	border: 1px solid; border-color: blue; 
}
.stroke-polyline {
	filter: drop-shadow(1px 1px 0px #fff) drop-shadow(-1px -1px 0px #FFF) drop-shadow(1px -1px 0px #FFF) drop-shadow(-1px 1px 0px #fff);
} 
.myCSSClass {
	background: white;
	border: 1px solid green;
	border-radius: 6px;
	font-size: 1.2em;
	text-align: center;
}
.myCSSClass span{
	color: #fff;
	background-color: green;
	padding: 2px;
}
div.elevation-div {
	height: 300px;
	border-radius: 4px;
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#tag_ibp {
	position: absolute;
	top: 25px;
	left: 64px;
	font-size: 1.1em;
	font-weight: bold;
}
#tag_modalidad {
	position: absolute;
	top: 42px;
	left: 65px;
	font-size: 0.8em;
}
#tag_ibp_running {
	position: absolute;
	top: 95px;
	left: 64px;
	font-size: 1.1em;
	font-weight: bold;
}
#tag_modalidad_running {
	position: absolute;
	top: 112px;
	left: 65px;
	font-size: 0.8em;
}
#tag_ibp_bicycle {
	position: absolute;
	top: 167px;
	left: 64px;
	font-size: 1.1em;
	font-weight: bold;
}
#tag_modalidad_bicycle {
	position: absolute;
	top: 185px;
	left: 65px;
	font-size: 0.8em;
}
.slow-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.arrow-icon {
	width: 12px;
	height: 12px;
}
.arrow-icon > div {
	margin-left: 0px;
	margin-top: -10px;
	transform-origin: center center;
	font-size: 20px;
}
.tooltip.top .tooltip-inner{
	color:#fff;
	text-align:center;
	/* background-color:#0080c9; */
	background-color:#337ab7;
	border-radius:4px; 
	border: 2px solid #000000;
}

.tooltip .tooltip-inner2{
	color:#fff;
	text-align:center;
	background-color:#ff0000;
	border-radius:4px; 
	border: 1px solid #000000;
	max-width: 80px;
}

.tooltip-inner2{
	min-width: 100px;
	font-align: left;
	z-index:5000;
}




.elevation-tooltip.leaflet-tooltip,
.elevation-popup .leaflet-popup-content {
	text-align: center;
	font-weight: 300;
	width: 300px !important;
	white-space: normal;
	padding: 0;
	margin: 0;
	border-radius: 12px;
}
.elevation-tooltip>b:first-child,
.elevation-popup .leaflet-popup-content>b:first-child {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-family: 'averia_seriflightitalic', 'Alexander', serif;
	font-size: 20px;
	font-weight: 700;
	border-radius: 8px 8px 0px 0px;
	border: 1px solid #bbb;
	background: #337ab7;
	color: #fff;
	text-shadow: -1px 0px 1px #000;
	box-sizing: content-box;
	margin-left: -1px;
}
.elevation-tooltip .wpt-link-image img,
.elevation-popup .leaflet-popup-content .wpt-link-image img {
	height: 100%;
	width: 300px;
	max-height: 230px;
	object-fit: cover;
	display: block;
}
.elevation-tooltip .wpt-link-image,
.elevation-popup .leaflet-popup-content .wpt-link-image {
	display: inline-block;
}
.elevation-tooltip .wpt-desc,
.elevation-popup .leaflet-popup-content .wpt-desc {
	border-top: solid 1px #ccc;
	margin-top: 5px;
	padding-top: 5px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.tooltip {
	opacity: 1;
}
p, h3{
    display: inline-block; 
}

 html,
body,
.leaflet-map {
	height: 55vh;
}

body{
	display: flex;
	flex-direction: column;
}

.arrow-icon > div {
	//ne pas mettre dans distancemarker.css margin-left: 0px;
	margin-top: -10px;
	transform-origin: center center;
	font-size: 20px;
}

.legend-item.legend-heart rect {
	stroke: #f00;
	fill-opacity: 0;
	stroke-opacity: 0.85;
}

.elevation-control .background,.elevation-control{
	background-color: aliceblue;
}
.leaflet-container {//ne marche pas car ccs appelé plus loin
  font-size: 1rem;
}



