﻿/* Copyright © 2014 Sanborn.  All rights reserved. */

*
{
    font-family: "Open Sans", sans-serif;
}

dialog {
  border: 0px;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.65);
}

#eula > div {
  border: solid 1px silver;
  width: 600px;
  height: 400px;
  padding: 10px;
  margin-bottom: 10px;
  overflow-y: scroll;
}

div, span, input
{
  font-size: 13px;
  color: #404040;
}

#foo
{
  position: absolute;
  left: 50%;
}

.leaflet-container
{
  background-color: gray;
}

#map .leaflet-control-zoom.leaflet-control
{
  margin-left: 15px;
  margin-top: 80px;
  border: 1px solid white;
  user-select: none; 
  -moz-user-select: none; 
  -webkit-user-select: none;
  z-index: 2 !important;
}

#map .leaflet-control-zoom.leaflet-control a {
  background-color: rgba(208, 208, 208, 0.7);
  -pie-background: rgba(208, 208, 208, 0.7);
  border-bottom-color: #888;
  color: #404040;
  z-index: 2 !important;
}

#map .leaflet-control-zoom.leaflet-control a
{
  background-color: rgba(0,0,0,0.4);
  border-color: white;
  color: white;
  z-index: 2 !important;
}

.leaflet-control-zoom.leaflet-control a span {
  color: white;
}

#wmsMap .leaflet-control-zoom.leaflet-control
{
  margin-left: 15px;
  margin-top: 80px;
  border: 1px solid white;
  user-select: none; 
  -moz-user-select: none; 
  -webkit-user-select: none;
  /* toggle these for showing [wms map first] / [oblique map first] */
  /*z-index: 5*/
  z-index: -5;
  /* end toggle */
}

#wmsMap .leaflet-control-zoom.leaflet-control a
{
  background-color: rgba(208, 208, 208, 0.7);
  -pie-background: rgba(208, 208, 208, 0.7);
  border-bottom-color: #888;
  color: #404040;
  /* toggle these for showing [wms map first] / [oblique map first] */
  /*z-index: 5;*/
  z-index: -5;
  /* end toggle */
}

#wmsMap .leaflet-control-zoom.leaflet-control a
{
  background-color: rgba(0, 0, 0, 0.4);
  border-color: white;
  color: white;
  /* toggle these for showing [wms map first] / [oblique map first] */
  /*z-index: 5;*/
  z-index: -5;
  /* end toggle */
}

#wmsMap .leaflet-control-zoom.leaflet-control a:hover
{
  background-color: rgba(0, 0, 0, 0.6);
}

#insetMap .leaflet-top.leaflet-left 
{
  left: 0px !important;
}

#insetMap .leaflet-control-zoom.leaflet-control
{
  margin-top: 25px;
}

#insetMap .leaflet-control-zoom.leaflet-control
{
  margin-left: 10px;
  margin-top: 25px;
  border: 1px solid white;
  z-index: 5 !important;
}

#insetMap .leaflet-control-zoom.leaflet-control a
{
  background-color: rgba(208, 208, 208, 0.7);
  -pie-background: rgba(208, 208, 208, 0.7);
  border-bottom-color: #888;
  color: #404040;
  z-index: 5 !important;
}

#insetMap .leaflet-control-zoom.leaflet-control a
{
  background-color: rgba(0, 0, 0, 0.4);
  border-color: white;
  color: white;
  z-index: 5 !important;
}

#insetMap .leaflet-control-zoom.leaflet-control a:hover
{
  background-color: rgba(0, 0, 0, 0.6);
}

#mapZoom
{
  position: absolute;
  left: 55px;
  top: 80px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: default;
  pointer-events: auto;
  behavior: url(Styles/PIE.htc);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  -pie-background: rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  z-index: 1 !important;
  display: none;
}

#mapZoom:hover
{
  background-color: rgba(0, 0, 0, 0.6);
}

#digitalZoomPanel
{
  position: absolute;
  left: 80px;
  top: 80px;
  width: 0px;
  height: 25px;
  cursor: default;
  pointer-events: auto;
  behavior: url(Styles/PIE.htc);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  -pie-background: rgba(0, 0, 0, 0.4);
  border: 0 solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-left-width: 0px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  font-weight: bold;
  z-index: 1 !important;
  display: none;
}

