﻿.background {
	background-color: rgba(255, 255, 255, 1) !Important;
}
.ol-control.elevation:hover {
	background-color: transparent;
}

.ol-control.elevation .background {
  background-color: rgba(70, 130, 180, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}

.ol-control.elevation .axis line,
.ol-control.elevation .axis path {
  stroke: #2D1130;
  stroke-width: 1;
  fill: none;
}

.ol-control.elevation .grid .tick line {
  stroke: #EEE;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.ol-control.elevation .grid path {
  stroke-width: 0;
  pointer-events: none;
}

.ol-control.elevation .axis text {
  text-anchor: end;
  fill: #000;
  cursor: default;
}

.ol-control.elevation .area {
  fill: #4682B4;
  stroke: #000;
  stroke-width: 0;
  paint-order: stroke fill;
}

.ol-control.elevation .mouse-focus-line {
  stroke: #0D1821;
  stroke-width: 1;
  pointer-events: none;
}

.ol-control.elevation .mouse-focus-label {
  fill: #F5F5F5;
  fill-opacity: 0.9;
  pointer-events: none;
}

.ol-control.elevation .mouse-focus-label-text {
  font-size: 11px;
  fill: #000000;
  pointer-events: none;
  text-anchor: end;
}

.ol-control.elevation .mouse-drag {
  fill: rgba(23, 74, 117, 0.4);
}

.ol-control.elevation .elevation-toggle {
  cursor: pointer;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background-color: #F8F8F9;
}

.ol-control.elevation-collapsed .background {
  display: none;
}

.ol-control.elevation-collapsed .elevation-toggle {
  display: block;
}

.ol-control.elevation .elevation-toggle-icon {
  background: url(images/elevation.png) no-repeat center center;
}

.ol-control.elevation.elevation-expanded .elevation-toggle-icon.close-button {
  background: transparent url(images/remove.svg) no-repeat center center;
  background-size: 14px 14px;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
}

.leaflet-overlay-pane .height-focus {
  stroke: #000;
  fill: #FFF;
}

.leaflet-overlay-pane .height-focus.line {
  pointer-events: none;
  stroke-width: 1;
}

.leaflet-overlay-pane .height-focus-label {
  font-size: 14px;
  font-weight: 600;
  fill: #000;
  paint-order: stroke;
  stroke: #FFF;
  stroke-width: 2px;
}

/* //////////////////////////////////////////////// */
.lime-theme.ol-control.elevation .background {
  background-color: rgba(156, 194, 34, 0.2);
}

.lime-theme.ol-control.elevation .axis line,
.lime-theme.ol-control.elevation .axis path {
  stroke: #566B13;
}

.lime-theme.ol-control.elevation .grid .tick line {
  stroke: #CCC;
}

.lime-theme.ol-control.elevation .mouse-drag {
  fill: rgba(99, 126, 11, 0.4);
}

.lime-theme.ol-control.elevation .elevation-toggle-icon {
  background: url(images/elevation-lime.png) no-repeat center center;
}

.lime-theme.ol-control.elevation .area {
  fill: #9CC222;
}

.lime-theme.ol-control.elevation .mouse-focus-line {
  stroke: #101404;
}

.lime-theme.height-focus {
  stroke: #000;
  fill: #9CC222;
}

.lime-theme.elevation-polyline {
  stroke: #566B13;
}

/* //////////////////////////////////////////////// */
.steelblue-theme.ol-control.elevation .background {
  background-color: rgba(70, 130, 180, 0.2);
}

.steelblue-theme.ol-control.elevation .axis line,
.steelblue-theme.ol-control.elevation .axis path {
  stroke: #0D1821;
}

.steelblue-theme.ol-control.elevation .mouse-drag {
  fill: rgba(23, 74, 117, 0.4);
}

.steelblue-theme.ol-control.elevation .elevation-toggle-icon {
  background: url(images/elevation-steelblue.png) no-repeat center center;
}

.steelblue-theme.ol-control.elevation .area {
  fill: #4682B4;
}

.steelblue-theme.ol-control.elevation .mouse-focus-line {
  stroke: #0D1821;
}

.steelblue-theme.height-focus {
  stroke: #000;
  fill: #4682B4;
}

.steelblue-theme.elevation-polyline {
  stroke: #4682B4;
}

/* //////////////////////////////////////////////// */
.purple-theme.ol-control.elevation .background {
  background-color: rgba(115, 44, 123, 0.2);
}

.purple-theme.ol-control.elevation .axis line,
.purple-theme.ol-control.elevation .axis path {
  stroke: #2D1130;
}

.purple-theme.ol-control.elevation .mouse-drag {
  fill: rgba(74, 14, 80, 0.4);
}

.purple-theme.ol-control.elevation .elevation-toggle-icon {
  background: url(images/elevation-purple.png) no-repeat center center;
}

.purple-theme.ol-control.elevation .area {
  fill: #732C7B;
}

.purple-theme.ol-control.elevation .mouse-focus-line {
  stroke: #000;
}

.purple-theme.height-focus {
  stroke: #000;
  fill: #732C7B;
}

.purple-theme.elevation-polyline {
  stroke: #732C7B;
}

/* //////////////////////////////////////////////// */
.yellow-theme.ol-control.elevation .area {
  fill: #FF0;
}

.yellow-theme.elevation-polyline {
  stroke: #FF0;
}

/* //////////////////////////////////////////////// */
.magenta-theme.ol-control.elevation .background {
  background-color: rgba(255, 255, 255, 0.47);
}

.magenta-theme.ol-control.elevation .area {
  fill: #FF005E;
  stroke: #000;
}

.magenta-theme.elevation-polyline {
  stroke: #FF005E;
}

.elevation {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  background-color: transparent;
/*  pointer-events: none !important; */
  pointer-events: auto;
}

.elevation-header {
  line-height: 18px;
  background-color: rgba(255, 255, 255, 1) !Important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  margin-bottom: 1px;
  pointer-events: auto;
}
.elevation-graph-container {
  float: right;
  border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 1) !Important;
  overflow: hidden;
  pointer-events: auto;
  -webkit-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none; 
  user-select: none;
}
.ol-control.elevation .mouse-drag {
  fill: rgba(255, 255, 255, 0.1);
}
.steelblue-theme.ol-control.elevation .mouse-drag {
  fill: rgba(255, 255, 255, 0.6);
}

.arrow {
  font-size: 10px;
  display: table-cell;
  padding-right: 3px;
}
.rotate-45 {
  -webkit-transform: rotate(45deg) translate(1px, 2px);
  -moz-transform: rotate(45deg) translate(1px, 2px);
  -ms-transform: rotate(45deg) translate(1px, 2px);
  -o-transform: rotate(45deg) translate(1px, 2px);
  transform: rotate(45deg) translate(1px, 2px);
}
.rotate-315 {
  -webkit-transform: rotate(315deg) translate(1px, -2px);
  -moz-transform: rotate(315deg) translate(1px, -2px);
  -ms-transform: rotate(315deg) translate(1px, -2px);
  -o-transform: rotate(315deg) translate(1px, -2px);
  transform: rotate(315deg) translate(1px, -2px);
}

.track-title {
  font-weight: bold;
}
.track-title a {
  color: #3D729C;
  text-decoration: none;
}
.track-title a:hover {
  text-decoration: underline;
}
.track-link-symbol {
  font-family: Helvetica, Arial;
  font-size: 13px;
  vertical-align: -1px;
}
.track-link-symbol a {
  color: #3D729C;
  text-decoration: none;
}
.track-item {
  display: table-cell;
  white-space: pre;
  cursor: default;
}
