@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto);
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

textarea,
input,
select,
label,
span,
p,
a {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.modal {
  display: none;
}

.modal.visible {
  align-items: center;
  background-color: rgba(38, 38, 38, 0.639);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

.modal > .content {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px 20px;
}

.modal > .content > :not(:last-child),
.modal > .content form {
  margin-bottom: 15px;
}

.modal > .content > header {
  position: relative;
}

.modal > .content > header h2 {
  font-size: 2em;
}

.modal > .content div.input-component {
  position: relative;
}

.modal > .content div.input-component:not(:last-child) {
  display: block;
  margin-bottom: 10px;
}

.modal > .content div.input-component > :not(input) {
  position: absolute;
  top: 0.25em;
}

.modal > .content div.input-component > button {
  display: none;
}

.modal > .content div.input-component > button.visible {
  display: block;
  right: 0;
}

.modal > .content div.input-component > input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 0.25em 10px 0.25em 2em;
}

.modal button.close {
  background-color: transparent;
  border-color: rgba(24, 24, 24, 0.358);
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
}

* {
  box-sizing: border-box;
}

a,
input,
label,
ol,
p,
span,
textarea,
h1,
h2,
h3,
h4,
h5 {
  font-family: Roboto, sans-serif;
}

span.code {
  font-family: monospace;
}

body {
  background-color: #e5e5e5;
}

body > header {
  align-items: center;
  background-color: #ededed;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  height: 65px;
  justify-content: space-between;
  padding: 5px 40px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}

body > header > img {
  height: 100%;
}

body > header * {
  color: #1c1c1c;
  text-decoration: none;
}

body > header > nav {
  font-size: 0.95em;
}

body > header > nav > ul {
  display: flex;
}

body > header > nav > ul > li {
  display: flex;
  align-items: center;
}

body > header > nav > ul > li:not(:last-child) {
  margin-right: 15px;
}

body > main {
  min-height: 100vh;
  padding: 95px 30px 70px;
  width: 100%;
}

body > main > h1,
body > main h2 {
  font-family: Georgia, New Century Schoolbook, Nimbus Roman No9 L, serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 1em;
}

body > main > h1 {
  font-size: 2.4em;
}

body > main > h2 {
  font-size: 1.8em;
}

body > main > p {
  line-height: 1.5em;
  margin-bottom: 25px;
}

body > main > p > a {
  color: #2b2b2b;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

body > main > p > a:after {
  background-color: #feca6c;
  bottom: 0;
  content: "";
  height: 2pt;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

body > main > p > a:hover:after {
  background-color: #088190;
}

body > main ol {
  margin-bottom: 30px;
}

body > main ol > li {
  margin-bottom: 1em;
}

body > main ol > li > a {
  color: #2b2b2b;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

body > main ol > li > a:after {
  background-color: #feca6c;
  bottom: -0.25em;
  content: "";
  height: 2pt;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

body > main ol > li > a:hover:after {
  background-color: #088190;
}

body > main > form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

body > main > form > .input-field {
  padding: 15px 0;
  width: 100%;
}

body > main > form > .input-field.full-width {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

body > main > form > .input-field > label {
  display: block;
  margin-bottom: 10px;
}

body > main > form > .input-field > input,
body > main > form > .input-field select,
body > main > form > .input-field textarea {
  background-color: hsla(0deg, 0%, 100%, 0.6784313725);
  border: 1px solid grey;
  border-radius: 5px;
  color: #2b2b2b;
  font-size: 1em;
  padding: 0.5em 1em;
  resize: none;
  width: 100%;
}

body > main > form > button[type=submit] {
  background-color: #088190;
  border: none;
  border-radius: 100pt;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  margin-top: 15px;
  min-width: 260px;
  padding: 1em 2em;
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: 50%;
}

body > main > form > button[type=submit]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  filter: brightness(110%);
}

body > footer {
  background-color: #ededed;
  bottom: 0;
  display: flex;
  height: 40px;
  justify-content: end;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

body > footer a {
  color: #1c1c1c;
  text-decoration: none;
}

body > footer a:not(:last-child) {
  margin-right: 15px;
}

.ghost {
  border-radius: 100pt;
  background-color: transparent;
  padding: 5px 20px;
}

.ghost.light {
  border: 2px solid #fff;
}

.ghost.dark {
  border: 2px solid #088190;
}

#gazetteer-app {
  background-color: #fff;
  border-radius: 7px;
}

#criteria-box {
  display: flex;
  flex-wrap: wrap;
}

#criteria-box > * {
  padding: 15px 5px;
  width: 50%;
}

#criteria-box > .input-component > label {
  display: block;
  font-size: 1.1em;
  margin-bottom: 10px;
}

#criteria-box > .input-component > input {
  border: none;
  border-bottom: 1px solid rgba(31, 31, 31, 0.584);
}

#criteria-box > .input-component > input,
#criteria-box > .input-component > select {
  background-color: transparent;
  color: #393939;
  font-size: 1em;
  padding: 5px 10px;
  width: 70%;
}