#digitalZoomPanel:hover
{
  background-color: rgba(0, 0, 0, 0.6);
}

 #digitalZoomContent
{
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

#wmsZoom
{
  position: absolute;
  left: 55px;
  top: 80px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: default;
  pointer-events: auto;
  behavior: url(Styles/PIE.htc);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  -pie-background: rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  z-index: 4 !important;
  display: block;
}

#wmsZoom:hover
{
  background-color: rgba(0, 0, 0, 0.6);
}

#wmsDigitalZoomPanel
{
  position: absolute;
  left: 80px;
  top: 80px;
  width: 0px;
  height: 25px;
  cursor: default;
  pointer-events: auto;
  behavior: url(Styles/PIE.htc);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  -pie-background: rgba(0, 0, 0, 0.4);
  border: 0 solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-left-width: 0px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  font-weight: bold;
  z-index: 4 !important;
  display: block;
}

#wmsDigitalZoomPanel:hover
{
  background-color: rgba(0, 0, 0, 0.6);
}

 #wmsDigitalZoomContent
{
  width: 24px;
  height: 24px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

#collectionContainer {
  position: absolute;
  right: 10px;
  top: 80px;
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  font-weight: bold;
  z-index: 4 !important;
  display: block;
  padding: 3px 3px 3px 7px;
  background-color: rgba(0, 0, 0, 0.4);
}

#collectionLabel, #collectionList {
  background-color: transparent;
  color: white;
  border: none;
  font-size: 13px;
  vertical-align: text-top;
}

#collectionList option {
  color: #404040;
}

.Watermark
{
  color: #C0C0C0;
}

:focus
{
  outline: transparent;
}

#content, #map, #wmsMap
{
  position: fixed;
  left: 0;
  top: 0;
    /*
  right: 0;
  bottom: 0;*/

  height: 100%;
  width: 100%;
  /*transition: all 0.5s ease-in-out;*/
}

.half-map {
  height: 50% !important;
}

#spinner {
  position: fixed;
  display: none;
  top: 50%;
  top: calc(50% - 35px);
  left: 50%;
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  background: white url(../Images/spinner.gif) center center no-repeat;
  border-radius: 15px;
  z-index: 1000;
} 

#map 
{
  z-index: 1 !important;
}

#content div 
{
  z-index: 6;
}

#wmsMap
{
  /*background: transparent !important;*/
  /* toggle these for showing [wms map first] / [oblique map first] */
  /*z-index: 4;*/
  z-index: -4;
  /* end toggle */
  opacity: 1.0 !important;
  display: block;
}

#infoPanel
{
  position: fixed;
  left: 0;
  top: 70px;
  bottom: 20px;
  width: 0;
  background-color: rgba(245, 245, 245, 0.9);
  z-index: 6;
}

#infoTabs {
  position: relative;
  /*height: 60px;*/
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  /*border-bottom: 1px solid black;*/
  /*margin-bottom: 10px;*/
  /*margin-bottom: -1px;*/
  /*z-index: 6 !important;*/
}

/*#infoTabs:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid black;
  z-index: 8;
}

#infoTabs:before {
  z-index: 8;
}*/

#infoTabs button {
  /*position: relative;*/
  padding: 10px 15px;
  /*border-radius: 4px;*/
  /*margin: 10px 10px 0 10px;*/
  margin: 10px -2px 0;
  cursor: pointer;
  background-color: rgba(125, 125, 125, 1.0);
  color: rgba(254, 254, 254, 1.0);
  /*color: rgba(254, 254, 254, 1.0);*/
  /*border: none;*/
  border: 1px solid black;
  /*display: inline-block;*/
  z-index: 6 !important;
}

#infoTabs button:hover {
  color: rgba(51, 122, 183, 1.0);
  background-color: rgba(175, 175, 175, 1.0);
}

#infoTabs button.active {
  color: rgba(51, 122, 183, 1.0);
  background-color: rgba(245, 245, 245, 1.0);
  border-bottom: none;
  /*border: none;*/
  z-index: 7 !important;
}

