@charset "UTF-8";
:root {
  --s: 15px;
}

.product-description {
  display: none;
}

@media (max-width: 600px) {
  .option-description {
    display: none;
  }
  .product-description {
    display: block;
  }
}
body {
  font-family: Helvetica, Arial, sans-serif;
  background: linear-gradient(to bottom, #0b3e58 90px, #136e9c 800px);
  min-height: calc(100vh - 50px);
  color: #212121;
  font-size: 0.86em;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1024px;
}

html {
  scrollbar-color: #95d3f4 #d4dadc;
}

a {
  color: #2b2b2b;
}

ul {
  list-style: square;
}

.content-wrapper {
  position: relative;
}

.header {
  background: #0b3e58;
  padding: calc(var(--s)*2) calc(2*var(--s)*1) calc(var(--s)*1);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .header {
    flex-direction: column;
  }
}
.header::after {
  clear: both;
}
.header #logo {
  color: #fff;
}
.header #logo img {
  vertical-align: middle;
  padding-right: 2px;
  display: inline-block;
  margin: -10px 0;
}
.header #logo > a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
.header #logo > .instance-title {
  padding-left: 10px;
  margin-left: 10px;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .header #logo > .instance-title {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.header #logo > .instance-title::before {
  display: inline-block;
  border-left: 1px solid #fff;
}
.header #menu-link {
  text-align: left;
  margin-right: calc(var(--s)*-1);
  margin-left: calc(var(--s)*-1);
  color: #dedede;
}
.header #menu-link > ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.header #menu-link a {
  font-weight: bold;
  color: #dedede;
}
.header #menu-link .ex-menu-title, .header #menu-link a {
  cursor: pointer;
  padding: calc(var(--s)*1) calc(2*var(--s)*0.5) calc(var(--s)*1);
  display: block;
  white-space: nowrap;
  text-decoration: none;
}
.header #menu-link .ex-menu-title:hover {
  background-color: #0086a5;
}
.header #menu-link .is-open > .ex-menu-title {
  background-color: #0086a5;
}
.header #menu-link a:hover {
  color: #474747;
}
.header #menu-link ul {
  padding: 0;
  margin: 0;
}
.header #menu-link ul > li {
  list-style: none;
  position: relative;
}
.header #menu-link ul > li > ul > li {
  background: #0086a5;
}
.header #menu-link ul > li > ul > li:hover {
  background-color: #00718b;
}
.header #menu-link ul > li > ul > li:hover a {
  color: #fff;
}
.header #menu-link .ex-menu > ul {
  display: none;
}
.header #menu-link .ex-menu.is-open > ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
}
.header #menu-link .ex-menu.is-open > ul.left {
  left: initial;
  right: 0;
}
.header #menu-link .ex-menu.is-open > ul li .hide {
  display: none;
}
.header #menu-link .ex-menu.is-open > ul li #show-hidden-product {
  text-align: right;
  color: #000;
  font-size: 12px;
}

.logo-text, .instance-title {
  display: inline-block;
  padding: calc(var(--s)*1) calc(2*var(--s)*0) calc(var(--s)*1);
}

.ex-menu-title {
  cursor: pointer;
}
.ex-menu-title::after {
  content: " ▾";
  font-size: 0.8em;
}

#breadcrumb {
  background: #00718b;
  color: #efefef;
  font-weight: bold;
  padding: calc(var(--s)*1) calc(2*var(--s)*1) calc(var(--s)*1);
}
#breadcrumb .item {
  color: #efefef;
}

header {
  color: #efefef;
  padding: 0;
  display: flex;
  flex-direction: row;
  background: #6e6e6e;
}

footer {
  padding: calc(var(--s)*1) calc(2*var(--s)*1) calc(var(--s)*1);
  text-align: right;
  color: #efefef;
  font-size: 0.7em;
  line-height: 2em;
}

#content {
  clear: right;
  position: relative;
  width: auto;
  background: #e6edef;
}

.map-panel {
  width: 100%;
}

#map {
  height: 400px;
}