#criteria-box > .input-component > select {
  border: 1px solid rgba(31, 31, 31, 0.584);
  border-radius: 5px;
}

#criteria-box > .input-component > button {
  align-self: center;
  padding: 0.5em 2em;
}

#loading-overlay {
  display: none;
}

#loading-overlay.visible {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7411764706);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#loading-overlay > img {
  height: 150px;
  width: 150px;
}

#result-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#result-table td,
#result-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#result-table tr:nth-child(2n) {
  background-color: #f2f2f2;
}

#result-table tr:hover {
  background-color: #ddd;
}

#result-table th {
  text-align: left;
  background-color: #2d2d2d;
  color: #fff;
}

@media (min-width: 870px) {
  body > main > form > .input-field {
    width: 50%;
  }
  body > main > form > .input-field:nth-of-type(2n) {
    padding-left: 15px;
  }
  body > main > form > .input-field:nth-of-type(odd) {
    padding-right: 15px;
  }
  body > main > form > .input-field.full-width {
    padding-right: 0;
    padding-left: 0;
  }
}
p.publication {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 15px;
}

p.publication > a.icon {
  color: #088190;
  margin-right: 10px;
  text-decoration: none;
}

p.publication > .journal {
  font-style: italic;
}

#dashboard-app {
  display: flex;
  height: 100%;
  position: relative;
}
#dashboard-app > div.side-bar {
  align-items: center;
  background-color: #feca6c;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 200px;
  min-width: 150px;
  padding: 15px 0;
  width: 20%;
}
#dashboard-app > div.side-bar > section {
  padding: 15px 5%;
  width: 100%;
}
#dashboard-app > div.side-bar > section > span {
  display: block;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#dashboard-app > div.side-bar > section > ul {
  font-size: 1.1em;
}
#dashboard-app > div.side-bar > section > ul > li {
  cursor: pointer;
  padding: 5px 5px;
  position: relative;
}
#dashboard-app > div.side-bar > section > ul > li > a {
  color: #1c1c1c;
  display: block;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}
#dashboard-app > div.side-bar > section > ul > li:hover {
  background-color: #ffe9c1;
}
#dashboard-app > div.side-bar > section > ul > li.active {
  background-color: white;
}
#dashboard-app > div.side-bar > a {
  margin-top: auto;
  width: 90%;
}
#dashboard-app > main.content {
  flex: 1;
  height: 100%;
}
#dashboard-app > main.content > section {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px;
  position: relative;
}
#dashboard-app > main.content > section > header {
  align-items: center;
  background-color: #088190;
  display: flex;
  height: 3em;
  justify-content: space-between;
  padding: 0.5em 15px;
}
#dashboard-app > main.content > section > header > h2 {
  color: white;
  font-size: 1.2em;
}
#dashboard-app > main.content > section > div {
  border: 1px solid rgb(165, 165, 165);
  border-radius: 0 0 5px 5px;
  flex: 1;
  position: relative;
  overflow-y: hidden;
  width: 100%;
}
#dashboard-app > main.content > section > div > div.leaflet-container {
  height: 50%;
  margin-bottom: 0;
  width: 100%;
}
#dashboard-app > main.content > section > div > div.table-container {
  height: 100%;
}
#dashboard-app > main.content > section > div > table {
  margin: 0;
  width: 100%;
}
#dashboard-app > main.content > section > div > * {
  margin: auto;
  margin-bottom: 15px;
  width: 90%;
}

#alert-modal {
  align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: 11px;
  box-shadow: 0 0 10px 3px #e7e7e7;
  display: flex;
  justify-content: space-between;
  margin: 150px 5%;
  padding: 20px 25px;
  position: fixed;
  width: 90%;
  z-index: 500;
}
#alert-modal.success {
  background: rgb(198, 255, 207);
  background: linear-gradient(0deg, rgb(198, 255, 207) 0%, rgb(244, 255, 245) 100%);
}
#alert-modal.info {
  background: rgb(198, 228, 255);
  background: linear-gradient(0deg, rgb(198, 228, 255) 0%, rgb(244, 253, 255) 100%);
}
#alert-modal.warning {
  background: rgb(255, 229, 198);
  background: linear-gradient(0deg, rgb(255, 229, 198) 0%, rgb(255, 253, 244) 100%);
}
#alert-modal.error {
  background: rgb(255, 198, 198);
  background: linear-gradient(0deg, rgb(255, 198, 198) 0%, rgb(255, 244, 244) 100%);
}

