/* FILE ../lib/modulekit/form/modules/calendar/calendar.css */
div.calendar {
  border: 1px solid black;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
div.calendar span.year_month {
  width: 12em;
  display: inline-block;
  text-align: center;
}
div.calendar table {
  width: 100%;
}
div.calendar td{
  width: 14.2857%;
  text-align: center;
  cursor: pointer;
}
div.calendar td.wrong_month {
  color: #707070;
}
div.calendar td.chosen_date {
  color: #ffffff;
  background: #000000;
}
div.calendar div.time div {
  display: inline-block;
}
div.calendar div.time div input {
  width: 3em;
  display: block;
  text-align: center;
}
/* FILE ../lib/modulekit/form/inc/form.css */
.form td.field_desc,
.form td.field_value,
.form td.field_value span,
.form td.field_value span *
{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.form td.field_desc {
  width: 256px;
  vertical-align: top;
  padding-bottom: 2px;
  padding-right: 0.5em;
}
.form td.field_desc .form_desc,
.form .description {
  font-size: 0.75em;
  font-style: italic;
}
.form td.field_value {
  width: auto;
  padding: 0px;
}
.form td.field_value input[type=text],
.form td.field_value input[type=password],
.form td.field_value textarea,
.form td.field_value select {
  width: 100%;
}
.form label:hover {
  text-decoration: underline;
}
.form .form_element_checkbox div {
}
.form .field_value > .form_element_radio > span,
.form .field_value > .form_element_checkbox > span {
  display: block;
}
.form .field_value > .form_element_radio > span > .description,
.form .field_value > .form_element_checkbox > span > .description {
  margin-left: 26px;
  display: block;
}
.form .form_element_radio input.radio,
.form .form_element_checkbox input.checkbox {
  width: 25px;
  padding: 0px;
  margin: 0px;
  position: relative;
  *overflow: hidden;
}
.form .form_element_radio span .description,
.form .form_element_checkbox span .description {
  padding-left: 0px;
  text-indent: 0px;
}
.form_autocomp_box {
  border: 1px solid black;
  display: block;
  background: white;
  overflow: auto;
  overflow-y: scroll;
  max-height: 150px;
  min-width: 100px;
  width: 100px;
}
.form_autocomp_entry {
  background: white;
  margin-bottom: 2px;
}
.form_autocomp_selected {
  background: yellow;
  margin-bottom: 2px;
}

.form_orig {
}
.form_modified {
  background: #ffff7f;
}
.form_error {
  color: #ffffff;
  background: #ff0000;
}
/* FILE ../lib/modulekit/form/inc/form_element.css */
tr.has_errors td.field_value {
}
div.field_errors ul {
  margin-top: 0px;
  margin-bottom: 1em;
}
div.field_errors ul li {
  color: red;
}
td.field_desc.required .form_name::before {
  content: "* ";
}
/* FILE ../lib/modulekit/form/inc/form_element_text.css */
.form_datalist_container {
  display: none;
}
/* FILE ../lib/modulekit/form/inc/form_element_array.css */
.form_element_array_part {
}
.form_element_array_part_element {
  display: inline-block;
  vertical-align: top;
  width: 80%; /* fallback for browsers without support for calc() */
}
.form_element_array_part_element.form_element_array_order_removeable {
  width: calc(100% - 105px);
}
.form_element_array_part_element.form_element_array_no_order_removeable {
  width: calc(100% - 35px);
}
.form_element_array_part_element.form_element_array_order_not_removeable {
  width: calc(100% - 75px);
}
.form_element_array_part_element.form_element_array_no_order_not_removeable {
  width: 100%;
}
.form_element_array_part_element_actions {
  display: inline-block;
  vertical-align: top;
}
.form_element_array_part_element_actions input {
  margin-left: 5px;
  width: 30px;
}
.form_element_array_part_actions {
}

.form_element_array .reached_max {
  display: none;
}
/* FILE ../lib/modulekit/form/inc/form_element_form_chooser.css */
.form_element_form_chooser_table {
  width: 100%;
}
.form_element_form_chooser_part {
}
.form_element_form_chooser_part_element {
  vertical-align: top;
  width: 100%;
}
.form_element_form_chooser_part_element_actions {
  padding: 0;
}
.form_element_form_chooser_order_removeable .form_element_form_chooser_part_element_actions {
  width: 105px;
}
.form_element_form_chooser_no_order_removeable .form_element_form_chooser_part_element_actions {
  width: 35px;
}
.form_element_form_chooser_order_not_removeable .form_element_form_chooser_part_element_actions {
  width: 75px;
}
.form_element_form_chooser_no_order_not_removeable .form_element_form_chooser_part_element_actions {
  width: 0px;
}
.form_element_form_chooser_part_element_actions input {
  margin-left: 5px;
  width: 30px;
}
.form_element_form_chooser_part_actions {
}
.form .form_element_form_chooser select.form_element_form_chooser_action_add {
  width: auto;
}
.form .form_element_form_chooser .form_element_form_chooser_actions.reached_max {
  display: none;
}

/* adapt to screen sizes */
/*   <640px   */
.form_element_form_chooser_table.medium > tbody > tr> td.field_desc {
  width: 128px;
}

/*   <400px   */
.form_element_form_chooser_table.small,
.form_element_form_chooser_table.small > thead,
.form_element_form_chooser_table.small > tbody,
.form_element_form_chooser_table.small > tbody > tr,
.form_element_form_chooser_table.small > tbody > tr > th,
.form_element_form_chooser_table.small > tbody > tr > td
{
  display: block;
  position: relative;
}
.form_element_form_chooser_table.small > tbody > tr > td.field_desc {
  width: 100%;
}
.form_element_form_chooser_table.small > tbody > tr > td.form_element_form_chooser_part_element_actions {
  position: absolute;
  right: 0;
  top: 0;
}
.form_element_form_chooser_table.small > tbody > tr.form_element_form_chooser_order_removeable > td.field_desc {
  padding-right: 105px;
}
.form_element_form_chooser_table.small > tbody > tr.form_element_form_chooser_no_order_removeable > td.field_desc {
  padding-right: 35px;
}
.form_element_form_chooser_table.small > tbody > tr.form_element_form_chooser_order_not_removeable > td.field_desc {
  padding-right: 75px;
}
.form_element_form_chooser_table.small > tbody > tr.form_element_form_chooser_no_order_not_removeable > td.field_desc {
  padding-right: 0px;
}
.form_element_form_chooser_table.small > tbody > tr > td.field_value {
  padding-left: 1em;
}
.form_element_form_chooser_table.small > tbody > tr {
  padding-bottom: 0.5em;
}
span.form_element_form_chooser {
  display: block;
  border: 1px solid black;
}
/* FILE ../lib/modulekit/form/inc/form_element_form.css */
.form_element_array_part_element.form_element_form {
  border: 1px solid #303030;
  margin-bottom: 0.25em;
  padding: 0.25em;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form_element_form {
  width: 100%;
}

/* adapt to screen sizes */
/*   <640px   */
.form_element_form.medium td.field_desc {
  width: 128px;
}

/*   <400px   */
.form_element_form.small,
.form_element_form.small > thead,
.form_element_form.small > tbody,
.form_element_form.small > tbody > tr,
.form_element_form.small > tbody > tr > th,
.form_element_form.small > tbody > tr > td
{
  display: block;
}
.form_element_form.small > tbody > tr > td.field_desc {
  width: 100%;
}
.form_element_form.small > tbody > tr > td.field_value {
  padding-left: 1em;
}
.form_element_form.small > tbody > tr {
  padding-bottom: 0.5em;
}
/* FILE ../lib/modulekit/form/inc/form_element_keywords.css */
.form_element_keywords input.connected {
  display: none;
}
.form_element_keywords div.keywords {
  display: inline;
}
.form_element_keywords div.actions {
  display: inline;
}
.form_element_keywords span.keyword {
  border: 1px solid #000000;
  padding: 0.125em;
  white-space: nowrap;
  line-height: 2em;
}
.form_element_keywords span.keyword input[type=button] {
  border: 1px solid #707070;
  margin-left: 0.125em;
}
.form_element_keywords div.keywords input {
  border: none;
}
.form_element_keywords div.edit_actions {
  display: none;
}

/* edit mode */
.form_element_keywords.edit input.connected {
  display: inline;
}
.form_element_keywords.edit div.actions {
  display: none;
}
.form_element_keywords.edit div.keywords {
  display: none;
}
.form_element_keywords.edit div.edit_actions {
  display: inline;
}
/* FILE ../lib/modulekit/form/inc/form_element_textarea.css */
.form td.field_value .form_element_textarea textarea {
  resize: none;
  min-height: 6em;
  overflow-y: hidden;
  width: 100%;
}
/* FILE ../lib/modulekit/form/inc/form_element_select.css */
.form_element_select .description ul {
  margin: 0px;
}
/* FILE ../lib/modulekit/form/inc/form_element_autocomplete.css */
.form_element_autocomplete .description ul {
  margin: 0px;
}
.form_element_autocomplete {
  position: relative;
}
.form_element_autocomplete .select_box {
  position: absolute;
  border: 1px solid black;
  background: #E0E0E0;
  margin-top: -2px;
  max-height: 8em;
  width: 100%;
  min-width: 200px; /* needed for IE */
  overflow: auto;
  z-index: 10000;
  cursor: default;
}
.form_element_autocomplete .select_box .selected {
  background: #C0C0C0;
}
/* FILE ../lib/modulekit/form/inc/form_element_file.css */
.form_element_file_preview {
  max-width: 64px;
  max-height: 32px;
  float: left;
  margin-right: 2px;
}
.form_element_file .value {
  display: inline-block;
}
.form_element_file label input[type="file"] {
  position: fixed;
  top: -1000px;
}
.form_element_file label {
  display: inline-block;
}
table.form .form_element_file label:hover {
  text-decoration: none;
}
/* FILE ../lib/modulekit/form/inc/theme.css */
/* buttons */
input[type=submit],
input[type=button],
button,
.form_element_file label,
.form_element_form_chooser select.form_element_form_chooser_action_add {
  border: 2px outset #000000;
  border-radius: 3px;
  background: #d0d0d0;
  font-family: sans-serif;
  font-size: 10pt;
  color: #303030;
  padding: 1px 6px;
  box-sizing: border-box;
}

input[type=submit]:active,
input[type=button]:active,
button:active,
button.active,
.form_element_file label:active,
.form_element_form_chooser select.form_element_form_chooser_action_add:active {
  border: 2px inset #000000;
  border-radius: 3px;
  background: #a0a0a0;
  font-family: sans-serif;
  font-size: 10pt;
  color: #303030;
  padding: 1px 6px;
  box-sizing: border-box;
}

/* general form elements */
input[type=text],
input[type=password],
div.form_element_label,
span.form_element_file span.value,
textarea,
select {
  background: #e0e0e0;
  border: 1px inset #000000;
  border-radius: 3px;
  padding: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}
div.preview {
  border: 1px inset #000000;
  border-radius: 3px;
  padding: 2px;
}
div.form_element_label {
  background: #ffffff;
}

span.form_element_file span.value {
  margin-right: 5px;
}

.form_modified {
  background: none;
}
input.form_modified,
textarea.form_modified,
select.form_modified,
span.form_element_file span.form_modified span.value
{
  background: #c0c0c0;
}

/* checkboxes */
.form_element_boolean input[type=checkbox],
.form_element_checkbox input[type=checkbox] {
  display: none;
}
.form_element_boolean label:before,
.form_element_checkbox label:before {
  content: "\00A0";
  display: inline-block;
  margin-right: 0.5em;
  text-indent: 0.15em;
  width: 1em;
  height: 1em;
  background: #e0e0e0;
  border: 1px inset #000000;
  border-radius: 3px;
}
.form_element_boolean input:checked + label:before,
.form_element_checkbox input:checked + label:before {
  content: "\2713";
  color: #000000;
  text-align: center;
}
.form_element_boolean span.form_modified label:before,
.form_element_checkbox span.form_modified label:before {
  background: #c0c0c0;
}

/* radio */
.form_element_radio input[type=radio] {
  display: none;
}
.form_element_radio label:before {
  content: "\00A0";
  display: inline-block;
  margin-right: 0.5em;
  text-indent: 0.15em;
  width: 1em;
  height: 1em;
  background: #e0e0e0;
  border: 1px inset #000000;
  border-radius: 0.5em;
}
.form_element_radio input:checked + label:before {
  content: "\2022";
  color: #000000;
  text-align: center;
}
.form_element_radio span.form_modified label:before {
  background: #c0c0c0;
}

/* embedded form */
span.form_element_form_chooser {
  border: 1px inset black;
  border-radius: 3px;
}
.form_element_form.form_element_array_part_element {
  border: 1px inset black;
  border-radius: 3px;
}
.form_element_form .form {
  border: none;
}
/* FILE ../style.css */
/***** GENERAL LAYOUT *****/
body {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  font-family:Tahoma,Arial,Verdana;
  font-size: 11px;
  color:#333;
}
a {
  text-decoration: none;
  color: black;
}
a:hover,
a:active {
  text-decoration: underline;
}

#sidebar {
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 270px;
  position: absolute;
}
#map {
  position: absolute;
  left: 270px;
  border-left: 1px solid #999;
  top: 0;
  bottom: 0;
  right: 0;
}
#mapShadow {
  position: absolute;
  left: 271px;
  top: 0;
  bottom: 0;
  width: 5px;
  z-index: 10000;
  background: linear-gradient(to right, #5656566f, #56565600);
}

#sidebar {
  display: flex;
  flex-direction: column;
}
#sidebar > #header {
  padding-top: 27px;
  padding-left: 10px;
  height:110px;
  font-size:18px;
  color:#333;
  line-height:130%;
  margin-top:5px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
