/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #a0a0a0;
}
.ol-overlay-container {
  will-change: left, right, top, bottom;
}
.ol-unsupported {
  display: none;
}
.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}
/*!
Fork Awesome 1.1.7
License - https://forkaweso.me/Fork-Awesome/license

Copyright 2018 Dave Gandy & Fork Awesome

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
@font-face {
  font-family: 'ForkAwesome';
  src: url(/static/clients/apps/ee7f6f29f460e446e6e1e2662b91732f.woff2) format('woff2'), url(/static/clients/apps/0d6429ff3aa61c3f8106e6fd96554530.woff) format('woff');
}
.fa,
.fa.icon {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-pulse {
  animation: fa-pulse 2s infinite ease-in-out;
}
@keyframes fa-pulse {
  0% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(0.75);
  }
}
/******** MOBILE ********/
/******** MEDIA QUERIES ********/
@font-face {
  font-family: "u001";
  src: url(/static/clients/apps/32912fb88033f34df55b82905bbbcf38.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "u001";
  src: url(/static/clients/apps/21b722dd2c0ca2230223e6b56af8d728.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "u001";
  src: url(/static/clients/apps/fb0b6c508abb8803d3b3776e800cb03b.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "u001";
  src: url(/static/clients/apps/1fc8a9e09f59daa9226bf2c2b2240eac.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
/******** FONT WEIGHTS ********/
/******** FONT SIZES ********/
/******** INTERACTIVE TEXT ********/
/******** INPUT ********/
/******** Junk - TO BE SORTED ********/
.link {
  transition: all 0.1s;
  cursor: pointer;
}
.link:hover {
  color: #7c0595;
}
.labelStyle {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  text-decoration: underline;
}
.transition {
  transition: all 0.1s;
}
.transitionSlow {
  transition: all 0.3s;
}
.border1px {
  border: 1px solid #646464;
}
.legendItemPosition {
  width: 32px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
}
.interactive {
  transition: all 0.1s;
  cursor: default;
}
.interactive:hover {
  color: #7c0595;
}
.widgetBackground {
  background-color: #f7f7f7;
  padding: 5px;
}
.widgetActiveBackground {
  transition: all 0.1s;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  padding: 5px;
  margin-bottom: 5px;
}
.widgetActiveBackground:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  cursor: default;
}
.widgetActiveBackground.active {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #a0a0a0 white;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
*::-webkit-scrollbar {
  width: 7.5px;
  height: 7.5px;
}
*::-webkit-scrollbar-track {
  background-color: #fcfcfc;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #000000), color-stop(0.51, #ffffff), color-stop(1, #ffffff));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(left, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to right, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  background-image: -ms-repeating-linear-gradient(left, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffffffff", GradientType=1);
}
*::-webkit-scrollbar-thumb {
  background: #a0a0a0;
  width: 7.5px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}
body {
  font-family: 'u001';
  font-size: 0.9rem;
  background-color: #ffffff;
  color: #6c3403;
}
h1 {
  font-weight: 700;
  font-size: 330%;
  line-height: 90%;
  letter-spacing: -1.5px;
  min-height: 1em;
}
h2 {
  font-weight: 900;
  font-size: 1.26rem;
  color: #6c3403;
}
h3 {
  font-weight: 600;
}
a {
  transition: all 0.1s;
  color: #6c3403;
  text-decoration-color: #646464;
}
a:hover {
  color: #7c0595;
}
.loader-spinner {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  animation: fa-spin 2s infinite linear;
  margin: 0 5px;
}
.loader-spinner:before {
  color: #646464;
  content: '\f1ce';
}
.toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.toggle .active,
.toggle .no-active {
  font-weight: 500;
}
.toggle .active {
  color: #7c0595;
}
.toggle .no-active {
  color: #a0a0a0;
}
.toggle .icon-only:before {
  font-size: 18px;
  color: #7c0595;
  margin: 0 5px;
}
.hidden {
  display: none !important;
}
.app-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.app-inner .header {
  height: 35px;
}
.app-inner .app-announcement {
  height: fit-content;
}
.app-inner .main {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: auto;
}
.app-inner .footer {
  height: 15px;
}
.sidebar-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(100% - 30%);
}
.map-fs .map-wrapper,
.map-and-info .map-wrapper {
  position: absolute;
  top: 0;
  right: 30%;
  bottom: 0;
  left: 0;
}
.layer-stub .inspire-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(100% - 30% + 15px - 1px);
  height: 100%;
  z-index: 3;
}
.map-and-right-sidebar > div:nth-child(1),
.main-and-right-sidebar > div:nth-child(1) {
  position: absolute;
  top: 0;
  right: 30%;
  bottom: 0;
  left: 15px;
}
.map-and-right-sidebar > div:nth-child(2),
.main-and-right-sidebar > div:nth-child(2) {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: calc(100% - 30% + 15px - 1px);
}
.vertical-split {
  position: absolute;
  top: 0;
  right: 30%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.vertical-split > div {
  flex: 1;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
.vertical-split > div:first-child {
  margin-bottom: 15px;
}
.vertical-split > div.snail {
  display: flex;
  flex-direction: row-reverse;
}
.vertical-split > div.snail > div {
  flex: 1;
  position: relative;
  overflow: auto;
}
.vertical-split > div.snail > div.map-wrapper {
  overflow: hidden;
  margin-left: 15px;
}
.vertical-split > div.snail > div > div:nth-child(2) {
  direction: rtl;
}
.vertical-split > div.snail > div > div:nth-child(2) > * {
  direction: ltr;
}
.app-split-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  padding: 5px;
  padding-right: 0px;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
}
.app-split-header .app-split-title {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.app-split-header .app-split-title .icon {
  margin-right: 0.5em;
}
.app-split-header .btn {
  margin-left: 7.5px;
}
.app-split-header .legend-type {
  text-transform: lowercase;
}
.app-split-main {
  display: flex;
  justify-content: space-between;
  height: calc(100% - 35px);
}
.header {
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-wrap: initial;
  padding: 0 15px;
  font-size: 80%;
}
.header > div {
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-wrap: initial;
  height: 35px;
}
.header * {
  font-size: inherit !important;
  color: #6c3403;
}
.header a:hover {
  box-shadow: initial;
}
.header .icon {
  margin-right: 5px;
  color: #7c0595;
}
.header summary:hover > div,
.header button:hover > div,
.header .brand-logo > div {
  height: 35px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
.header summary:hover .brand-name,
.header button:hover .brand-name,
.header .brand-logo .brand-name {
  background-image: url(/static/clients/apps/64a143d7623e75554042fe2a4bc8dbd7.svg);
  width: 95px;
  margin-right: 0px;
  margin-bottom: 3px;
}
.header .app-title {
  font-weight: 500;
  font-size: 15px !important;
  letter-spacing: -0.5px;
  margin-left: 1ch;
}
.header .app-title:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f054';
  font-size: inherit;
  color: inherit;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.header .app-title span {
  transition: all 0.1s;
  cursor: pointer;
  color: #6c3403;
}
.header .app-title span:hover {
  color: #7c0595;
}
.header .app-title a {
  text-decoration: none;
}
.header .lang-switch,
.header .navigate {
  margin-left: 15px;
}
.header .app-listwrapper {
  position: absolute;
  top: 0px;
  right: calc(30% + 25px);
  bottom: auto;
  left: auto;
}
.header .app-listwrapper .icon {
  margin-right: 5px;
}
.header .header-toolbar {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: auto;
  left: auto;
  transition: all 0.1s;
  z-index: 99999999;
  cursor: default;
}
.header .header-toolbar a {
  color: #6c3403;
  text-decoration: none;
  cursor: default;
}
.header .header-toolbar .navigate.login {
  margin-left: 0px;
}
.header .header-toolbar .user {
  display: flex;
}
.header .header-toolbar .user details {
  margin-right: 15px;
  position: relative;
}
.header .header-toolbar .user details summary {
  margin: 0px;
  height: 100%;
}
.header .header-toolbar .user details summary::after {
  display: none;
}
.header .header-toolbar .user details summary .menu-label {
  margin-right: 7.5px;
}
.header .header-toolbar .user details .details-tail {
  position: absolute;
  top: initial;
  right: initial;
  bottom: initial;
  left: -7.5px;
  background-color: white;
  padding: 7.5px;
  border: 0px;
  -webkit-box-shadow: 0px 6px 9px -4px #999999;
  -moz-box-shadow: 0px 6px 9px -4px #999999;
  box-shadow: 0px 6px 9px -4px #999999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 25ch;
}
.header .header-toolbar .user details .details-tail .app-select {
  margin-top: 15px;
}
.header .header-toolbar .user details .details-tail .app-select .tail {
  margin-top: 7.5px;
  padding-left: 2em;
}
.header .header-toolbar .user details .details-tail .app-select .tail .app-item {
  display: block;
  padding: 4.5px 0;
}
.header .header-toolbar .user details .details-tail .documentation,
.header .header-toolbar .user details .details-tail .user-details__wrapper,
.header .header-toolbar .user details .details-tail .login {
  margin-top: 11.25px;
  border-top: 1px solid #646464;
  padding-top: 11.25px;
}
.header .header-toolbar .user details .details-tail .documentation .contact,
.header .header-toolbar .user details .details-tail .user-details__wrapper .contact,
.header .header-toolbar .user details .details-tail .login .contact {
  padding-top: 4.5px;
}
.header .header-toolbar .user details .details-tail .documentation .contact:hover,
.header .header-toolbar .user details .details-tail .user-details__wrapper .contact:hover,
.header .header-toolbar .user details .details-tail .login .contact:hover {
  color: #6c3403;
}
.header .header-toolbar .user details .details-tail .documentation .contact:hover .icon,
.header .header-toolbar .user details .details-tail .user-details__wrapper .contact:hover .icon,
.header .header-toolbar .user details .details-tail .login .contact:hover .icon {
  color: #6c3403;
}
.header .header-toolbar .user details .details-tail .documentation .help:hover,
.header .header-toolbar .user details .details-tail .user-details__wrapper .help:hover,
.header .header-toolbar .user details .details-tail .login .help:hover {
  color: #6c3403;
}
.header .header-toolbar .user details .details-tail .documentation .help:hover .icon,
.header .header-toolbar .user details .details-tail .user-details__wrapper .help:hover .icon,
.header .header-toolbar .user details .details-tail .login .help:hover .icon {
  color: #6c3403;
}
.app-announcement {
  padding: 15px;
  background-color: #ffd7d7;
  display: flex;
  gap: 15px;
  margin-bottom: 7.5px;
}
.app-announcement .message {
  position: relative;
  background-color: #ffffff;
  padding: 7.5px;
  border-radius: 0.5rem;
}
.app-announcement .message:before {
  content: ' ';
  width: 1rem;
  height: 1rem;
  background-image: url(/static/clients/apps/4e8bc64f08466fb23986acc25cb220dd.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  z-index: 1;
  top: -0.95rem;
  left: 2rem;
}
.app-announcement button {
  color: #ffffff;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-wrap: initial;
  padding: 0 15px;
  font-size: 0.7rem;
  background: #fff;
}
.footer .md * {
  padding: 0px !important;
  margin: 0px !important;
}
.footer a {
  color: #525252 !important;
  text-decoration: none !important;
  box-shadow: initial !important;
  cursor: default;
}
.footer a:hover,
.footer a:focus {
  text-decoration: underline !important;
}
.footer .footerLink {
  align-items: center;
  margin-right: 2ch;
}
.footer .csac-credits {
  margin-left: auto;
}
.footer .csac-credits .cs-link {
  margin-right: 0.5ch;
}
.footer .csac-credits .ac-link {
  margin-left: 0.5ch;
}
.app-select .app-item .app-picto::before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f00c';
  margin-right: 7.5px;
}
.app-select .app-item:hover .app-picto::before {
  color: #7c0595;
}
.app-select .app-item.view .app-picto::before {
  content: '\f278';
}
.app-select .app-item.compose .app-picto::before {
  content: '\f040';
}
.app-select .app-item.metadata .app-picto::before {
  content: '\f0f6';
}
.app-select .app-item.statistics .app-picto::before {
  content: '\f201';
}
.app-select .app-item.alias .app-picto::before {
  content: '\f10e';
}
.app-select .app-item.angled-project .app-picto::before {
  content: '\f0ce';
}
.app-select .app-item.angled-query .app-picto::before {
  content: '\f002';
}
.app-select .app-item.angled-universe .app-picto::before {
  content: '\f02d';
}
.app-select .app-item.timeserie .app-picto::before {
  content: '\eea2';
}
.app-select .app-item.brugeotool .app-picto::before {
  content: '\eea1';
}
.app-select .app-item.infiltration .app-picto::before {
  content: '\eea3';
}
.app-select .app-item.solar .app-picto::before {
  content: '\eea0';
}
.checkbox__wrapper label {
  display: flex;
  align-items: center;
}
.checkbox__wrapper label input[type='checkbox'] {
  display: flex;
  align-items: center;
  appearance: none;
  font-size: 1.25em;
  margin: 0;
  margin-left: 1ch;
  border: 0px;
}
.checkbox__wrapper label input[type='checkbox']:focus {
  outline: 2px solid blue;
}
.checkbox__wrapper label input[type='checkbox']:focus:not(:focus-visible) {
  outline: none;
}
.checkbox__wrapper label input[type='checkbox']:focus-visible {
  outline: 2px solid blue;
}
.checkbox__wrapper label input[type='checkbox']:after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f096';
  color: #6c3403;
}
.checkbox__wrapper label input[type='checkbox']:checked:after {
  content: '\f14a';
}
details summary::-webkit-details-marker,
details summary::marker {
  display: none;
  content: '';
}
details summary {
  margin-bottom: 15px;
}
details summary:focus {
  outline: 2px solid blue;
}
details summary:focus:not(:focus-visible) {
  outline: none;
}
details summary:focus-visible {
  outline: 2px solid blue;
}
details summary {
  display: flex;
  align-items: center;
  cursor: default;
}
details summary:after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  font-size: 0.8em;
  display: block;
  content: '\f054';
  margin-left: auto;
  padding-left: 1ch;
}
details[open] summary:after {
  content: '\f078';
}
details summary.tooled .summary-title {
  margin-right: auto;
}
details summary.tooled:after {
  margin-left: 15px;
}
details.download-table {
  position: relative;
}
details.download-table summary {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  margin: 0;
}
details.download-table summary:focus {
  outline: 2px solid blue;
}
details.download-table summary:focus:not(:focus-visible) {
  outline: none;
}
details.download-table summary:focus-visible {
  outline: 2px solid blue;
}
details.download-table summary.disabled:before {
  color: #afafaf;
}
details.download-table summary::before,
details.download-table summary::after {
  display: none;
}
details.download-table summary.btn.icon-only {
  border-radius: initial;
}
details.download-table[open] summary {
  color: #7c0595;
}
details.download-table .download__body {
  position: absolute;
  top: initial;
  right: initial;
  bottom: initial;
  left: 0;
  padding: 7.5px;
  width: 200px;
  z-index: 2;
  background-color: white;
  border: 0 px;
  -webkit-box-shadow: 0px 6px 9px -4px #7c0595;
  -moz-box-shadow: 0px 6px 9px -4px #7c0595;
  box-shadow: 0px 6px 9px -4px #7c0595;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1rem;
}
details.download-table .download__body .export-title {
  font-weight: 500;
  margin-bottom: 7.5px;
}
details.download-table .download__body .export-link {
  display: block;
  padding: 3.75px 0;
}
.geocoder-wrapper {
  position: absolute;
  top: 7.5px;
  right: initial;
  bottom: initial;
  left: 7.5px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.geocoder-wrapper .mono {
  height: 2rem;
  width: 15ch;
  width: fit-content;
  background-color: #ffffff;
  color: #7c0595;
  padding: 0 15px;
  border: 2px solid #7c0595;
  border-right: 0px;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
  display: flex;
  align-items: center;
}
.geocoder-wrapper .select {
  margin-bottom: 0px;
}
.geocoder-wrapper .select select {
  height: 2rem;
  width: 15ch;
  width: fit-content;
  background-color: #ffffff;
  color: #7c0595;
  padding: 0;
  padding-left: 15px !important;
  border: 2px solid #7c0595;
  border-right: 0px;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
}
.geocoder-wrapper .select select option {
  color: #6c3403;
}
.geocoder-wrapper .select select:focus-visible,
.geocoder-wrapper .select select:hover {
  background-color: #7c0595;
  color: #ffffff;
  outline: 0px;
}
.geocoder-wrapper .search {
  display: flex;
  width: 40ch;
}
.geocoder-wrapper .search input[type='text'] {
  width: 100%;
  border: 2px solid #7c0595;
  border-right: 0px;
  height: 2rem;
  border-radius: initial;
}
.geocoder-wrapper .search input[type='text']:focus {
  outline: none;
}
.geocoder-wrapper .search .btn {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-left: 0px;
}
.geocoder-wrapper .search input,
.geocoder-wrapper .search .btn {
  height: 2rem !important;
  box-sizing: border-box;
}
.geocoder-wrapper .search .coord-actions {
  display: flex;
  border-left: 2px solid #7c0595;
}
.geocoder-wrapper .search .coord-actions .btn {
  border-radius: 0px;
}
.geocoder-wrapper .search .coord-actions .btn:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.geocoder-wrapper .search-results {
  width: 40ch;
  position: absolute;
  top: 1rem;
  z-index: -1;
  background-color: #ffffff;
  padding: 7.5px;
  padding-top: 1.5rem;
  border: 2px solid #7c0595;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
.geocoder-wrapper .search-results .result {
  cursor: default;
  margin-bottom: 3.75px;
  display: flex;
}
.geocoder-wrapper .search-results .result-select {
  margin-bottom: 3.75px;
  width: 100%;
  display: flex;
  align-items: center;
}
.geocoder-wrapper .search-results .result-select .result-label {
  flex-shrink: 1;
}
.geocoder-wrapper .search-results .result-select .result-actions {
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
}
.geocoder-wrapper .search-results .result-select.simple button {
  width: 100%;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.geocoder-wrapper .search-results .result-select.simple button .icon {
  flex-shrink: 0;
  color: #7c0595;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 100%;
}
.geocoder-wrapper .search-results .result-select.simple button:hover .label {
  text-decoration: underline;
}
.geocoder-wrapper .search-results .result-select.simple button:hover .icon {
  border-color: #7c0595;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 7.5px 0;
  width: 100%;
  border: 0px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #222, 0px 0px 0px #2f2f2f;
  background: #6c3403;
  border-radius: 5px;
  border: 1px solid #6c3403;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #111, 0px 0px 0px #1e1e1e;
  border: 1px solid #6c3403;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #7c0595;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #222, 0px 0px 0px #2f2f2f;
  background: #6c3403;
  border-radius: 5px;
  border: 1px solid #6c3403;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #111, 0px 0px 0px #1e1e1e;
  border: 1px solid #6c3403;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: white;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 15px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 1px solid #6c3403;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #222, 0px 0px 0px #2f2f2f;
}
input[type=range]::-ms-fill-upper {
  background: #6c3403;
  border: 1px solid #6c3403;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #222, 0px 0px 0px #2f2f2f;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #111, 0px 0px 0px #1e1e1e;
  border: 1px solid #6c3403;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: white;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #6c3403;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f87c10;
}
input,
input[type='email'],
input[type='password'],
input[type='search'],
input[type='url'],
input[type='text'],
input[type='number'],
textarea {
  font-family: 'u001';
  border: 1px solid #646464;
  font-size: 1em;
  padding: 0.3em;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
input::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::placeholder,
input[type='email']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='url']::placeholder,
input[type='text']::placeholder,
input[type='number']::placeholder,
textarea::placeholder {
  color: #646464;
}
input.clear {
  color: transparent;
}
input[type='color'] {
  padding: 0px;
  padding-right: 0px !important;
  height: 25px;
}
input[type='color'] {
  -webkit-appearance: none;
  border: none;
}
input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type='color']::-webkit-color-swatch {
  border: 1px solid #646464;
}
input[type='range'] {
  padding: 0px;
  padding-right: 0px !important;
}
.input__wrapper--text {
  width: 100%;
  display: flex;
}
.input__wrapper--text input {
  width: 100%;
  padding-right: 3ch;
}
.input__wrapper--text button.input-ok-button {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  margin-left: -4.5ch;
  color: transparent;
  padding: 0.3em;
}
.input__wrapper--text:focus-within button.input-ok-button {
  color: #afafaf;
}
.input__wrapper--text:focus-within button.input-ok-button:hover {
  color: #7c0595;
}
.list__item {
  font-weight: 900;
  font-size: 1.26rem;
  position: relative;
  color: #6c3403;
  border-bottom: 1px solid transparent;
  cursor: default;
  line-height: 110%;
  padding: 0.2em 0;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.list__item::after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f00c';
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  width: 1em;
  height: 100%;
}
.list__item.enabled {
  color: #7c0595;
}
.list__item.enabled::after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f00c';
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c0595;
  width: 1em;
  height: 100%;
}
.list__item.selected {
  color: #7c0595;
}
.list__item.selected::after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f00c';
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c0595;
  width: 1em;
  height: 100%;
}
.list__item:hover {
  color: #7c0595;
  border-color: #7c0595;
}
.list__item:hover::after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f00c';
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c0595;
  width: 1em;
  height: 100%;
}
.list__item:focus,
.list__item:active {
  color: #555555;
  border-color: #555555;
}
.list__item:focus::after,
.list__item:active::after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f00c';
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  width: 1em;
  height: 100%;
}
.list__item--drawer.selected {
  background-color: #f7f7f7;
}
.list__item--drawer:hover:after,
.list__item--drawer.selected:after {
  content: '\f0da';
}
.loader-anim,
.splash-spiner {
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}
.loader-anim:after,
.splash-spiner:after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  animation: fa-spin 2s infinite linear;
  color: #646464;
  content: '\f1ce';
  font-size: 48px;
}
.loader-anim__small:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  animation: fa-spin 2s infinite linear;
  color: #646464;
  content: '\f1ce';
  font-size: 18px;
}
.loader__small {
  font-weight: 400 !important;
  font-size: 0.72rem !important;
  color: #6c3403 !important;
}
.map-wrapper {
  background: url(/static/clients/apps/8a77c0b16b4944834cae05b325143a36.png) repeat;
  border-color: #646464;
  border-style: solid;
  overflow: hidden !important;
}
.map-wrapper .map {
  height: 100%;
  width: 100%;
  border-width: 1px;
  border-style: inherit;
  border-color: inherit;
}
.map-wrapper .map:focus-visible {
  border-width: 2px;
  border-color: #7c0595;
}
.map-wrapper .control-box {
  position: absolute;
  top: initial;
  right: 7.5px;
  bottom: 25px;
  left: initial;
  width: 2rem;
}
.map-wrapper .control-box * {
  font-size: inherit !important;
}
.map-wrapper .control-box > div button,
.map-wrapper .control-box > button {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  width: 2rem;
  height: 2rem;
  border: 2px solid #7c0595;
  border-radius: 2.5rem;
  background-color: #ffffff;
}
.map-wrapper .control-box > div button .icon,
.map-wrapper .control-box > button .icon {
  color: #6c3403;
}
.map-wrapper .control-box > div button:hover,
.map-wrapper .control-box > button:hover,
.map-wrapper .control-box > div button:focus-visible,
.map-wrapper .control-box > button:focus-visible {
  color: #7c0595;
  border-color: #7c0595;
  background-color: #7c0595;
  outline: initial;
}
.map-wrapper .control-box > div button:hover .icon,
.map-wrapper .control-box > button:hover .icon,
.map-wrapper .control-box > div button:focus-visible .icon,
.map-wrapper .control-box > button:focus-visible .icon {
  color: #ffffff;
}
.map-wrapper .control-box .btn--north,
.map-wrapper .control-box .zoom-in-btn,
.map-wrapper .control-box .zoom-out-btn,
.map-wrapper .control-box .zoom-rbc,
.map-wrapper .control-box .btn-expand,
.map-wrapper .control-box .switch-background {
  margin-top: 7.5px;
}
.map-wrapper .credit {
  position: absolute !important;
  top: initial !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 5px !important;
  font-size: 7pt;
  margin-bottom: 0px !important;
  width: calc(100% - 5px) !important;
  text-align: center;
}
.map-wrapper .credit a {
  color: #646464;
  text-decoration: none;
}
.map-wrapper .credit a:visited {
  color: #646464;
}
.map-wrapper .credit a:hover {
  color: #646464;
}
.map-wrapper .map-scale {
  position: absolute;
  top: initial;
  right: -1px;
  bottom: 0;
  left: initial;
  padding: 5px;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 1px;
  border-style: inherit;
  border-top-color: inherit;
  border-left-color: inherit;
  display: flex;
  align-items: flex-end;
}
.map-wrapper .map-scale .map-scale-label {
  font-size: 7pt;
  padding-right: 5px;
}
.map-wrapper .map-scale .map-scale-line {
  display: flex;
  align-items: flex-end;
  border: 1px solid #6c3403;
  border-top: 0px;
  height: 6px;
}
.map-wrapper .map-scale .map-scale-line .quarter {
  flex: 1;
  height: 33%;
}
.map-wrapper .map-scale .map-scale-line .quarter:first-child {
  border-right: 1px solid #6c3403;
}
.map-wrapper .map-scale .map-scale-line .half {
  flex: 2;
  height: 66%;
  border-left: 1px solid #6c3403;
}
.map .credit {
  display: none;
}
.embed .map .credit {
  display: block;
}
.map-list .map-tile {
  position: relative;
  flex-basis: 18%;
  min-width: 140px;
  max-width: 180px;
  font: inherit;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.map-list .map-tile:hover,
.map-list .map-tile:focus-visible {
  outline: none;
}
.map-list .map-tile:hover h3,
.map-list .map-tile:focus-visible h3 {
  text-decoration: underline;
}
.map-list .map-tile h3.map-title {
  line-height: 0.9;
  margin-top: 15px;
  margin-bottom: 7.5px;
  color: #6c3403;
}
.map-list .map-tile .map-status {
  position: absolute;
  top: 0;
  font-size: 0.7rem;
  border: 1px solid #6c3403;
  border-color: #7c0595;
  background-color: #ffffff;
  padding: 0.3em 0.5em;
  border-radius: 2em;
  width: fit-content;
  z-index: 2;
}
.map-list .map-tile .map-status .icon {
  margin-right: 0.5em;
}
.map-list .map-tile .map-status.draft .icon {
  color: #646464;
}
.map-list .map-tile .map-status.published .icon {
  color: blue;
}
.map-list .map-tile .map-status.public .icon {
  color: #00ad4e;
}
.map-list .map-tile .map-tile-img {
  background-color: #f7f7f7;
  position: relative;
  width: 90%;
  margin: 7.5px auto;
  overflow: hidden;
}
.map-list .map-tile .map-tile-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.map-list .map-tile .map-tile-img img,
.map-list .map-tile .map-tile-img .no-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}
.map-list .map-tile .map-tile-img img:not([src]),
.map-list .map-tile .map-tile-img .no-image:not([src]) {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
}
.map-list .map-tile .map-tile-img .no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-list .map-tile .map-tile-img .no-image span {
  color: #eaeaea;
  font-size: 4rem;
}
.markdown,
.md {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /* Sections
	 ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
	 ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
	 ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
	 ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
	 ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
	 ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
	 ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
}
.markdown html,
.md html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
.markdown body,
.md body {
  margin: 0;
}
.markdown main,
.md main {
  display: block;
}
.markdown h1,
.md h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.markdown hr,
.md hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
.markdown pre,
.md pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.markdown a,
.md a {
  background-color: transparent;
}
.markdown abbr[title],
.md abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
.markdown b,
.md b,
.markdown strong,
.md strong {
  font-weight: bolder;
}
.markdown code,
.md code,
.markdown kbd,
.md kbd,
.markdown samp,
.md samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.markdown small,
.md small {
  font-size: 80%;
}
.markdown sub,
.md sub,
.markdown sup,
.md sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.markdown sub,
.md sub {
  bottom: -0.25em;
}
.markdown sup,
.md sup {
  top: -0.5em;
}
.markdown img,
.md img {
  border-style: none;
}
.markdown button,
.md button,
.markdown input,
.md input,
.markdown optgroup,
.md optgroup,
.markdown select,
.md select,
.markdown textarea,
.md textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
.markdown button,
.md button,
.markdown input,
.md input {
  /* 1 */
  overflow: visible;
}
.markdown button,
.md button,
.markdown select,
.md select {
  /* 1 */
  text-transform: none;
}
.markdown button,
.md button,
.markdown [type='button'],
.md [type='button'],
.markdown [type='reset'],
.md [type='reset'],
.markdown [type='submit'],
.md [type='submit'] {
  -webkit-appearance: button;
}
.markdown button::-moz-focus-inner,
.md button::-moz-focus-inner,
.markdown [type='button']::-moz-focus-inner,
.md [type='button']::-moz-focus-inner,
.markdown [type='reset']::-moz-focus-inner,
.md [type='reset']::-moz-focus-inner,
.markdown [type='submit']::-moz-focus-inner,
.md [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.markdown button:-moz-focusring,
.md button:-moz-focusring,
.markdown [type='button']:-moz-focusring,
.md [type='button']:-moz-focusring,
.markdown [type='reset']:-moz-focusring,
.md [type='reset']:-moz-focusring,
.markdown [type='submit']:-moz-focusring,
.md [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.markdown fieldset,
.md fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.markdown legend,
.md legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
.markdown progress,
.md progress {
  vertical-align: baseline;
}
.markdown textarea,
.md textarea {
  overflow: auto;
}
.markdown [type='checkbox'],
.md [type='checkbox'],
.markdown [type='radio'],
.md [type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.markdown [type='number']::-webkit-inner-spin-button,
.md [type='number']::-webkit-inner-spin-button,
.markdown [type='number']::-webkit-outer-spin-button,
.md [type='number']::-webkit-outer-spin-button {
  height: auto;
}
.markdown [type='search'],
.md [type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
.markdown [type='search']::-webkit-search-decoration,
.md [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.markdown ::-webkit-file-upload-button,
.md ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.markdown details,
.md details {
  display: block;
}
.markdown summary,
.md summary {
  display: list-item;
}
.markdown template,
.md template {
  display: none;
}
.markdown [hidden],
.md [hidden] {
  display: none;
}
.markdown h1,
.md h1 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-all;
}
.markdown ul,
.md ul,
.markdown ol,
.md ol {
  list-style: initial;
}
.markdown a.absent,
.md a.absent {
  color: #c00;
}
.markdown a.anchor,
.md a.anchor {
  display: block;
  padding-left: 30px;
  margin-left: -30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.markdown h1,
.md h1,
.markdown h2,
.md h2,
.markdown h3,
.md h3,
.markdown h4,
.md h4,
.markdown h5,
.md h5,
.markdown h6,
.md h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  cursor: text;
  position: relative;
}
.markdown h1 .mini-icon-link,
.md h1 .mini-icon-link,
.markdown h2 .mini-icon-link,
.md h2 .mini-icon-link,
.markdown h3 .mini-icon-link,
.md h3 .mini-icon-link,
.markdown h4 .mini-icon-link,
.md h4 .mini-icon-link,
.markdown h5 .mini-icon-link,
.md h5 .mini-icon-link,
.markdown h6 .mini-icon-link,
.md h6 .mini-icon-link {
  display: none;
  color: #000;
}
.markdown h1:hover a.anchor,
.md h1:hover a.anchor,
.markdown h2:hover a.anchor,
.md h2:hover a.anchor,
.markdown h3:hover a.anchor,
.md h3:hover a.anchor,
.markdown h4:hover a.anchor,
.md h4:hover a.anchor,
.markdown h5:hover a.anchor,
.md h5:hover a.anchor,
.markdown h6:hover a.anchor,
.md h6:hover a.anchor {
  text-decoration: none;
  line-height: 1;
  padding-left: 0;
  margin-left: -22px;
  top: 15%;
}
.markdown h1:hover a.anchor .mini-icon-link,
.md h1:hover a.anchor .mini-icon-link,
.markdown h2:hover a.anchor .mini-icon-link,
.md h2:hover a.anchor .mini-icon-link,
.markdown h3:hover a.anchor .mini-icon-link,
.md h3:hover a.anchor .mini-icon-link,
.markdown h4:hover a.anchor .mini-icon-link,
.md h4:hover a.anchor .mini-icon-link,
.markdown h5:hover a.anchor .mini-icon-link,
.md h5:hover a.anchor .mini-icon-link,
.markdown h6:hover a.anchor .mini-icon-link,
.md h6:hover a.anchor .mini-icon-link {
  display: inline-block;
}
.markdown h1 tt,
.md h1 tt,
.markdown h1 code,
.md h1 code,
.markdown h2 tt,
.md h2 tt,
.markdown h2 code,
.md h2 code,
.markdown h3 tt,
.md h3 tt,
.markdown h3 code,
.md h3 code,
.markdown h4 tt,
.md h4 tt,
.markdown h4 code,
.md h4 code,
.markdown h5 tt,
.md h5 tt,
.markdown h5 code,
.md h5 code,
.markdown h6 tt,
.md h6 tt,
.markdown h6 code,
.md h6 code {
  font-size: inherit;
}
.markdown h1,
.md h1 {
  font-size: 28px;
  color: #000;
}
.markdown h2,
.md h2 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  color: #000;
}
.markdown h3,
.md h3 {
  font-size: 18px;
}
.markdown h4,
.md h4 {
  font-size: 16px;
}
.markdown h5,
.md h5 {
  font-size: 14px;
}
.markdown h6,
.md h6 {
  color: #777;
  font-size: 14px;
}
.markdown p,
.md p,
.markdown blockquote,
.md blockquote,
.markdown ul,
.md ul,
.markdown ol,
.md ol,
.markdown dl,
.md dl,
.markdown table,
.md table,
.markdown pre,
.md pre {
  margin: 7.5px 0;
}
.markdown hr,
.md hr {
  background: transparent;
  border: 0 none;
  color: #ccc;
  height: 4px;
  padding: 0;
}
.markdown > h2:first-child,
.md > h2:first-child,
.markdown > h1:first-child,
.md > h1:first-child,
.markdown > h1:first-child + h2,
.md > h1:first-child + h2,
.markdown > h3:first-child,
.md > h3:first-child,
.markdown > h4:first-child,
.md > h4:first-child,
.markdown > h5:first-child,
.md > h5:first-child,
.markdown > h6:first-child,
.md > h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
.markdown a:first-child h1,
.md a:first-child h1,
.markdown a:first-child h2,
.md a:first-child h2,
.markdown a:first-child h3,
.md a:first-child h3,
.markdown a:first-child h4,
.md a:first-child h4,
.markdown a:first-child h5,
.md a:first-child h5,
.markdown a:first-child h6,
.md a:first-child h6 {
  margin-top: 0;
  padding-top: 0;
}
.markdown h1 + p,
.md h1 + p,
.markdown h2 + p,
.md h2 + p,
.markdown h3 + p,
.md h3 + p,
.markdown h4 + p,
.md h4 + p,
.markdown h5 + p,
.md h5 + p,
.markdown h6 + p,
.md h6 + p {
  margin-top: 0;
}
.markdown li p.first,
.md li p.first {
  display: inline-block;
}
.markdown ul,
.md ul,
.markdown ol,
.md ol {
  padding-left: 30px;
}
.markdown ul.no-list,
.md ul.no-list,
.markdown ol.no-list,
.md ol.no-list {
  list-style-type: none;
  padding: 0;
}
.markdown ul li > :first-child,
.md ul li > :first-child,
.markdown ul li ul:first-of-type,
.md ul li ul:first-of-type,
.markdown ol li > :first-child,
.md ol li > :first-child,
.markdown ol li ul:first-of-type,
.md ol li ul:first-of-type {
  margin-top: 0px;
}
.markdown ul ul,
.md ul ul,
.markdown ul ol,
.md ul ol,
.markdown ol ol,
.md ol ol,
.markdown ol ul,
.md ol ul {
  margin-bottom: 0;
}
.markdown dl,
.md dl {
  padding: 0;
}
.markdown dl dt,
.md dl dt {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 15px 0 5px;
}
.markdown dl dt:first-child,
.md dl dt:first-child {
  padding: 0;
}
.markdown dl dt > :first-child,
.md dl dt > :first-child {
  margin-top: 0px;
}
.markdown dl dt > :last-child,
.md dl dt > :last-child {
  margin-bottom: 0px;
}
.markdown dl dd,
.md dl dd {
  margin: 0 0 15px;
  padding: 0 15px;
}
.markdown dl dd > :first-child,
.md dl dd > :first-child {
  margin-top: 0px;
}
.markdown dl dd > :last-child,
.md dl dd > :last-child {
  margin-bottom: 0px;
}
.markdown blockquote,
.md blockquote {
  border-left: 4px solid #ddd;
  padding: 0 15px;
  color: #777;
}
.markdown blockquote > :first-child,
.md blockquote > :first-child {
  margin-top: 0px;
}
.markdown blockquote > :last-child,
.md blockquote > :last-child {
  margin-bottom: 0px;
}
.markdown table th,
.md table th {
  font-weight: bold;
}
.markdown table th,
.md table th,
.markdown table td,
.md table td {
  border: 1px solid #646464;
  padding: 6px 15px;
}
.markdown table tr,
.md table tr {
  border-top: 1px solid #646464;
  background-color: #fff;
}
.markdown table tr:nth-child(2n),
.md table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.markdown img,
.md img {
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.markdown span.frame,
.md span.frame {
  display: block;
  overflow: hidden;
}
.markdown span.frame > span,
.md span.frame > span {
  border: 1px solid #ddd;
  display: block;
  float: left;
  overflow: hidden;
  margin: 15px 0 0;
  padding: 7px;
  width: auto;
}
.markdown span.frame span img,
.md span.frame span img {
  display: block;
  float: left;
}
.markdown span.frame span span,
.md span.frame span span {
  clear: both;
  color: #333;
  display: block;
  padding: 5px 0 0;
}
.markdown span.align-center,
.md span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}
.markdown span.align-center > span,
.md span.align-center > span {
  display: block;
  overflow: hidden;
  margin: 15px auto 0;
  text-align: center;
}
.markdown span.align-center span img,
.md span.align-center span img {
  margin: 0 auto;
  text-align: center;
}
.markdown span.align-right,
.md span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}
.markdown span.align-right > span,
.md span.align-right > span {
  display: block;
  overflow: hidden;
  margin: 15px 0 0;
  text-align: right;
}
.markdown span.align-right span img,
.md span.align-right span img {
  margin: 0;
  text-align: right;
}
.markdown span.float-left,
.md span.float-left {
  display: block;
  margin-right: 15px;
  overflow: hidden;
  float: left;
}
.markdown span.float-left span,
.md span.float-left span {
  margin: 15px 0 0;
}
.markdown span.float-right,
.md span.float-right {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  float: right;
}
.markdown span.float-right > span,
.md span.float-right > span {
  display: block;
  overflow: hidden;
  margin: 15px auto 0;
  text-align: right;
}
.markdown code,
.md code,
.markdown tt,
.md tt {
  margin: 0 2px;
  padding: 0px 5px;
  border: 1px solid #646464;
  background-color: #f7f7f7;
  border-radius: 3px;
}
.markdown code,
.md code {
  white-space: nowrap;
}
.markdown pre > code,
.md pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}
.markdown .highlight pre,
.md .highlight pre,
.markdown pre,
.md pre {
  background-color: #f7f7f7;
  border: 1px solid #6c3403;
  font-size: 15px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}
.markdown pre code,
.md pre code,
.markdown pre tt,
.md pre tt {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.markdown a,
.md a {
  color: #6c3403;
  text-decoration: underline;
}
.markdown a:hover,
.md a:hover {
  text-decoration: underline;
  color: #7c0595;
}
.markdown pre,
.md pre,
.markdown code,
.md code {
  font-size: 12px;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
}
.markdown em,
.md em {
  font-style: italic;
}
.markdown strong,
.md strong {
  font-weight: 600;
}
.markdown p,
.md p {
  margin-bottom: 1em;
}
.md--large {
  font-size: 2.2rem;
  font-weight: 400;
}
.md--large strong {
  font-weight: 900;
}
.md--small {
  font-size: 0.65rem;
}
.md--small strong {
  font-weight: 500;
}
.md--small p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}
.md code,
.markdown code {
  font-family: monospace;
  font-size: inherit;
}
.modal__background {
  font-size: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10000000000;
  background: rgba(0, 0, 0, 0.2);
}
.modal__background .modal__box {
  position: relative;
  background: #ffffff;
}
.modal__background .modal__box.modal-size-large {
  width: 66vw;
  height: 100vh;
}
.modal__background .modal__box.modal-size-medium {
  width: 50vw;
  min-height: 66vh;
}
.modal__background .modal__box.modal-size-small {
  width: 32vw;
  min-height: 16vw;
}
.modal__box {
  animation: slide 0.3s;
}
@keyframes slide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.modal__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal__header {
  flex-shrink: 0;
}
.modal__content {
  flex: 1;
  overflow: auto;
}
.modal__footer {
  flex-shrink: 0;
}
.modal__header {
  padding: 15px;
  border-bottom: 1px solid #646464;
}
.modal__content {
  padding: 15px;
}
.modal__footer {
  padding: 15px;
  border-top: 1px solid #646464;
}
.modal__footer__inner {
  display: flex;
  justify-content: space-between;
}
.modal__box__header h2 {
  margin: 0;
}
.modal__box .modal__content h2 {
  color: #a0a0a0;
}
.modal__box .modal__content--item {
  margin-bottom: 30px;
}
.modal__box .modal__content--item textarea {
  margin-right: 15px;
}
.select-filter__wrapper {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #6c3403;
  width: 100%;
  min-width: 12ch;
  max-width: 50ch;
  min-height: 2rem;
  margin-top: 0.3em;
  font-size: 1rem;
  cursor: default;
  position: relative;
  z-index: 3;
}
.select-filter__wrapper:focus {
  outline: 2px solid blue;
}
.select-filter__wrapper:focus:not(:focus-visible) {
  outline: none;
}
.select-filter__wrapper:focus-visible {
  outline: 2px solid blue;
}
.select-filter__wrapper summary {
  padding: 7.5px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
.select-filter__wrapper .select-tail__wrapper {
  position: absolute;
  max-height: 12rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 7.5px;
  -webkit-box-shadow: 0px 6px 9px -4px #999999;
  -moz-box-shadow: 0px 6px 9px -4px #999999;
  box-shadow: 0px 6px 9px -4px #999999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.select-filter__wrapper .select-tail__wrapper .input__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.select-filter__wrapper .select-tail__wrapper .input__wrapper input {
  flex-shrink: 1;
  margin-right: 7.5px;
}
.select-filter__wrapper .select-tail__wrapper .input__wrapper .btn-add {
  margin-left: auto;
  flex-shrink: 0;
}
.select-filter__wrapper .select-tail__wrapper input {
  margin-bottom: 7.5px;
  flex-shrink: 0;
}
.select-filter__wrapper .select-tail__wrapper .tail {
  overflow-y: auto;
  overflow-x: hidden;
}
.select-filter__wrapper .select-tail__wrapper .tail button {
  display: flex;
  width: 100%;
  font-size: inherit;
}
.select-filter__wrapper .select-tail__wrapper .tail button .item__control {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  margin-right: 0.5em;
  border: 2px solid #afafaf;
  flex-shrink: 0;
}
.select-filter__wrapper .select-tail__wrapper .tail button:focus-visible .item__control,
.select-filter__wrapper .select-tail__wrapper .tail button:hover .item__control {
  border: 2px solid #7c0595;
  background-color: #7c0595;
  box-shadow: 0px 0px 0px 3px #ffffff inset;
}
.select-filter__wrapper .select-tail__wrapper .tail button .item__label div {
  text-align: left;
}
.table-search-item .select-filter__wrapper * {
  font-size: 0.8rem;
}
select {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #6c3403;
  padding: 7.5px 15px;
  margin: 0;
  width: 100%;
  font-family: 'u001';
  font-size: 1rem;
  cursor: default;
  line-height: inherit;
}
select:focus {
  outline: 2px solid blue;
}
select:focus:not(:focus-visible) {
  outline: none;
}
select:focus-visible {
  outline: 2px solid blue;
}
select option {
  background-color: #ffffff;
}
.splash {
  position: relative;
  width: calc(100% - 2 * 15px);
  height: 100%;
  margin: auto;
  padding: initial;
  padding-top: 15px;
  border-top: 1px solid #646464;
  overflow-y: hidden;
  text-align: center;
  left: initial;
}
.splash .splash-content {
  margin-top: 16%;
  margin-bottom: 33px;
  text-align: center;
}
.splash .splash-content h1 {
  text-transform: uppercase;
  font-weight: 400;
}
.radio__fieldset .radio__item {
  margin-bottom: 7.5px;
}
.radio__fieldset .radio__item:last-child {
  margin: 0px;
}
.radio__fieldset .radio__item:focus-within .radio__control-inner {
  background-color: #7c0595 !important;
}
.radio__fieldset label {
  display: flex;
  align-items: center;
}
.radio__fieldset .radio__control {
  position: relative;
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  border-radius: 1em;
  margin-right: 0.5em;
  border: 2px solid #7c0595;
  background-color: #ffffff;
}
.radio__fieldset .radio__control-inner {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 1em;
  background-color: transparent;
}
.radio__fieldset .radio__control:focus {
  outline: none;
}
.radio__fieldset .radio__item:hover .radio__control-inner {
  background-color: #7c0595;
}
.radio__fieldset input {
  opacity: 0;
  width: 0px;
  height: 0px;
  cursor: pointer;
}
.radio__fieldset input:checked + .radio__control > span {
  background-color: #7c0595;
}
.radio__fieldset input:focus + .radio__control {
  outline: none;
}
.radio__fieldset.fieldset--horizontal .radio__item {
  margin-bottom: 0px;
}
.radio__fieldset.fieldset--horizontal .radio__item:last-child .radio__control {
  margin: 0px;
}
.switch-out__fieldset {
  position: relative;
  display: flex;
  align-items: center;
}
.switch-out__fieldset .switch__body {
  display: flex;
  align-items: center;
}
.switch-out__fieldset .toggle__wrapper {
  box-sizing: content-box;
  flex-shrink: 0;
  border: 2px solid #7c0595;
  border-radius: 2em;
  display: flex;
  background-color: #f7f7f7;
  width: 2em;
  height: 1em;
  margin: 0 0.5em;
}
.switch-out__fieldset .toggle__wrapper.first-selected .toggle__inner {
  margin: 0;
  margin-right: auto;
}
.switch-out__fieldset .toggle__wrapper.second-selected .toggle__inner {
  margin: 0;
  margin-left: auto;
}
.switch-out__fieldset .toggle__wrapper .toggle__inner {
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background-color: #7c0595;
  border: 1px solid #f7f7f7;
}
.switch-out__fieldset .switch__item:focus-within {
  outline: 2px solid blue;
}
.switch-out__fieldset .switch__item *:focus,
.switch-out__fieldset .switch__item *:focus-visible {
  outline: none;
}
.switch-out__fieldset label input[type='radio'] {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.switch__fieldset {
  display: flex;
}
.switch__fieldset .switch__body {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #646464;
  border-radius: 2em;
  background-color: #f7f7f7;
}
.switch__fieldset .switch__body:focus-within {
  outline: 3px dotted #7c0595;
}
.switch__fieldset .switch__body > div {
  padding: 7.5px 15px;
  border-radius: 2em;
  border: 2px solid #f7f7f7;
}
.switch__fieldset .switch__body > div.selected {
  background-color: #7c0595;
  color: #ffffff;
}
.switch__fieldset .switch__body > div.unselected {
  color: #6c3403;
}
.switch__fieldset .switch__body > div:focus-within,
.switch__fieldset .switch__body > div:hover {
  color: #7c0595;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #7c0595;
}
.switch__fieldset .switch__body > div:focus-within.selected,
.switch__fieldset .switch__body > div:hover.selected {
  background-color: #7c0595;
  color: #ffffff;
}
.switch__fieldset .switch__body .switch__item {
  text-align: center;
}
.switch__fieldset label input[type='radio'] {
  position: absolute;
  left: 0;
  opacity: 0;
}
div.infinite-table {
  height: 100%;
  background-color: #f7f7f7;
  padding: 5px;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
div.infinite-table .attr-headless-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.infinite-table.loading {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
div.infinite-table .table-toolbar {
  flex: 0 0 auto;
  min-height: 25px;
  padding: 5px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #646464;
}
div.infinite-table .table-toolbar .table-title {
  font-size: 1.4rem;
  max-width: 50%;
}
div.infinite-table .table-toolbar .table-title::first-letter {
  text-transform: capitalize;
}
div.infinite-table .table-toolbar .table-title:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f0ce';
  display: inline-block;
  margin-right: 5px;
}
div.infinite-table .table-toolbar .table-title .stream-status {
  font-size: 1rem;
  padding-left: 15px;
}
div.infinite-table .table-toolbar .table-download > span {
  transition: all 0.1s;
  cursor: pointer;
  margin-right: 15px;
}
div.infinite-table .table-toolbar .table-download > span:hover {
  color: #7c0595;
}
div.infinite-table .table-toolbar .table-download > span:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f019';
  display: inline-block;
  margin-right: 5px;
}
div.infinite-table .table-row,
div.infinite-table .table-header {
  width: 100%;
  border-bottom: 1px solid #646464;
  cursor: default;
  display: flex;
}
div.infinite-table .table-row .table-cell,
div.infinite-table .table-header .table-cell {
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
div.infinite-table .table-row .table-cell:last-child,
div.infinite-table .table-header .table-cell:last-child {
  border-right: none;
}
div.infinite-table .table-row .table-cell:first-child,
div.infinite-table .table-header .table-cell:first-child {
  text-align: right;
  min-width: 50px;
}
div.infinite-table .table-row .table-cell.data-type-number,
div.infinite-table .table-header .table-cell.data-type-number {
  text-align: right;
}
div.infinite-table .table-row .table-cell.table-header-cell,
div.infinite-table .table-header .table-cell.table-header-cell {
  display: inline-flex;
  align-items: center;
}
div.infinite-table .table-row .table-cell.table-header-cell .btn,
div.infinite-table .table-header .table-cell.table-header-cell .btn {
  color: #afafaf;
}
div.infinite-table .table-row .table-cell.table-header-cell:hover .btn,
div.infinite-table .table-header .table-cell.table-header-cell:hover .btn {
  color: #a0a0a0;
}
div.infinite-table .table-row .table-cell.table-header-cell:hover .btn:hover,
div.infinite-table .table-header .table-cell.table-header-cell:hover .btn:hover {
  color: #7c0595;
}
div.infinite-table .table-row .table-cell.table-header-cell .adjust-col,
div.infinite-table .table-header .table-cell.table-header-cell .adjust-col {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-right: 7.5px;
}
div.infinite-table .table-row .table-cell.table-header-cell .adjust-col *,
div.infinite-table .table-header .table-cell.table-header-cell .adjust-col * {
  font-size: 0.6rem !important;
}
div.infinite-table .table-row .table-cell.table-header-cell .adjust-col .btn,
div.infinite-table .table-header .table-cell.table-header-cell .adjust-col .btn {
  border-radius: 100%;
}
div.infinite-table .table-row .table-cell.table-header-cell .adjust-col .btn:hover,
div.infinite-table .table-header .table-cell.table-header-cell .adjust-col .btn:hover,
div.infinite-table .table-row .table-cell.table-header-cell .adjust-col .btn:focus-visible,
div.infinite-table .table-header .table-cell.table-header-cell .adjust-col .btn:focus-visible {
  background-color: #7c0595;
}
div.infinite-table .table-row .table-cell.table-header-cell .adjust-col .btn:hover .icon,
div.infinite-table .table-header .table-cell.table-header-cell .adjust-col .btn:hover .icon,
div.infinite-table .table-row .table-cell.table-header-cell .adjust-col .btn:focus-visible .icon,
div.infinite-table .table-header .table-cell.table-header-cell .adjust-col .btn:focus-visible .icon {
  color: #ffffff !important;
}
div.infinite-table .table-row .table-cell.table-header-cell .btn-add,
div.infinite-table .table-header .table-cell.table-header-cell .btn-add {
  width: 1rem;
  height: 1rem;
}
div.infinite-table .table-row .table-cell.table-header-cell .label-col,
div.infinite-table .table-header .table-cell.table-header-cell .label-col {
  flex-shrink: 1;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}
div.infinite-table .table-row .table-cell.table-header-cell .label-col span,
div.infinite-table .table-header .table-cell.table-header-cell .label-col span {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
}
div.infinite-table .table-row .table-cell.table-header-cell .label-col span:hover,
div.infinite-table .table-header .table-cell.table-header-cell .label-col span:hover {
  color: #7c0595;
}
div.infinite-table .table-row .table-cell.table-header-cell .label-col span:before,
div.infinite-table .table-header .table-cell.table-header-cell .label-col span:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f106';
  padding-right: 5px;
  color: #afafaf;
  font-size: 0.8rem !important;
}
div.infinite-table .table-row .table-cell.table-header-cell .label-col span:hover:before,
div.infinite-table .table-header .table-cell.table-header-cell .label-col span:hover:before {
  color: #7c0595;
}
div.infinite-table .table-row .table-cell.sorted,
div.infinite-table .table-header .table-cell.sorted {
  color: #7c0595;
}
div.infinite-table .table-row .table-cell.sorted.sorted-asc .label-col span:before,
div.infinite-table .table-header .table-cell.sorted.sorted-asc .label-col span:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f106';
  color: #7c0595;
}
div.infinite-table .table-row .table-cell.sorted.sorted-desc .label-col span:before,
div.infinite-table .table-header .table-cell.sorted.sorted-desc .label-col span:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f107';
  color: #7c0595;
}
div.infinite-table .table-row .table-cell .btn-search,
div.infinite-table .table-header .table-cell .btn-search {
  margin-left: 5px;
}
div.infinite-table .table-search {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 5px;
  border-top: 1px solid #6c3403;
}
div.infinite-table .table-search .filter--wrapper {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
div.infinite-table .table-search input {
  font-weight: 400;
  font-size: 0.72rem;
  color: #6c3403;
}
div.infinite-table .table-search .table-search-item {
  margin-bottom: 7.5px;
  margin-right: 15px;
}
div.infinite-table .table-search .table-search-item .search-field {
  margin-right: 1ch;
  font-weight: 500;
}
div.infinite-table .table-search .table-search-item .filter-op__wrapper {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
div.infinite-table .table-search .table-search-item .filter-op__label {
  font-weight: 400;
  font-size: 0.72rem;
  color: #6c3403;
}
div.infinite-table .table-search .table-search-item .filter-op {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7.5px;
  font-weight: 500;
  border-radius: 100%;
}
div.infinite-table .table-search .table-search-item .filter-op:hover,
div.infinite-table .table-search .table-search-item .filter-op.selected {
  background-color: #e3e3e3;
}
div.infinite-table .table-main {
  overflow-x: auto;
  overflow-y: auto;
  flex: 1;
}
div.infinite-table .table-main .table-header {
  display: flex;
  position: sticky;
  top: 0;
  background-color: #f7f7f7;
  z-index: 2;
  font-weight: 600;
  border-top: 1px solid #646464;
  min-width: 100%;
}
div.infinite-table .table-main .table-header .table-header-cell {
  overflow: initial;
  border-right: 1px solid #646464;
  margin: 5px 0;
  padding: 0 5px;
}
div.infinite-table .table-main .table-header .table-header-cell:last-child {
  border: 0px;
}
div.infinite-table .table-main .table-row {
  transition: all 0.1s;
}
div.infinite-table .table-main .table-row.active,
div.infinite-table .table-main .table-row.active:hover {
  background-color: #d9d9d9;
}
div.infinite-table .table-main .table-row:hover {
  background-color: #e8e8e8;
}
div.infinite-table .btn-next {
  margin: 0 5px;
}
div.infinite-table .table-body ::-moz-selection,
div.infinite-table .table-body ::selection {
  background: #d9d9d9;
}
.tabs__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1px;
  z-index: 2;
}
.tabs__list button.tab {
  background-color: #f7f7f7;
  height: 2em;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #646464;
  margin-right: -1px;
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
  font-weight: 500;
  font-size: 1em;
  color: #a0a0a0;
  border-bottom: 1px solid #646464;
}
.tabs__list button.tab:first-child {
  margin-left: 7.5px;
}
.tabs__list button.tab:hover {
  background-color: #ffffff;
  color: #6c3403;
  border-bottom: 1px solid #646464;
}
.tabs__list button.tab.selected {
  background-color: #ffffff;
  color: #6c3403;
  border-bottom: 1px solid #ffffff;
}
.tabs__list button.tab.selected:hover {
  border-bottom: 1px solid #ffffff;
}
.tab__content {
  padding-top: 15px;
  border-top: 1px solid #646464;
}
.tag__list {
  display: flex;
  flex-wrap: wrap;
}
.tag {
  position: relative;
  font-weight: 500;
  cursor: default;
  margin-right: 7.5px;
  margin-bottom: 7.5px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 2em;
  min-height: 1.7rem;
  height: fit-content;
  width: fit-content;
  padding-right: 0.3rem;
}
.tag .tag__value {
  padding: 0 15px;
}
.tag button {
  height: 1.7rem !important;
  width: 1.7rem !important;
}
.tag.small {
  font-size: 0.8rem;
  min-height: initial;
  padding-right: 0px;
}
.tag.small .tag__value {
  padding: 0 7.5px;
}
.tag.small button {
  height: 1.3rem !important;
  width: 1.3rem !important;
}
[data-tooltip] {
  position: relative;
  display: inline-block;
}
[data-tooltip].icon {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  cursor: default;
}
[data-tooltip].icon:hover {
  color: #7c0595;
}
[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
  opacity: 0.9;
  transition-delay: 0.5s;
}
[data-tooltip]:focus-visible::after,
[data-tooltip]:focus-visible::before {
  opacity: 0.9;
  transition-delay: 0s;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  font-family: 'u001';
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: initial;
  line-height: initial;
  position: absolute;
  left: 50%;
  top: -0.4rem;
  transform: translateX(-50%) translateY(-100%);
  background: #4b4b4b;
  text-align: center;
  color: #ffffff;
  min-width: 100px;
  border-radius: 5px;
  pointer-events: none;
  padding: 0.26666667rem;
  z-index: 9999999;
  opacity: 0;
}
[data-tooltip-position='left']::after {
  left: 0%;
  top: 50%;
  margin-left: -0.53333333rem;
  transform: translateX(-100%) translateY(-50%);
}
[data-tooltip-position='top']::after {
  left: 50%;
}
[data-tooltip-position='bottom']::after {
  top: 100%;
  margin-top: 0.53333333rem;
  transform: translateX(-50%) translateY(0%);
}
[data-tooltip-position='right']::after {
  left: 100%;
  top: 50%;
  margin-left: 0.53333333rem;
  transform: translateX(0%) translateY(-50%);
}
[data-tooltip-position='top-right']::after {
  margin-left: -15px;
  transform: translateX(0%) translateY(-100%);
}
[data-tooltip-position='top-left']::after {
  margin-left: 15px;
  transform: translateX(-100%) translateY(-100%);
}
[data-tooltip-position='bottom-right']::after {
  top: 100%;
  margin-left: -1.06666667rem;
  margin-top: 0.53333333rem;
  transform: translateX(0%) translateY(0%);
}
[data-tooltip-position='bottom-left']::after {
  top: 100%;
  margin-left: 1.06666667rem;
  margin-top: 0.53333333rem;
  transform: translateX(-100%) translateY(0%);
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .app-inner {
    position: relative;
    height: fit-content;
    min-height: 100%;
  }
  .app-inner .header,
  .app-inner .main,
  .app-inner .footer {
    position: relative;
    width: calc(100vw - 4 * 5px);
    height: auto;
    margin: 0 10px;
    padding: 0;
  }
  .app-inner .app-announcement {
    margin-left: 10px;
    margin-right: 10px;
  }
  .app-inner .main .map-wrapper,
  .app-inner .main .map-legend,
  .app-inner .main .feature-view.config {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: calc(100vw - 4 * 5px);
    height: auto;
    margin: 0;
    padding: 0;
  }
  .app-inner .main .map-wrapper {
    height: calc(100vw - 4 * 5px);
  }
  .vertical-split {
    position: relative;
    height: 200vw !important;
    max-height: calc(100vh - 4 * 5px) !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column-reverse;
  }
  .vertical-split .map-wrapper {
    height: auto;
    bottom: 50% !important;
    margin-bottom: 0 !important;
  }
  h1 {
    font-size: 250%;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body[lang='fr'] .brand-name {
    width: calc(100vw - 4 * 5px);
    max-width: calc(100vw - 4 * 5px);
  }
  body[lang='nl'] .brand-name {
    width: calc(100vw - 4 * 5px);
    max-width: calc(100vw - 4 * 5px);
  }
  .app-inner .header {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 5px;
    border-bottom: 1px solid #646464;
    padding-bottom: 10px;
  }
  .app-inner .header .logo-link {
    width: 100%;
  }
  .app-inner .header .brand-logo,
  .app-inner .header .brand-logo > div {
    height: 9.5vw;
    max-height: 35px;
  }
  .app-inner .header .brand-logo {
    border-bottom: 1px solid #646464;
    margin-bottom: 10px;
    width: 100%;
  }
  .app-inner .header .app-title,
  .app-inner .header .header-toolbar,
  .app-inner .header .app-listwrapper {
    position: relative;
    width: auto;
    min-height: 20px;
    height: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .app-inner .header .app-title {
    margin-left: 0;
    font-size: 1.1rem;
  }
  .app-inner .header .app-listwrapper {
    order: 2;
    margin: auto;
    border-top: 1px solid #646464;
    padding-top: 9.9px;
    width: 100%;
    margin-top: 10px;
  }
  .app-inner .header .app-listwrapper .navigate {
    margin: 0;
  }
  .app-inner .header .header-toolbar {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 7.5px;
    padding-top: 11.25px;
    border-top: 1px solid #646464;
  }
  .app-inner .header .header-toolbar > div {
    flex-shrink: 0;
  }
  .app-inner .header .header-toolbar .user {
    width: 100%;
  }
  .app-inner .header .header-toolbar .user .user-details {
    margin-right: 0;
  }
  .app-inner .header .header-toolbar .user .navigate.login {
    margin-left: auto;
  }
  .app-inner .header .header-toolbar .tools {
    position: absolute;
    top: -2em;
    right: 0;
  }
  .app-inner .header .app-select .selected {
    padding-left: 0px;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .footer {
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #646464;
  }
  .footer .footer-infos {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-infos a:first-child {
    margin-bottom: 7.5px;
  }
  .footer .csac-credits {
    left: 0;
    margin: 0;
    margin-top: 7.5px;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .main .map-wrapper {
    margin-bottom: 10px;
  }
  .main .map-wrapper .tool.geocoder {
    position: absolute;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    z-index: 10;
    min-height: 25px;
    border-bottom-color: #646464;
    border-top-color: #ffffff;
    max-width: calc(100vw - 4 * 5px - 30px);
  }
  .main .map-wrapper .tool.geocoder .adress-result span {
    min-height: 20px;
    height: auto;
    padding: 2px 0;
  }
  .main .switcher.infos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
  }
  .main .map-legend .legend-main {
    padding: 0;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  div.infinite-table .table-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  div.infinite-table .table-toolbar > div {
    margin-bottom: 5px;
  }
  div.infinite-table .table-toolbar .table-title {
    max-width: calc(100% - 30px);
  }
  div.infinite-table .table-toolbar .btn-close {
    position: absolute;
    top: 10px;
    right: 5px;
    bottom: initial;
    left: initial;
  }
}
button {
  border: 0px;
  background-color: transparent;
  font: 400 0.8rem 'u001';
  padding: 0px;
}
button:focus {
  outline: 2px solid blue;
}
button:focus:not(:focus-visible) {
  outline: none;
}
button:focus-visible {
  outline: 2px solid blue;
}
.btn {
  height: calc(2em + 0.4rem);
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0 1em;
  box-sizing: border-box;
  flex-shrink: 0;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  user-select: none;
}
.btn.label-and-icon .icon {
  padding-right: 0.5ch;
}
.btn.icon-only {
  width: calc(2em + 0.4rem);
  padding: 0;
}
.btn.icon-only .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-and-icon .icon,
.icon-only .icon {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
}
.btn {
  transition: all 0.1s;
  cursor: default;
  letter-spacing: 0.1ch;
  font-family: 'u001con';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  border-radius: 0;
}
.btn * {
  transition: all 0.1s;
}
.btn-1 {
  background-color: #7c0595;
  color: #fff;
  border: 1px solid #7c0595;
}
.btn-1:hover {
  color: #fff;
  background-color: #5e0077;
  border-color: #400059;
}
.btn-1:focus,
.btn-1:active {
  color: #fff;
  background-color: #400059;
  border-color: #400059;
}
.btn-1.inactive,
.btn-1.disabled {
  color: #fff;
  background-color: #adadad;
  border-color: #adadad;
}
.btn-1.icon-only {
  border: 0px;
  border-radius: 100%;
}
.btn-2 {
  background-color: #ffffff;
  border: 1px solid #7c0595;
  color: #7c0595;
}
.btn-2:hover {
  color: #7c0595;
  background-color: #f0f0f0;
  border-color: #7c0595;
}
.btn-2:focus,
.btn-2:active {
  color: #7c0595;
  background-color: #e1e1e1;
  border-color: #7c0595;
}
.btn-2.inactive,
.btn-2.disabled {
  color: #adadad;
  background-color: transparent;
  border-color: #adadad;
}
.btn-2.icon-only {
  border: 1px solid #7c0595;
  border-radius: 100%;
}
.btn-3 {
  background-color: transparent;
  border: 1px solid transparent;
  color: #7c0595;
}
.btn-3:hover {
  color: #8b14a4;
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #8b14a4;
}
.btn-3:focus,
.btn-3:active {
  color: #9a23b3;
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #9a23b3;
}
.btn-3.inactive,
.btn-3.disabled {
  color: #adadad;
  background-color: transparent;
  border-color: transparent;
}
.btn-3.icon-only {
  border: 0px;
  border-radius: 100%;
}
.btn-3.icon-only:hover,
.btn-3.icon-only:focus,
.btn-3.icon-only:active {
  border: 1px solid #7c0595;
}
.btn-3.icon-only.inactive:hover,
.btn-3.icon-only.disabled:hover,
.btn-3.icon-only.inactive:focus,
.btn-3.icon-only.disabled:focus,
.btn-3.icon-only.inactive:active,
.btn-3.icon-only.disabled:active {
  border: 1px solid transparent;
}
.btn-translate {
  color: #646464;
  margin: 0 !important;
  margin-right: -1em !important;
  margin-top: -1em !important;
}
.btn-translate.not-translated {
  color: #7c0595;
}
.translatable.input .btn-translate {
  height: auto;
  background-color: #fff0f0 !important;
  border-right: 0px !important;
}
.btn.btn-remove:hover {
  border: 1px solid #f5e643;
  background: #f5e643;
  color: #7c0595;
}
.remove-confirm {
  font-size: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: #ffffff;
  padding: 7.5px;
  background: rgba(255, 255, 255, 0.2);
}
.remove-confirm .remove-confirm-box {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(100, 100, 100, 0.5);
  background: #ffffff;
  width: 33vw;
  height: 33vh;
  min-width: 350px;
  min-height: 250px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.remove-confirm .remove-confirm-box .remove-confirm-btns {
  display: flex;
  justify-content: space-around;
}
.helptext {
  margin: 15px 0;
  line-height: 120%;
}
.helptext p {
  margin-top: 7.5px;
}
.helptext p:first-child {
  margin: 0px;
}
input,
input[type='email'],
input[type='password'],
input[type='search'],
input[type='url'],
input[type='text'],
input[type='number'],
textarea {
  border-left: 0px;
  border-right: 0px;
  background-color: #fff0f0;
}
input[type='checkbox'] {
  border: 0px;
  background-color: transparent;
}
.select__wrapper {
  font-weight: 500;
  font-size: 0.99rem;
  color: #6c3403;
  position: relative;
  margin-bottom: 15px;
}
.select__wrapper .select--filter {
  display: flex;
  justify-content: space-between;
}
.select__wrapper .select--filter .btn {
  flex-shrink: 0;
}
.select__wrapper button.select {
  width: 100%;
}
.select__wrapper .tail {
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.select__wrapper .tail .domain__item,
.select__wrapper .tail .term__item {
  text-align: left;
}
.select__wrapper .tail .item-label {
  font-weight: 500;
}
.select {
  cursor: default;
}
.select .selected {
  display: flex;
  justify-content: space-between;
  padding: 7.5px;
  background-color: #ffffff;
}
.select__wrapper.active {
  background-color: white;
  z-index: 20;
}
.select__wrapper.active .tail {
  max-height: 33vh;
  transition: max-height 0.3s;
  overflow: auto;
}
.select__wrapper.active .select {
  border-bottom: 1px solid #646464;
}
.select__wrapper.active .tail {
  background-color: white;
  padding: 7.5px;
  border: 0px;
  -webkit-box-shadow: 0px 6px 9px -4px #999999;
  -moz-box-shadow: 0px 6px 9px -4px #999999;
  box-shadow: 0px 6px 9px -4px #999999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.select {
  border-bottom: 1px solid transparent;
  background-color: transparent;
}
.select .selected {
  border-bottom: 1px solid #646464;
}
.select .selected:not(.none),
.select .tail > button {
  position: relative;
  color: #6c3403;
  border-bottom: 1px solid transparent;
  cursor: default;
  line-height: 110%;
  padding: 0.2em 0;
  display: flex;
  justify-content: space-between;
  position: initial;
  width: 100%;
}
.select .selected:not(.none)::after,
.select .tail > button::after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f00c';
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  width: 1em;
  height: 100%;
}
.select .selected:not(.none).enabled,
.select .tail > button.enabled {
  color: #7c0595;
}
.select .selected:not(.none).enabled::after,
.select .tail > button.enabled::after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f00c';
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c0595;
  width: 1em;
  height: 100%;
}
.select .selected:not(.none).selected,
.select .tail > button.selected {
  color: #7c0595;
}
.select .selected:not(.none).selected::after,
.select .tail > button.selected::after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f00c';
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c0595;
  width: 1em;
  height: 100%;
}
.select .selected:not(.none):hover,
.select .tail > button:hover {
  color: #7c0595;
  border-color: #7c0595;
}
.select .selected:not(.none):hover::after,
.select .tail > button:hover::after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f00c';
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c0595;
  width: 1em;
  height: 100%;
}
.select .selected:not(.none):focus,
.select .tail > button:focus,
.select .selected:not(.none):active,
.select .tail > button:active {
  color: #555555;
  border-color: #555555;
}
.select .selected:not(.none):focus::after,
.select .tail > button:focus::after,
.select .selected:not(.none):active::after,
.select .tail > button:active::after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f00c';
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  width: 1em;
  height: 100%;
}
.select .selected:not(.none) {
  padding: 7.5px !important;
  border-bottom: 1px solid #646464;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.select .selected:after {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f105' !important;
  position: relative;
}
.select__wrapper.active .selected:after {
  content: '\f107' !important;
}
.select .item-description {
  font-weight: 400;
  font-size: 0.72rem;
  color: #6c3403;
}
.checkbox {
  cursor: default;
}
.checkbox:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "ForkAwesome";
  font-weight: 900;
  margin-right: 5px;
}
.checkbox:before.fa-pull-left {
  margin-right: 0.3em;
}
.checkbox:before.fa-pull-right {
  margin-left: 0.3em;
}
.checkbox::before {
  content: "\f0c8";
}
.checkbox:hover:before,
.checkbox.active:before {
  content: "\f14a";
}
.checkbox__item {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.99rem;
  color: #0e3b58;
  cursor: default;
  min-height: 2em;
}
.checkbox__label::first-letter {
  text-transform: capitalize;
}
.checkbox__box {
  flex-shrink: 0;
  position: relative;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.checkbox__box::after,
.checkbox__box::before {
  content: "";
  width: 1px;
  height: 150%;
}
.checkbox__box::before {
  transform: rotate(45deg);
}
.checkbox__box::after {
  transform: rotate(-45deg);
}
.checkbox__item .checkbox__box {
  background-color: #fff;
  border: 1px solid #df5844;
}
.checkbox__item:hover .checkbox__box {
  border: 1px solid #a32203;
}
.checkbox__item:hover .checkbox__box::after,
.checkbox__item:hover .checkbox__box::before {
  background-color: #a32203;
}
.checkbox__item:active .checkbox__box {
  border: 1px solid #7b3418;
}
.checkbox__item:active .checkbox__box::after,
.checkbox__item:active .checkbox__box::before {
  background-color: #7b3418;
}
.checkbox__item.selected .checkbox__box {
  border: 1px solid #df5844;
}
.checkbox__item.selected .checkbox__box::after,
.checkbox__item.selected .checkbox__box::before {
  background-color: #df5844;
}
.checkbox__item.disabled {
  color: #e1e1e1;
  border: 1px solid #e1e1e1;
}
.checkbox__item.disabled .checkbox__box {
  background-color: #e1e1e1;
}
.checkbox__item.disabled .checkbox__box::after,
.checkbox__item.disabled .checkbox__box::before {
  background-color: #e1e1e1;
}
.checkbox__item.disabled:hover .checkbox__box {
  background-color: #e1e1e1;
}
.checkbox__item.disabled:hover .checkbox__box::after,
.checkbox__item.disabled:hover .checkbox__box::before {
  background-color: #fff;
}
.geocoder-wrapper .mono {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.geocoder-wrapper .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.geocoder-wrapper .search .btn {
  border-radius: 0;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-left: 2px solid #7c0595;
}
.geocoder-wrapper .search-results {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tag__list .tag {
  color: #7c0595;
  border: 2px solid #7c0595;
}
.tag__list button {
  color: #fff;
}
.tag__list button:hover {
  background-color: #7c0595;
  border-color: #fff;
}
.tag__list button:hover .icon {
  color: #fff;
}
.tag__list button .icon {
  color: #7c0595;
}
.header .brand-logo .brand-name {
  background-image: url(/static/clients/apps/4f7d900af850ef1426e9405bc5593328.svg);
  width: 100px;
  height: 20px;
}
.app-infos {
  line-height: 120%;
}
.map-list .map-tile {
  color: #6c3403;
}
.map-list .map-tile .map-status {
  border-color: #6c3403;
}
.map-list .map-tile .map-status.published .icon {
  color: #6c3403;
}
h2.head-title {
  padding: 15px 0;
  border-top: 1px solid #6c3403;
  border-bottom: 1px solid #646464;
}
.app-name__wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 22rem;
  padding-bottom: 15px;
  margin-right: 15px;
}
.app-name__wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transform-origin: bottom left;
  background-color: #f7f7f7;
  z-index: -1;
}
.app-name__wrapper:after {
  transform: rotate(-30deg);
}
.app-name__wrapper h1 {
  margin: 15px 0;
}
.app-name__wrapper {
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 0;
  height: 100%;
  margin-right: 15px;
  z-index: -1;
}
.project-header,
.editor__header,
.review__header,
.query-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__content {
  border-top: 1px solid #6c3403;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__content .breadcrumb__wrapper {
  margin-top: 15px;
  color: #a0a0a0;
}
.header__content .breadcrumb__wrapper .breadcrumb {
  font-weight: 900;
  font-size: 1.26rem;
  color: #9e4c04;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
}
.header__content .breadcrumb__wrapper .breadcrumb h2 {
  margin-right: 15px;
}
.header__content .breadcrumb__wrapper .btn {
  margin-top: 15px;
}
.header__content .header__tools .btn {
  margin-left: 15px;
}
.main.login .login-wrapper {
  padding: 15px 0;
  border-left: 0px;
  border-right: 0px;
  width: 100%;
}
.main.login .login-wrapper .login-widget {
  display: block;
  padding: 15px;
}
.map-and-info .map-wrapper {
  left: 0;
}
.root.project-app .project-list .wrapper .wrapper--left h1 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.root.project-app .project-list .wrapper .wrapper--left h1:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transform-origin: bottom left;
  background-color: #dcdcdc;
  z-index: -1;
}
.root.project-app .project-list .wrapper .wrapper--left h1:after {
  transform: rotate(-30deg);
}
.root.project-app .timeline__event--active .timeline__event-pointer {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.root.project-app .timeline__event--active .timeline__event-pointer:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transform-origin: bottom left;
  background-color: #6c3403;
  z-index: -1;
}
.root.project-app .timeline__event--active .timeline__event-pointer:after {
  transform: rotate(-30deg);
}
.root.project-app .timeline__event-pointer {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.root.project-app .timeline__event-pointer:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transform-origin: bottom left;
  background-color: #a0a0a0;
  z-index: -1;
}
.root.project-app .timeline__event-pointer:after {
  transform: rotate(-30deg);
}
.root.project-app .timeline__event-pointer:hover:after {
  background-color: #6c3403;
}
.in-transaction .widget__meta {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.in-transaction .widget__meta:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transform-origin: bottom left;
  background-color: #6c3403;
  z-index: -1;
}
.in-transaction .widget__meta:after {
  transform: rotate(-30deg);
}
.in-transaction .widget__meta:after {
  width: 1.5rem;
  height: 0.75rem;
}
.notifier {
  cursor: default;
}
.notifier__all-read {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  color: #a0a0a0;
}
.notifier__unread {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  color: #7c0595;
}
.notifier__label {
  text-transform: uppercase;
  margin-left: 5px;
}
.notifier:hover .notifier__unread {
  color: #6c3403;
}
.view .sidebar-right .sidebar-header.legend-header-info H1,
.view .sidebar-right .sidebar-header H1 {
  line-height: 100% !important;
  padding-top: 3px;
}
.view .switcher {
  top: -1px;
  width: 2.5rem;
}
.view .switcher .switch-item {
  width: 2.5rem;
  height: 2.5rem;
}
.view .switcher .switch-item span.picto {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  color: #6c3403;
}
.view .switcher .switch-item.active span.picto {
  border-color: #7c0595;
  background-color: #ff8a8a;
}
.view .switcher .switch-item.active span.picto:before {
  color: #6c3403;
}
.view .switcher .switch-item:hover span.picto {
  background-color: #ffbdbd;
}
.view .switcher .switch-item:hover span.picto:before {
  color: #6c3403;
}
.view .switcher .switch-item.active:hover span.picto {
  background-color: #ff8a8a;
}
.view .switcher .switch-item .picto:before {
  font-size: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c3403;
}
.view .map-wrapper .map-scale {
  right: 0px;
  left: initial;
  border-right: 0px;
  padding-left: 0.5rem;
}
.view .control-box {
  bottom: calc(16px + (15px/2));
}
.view .vertical-split .map-wrapper .control-box {
  flex-direction: row;
  width: auto;
}
.view .vertical-split .map-wrapper .control-box > * {
  margin-left: 7.5px;
}
.view .map-navigator .map-list .map-tile .map-tile-img {
  border-radius: 0px;
}
.print-block .a3 {
  display: none;
}
.root.dashboard .edito__title {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.root.dashboard .edito__title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transform-origin: bottom left;
  background-color: #f7f7f7;
  z-index: -1;
}
.root.dashboard .edito__title:after {
  transform: rotate(-30deg);
}
.root.dashboard .app-item.metadata .app__wrapper,
.root.dashboard .app-item.angled-universe .app__wrapper,
.root.dashboard .app-item.alias .app__wrapper,
.root.dashboard .app-item.statistics .app__wrapper {
  color: #a0a0a0 !important;
}
.root.dashboard .app-item.metadata .app__wrapper:hover,
.root.dashboard .app-item.angled-universe .app__wrapper:hover,
.root.dashboard .app-item.alias .app__wrapper:hover,
.root.dashboard .app-item.statistics .app__wrapper:hover {
  color: #7c0595;
}
.root.dashboard .app-item a {
  text-decoration: none;
}
.root.dashboard button.login-widget a {
  color: white;
}
.root.dashboard button.login-widget:hover a {
  color: #7c0595;
}
.compose .map-wrapper .scale-and-zoom {
  left: -1px;
  right: initial;
  border-left: 0px;
  border-right: 1px solid #6c3403;
  padding-right: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.compose .map-wrapper .control-box {
  display: none;
}
.embed .brand-logo .brand-name {
  height: 13px;
  width: 68px;
  background-image: url(/static/clients/apps/4f7d900af850ef1426e9405bc5593328.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  margin-right: 5px;
}
.embed .legend .link {
  display: none !important;
}
.table-tools {
  display: flex;
  align-items: center;
}
.table-tools .table-row-count {
  margin-left: 7.5px;
}
.vertical-split .infinite-table {
  margin-left: 15px;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .vertical-split .infinite-table {
    margin-left: 0;
  }
}
.vertical-split .control-box {
  width: 2rem;
  right: calc(3rem + 15px / 2);
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .vertical-split .control-box {
    right: 7.5px;
  }
}
H1.pitch {
  line-height: 1;
  font-size: 2rem;
}
H1.pitch .md p:last-child {
  margin-bottom: 0px;
}
.view-inner .main {
  overflow: hidden;
}
.map-navigator {
  display: flex;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.map-navigator h2 {
  margin-bottom: 15px;
}
.map-navigator h3 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #6c3403;
  margin: 15px 0;
}
.map-navigator .sidebar {
  display: flex;
  flex-direction: column;
  width: 27rem;
  flex-shrink: 0;
  background-color: #f7f7f7;
  padding: 15px;
  margin-right: 15px;
}
.map-navigator .sidebar-footer {
  margin-top: auto;
  padding-top: 15px;
}
.map-navigator .content {
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-right: 15px;
}
.map-navigator .sidebar .input-wrapper {
  font-size: 1.5rem;
  display: flex;
  background-color: #ffffff;
  margin: 15px 0;
}
.map-navigator .sidebar .input-wrapper input {
  width: calc(100% - 15px);
  border: 0px;
  background-color: transparent;
}
.map-navigator .sidebar .input-wrapper input::placeholder {
  color: #5a5a5a;
}
.map-navigator .sidebar .input-wrapper .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
}
.map-navigator .sidebar .category__wrapper .checkbox__wrapper label {
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 1.2rem;
  font-weight: 500;
}
.map-navigator .sidebar .category__wrapper .checkbox__wrapper label input[type='checkbox'] {
  margin-left: 0;
  margin-right: 1ch;
  padding: 0.2rem;
  padding-left: 0;
}
.map-navigator .sidebar .sidebar-switch {
  margin-top: 15px;
}
.map-navigator .app-list__wrapper {
  width: 100%;
}
.map-navigator .app-list__wrapper .list {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  overflow-x: auto;
}
.map-navigator .app-list__wrapper .list .app-item {
  flex-basis: 100%;
  min-width: 180px;
  max-width: 300px;
  font: inherit;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.map-navigator .app-list__wrapper .list .app-item:hover,
.map-navigator .app-list__wrapper .list .app-item:focus-visible {
  outline: none;
}
.map-navigator .app-list__wrapper .list .app-item:hover H3,
.map-navigator .app-list__wrapper .list .app-item:focus-visible H3 {
  text-decoration: underline;
}
.map-navigator .app-list__wrapper .list .app-img {
  position: relative;
  width: 100%;
}
.map-navigator .app-list__wrapper .list .app-img:after {
  content: '';
  display: block;
  padding-bottom: 66%;
}
.map-navigator .app-list__wrapper .list .app-img img {
  position: absolute;
  height: 100%;
  background-color: transparent;
}
.map-navigator .app-list__wrapper .list h3 {
  font-size: 1.7rem;
  color: #7c0595;
  margin-bottom: 0px;
  margin-top: 7.5px;
}
.map-navigator .app-list__wrapper .list h3 .picto {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  margin-right: 1ch;
}
.map-navigator .map-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.map-wrapper .loading-layer-wrapper {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 10;
  min-width: 200px;
  padding-right: 5px;
  padding-top: 5px;
  border: 1px solid #646464;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  background-color: #ffffff;
  font-size: 0.8rem;
}
.map-wrapper .loading-layer-wrapper.hidden {
  display: none;
}
.map-wrapper .loading-layer-wrapper .loading-layer {
  margin-top: 5px;
}
.map-wrapper {
  margin-left: 15px;
  height: 100%;
}
.map-wrapper.print {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  z-index: 0;
}
.map-wrapper .map-marker {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  animation: fa-pulse 2s infinite ease-in-out;
  width: auto;
  height: auto;
}
.map-wrapper .map-marker:before {
  color: #7c0595;
  content: '\f111';
}
.feature-info-page {
  overflow-y: auto;
}
.feature-info-page H2 {
  margin-bottom: 7.5px;
}
.feature-info-page .tip-desktop {
  margin-bottom: 7.5px;
}
.feature-info-page .group {
  border-top: 1px dotted #646464;
}
.feature-info-page .group:first-child .layer-name {
  margin-top: 15px;
}
.feature-info-page .group .layer-name {
  padding: 15px;
  background-color: #f7f7f7;
  font-style: italic;
  font-size: 120%;
  text-align: center;
}
.feature-info-page .group .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-info-page .group details {
  border-top: 1px dotted #646464;
}
.feature-info-page .group details:last-child {
  border-bottom: 1px dotted #646464;
}
.feature-info-page .group details summary {
  margin: 0;
  padding: 4.5px;
  display: flex;
  align-items: center;
}
.feature-info-page .group details summary .feature-summary {
  width: 100%;
  display: flex;
  align-items: center;
}
.feature-info-page .group details summary .actions {
  display: none;
  margin-left: auto;
  align-items: center;
}
.feature-info-page .group details summary .feature-title {
  margin: 0;
  margin-left: 1ch;
}
.feature-info-page .group details:hover summary {
  background-color: #f7f7f7;
}
.feature-info-page .group details:hover summary .actions {
  display: flex;
}
.feature-info-page .group .feature-info-wrapper {
  margin: 15px;
  margin-top: 0;
}
.feature-view.config .feature-field {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 5px;
}
.feature-view.config .feature-field-label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  text-decoration: underline;
}
.feature-view.config .type-number {
  font-family: monospace;
}
.feature-view.config .type-image {
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.feature-view.config .level-normal {
  margin-bottom: 5px;
}
.feature-view.config .level-title {
  font-weight: 200 !important;
  font-size: 250%;
  line-height: 90%;
  letter-spacing: -1.5px;
  margin-bottom: 15px;
}
.feature-view.config .level-subtitle {
  font-size: 150%;
  font-weight: 600;
  margin-bottom: 15px;
}
.feature-view.config .style-bold {
  font-weight: 600;
}
.feature-view.config .style-italic {
  font-style: italic;
}
.feature-view.config .style-bold-italic {
  font-style: italic;
  font-weight: 600;
}
.map-and-table-and-feature .feature-view .feature-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-top: 1px solid #646464;
}
.map-and-table-and-feature .feature-view .feature-row > div {
  padding: 5px 0;
}
.map-and-table-and-feature .feature-view .feature-row > div:first-child {
  flex: 1;
}
.map-and-table-and-feature .feature-view .feature-row > div:last-child {
  flex: 2;
}
.map-table__wrapper table {
  width: 100%;
}
.map-table__wrapper table thead {
  border-bottom: 1px solid #646464;
  margin-bottom: 7.5px;
}
.map-table__wrapper table thead tr {
  font-weight: 500;
}
.map-table__wrapper table thead tr th button {
  width: 100%;
  text-align: left;
  padding: 0.3rem 0.5em;
}
.map-table__wrapper table thead tr th button:hover {
  background-color: #ffd7d7;
}
.map-table__wrapper table thead tr th button > span {
  display: flex;
  align-items: center;
}
.map-table__wrapper table thead tr th button > span:first-letter {
  text-transform: capitalize;
}
.map-table__wrapper table thead tr th button > span.sorted {
  font-weight: 500;
}
.map-table__wrapper table thead tr th button > span .fa {
  margin-left: auto;
  padding-left: 15px;
}
.map-table__wrapper table tbody tr:hover {
  background-color: #ffd7d7;
  cursor: default;
}
.map-table__wrapper table tbody tr td {
  padding: 0.3rem 0.5em;
  max-width: 30ch;
}
.map-table__wrapper table tbody tr td:first-child {
  font-weight: 500;
  min-width: 25ch;
}
.map-table__wrapper table tbody tr td:first-child:hover {
  text-decoration: underline;
}
.map-table__wrapper table tbody tr td:nth-child(2) {
  min-width: 25ch;
}
.switcher {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  position: absolute;
  top: 0px;
  right: 30%;
  bottom: initial;
  left: initial;
  z-index: 2;
  width: 20px;
  height: auto !important;
  background-color: #ffffff;
  cursor: default;
  border: 1px solid #ffffff;
  border-left-color: #646464;
  border-bottom-color: #646464;
}
.switcher .switch-item {
  width: 100%;
  height: 1.5rem;
}
.switcher .switch-item .picto:before {
  font-family: 'ForkAwesome';
  font-size: 1.1rem;
  width: 25px;
  height: 20px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switcher .switch-item.switch-base-map .picto:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switcher .switch-item.active .picto:before,
.switcher .switch-item .picto:hover:before {
  color: #7c0595;
}
.switcher .switch-info .picto:before {
  content: '\f129';
}
.switcher .switch-legend .picto:before {
  content: '\f0ca';
}
.switcher .switch-data .picto:before {
  content: '\f0ce';
}
.switcher .switch-base-map .picto:before {
  content: '\f278';
}
.switcher .switch-print .picto:before {
  content: '\f02f';
}
.switcher .switch-share .picto:before {
  content: '\f1e0';
}
.switcher .switch-measure .picto:before {
  content: '\f07e';
}
.switcher .switch-locate .picto:before {
  content: '\f041';
}
.switcher .switch-spatial-filter .picto:before {
  content: '\ef1c';
}
.control-box button .icon {
  font-family: 'ForkAwesome';
}
.switch-background {
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: 2rem;
  border: 2px solid #7c0595;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .switcher {
    right: 0px;
  }
}
.chart-bar-bar {
  font-family: monospace;
  cursor: pointer;
  fill: lightblue;
}
.chart-bar-tick-label {
  fill: #666;
  font-size: 80%;
}
.chart-bar-tick,
.chart-bar-border {
  stroke: #666;
  fill: none;
}
.chart-bar-bar.active {
  fill: darkblue;
}
.chart-bar-bar-label {
  display: none;
}
.chart-bar-bar-label-line {
  stroke: darkblue;
  stroke-width: 1px;
  stroke-dasharray: 1,3;
  stroke-line-cap: 'round';
}
/*
.chart-bar-bar:hover .chart-bar-bar-label {
    display: initial;
    z-index: 1;
}*/
.chart-bar-selection-border {
  stroke: darkblue;
  stroke-width: 1px;
  stroke-dasharray: 1,4;
  stroke-line-cap: 'round';
}
.chart-bar-selection-adjust {
  stroke: darkblue;
  stroke-width: 1px;
  cursor: ew-resize;
  fill: white;
  display: block;
}
.chart-bar-selection-fill {
  fill: lightblue;
  fill-opacity: 0.25;
}
.chart-bar-bar-line {
  stroke: darkblue;
  stroke-width: 1px;
  fill: transparent;
}
.chart-bar-cursor {
  stroke: darkred;
  stroke-width: 1px;
}
.chart-bar-data-point {
  fill: darkred;
}
.chart-bar-grid {
  stroke-width: 1px;
  stroke: #969696;
  stroke-dasharray: 1,3;
  stroke-line-cap: round;
}
.main.print {
  position: absolute;
  top: 35px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid #646464;
  padding: 15px;
  overflow: hidden;
}
.print-progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.print-progress .print-progress-item {
  margin-bottom: 15px;
  display: flex;
}
.print-progress .print-progress-item .icon {
  margin-right: 7.5px;
  color: #7c0595;
}
.print-progress .print-progress-item.doing .icon {
  animation: fa-spin 2s infinite linear;
}
.sidebar__wrapper {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0 15px;
  overflow-y: auto;
}
.sidebar__wrapper h2,
.sidebar__wrapper h3 {
  width: 100%;
  margin: 7.5px 0;
}
.sidebar__wrapper .sidebar-header {
  margin-bottom: 7.5px;
}
.sidebar__wrapper .item-actions {
  padding-right: 15px;
}
.map-version {
  padding-bottom: 7.5px;
  border-bottom: 1px solid #646464;
  margin-bottom: 7.5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.map-version .version-value {
  font-weight: 500;
  margin-right: 0.3rem;
}
.map-version .version-date {
  font-size: 0.75rem;
}
.map-status {
  font-size: 0.7rem;
  border: 1px solid #6c3403;
  border-color: #7c0595;
  background-color: #ffffff;
  padding: 0.3em 0.5em;
  border-radius: 2em;
  width: fit-content;
  z-index: 2;
  margin-right: 0.3rem;
}
.map-status .icon {
  margin-right: 1ch;
}
.map-status.draft .icon {
  color: #646464;
}
.map-status.published .icon {
  color: blue;
}
.map-status.public .icon {
  color: #00ad4e;
}
.map-infos {
  padding-bottom: 0px !important;
}
.map-infos .map-date {
  display: flex;
  font-size: 0.72rem;
  margin-bottom: 0.5em;
}
.map-infos .map-illustration {
  position: relative;
  width: 33%;
  margin-right: 15px;
  float: left;
}
.map-infos .map-illustration.expanded {
  width: 100%;
  margin-right: 0px;
}
.map-infos .map-illustration .expand-buttons__wrapper {
  display: none;
}
.map-infos .map-illustration:hover .expand-buttons__wrapper {
  display: block;
}
.map-infos .map-illustration .expand-buttons__wrapper {
  position: absolute;
  top: 7.5px;
  left: 7.5px;
}
.map-infos .map-illustration img {
  width: 100%;
  height: auto;
}
.map-infos .map-description {
  margin-bottom: 7.5px;
  line-height: 120%;
}
.map-infos .map-description .btn {
  margin-left: auto;
}
.map-infos .map-info-layers {
  display: none;
}
.map-infos .map-info-layers .map-info-layer {
  margin-top: 15px;
}
.map-infos .map-info-layers .map-info-layer .map-info-layer-link {
  transition: all 0.1s;
  cursor: pointer;
  width: 100%;
}
.map-infos .map-info-layers .map-info-layer .map-info-layer-link:hover {
  color: #7c0595;
}
.map-attached-files,
.related-maps {
  padding-bottom: 7.5px;
}
.map-attached-files .link,
.related-maps .link {
  transition: all 0.1s;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.map-attached-files .link:hover,
.related-maps .link:hover {
  color: #7c0595;
}
.map-attached-files .icon,
.related-maps .icon {
  font-size: 0.8rem;
  width: 32px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  justify-content: center;
  color: #7c0595;
}
.related-maps a {
  box-shadow: none !important;
}
.sidebar__wrapper .styles-wrapper .map-legend__wrapper {
  clear: both;
  border-top: 2px solid #6c3403;
  margin-top: 7.5px;
}
.sidebar__wrapper .styles-wrapper .map-legend__wrapper,
.sidebar__wrapper .styles-wrapper .related-maps,
.sidebar__wrapper .styles-wrapper .map-attached-files {
  border-bottom: 2px solid #6c3403;
}
.sidebar__wrapper .styles-wrapper .legend-label {
  margin-top: 22.5px;
  margin-bottom: 11.25px;
  font-weight: 500;
}
.sidebar__wrapper .styles-wrapper .legend-visibility-on .item {
  cursor: default;
}
.sidebar__wrapper .styles-wrapper .legend-visibility-on .item:hover .icon {
  color: #7c0595;
}
.sidebar__wrapper .styles-wrapper .item.item--hidden {
  color: #a0a0a0;
}
.sidebar__wrapper .styles-wrapper .item.item--hidden .item-style {
  display: none;
}
.sidebar__wrapper .styles-wrapper .item.item--hidden .icon {
  color: #a0a0a0;
}
.sidebar__wrapper .styles-wrapper .item.item--hidden:hover .icon {
  color: #7c0595;
}
.sidebar__wrapper .styles-wrapper .legend-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  min-height: 20px;
}
.sidebar__wrapper .styles-wrapper .legend-item.polygon .item-style > div {
  height: 16px !important;
}
.sidebar__wrapper .styles-wrapper .legend-item.point .item-style {
  max-width: 32px;
  max-height: 32px;
  overflow: hidden;
}
.sidebar__wrapper .styles-wrapper .legend-item .item-style {
  width: 32px;
  margin-right: 15px;
  flex-shrink: 0;
  justify-content: space-between;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__wrapper .styles-wrapper .legend-item .item-style img {
  height: auto;
}
.sidebar__wrapper .styles-wrapper .legend-item .item-label {
  min-height: 20px;
  display: flex;
  align-items: center;
}
.sidebar__wrapper .styles-wrapper .opacity-picker .input-alpha-label {
  display: flex;
  padding-left: calc(32px + 15px);
  font-size: 0.75rem;
  margin-bottom: 15px;
  margin-top: -5px;
}
.sidebar__wrapper .styles-wrapper .opacity-picker .input-alpha-label .label {
  flex-shrink: 0;
}
.sidebar__wrapper .styles-wrapper .opacity-picker .input-alpha-label input {
  margin-left: 15px;
  width: 50%;
}
.sidebar__wrapper .legend-group.named {
  width: 100%;
  margin-bottom: 15px;
}
.sidebar__wrapper .legend-group.named .legend-group-title {
  font-weight: 600;
  margin: 15px auto 5px auto;
}
.sidebar__wrapper .legend-group.named .legend-group-title .visible:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f06e';
}
.sidebar__wrapper .legend-group.named .legend-group-items {
  border-left: 1px solid #646464;
  padding-left: 15px;
  margin-left: 15px;
}
.sidebar__wrapper .legend-group.named .not-visible {
  color: #a0a0a0;
  transition: all 0.1s;
  cursor: default;
}
.sidebar__wrapper .legend-group.named .not-visible:hover {
  color: #7c0595;
}
.sidebar__wrapper .legend-group.named .not-visible:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f070';
}
.sidebar__wrapper .legend-group.named .visible:before,
.sidebar__wrapper .legend-group.named .not-visible:before {
  padding-right: 10px;
}
.sidebar__wrapper .wms-legend-wrapper {
  width: 100%;
  margin-top: 15px;
  padding: 15px 0;
  border-top: 2px solid #6c3403;
  overflow-x: auto;
  overflow-y: hidden;
}
.sidebar__wrapper .wms-legend-wrapper .wms-legend-switch {
  transition: all 0.1s;
  cursor: default;
  display: flex;
}
.sidebar__wrapper .wms-legend-wrapper .wms-legend-switch:hover {
  color: #7c0595;
}
.sidebar__wrapper .wms-legend-wrapper .wms-legend-switch::before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  width: 32px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  justify-content: center;
}
.sidebar__wrapper .wms-legend-wrapper .wms-legend-switch.opened::before {
  content: '\f078';
}
.sidebar__wrapper .wms-legend-wrapper .wms-legend-switch.closed::before {
  content: '\f054';
}
.sidebar__wrapper .wms-legend-wrapper .wms-legend-item {
  margin-left: 47px;
  margin-top: 5px;
}
.layer-item {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 5px 0;
}
.layer-item .error {
  text-decoration: line-through;
  color: #a0a0a0;
}
.layer-item .layer-infos {
  flex-shrink: 0;
  width: 100%;
}
.layer-item .layer-title__wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: flex-end;
}
.layer-item .layer-title__wrapper .layer-title.selected {
  color: #7c0595;
  text-decoration: underline;
  font-weight: 500;
}
.layer-item .layer-actions {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  margin-top: 5px;
  margin-right: 7.5px;
}
.layer-item .layer-actions > span {
  transition: all 0.1s;
  cursor: default;
}
.layer-item .layer-actions > span:hover {
  color: #7c0595;
}
.layer-item .layer-actions > *:hover {
  color: #7c0595;
}
.layer-item .layer-actions.bookmark {
  width: initial;
}
.layer-item .layer-actions > button {
  margin-right: 7.5px;
}
.layer-item .layer-actions details.disabled .btn {
  color: #afafaf;
}
.layer-item .layer-actions details .btn {
  color: #6c3403;
  border: 0px;
  padding: 0;
  width: 1.4em;
}
.layer-item .layer-actions details .btn .icon {
  color: inherit;
}
.layer-item .layer-actions details .btn:hover {
  color: #7c0595 !important;
}
.layer-item .layer-actions details[open] .btn {
  color: #7c0595;
}
.layer-item .layer-actions details .kv {
  margin-bottom: 7.5px;
}
.layer-item .layer-actions details .kv:last-child {
  margin-bottom: 0px;
}
.layer-item .layer-actions details .kv .key {
  font-weight: 500;
}
.layer-item button:hover {
  color: #7c0595;
}
.layer-item.bookmark {
  display: flex;
  align-items: center;
}
.layer-item.bookmark .btn-zoomOnFeature {
  margin: 0px;
  margin-left: 15px;
}
.bookmark-modal {
  max-width: 300px;
}
.bookmark-modal .input__wrapper--text {
  margin-bottom: 15px;
}
.bookmark-modal .input-color-wrapper {
  display: flex;
  align-items: center;
}
.bookmark-modal .input-color-wrapper .input-alpha-label {
  display: flex;
  margin-left: 15px;
}
.bookmark-modal .input-color-wrapper .input-alpha-label .label {
  flex-shrink: 0;
  margin-right: 15px;
}
.tool-widget {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: initial;
  left: initial;
  width: 30%;
  height: auto !important;
  padding: 5px;
  background: #fff;
  border: 1px solid #646464;
  z-index: 2;
}
.tool-widget > div {
  margin-bottom: 15px;
}
.tool-widget > div:last-child {
  margin: 0px;
}
.tool-widget H2,
.tool-widget H3 {
  margin-bottom: 15px;
}
.tool .btn.label,
.tool .btn.label-and-icon {
  margin-bottom: 15px / 2;
}
.tool.print .print-block {
  margin-top: 15px;
}
.tool.print .print-block .print-format {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.tool.print .print-block .print-format > button {
  transition: all 0.1s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  display: flex;
  background: #ffffff;
  border: 1px solid #646464;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 7.5px;
  margin-right: 15px;
}
.tool.print .print-block .print-format > button:hover {
  cursor: default;
  color: #7c0595;
  border: 2px solid #7c0595;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.5);
}
.tool.print .print-block .portrait {
  width: 42px;
  height: 60px;
}
.tool.print .print-block .landscape {
  width: 60px;
  height: 42px;
}
.tool.print .custom-title input {
  width: 100%;
  box-sizing: border-box;
}
.tool.print .custom-title .btn {
  margin-top: 15px;
}
.main.map-and-tracker {
  right: 15px;
  left: 15px;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .main.map-and-tracker {
    right: initial;
    left: initial;
  }
}
.main.map-and-tracker .tool.geocoder {
  display: none;
}
.tool.location .point-location .lat-lon-inputs {
  margin-top: 15px;
  margin-bottom: 7.5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tool.location .point-location .lat-lon-inputs label {
  width: calc(50% - 15px / 2 - 5px / 2 - 25px);
  display: flex;
  flex-direction: column;
}
.tool.location .point-location .lat-lon-inputs input {
  margin: 0;
  margin-top: 3.75px;
}
.tool.location .point-location .cursor-location {
  margin-top: 15px;
}
.tool.location .point-location .cursor-location .lat-lon-label,
.tool.location .point-location .cursor-location .lat-lon-value {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.tool.location .point-location .cursor-location .lat-lon-label > div,
.tool.location .point-location .cursor-location .lat-lon-value > div {
  width: calc(50% - 15px);
}
.tool.measure .tool-body {
  display: flex;
  flex-direction: column;
}
.main.map-and-measure {
  right: 15px !important;
  padding: 0;
}
.main.map-and-measure .tool-body {
  display: flex;
  flex-direction: column;
}
.main.map-and-measure .geocoder-wrapper {
  display: none;
}
.main.map-and-measure .map-wrapper.map-interaction-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
}
.tool.measure .btn.btn-start {
  margin-top: 15px;
}
.tool.share .helptext,
.tool.embed .helptext {
  margin-bottom: 15px;
}
.tool.share .text-copy,
.tool.embed .text-copy {
  margin: 5px 0 15px 0;
  border: 1px solid #646464;
  padding: 5px;
  max-height: 4em;
  overflow-y: auto;
}
.tool.share .text,
.tool.embed .text {
  font-size: 0.72rem;
  font-family: monospace;
  color: #646464;
}
.tool.share .copy,
.tool.embed .copy {
  transition: all 0.1s;
  float: right;
  color: #7c0595;
  font-size: 0.9em;
  cursor: default;
  padding: 0 0 5px 5px;
}
.tool.share .copy:hover,
.tool.embed .copy:hover {
  color: #7c0595;
}
.tool.share .copy .copied,
.tool.embed .copy .copied {
  color: transparent;
  position: absolute;
  display: block;
  margin-top: -40px;
  transition-duration: 3s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 2, 0.75, 1);
}
.tool.share .copy:active .copied,
.tool.embed .copy:active .copied {
  color: #7c0595;
}
.tool.share fieldset.radio__fieldset,
.tool.embed fieldset.radio__fieldset {
  padding: 1em 0;
}
.tool.spatial-filter .filter-selection__wrapper {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.tool.spatial-filter .filter-selection__wrapper > .btn {
  margin-bottom: 15px;
}
.tool.spatial-filter .filter-action__wrapper {
  margin-top: 15px;
}
.tool.spatial-filter .filter-action__wrapper > .btn {
  margin-right: 15px;
}
.tool.spatial-filter .legend-group {
  margin-top: 15px;
}
.legend-group {
  width: 100%;
}
.legend-decorated {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  border-right: 1px solid #6c3403;
}
.legend-decorated.visible {
  border-right-color: transparent;
}
.legend-decorated .decorated > .btn-zoomOnLayer {
  position: absolute;
  top: 0;
  right: -0.6em;
  bottom: initial;
  left: initial;
  background-color: #ffffff;
}
.legend-decorated .with-opacity .input-alpha-label {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  padding-left: calc(32px + 15px);
}
.legend-decorated .with-opacity .input-alpha-label .label {
  flex-shrink: 0;
  margin-right: 1ch;
}
.legend-decorated .with-opacity .input-alpha-label input {
  max-width: 8rem;
}
.selected-base-layers,
.available-base-layers {
  margin-top: 15px;
}
.selected-base-layers .base-layer-selected {
  display: flex;
  gap: 15px;
  height: 1.5rem;
  align-items: center;
}
.selected-base-layers .base-layer-selected .label-wrapper {
  width: 100%;
  padding: 0.5ch;
}
.selected-base-layers .base-layer-selected .label-wrapper .icon {
  width: 1rem;
  margin-right: 0.5ch;
}
.selected-base-layers .base-layer-selected .label-wrapper label {
  font-weight: 500;
}
.selected-base-layers .base-layer-selected .baselayer-selected-actions {
  flex-shrink: 0;
  margin-left: auto;
  display: none;
}
.selected-base-layers .base-layer-selected:hover .label-wrapper {
  background-color: #ffd7d7;
  outline: 0.15rem solid #ffd7d7;
}
.selected-base-layers .base-layer-selected:hover .baselayer-selected-actions {
  display: block;
}
details.webservice {
  margin-left: calc(1rem + 1ch);
}
details.webservice[open] {
  margin-bottom: 15px;
}
details.webservice summary {
  font-weight: 500;
  margin-bottom: 7.5px;
  width: fit-content;
}
details.webservice summary:hover .webservice-name {
  text-decoration: underline;
}
details.webservice .base-layer-item {
  cursor: default;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0.5ch;
}
details.webservice .base-layer-item .icon {
  color: transparent;
  margin-right: 0.5ch;
}
details.webservice .base-layer-item:hover {
  background-color: #ffd7d7;
  outline: 0.15rem solid #ffd7d7;
}
details.webservice .base-layer-item:hover .icon {
  color: #7c0595;
}
details.webservice .base-layer-item:hover.disabled {
  background-color: transparent;
  outline: initial;
}
details.webservice .base-layer-item.disabled {
  color: #afafaf;
}
details.webservice .base-layer-item.disabled .icon {
  color: transparent !important;
}
.view .main.query {
  margin: 0 15px;
  padding: 15px;
  border: 1px solid #646464;
  overflow: auto;
}
.view .main.query h1 {
  margin-bottom: 30px;
}
.view .main.query h2 {
  margin-bottom: 15px;
}
.view .main.query h3 {
  margin-bottom: 7.5px;
}
.view .main.query .helptext {
  margin-bottom: 15px;
}
.view .main.query .query-actions {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: initial;
  left: initial;
}
.view .main.query .query-actions > div {
  margin-left: 15px;
}
.view .main.query .map-card__title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 7.5px;
}
.view .main.query .map-card__updated {
  font-size: 0.8rem;
  margin-bottom: 15px;
  font-style: italic;
}
.view .main.query .map-card__description {
  margin-bottom: 15px;
}
.view .main.query .map-card__layer {
  margin-bottom: 7.5px;
}
.view .main.query .map-card__layer:last-child {
  margin: 0;
}
.view .main.query .map-card.map-card--select {
  background-color: #f7f7f7;
  padding: 15px;
  margin-bottom: 15px;
}
.view .main.query .map-card.map-card--select:hover {
  background-color: #f2f2f2;
}
.view .main.query .map-card.map-card--select .map-card--description {
  margin-bottom: 15px;
}
.view .main.query .map-card.map-card--select .btn {
  margin-right: 15px;
  margin-bottom: 15px;
}
.view .main.query .map-card.map-card--select .map-card__layer {
  cursor: default;
}
.view .main.query .map-card.map-card--select .map-card__layer:hover {
  color: #7c0595;
}
.view .main.query .map-card.map-card--select .map-card__layer:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  display: inline-block;
  width: 1.5em;
  height: 1em;
  margin-right: 0.5ch;
}
.view .main.query .map-card.map-card--select .map-card__layer.selected:before {
  content: '\f14a';
  color: #7c0595;
}
.view .main.query .map-card.map-card--select .map-card__layer.unselected:before {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  content: '\f096';
}
.view .main.query .selector-wrapper {
  display: flex;
  margin-bottom: 45px;
}
.view .main.query .selector-wrapper .result__map-illu {
  margin-right: 15px;
}
.view .main.query .map-card--result {
  margin-bottom: 15px;
}
.view .main.query .map-card--result .meta-wrapper .wrapper_image-desc {
  display: flex;
}
.view .main.query .query-group.named .query-group-title {
  margin: 15px 0;
  font-weight: 700;
}
.view .main.query .query-group.named .query-group-items {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #6c3403;
}
.view .query .results-wrapper .result-table {
  margin: 30px 0;
}
.view .query .results-wrapper .export-link__wrapper .icon {
  font-family: 'ForkAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: initial;
  margin-right: 7.5px;
}
.view .query .results-wrapper .layer-title {
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 7.5px;
}
.view .query {
  /* Zebra striping */
}
.view .query table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  line-height: 115%;
}
.view .query tr:nth-of-type(odd) {
  background: #f8f8f8;
}
.view .query th {
  background: #333;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}
.view .query td,
.view .query th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
.view .query thead tr:first-child {
  background-color: transparent;
}
.view .query thead tr:first-child td:first-child {
  padding: 0;
  border: 0px;
  display: flex;
}
.view .query thead tr:first-child td:first-child .btn {
  margin-right: 15px;
}
@media print {
  @page {
    size: landscape;
  }
  html {
    font-size: 9pt;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  .view .header,
  .view .main.query,
  .view .footer {
    position: initial;
  }
  .view .header {
    margin-bottom: 15px;
  }
  .view .header > div {
    display: none;
  }
  .view .header > div.brand-logo {
    display: block;
  }
  .view .main.query {
    position: initial;
    overflow: hidden;
    padding: 0px;
    border: 0px;
    margin: 0px;
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .view .main.query H1 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .view .main.query .selector-wrapper {
    page-break-after: always;
  }
  .view .main.query .selected-layer--print {
    font-size: 1.2rem;
    margin-bottom: 7.5px;
  }
  .view table {
    table-layout: fixed;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}
.chart-wrapper {
  position: relative;
}
.chart-wrapper h2 {
  margin: 0 0 15px 0;
}
.chart-viz {
  margin-bottom: 15px;
  text-align: center;
}
.chart-viz svg {
  width: 66%;
  margin: auto;
  padding: 30px;
  padding-bottom: 15px;
}
.chart-legend {
  display: flex;
  flex-wrap: wrap;
}
.chart-legend .chart-legend-item {
  display: flex;
  padding: 7.5px 15px;
  width: 50%;
}
.chart-legend .chart-legend-item .chart-item-color {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 30px;
  border: 8px solid #ffffff;
}
.chart-legend .chart-legend-item .chart-item-content {
  text-align: left;
}
.chart-legend .chart-legend-item .chart-item-content .chart-item-value {
  font-size: 60%;
  margin-top: 5px;
  letter-spacing: 1px;
}
.timeserie-bar {
  font-family: monospace;
  stroke: darkblue;
}
.timeserie-tick-label {
  fill: #666;
  font-size: 80%;
}
.timeserie-tick,
.timeserie-border {
  stroke: #666;
  fill: none;
}
.timeserie-bar.active {
  fill: darkblue;
}
.timeserie-bar-label {
  display: none;
}
.timeserie-bar-label-line {
  stroke: darkblue;
  stroke-width: 1px;
  stroke-dasharray: 1,3;
  stroke-line-cap: 'round';
}
/*
.timeserie-bar:hover .timeserie-bar-label {
    display: initial;
    z-index: 1;
}*/
.timeserie-selection-border {
  stroke: darkblue;
  stroke-width: 1px;
  stroke-dasharray: 1,4;
  stroke-line-cap: 'round';
}
.timeserie-selection-adjust {
  stroke: darkblue;
  stroke-width: 1px;
  cursor: ew-resize;
  fill: white;
  display: block;
}
.timeserie-selection-fill {
  fill: lightblue;
  fill-opacity: 0.25;
}
.timeserie-bar-line {
  stroke: darkblue;
  stroke-width: 1px;
  fill: transparent;
}
.timeserie-cursor {
  stroke: darkred;
  stroke-width: 1px;
}
.timeserie-data-point {
  fill: darkred;
}
.timeserie-grid {
  stroke-width: 1px;
  stroke: #969696;
  stroke-dasharray: 1,3;
  stroke-line-cap: round;
}
.timeserie-norm {
  stroke-width: 1px;
  stroke: red;
}
.timeserie-wrapper .chart-date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 80%;
}
.timeserie-wrapper .chart-date-wrapper .date > * {
  width: 100%;
  display: block;
}
.timeserie-wrapper input {
  width: auto !important;
  margin-bottom: 15px;
  margin-top: 5px;
}
@page {
  size: landscape;
  margin: 7mm 7mm 7mm 7mm;
}
@media print {
  .header .app-title,
  .header .header-toolbar,
  .csac-credits,
  .footer__content .navigation,
  .app-name__wrapper:after,
  .switcher,
  .control-box,
  .geocoder-wrapper,
  .wms-legend-wrapper,
  .related-maps {
    display: none !important;
  }
  * {
    overflow: visible !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }
  .footer__content {
    border: 0px;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .map-navigator {
    width: 100%;
    border: 0px;
    padding: 0;
    display: block;
  }
  .map-navigator h1 {
    margin-bottom: 15px;
  }
  .map-navigator .content {
    overflow: hidden;
    padding-right: initial;
  }
  .map-navigator .sidebar {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .map-navigator .app-list__wrapper .list {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .map-navigator .app-list__wrapper .list .app-item {
    width: 90%;
    margin: auto;
    align-items: center;
  }
  .map-navigator .app-list__wrapper .list .app-item * {
    text-align: center;
  }
  .map-navigator .app-list__wrapper .list .app-item .app-img {
    display: flex;
    justify-content: center;
  }
  .map-navigator .map-list__wrapper .map-list .map-tile {
    min-width: calc(50% - 15px*0.5);
  }
  .map-navigator .map-list__wrapper .map-list .map-tile .map-tile-img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .main {
    display: flex;
    flex-direction: column;
  }
  .main .map-wrapper {
    order: 1;
  }
  .main .switcher {
    order: 2;
  }
  .main .sidebar__wrapper {
    order: 3;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .main .map-wrapper {
    height: calc(100vw - 4 * 5px + 2em + 2 * 5px);
  }
  .main .switcher {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #000;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .main .switcher .switch-item {
    width: auto;
  }
  .main .switcher .picto:before {
    font-size: 15px;
  }
  .main .geocoder-wrapper {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: initial;
    left: 5px;
  }
  .main .geocoder-wrapper .search-wrapper {
    width: 100%;
  }
  .main .geocoder-wrapper .search,
  .main .geocoder-wrapper .search-results {
    width: inherit;
  }
  .main .geocoder-wrapper .search-results {
    height: fit-content;
    max-height: 33vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .datas-wrapper .layer-actions {
    width: auto;
    font-size: 1rem;
    height: calc(1rem + 5px);
    margin: 0;
  }
  .datas-wrapper .layer-actions .visible:before,
  .datas-wrapper .layer-actions .hidden:before,
  .datas-wrapper .layer-actions .table:before {
    height: calc(1rem + 5px);
    width: calc(1rem + 5px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-right: 5px;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .main .sidebar__wrapper {
    position: relative;
    margin-top: 20px;
    padding: 0;
    padding-bottom: 50px;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
  }
  .main .sidebar__wrapper.feature-info-page .actions {
    display: flex;
  }
  .main .sidebar__wrapper.feature-info-page .tip-desktop {
    display: none;
  }
  .main .sidebar__wrapper.feature-info-page .group .feature-info-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .tool-widget {
    position: relative;
    width: 100%;
    border: 0px;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    z-index: 2;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .main.map-and-measure {
    right: initial !important;
    padding-bottom: 7.5px;
  }
  .main.map-and-measure .map-wrapper.map-interaction-measure {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
  }
}


/*# sourceMappingURL=view-d3079906e.style.css.map*/