div.table-container {
  margin: 0 !important;
  overflow-y: scroll;
  width: 100% !important;
}
div.table-container > table {
  border-collapse: collapse;
  display: table;
  width: 100%;
}
div.table-container > table th,
div.table-container > table td {
  padding: 0.5em 0.75em;
}
div.table-container > table th {
  background-color: #cdcdcd;
  border: 1px solid white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
div.table-container > table td {
  border: 1px solid #cdcdcd;
}
div.table-container > table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
div.table-container > table tbody > tr {
  cursor: pointer;
}
div.table-container > table tbody > tr.selected {
  background-color: #9b9b9b;
}
div.table-container > table tbody > tr:hover {
  background-color: #b9b9b9;
}

section.form-block {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 95%;
}
section.form-block > h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
section.form-block > h3::before {
  background-color: #088190;
  content: "";
  height: 1px;
  position: absolute;
  top: -10px;
  width: 100%;
}

div.tabs-container {
  width: 60%;
}
div.tabs-container > div.tabs {
  display: flex;
  justify-content: space-around;
}
div.tabs-container > div.tabs > span {
  background-color: #cdcdcd;
  border: 1px solid #9e9e9e;
  cursor: pointer;
  padding: 0.5em 0.75em;
  text-align: center;
  width: 100%;
}
div.tabs-container > div.tabs > span.visible {
  background-color: white;
  border-bottom: none;
}
div.tabs-container > div.tab {
  display: none;
}
div.tabs-container > div.tab.visible {
  border: 1px solid #9e9e9e;
  border-top: none;
  display: flex;
  flex-direction: column;
  height: 200px;
  position: relative;
}
div.tabs-container > div.tab.visible > div {
  padding: 5px;
  width: 50%;
}

.leaflet-container {
  width: 40%;
}

.input-field {
  width: 50%;
}

#gazetteer-app {
  display: flex;
  height: 100%;
}

#left-sidebar {
  border: 1px solid #cdedff;
  width: 300px;
}
#left-sidebar > * {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
}
#left-sidebar > header {
  border-bottom: 1px solid #cdedff;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#left-sidebar > header > button {
  background-color: #78aab5;
  border: none;
  bottom: 10px;
  color: white;
  cursor: pointer;
  padding: 0.5em 1em;
  position: absolute;
  right: 15px;
}
#left-sidebar > header > button:hover {
  background-color: #9abdc5;
}
#left-sidebar > header > a {
  color: gray;
  font-size: 0.9em;
  margin-bottom: 20px;
  text-decoration: none;
}
#left-sidebar > header > h3 {
  font-size: 1.3em;
  font-weight: bold;
}
#left-sidebar > footer button {
  background-color: #3c8494;
  border: none;
  box-shadow: 0 0 10px 3px #e7e7e7;
  color: white;
  cursor: pointer;
  font-size: 1em;
  padding: 0.5em 1em;
  width: 100%;
}
#left-sidebar > footer button:hover {
  background-color: #5095a4;
}
#left-sidebar > div {
  width: 100%;
}
#left-sidebar > div > div {
  width: 100%;
}
#left-sidebar > div > div label {
  color: #3e3e3e;
  display: block;
  font-size: 0.95em;
  margin-bottom: 0.5em;
}
#left-sidebar > div > div input,
#left-sidebar > div > div select {
  width: 100%;
}
#left-sidebar > div > div:not(:last-of-type) {
  margin-bottom: 15px;
}

#content {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 300px);
}
#content > div.container {
  width: 100%;
}

#tools-bar {
  background-color: #088190;
}

#map-view {
  height: 50%;
  position: relative;
  width: 100%;
}
#map-view > div.leaflet-container {
  height: 100%;
  margin-bottom: 0;
  width: 100%;
  z-index: 0;
}