#sidebar > #header > img {
  float: left;
  margin-top: -17px;
  padding-right: 10px;
}
#sidebar > #header > #title {
  float: left;
  width: 110px;
}
#sidebar > #header > #title > .large {
  font-size: 28px;
  display: block;
}
#sidebar > #header > #title > .version {
  display: block;
  font-size: 16px;
}

#sidebar > #globalTabs {
  padding-left: 10px;
  padding-right: 10px;
}
#sidebar > #globalTabs ul.tabs-list {
  font-size: 15pt;
}
.tabs-section {
  padding: 0.1em;
  max-height: 250px;
  overflow-y: auto;
}
.tabs-section > h3:first-of-type {
  margin-top: 0;
}

#sidebar > #content {
  flex: 1;
  flex-shrink: 0;
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#sidebar > #footer {
  flex: 0;
}

#content > div {
  display: none;
}
#content.list > #contentList {
  display: block;
}
#content.details > #contentDetails {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
#content.options > #contentOptions {
  display: block;
}
#contentDetails > .closeButton {
  font: 16px/14px Tahoma, Verdana, sans-serif;
  font-weight: bold;
  color: #c3c3c3;
  float: right;
  margin-right: 0.5em;
}

.objectDisplay > .header {
  padding: 0.5em 10px;
}
.objectDisplay > .header > .title {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
}
.objectDisplay > .header > .description {
  display: block;
  font-style: italic;
  color: #7f7f7f;
  font-size: 1.5em;
  font-weight: normal;
}

