/*.steelblue-theme.leaflet-control
{
	cursor : pointer;
}*/

#chartid span {
	position : absolute;
	display : block;
	width : 100%;
	padding : 3px 0;
	font-family : Arial;
	font-weight : bold;
	cursor : pointer;
	text-align : center;
	border-bottom : 1px dashed gray;
}
#chartid p {
	background-color: white;
	opacity: 0.8;
	text-align: center;
	margin : 0;
}

.steelblue-theme.leaflet-control.elevation .background
{
	background-color: rgba(255,255,255,.8);
	padding-top : 34px;
}
.steelblue-theme.leaflet-control.elevation .axis line
{
	fill:none;
	stroke:#0d1821;
	stroke-width:0.5;
	stroke-dasharray:3
}

.steelblue-theme.leaflet-control.elevation .axis path
{
	fill:none;
	stroke:#0d1821;
	stroke-width:2
}


.steelblue-theme.leaflet-control.elevation .mouse-drag
{
	fill:rgba(23,74,117,.4);
}
.steelblue-theme.leaflet-control.elevation .elevation-toggle
{
	cursor:pointer;
	box-shadow:0 1px 7px rgba(0,0,0,.4);
	-webkit-border-radius:5px;
	border-radius:5px;
	width:36px;
	height:36px;
	background-color:#f8f8f9
}
.steelblue-theme.leaflet-control.elevation .elevation-toggle-icon
{
	background:url(images/elevation-steelblue.png) no-repeat center center
}
.steelblue-theme.leaflet-control.elevation .area
{
	fill:#4682b4
}
.steelblue-theme.leaflet-control.elevation .mouse-focus-line
{
	pointer-events:none;
	stroke-width:2;
	stroke:#0d1821
}
.steelblue-theme.leaflet-control.elevation .mouse-focus-label-y
{
    font-size:  10px;
    paint-order: stroke;
    stroke: #ffffff;
    stroke-width: 1px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    font-weight: 800;

}
.steelblue-theme.leaflet-control.elevation-collapsed .background
{
	display:none
}
.steelblue-theme.leaflet-control.elevation-collapsed .elevation-toggle
{
	display:block
}
/*.steelblue-theme.height-focus
{
	stroke:#4682b4;
	fill:#4682b4
}*/
.steelblue-theme.height-focus.line
{
	pointer-events:none;
	stroke-width:2
}
/*.height-focus-label {
	font-family: Arial;
	fill: #ffffff; 
	font-size: 15px;
}*/