/*#infoTabs button:before, #infoTabs button:after {
  position: absolute;
  bottom: -1px;
  width: 8px;
  height: 8px;
  content: " ";
}

#infoTabs button:before {
  left: -9px;
}

#infoTabs button:after {
  right: -9px;
}

#infoTabs button:before, #infoTabs button:after {
  border: 1px solid black;
}*/

#infoTabs button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/*#infoTabs button:before {
  border-bottom-right-radius: 8px;
  border-width: 0 1px 1px 0;
}

#infoTabs button:after {
  border-bottom-left-radius: 8px;
  border-width: 0 0 1px 1px;
}

#infoTabs button:before {
  box-shadow: 3px 2px 0 rgba(125, 125, 125, 1.0);
}

#infoTabs button:after {
  box-shadow: -3px 2px 0 rgba(125, 125, 125, 1.0);
}

#infoTabs button:hover:before {
  box-shadow: 2px 2px 0 rgba(175, 175, 175, 1.0);
}

#infoTabs button:hover:after {
  box-shadow: -2px 2px 0 rgba(175, 175, 175, 1.0);
}

#infoTabs button.active:before {
  box-shadow: 2px 2px 0 rgba(245, 245, 245, 1.0);
}

#infoTabs button.active:after {
  box-shadow: -2px 2px 0 rgba(245, 245, 245, 1.0);
}*/

#addressBox
{
  width: 100%;
  border-radius: 5px;
  padding: 5px;
}

#searchHeader 
{
  height: 40px;
  position: absolute;
  top: 48px;
  left: 0px;
  width: 220px;
  padding-left: 10px;
  padding-right: 20px;
  text-align: center;
  border-top: 1px solid black;
  padding-top: 10px;
  z-index: 5 !important;
}

#searchResults
{
  padding: 10px;
  top: 100px;
  bottom: 0;
  overflow: auto;
  position: absolute;
  width: 224px;
}

#searchResults a 
{
  font-size: smaller;
}

#attributeResults
{
  position: absolute;
  /*top: 60px;*/
  top: 48px;
  bottom: 0;
  overflow: auto;
  width: 100%;
  border-top: 1px solid black;
  padding-top: 10px;
  z-index: 5 !important;
}

#attributeResults p
{
  padding: 0 20px;
}

.attrExampleButton 
{
  height: 25px;
  width: 25px;
  background-color: black;
  border-radius: 4px;
  margin-left: 20px;
  position: absolute;
}

.attrExampleButton img
{
  height: 100%;
  width: 100%
}

.attrDescription 
{
  position: absolute;
  left: 45px;
  padding: 0 15px;
}

.ResultCategoryTitle
{
  font-size: 16px;
}

.ResultBlock
{
  padding: 7px 0;
  font-size: 12px;
  border-bottom: solid 1px lightgrey;
}

.ResultBlockPanel
{
  margin-bottom: 10px;
}

a[name$="ResultItem"]
{
  text-decoration: none;
  color: black;
}

a[name$="ExpandResults"]
{
  padding-left: 5px;
}

#content
{
  overflow: hidden;
}

.Marker
{
  position: relative;
  left: -7px;
  top: -7px;
  width: 15px;
  height: 15px;
  background-image: url(../Images/MarkerLarge.png);
}

.MarkerMedium
{
  position: relative;
  left: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  background-image: url(../Images/MarkerMedium.png);
}

.MarkerSmall
{
  position: relative;
  left: -2px;
  top: -2px;
  width: 5px;
  height: 5px;
  background-image: url(../Images/MarkerSmall.png);
}

#controlPanel
{
  position: absolute;
  left: 0px;
  right: 0px;
  pointer-events: none;
}

.Button.Layer.Selected 
{
  height: 19px !important;
  width: 19px !important;
}

.Button.Layer.Selected .Icon
{
  background-image: url(../Images/layers.png);
  width: 16px;
}

.colorBox 
{
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 5px;
  border-color: white;
  border-style: solid;
  border-width: thin;
  border-radius: 3px;
}

.Button, .Label
{
  font-weight: bold;
}

.Button
{
  position: relative;
  /*width: 144px;*/
  width: auto;
  padding: 4px;
  height: 19px;
  cursor: pointer;
}

/*.Button.Command:hover
{
  background-color: rgba(150, 150, 150, 0.7);
  -pie-background: rgba(150, 150, 150, 0.7);
}*/