.objectDisplay.hasImage .images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.objectDisplay.hasImage .images .imageWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.objectDisplay-popup.hasImage .images .imageWrapper {
  max-height: 12em;
}
.objectDisplay-details.hasImage .images .imageWrapper {
  height: 200px;
}
.objectDisplay .images .imageWrapper img {
  max-width: 100%;
  border-radius: 6px;
  display: block;
}
.objectDisplay-popup .images .imageWrapper img {
  max-height: 12em;
}
.objectDisplay-details .images .imageWrapper img {
  max-height: 200px;
}

.objectDisplay .block {
  border-top: 1px solid #afafaf;
  padding: 0.5em 10px;
}
.objectDisplay .block > h3 {
  margin-top: 0;
  margin-bottom: 0.25em;
  border: none;
}
.objectDisplay .block.empty {
  border-top: none;
  padding: 0 0;
}

/* Popups */
.objectDisplay ul.footer {
  padding-left: 0;
}
.objectDisplay ul.footer li {
  display: inline-block;
  list-style: none;
  padding-right: 1em;
}

/* Footer */
#menu {
  margin: 0 0;
  padding: 0 0;
}
#menu li {
  display: inline-block;
  margin: 1px 0;
}
#menu li::after {
  content: '|';
  margin: 1px 0.25em;
}
#menu li:last-of-type::after {
  content: '';
}
#menu li:first-of-type {
  margin-left: 0.25em;
}