@media (min-width: 800px) {
  .panels {
    display: flex;
  }
  .info-panel {
    width: 250px;
  }
  #map {
    flex: 1 1;
    height: 100%;
    width: 100%;
  }
}
.info-panel ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1 {
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
h1 strong {
  display: block;
}

h4 {
  color: #4f4f4f;
}

h2.followed, h3.followed {
  display: inline-block;
}
h2.followed.lonesome, h3.followed.lonesome {
  margin-bottom: 0;
}

.header-follow {
  display: inline-block;
  margin-top: 5px;
}

ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: calc(var(--s)*2);
}
ul.quiet {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul.quiet li::marker {
  color: #737373;
}

.message-box {
  position: absolute;
  left: calc(50% - 100px);
  top: 25%;
  width: 200px;
  text-align: center;
  z-index: 9999;
  background: #474747;
  padding: 13px 15px;
  color: #fff;
}
.message-box a {
  color: #167eb3;
}

h1 .header-anchor, h2 .header-anchor, h3 .header-anchor, h4 .header-anchor, th .header-anchor {
  text-decoration: none;
  font-size: 0.7em;
  opacity: 0.6;
  visibility: hidden;
}
h1:hover .header-anchor, h2:hover .header-anchor, h3:hover .header-anchor, h4:hover .header-anchor, th:hover .header-anchor {
  visibility: visible;
}

.panel {
  padding: calc(var(--s)*2) calc(2*var(--s)*1) calc(var(--s)*2);
  line-height: 1.7em;
  background: #e6edef;
}
.panel h1, .panel h2, .panel h3, .panel h4 {
  margin: calc(2 * var(--s)) 0 var(--s);
}
.panel h1:first-child, .panel h2:first-child, .panel h3:first-child, .panel h4:first-child {
  margin-top: 0;
}
.panel h1:last-child, .panel h2:last-child, .panel h3:last-child, .panel h4:last-child {
  margin-bottom: 0;
}
.panel h1.followed, .panel h2.followed, .panel h3.followed, .panel h4.followed {
  margin-right: 10px;
}
.panel p, .panel .p {
  margin: var(--s) 0;
}
.panel p:first-child, .panel .p:first-child {
  margin-top: 0;
}
.panel p:last-child, .panel .p:last-child {
  margin-bottom: 0;
}
.panel h3 {
  font-size: 1.3em;
  color: #082e41;
}
.panel.odd {
  background-color: #fafafa;
  border-bottom: 0;
}
.panel.highlight {
  background: #474747;
  color: #efefef;
  border-bottom: 0;
}
.panel.highlight > h1 {
  color: #fff;
}
.panel.highlight a {
  color: #aeaeae;
}
.panel.highlight .muted {
  color: #bcbcbc;
}
.panel.overflowable {
  overflow-x: auto;
}
@media (max-width: 750px) {
  .panel .dataset-location table tr th {
    float: left;
  }
  .panel .dataset-location table tr td {
    float: left;
  }
}

.columned {
  column-count: 2;
}
@media (max-width: 590px) {
  .columned {
    column-count: 1;
  }
}

.header-option {
  position: relative;
  border-collapse: collapse;
  vertical-align: bottom;
  background-color: #474747;
}
.header-option.limited {
  white-space: nowrap;
}
.header-option:hover {
  background-color: #545454;
}
.header-option.primary {
  background-color: #404040;
}
.header-option.primary:hover {
  background-color: #595959;
}
.header-option.is-open {
  background-color: #0086a5;
}
.header-option.is-open:hover {
  background-color: #0086a5;
}
.header-option.is-open .option-title:hover {
  color: #fff;
}
.header-option.is-open .option-menu {
  background-color: #0086a5;
  display: table;
}
.header-option .option-title {
  font-size: 1em;
  font-weight: normal;
  line-break: anywhere;
}
.header-option .group-name {
  margin: 0;
  padding: calc(var(--s)*2) calc(2*var(--s)*1) calc(var(--s)*1);
  font-size: 0.8em;
  color: #212121;
  text-transform: lowercase;
}
.header-option > .option-title {
  padding: calc(var(--s)*1) calc(2*var(--s)*1) calc(var(--s)*1);
  margin: 0;
  line-height: 1.75em;
  flex: 1 1;
  cursor: pointer;
}
.header-option > .option-title::after {
  content: " ▾";
}
.header-option ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-option ul li {
  margin: 0;
}
.header-option a.option-menu-link {
  display: block;
  text-decoration: none;
  padding: calc(var(--s)*1) calc(2*var(--s)*1) calc(var(--s)*1);
  color: #fcfcfc;
  font-weight: bold;
}
.header-option a.option-menu-link.active {
  background-color: #009abe;
}
.header-option a.option-menu-link:hover {
  background-color: #00afd8;
  text-decoration: underline;
  color: #fff;
}
.header-option .option-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
}
.header-option .option-menu li.empty {
  opacity: 0.6;
}
.header-option .option-menu li.empty a.option-menu-link {
  font-weight: normal;
}
.header-option .option-menu.left {
  left: initial;
  right: 0;
}
.header-option .option-menu > ul {
  display: table-row;
}
.header-option .option-menu > ul > li {
  display: table-cell;
}
.header-option .option-menu > .footer {
  padding: calc(var(--s)*1) calc(2*var(--s)*1) calc(var(--s)*1);
}
.header-option .wildcard {
  font-weight: bold;
}