.Button div
{
  float: left;
  line-height: 19px;
}

.Button .Icon
{
  width: 11px;
  height: 17px;
  margin-right: 5px;
}

.LayerButton
{
  cursor: default;
}

.layerLabel {
  padding-right: 20px;
}

.layerLabelNotVisible {
  color: #C0C0C0;
}

/*.Button.ObliqueOnly
{
  display: none;
}*/

/*#modePanel
{
  position: absolute;
  left: 60px;
  width: 150px;
  cursor: default;
  pointer-events: auto;
  behavior: url(Styles/PIE.htc);
  background-color: rgba(0, 0, 0, 0.4);
  -pie-background: rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}*/

#modePanel div, #layerPanel div {
  color: white;
}

.downArrow
{
  position: absolute;
  right: 4px;
  top: 9px;
  width: 7px;
  height: 7px;
  background-image: url(../Images/DownArrow.png);
}

#layerPanel
{
  position: absolute;
  /*display: none !important;*/
  left: 15px;
  top: 146px;
  width: 27px;
  cursor: default;
  pointer-events: auto;
  behavior: url(Styles/PIE.htc);
  background-color: rgba(0, 0, 0, 0.4);
  -pie-background: rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  font-weight: bold;
  z-index: 5;
}

#layerPanel:hover
{
  background-color: rgba(0, 0, 0, 0.6);
}

#layerPanel.active
{
  /*width: 150px;*/
  width: auto;
  /*width: 200px;*/
}

#layerPanel img
{
  height: 100%;
  cursor: pointer;
}

#overlaysFS
{
  display: none;
  /*width: 75%;*/
  margin: 0;
  margin-left: 2px;
  padding: 0;
  /*border: 2px groove;*/
  border: 0;
}

 #overlaysFS.active 
 {
  /*display: block !important;*/
  display: block;
 }


#basemapsFS 
{
  display: none;
  /*width: 75%;*/
  margin: 0;
  margin-left: 2px;
  margin-bottom: 2px;
  padding: 0;
  /*border: 2px groove;*/
  border: 0;
}

#basemapsFS.active 
{
  display: block !important;
}

.overlaysLeg, .basemapsLeg
{
  /*color: rgba(51, 122, 183, 1.0);*/
  color: rgba(230, 230, 230, 1.0);
  cursor: pointer;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  margin-right: 10px !important;
}

#searchButton {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  width: 20px;
  height: 20px;
  padding: 20px 5px;
  /*cursor: default;*/
  cursor: pointer;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.8);
  /*background-color: rgba(0, 0, 0, 0.5);*/
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid grey;
  border-left-width: 0px;
  z-index: 6;
}

#searchButton .Icon
{
  background-image: url(../Images/search.png);
  width: 16px;
  height: 16px;
}

#searchButton img 
{
  width: 100%;
  height: 100%;
}

/*.Button.Mode.Selected .Icon
{
  background-image: url(../Images/Mouse.png);
}*/

#clearLocation .Icon
{
  margin-left: 2px;
  background-image: url(../Images/Clear.png);
}

#pdf .Icon
{
  margin-left: 2px;
  background-image: url(../Images/PDF.png);
}

.embed #copyURL
{
  display: none;
}

#copyURL .Icon
{
  margin-left: 2px;
  background-image: url(../Images/CopyURL.png);
}

#copyNames .Icon
{
  margin-left: 2px;
  background-image: url(../Images/CopyNames.png);
}

#eraseDrawing .Icon
{
  margin-left: 2px;
  background-image: url(../Images/Erase.png);
}

#help
{
  text-decoration: none;
}

#help .Icon
{
  margin-left: 2px;
  background-image: url(../Images/Help.png);
}

#insetPanel
{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 28px;
  height: 28px;
  overflow: hidden;
  z-index: 7 !important;
}

#insetSize
{
  position: absolute;
  cursor: pointer;
  z-index: 3;
  left: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  background-color: rgba(245,245,245,1);
}

#insetSize img
{
  height: 100%;
  width: 100%;
}

#insetVeil, #insetMap
{
  position: absolute;
  left: 6px;
  top: 6px;
  width: 294px;
  height: 294px;
}