.leaflet-popup-content {
  min-width: 150px !important;
  width: 300px !important;
}
@media all and (min-width: 501px) and (max-height: 600px) {
.tabs-section {
  max-height: 300px;
}
}
@media all and (min-width: 501px) and (max-height: 400px) {
.leaflet-popup-content {
  max-height: 250px !important;
}
}
@media all and (min-width: 501px) and (max-height: 360px) {
.leaflet-popup-content {
  max-height: 200px !important;
}
}
@media all and (min-width: 501px) and (max-height: 320px) {
.leaflet-popup-content {
  max-height: 150px !important;
}
}

@media all and (max-width: 700px) {
.leaflet-popup-content {
  width: 250px !important;
}
}
@media all and (max-width: 600px) {
.leaflet-popup-content {
  width: 200px !important;
}
}
@media all and (max-width: 550px) {
.leaflet-popup-content {
  width: 150px !important;
}
}

@media all and (max-width: 500px) {
#sidebar {
  top: 0;
  height: 270px;
  left: 0;
  right: 0;
  bottom: auto;
  width: auto;
  overflow: auto;
}
#map {
  left: 0;
  bottom: 0;
  top: 270px;
  right: 0;
  border-left: none;
  border-top: 1px solid #999;
}
#mapShadow {
  left: 0;
  right: 0;
  top: 271px;
  bottom: auto;
  height: 5px;
  width: auto;
  background: linear-gradient(to bottom, #5656566f, #56565600);
}
#sidebar > #content {
  overflow: visible;
}
.tabs-section {
  max-height: none;
  overflow-y: visible;
}
.leaflet-popup-content {
  width: 300px !important;
}
}
@media all and (max-width: 400px) {
.leaflet-popup-content {
  width: 250px !important;
}
}
@media all and (max-width: 360px) {
.leaflet-popup-content {
  width: 200px !important;
}
}

