.foht-map-outer-wrapper .hidden {
    visibility: hidden;
}
.leaflet-container {
    z-index: 0;
}
.elevation-detached {
    font-size: 12px;
	line-height: 1.5;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 0;
}
.elevation-detached .elevation {
    width: 100%;
}
.elevation-detached .background {
    max-width: 100%;
}
.elevation-control.elevation .background {
    background-color: rgba(70, 130, 180, 0.2);
    border-radius: 0;
    overflow: visible;
    display: block;
}
.elevation-control.elevation .axis line,
.elevation-control.elevation .axis path {
    stroke: #2d1130;
    stroke-width: 2;
    stroke-width: 1;
    fill: none;
}
.elevation-control.elevation .grid .tick line {
    stroke: #eee;
    stroke-width: 1px;
    shape-rendering: crispEdges;
}
.elevation-control.elevation .grid path {
    stroke-width: 0;
    pointer-events: none;
}
.elevation-control.elevation .axis text {
    text-anchor: end;
    fill: #000;
    font-weight: 700;
}
.elevation-control.elevation .area {
    fill: var(--foht-trail-color, #b7b7b7);
    stroke: var(--foht-trail-color, #000);
    stroke-width: 1.8;
    paint-order: stroke fill;
}
.elevation-control.elevation .horizontal-drag-line {
    stroke: transparent;
    cursor: row-resize;
    stroke-width: 2;
    stroke-dasharray: 5;
}
.elevation-control.elevation .active .horizontal-drag-line {
    stroke: #2d1130;
}
.elevation-control.elevation .horizontal-drag-label {
    font-weight: 700;
    fill: #000;
    paint-order: stroke;
    stroke: #fff;
    stroke-width: 2px;
    pointer-events: none;
}
.elevation-control.elevation .horizontal-drag-group {
    cursor: row-resize;
    color: #000;
}
.elevation-control.elevation .mouse-focus-line {
    stroke: #0d1821;
    stroke-width: 1;
    pointer-events: none;
}
.elevation-control.elevation .mouse-focus-label-rect {
    fill: #000;
    fill-opacity: 0.75;
    pointer-events: none;
}
.elevation-control.elevation .mouse-focus-label-text {
    fill: #fff;
    pointer-events: none;
}
.elevation-control.elevation .mouse-drag {
    fill: rgba(23, 74, 117, 0.4);
}
.elevation-control.elevation .elevation-toggle {
    cursor: pointer;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    width: 36px;
    height: 36px;
    background-color: #f8f8f9;
}
.elevation-summary {
    /* font-family intentionally omitted — inherits from WordPress theme */
    font-size: 12px;
    margin: 0 auto;
}
.leaflet-control-container .elevation-summary {
    text-shadow: 1.5px 0 0 #fff, -1.5px 0 0 #fff, 0 1.5px 0 #fff, 0 -1.5px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.elevation-detached .elevation-summary {
    margin: 0 45px;
}
.elevation-detached .elevation-summary.line-summary > span {
    margin: 0 15px 15px 0;
}
.elevation-summary.multiline-summary {
    margin-right: 30px;
}
.elevation-detached .elevation-summary.multiline-summary {
    margin-bottom: 12px;
    margin-top: 12px;
    line-height: 2;
}
.elevation-summary.inline-summary > span:not(:last-child):after {
    content: "\0020\2014\0020";
}
.elevation-summary.multiline-summary > span {
    display: block;
}
.elevation-summary.multiline-summary .download {
    float: right;
    margin-top: -2.5em;
    font-weight: 700;
    font-size: 1.2em;
}
.elevation-detached .elevation-summary.multiline-summary .download {
    margin-top: -3.5em;
}
.elevation-summary .summaryvalue {
    font-weight: 700;
}
.elevation-control.elevation-collapsed .background,
.elevation-control.elevation-collapsed .elevation-summary {
    display: none;
}
.elevation-control.elevation-collapsed .elevation-toggle {
    display: block;
}
.elevation-control.elevation .elevation-toggle-icon {
    background: url(../images/elevation.svg) no-repeat 50%;
}
.elevation-control.elevation.elevation-expanded .elevation-toggle-icon.close-button {
    background: transparent url(../images/remove.svg) no-repeat 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 20px;
    width: 20px;
}
.leaflet-elevation-pane .height-focus,
.leaflet-overlay-pane .height-focus {
    stroke: #000;
    fill: #fff;
}
.leaflet-elevation-pane .height-focus.line,
.leaflet-overlay-pane .height-focus.line {
    pointer-events: none;
    stroke-width: 2;
}
.leaflet-elevation-pane .height-focus-label,
.leaflet-overlay-pane .height-focus-label {
    font-size: 14px;
    font-weight: 600;
    fill: #000;
    paint-order: stroke;
    stroke: #fff;
    stroke-width: 2px;
}
.elevation-waypoint-icon:before {
    background: url(../images/elevation-pushpin.png) no-repeat 50% / contain;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
}
.elevation-position-icon:before {
    background: url(../images/elevation-position.png) no-repeat 50% / contain;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
}
.elevation-polyline {
    filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff);
}
.elevation-placeholder {
    margin: auto;
    height: auto;
    width: 100%;
}
.elevation-placeholder ~ * {
    display: none !important;
}
.lime-theme.elevation-control.elevation .background {
	background-color: rgba(156, 194, 34, 0.2);
	background-color: transparent;
}
.lime-theme.elevation-control.elevation .axis line,
.lime-theme.elevation-control.elevation .axis path {
    stroke: #566b13;
	stroke: #fa824c;
	stroke: #000;
}
.lime-theme.elevation-control.elevation .grid .tick line {
    stroke: #ccc;
}
.lime-theme.elevation-control.elevation .mouse-drag {
    fill: rgba(99, 126, 11, 0.4);
}
.lime-theme.elevation-control.elevation .elevation-toggle-icon {
    background: url(../images/elevation-lime.svg) no-repeat 50%;
}
.lime-theme.elevation-control.elevation .area {
    fill: var(--foht-trail-color, #b7b7b7);
	stroke: var(--foht-trail-color, #000);
	stroke-width: 1;
}
.lime-theme.elevation-control.elevation .mouse-focus-line {
    stroke: #101404;
}
.lime-theme.height-focus {
    stroke: #000;
    fill: #9cc222;
	fill: #fa824c;
	fill: #F29E4C;
}
.lime-theme.elevation-polyline {
    stroke: #566b13;
	stroke: #fa824c;
	
	/* geoJSON from leaflet-elevation, so disable coords from 
leaflet-distance-markers */
	display: none !important;
}
.elevation-detached .lightblue-theme.elevation-control.elevation .area {
    stroke: #36c;
    fill-opacity: 0.45;
}
.lightblue-theme.height-focus {
    stroke: #000;
    fill: #fff;
}
.lightblue-theme.elevation-polyline {
    stroke: #36c;
}

.horizontal-drag-group {
	display: none !important;
}

.elevation-summary {
	/* font-family intentionally omitted — inherits from WordPress theme */
	font-weight: 300;
	font-size: 14px;
}

#data-summary {
	display: none;
}
#data-summary.display {
	display: block;
}

#data-summary + .elevation-control.elevation {
	/*max-width: calc(100% - 140px);*/
}

#data-summary dl {
	margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    overflow: visible;
    flex-direction: row;
    justify-content: center;
    gap: 0px;
}
@media (max-width: 450px) {
	#data-summary dl {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}
#data-summary dl dt {
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: right;
	margin: 0;
	
	/* font-family intentionally omitted — inherits from WordPress theme */
	font-weight: 300;
}
#data-summary dl dd {
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 10px 0 0;
}

.elevation-summary .summaryvalue {
	font-weight: normal;
}