html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 outline: 0;
	 font-weight: normal;
	 font-style: inherit;
	 font-size: 100%;
	 font-family: inherit;
	 -webkit-text-size-adjust: none;
}

body {
	line-height: 1;
	font: normal 12px/15px Arial,Helvetica,sans-serif;
	color: #000;
	background: #fff;
	overflow: hidden;
}

#geocoder, #poinavigation, #mapcanvas, #mapmask, #bottombar {
	position: absolute;
	background: #a8a8a8;
}

#geocoder {
	left: 0;
	right: 0;
	top: 0;
	height: 51px;
}

#maplogo {
	position: absolute;
	top: 13px;
	left: 12px;
}

#maplogo-en {
	position: absolute;
	width: 160px;
	height: auto;
	top: 13px;
	left: 31px;
}

#poinavigation {
	left: 0;
	width: 235px;
	top: 53px;
	bottom: 53px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
}

#mapcanvas {
	left: 237px;
	right: 0;
	top: 53px;
	bottom: 53px;
	background: #eee;
}

#bottombar {
	left: 0;
	right: 0;
	bottom: 0;
	height: 51px;
}

#mapsearchform {
	position: absolute;
	min-width: 700px;
	top: 11px;
	left: 248px;
}

#featuresdiv {
	position: absolute;
	top: 11px;
	right: 12px;
	padding-left: 24px;
	background: #a8a8a8;
}

.placeholder {
    font-style: italic;
	color: #444;
}

input::-webkit-input-placeholder {
    font-style: italic;
	color: #444;
}

input:-moz-placeholder {
    font-style: italic;
	color: #444;
}

input:-ms-input-placeholder {
    font-style: italic;
	color: #444;
}

.textenter, .textinput {
	position: relative;
	padding: 5px 10px 3px 10px;
	border: 1px solid #666;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	color: #000;
	background: #fafafa;
	outline: 0;
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	margin-right: 10px;
	line-height: 18px;
	height: 18px;
	border-radius: 6px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	-moz-appearance: none;
}

.textenter:focus, .textinput:focus {
	background: #fff;
    border-color: #000;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
}

.winenter {
	width: 300px;
}

#mapsearchplace {
	float: left;
	margin-right: 8px;
	width: 350px;
}

#themesdiv {
	position: absolute;
	top: 11px;
	left: 24px;
	display: none;
}

#themesdiv * {
	float: left;
}

select {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	border-radius: 4px;
}

#maptheme {
	padding: 5px 4px;
	height: 28px;
	margin-right: 12px;
}

#downloaddiv {
	position: absolute;
	top: 11px;
	right: 12px;
	padding-left: 24px;
	background: #a8a8a8;
}

.button, .textbutton {
	position: relative;
	float: left;
	box-sizing: border-box;
	background: #eff6fd;
	padding: 0;
	border: 1px solid #888;
	outline: 0;
	width: 33px;
	height: 29px;
	cursor: pointer;
	margin-right: 10px;
    overflow: visible;
	border-radius: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.button {
	background-image: url('../images/buttons.png');
	background-repeat: no-repeat;
}

#addpath			{ background-position: 0 0; }
#addpoi				{ background-position: -50px 0px; }
#addpolygon			{ background-position: 0 -50px; }
#crop				{ background-position: -50px -50px; }
#deleteallfeatures	{ background-position: -100px -50px; }
#deletetheme		{ background-position: -150px 0; }
#exportfeatures		{ background-position: -200px 0; }
#importfeatures		{ background-position: -150px -50px; }
#renametheme		{ background-position: -200px -50px; }
#revertthemechanges	{ background-position: 0 -100px; }
#savethemechanges	{ background-position: -50px -100px; }
#search				{ background-position: -100px -100px; }
#showallfeatures	{ background-position: -150px -100px; }
.popupclose			{ background-position: -150px 0; }

.textbutton {
	width: auto;
	text-align: center;
	min-width: 80px;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 14px;
	color: #2b5580;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input::-moz-focus-inner /*Remove button padding in FF*/ {
    border: 0;
    padding: 0;
}

.button:hover, #ddarrow:hover {
	background-color: #fafafa;
	border-color: #aaa;
	filter: saturate(2);
	-webkit-filter: saturate(2);
}

.textbutton:hover {
	background-color: #fafafa;
	border-color: #aaa;
	color: #075bb3;
}

.button.disabled, .textbutton.disabled {
	opacity: 0.4;
	cursor: auto;
	background-color: #eff6fd;
	border-color: #eee;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	pointer-events: none;
}