@media all and (max-width: 500px) and (max-height: 675px) {
#sidebar {
  height: 40%;
}
#map {
  top: 40%;
}
#mapShadow {
  top: calc(40% + 1px);
}
.leaflet-popup-content {
  max-height: 250px !important;
}
}

@media all and (max-width: 500px) and (max-height: 600px) {
.leaflet-popup-content {
  max-height: 240px !important;
}
}
@media all and (max-width: 500px) and (max-height: 550px) {
.leaflet-popup-content {
  max-height: 200px !important;
}
}
@media all and (max-width: 500px) and (max-height: 500px) {
.leaflet-popup-content {
  max-height: 180px !important;
}
}
@media all and (max-width: 500px) and (max-height: 450px) {
.leaflet-popup-content {
  max-height: 160px !important;
}
}
@media all and (max-width: 500px) and (max-height: 400px) {
.leaflet-popup-content {
  max-height: 140px !important;
}
}

/* FULLSCREEN */
.leaflet-control-fullscreen {
  font-size: 20px;
}
.fullscreen #sidebar {
  display: none;
}
.fullscreen #map {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  border: none;
}
.fullscreen #mapShadow {
  display: none;
}

@keyframes zenMode {
  from {opacity: 1};
  to {opacity: 0};
}
.zenMode .leaflet-control-container .leaflet-top {
  opacity: 0;
  animation-name: zenMode;
  animation-duration: 1s;
}

