		html{height:100%}
		body{height:100%}
		#map{
			height:100%;
			width:100%
		}
		#controls{
			left:0;
			position: absolute;
			top: 1em;
		}
		
	  #progress {
			position: absolute;
			bottom: 0;
			left: 0;
			height: 2px;
			background: rgba(0, 60, 136, 0.4);
			width: 0;
			transition: width 250ms;
		} 		
		.ol-full-screen {
			left:0;
			top: 2.5em;
		}
		
		.ol-zoom {
			left:0;
			top: 4em;
		}
		
		.add-layer {
			left:0;
			top: 0;
			z-index:100;
		}
		
		#DIVSearch {
			display: inline;
			position: fixed;
			top:0;
			left: 0;
			width: 100%;
			box-sizing: border-box;
			padding-left: 10px;
			margin-left: 0px;
			z-index:0;
			margin: 4px 0px 0px 0px;			
		}
		
		#DIVMenu{
			display: inline;
			position: relative;
			top:0;
			left: 0;
			height: auto;
			width: 100%;
			box-sizing: border-box;
			padding-left: 0;
			margin-left: 0;
			z-index:0;		
		}		

		#DIVMenu ul, #DIVSearch ul {
			display: inline;
			list-style-type: none;
			cursor: pointer;
			padding:0;
			margin-bottom:0;
		}
		
		#DIVMenu ul li, #DIVSearch ul li {
			display:inline;
			font-size: .75em;				
			font-weight: none;
			text-decoration: none;
			text-align: center;
			height: 1em;
			width: 1em;
			line-height: .4em;				
			padding:0;
			margin-bottom:0;			
		}		

		#DIVMenu ul li select, #DIVSearch ul li label {		
			font-size: 1em;
			height: 2em;
			padding:0;
			margin-bottom:0;			
		}

		#DIVMenu ul:hover {
			cursor: hand;
		}		
	
	
		button.add-layer::after {
			content: "O";
		}

		#search{
			width: 12em;
			height: 1em;
			margin-left: 1.5em;
		}
		
.popup-content{	
	padding: 10px 10px 10px 10px;
}

.popup-content img{	
	display: block;
}
	
.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  /*padding: 15px;*/
  padding: 0;
  /*  border-radius: 10px;*/
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  /*min-width: 280px;*/
  min-width: 320px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer:after {
  content: "x";
}

/*****************************/

.popupextent-content{	
	padding: 10px 10px 10px 10px;	
}

.popupextent-content img{	
	display: block;
}
	
.ol-popupextent {
  display: none;
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 20px 12px;
  /*border-radius: 10px;*/
  border: 1px solid #cccccc;
  top: 12px;
  min-width: 320px;
  height: 300px;
  right: 10px;
}
.ol-popupextent:after, .ol-popupextent:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}


.ol-popupextent-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popupextent-closer:after {
  content: "x";
}


.popupextent-title {
	z-index: auto;
	color: #08C;
	font-size: 21px;
	font-weight: bold;
	font-family: Quattrocento;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EBEBEB;
	/*border-radius: 5px 5px 0px 0px;*/
	line-height: 18px;
	padding: 8px 14px;
	margin: 0px;
}

/*****************************/

.popover {
	z-index: auto;
	width: 300px;
}

.popover-content h3 {
	font-size: 18px;
}
.popover-content {
	min-width: 180px;
}	  

.popover-title, .popup-title {
	z-index: auto;
	color: #08C;
	font-size: 21px;
	font-weight: bold;
	font-family: Quattrocento;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EBEBEB;
	/*border-radius: 5px 5px 0px 0px;*/
	line-height: 18px;
	padding: 8px 14px;
	margin: 0px;
}

	  
      div.ol-attribution {
        /*bottom: 30px;
        right: 50px;*/
		bottom: 1em;
        right: 1em;
      }
      .padding-top {
        position: absolute;
        top: 0;
        left: 0px;
        /*width: 1000px;
        height: 170px;*/
		height:50px;
		width: 100%;
        background: rgba(255, 255, 255, 0.5);
      }
      .padding-left {
        position: absolute;
        /*top: 170px;
        left: 0;
        width: 150px;
        height: 400px;*/
		top: 50px;
		left:0;
		width:50px;
		bottom:50px;		
        background: rgba(255, 255, 255, 0.5);
      }
      .padding-right {
        position: absolute;
        /*top: 170px;
        left: 950px;
		height: 400px;*/
		top: 50px;
		bottom:50px;
		right: 0;
        width: 50px;
        background: rgba(255, 255, 255, 0.5);
      }
      .padding-bottom {
        position: absolute;
        /*top: 570px;
        left: 0px;
        width: 1000px;
        height: 30px;*/
		bottom:0;
		left:0;
		width:100%;
		height:50px;
        background: rgba(255, 255, 255, 0.5);
      }
	  
	  
 #marker {
        width: 20px;
        height: 20px;
        border: 1px solid #088;
        border-radius: 10px;
        background-color: #0FF;
        opacity: 0.5;
}
	
#help {
	position:absolute;
	width: 640px;
	height: 320px;
	z-index: 2;
	left: 100px;
	top: 10px;
	/*background-color: #FFFFFF;*/
	padding-left: 10px;
	padding-top: 0px;
	display: none;
	text-align: left;
	/*overflow: auto;	*/
}

#help .container{
	height: 280px;
	overflow: auto;	
}

#help h1 {
	/*color: #cc0000;*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 0;
	text-decoration: none;
}

#help h2 {
  /*color: #333333;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin: 30px 0 0 0;
	
  text-align: left;
  margin-bottom: 5px;
  padding: 0;
  text-decoration: none;
  /*border-top: 1px solid #ebebeb;
    font-weight: bold;*/
  padding-top: 2px;
}

#help h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;	
	font-size: 16px;
	line-height: 1.5;
	margin: 30px 0 0 0;
}

.upv_btsubmit{
	bottom:0;
	right:0;
}

#helpcontent{
	height: 320px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#helpcontent ul ul {
	/*list-style-type: square;*/
	list-style: none
}

.color-box {
    width: 1em;
    height: 1em;
    display: inline-block;
    background-color: #ccc;
    position: relative;
    left: 0;
    bottom: 0;
}

#info{
	height: 1.2em;
	/*width: 20em;*/
	overflow-x: hidden;
	overflow-y: scroll;
	bottom:4em;
	right:1em;
	position:absolute;
	font-width: 1em;
	font-weight: bold;
	color: red;
	overflow: hidden;
	
}

#coords{
	display: block;
	height: 1.2em;
	overflow-x: hidden;
	overflow-y: scroll;
	bottom:1em;
	right:1em;
	position:absolute;
	font-weight: bold;
	color: blue;
	overflow: hidden;
	
}

#drag{
	height: 1.2em;
	overflow-x: hidden;
	overflow-y: scroll;
	bottom:2.5em;
	right:1em;
	position:absolute;
	font-weight: bold;
	color: green;
	overflow: hidden;
	
}

.container {
	width: auto;
}

.copyright{
	text-align: center;
	font-weight: bold;
}


