﻿
.smstext {
  color: #000000;
  background-color: transparent;
  font-size: 12px;
  font-family: verdana,arial;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.textdata {
color: #000000;
background-color: transparent;
font-size: 9px;
font-family: verdana,arial;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.linktext {
color: #000000;
background-color: #FFFFFF;
font-size: 9px;
font-family: verdana,arial;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

td {
color: #009DE0;
background-color: transparent;
font-size: 10px;
font-family: verdana,arial;
font-style: normal;
font-weight: normal;
text-decoration: none;
margin: 2px;
}

.HeaderImage {
    width:134px; 
    margin-top:10px;
    margin-bottom:10px;
    margin-left:30px
}
.Header {
color: #009DE0;
background-color: transparent;
font-size: 12pt;
font-family: verdana,arial;
font-style: normal;
font-weight: bold;
text-decoration: none;
margin-top:15px;
margin-left:30px;
position:absolute;
}
.ol_legend {
bottom: 0px; left: 0px; position: absolute; background-color: #FFFFFF;
}
/*overview*/
.ol-custom-overviewmap,
.ol-custom-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}
.ol-custom-overviewmap:not(.ol-collapsed)  {
  border: 1px solid black;
}
.ol-custom-overviewmap .ol-overviewmap-map {
  border: none;
  width: 300px;
}
.ol-custom-overviewmap .ol-overviewmap-box {
  border: 2px solid red;
}
.ol-custom-overviewmap:not(.ol-collapsed) button{
  bottom: 1px;
  left: auto;
  right: 1px;
  top: auto;
}

.toolbar 
{
    z-index:200; 
    margin-left:40px; 
    margin-top:5px; 
    width:94%; 
    height:24px; 
    position:absolute;  
    background:transparent; 
    border: 1px solid grey;
}
.toolbardummy{
    z-index:200; 
    opacity:0.8;
    margin-left:40px; 
    margin-top:5px; 
    width:94%; 
    height:24px; 
    position:absolute; 
    background-color:ghostwhite; 
    border: 1px solid grey
}
.toolbarButton
{
	position: relative; 
  border: none;
	font-weight:bold;
	color:black ;
	top: 2px;
	left: 2px;
	z-index: 200;
}
.TextBoxAddress {
	width: 350px;
	float: right;
	position: relative;
	font-family: Verdana;
	top: 2px;
	right: 20px;
	height: 16px;
	font-size: 12px;
	/*border-width: 0px;
	border-color: #a9a9a9; 
	border-style: solid;
	background-color: #ffffff;
	vertical-align:middle;
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;*/
	z-index: 300;
}

/*GSearch start*/
/*
input {
	width: 100%;
}
fieldset {
	margin: 0;
}

.config {
	border: 1px solid var(--muted-color);
	border-radius: var(--border-radius);
	padding: var(--padding);
	margin: 1rem;
}

.demo {
	width: calc(100% - 2rem);
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	gap: 1rem;
	margin: 1rem;
}

.ol-zoom button.ol-zoom-in,
.ol-zoom button.ol-zoom-out {
	color: var(--65-sort) !important;
}

.right-column {
	width: 50%;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	border: 1px solid var(--muted-color);
	border-radius: var(--border-radius);
}

.map {
	width: 100%;
	height: 400px;
	border-bottom: 1px solid var(--muted-color);
}

.json {
	width: 100%;
	overflow: auto;
}

*/
.g-search {
	width: 50%;
}

g-search {
	--gs-background: var(--background);
	--gs-highlight: var(--highlight);
	--gs-current: var(--medium-steel);
}

.gs-result-item p,
.gs-no-result-item p {
	padding: 0.3rem 0.25rem;
}

.gs-result-item p {
	border-bottom: solid 1px var(--lys-steel);
}

.gs-result-item:hover p,
.gs-result-item:focus p {
	color: var(--primary-inverse) !important;
}
/*GSearch slut*/

/*.info {
background-color: #FFFFFF;
border: 1px solid black;
width: 280px;
height: 200px;
left:5px;
position: absolute;
overflow: visible;
z-index: 200;
visibility: hidden;
}*/

/*popup geosearch*/
.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;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 180px;
}
.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: "✖";
}

/*measure*/
.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; /*måleboksen*/
  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; /*pilen ned på linien*/
}
.mapmessage {
  color: #000000;
  text-align: left; 
  font-size: 9pt;
  background-color: #FFFFFF;
  border: 1px solid black;
  width: 100px;
  height: 18px;
  left: 0px;
  position: absolute;
  overflow: visible;
  z-index: 98;
  visibility: hidden;
  opacity:0.8;
  padding: 0;
  padding-left:3px;
  padding-top:1px;
}

.copyright {
  color: #000000;
  text-align: center; 
  background-color: transparent;
  border: transparent;
  width: 400px;
  height: 20px;
  left: 0px;
  position: absolute;
  overflow: visible;
  z-index: 97;
  visibility: visible;
  display:block;
}
.maperror {
  opacity: 0.5;
  color: #FF0000;
  text-align: left; 
  font-weight: bold;
  background-color: #FFFFFF;
  border: transparent;
  width: 400px;
  height: 40px;
  left: 0px;
  position: absolute;
  overflow: visible;
  z-index: 999;
  visibility: hidden;
  display:block;
}

/* Til visning af adresser (modal) - start */
.modal {
  display: none; 
  position: fixed; 
  z-index: 500; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #888;
  width: 40%;
}
/* Adresser */
.addresslist {
  background-color: transparent;
  margin: 0; 
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  height: 200px;
  overflow: auto;
}
/* close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* slut */

/*LayerSwitcher*/
.olLayerSwitcher_layerLine
{
	padding-top : 2px;
	/*clear: left;*/
  width: 200px;
}

/*.olLayerSwitcher_inputElem
{
	padding-right:6px;
	float: left;
  background-color:red;
}*/

.olLayerSwitcher_legendImg {
  float: left;
  clear: left;
  padding-right: 6px;
  padding-bottom: 6px;
  margin-left: 10px;
}
.olLayerSwitcher_title
{
  color:#009DE0;
  font-weight: bold;
	text-indent :0px;
	margin-left : 1px;
	padding-right:4px;
	padding-bottom:4px;
}
.olLayerSwitcher_layerTitle {
  color: #009DE0;
  font-weight: bold;
  text-indent: 30px;
  margin-left: 1px;
  padding-right: 4px;
  padding-bottom: 4px;
}
/*LayerSwitcher slut*/