#loadingIndicator {
  display: none;
}
.fullscreen.loading #loadingIndicator {
  display: block;
  z-index: 10000;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: black;
  overflow: hidden;
}
.fullscreen.loading #loadingIndicator:before {
  display: block;
  position: absolute;
  content: "";
  margin-left: -250px;
  width: 250px;
  height: 4px;
  background: red;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  0% {
    margin-left: -250px;
  }
  100% {
    margin-left: 100%;
  }
}

#content {
  font-size: 12px;
  font-family: "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  line-height: 1.4;
}
#content h1 {
  margin: 0;
}
.objectDisplay a {
  color: #0078A8;
}

.yes {
  color: green;
}
.limited {
  color: orange;
}
.no {
  color: red;
}

.leaflet-popup-content-wrapper {
  padding: 0;
}
.leaflet-popup-content {
  margin: 0;
  overflow: auto;
}
.body ul,
.objectDisplay ul {
  margin: 0;
  padding-left: 20px;
}
.body ul > li,
.objectDisplay ul > li {
  position: relative;
}
.body ul > li.hasSymbol,
.objectDisplay ul > li.hasSymbol {
  list-style: none;
}
.body ul > li.hasSymbol > i,
.objectDisplay ul > li.hasSymbol > i,
.body ul > li.hasSymbol > .symbol,
.objectDisplay ul > li.hasSymbol > .symbol,
.body ul > li.hasSymbol > img,
.objectDisplay ul > li.hasSymbol > img,
.body ul > li.hasSymbol > span > svg,
.objectDisplay ul > li.hasSymbol > span > svg {
  position: absolute;
  margin-left: -20px;
  padding-top: 2px;
  width: 15px;
  text-align: center;
}
.body ul > li > .key,
.objectDisplay ul > li > .key {
  font-weight: bold;
}

.objectDisplay div > .loadingIndicator {
  display: none;
}
.objectDisplay div.loading > .loadingIndicator {
  float: right;
  display: block;
}

/* Wikipedia */
.wikipedia img {
  max-width: 100px;
  max-height: 100px;
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 6px;
}
.wikipedia > h4 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wikipedia > div {
  text-align: justify;
  margin-bottom: 0.5em;
}
.objectDisplay h3 {
  border-bottom: 1px solid black;
  clear: both;
  text-align: left;
}
.objectDisplay h4 {
  clear: both;
  text-decoration: underline;
  font-weight: bold;
}
.wikipedia .reference {
  display: none;
}

.info .sign,
.overpass-layer-icon .sign {
  white-space: nowrap;
}

.tabs-section > form > span.form_element_form_chooser {
  border: none;
}

.clearfix::after {
  content: '';
  clear: both;
  display: table;
}