#insetMap
{
  z-index: 1;
  background-color: white;
}

.geo-content-frame ul
{
  background-color: #F8F8F8;
}

.geo-content-frame ul li
{
  font-size: 10px;
  padding: 0px 3px 0px 3px;
}

#insetVeil
{
  background-color: #EFEFE7;
  z-index: 2;
}

#devicePositioner
{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  height: 120px;
  text-align: center;
  pointer-events: none;
  z-index: 6;
}

#deviceCanvas
{
  position: relative;
  display: inline-block;
  /*display: none;*/
  width: 120px;
  height: 120px;
  pointer-events: auto;
  z-index: 6;
}

#quickViewPanel
{
  position: absolute;
  left: 33%;
  top: 30%;
  width: 34%;
  height: 40%;
  display: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  z-index: 6;
}

#quickViewBackground
{
  position: absolute;
  width: 100%;
  height: 100%;
  behavior: url(Styles/PIE.htc);
  background-color: rgba(208, 208, 208, 0.7);
  -pie-background: rgba(208, 208, 208, 0.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#quickViewMap
{
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
}

.geo-measure-label
{
  font-size: 11px;
  font-weight: normal;
  letter-spacing: normal;
  color: White;
}

#devicePositioner, #deviceCanvas, .ModeButton, #toolHelpPositioner
{
  user-select: none; 
  -moz-user-select: none; 
  -webkit-user-select: none;
}

#toolHelpPositioner
{
  position: absolute;
  left: 30%;
  right: 30%;
  top: 70px;
  text-align: center;
  z-index: 6;
}

.toolHelpBox
{
  text-align: center;
  background-color: rgba(255,255,255,0.8);
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  padding: 6px 8px;
  display: inline-block;
}

#toolHelp
{
  /*color: black;*/
  color: white;
  top: 56px;
  margin-top: 3px;
  float: right;
  padding-right: 40px;
}

.embed #toolHelp {
  color: rgb(51, 51, 51);
}

#viewsPanel
{
  position: absolute;
  right: 0px;
  top: 70px;
  bottom: 20px;
  width: 0;
  behavior: url(Styles/PIE.htc);
  background-color: rgba(245,245,245,0.9);
  z-index: 6;
}

#viewsHeader
{
  position: absolute;
  left: 8px;
  top: 8px;
  right: 0px;
  height: 16px;
}

#viewsPlaceholder
{
  top: 50px;
  bottom: 0px;
  position: absolute;
  width: 100%;
}

#viewsTitle
{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}

#viewsButton
{
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 0;
  /*cursor: default;*/
  cursor: pointer;
  height: 20px;
  width: 20px;
  padding: 20px 5px;
  pointer-events: auto;
  background-color: rgba(255,255,255,0.8);
  /*background-color: rgba(0, 0, 0, 0.5);*/
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid grey;
  border-right-width: 0px;
  display: none;
  z-index: 6;
}

.hidden
{
  display: none !important;
}

#viewsButton img {
  height: 100%;
  width: 100%;
}

#viewsButton.clearButton
{
  background-color: transparent;
  border: none;
  box-shadow: none;
}


/* for wmsMap setup */
/*#viewsContainer
{
  position: absolute;
  left: 4px;
  top: 24px;
  right: 4px;
  bottom: 8px;
  display: none;
}

.ViewEntry
{
  position: absolute;
  width: 100%;
  height: 24%;
}

#view1
{
  top: 0%;
  height: 4%;
}

#view1 .ViewEvents
{
  top: 2px !important;
  position: absolute;
  width: 100%;
  height: 80%;
  margin-top: 4px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  background-color: rgba(198, 198, 198, 0.9);
  border: none;
}

#view1 .ViewHeader
{
  top: 1px;
}

#view1 .ViewEvents:hover
{
  background-color: rgba(252, 252, 128, 0.7);
}

#view1 .ViewEvents.Selected
{
  behavior: url(Styles/PIE.htc);
  background-color: rgba(252, 252, 128, 0.7);
  -pie-background: rgba(252, 252, 128, 0.7);
}

#view2
{
  top: 4%;
}

#view3
{
  top: 28%;
}

#view4
{
  top: 52%;
}

#view5
{
  top: 76%;
}*/

/* for normal setup */