#layers {
  display: flex;
  height: inherit;
  position: fixed;
  left: calc(100% - 40px);
  top: 0;
  width: 250px;
}
#layers.visible {
  left: unset;
  right: 0;
}
#layers > button {
  border: 2px solid #3c8494;
  height: 40px;
  font-size: 2em;
  padding: 3px;
  position: relative;
  top: 10px;
  width: 45px;
}
#layers .container {
  background-color: white;
  border-left: 1px solid #cdedff;
  flex-grow: 1;
}
#layers .container header {
  border-bottom: 1px solid #cdedff;
  display: flex;
  padding: 10px;
}
#layers .container header > h3 {
  flex-grow: 1;
  font-size: 1.3em;
  font-weight: bold;
}
#layers .container > div {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  padding-bottom: 0;
}
#layers .container > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
#layers .container > div > div > button {
  margin-right: 5px;
}

#table-view {
  border: 1px solid #cdedff;
  height: 50%;
  resize: vertical;
  display: flex;
  flex-direction: column;
}
#table-view > header {
  display: flex;
  padding: 10px 15px;
}
#table-view > header > h3 {
  flex-grow: 1;
  font-size: 1.3em;
  font-weight: bold;
}
#table-view > header > button {
  background-color: #3c8494;
  border: none;
  box-shadow: 0 0 10px 3px #e7e7e7;
  color: white;
  cursor: pointer;
  font-size: 0.8em;
  margin: 0 10px;
  padding: 0.5em 1em;
}

#thematic-app {
  display: flex;
  height: 100%;
}
#thematic-app > div {
  display: flex;
  flex-direction: column;
  /* Styles for layers bar */
}
#thematic-app > div:nth-of-type(2) {
  width: calc(100% - 300px);
}
#thematic-app > div:nth-of-type(1) {
  background-color: white;
  width: 300px;
  height: 100%;
  overflow-y: auto;
}
#thematic-app > div:nth-of-type(1) > header {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
  border-bottom: 1px solid #cdedff;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#thematic-app > div:nth-of-type(1) > header > a {
  color: gray;
  font-size: 0.9em;
  margin-bottom: 20px;
  text-decoration: none;
}
#thematic-app > div:nth-of-type(1) > header > h3 {
  font-size: 1.3em;
  font-weight: bold;
}
#thematic-app > div:nth-of-type(1) > div {
  flex: 1;
  padding: 0 15px;
}
#thematic-app > div:nth-of-type(1) > div > div {
  /*Each layer item*/
  background-color: #e2e2e2;
  margin-top: 15px;
  display: flex;
}
#thematic-app > div:nth-of-type(1) > div > div > span {
  align-items: center;
  display: flex;
  padding: 3px 3px;
}
#thematic-app > div:nth-of-type(1) > div > div > div {
  display: flex;
  flex-direction: column;
  margin-right: 5px;
}
#thematic-app > div:nth-of-type(1) > div > div > div > a,
#thematic-app > div:nth-of-type(1) > div > div > div > button {
  background-color: #78aab5;
  border: 1px solid gray;
  color: white;
  display: block;
  padding: 2px;
}
#thematic-app > div:nth-of-type(1) > div > div:last-of-type {
  margin-bottom: 15px;
}
#thematic-app #table-container {
  height: 30%;
  overflow: auto;
}
#thematic-app #table-container thead {
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#thematic-app #table-container thead th {
  border: 1px solid black;
  padding: 7px 5px;
  text-align: left;
}
#thematic-app #table-container tbody td {
  padding: 7px 5px;
}
#thematic-app div.leaflet-container {
  height: 70%;
  width: 100%;
}

a.tool-link {
  background-color: #088190;
  border-radius: 9px;
  color: white;
  display: block;
  margin-bottom: 1em;
  padding: 0.75em 1.5em;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

div.end-point > div.path {
  display: flex;
  margin-bottom: 15px;
}
div.end-point > div.path .http-verb {
  background-color: #088190;
  color: white;
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 5px;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
div.end-point > div.request-block {
  margin-bottom: 15px;
}
div.end-point > div.request-block > h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
div.end-point > div.request-block > ul > li > .key,
div.end-point > div.request-block > ul > li > .value {
  display: inline-block;
  font-family: monospace;
  margin-left: 10px;
}
div.end-point > div.request-block p.description {
  margin-left: 10px;
}
div.end-point > a {
  border: none;
  background-color: #feca6c;
  color: black;
  padding: 0.5em 1em;
}

p.code-block {
  padding: 10px 15px;
}
p.code-block > .code {
  display: block;
  margin-bottom: 5px;
}

#role-data {
  opacity: 0;
  position: fixed;
  z-index: -1;
}

#login {
  display: flex;
  height: 100%;
  width: 100%;
}
#login .input-component button {
  display: none;
}
#login .input-component button.visible {
  display: inline-block;
}