.button:active, .textbutton:active, #ddarrow:active,
.button.pressed, .textbutton.pressed {
	background-color: #fff;
	border-color: #d4d4d4;
	box-shadow: 0 0 3px rgba(0,0,0,0.8);
}

#deleteallfeatures {
	margin-left: 15px;
}


.acResults {
	color: #000;
	padding: 0;
	border: 1px solid #888;
	background: #fff;
	overflow: hidden;
}

.acResults ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style: none;
}

.acResults ul li {
	border-top: 1px solid #eceaea;
	margin: 0;
	padding: 6px 14px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.acSelect, .acResults ul li:hover {
	background: #e6eefa;
	color: #000;
}

#ddarrow {
	cursor: pointer;
	position: absolute;
	background-color: #eff6fd;
	color: #2b5580;
	padding: 0 2px;
	width: 18px;
	height: 19px;
	font-size: 12px;
	line-height: 20px;
	top: 0;
	left: 0;
	border: 1px solid #888;
	text-align: center;
	border-radius: 4px;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#mapcanvas .tipwarning .maptooltipfoot {
	display: none;
}

.themecategory {
	position: relative;
	background: #245c96;
	color: #fff;
	font: bold 12px/15px Arial,Helvetica,sans-serif;
	padding: 7px;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.themecategory:hover {
	background: #144678;
}

.themelayerholder {
	background: #ddd;
	display: none;
	padding-left: 11px;
	border-bottom: 2px solid #fff;
}

.themelayerholder > div {
	padding: 9px 0 2px 0;
}

.themelayer {
	position: relative;
	margin-bottom: 9px;
}

.themelayer .title {
	display: inline-block;
	width: 175px;
}

.themelayer .title.m {
	cursor: pointer;
}

.themelayer .title.m:hover {
	color: #cc3200;
	text-decoration: underline;
	cursor: pointer;
}

.themelayer .nodes {
	margin-top: 8px;
	margin-left: 24px;
	display: none;
}

.themelayer .node {
	font: normal 12px/20px Arial,Helvetica,sans-serif;
	white-space: nowrap;
	margin: 5px 0;
}

.themelayer div.textlabel {
	line-height: 12px;
	margin: 8px 0 2px 0;
}

.themearrow {
	position: absolute;
	top: 6px;
	right: 6px;
}

.themearrow::before {
    content: "►";
	font-size: 10px;
}

.themearrow.open {
	right: 7px;
}

.themearrow.open::before {
    content: "▼";
}

div.checkbox {
	background: #f3f3f3;
	width: 14px;
	height: 14px;
	position: relative;
	vertical-align: top;
	top: 1px;
	margin-right: 7px;
	margin-top: -2px;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #515151;
	border-right-color: #f3f3f3;
	border-bottom-color: #f3f3f3;
	border-radius: 2px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.checkbox.on {
	background: #f3f3f3 url('../images/check.svg') no-repeat 2px 2px;
	background-size: 11px 12px;
}

div.checkbox.half::after {
	content: "";
	position: absolute;
	background: #fff;
	opacity: 0.58;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

div.checkbox:hover, div.checkbox.on:hover, div.checkbox.half:hover {
	border-top-color: #000;
	border-left-color: #000;
	background-color: #fff;
}

div.checkbox:active, div.checkbox.on:active, div.checkbox.half:active {
	background-color: #eee;
}

.textinput {
	width: 40px;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	padding: 0 3px;
	margin: 0;
	border-radius: 2px;
}

.textinput, .sp-replacer {
	margin-right: 5px;
}

.selectinput {
	width: 140px;
	padding: 0 3px;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.node div.checkbox {
	margin-top: 1px;
}

.node.wide .textinput {
	width: 140px;
}

.svgpois circle {
	stroke: #ffffff;
	fill: #e60033;
}

.svgpois text {
	font-family: Arial, sans-serif;
    font-size: 11px;
	font-weight: bold;
    text-anchor: middle;
    fill: #fff;
	pointer-events: none;
}

.linestring {
	stroke: #000066;
	fill: #0011cc;
}

.polygon {
	stroke: #113300;
	fill: #d2ce00;
}

.svgpath {
	fill: none;
	stroke-width: 4;
	stroke-opacity: 0.67;
	stroke-linejoin: round;
}

.svgpathhandles rect {
	fill-opacity: 0.33;
}

.svgpathlines line {
	stroke-width: 5;
	stroke-opacity: 1;
	stroke-linejoin: round;
}

#featurefiles {
	display: none;
}

#showpopup {
	margin-left: 12px;
}

#crop.pressed {
	background-position: -100px 0;
}

.cropsettings * {
	float: left
}

#cropsettings1 {
	float: left;
	position: relative;
	top: -4px;
	right: -40px;
	background: #ccc;
	border-right: 44px solid #ccc;
	border-radius: 6px;
	display: none;
}