#viewsContainer 
{
  position: absolute;
  left: 8px;
  top: 24px;
  right: 0px;
  bottom: 8px;
  display: none;
}

.ViewEntry 
{
  position: absolute;
  width: 100%;
  height: 20%;
}

#view2 
{
  top: 20%;
}

#view3 
{
  top: 40%;
}

#view4 
{
  top: 60%;
}

#view5 
{
  top: 80%;
}

.ViewHeader
{
  position: absolute;
  width: 100%;
  height: 14px;
  margin-top: 4px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.ViewHeader.Selected
{
  behavior: url(Styles/PIE.htc);
  background-color: rgba(252, 252, 128, 0.9);
  -pie-background: rgba(252, 252, 128, 0.9);
}

.ViewMessage, .ViewMap, .ViewEvents
{
  position: absolute;
  width: 100%;
  top: 18px;
  bottom: 0px;
}

.ViewMessage
{
  background-color: #F8F8F8;
}

.ViewMessage table
{
  position: absolute;
  left: 5%;
  width: 90%;
  height: 100%;
}

.ViewMessage td
{
  text-align: center;
  vertical-align: middle;
  color: #C0C0C0;
  font-size: 11px;
}

.ViewMap
{
  display: none;
}

.ViewEvents
{
  cursor: pointer;
  pointer-events: auto;
  behavior: url(Styles/PIE.htc);
  background-color: rgba(0, 0, 0, 0.01);
  -pie-background: rgba(0, 0, 0, 0.01);
  display: none;
}

#drawTextInput
{
  position: absolute;
  display: none;
  width: 200px;
  height: 17px;
  border: solid 1px Red;
  padding: 1px 0px 1px 2px;
  color: red;
  background-color: transparent;
  font-weight: bold;
  z-index: 5;
}

/*.DrawText*/
.geo-measure-label, .DrawText
{
  position: relative;
  top: -21px;
  /*height: 17px;*/
  width: 175px;
  padding: 2px 0px 2px 3px;
  color: black;
  /*-webkit-text-stroke: 0.25px white;*/
  /*font-size: large;*/
  /*font-size: medium;*/
  font-size: 95%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 80%;
  pointer-events: none;
  text-shadow: 
    1px 1px 0 white,
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}

::-webkit-input-placeholder {
  color: white;
}

:-moz-placeholder {
  color: white;
}

::-moz-placeholder {
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

/*.geo-measure-label, .DrawText*/
/*.geo-measure-label
{
  text-shadow: #000000 1px 1px 2px;
  filter: progid:DXImageTransform.Microsoft.DropShadow(Color=#202020, OffX=1, OffY=1, Positive=true);
}*/

#clipContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  z-index: 8;
  display: none;
  opacity: 0;
}

#clipboard {
  width: 1px;
  height: 1px;       
  padding: 0px;
}

.MeasureText
{
  pointer-events: none;
}

.MeasureText .center
{
  border: solid 1px white;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  background-color: white;
}

.AttrBlock
{
  padding: 5px 10px;
}

.AttrTitle
{
  font-size: 15px;
  font-weight: bold;
}

.AttrKey
{
  font-weight: bold;
  font-size: 11px;
}

.AttrItem
{
  font-size: 11px;
  padding: 1px;
}

.leaflet-popup-scrolled
{
  border-bottom: none;
  border-top: none;
  margin: 25px 5px 10px 10px;
}

i
{
  color: white;
}

.leaflet-popup-content-wrapper {
  background: rgba(245,245,245,0.9);
}

/* work-around from here: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
img.leaflet-tile, img.leaflet-marker-icon, img.leaflet-marker-shadow {
  mix-blend-mode: plus-lighter;
}

.leaflet-control-attribution.leaflet-control a, .leaflet-control-attribution.leaflet-control a:hover {
  color: darkturquoise;
  text-decoration: none;
}

.leaflet-control-attribution.leaflet-control {
  font-size: 0.6rem;
}

#wmsMap .leaflet-control-attribution.leaflet-control {
  margin-bottom: 20px;
}

/* remove Leaflet branding from attribution */
.leaflet-control-attribution.leaflet-control a:first-of-type, .leaflet-control-attribution.leaflet-control span:first-of-type {
  display: none;
}