@font-face {
  font-family: 'boundingbox';
  src:
    url('fonts/boundingbox.woff2') format('woff2'),
    url('fonts/boundingbox.ttf') format('truetype'),
    url('fonts/boundingbox.woff') format('woff'),
    url('fonts/boundingbox.svg#boundingbox') format('svg');
  font-weight: normal;
  font-style: normal;
}

html { height: 100%; overflow: hidden; }
body { overflow: hidden;
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: 'Droid Sans',Verdana,Arial,sans-serif;
  font-size: 12px;
  color: #333;
  background: white;
}

h1 { margin: 0; padding: 0px; border:0; font-size: 20px; white-space: nowrap; }
h2 { font-size: 16px; margin:0; padding:0; padding-bottom:3px; white-space: nowrap; color: #999; }

#header {
  text-align: left;
  width: 100%;
  height: 46px;
  margin-bottom: 10px;
  font-size: 12px;
  background: #097497 url(header_back.png) repeat-x;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#header-logo {
  display: block;
  position: absolute;
  width: 252px;
  height: 44px;
  left: 20px;
  top:0;
  background-image: url(header_logo.png);
}
#texts {
  position: absolute;
  color:#fff;
  right:40px;
  top:12px;
  font-size:15px;
}
#texts a { color: #fff; }
#texts a:hover { color: #fcc; }
#footer {
  position:absolute;
  width:auto;
  padding: 0 5px;
  font-size: 10px;
  color: #aaa;
  background-color: #fff;
  bottom:5px;
  right:20px;
}
#map {
  margin:0; padding:0;
  overflow:hidden;
  position: absolute;

  top: 55px;
  left: 20px;
  right: 20px;
  bottom:80px;

  border: 2px solid #F1F1F1;
  background: rgb(229, 227, 223);
}
#map-plus, #map-minus, #map-select, #map-polygon, #mapType, #worldbutton {
  position:absolute;
  background:#fff;
  border:1px solid #aaa;
  text-align:center;
}
#map-plus, #map-minus, #map-select, #map-polygon {
  left:25px;
  width:21px;
  height:21px;
  line-height:23px;
  text-align:center;
  cursor:pointer;
  font-family:'boundingbox';
  font-size:8px;
}
#map-plus {
  top:60px;
}
#map-minus {
  top:85px;
}
#map-select {
  top:115px;
  font-size:18px;
}
#map-polygon {
  top:145px;
  font-size:14px;
}
#map-polygon.active {
  background-color:#ddd;
}
#mapType {
  top:60px;
  right:25px;
}
#geocoder-osmnames, #geocoder-google { width: 250px; padding:2px 7px; }
#geocodersubmit { margin:-1000px; }

#worldbutton {
  width:60px;
  bottom:105px;
  right:25px;
  cursor:pointer;
}

#panel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;

  display:block;
  position: absolute;
  bottom:10px;
  left:20px;
  right:20px;
  height:50px;
  padding:5px;

  border: 1px solid #eee;
}
#leftbox {
  float:left;
  width:140px;
  height:50px;
  border-right: 1px solid #ddd;
  margin-right: 10px;
  margin-left: 10px;
}
.include-bbox-wrap {
  position:absolute;
  right:2px;
  top:2px;
}
#include-bbox {
  vertical-align:middle;
}
#formatted span {
}
#formatted span::before {
  content: '';
  display: block;
}
#formatted span::after {
  content:':';
}
#formatted input {
  width:500px;
  margin-left: 10px;
}
#formatted .copy-btn {
  width: 18px;
  height: 14px;
  font-family: 'boundingbox';
  font-size: 14px;
  display: inline-block;
  color: #000;
  cursor: pointer;
  text-align: center;
}
#formatted .copy-btn::before {
  content: 'C';
}
#formatted .copy-btn.copied {
  background: none;
}
#formatted .copy-btn.copied::before {
  content: 'v';
  color: green;
}

#formatting {
  position:absolute;
  left: 10px;
  bottom: 10px;
}

#geocoderform {
  display: block;
  position: absolute;
  top:60px;
  left:50px;
  width:auto;
  height:30px;
  text-align:left;
  z-index: 2000;
}

.ol-attribution{position:absolute;bottom:0;right:0;text-align:right;background:rgba(255,255,255,.8);font-size:10px;line-height:10px;padding:4px;}
.ol-attribution ul{margin:0;padding:0;color:#000;text-shadow:0 0 2px #fff;}
.ol-attribution li{display:inline;list-style:none;line-height:inherit}
.ol-attribution li:not(:last-child):after{content:" "}
.ol-attribution a {color:#000;}
.ol-attribution img{display:none;}
.ol-attribution button{display:none;}
.ol-attribution.ol-logo-only {display:none;}

.ol-dragbox {border: 2px solid blue;}

.ac-renderer {
  position: absolute;
  width: 350px;
  background-color: #fff;
  border: 1px solid #666;
  z-index: 2000;
}

.ac-row {
  position: relative;
  padding: .4em;
  cursor: pointer;
}

.ac-highlighted {
  font-weight: bold;
}

.ac-active {
  background-color: #b2b4bf;
}

.ac-type {
  background-color: #990033;
  color: #FFFFFF;
  display: block;
  margin: 2px;
  padding: 2px;
  font-style: italic;
  float: right;
}
.ac-row .suffix {
  font-size:.8em;
  color:#ccc;
  padding:.1em 0 .1em 5px;
}

.ac-row .type {
  font-size:.7em;
  color:#aaa;
  display:block;
  width:100%;
}
.notice {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:#ddd;
  text-align:center;
  font-size:15px;
  box-shadow:#666 0 0 10px;
}

.notice p {
  display:inline-block;
  margin:15px 30px;
}

.notice .btn {
  display:inline-block;
  border:1px solid #333;
  background:#fff;
  padding:6px 14px;
  font-size:15px;
  text-transform:uppercase;
  cursor:pointer;
}

.plovr-error-report {
  z-index:10000; position: absolute; top:0; left:0;
}