#cropsettings1 > div {
	width: 257px;
	height: 30px;
	margin-left: 15px;
	margin-top: 8px;
}

#printsettings > div {
	height: 35px;
}

#printsettings {
	margin: 0 0 0 6px;
	white-space: nowrap;
}

#downloadmessage {
	margin: 0 0 0 6px;
}

#kmsize {
	font-size: 15px;
}

#printscale {
	width: 80px;
}

#printscale1to {
	margin-left: -14px;
	margin-right: 2px;
}

span.settingcaption {
	display: inline-block;
	min-width: 100px;
}

.cropsettings input {
	width: 60px;
	padding: 1px 5px 0 5px;
	margin-right: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

input#wysiwig {
	width: auto;
	margin-left: 19px;
	margin-right: 0;
}

.xtimes {
	font-size: 18px;
	line-height: 22px;
	margin-right: 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cropsettings select {
	padding: 0 2px;
	width: 70px;
	height: 21px;
	margin-left: 4px;
	margin-right: 8px;
}

#downloadimage {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

#downloadtext {
	width: 250px;
	white-space: normal;
	padding-left: 145px;
	min-height: 140px;
	background: transparent url('../images/osmlogo.jpg') no-repeat 0 0;
}

#mapmask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background: transparent;
	display: none;
	pointer-events: all;
}

.maskbg {
	position: absolute;
	background: rgba(0, 0, 0, .33);
}

#maskcross {
	background: transparent url('../images/cross.png') no-repeat 0 0;
	position: absolute;
	width: 13px;
	height: 13px;
	margin: -6px;
}

#maskborder {
	position: absolute;
	background:
		linear-gradient(90deg, #000 50%, #fff 50%),
		linear-gradient(90deg, #000 50%, #fff 50%),
		linear-gradient(0deg,  #000 50%, #fff 50%),
		linear-gradient(0deg,  #000 50%, #fff 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
	background-position: 0 0, 100% 100%, 0 100%, 100% 0;
}

.maskhandle {
	width: 10px;
	height: 10px;
	margin: -6px;
	position: absolute;
	border: 1px solid #000;
	background: rgba(255, 255, 255, 0.33);
	cursor: pointer;
}

#popup {
	background: #fafafa;
	position: fixed;
	z-index: 10;
	display: none;
	font-size: 13px;
	line-height: 20px;
	border-radius: 6px;
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
}

.popuptitle {
	background: #075bb3;
	color: #fff;
	padding: 6px 12px 5px 12px;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
}

.popuptitle:hover {
	background: #2b5580;
}

.popuptitletext {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	padding-right: 27px;
}

.popupclose {
	position: absolute;
	transform: scale(0.7);
	right: -9px;
	top: 1px;
}

.popupcontents {
	position: relative;
	padding: 12px 15px;
	white-space: nowrap;
}

.popupbuttons {
	float: none;
	padding: 15px;
	background: #ededed;
	border-radius: 0 0 6px 6px;
	text-align: center;
}

.popupbuttons .textbutton {
	display: inline-block;
	float: none;
	margin: 0 8px;
}

input[type=radio] {
	margin: 0;
}

input[type=radio], label {
	cursor: pointer;
	padding: 0 12px 0 3px;
}

input[type=checkbox] {
	cursor: pointer;
}

#popupcover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0.5;
	display: none;
}

#popupprogress {
	width: 100%;
	height: 6px;
	border: 1px solid #5986b3;
	border-radius: 3px;
	margin: 6px 0;
	position: relative;
}

#popupprogressbar {
	position: absolute;
	height: 6px;
	width: 0;
	background: #075bb3;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s;
	border-radius: 3px;
}

div.hidden {
	display: none;
}

#poidetailtable {
	margin-bottom: 4px;
}

#poidetailtable tr td {
	vertical-align: top;
	white-space: normal;
}

#poidetailtable tr td:first-child {
	padding-right: 15px;
}

#popup a, #poidetailtable a {
	color: #2b5580;
}

#popup a:hover, #poidetailtable a:hover {
	color: #cc3200;
}