﻿html,body,h1,h2,h3,h4,h5 {
	font-family: "RobotoDraft", "Roboto", sans-serif
}

#logoimg {width: 100%}

.level1layerpadding {
	padding-right: 5px;
}

.level1grouppadding {
	padding-right: 5px;
}

.level2layerpadding {
	padding-right: 33px;
}
.level2grouppadding {
	padding-right: 14px;
}
.level3layerpadding {
	padding-right: 43px;
}
.level3grouppadding {
	padding-right: 25px;
}

.legend {
	padding: 2px 0px 2px 40px;
}

.legend p {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 2px;
}

.nowrap {
	display: inline-block;
	white-space: nowrap;
}

.layerwrapper {
	line-height:1.0;
	margin-top: 2px;
}

.grpnamediv {
	line-height:1.0;
	font-size: 16px;
	padding-bottom: 0px;
	padding-top: 3px;
	color: white;
}

.lyrnamediv {
	font-size: 14px;
	padding-bottom: 0px;
	padding-top: 3px;
}

.grpInfo {
	margin-left: 15px;
}

a.itemname {
		text-decoration: none;
}

.expchevron {
	width: 28px;

}

.infoicon {

	margin-left: 10px; 
}

.grpcheck {
	width: 25px;
}

.lyrcheck {
	width: 25px;
}

#map {
	background: #E6F5FA;
	height: 100%;
	padding: 0px; 
}

#info {
	display: none;
}

.hnit {
	font-size: 0.7em;
}

#infotop {
	width: 100%;
	text-align: right;
}

.ol-zoom {
	top: 10px;
	right: 10px;
	left: auto;
}

.ol-scale-line {
	top: 10px;
	right: 60px;
	left: auto;
	bottom: auto;
}

.layerSelected {
	font-weight: bold;
}

.blayername {
	color: white; 
	text-decoration: none; 
	text-shadow: black 0 0 0.3em;
}

.tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
}

.tooltip-measure {
	opacity: 1;
	font-weight: bold;
}

.tooltip-static {
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}

.tooltip-measure:before,
.tooltip-static:before {
	border-top: 6px solid rgba(0, 0, 0, 0.5);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}

.tooltip-static:before {
	border-top-color: #ffcc33;
}    

.toolActive {
    background-color: rgba(128,128,128,.5);
    border: none;
    border-radius: 2px 2px 0px 0px;
}

.toolInactive {
    background-color: rgba(0,60,136,.5);
    border: none;
}

.toolBtnImg {
	margin-left: -2px;
	margin-top: -1px;
}


#measureLineBtn {
	position: absolute;
	top: 200px;
	right: 10px;
	left: auto;
	width: 40px;
	height: 40px;
}

#measureAreaBtn {
	position: absolute;
	top: 250px;
	right: 10px;
	left: auto;
	width: 40px;
	height: 40px;
}

#locationBtn {
	position: absolute;
	top: 300px;
	right: 10px;
	left: auto;
	width: 40px;
	height: 40px;
	display: none;
}

#frett {
	opacity: 1;
	transition: 3s opacity;
}

.slidercontainer {
    width: 100%; 
}

.slider {
	width: 80%;
}

#opacitySlider {
	margin-top: 6px;
}