.objectDisplay .body ul.overpass-layer-list,
ul.overpass-layer-list {
  padding-left: 0;
}
ul.overpass-layer-list > li {
  border: 1px solid #dfdfdf;
  background: #dfdfdf;
  border-radius: 5px;
  border: 1px solid #afafaf;
  padding: 2px !important;
  margin-bottom: 2px;
  display: flex;
  flex-direction: row;
}
ul.overpass-layer-list > li:hover,
ul.overpass-layer-list > li.selected {
  background: #cfcfcf !important;
}
.objectDisplay ul.overpass-layer-list > li a,
ul.overpass-layer-list > li a {
  color: #000000;
}
ul.overpass-layer-list > li > a {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  width: 100%;
}
ul.overpass-layer-list > li > a:hover {
  text-decoration: none;
}
ul.overpass-layer-list > li > a > .marker {
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  color: black;
}
ul.overpass-layer-list > li > a > .marker > .symbol {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  display: flex;
  place-self: center;
}
ul.overpass-layer-list > li > a > .marker > .sign {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  z-index: 1;
  font-size: 15px;
  display: flex;
  place-self: center;
}
ul.overpass-layer-list > li > a > .content {
  text-decoration: none;
  display: block;
  flex-grow: 1;
}
ul.overpass-layer-list > li > a > .content > .description {
  display: block;
  text-align: left;
  font-style: italic;
  color: #3f3f3f;
  font-weight: normal;
}
ul.overpass-layer-list > li > a > .content > .title {
  display: block;
  font-style: normal;
  font-weight: normal;
}
ul.overpass-layer-list > li > a > .content > .details {
  float: right;
  display: block;
  font-style: italic;
  color: #3f3f3f;
  max-width: 50%;
  text-align: right;
}

.leaflet-popup-content-wrapper {
  overflow: hidden;
}

.scroll-shadow,
.leaflet-popup-content {
  background:
	linear-gradient(white 30%, hsla(0,0%,100%, 0)),
	linear-gradient(hsla(0,0%,100%,0) 10px, white 70%) bottom,
	radial-gradient(at top, rgba(0,0,0,0.2), transparent 70%),
	radial-gradient(at bottom, rgba(0,0,0,0.2), transparent 70%) bottom;
  background-repeat:no-repeat;
  background-size: 100% 20px, 100% 20px, 100% 10px, 100% 10px;
  background-attachment:local, local, scroll, scroll;
}
.leaflet-popup > .leaflet-popup-close-button {
  display: none;
}
.leaflet-container .leaflet-popup-content > a.leaflet-popup-close-button {
  float: right;
  position: inherit;
}
.warning {
  border: 1px solid red;
  border-radius: 0.5em;
  padding: 0.25em 1em;
  margin-bottom: 0.25em;
  background-color: #ffdfdf;
}

.Window > .content textarea {
  height: 100%;
  width: 100%;
  resize: none;
  box-sizing: border-box;
}
.Window > .content .controls {
  flex-grow: 0;
}
.Window > .content .controls > .actions {
  margin-left: 1em;
  margin-right: 1em;
  display: inline;
}

/* Window */
.Window {
  position: absolute;
  z-index: 99999;
  background-color: #f1f1f1;
  border: 1px solid #000000;
  resize: both;
  overflow: hidden;
  width: min(60em, 80%);
  height: min(30em, 60%);
  left: 10%;
  top: 10%;

  display: flex;
  flex-direction: column;
  align-content: stretch;
}
.Window > .header {
  padding: 0.25em;
  font-weight: bold;
  cursor: move;
  z-index: 100000;
  background-color: #dfdfdf;
  color: #000000;
  flex-grow: 0;
  position: relative;
}
.Window > .header > .closeBtn {
}
.Window > .header > .closeBtn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  position: absolute;
  right: 0.25em;
  top: 0.25em;
}
.Window > .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}
.tip-tutorial {
  padding: 0.25em 0;
  display: inline-block;
}
.tip-tutorial a {
  text-decoration: underline;
}

/* Copy to clipboard */
.share-button {
  position: relative;
}
.share-button > .notify {
  position: absolute;
  background: white;
  border: 1px solid black;
  border-radius: 0.25em;
  width: 8em;
  text-align: center;
  z-index: 1;
}