/* Table of values */
table.collapsed-head th {
  text-align: left;
  font-weight: normal;
  padding-bottom: var(--s);
}

.nowrap {
  white-space: nowrap;
}

.unavailable-metadata tbody tr:nth-child(even) {
  background-color: #dde6e9;
}
.unavailable-metadata tbody tr:nth-child(odd) {
  background-color: #e9eff1;
}

.data-table {
  margin: 0 calc(-2 * var(--s)) var(--s);
}
@media (max-width: 750px) {
  .data-table .collapse-when-small {
    display: block;
    margin-top: var(--s);
  }
  .data-table .collapse-when-small td {
    display: block;
  }
}
.data-table tbody tr:hover {
  background-color: #d6e2e5;
}
.panel.highlight .data-table tbody tr:hover {
  background-color: #3d3d3d;
}
.panel.odd .data-table tbody tr:hover {
  background-color: #f0f0f0;
}
.data-table th {
  font-weight: bold;
  font-size: 0.8em;
}
.data-table tr.section-header th {
  padding-top: var(--s);
}
.data-table td, .data-table th {
  padding: 0 calc(2 * var(--s));
  text-align: left;
  vertical-align: top;
}
@media (min-width: 800px) {
  .data-table td, .data-table th {
    line-height: calc(var(--s) * 2);
  }
}
.data-table td.numeric, .data-table th.numeric {
  text-align: right;
}
.data-table td.important-column, .data-table th.important-column {
  min-width: 90px;
}

.right {
  text-align: right;
}

.numeric {
  font-variant-numeric: tabular-nums;
}

/* lists of key-values */
.query-param-list {
  width: auto;
  display: grid;
}

@media (min-width: 800px) {
  .query-param-list.wide {
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
}
.query-param, .query-param-search {
  display: block;
}
.query-param > .value, .query-param-search > .value {
  color: #737373;
  word-break: break-all;
}
.query-param .missing-value, .query-param-search .missing-value {
  text-decoration-style: wavy;
  text-decoration-line: underline;
}

.query-param-search {
  width: fit-content;
  text-decoration: initial;
}
.query-param-search > .search-icon {
  visibility: hidden;
}
.query-param-search:hover > .search-icon {
  visibility: visible;
}

button {
  margin: 5px 0;
  background-color: #105e85;
  border: 0;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  font-size: inherit;
}
button:hover {
  background-color: #105e85;
}
button.small {
  margin: 0;
  font-size: 12px;
  background-color: #474747;
}

label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  color: #333;
}
label.disabled {
  color: #ccc;
}

.form-footer {
  margin: 1em 0;
}
.form-footer > label {
  padding: 8px;
  display: block;
}
.form-footer select {
  padding: 6px;
  width: 100%;
  text-overflow: ellipsis;
}

.chart-timeline {
  padding: var(--s) calc(3 * var(--s)) var(--s) 0;
}

.chart-timeline-bars {
  font-size: 0;
  height: 50px;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #486e80;
}

