#map {
	position: fixed; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
}

#map_bar {
	position: fixed; 
	left: 0px; 
	bottom: 0px; 
	width: 280px; 
	height: 30px; 
	z-index: 10; 
	background-color: rgba(200,200,200,0.4);
}

#map_proj {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 60px;
	font-size: 10px;
	color: #202020;
	font-weight: bold;
	padding-top: 8px;
	cursor: pointer;
}

#map_coord {
	position: absolute;
	left: 90px;
	top: 0px;
	width: 180px;
	font-size: 10px;
	color: #202020;
	text-align: left;
}

#map_coord div {
	left: 0px;
	width: 100%;
	text-align: center;
}

#map_scale {
	position: fixed;
	left: 0px;
	bottom: 30px;
	width: 280px;
	height: 30px;
	z-index: 10;
}

#map_scale .ol-scale-line {
	background-color: rgba(200,200,200,0.4);
}

#map_scale .ol-scale-line-inner {
	border-color: #202020;
	color: #202020;
	bottom: 5px;
}

#map_menu {
	position: absolute;
	background-color: transparent;
	width: 50px;
	top: 0px;
	left: 10px;
	z-index: 1;
}

#map_attr {
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 700px;
	height: 30px;
	z-index: 10;
	font-size: 12px;
}

#map_attr a {
	color: #0056b3 !important;
}

div.map-layer-list .layer-list-name {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	margin-left: 6px;
	cursor: pointer;
}
div.map-layer-list .layer-list-list { 
	position: absolute;
	left: 0px;
	right: 0px;
	top: 60px;
	bottom: 60px;
	border: solid 1px #c0c0c0;
	padding: 5px;
	margin:5px;
	overflow: auto;
}
div.map-layer-list ul { 
	margin-left: 0px; 
	padding-left: 0; 
	list-style: none;
}
div.map-layer-list .layer-list-list li {
	margin-left: 0px;
	padding-left: 0;
	margin-bottom: 5px;
}
div.map-layer-list .map-icons {
	width: 280px;
	height: 60px;
}
div.map-layer-list .map-base {
	position: absolute;
	bottom: 0px;
}
div.map-layer-list .map-icons img {
	width: 40px;
	margin: 5px 3px;
	border: solid 3px grey;
	border-radius: 5px;
	box-shadow: 0px 0px 4px grey; 
}
div.map-layer-list div.map-overlays img {
	/*opacity: 0.6*/
}
div.map-layer-list .map-icons img:hover {
	border: solid 3px red;
}
div.map-layer-list .map-icons img.map-selected {
	border-color: rgb(0,105,217);
}
#external_wms span.layer-list-remove {
	font-size: 10px;
	font-weight: bold;
	border: solid 1px #500000;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgb(150,0,0);
	background-color: rgba(200,0,0,0.8);
	color: white;
	padding: 0px 3px 2px 3px;
	cursor: pointer;
	margin: 0px 8px 3px 2px; 
}
#local_layers span.layer-list-remove {
	font-size: 10px;
	font-weight: bold;
	border: solid 1px #500000;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgb(150,0,0);
	background-color: rgba(200,0,0,0.8);
	color: white;
	padding: 0px 3px 2px 3px;
	cursor: pointer;
	margin: 0px 8px 3px 2px;
}
#map-opacity {
    margin-top: 10px;
	width:80%;
}
#map-opacity-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}
div.map-layer-properties img {
	
}
div.map-layer-properties dt {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
div.map-layer-properties dd {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-top: 4px;
	margin-left: 40px;
}

img.map-menu-icon {
	background-color: rgba(200,200,200,0.5);
	border: solid 2px rgb(150,150,150);
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgb(150,150,150);
	margin: 0px 3px 0px 3px;
	position: absolute;
	left: 0px;
	width: 30px;
	z-index: 10;
	cursor: pointer;
}
img.map-menu-icon:hover {
	border: solid 2px red;
}
img.map-menu-icon-selected {
	border-color: rgb(0,105,217);
}
img.map-menu-icon-optional {
	left: 10px;
}
img.map-menu-icon-hidden {
	display: none;
}

table.featureInfo {
	min-width: 300px; 
}
table.featureInfo caption{
	caption-side: top;
}
table.featureInfo th, td {
	text-align: center; 
}

img.map-wms-add {
	width:16px; 
	cursor: pointer;
}

div.map-wms-add-dialog input {
	margin-left: 20px
}

div.map-wms-add-dialog p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	color: #333333
}

div.map-wms-add-dialog .wms-url {
	width: 400px
}



div.map-wms-add-dialog .wms-layer-name {
	width: 300px
}

.wms-selector {
	font-weight: bold;
	border: solid 2px #202020;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgb(150,150,150);
	background-color: #e0e0e0;
	padding: 3px;
	cursor: pointer;
	width: 300px;
	margin: 3px 0px; 
}

.wms-selector:hover {
	border-color: red;
}

div.map-wms-urls-dialog ul {
	list-style: none;
	max-height: 500px;
	font-size: 10px;
}

div.map-wms-urls-dialog li {
	padding-left: 10px; 
}

div.map-wms-layer-dialog {
	font-size: 10px;
}
div.map-wms-layer-dialog ul {
	max-height: 500px;
	list-style: none;
}
div.map-wms-layer-dialog li {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
div.map-wms-layer-dialog p {
	font-size: 12px;
	font-weight: bold;
	margin: 20px;
	text-align: center;
	color: red;
}

#map-state-dialog p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	color: #333333
}

#map-print-dialog p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	color: #333333
}

#map-add-file-dialog p {
	font-size: 12px;
	margin-top: 20px;
	color: #333333
}

#map-add-file-dialog label {
	width: 140px;
	font-size: 12px;
	color: #333333
}

#map-add-file-dialog span {
	font-size: 12px;
	font-weight: bold;
	color: #333333
}

#map-add-file-dialog hr {
	border-color: #333333
}

input::file-selector-button {
	/*font-weight: bold;*/
	/*color: dodgerblue;*/
	padding: 0.5em;
	width: 100px;
	/*border: thin solid grey;*/
	/*border-radius: 3px;*/
}

/*
div.map-layer-list {
background-color: rgb(255, 255, 255);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
box-sizing: border-box;
color: rgb(33, 37, 41);
cursor: auto;
display: flex;
flex-direction: column;
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 400;
height: 511px;
left: 324px;
line-height: 24px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: fixed;
text-align: left;
top: 127px;
width: 339px;
z-index: 50;
}

div.map-layer-list .ui-dialog-titlebar {
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(233, 233, 233);
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto;
border-bottom-color: rgb(221, 221, 221);
border-bottom-style: solid;
border-bottom-width: 0.8px;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(221, 221, 221);
border-left-style: solid;
border-left-width: 0.8px;
border-right-color: rgb(221, 221, 221);
border-right-style: solid;
border-right-width: 0.8px;
border-top-color: rgb(221, 221, 221);
border-top-style: solid;
border-top-width: 0.8px;
box-sizing: border-box;
color: rgb(51, 51, 51);
cursor: auto;
flex-grow: 1;
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 24px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
text-align: left;
touch-action: none;
}


*/
.button-primary {
	color: white !important;
	background-color: #007bff !important;
	border-color: #007bff !important;
}

.button-secondary {
	color: white !important;
	background-color: #6c757d !important;
	border-color: #6c757d !important;
}

div.uldk-search input {
	font-size: 12px;
}

div.uldk-search-dialog .w-200 {
	width: 200px;
}

div.uldk-search p {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #333333;
}

div.uldk-search a {
	font-size: 12px;
	text-decoration: underline;
	color: #3875bb;
}

div.uldk-search hr {
	margin: 10px 0;
}

div.uldk-search label {
	width: 140px;
	font-size: 12px;
	color: #333333;
}

div.uldk-search select {
	cursor: pointer;
	width: 200px;
	padding: 4px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .125rem;
}

div.uldk-search-dialog .fs-12 {
	font-size: 12px;
}

#uldk-search-load-service {
	cursor: pointer;
	margin-right: 5px;
}

div.uldk-search .container {
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .125rem;
	padding: 0;
}

div.uldk-search label.uldk-search-parcels-title {
	font-weight: bold;
	width: 100%;
	background-color: #ced4da;
	padding: 5px;
	margin: 0;
}

#uldk-search-parcels-error {
	color: red;
	margin-bottom: 0;
	width: 100%;
}

#uldk-search-parcels-list {
	padding: 5px;
}

div.uldk-search div.list-container {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}