.chart-timeline-bar {
  display: block;
  position: relative;
  background-color: #105e85;
}
.chart-timeline-bar.new-year {
  background-color: #0e4e6e;
}
.chart-timeline-bar:hover {
  background-color: #0b3e58;
}
.chart-timeline-bar:hover .chart-timeline-year.tooltip {
  display: block;
}

.chart-timeline-year {
  z-index: 1;
  position: absolute;
  bottom: 0;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  color: #333;
  transform: translateY(calc(100% + 5px)) rotate(45deg);
  transform-origin: top left;
}
.chart-timeline-year.tooltip {
  z-index: 100;
  font-size: 12px;
  padding: 5px 10px;
  color: #fff;
  background-color: #105e85;
  display: none;
}

.relative {
  position: relative;
}

.muted {
  color: #737373;
}

.addendum {
  font-size: 0.7em;
  font-weight: normal;
}

.badge {
  font-size: 0.7em;
  background-color: #ccc;
  white-space: nowrap;
  padding: 2px 4px;
}
.badge .fa {
  font-size: 1.1em;
}
.panel.highlight .badge {
  background: #212121;
  color: #efefef;
}
.header-follow .badge:not(:first-child) {
  margin-left: 10px;
}
.badge.header-badge {
  font-size: inherit;
}

.uri-path {
  font-family: monospace;
  font-size: 12px;
  line-break: anywhere;
}

.raw-metadata .property {
  font-family: "Courier New", monospace;
}
.raw-metadata .property .property, .raw-metadata .property .array, .raw-metadata .property .array-item {
  padding-left: var(--s);
}
.raw-metadata .property > .value {
  color: #737373;
  line-break: anywhere;
  white-space: pre-line;
}
.raw-metadata .property summary {
  font-style: italic;
  color: #737373;
}

.dataset-info {
  background-color: #fafafa;
  margin: 10px;
  padding: 15px;
}

.recenter-map {
  margin: 0;
  padding: 0;
}

details > summary {
  cursor: pointer;
}

.grid-form *, .grid-form *:before, .grid-form *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-form input[type=text], .grid-form input[type=email], .grid-form input[type=number], .grid-form input[type=password], .grid-form input[type=search], .grid-form input[type=tel], .grid-form input[type=url], .grid-form input[type=color], .grid-form input[type=date], .grid-form input[type=datetime], .grid-form input[type=datetime-local], .grid-form input[type=month], .grid-form input[type=time], .grid-form input[type=week], .grid-form textarea, .grid-form select {
  font-size: 18px;
  padding: 0;
  margin: 0;
  width: 100%;
}
.grid-form input[type=text], .grid-form input[type=email], .grid-form input[type=number], .grid-form input[type=password], .grid-form input[type=search], .grid-form input[type=tel], .grid-form input[type=url], .grid-form input[type=color], .grid-form input[type=date], .grid-form input[type=datetime], .grid-form input[type=datetime-local], .grid-form input[type=month], .grid-form input[type=time], .grid-form input[type=week], .grid-form textarea {
  border: 0;
  background: transparent;
}
.grid-form input[type=text]::-webkit-input-placeholder, .grid-form input[type=email]::-webkit-input-placeholder, .grid-form input[type=number]::-webkit-input-placeholder, .grid-form input[type=password]::-webkit-input-placeholder, .grid-form input[type=search]::-webkit-input-placeholder, .grid-form input[type=tel]::-webkit-input-placeholder, .grid-form input[type=url]::-webkit-input-placeholder, .grid-form input[type=color]::-webkit-input-placeholder, .grid-form input[type=date]::-webkit-input-placeholder, .grid-form input[type=datetime]::-webkit-input-placeholder, .grid-form input[type=datetime-local]::-webkit-input-placeholder, .grid-form input[type=month]::-webkit-input-placeholder, .grid-form input[type=time]::-webkit-input-placeholder, .grid-form input[type=week]::-webkit-input-placeholder, .grid-form textarea::-webkit-input-placeholder {
  font-weight: 100;
  color: #595959;
}
.grid-form input[type=text]:-moz-placeholder, .grid-form input[type=email]:-moz-placeholder, .grid-form input[type=number]:-moz-placeholder, .grid-form input[type=password]:-moz-placeholder, .grid-form input[type=search]:-moz-placeholder, .grid-form input[type=tel]:-moz-placeholder, .grid-form input[type=url]:-moz-placeholder, .grid-form input[type=color]:-moz-placeholder, .grid-form input[type=date]:-moz-placeholder, .grid-form input[type=datetime]:-moz-placeholder, .grid-form input[type=datetime-local]:-moz-placeholder, .grid-form input[type=month]:-moz-placeholder, .grid-form input[type=time]:-moz-placeholder, .grid-form input[type=week]:-moz-placeholder, .grid-form textarea:-moz-placeholder {
  font-weight: 100;
  color: #595959;
}
.grid-form input[type=text]:focus, .grid-form input[type=email]:focus, .grid-form input[type=number]:focus, .grid-form input[type=password]:focus, .grid-form input[type=search]:focus, .grid-form input[type=tel]:focus, .grid-form input[type=url]:focus, .grid-form input[type=color]:focus, .grid-form input[type=date]:focus, .grid-form input[type=datetime]:focus, .grid-form input[type=datetime-local]:focus, .grid-form input[type=month]:focus, .grid-form input[type=time]:focus, .grid-form input[type=week]:focus, .grid-form textarea:focus {
  outline: none;
}
.grid-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.grid-form fieldset legend {
  border: none;
  border-bottom: 4px solid #404040;
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  position: static;
  width: 100%;
}
.grid-form fieldset fieldset legend {
  border-bottom: 2px solid #404040;
  font-weight: normal;
}
.grid-form fieldset fieldset fieldset legend {
  border-bottom: 1px solid #404040;
  font-weight: normal;
  font-size: 15px;
}
.grid-form [data-row-span] {
  border-bottom: 1px solid #777;
  width: 100%;
  zoom: 1;
}
.grid-form [data-row-span]:before, .grid-form [data-row-span]:after {
  content: "";
  display: table;
}
.grid-form [data-row-span]:after {
  clear: both;
}
@media only screen and (min-width: 0) and (max-width: 700px) {
  .grid-form [data-row-span] {
    border-bottom: none;
  }
}
.grid-form [data-row-span] [data-field-span] {
  padding: 8px;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 700px) {
  .grid-form [data-row-span] [data-field-span] {
    border-bottom: 1px solid #777;
    width: 100% !important;
  }
}
@media only screen and (min-width: 700px) {
  .grid-form [data-row-span] [data-field-span] {
    border-right: 1px solid #777;
    display: block;
  }
}
.grid-form [data-row-span] [data-field-span] label:first-child {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  color: #333;
  display: block;
  margin-bottom: 4px;
}
.grid-form [data-row-span] [data-field-span] label:first-child:hover {
  cursor: text;
}
.grid-form [data-row-span] [data-field-span]:last-child {
  border-right: none;
}
.grid-form [data-row-span] [data-field-span]:hover {
  background: #cfd1d3;
  cursor: text;
}
.grid-form [data-row-span] [data-field-span].focus {
  background: #c2c4c7;
}
.grid-form [data-row-span] [data-field-span].focus label {
  color: #262626;
}
@media print {
  .grid-form [data-row-span] {
    display: table;
    height: 56px;
    page-break-inside: avoid;
  }
  .grid-form [data-row-span] [data-field-span] {
    border-right: 1px solid #333333;
    display: table-cell;
    float: none;
  }
  .grid-form [data-row-span] [data-field-span].focus, .grid-form [data-row-span] [data-field-span]:hover {
    background: none;
  }
  .grid-form [data-row-span] [data-field-span] label:first-child {
    letter-spacing: 0;
  }
}
.grid-form [data-row-span="1"] > [data-field-span="1"] {
  width: 100%;
}
.grid-form [data-row-span="2"] > [data-field-span="1"] {
  width: 50%;
}
.grid-form [data-row-span="2"] > [data-field-span="2"] {
  width: 100%;
}
.grid-form [data-row-span="3"] > [data-field-span="1"] {
  width: 33.3333333333%;
}
.grid-form [data-row-span="3"] > [data-field-span="2"] {
  width: 66.6666666667%;
}
.grid-form [data-row-span="3"] > [data-field-span="3"] {
  width: 100%;
}
.grid-form [data-row-span="4"] > [data-field-span="1"] {
  width: 25%;
}
.grid-form [data-row-span="4"] > [data-field-span="2"] {
  width: 50%;
}
.grid-form [data-row-span="4"] > [data-field-span="3"] {
  width: 75%;
}
.grid-form [data-row-span="4"] > [data-field-span="4"] {
  width: 100%;
}
.grid-form [data-row-span="5"] > [data-field-span="1"] {
  width: 20%;
}
.grid-form [data-row-span="5"] > [data-field-span="2"] {
  width: 40%;
}
.grid-form [data-row-span="5"] > [data-field-span="3"] {
  width: 60%;
}
.grid-form [data-row-span="5"] > [data-field-span="4"] {
  width: 80%;
}
.grid-form [data-row-span="5"] > [data-field-span="5"] {
  width: 100%;
}
.grid-form [data-row-span="6"] > [data-field-span="1"] {
  width: 16.6666666667%;
}
.grid-form [data-row-span="6"] > [data-field-span="2"] {
  width: 33.3333333333%;
}
.grid-form [data-row-span="6"] > [data-field-span="3"] {
  width: 50%;
}
.grid-form [data-row-span="6"] > [data-field-span="4"] {
  width: 66.6666666667%;
}
.grid-form [data-row-span="6"] > [data-field-span="5"] {
  width: 83.3333333333%;
}
.grid-form [data-row-span="6"] > [data-field-span="6"] {
  width: 100%;
}
.grid-form [data-row-span="7"] > [data-field-span="1"] {
  width: 14.2857142857%;
}
.grid-form [data-row-span="7"] > [data-field-span="2"] {
  width: 28.5714285714%;
}
.grid-form [data-row-span="7"] > [data-field-span="3"] {
  width: 42.8571428571%;
}
.grid-form [data-row-span="7"] > [data-field-span="4"] {
  width: 57.1428571429%;
}
.grid-form [data-row-span="7"] > [data-field-span="5"] {
  width: 71.4285714286%;
}
.grid-form [data-row-span="7"] > [data-field-span="6"] {
  width: 85.7142857143%;
}
.grid-form [data-row-span="7"] > [data-field-span="7"] {
  width: 100%;
}
.grid-form [data-row-span="8"] > [data-field-span="1"] {
  width: 12.5%;
}
.grid-form [data-row-span="8"] > [data-field-span="2"] {
  width: 25%;
}
.grid-form [data-row-span="8"] > [data-field-span="3"] {
  width: 37.5%;
}
.grid-form [data-row-span="8"] > [data-field-span="4"] {
  width: 50%;
}
.grid-form [data-row-span="8"] > [data-field-span="5"] {
  width: 62.5%;
}
.grid-form [data-row-span="8"] > [data-field-span="6"] {
  width: 75%;
}
.grid-form [data-row-span="8"] > [data-field-span="7"] {
  width: 87.5%;
}
.grid-form [data-row-span="8"] > [data-field-span="8"] {
  width: 100%;
}
.grid-form [data-row-span="9"] > [data-field-span="1"] {
  width: 11.1111111111%;
}
.grid-form [data-row-span="9"] > [data-field-span="2"] {
  width: 22.2222222222%;
}
.grid-form [data-row-span="9"] > [data-field-span="3"] {
  width: 33.3333333333%;
}
.grid-form [data-row-span="9"] > [data-field-span="4"] {
  width: 44.4444444444%;
}
.grid-form [data-row-span="9"] > [data-field-span="5"] {
  width: 55.5555555556%;
}
.grid-form [data-row-span="9"] > [data-field-span="6"] {
  width: 66.6666666667%;
}
.grid-form [data-row-span="9"] > [data-field-span="7"] {
  width: 77.7777777778%;
}
.grid-form [data-row-span="9"] > [data-field-span="8"] {
  width: 88.8888888889%;
}
.grid-form [data-row-span="9"] > [data-field-span="9"] {
  width: 100%;
}
.grid-form [data-row-span="10"] > [data-field-span="1"] {
  width: 10%;
}
.grid-form [data-row-span="10"] > [data-field-span="2"] {
  width: 20%;
}
.grid-form [data-row-span="10"] > [data-field-span="3"] {
  width: 30%;
}
.grid-form [data-row-span="10"] > [data-field-span="4"] {
  width: 40%;
}
.grid-form [data-row-span="10"] > [data-field-span="5"] {
  width: 50%;
}
.grid-form [data-row-span="10"] > [data-field-span="6"] {
  width: 60%;
}
.grid-form [data-row-span="10"] > [data-field-span="7"] {
  width: 70%;
}
.grid-form [data-row-span="10"] > [data-field-span="8"] {
  width: 80%;
}
.grid-form [data-row-span="10"] > [data-field-span="9"] {
  width: 90%;
}
.grid-form [data-row-span="10"] > [data-field-span="10"] {
  width: 100%;
}
.grid-form [data-row-span="11"] > [data-field-span="1"] {
  width: 9.0909090909%;
}
.grid-form [data-row-span="11"] > [data-field-span="2"] {
  width: 18.1818181818%;
}
.grid-form [data-row-span="11"] > [data-field-span="3"] {
  width: 27.2727272727%;
}
.grid-form [data-row-span="11"] > [data-field-span="4"] {
  width: 36.3636363636%;
}
.grid-form [data-row-span="11"] > [data-field-span="5"] {
  width: 45.4545454545%;
}
.grid-form [data-row-span="11"] > [data-field-span="6"] {
  width: 54.5454545455%;
}
.grid-form [data-row-span="11"] > [data-field-span="7"] {
  width: 63.6363636364%;
}
.grid-form [data-row-span="11"] > [data-field-span="8"] {
  width: 72.7272727273%;
}
.grid-form [data-row-span="11"] > [data-field-span="9"] {
  width: 81.8181818182%;
}
.grid-form [data-row-span="11"] > [data-field-span="10"] {
  width: 90.9090909091%;
}
.grid-form [data-row-span="11"] > [data-field-span="11"] {
  width: 100%;
}
.grid-form [data-row-span="12"] > [data-field-span="1"] {
  width: 8.3333333333%;
}
.grid-form [data-row-span="12"] > [data-field-span="2"] {
  width: 16.6666666667%;
}
.grid-form [data-row-span="12"] > [data-field-span="3"] {
  width: 25%;
}
.grid-form [data-row-span="12"] > [data-field-span="4"] {
  width: 33.3333333333%;
}
.grid-form [data-row-span="12"] > [data-field-span="5"] {
  width: 41.6666666667%;
}
.grid-form [data-row-span="12"] > [data-field-span="6"] {
  width: 50%;
}
.grid-form [data-row-span="12"] > [data-field-span="7"] {
  width: 58.3333333333%;
}
.grid-form [data-row-span="12"] > [data-field-span="8"] {
  width: 66.6666666667%;
}
.grid-form [data-row-span="12"] > [data-field-span="9"] {
  width: 75%;
}
.grid-form [data-row-span="12"] > [data-field-span="10"] {
  width: 83.3333333333%;
}
.grid-form [data-row-span="12"] > [data-field-span="11"] {
  width: 91.6666666667%;
}
.grid-form [data-row-span="12"] > [data-field-span="12"] {
  width: 100%;
}
.grid-form [data-row-span].disabled {
  display: none;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.leaflet-control-layers-group-name {
  font-weight: bold;
  margin-bottom: 0.2em;
  display: block;
}

.leaflet-control-layers-group {
  margin-bottom: 0.5em;
}

.leaflet-control-layers-group label {
  padding-left: 0.5em;
}

.leaflet-tooltip {
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  background-color: #637c6b;
  border: 0;
  border-radius: 0;
  box-shadow: unset;
  font-size: 12px;
}
.leaflet-tooltip.regions-tooltip {
  background-color: #105e85;
}

.leaflet-tooltip-top:before {
  border-top-color: #105e85;
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: #105e85;
}

.leaflet-tooltip-left:before {
  border-left-color: #105e85;
}

.leaflet-tooltip-right:before {
  border-right-color: #105e85;
}

/*# sourceMappingURL=base.css.map */
