@piveau/piveau-hub-ui-modules 4.3.6 → 4.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,10 +7,10 @@ import { isNil as u, has as d, isArray as F } from "lodash-es";
7
7
  function U(e) {
8
8
  return !u(e) && F(e) && e.length > 0;
9
9
  }
10
- function z(e) {
10
+ function H(e) {
11
11
  return U(e) && !e.reduce((i, a) => i && Object.values(a).reduce((o, l) => o && l === void 0, !0), !0);
12
12
  }
13
- function N(e) {
13
+ function z(e) {
14
14
  return d(e, "id") && d(e, "title") && !u(e.id) && !u(e.title);
15
15
  }
16
16
  function b(e) {
@@ -29,7 +29,7 @@ function b(e) {
29
29
  ...(o || l) && { url: o || l }
30
30
  };
31
31
  }
32
- function k(e) {
32
+ function I(e) {
33
33
  const i = n(() => e.getters["datasetDetails/getLicences"]);
34
34
  return n(() => {
35
35
  const a = i.value;
@@ -71,16 +71,16 @@ function T(e) {
71
71
  });
72
72
  return i;
73
73
  }
74
- function q(e, i, a) {
74
+ function N(e, i, a) {
75
75
  return e.title ? m(e.title, i, a) : "-";
76
76
  }
77
- function G(e) {
77
+ function k(e) {
78
78
  return d(e, "format.label") && !u(e.format.label) ? e.format.label : "";
79
79
  }
80
- function H(e) {
80
+ function q(e) {
81
81
  return d(e, "accessUrl") && U(e.accessUrl);
82
82
  }
83
- function I(e, i) {
83
+ function G(e, i) {
84
84
  const a = n(() => e.getters["datasetDetails/getTitle"] || ""), o = n(() => e.getters["datasetDetails/getDescription"] || ""), l = n(() => e.getters["datasetDetails/getLanguages"]), r = n(() => e.getters["datasetDetails/getSpatial"]), g = n(() => e.getters["datasetDetails/getOtherIdentifiers"]), p = n(() => e.getters["datasetDetails/getKeywords"]), c = n(() => e.getters["datasetDetails/getCatalog"]), D = n(() => e.getters["datasetDetails/getDistributions"]), j = n(() => e.getters["datasetDetails/getPublisher"]), K = n(() => e.getters["datasetDetails/getContactPoints"]), f = n(() => {
85
85
  var s;
86
86
  return (s = i.query) == null ? void 0 : s.locale;
@@ -110,8 +110,8 @@ function I(e, i) {
110
110
  contactPoint: []
111
111
  // https://schema.org/ContactPoint
112
112
  };
113
- s.name = m(a.value, f.value, l.value), s.name = s.name ? s.name.substring(0, 4999) : s.name, s.description = m(o.value, f.value, l.value), s.description = s.description ? s.description.substring(0, 4999) : s.description, s.license = k(e).value, s.spatialCoverage = T(r.value), s.identifier = g.value, z(p.value) && p.value.forEach((t) => {
114
- N(t) && s.keywords.push(t.title);
113
+ s.name = m(a.value, f.value, l.value), s.name = s.name ? s.name.substring(0, 4999) : s.name, s.description = m(o.value, f.value, l.value), s.description = s.description ? s.description.substring(0, 4999) : s.description, s.license = I(e).value, s.spatialCoverage = T(r.value), s.identifier = g.value, H(p.value) && p.value.forEach((t) => {
114
+ z(t) && s.keywords.push(t.title);
115
115
  }), s.catalog = {
116
116
  "@type": "DataCatalog",
117
117
  name: (S = m(c.value.title, f.value, l)) == null ? void 0 : S.substring(0, 4999),
@@ -125,15 +125,15 @@ function I(e, i) {
125
125
  }, D.value.forEach((t) => {
126
126
  const v = {
127
127
  "@type": "DataDownload",
128
- name: q(t, f.value, l.value),
129
- encodingFormat: G(t),
128
+ name: N(t, f.value, l.value),
129
+ encodingFormat: k(t),
130
130
  license: b(t.licence),
131
131
  contentSize: t.byteSize,
132
132
  datePublished: t.releaseDate,
133
133
  dateModified: t.modificationDate,
134
134
  contentUrl: void 0
135
135
  };
136
- H(t) && (v.contentUrl = t.accessUrl[0]), s.distribution.push(v);
136
+ q(t) && (v.contentUrl = t.accessUrl[0]), s.distribution.push(v);
137
137
  });
138
138
  const y = j.value;
139
139
  return y.name && !u(y.name) && s.creator.push({
@@ -154,8 +154,8 @@ function I(e, i) {
154
154
  }), s;
155
155
  });
156
156
  }
157
- function B() {
158
- const e = x(), i = E(), a = n(() => I(e, i).value), o = n(() => [{
157
+ function W() {
158
+ const e = x(), i = E(), a = n(() => G(e, i).value), o = n(() => [{
159
159
  type: "application/ld+json",
160
160
  textContent: JSON.stringify({ ...a.value }, null, 2)
161
161
  }]);
@@ -185,6 +185,10 @@ function B() {
185
185
  {
186
186
  name: "robots",
187
187
  content: "index"
188
+ },
189
+ {
190
+ name: "dataset_type",
191
+ content: () => n(() => e.getters["datasetDetails/getIsHvd"] ? "High-Value Dataset" : "Dataset").value
188
192
  }
189
193
  ],
190
194
  script: o,
@@ -196,6 +200,6 @@ function B() {
196
200
  };
197
201
  }
198
202
  export {
199
- B as useDatasetDetailsDatasetHead
203
+ W as useDatasetDetailsDatasetHead
200
204
  };
201
205
  //# sourceMappingURL=useDatasetDetailsDatasetHead.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"useDatasetDetailsDatasetHead.mjs","sources":["../../../lib/composables/head/useDatasetDetailsDatasetHead.ts"],"sourcesContent":["import { useHead } from '@unhead/vue';\nimport { ComputedRef, computed } from 'vue';\nimport { RouteLocationNormalizedLoaded, useRoute } from 'vue-router';\nimport { getTranslationFor } from '../../utils/helpers';\nimport { Store, useStore } from 'vuex';\nimport {\n has,\n isNil,\n isArray,\n} from 'lodash';\n\nfunction showArray(array: unknown) {\n return !isNil(array) && isArray(array) && array.length > 0;\n}\nfunction showObjectArray(objectArray: Array<unknown>) {\n return showArray(objectArray) && !objectArray.reduce((objectUndefined: any, currentObject: any) => objectUndefined && Object.values(currentObject).reduce((keyUndefined, currentValue) => keyUndefined && currentValue === undefined, true), true);\n}\nfunction showKeyword(keyword: any) {\n return has(keyword, 'id')\n && has(keyword, 'title')\n && !isNil(keyword.id)\n && !isNil(keyword.title);\n}\n\n/** \n * Returns a schema.org license object by providing dcat-ap license\n * See https://schema.org/license\n * See https://confluencesrv.fokus.fraunhofer.de/pages/viewpage.action?spaceKey=PIV&title=DCAT-AP+Guide\n */\nfunction getSchemaOfLicense(license: any) {\n if (!license) return null;\n\n const {\n id, description, resource, la_url: laUrl,\n } = license;\n\n if (!id && !description && !resource && !laUrl) return null;\n\n const licenseObject = {\n '@type': 'CreativeWork',\n ...id && { '@id': id },\n ...description && { description },\n ...(resource || laUrl) && { url: (resource || laUrl) },\n\n };\n\n return licenseObject;\n}\n\n/** \n * Returns a json-ld object of the license of the first distribution where a license exists in this dataset\n * or null, if first distribution or license does not exist\n */\nfunction getSchemaOfFirstAvailableLicense(store: Store<any>) {\n\n const getLicences = computed(() => store.getters['datasetDetails/getLicences']);\n\n return computed(() => {\n const licenses = getLicences.value;\n let license = null;\n\n if (licenses && licenses.length > 0) {\n const distributionLicense = licenses.find((l: any) => l && (l.title || l.description || l.id || l.resource));\n\n if (distributionLicense) {\n license = getSchemaOfLicense(distributionLicense);\n }\n }\n return license;\n })\n}\n\nfunction getSchemaOfSpatialCoverage(spatialObject: any) {\n let spatialCoverage: any[] | any = [];\n const spatial = spatialObject ? (spatialObject.length ? spatialObject[0] : spatialObject) : null;\n\n if (!spatial) return [];\n\n if (spatial.type === 'Polygon') {\n const places: any[] = [];\n const polygons: any[] = spatial.coordinates;\n polygons.forEach((polygon: any[]) => {\n let poly = '';\n poly = polygon.map(coordinate => coordinate.join(',')).join(' ');\n const geoShape = {\n '@type': 'GeoShape',\n polygon: poly,\n };\n places.push({\n '@type': 'Place',\n geo: geoShape,\n });\n });\n\n spatialCoverage = places;\n } else if (spatial.type === 'Point') {\n spatialCoverage = {\n '@type': 'Place',\n geo: {\n '@type': 'GeoCoordinates',\n latitude: spatial.coordinates[0],\n longitude: spatial.coordinates[1],\n },\n };\n }\n\n return spatialCoverage;\n}\n\nfunction getDistributionTitle(distribution: any, locale: any, languages: any) {\n return distribution.title ? getTranslationFor(distribution.title, locale, languages) : '-';\n}\nfunction getDistributionFormat(distribution: any) {\n return has(distribution, 'format.label') && !isNil(distribution.format.label) ? distribution.format.label : '';\n}\nfunction showAccessUrls(distribution: any) {\n return has(distribution, 'accessUrl') && showArray(distribution.accessUrl);\n}\n\nfunction getSchemaOrg(store: Store<any>, route: RouteLocationNormalizedLoaded) {\n const getTitle: ComputedRef<string> = computed(() => store.getters['datasetDetails/getTitle'] as string || '');\n const getDescription: ComputedRef<string> = computed(() => store.getters['datasetDetails/getDescription'] as string || '');\n const getLanguages = computed(() => store.getters['datasetDetails/getLanguages']);\n const getSpatial = computed(() => store.getters['datasetDetails/getSpatial']);\n const getOtherIdentifiers = computed(() => store.getters['datasetDetails/getOtherIdentifiers']);\n const getKeywords = computed(() => store.getters['datasetDetails/getKeywords']);\n const getCatalog = computed(() => store.getters['datasetDetails/getCatalog']);\n const getDistributions = computed(() => store.getters['datasetDetails/getDistributions']);\n const getPublisher = computed(() => store.getters['datasetDetails/getPublisher']);\n const getContactPoints = computed(() => store.getters['datasetDetails/getContactPoints']);\n\n const computedLocale = computed(() => {\n return route.query?.locale;\n });\n\n return computed(() => {\n // PAYLOAD\n const payload = {\n '@context': 'http://schema.org',\n '@type': 'Dataset',\n name: '', // https://schema.org/Dataset\n description: '', // https://schema.org/Dataset\n license: {}, // https://schema.org/Dataset\n spatialCoverage: {}, // https://schema.org/Dataset\n keywords: [] as any[], // https://schema.org/Dataset\n catalog: {}, // https://schema.org/DataCatalog\n identifier: [] as any[],\n distribution: [] as any[], // https://schema.org/DataDownload\n creator: [] as any[], // https://schema.org/Organization\n contactPoint: [] as any[], // https://schema.org/ContactPoint\n };\n\n // https://schema.org/Dataset\n payload.name = getTranslationFor(getTitle.value, computedLocale.value, getLanguages.value);\n payload.name = payload.name ? payload.name.substring(0, 4999) : payload.name;\n payload.description = getTranslationFor(getDescription.value, computedLocale.value, getLanguages.value);\n payload.description = payload.description ? payload.description.substring(0, 4999) : payload.description;\n payload.license = getSchemaOfFirstAvailableLicense(store).value;\n payload.spatialCoverage = getSchemaOfSpatialCoverage(getSpatial.value);\n payload.identifier = getOtherIdentifiers.value;\n if (showObjectArray(getKeywords.value)) {\n getKeywords.value.forEach((keyword: any) => {\n if (showKeyword(keyword)) {\n payload.keywords.push(keyword.title);\n }\n });\n }\n\n // https://schema.org/DataCatalog\n payload.catalog = {\n '@type': 'DataCatalog',\n name: getTranslationFor(getCatalog.value.title, computedLocale.value, getLanguages)?.substring(0, 4999),\n description: getTranslationFor(getCatalog.value.description, computedLocale.value, getLanguages)?.substring(0, 4999),\n // publisher: getCatalog.value.publisher,\n url: getCatalog.value.homepage,\n // inLanguage: isArray(getCatalog.value.language) ? getCatalog.value.language[0] : getCatalog.value.language,\n license: getSchemaOfLicense(getCatalog.value.license),\n dateModified: getCatalog.value.modificationDate,\n spatialCoverage: getSchemaOfSpatialCoverage(getCatalog.value.getSpatial),\n };\n\n // https://schema.org/DataDownload\n getDistributions.value.forEach((distro: any) => {\n const distroResult = {\n '@type': 'DataDownload',\n name: getDistributionTitle(distro, computedLocale.value, getLanguages.value),\n encodingFormat: getDistributionFormat(distro),\n license: getSchemaOfLicense(distro.licence),\n contentSize: distro.byteSize,\n datePublished: distro.releaseDate,\n dateModified: distro.modificationDate,\n contentUrl: undefined,\n };\n if (showAccessUrls(distro)) {\n distroResult.contentUrl = distro.accessUrl[0];\n }\n payload.distribution.push(distroResult);\n });\n\n // https://schema.org/Organization\n const publisher = getPublisher.value;\n if (publisher.name && !isNil(publisher.name)) {\n payload.creator.push({\n '@type': 'Organization',\n name: publisher.name,\n });\n }\n\n // https://schema.org/ContactPoint\n getContactPoints.value.forEach((contactPoint: any) => {\n const hasName = has(contactPoint, 'name') && !isNil(contactPoint.name);\n const hasEmail = has(contactPoint, 'email') && !isNil(contactPoint.email);\n const hasAddress = has(contactPoint, 'address') && !isNil(contactPoint.address);\n const hasTelephone = has(contactPoint, 'telephone') && !isNil(contactPoint.telephone);\n if ((hasName || hasEmail || hasAddress || hasTelephone)) {\n const c = {\n '@type': 'ContactPoint',\n name: undefined,\n email: undefined,\n address: undefined,\n telephone: undefined,\n };\n\n if (hasName) c.name = contactPoint!.name;\n if (hasEmail) c.email = contactPoint.email;\n if (hasAddress) c.address = contactPoint.address;\n if (hasTelephone) c.telephone = contactPoint.telephone;\n\n payload.contactPoint.push(c);\n }\n });\n return payload;\n });\n}\n\nexport function useDatasetDetailsDatasetHead() {\n const store = useStore();\n const route = useRoute();\n\n const datasetSchema = computed(() => {\n return getSchemaOrg(store, route).value;\n })\n\n const schemaOrg = computed(() => [{\n type: 'application/ld+json',\n textContent: JSON.stringify({ ...datasetSchema.value }, null, 2),\n }])\n\n const head = useHead({\n meta: [\n {\n name: 'description',\n vmid: 'description',\n content: () => {\n const getDescription: ComputedRef<string> = computed(() => store.getters['datasetDetails/getDescription'] as string || '');\n const getTitle: ComputedRef<string> = computed(() => store.getters['datasetDetails/getTitle'] as string || '');\n const getLanguages = computed(() => store.getters['datasetDetails/getLanguages']);\n const computedLocale = computed(() => {\n return route.query?.locale;\n });\n return getTranslationFor(getDescription.value, computedLocale.value, getLanguages.value) || getTranslationFor(getTitle.value, computedLocale.value, getLanguages.value);\n },\n },\n {\n name: 'keywords',\n vmid: 'keywords',\n content: () => {\n const getKeywords = computed(() => store.getters['datasetDetails/getKeywords']);\n return getKeywords.value.map((keyword: any) => keyword.title).join(' ');\n },\n },\n {\n name: 'subject',\n vmid: 'subject',\n },\n {\n name: 'robots',\n content: 'index',\n },\n ],\n script: schemaOrg,\n link: [\n { rel: 'canonical', href: window.location.href },\n ],\n })\n \n return {\n head,\n schemaOrg,\n }\n}"],"names":["showArray","array","isNil","isArray","showObjectArray","objectArray","objectUndefined","currentObject","keyUndefined","currentValue","showKeyword","keyword","has","getSchemaOfLicense","license","id","description","resource","laUrl","getSchemaOfFirstAvailableLicense","store","getLicences","computed","licenses","distributionLicense","l","getSchemaOfSpatialCoverage","spatialObject","spatialCoverage","spatial","places","polygon","poly","coordinate","geoShape","getDistributionTitle","distribution","locale","languages","getTranslationFor","getDistributionFormat","showAccessUrls","getSchemaOrg","route","getTitle","getDescription","getLanguages","getSpatial","getOtherIdentifiers","getKeywords","getCatalog","getDistributions","getPublisher","getContactPoints","computedLocale","_a","payload","_b","distro","distroResult","publisher","contactPoint","hasName","hasEmail","hasAddress","hasTelephone","c","useDatasetDetailsDatasetHead","useStore","useRoute","datasetSchema","schemaOrg","useHead"],"mappings":";;;;;;AAWA,SAASA,EAAUC,GAAgB;AAC1B,SAAA,CAACC,EAAMD,CAAK,KAAKE,EAAQF,CAAK,KAAKA,EAAM,SAAS;AAC3D;AACA,SAASG,EAAgBC,GAA6B;AAC7C,SAAAL,EAAUK,CAAW,KAAK,CAACA,EAAY,OAAO,CAACC,GAAsBC,MAAuBD,KAAmB,OAAO,OAAOC,CAAa,EAAE,OAAO,CAACC,GAAcC,MAAiBD,KAAgBC,MAAiB,QAAW,EAAI,GAAG,EAAI;AACnP;AACA,SAASC,EAAYC,GAAc;AACjC,SAAOC,EAAID,GAAS,IAAI,KACnBC,EAAID,GAAS,OAAO,KACpB,CAACT,EAAMS,EAAQ,EAAE,KACjB,CAACT,EAAMS,EAAQ,KAAK;AAC3B;AAOA,SAASE,EAAmBC,GAAc;AACxC,MAAI,CAACA;AAAgB,WAAA;AAEf,QAAA;AAAA,IACJ,IAAAC;AAAA,IAAI,aAAAC;AAAA,IAAa,UAAAC;AAAA,IAAU,QAAQC;AAAA,EACjC,IAAAJ;AAEJ,SAAI,CAACC,KAAM,CAACC,KAAe,CAACC,KAAY,CAACC,IAAc,OAEjC;AAAA,IACpB,SAAS;AAAA,IACT,GAAGH,KAAM,EAAE,OAAOA,EAAG;AAAA,IACrB,GAAGC,KAAe,EAAE,aAAAA,EAAY;AAAA,IAChC,IAAIC,KAAYC,MAAU,EAAE,KAAMD,KAAYC,EAAO;AAAA,EAAA;AAKzD;AAMA,SAASC,EAAiCC,GAAmB;AAE3D,QAAMC,IAAcC,EAAS,MAAMF,EAAM,QAAQ,4BAA4B,CAAC;AAE9E,SAAOE,EAAS,MAAM;AACpB,UAAMC,IAAWF,EAAY;AAC7B,QAAIP,IAAU;AAEV,QAAAS,KAAYA,EAAS,SAAS,GAAG;AACnC,YAAMC,IAAsBD,EAAS,KAAK,CAACE,MAAWA,MAAMA,EAAE,SAASA,EAAE,eAAeA,EAAE,MAAMA,EAAE,SAAS;AAE3G,MAAID,MACFV,IAAUD,EAAmBW,CAAmB;AAAA,IAEpD;AACO,WAAAV;AAAA,EAAA,CACR;AACH;AAEA,SAASY,EAA2BC,GAAoB;AACtD,MAAIC,IAA+B,CAAA;AACnC,QAAMC,IAAUF,IAAiBA,EAAc,SAASA,EAAc,CAAC,IAAIA,IAAiB;AAE5F,MAAI,CAACE;AAAS,WAAO;AAEjB,MAAAA,EAAQ,SAAS,WAAW;AAC9B,UAAMC,IAAgB,CAAA;AAEb,IADeD,EAAQ,YACvB,QAAQ,CAACE,MAAmB;AACnC,UAAIC,IAAO;AACJ,MAAAA,IAAAD,EAAQ,IAAI,CAAcE,MAAAA,EAAW,KAAK,GAAG,CAAC,EAAE,KAAK,GAAG;AAC/D,YAAMC,IAAW;AAAA,QACf,SAAS;AAAA,QACT,SAASF;AAAA,MAAA;AAEX,MAAAF,EAAO,KAAK;AAAA,QACV,SAAS;AAAA,QACT,KAAKI;AAAA,MAAA,CACN;AAAA,IAAA,CACF,GAEiBN,IAAAE;AAAA,EAAA;AACpB,IAAWD,EAAQ,SAAS,YACRD,IAAA;AAAA,MAChB,SAAS;AAAA,MACT,KAAK;AAAA,QACH,SAAS;AAAA,QACT,UAAUC,EAAQ,YAAY,CAAC;AAAA,QAC/B,WAAWA,EAAQ,YAAY,CAAC;AAAA,MAClC;AAAA,IAAA;AAIG,SAAAD;AACT;AAEA,SAASO,EAAqBC,GAAmBC,GAAaC,GAAgB;AAC5E,SAAOF,EAAa,QAAQG,EAAkBH,EAAa,OAAOC,GAAQC,CAAS,IAAI;AACzF;AACA,SAASE,EAAsBJ,GAAmB;AAChD,SAAOxB,EAAIwB,GAAc,cAAc,KAAK,CAAClC,EAAMkC,EAAa,OAAO,KAAK,IAAIA,EAAa,OAAO,QAAQ;AAC9G;AACA,SAASK,EAAeL,GAAmB;AACzC,SAAOxB,EAAIwB,GAAc,WAAW,KAAKpC,EAAUoC,EAAa,SAAS;AAC3E;AAEA,SAASM,EAAatB,GAAmBuB,GAAsC;AAC7E,QAAMC,IAAgCtB,EAAS,MAAMF,EAAM,QAAQ,yBAAyB,KAAe,EAAE,GACvGyB,IAAsCvB,EAAS,MAAMF,EAAM,QAAQ,+BAA+B,KAAe,EAAE,GACnH0B,IAAexB,EAAS,MAAMF,EAAM,QAAQ,6BAA6B,CAAC,GAC1E2B,IAAazB,EAAS,MAAMF,EAAM,QAAQ,2BAA2B,CAAC,GACtE4B,IAAsB1B,EAAS,MAAMF,EAAM,QAAQ,oCAAoC,CAAC,GACxF6B,IAAc3B,EAAS,MAAMF,EAAM,QAAQ,4BAA4B,CAAC,GACxE8B,IAAa5B,EAAS,MAAMF,EAAM,QAAQ,2BAA2B,CAAC,GACtE+B,IAAmB7B,EAAS,MAAMF,EAAM,QAAQ,iCAAiC,CAAC,GAClFgC,IAAe9B,EAAS,MAAMF,EAAM,QAAQ,6BAA6B,CAAC,GAC1EiC,IAAmB/B,EAAS,MAAMF,EAAM,QAAQ,iCAAiC,CAAC,GAElFkC,IAAiBhC,EAAS,MAAM;;AACpC,YAAOiC,IAAAZ,EAAM,UAAN,gBAAAY,EAAa;AAAA,EAAA,CACrB;AAED,SAAOjC,EAAS,MAAM;;AAEpB,UAAMkC,IAAU;AAAA,MACd,YAAY;AAAA,MACZ,SAAS;AAAA,MACT,MAAM;AAAA;AAAA,MACN,aAAa;AAAA;AAAA,MACb,SAAS,CAAC;AAAA;AAAA,MACV,iBAAiB,CAAC;AAAA;AAAA,MAClB,UAAU,CAAC;AAAA;AAAA,MACX,SAAS,CAAC;AAAA;AAAA,MACV,YAAY,CAAC;AAAA,MACb,cAAc,CAAC;AAAA;AAAA,MACf,SAAS,CAAC;AAAA;AAAA,MACV,cAAc,CAAC;AAAA;AAAA,IAAA;AAIjB,IAAAA,EAAQ,OAAOjB,EAAkBK,EAAS,OAAOU,EAAe,OAAOR,EAAa,KAAK,GACjFU,EAAA,OAAOA,EAAQ,OAAOA,EAAQ,KAAK,UAAU,GAAG,IAAI,IAAIA,EAAQ,MACxEA,EAAQ,cAAcjB,EAAkBM,EAAe,OAAOS,EAAe,OAAOR,EAAa,KAAK,GAC9FU,EAAA,cAAcA,EAAQ,cAAcA,EAAQ,YAAY,UAAU,GAAG,IAAI,IAAIA,EAAQ,aACrFA,EAAA,UAAUrC,EAAiCC,CAAK,EAAE,OAClDoC,EAAA,kBAAkB9B,EAA2BqB,EAAW,KAAK,GACrES,EAAQ,aAAaR,EAAoB,OACrC5C,EAAgB6C,EAAY,KAAK,KACvBA,EAAA,MAAM,QAAQ,CAACtC,MAAiB;AACtC,MAAAD,EAAYC,CAAO,KACb6C,EAAA,SAAS,KAAK7C,EAAQ,KAAK;AAAA,IACrC,CACD,GAIH6C,EAAQ,UAAU;AAAA,MAChB,SAAS;AAAA,MACT,OAAMD,IAAAhB,EAAkBW,EAAW,MAAM,OAAOI,EAAe,OAAOR,CAAY,MAA5E,gBAAAS,EAA+E,UAAU,GAAG;AAAA,MAClG,cAAaE,IAAAlB,EAAkBW,EAAW,MAAM,aAAaI,EAAe,OAAOR,CAAY,MAAlF,gBAAAW,EAAqF,UAAU,GAAG;AAAA;AAAA,MAE/G,KAAKP,EAAW,MAAM;AAAA;AAAA,MAEtB,SAASrC,EAAmBqC,EAAW,MAAM,OAAO;AAAA,MACpD,cAAcA,EAAW,MAAM;AAAA,MAC/B,iBAAiBxB,EAA2BwB,EAAW,MAAM,UAAU;AAAA,IAAA,GAIxDC,EAAA,MAAM,QAAQ,CAACO,MAAgB;AAC9C,YAAMC,IAAe;AAAA,QACnB,SAAS;AAAA,QACT,MAAMxB,EAAqBuB,GAAQJ,EAAe,OAAOR,EAAa,KAAK;AAAA,QAC3E,gBAAgBN,EAAsBkB,CAAM;AAAA,QAC5C,SAAS7C,EAAmB6C,EAAO,OAAO;AAAA,QAC1C,aAAaA,EAAO;AAAA,QACpB,eAAeA,EAAO;AAAA,QACtB,cAAcA,EAAO;AAAA,QACrB,YAAY;AAAA,MAAA;AAEV,MAAAjB,EAAeiB,CAAM,MACVC,EAAA,aAAaD,EAAO,UAAU,CAAC,IAEtCF,EAAA,aAAa,KAAKG,CAAY;AAAA,IAAA,CACvC;AAGD,UAAMC,IAAYR,EAAa;AAC/B,WAAIQ,EAAU,QAAQ,CAAC1D,EAAM0D,EAAU,IAAI,KACzCJ,EAAQ,QAAQ,KAAK;AAAA,MACnB,SAAS;AAAA,MACT,MAAMI,EAAU;AAAA,IAAA,CACjB,GAIcP,EAAA,MAAM,QAAQ,CAACQ,MAAsB;AAC9C,YAAAC,IAAUlD,EAAIiD,GAAc,MAAM,KAAK,CAAC3D,EAAM2D,EAAa,IAAI,GAC/DE,IAAWnD,EAAIiD,GAAc,OAAO,KAAK,CAAC3D,EAAM2D,EAAa,KAAK,GAClEG,IAAapD,EAAIiD,GAAc,SAAS,KAAK,CAAC3D,EAAM2D,EAAa,OAAO,GACxEI,IAAerD,EAAIiD,GAAc,WAAW,KAAK,CAAC3D,EAAM2D,EAAa,SAAS;AAC/E,UAAAC,KAAWC,KAAYC,KAAcC,GAAe;AACvD,cAAMC,IAAI;AAAA,UACR,SAAS;AAAA,UACT,MAAM;AAAA,UACN,OAAO;AAAA,UACP,SAAS;AAAA,UACT,WAAW;AAAA,QAAA;AAGT,QAAAJ,MAASI,EAAE,OAAOL,EAAc,OAChCE,MAAUG,EAAE,QAAQL,EAAa,QACjCG,MAAYE,EAAE,UAAUL,EAAa,UACrCI,MAAcC,EAAE,YAAYL,EAAa,YAErCL,EAAA,aAAa,KAAKU,CAAC;AAAA,MAC7B;AAAA,IAAA,CACD,GACMV;AAAA,EAAA,CACR;AACH;AAEO,SAASW,IAA+B;AAC7C,QAAM/C,IAAQgD,KACRzB,IAAQ0B,KAERC,IAAgBhD,EAAS,MACtBoB,EAAatB,GAAOuB,CAAK,EAAE,KACnC,GAEI4B,IAAYjD,EAAS,MAAM,CAAC;AAAA,IAC/B,MAAM;AAAA,IACN,aAAa,KAAK,UAAU,EAAE,GAAGgD,EAAc,MAAS,GAAA,MAAM,CAAC;AAAA,EAChE,CAAA,CAAC;AAwCK,SAAA;AAAA,IACL,MAvCWE,EAAQ;AAAA,MACnB,MAAM;AAAA,QACJ;AAAA,UACE,MAAM;AAAA,UACN,MAAM;AAAA,UACN,SAAS,MAAM;AACb,kBAAM3B,IAAsCvB,EAAS,MAAMF,EAAM,QAAQ,+BAA+B,KAAe,EAAE,GACnHwB,IAAgCtB,EAAS,MAAMF,EAAM,QAAQ,yBAAyB,KAAe,EAAE,GACvG0B,IAAexB,EAAS,MAAMF,EAAM,QAAQ,6BAA6B,CAAC,GAC1EkC,IAAiBhC,EAAS,MAAM;;AACpC,sBAAOiC,IAAAZ,EAAM,UAAN,gBAAAY,EAAa;AAAA,YAAA,CACrB;AACD,mBAAOhB,EAAkBM,EAAe,OAAOS,EAAe,OAAOR,EAAa,KAAK,KAAKP,EAAkBK,EAAS,OAAOU,EAAe,OAAOR,EAAa,KAAK;AAAA,UACxK;AAAA,QACF;AAAA,QACA;AAAA,UACE,MAAM;AAAA,UACN,MAAM;AAAA,UACN,SAAS,MACaxB,EAAS,MAAMF,EAAM,QAAQ,4BAA4B,CAAC,EAC3D,MAAM,IAAI,CAACT,MAAiBA,EAAQ,KAAK,EAAE,KAAK,GAAG;AAAA,QAE1E;AAAA,QACA;AAAA,UACE,MAAM;AAAA,UACN,MAAM;AAAA,QACR;AAAA,QACA;AAAA,UACE,MAAM;AAAA,UACN,SAAS;AAAA,QACX;AAAA,MACF;AAAA,MACA,QAAQ4D;AAAA,MACR,MAAM;AAAA,QACJ,EAAE,KAAK,aAAa,MAAM,OAAO,SAAS,KAAK;AAAA,MACjD;AAAA,IAAA,CACD;AAAA,IAIC,WAAAA;AAAA,EAAA;AAEJ;"}
1
+ {"version":3,"file":"useDatasetDetailsDatasetHead.mjs","sources":["../../../lib/composables/head/useDatasetDetailsDatasetHead.ts"],"sourcesContent":["import { useHead } from '@unhead/vue';\nimport { ComputedRef, computed } from 'vue';\nimport { RouteLocationNormalizedLoaded, useRoute } from 'vue-router';\nimport { getTranslationFor } from '../../utils/helpers';\nimport { Store, useStore } from 'vuex';\nimport {\n has,\n isNil,\n isArray,\n} from 'lodash';\n\nfunction showArray(array: unknown) {\n return !isNil(array) && isArray(array) && array.length > 0;\n}\nfunction showObjectArray(objectArray: Array<unknown>) {\n return showArray(objectArray) && !objectArray.reduce((objectUndefined: any, currentObject: any) => objectUndefined && Object.values(currentObject).reduce((keyUndefined, currentValue) => keyUndefined && currentValue === undefined, true), true);\n}\nfunction showKeyword(keyword: any) {\n return has(keyword, 'id')\n && has(keyword, 'title')\n && !isNil(keyword.id)\n && !isNil(keyword.title);\n}\n\n/**\n * Returns a schema.org license object by providing dcat-ap license\n * See https://schema.org/license\n * See https://confluencesrv.fokus.fraunhofer.de/pages/viewpage.action?spaceKey=PIV&title=DCAT-AP+Guide\n */\nfunction getSchemaOfLicense(license: any) {\n if (!license) return null;\n\n const {\n id, description, resource, la_url: laUrl,\n } = license;\n\n if (!id && !description && !resource && !laUrl) return null;\n\n const licenseObject = {\n '@type': 'CreativeWork',\n ...id && { '@id': id },\n ...description && { description },\n ...(resource || laUrl) && { url: (resource || laUrl) },\n\n };\n\n return licenseObject;\n}\n\n/**\n * Returns a json-ld object of the license of the first distribution where a license exists in this dataset\n * or null, if first distribution or license does not exist\n */\nfunction getSchemaOfFirstAvailableLicense(store: Store<any>) {\n\n const getLicences = computed(() => store.getters['datasetDetails/getLicences']);\n\n return computed(() => {\n const licenses = getLicences.value;\n let license = null;\n\n if (licenses && licenses.length > 0) {\n const distributionLicense = licenses.find((l: any) => l && (l.title || l.description || l.id || l.resource));\n\n if (distributionLicense) {\n license = getSchemaOfLicense(distributionLicense);\n }\n }\n return license;\n })\n}\n\nfunction getSchemaOfSpatialCoverage(spatialObject: any) {\n let spatialCoverage: any[] | any = [];\n const spatial = spatialObject ? (spatialObject.length ? spatialObject[0] : spatialObject) : null;\n\n if (!spatial) return [];\n\n if (spatial.type === 'Polygon') {\n const places: any[] = [];\n const polygons: any[] = spatial.coordinates;\n polygons.forEach((polygon: any[]) => {\n let poly = '';\n poly = polygon.map(coordinate => coordinate.join(',')).join(' ');\n const geoShape = {\n '@type': 'GeoShape',\n polygon: poly,\n };\n places.push({\n '@type': 'Place',\n geo: geoShape,\n });\n });\n\n spatialCoverage = places;\n } else if (spatial.type === 'Point') {\n spatialCoverage = {\n '@type': 'Place',\n geo: {\n '@type': 'GeoCoordinates',\n latitude: spatial.coordinates[0],\n longitude: spatial.coordinates[1],\n },\n };\n }\n\n return spatialCoverage;\n}\n\nfunction getDistributionTitle(distribution: any, locale: any, languages: any) {\n return distribution.title ? getTranslationFor(distribution.title, locale, languages) : '-';\n}\nfunction getDistributionFormat(distribution: any) {\n return has(distribution, 'format.label') && !isNil(distribution.format.label) ? distribution.format.label : '';\n}\nfunction showAccessUrls(distribution: any) {\n return has(distribution, 'accessUrl') && showArray(distribution.accessUrl);\n}\n\nfunction getSchemaOrg(store: Store<any>, route: RouteLocationNormalizedLoaded) {\n const getTitle: ComputedRef<string> = computed(() => store.getters['datasetDetails/getTitle'] as string || '');\n const getDescription: ComputedRef<string> = computed(() => store.getters['datasetDetails/getDescription'] as string || '');\n const getLanguages = computed(() => store.getters['datasetDetails/getLanguages']);\n const getSpatial = computed(() => store.getters['datasetDetails/getSpatial']);\n const getOtherIdentifiers = computed(() => store.getters['datasetDetails/getOtherIdentifiers']);\n const getKeywords = computed(() => store.getters['datasetDetails/getKeywords']);\n const getCatalog = computed(() => store.getters['datasetDetails/getCatalog']);\n const getDistributions = computed(() => store.getters['datasetDetails/getDistributions']);\n const getPublisher = computed(() => store.getters['datasetDetails/getPublisher']);\n const getContactPoints = computed(() => store.getters['datasetDetails/getContactPoints']);\n\n const computedLocale = computed(() => {\n return route.query?.locale;\n });\n\n return computed(() => {\n // PAYLOAD\n const payload = {\n '@context': 'http://schema.org',\n '@type': 'Dataset',\n name: '', // https://schema.org/Dataset\n description: '', // https://schema.org/Dataset\n license: {}, // https://schema.org/Dataset\n spatialCoverage: {}, // https://schema.org/Dataset\n keywords: [] as any[], // https://schema.org/Dataset\n catalog: {}, // https://schema.org/DataCatalog\n identifier: [] as any[],\n distribution: [] as any[], // https://schema.org/DataDownload\n creator: [] as any[], // https://schema.org/Organization\n contactPoint: [] as any[], // https://schema.org/ContactPoint\n };\n\n // https://schema.org/Dataset\n payload.name = getTranslationFor(getTitle.value, computedLocale.value, getLanguages.value);\n payload.name = payload.name ? payload.name.substring(0, 4999) : payload.name;\n payload.description = getTranslationFor(getDescription.value, computedLocale.value, getLanguages.value);\n payload.description = payload.description ? payload.description.substring(0, 4999) : payload.description;\n payload.license = getSchemaOfFirstAvailableLicense(store).value;\n payload.spatialCoverage = getSchemaOfSpatialCoverage(getSpatial.value);\n payload.identifier = getOtherIdentifiers.value;\n if (showObjectArray(getKeywords.value)) {\n getKeywords.value.forEach((keyword: any) => {\n if (showKeyword(keyword)) {\n payload.keywords.push(keyword.title);\n }\n });\n }\n\n // https://schema.org/DataCatalog\n payload.catalog = {\n '@type': 'DataCatalog',\n name: getTranslationFor(getCatalog.value.title, computedLocale.value, getLanguages)?.substring(0, 4999),\n description: getTranslationFor(getCatalog.value.description, computedLocale.value, getLanguages)?.substring(0, 4999),\n // publisher: getCatalog.value.publisher,\n url: getCatalog.value.homepage,\n // inLanguage: isArray(getCatalog.value.language) ? getCatalog.value.language[0] : getCatalog.value.language,\n license: getSchemaOfLicense(getCatalog.value.license),\n dateModified: getCatalog.value.modificationDate,\n spatialCoverage: getSchemaOfSpatialCoverage(getCatalog.value.getSpatial),\n };\n\n // https://schema.org/DataDownload\n getDistributions.value.forEach((distro: any) => {\n const distroResult = {\n '@type': 'DataDownload',\n name: getDistributionTitle(distro, computedLocale.value, getLanguages.value),\n encodingFormat: getDistributionFormat(distro),\n license: getSchemaOfLicense(distro.licence),\n contentSize: distro.byteSize,\n datePublished: distro.releaseDate,\n dateModified: distro.modificationDate,\n contentUrl: undefined,\n };\n if (showAccessUrls(distro)) {\n distroResult.contentUrl = distro.accessUrl[0];\n }\n payload.distribution.push(distroResult);\n });\n\n // https://schema.org/Organization\n const publisher = getPublisher.value;\n if (publisher.name && !isNil(publisher.name)) {\n payload.creator.push({\n '@type': 'Organization',\n name: publisher.name,\n });\n }\n\n // https://schema.org/ContactPoint\n getContactPoints.value.forEach((contactPoint: any) => {\n const hasName = has(contactPoint, 'name') && !isNil(contactPoint.name);\n const hasEmail = has(contactPoint, 'email') && !isNil(contactPoint.email);\n const hasAddress = has(contactPoint, 'address') && !isNil(contactPoint.address);\n const hasTelephone = has(contactPoint, 'telephone') && !isNil(contactPoint.telephone);\n if ((hasName || hasEmail || hasAddress || hasTelephone)) {\n const c = {\n '@type': 'ContactPoint',\n name: undefined,\n email: undefined,\n address: undefined,\n telephone: undefined,\n };\n\n if (hasName) c.name = contactPoint!.name;\n if (hasEmail) c.email = contactPoint.email;\n if (hasAddress) c.address = contactPoint.address;\n if (hasTelephone) c.telephone = contactPoint.telephone;\n\n payload.contactPoint.push(c);\n }\n });\n return payload;\n });\n}\n\nexport function useDatasetDetailsDatasetHead() {\n const store = useStore();\n const route = useRoute();\n\n const datasetSchema = computed(() => {\n return getSchemaOrg(store, route).value;\n })\n\n const schemaOrg = computed(() => [{\n type: 'application/ld+json',\n textContent: JSON.stringify({ ...datasetSchema.value }, null, 2),\n }])\n\n const head = useHead({\n meta: [\n {\n name: 'description',\n vmid: 'description',\n content: () => {\n const getDescription: ComputedRef<string> = computed(() => store.getters['datasetDetails/getDescription'] as string || '');\n const getTitle: ComputedRef<string> = computed(() => store.getters['datasetDetails/getTitle'] as string || '');\n const getLanguages = computed(() => store.getters['datasetDetails/getLanguages']);\n const computedLocale = computed(() => {\n return route.query?.locale;\n });\n return getTranslationFor(getDescription.value, computedLocale.value, getLanguages.value) || getTranslationFor(getTitle.value, computedLocale.value, getLanguages.value);\n },\n },\n {\n name: 'keywords',\n vmid: 'keywords',\n content: () => {\n const getKeywords = computed(() => store.getters['datasetDetails/getKeywords']);\n return getKeywords.value.map((keyword: any) => keyword.title).join(' ');\n },\n },\n {\n name: 'subject',\n vmid: 'subject',\n },\n {\n name: 'robots',\n content: 'index',\n },\n {\n name: 'dataset_type',\n content: () => {\n // return store.getters['datasetDetails/getIsHvd'] ? 'High-Value Dataset' : 'Dataset';\n return computed(() => (store.getters['datasetDetails/getIsHvd'] ? 'High-Value Dataset' : 'Dataset')).value;\n }\n }\n ],\n script: schemaOrg,\n link: [\n { rel: 'canonical', href: window.location.href },\n ],\n })\n\n return {\n head,\n schemaOrg,\n }\n}\n"],"names":["showArray","array","isNil","isArray","showObjectArray","objectArray","objectUndefined","currentObject","keyUndefined","currentValue","showKeyword","keyword","has","getSchemaOfLicense","license","id","description","resource","laUrl","getSchemaOfFirstAvailableLicense","store","getLicences","computed","licenses","distributionLicense","l","getSchemaOfSpatialCoverage","spatialObject","spatialCoverage","spatial","places","polygon","poly","coordinate","geoShape","getDistributionTitle","distribution","locale","languages","getTranslationFor","getDistributionFormat","showAccessUrls","getSchemaOrg","route","getTitle","getDescription","getLanguages","getSpatial","getOtherIdentifiers","getKeywords","getCatalog","getDistributions","getPublisher","getContactPoints","computedLocale","_a","payload","_b","distro","distroResult","publisher","contactPoint","hasName","hasEmail","hasAddress","hasTelephone","c","useDatasetDetailsDatasetHead","useStore","useRoute","datasetSchema","schemaOrg","useHead"],"mappings":"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"}
@@ -95,7 +95,7 @@ function A(o, O, s, U, t, e) {
95
95
  ]))
96
96
  ]);
97
97
  }
98
- const E = /* @__PURE__ */ y(m, [["render", A], ["__scopeId", "data-v-3cbf80e9"]]);
98
+ const E = /* @__PURE__ */ y(m, [["render", A], ["__scopeId", "data-v-fe80ed1c"]]);
99
99
  export {
100
100
  E as default
101
101
  };
@@ -1 +1 @@
1
- {"version":3,"file":"DatasetDetailsDataset.vue.mjs","sources":["../../lib/datasetDetails/DatasetDetailsDataset.vue"],"sourcesContent":["<template>\n <div>\n <resource-access-popup ref=\"externalResourceModal\" />\n <span property=\"dc:issued\" :content=\"getReleaseDate\"></span>\n <span property=\"dc:modified\" :content=\"getModificationDate\"></span>\n <div v-if=\"loadingDatasetDetails\">\n <dataset-details-skeleton type=\"DatasetDetails\"></dataset-details-skeleton>\n </div>\n <div v-if=\"!loadingDatasetDetails\" class=\"dsd-dataset\">\n <dataset-details-description\n v-if=\"showDatasetDescription\"\n :dateIncorrect=\"dateIncorrect\"\n :machineTranslated=\"machineTranslated\"\n :translationNotAvailable=\"translationNotAvailable\"\n />\n <distributions\n :openModal=\"openModal\"\n :getDistributions=\"getDistributions\"\n :expandedDistributions=\"expandedDistributions\"\n :expandedDistributionDescriptions=\"expandedDistributionDescriptions\"\n :displayedDistributions=\"displayedDistributions\"\n :isDistributionsAllDisplayed=\"isDistributionsAllDisplayed\"\n :distributions=\"distributions\"\n :setDistributionsDisplayCount=\"setDistributionsDisplayCount\"\n :pages=\"pages\"\n :showDownloadUrls=\"showDownloadUrls\"\n :isOnlyOneUrl=\"isOnlyOneUrl\"\n :getDistributionFormat=\"getDistributionFormat\"\n :distributionFormatTruncated=\"distributionFormatTruncated\"\n :getDistributionTitle=\"getDistributionTitle\"\n :distributionVisibleContent=\"distributionVisibleContent\"\n :distributionExpandedContent=\"distributionExpandedContent\"\n :distributionDescriptionIsExpanded=\"distributionDescriptionIsExpanded\"\n :distributionDescriptionIsExpandable=\"distributionDescriptionIsExpandable\"\n :distributionIsExpanded=\"distributionIsExpanded\"\n :showNumber=\"showNumber\"\n :showObject=\"showObject\"\n :showDownloadDropdown=\"showDownloadDropdown\"\n :showLicence=\"showLicence\"\n :showLicensingAssistant=\"showLicensingAssistant\"\n :filterDateFormatEU=\"filterDateFormatEU\"\n :showArray=\"showArray\"\n :showObjectArray=\"showObjectArray\"\n :getVisualisationLink=\"getVisualisationLink\"\n :getDownloadUrl=\"getDownloadUrl\"\n :trackGoto=\"trackGoto\"\n :showAccessUrls=\"showAccessUrls\"\n :replaceHttp=\"replaceHttp\"\n :previewLinkCallback=\"previewLinkCallback\"\n :toggleDistribution=\"toggleDistribution\"\n :toggleDistributionDescription=\"toggleDistributionDescription\"\n :increaseNumDisplayedDistributions=\"increaseNumDisplayedDistributions\"\n :nonOverflowingIncrementsForDistributions=\"nonOverflowingIncrementsForDistributions\"\n :appendCurrentLocaleToURL=\"appendCurrentLocaleToURL\"\n :isUrlInvalid=\"isUrlInvalid\"\n :openIfValidUrl=\"openIfValidUrl\"\n :showTooltipVisualiseButton=\"showTooltipVisualiseButton\"\n :showPublisher=\"showPublisher\"\n :embed=\"embed\"\n />\n\n <dataset-details-features\n :getKeywords=\"getKeywords\"\n :pages=\"pages\"\n :increaseNumDisplayedPages=\"increaseNumDisplayedPages\"\n :nonOverflowingIncrementsForPages=\"nonOverflowingIncrementsForPages\"\n :showKeyword=\"showKeyword\"\n :trackGoto=\"trackGoto\"\n :showObjectArray=\"showObjectArray\"\n :showArray=\"showArray\"\n :showObject=\"showObject\"\n />\n\n <dataset-details-properties\n v-if=\"showDatasetProperties\"\n />\n </div>\n </div>\n</template>\n\n<script lang=\"ts\">\n // @ts-nocheck\n /* eslint-disable no-confusing-arrow, no-nested-ternary, no-return-assign, no-confusing-arrow */\n import $ from 'jquery';\n import { mapActions, mapGetters } from 'vuex';\n import {\n has,\n isNil,\n isArray,\n isObject,\n isString,\n isNumber,\n isEmpty,\n } from 'lodash';\n import AppLink from '../widgets/AppLink.vue';\n import Tooltip from '../widgets/Tooltip.vue';\n import Distributions from './distributions/Distributions.vue';\n import dateFilters from '../filters/dateFilters';\n import {\n getTranslationFor, getCountryFlagImg, truncate, replaceHttp, appendCurrentLocaleToURL\n } from '../utils/helpers';\n import ResourceAccessPopup from '../widgets/ResourceAccessPopup.vue';\n import DatasetDetailsExtendedMetaData\n from \"../datasetDetails/features/DatasetDetailsIsUsedBy.vue\";\n import DatasetDetailsSkeleton from \"../datasetDetails/DatasetDetailsSkeleton.vue\";\n import * as metaInfo from '../composables/head';\n\n export default {\n name: 'datasetDetailsDataset',\n components: {\n DatasetDetailsSkeleton,\n DatasetDetailsExtendedMetaData,\n AppLink,\n Tooltip,\n Distributions,\n ResourceAccessPopup\n },\n props: {\n distributionVisibleContent: {\n type: Array,\n default: () => ['license', 'licenseAttributionByText', 'modificationDate'],\n },\n distributionExpandedContent: {\n type: Array,\n default: () => [\n 'releaseDate',\n 'language',\n 'availability',\n 'status',\n 'rights',\n 'mediaType',\n 'byteSize',\n 'checksum',\n 'pages',\n 'type',\n 'compressFormat',\n 'packageFormat',\n 'hasPolicy',\n 'conformsTo',\n 'spatialResolutionInMeters',\n 'temporalResolution',\n ],\n },\n showDatasetDescription: {\n type: Boolean,\n default: () => true,\n },\n showDatasetProperties: {\n type: Boolean,\n default: () => true,\n },\n showPublisher: {\n type: Boolean,\n default: () => false,\n },\n embed: {\n type: Boolean,\n default: () => false,\n },\n },\n data() {\n return {\n defaultLocale: this.$env.languages.locale,\n // has to be INITIAL_DATASET_DESCRIPTION_LENGTH\n isDatasetDescriptionExpanded: false,\n loadingDatasetDetails: false,\n machineTranslated: false,\n translationNotAvailable: false,\n expandedDistributions: [],\n expandedDistributionDescriptions: [],\n distributions: {\n displayAll: this.$env.content.datasetDetails.distributions.displayAll,\n displayCount: this.$env.content.datasetDetails.distributions.displayCount,\n incrementSteps: this.$env.content.datasetDetails.distributions.incrementSteps,\n descriptionMaxLines: this.$env.content.datasetDetails.distributions.descriptionMaxLines,\n descriptionMaxChars: this.$env.content.datasetDetails.distributions.descriptionMaxChars,\n },\n pages: {\n isVisible: this.$env.content.datasetDetails.pages.isVisible,\n displayAll: this.$env.content.datasetDetails.pages.displayAll,\n displayCount: this.$env.content.datasetDetails.pages.displayCount,\n incrementSteps: this.$env.content.datasetDetails.pages.incrementSteps,\n descriptionMaxLines: this.$env.content.datasetDetails.pages.descriptionMaxLines,\n descriptionMaxChars: this.$env.content.datasetDetails.pages.descriptionMaxChars,\n },\n showDescription: true,\n };\n },\n computed: {\n // import store-getters\n ...mapGetters('datasetDetails', [\n 'getKeywords',\n 'getAccessRights',\n 'getAccrualPeriodicity',\n 'getCatalog',\n 'getContactPoints',\n 'getDateIncorrect',\n 'getDescription',\n 'getDistributions',\n 'getID',\n 'getLanguages',\n 'getLicences',\n 'getModificationDate',\n 'getOtherIdentifiers',\n 'getPages',\n 'getPublisher',\n 'getReleaseDate',\n 'getSpatial',\n 'getTranslationMetaData',\n 'getTitle',\n ]),\n dateIncorrect() {\n return this.getDateIncorrect;\n },\n displayedDistributions() {\n const sorted = [...this.getDistributions].sort((a, b) => {\n if (getTranslationFor(a.title, this.$route.query.locale, this.getLanguages) < getTranslationFor(b.title, this.$route.query.locale, this.getLanguages)) { return -1; }\n if (getTranslationFor(a.title, this.$route.query.locale, this.getLanguages) > getTranslationFor(b.title, this.$route.query.locale, this.getLanguages)) { return 1; }\n return 0;\n });\n return this.distributions.displayAll\n ? Object.freeze(sorted)\n : Object.freeze(sorted.slice(0, this.distributions.displayCount));\n },\n isDistributionsAllDisplayed() {\n return this.distributions.displayCount === this.getDistributions.length;\n },\n remainingDistributions() {\n return this.getDistributions.length - this.distributions.displayCount;\n }\n },\n methods: {\n ...mapActions('datasetDetails', [\n 'loadDatasetDetails',\n 'setLoading',\n ]),\n has,\n isNil,\n isArray,\n isObject,\n isString,\n isNumber,\n appendCurrentLocaleToURL,\n getTranslationFor,\n getCountryFlagImg,\n truncate,\n replaceHttp,\n initDatasetDetails() {\n this.piwikMetaPush();\n setTimeout(() => {\n if (typeof this.$piwik?.resume === \"function\") this.$piwik.resume();\n }, 500);\n this.$nextTick(() => {\n // Display/hide translation banners\n this.setTranslationBanners();\n $('[data-toggle=\"tooltip\"]').tooltip({\n container: 'body',\n });\n });\n },\n setDistributionsDisplayCount(count: number) {\n this.distributions.displayCount = count;\n },\n openModal(callback, toggleDownloadPopup) {\n this.$refs.externalResourceModal.openModal(callback, toggleDownloadPopup)\n },\n previewLinkCallback(distribution) {\n return () => {\n this.$emit('track-link', this.getVisualisationLink(distribution), 'link');\n window.open(this.getVisualisationLink(distribution), '_blank');\n };\n },\n filterDateFormatEU(date) {\n return dateFilters.formatEU(date);\n },\n /* ABSTRACT SHOW FUNCTIONS */\n showString(string) {\n return !isNil(string) && isString(string);\n },\n showNumber(number) {\n return !isNil(number) && isNumber(number);\n },\n showObject(object) {\n return !isNil(object) && isObject(object) && !Object.values(object).reduce((keyUndefined, currentValue) => keyUndefined && currentValue === undefined, true);\n },\n showArray(array) {\n return !isNil(array) && isArray(array) && array.length > 0;\n },\n showObjectArray(objectArray) {\n return this.showArray(objectArray) && !objectArray.reduce((objectUndefined, currentObject) => objectUndefined && Object.values(currentObject).reduce((keyUndefined, currentValue) => keyUndefined && currentValue === undefined, true), true);\n },\n /* SPECIFIC SHOW FUNCTIONS */\n /* for now show all licences */\n showLicence(licence) {\n // return (has(licence, 'id') && !isNil(licence.id))\n // || (has(licence, 'label') && !isNil(licence.label))\n return true\n },\n showLicensingAssistant(distribution) {\n return has(distribution, 'licence.la_url') && this.showString(distribution.licence.la_url);\n },\n showDownloadDropdown(distribution) {\n return this.showAccessUrls(distribution) || this.showDownloadUrls(distribution);\n },\n isOnlyOneUrl(distribution) {\n return (this.showAccessUrls(distribution) && !this.showDownloadUrls(distribution))\n || (!this.showAccessUrls(distribution) && this.showDownloadUrls(distribution) && distribution.downloadUrls.length === 1);\n },\n getDownloadUrl(distribution) {\n let url;\n if (this.showAccessUrls(distribution) && !this.showDownloadUrls(distribution)) {\n url = distribution.accessUrl[0];\n }\n if (!this.showAccessUrls(distribution) && this.showDownloadUrls(distribution) && distribution.downloadUrls.length === 1) {\n url = distribution.downloadUrls[0];\n }\n return url;\n },\n showAccessUrls(distribution) {\n return has(distribution, 'accessUrl') && this.showArray(distribution.accessUrl);\n },\n showDownloadUrls(distribution) {\n return has(distribution, 'downloadUrls') && this.showArray(distribution.downloadUrls);\n },\n showKeyword(keyword) {\n return has(keyword, 'id')\n && has(keyword, 'title')\n && !isNil(keyword.id)\n && !isNil(keyword.title);\n },\n\n /* GETTER / SETTER FUNCTIONS */\n\n setDatasetOriginalLanguage(originalLanguage) {\n this.$i18n.locale = originalLanguage;\n },\n distributionIsExpanded(id) {\n setTimeout(() => {\n $('[data-toggle=\"tooltip\"]').tooltip({\n container: 'body',\n });\n }, 500);\n return this.expandedDistributions.includes(id);\n },\n distributionDescriptionIsExpanded(id) {\n return this.expandedDistributionDescriptions.includes(id);\n },\n distributionDescriptionIsExpandable(description) {\n return isNil(description) ? false : description.length > this.distributions.descriptionMaxChars;\n },\n getDistributionFormat(distribution) {\n return has(distribution, 'format.label') && !isNil(distribution.format.label) ? distribution.format.label : '';\n },\n distributionFormatTruncated(distribution) {\n return this.getDistributionFormat(distribution).length > 4;\n },\n getDistributionTitle(distribution) {\n return distribution.title\n ? getTranslationFor(distribution.title, this.$route.query.locale, this.getLanguages)\n : this.getID || '-';\n },\n getVisualisationLink(distribution) {\n // Return Visualisation Link\n const accessUrl = distribution.downloadUrls && distribution.downloadUrls.length ? distribution.downloadUrls[0] : distribution.accessUrl[0];\n return `/data/visualisation/?file=${encodeURIComponent(accessUrl)}`;\n },\n // getSubjectLink(subject) {\n // return { path: `/datasets?subject=${subject.id}`, query: Object.assign({}, { locale: this.$route.query.locale }) };\n // },\n toggleDistribution(id) {\n const index = this.expandedDistributions.indexOf(id);\n if (index > -1) this.expandedDistributions.splice(index, 1);\n else this.expandedDistributions.push(id);\n },\n toggleDistributionDescription(id) {\n const index = this.expandedDistributionDescriptions.indexOf(id);\n if (index > -1) this.expandedDistributionDescriptions.splice(index, 1);\n else this.expandedDistributionDescriptions.push(id);\n },\n setTranslationBanners() {\n if (!this.$i18n) return;\n const translationMetaData = this.getTranslationMetaData;\n // Check if translation of dataset is available in selected language\n if (!isNil(translationMetaData.details) && has(translationMetaData.details, this.$route.query.locale)) {\n // Check if dataset if machine translated\n this.machineTranslated = translationMetaData.details[this.$route.query.locale].machine_translated;\n } else {\n // No translation of this dataset available for the selected language\n this.translationNotAvailable = true;\n }\n },\n // Emit a Matomo event when user clicks on 'go to resource' element\n trackGoto() {\n const paq = window._paq || []; // eslint-disable-line\n // paq.push(['trackEvent', 'GoToResource', 'Clicked']);\n this.$piwik.trackGotoResource();\n },\n clamp(n, min, max) {\n return Math.min(Math.max(n, min), max);\n },\n // Increases the current number of distributions displayed\n // and clamps the result so that it never exceeds the number of all distributions.\n increaseNumDisplayedDistributions(increment) {\n const clampedSum = this.clamp(this.distributions.displayCount + increment, 0, this.getDistributions.length);\n this.distributions.displayCount = clampedSum;\n },\n nonOverflowingIncrementsForDistributions(incrementStep) {\n return this.distributions.displayCount + incrementStep <= this.getDistributions.length;\n },\n // Increases the current number of distributions displayed\n // and clamps the result so that it never exceeds the number of all distributions.\n increaseNumDisplayedPages(increment) {\n const clampedSum = this.clamp(this.pages.displayCount + increment, 0, this.getPages.length);\n this.pages.displayCount = clampedSum;\n },\n nonOverflowingIncrementsForPages(incrementStep) {\n return this.pages.displayCount + incrementStep <= this.getPages.length;\n },\n piwikMetaPush() {\n this.$piwik.trackDatasetDetailsPageView(null, null, {\n dataset_AccessRights: this.getAccessRights,\n dataset_AccrualPeriodicity: this.getAccrualPeriodicity,\n dataset_Catalog: this.getCatalog,\n // dataset_Categories: this.getCategories,\n // dataset_ConformsTo: this.getConformsTo,\n // dataset_ContactPoints: this.getContactPoints,\n // dataset_Country: this.getCountry,\n // dataset_Creator: this.getCreator,\n // dataset_Description: this.getDescription,\n // dataset_Distributions: this.getDistributions,\n // dataset_DistributionFormats: this.getDistributionFormats,\n // dataset_Documentations: this.getDocumentations,\n // dataset_Frequency: this.getFrequency,\n // dataset_HasVersion: this.getHasVersion,\n dataset_ID: this.getID,\n // dataset_Identifiers: this.getIdentifiers,\n // dataset_IdName: this.getIdName,\n // dataset_IsVersionOf: this.getIsVersionOf,\n // datest_Keywords: this.getKeywords,\n // dataset_LandingPages: this.getLandingPagesResource,\n // dataset_Languages: this.getLanguages,\n // dataset_Licences: this.getLicences,\n // dataset_Loading: this.getLoading,\n // dataset_ModificationDate: this.getModificationDate,\n // dataset_OriginalLanguage: this.getOriginalLanguage,\n // dataset_OtherIdentifiers: this.getOtherIdentifiers,\n // dataset_Pages: this.getPages,\n // dataset_Provenances: this.getProvenances,\n dataset_Publisher: this.getPublisher,\n // dataset_RelatedResources: this.getRelatedResources,\n // dataset_ReleaseDate: this.getReleaseDate,\n // dataset_Sources: this.getSources,\n // dataset_Spatial: this.getSpatial,\n // dataset_SpatialResource: this.getSpatialResource,\n // dataset_Temporal: this.getTemporal,\n dataset_Title: this.getTitle,\n // dataset_TranslationMetaData: this.getTranslationMetaData,\n // dataset_VersionInfo: this.getVersionInfo,\n // dataset_VersionNotes: this.getVersionNotes,\n });\n },\n isUrlInvalid(url) {\n if (url) {\n try {\n /* eslint-disable no-useless-escape */\n return !(new RegExp(\"^((https?:\\/\\/(www\\.)?)([-a-zA-Z0-9@:%._\\+~#=]{1,256})([-a-zA-Z0-9()@:%_\\+.~#?&//=]*))$\", \"i\")).test(decodeURIComponent(url.split(\"=\").pop()));\n /* eslint-enable no-useless-escape */\n } catch (e) {\n console.error(e);\n }\n }\n },\n openIfValidUrl(isValid, previewLinkCallback, distribution, event) {\n if (isValid) {\n // for (let key in this.$children) {\n // if(this.$children[key].$refs[\"externalResourceModal\"]) {\n // this.$children[key].$refs[\"externalResourceModal\"].openModal(previewLinkCallback(distribution), false);\n // }\n // }\n this.openModal(previewLinkCallback(distribution), false);\n } else {\n event.preventDefault();\n event.stopPropagation();\n }\n },\n showTooltipVisualiseButton(invalidUrl) {\n if (invalidUrl) {\n return this.$t('message.tooltip.invalidVisualise');\n }\n return ''\n },\n },\n mounted() {\n // Duplicated API call, execute only if data not already loaded\n if (this.$route.params.ds_id !== this.getID) {\n this.$Progress.start();\n this.loadingDatasetDetails = true;\n this.loadDatasetDetails(this.$route.params.ds_id)\n .then(() => {\n this.$Progress.finish();\n this.loadingDatasetDetails = false;\n this.initDatasetDetails();\n })\n .catch((err) => {\n console.warn(err); // eslint-disable-line\n this.$Progress.fail();\n if (typeof this.$piwik?.resume === \"function\") this.$piwik.resume();\n this.$router.replace({\n name: 'NotFound',\n query: { locale: this.$route.query.locale, dataset: this.$route.params.ds_id },\n });\n })\n .finally(() => this.$root.$emit('contentLoaded'));\n } else {\n this.initDatasetDetails();\n this.$root.$emit('contentLoaded')\n }\n\n const distributionsConf = this.$env.content.datasetDetails && this.$env.content.datasetDetails.distributions;\n if (distributionsConf) {\n this.distributions.displayAll = distributionsConf.displayAll || this.distributions.displayAll;\n this.distributions.displayCount = parseInt(distributionsConf.displayCount, 10) || this.distributions.displayCount;\n\n if (typeof distributionsConf.incrementSteps === 'string') {\n // Need to parse as json array since env variables are string only\n distributionsConf.incrementSteps = JSON.parse(distributionsConf.incrementSteps);\n }\n this.distributions.incrementSteps = distributionsConf.incrementSteps || this.distributions.incrementSteps;\n }\n\n if (this.distributions.displayAll) this.distributions.displayCount = this.getDistributions.length;\n\n const pagesConf = this.$env.content.datasetDetails && this.$env.content.datasetDetails.pages;\n if (pagesConf) {\n this.pages.displayAll = pagesConf.displayAll || this.pages.displayAll;\n this.pages.displayCount = parseInt(pagesConf.displayCount, 10) || this.pages.displayCount;\n\n if (typeof pagesConf.incrementSteps === 'string') {\n // Need to parse as json array since env variables are string only\n pagesConf.incrementSteps = JSON.parse(pagesConf.incrementSteps);\n }\n this.pages.incrementSteps = pagesConf.incrementSteps || this.pages.incrementSteps;\n }\n\n if (this.pages.displayAll) this.pages.displayCount = this.getPages.length;\n },\n beforeUnmount() {\n $('.tooltip').remove();\n },\n setup() {\n metaInfo.useDatasetDetailsDatasetHead();\n }\n };\n</script>\n\n<style lang=\"scss\" scoped>\n\n .catalogue-label {\n white-space: pre-line;\n }\n\n .cursor-pointer {\n cursor: pointer;\n }\n\n .tag-color {\n background-color: var(--tag-color);\n }\n\n .btn-color {\n &:hover {\n background-color: #196fd2;\n border-color: #196fd2;\n }\n }\n\n .heading, .arrow, .copy-text {\n cursor: pointer;\n }\n\n .details-link {\n cursor: pointer;\n\n &:hover {\n text-decoration: underline;\n }\n }\n\n .text-break {\n word-break: break-word;\n }\n\n td {\n padding-left: 0 !important;\n padding-top: 1% !important;\n padding-bottom: 1% !important;\n }\n\n .download-all-btn {\n min-width: 100px;\n height: 31px;\n }\n\n .d-inline-table {\n display: inline-table;\n }\n\n /*** BOOTSTRAP ***/\n button:focus {\n outline:0;\n }\n .options, .download {\n .dropdown-menu {\n .dropdown-item {\n &:hover {\n color: initial;\n background-color: initial;\n }\n }\n }\n }\n.spinner-grow {\n width: 20px;\n height: 20px;\n}\n\n /*** FONT AWESOME ICONS ***/\n .fa-check-square {\n color: #28a745;\n width: 16px;\n height: 16px;\n }\n\n /*** MATERIAL ICONS ***/\n %modal-icon {\n font-size: 18px;\n cursor: default;\n }\n\n .help-icon {\n @extend %modal-icon;\n }\n\n .check-icon {\n @extend %modal-icon;\n color: #28a745;\n }\n\n .material-icons.small-icon {\n font-size: 20px;\n }\n\n .distributions {\n\n &__item {\n position: relative;\n\n &--preview {\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, white 55%);\n z-index: 10;\n }\n }\n\n &__actions {\n display: flex;\n justify-content: center;\n align-items: flex-end;\n height: 100%;\n z-index: 11;\n }\n }\n .mt-4 {\n margin-top: 1.5rem !important;\n }\n\n .keywords {\n\n &__item {\n position: relative;\n }\n\n &__actions {\n display: flex;\n justify-content: center;\n align-items: flex-end;\n height: 100%;\n z-index: 11;\n }\n }\n .sectionList {\n list-style-type: '→ ';\n margin-left:6.5%;\n }\n @media only screen and (max-width: 991px) {\n .sectionList {\n margin-left: 0;\n }\n}\n</style>\n"],"names":["_hoisted_1","_hoisted_3","_hoisted_4","_component_dataset_details_properties","_resolveComponent","_openBlock","_createElementBlock","_createVNode","_component_resource_access_popup","_createTextVNode","getReleaseDate","_ctx","getModificationDate","_hoisted_2","$data","_component_dataset_details_skeleton","_createCommentVNode","$props","_createBlock","_component_dataset_details_description","$options","_component_distributions","getDistributions","getKeywords","_component_dataset_details_features"],"mappings":"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"}
1
+ {"version":3,"file":"DatasetDetailsDataset.vue.mjs","sources":["../../lib/datasetDetails/DatasetDetailsDataset.vue"],"sourcesContent":["<template>\n <div>\n <resource-access-popup ref=\"externalResourceModal\" />\n <span property=\"dc:issued\" :content=\"getReleaseDate\"></span>\n <span property=\"dc:modified\" :content=\"getModificationDate\"></span>\n <div v-if=\"loadingDatasetDetails\">\n <dataset-details-skeleton type=\"DatasetDetails\"></dataset-details-skeleton>\n </div>\n <div v-if=\"!loadingDatasetDetails\" class=\"dsd-dataset\">\n <dataset-details-description\n v-if=\"showDatasetDescription\"\n :dateIncorrect=\"dateIncorrect\"\n :machineTranslated=\"machineTranslated\"\n :translationNotAvailable=\"translationNotAvailable\"\n />\n <distributions\n :openModal=\"openModal\"\n :getDistributions=\"getDistributions\"\n :expandedDistributions=\"expandedDistributions\"\n :expandedDistributionDescriptions=\"expandedDistributionDescriptions\"\n :displayedDistributions=\"displayedDistributions\"\n :isDistributionsAllDisplayed=\"isDistributionsAllDisplayed\"\n :distributions=\"distributions\"\n :setDistributionsDisplayCount=\"setDistributionsDisplayCount\"\n :pages=\"pages\"\n :showDownloadUrls=\"showDownloadUrls\"\n :isOnlyOneUrl=\"isOnlyOneUrl\"\n :getDistributionFormat=\"getDistributionFormat\"\n :distributionFormatTruncated=\"distributionFormatTruncated\"\n :getDistributionTitle=\"getDistributionTitle\"\n :distributionVisibleContent=\"distributionVisibleContent\"\n :distributionExpandedContent=\"distributionExpandedContent\"\n :distributionDescriptionIsExpanded=\"distributionDescriptionIsExpanded\"\n :distributionDescriptionIsExpandable=\"distributionDescriptionIsExpandable\"\n :distributionIsExpanded=\"distributionIsExpanded\"\n :showNumber=\"showNumber\"\n :showObject=\"showObject\"\n :showDownloadDropdown=\"showDownloadDropdown\"\n :showLicence=\"showLicence\"\n :showLicensingAssistant=\"showLicensingAssistant\"\n :filterDateFormatEU=\"filterDateFormatEU\"\n :showArray=\"showArray\"\n :showObjectArray=\"showObjectArray\"\n :getVisualisationLink=\"getVisualisationLink\"\n :getDownloadUrl=\"getDownloadUrl\"\n :trackGoto=\"trackGoto\"\n :showAccessUrls=\"showAccessUrls\"\n :replaceHttp=\"replaceHttp\"\n :previewLinkCallback=\"previewLinkCallback\"\n :toggleDistribution=\"toggleDistribution\"\n :toggleDistributionDescription=\"toggleDistributionDescription\"\n :increaseNumDisplayedDistributions=\"increaseNumDisplayedDistributions\"\n :nonOverflowingIncrementsForDistributions=\"nonOverflowingIncrementsForDistributions\"\n :appendCurrentLocaleToURL=\"appendCurrentLocaleToURL\"\n :isUrlInvalid=\"isUrlInvalid\"\n :openIfValidUrl=\"openIfValidUrl\"\n :showTooltipVisualiseButton=\"showTooltipVisualiseButton\"\n :showPublisher=\"showPublisher\"\n :embed=\"embed\"\n />\n\n <dataset-details-features\n :getKeywords=\"getKeywords\"\n :pages=\"pages\"\n :increaseNumDisplayedPages=\"increaseNumDisplayedPages\"\n :nonOverflowingIncrementsForPages=\"nonOverflowingIncrementsForPages\"\n :showKeyword=\"showKeyword\"\n :trackGoto=\"trackGoto\"\n :showObjectArray=\"showObjectArray\"\n :showArray=\"showArray\"\n :showObject=\"showObject\"\n />\n\n <dataset-details-properties\n v-if=\"showDatasetProperties\"\n />\n </div>\n </div>\n</template>\n\n<script lang=\"ts\">\n // @ts-nocheck\n /* eslint-disable no-confusing-arrow, no-nested-ternary, no-return-assign, no-confusing-arrow */\n import $ from 'jquery';\n import { mapActions, mapGetters } from 'vuex';\n import {\n has,\n isNil,\n isArray,\n isObject,\n isString,\n isNumber,\n isEmpty,\n } from 'lodash';\n import AppLink from '../widgets/AppLink.vue';\n import Tooltip from '../widgets/Tooltip.vue';\n import Distributions from './distributions/Distributions.vue';\n import dateFilters from '../filters/dateFilters';\n import {\n getTranslationFor, getCountryFlagImg, truncate, replaceHttp, appendCurrentLocaleToURL\n } from '../utils/helpers';\n import ResourceAccessPopup from '../widgets/ResourceAccessPopup.vue';\n import DatasetDetailsExtendedMetaData\n from \"../datasetDetails/features/DatasetDetailsIsUsedBy.vue\";\n import DatasetDetailsSkeleton from \"../datasetDetails/DatasetDetailsSkeleton.vue\";\n import * as metaInfo from '../composables/head';\n\n export default {\n name: 'datasetDetailsDataset',\n components: {\n DatasetDetailsSkeleton,\n DatasetDetailsExtendedMetaData,\n AppLink,\n Tooltip,\n Distributions,\n ResourceAccessPopup\n },\n props: {\n distributionVisibleContent: {\n type: Array,\n default: () => ['license', 'licenseAttributionByText', 'modificationDate'],\n },\n distributionExpandedContent: {\n type: Array,\n default: () => [\n 'releaseDate',\n 'language',\n 'availability',\n 'status',\n 'rights',\n 'mediaType',\n 'byteSize',\n 'checksum',\n 'pages',\n 'type',\n 'compressFormat',\n 'packageFormat',\n 'hasPolicy',\n 'conformsTo',\n 'spatialResolutionInMeters',\n 'temporalResolution',\n ],\n },\n showDatasetDescription: {\n type: Boolean,\n default: () => true,\n },\n showDatasetProperties: {\n type: Boolean,\n default: () => true,\n },\n showPublisher: {\n type: Boolean,\n default: () => false,\n },\n embed: {\n type: Boolean,\n default: () => false,\n },\n },\n data() {\n return {\n defaultLocale: this.$env.languages.locale,\n // has to be INITIAL_DATASET_DESCRIPTION_LENGTH\n isDatasetDescriptionExpanded: false,\n loadingDatasetDetails: false,\n machineTranslated: false,\n translationNotAvailable: false,\n expandedDistributions: [],\n expandedDistributionDescriptions: [],\n distributions: {\n displayAll: this.$env.content.datasetDetails.distributions.displayAll,\n displayCount: this.$env.content.datasetDetails.distributions.displayCount,\n incrementSteps: this.$env.content.datasetDetails.distributions.incrementSteps,\n descriptionMaxLines: this.$env.content.datasetDetails.distributions.descriptionMaxLines,\n descriptionMaxChars: this.$env.content.datasetDetails.distributions.descriptionMaxChars,\n },\n pages: {\n isVisible: this.$env.content.datasetDetails.pages.isVisible,\n displayAll: this.$env.content.datasetDetails.pages.displayAll,\n displayCount: this.$env.content.datasetDetails.pages.displayCount,\n incrementSteps: this.$env.content.datasetDetails.pages.incrementSteps,\n descriptionMaxLines: this.$env.content.datasetDetails.pages.descriptionMaxLines,\n descriptionMaxChars: this.$env.content.datasetDetails.pages.descriptionMaxChars,\n },\n showDescription: true,\n };\n },\n computed: {\n // import store-getters\n ...mapGetters('datasetDetails', [\n 'getKeywords',\n 'getAccessRights',\n 'getAccrualPeriodicity',\n 'getCatalog',\n 'getContactPoints',\n 'getDateIncorrect',\n 'getDescription',\n 'getDistributions',\n 'getID',\n 'getLanguages',\n 'getLicences',\n 'getModificationDate',\n 'getOtherIdentifiers',\n 'getPages',\n 'getPublisher',\n 'getReleaseDate',\n 'getSpatial',\n 'getTranslationMetaData',\n 'getTitle'\n ]),\n dateIncorrect() {\n return this.getDateIncorrect;\n },\n displayedDistributions() {\n const sorted = [...this.getDistributions].sort((a, b) => {\n if (getTranslationFor(a.title, this.$route.query.locale, this.getLanguages) < getTranslationFor(b.title, this.$route.query.locale, this.getLanguages)) { return -1; }\n if (getTranslationFor(a.title, this.$route.query.locale, this.getLanguages) > getTranslationFor(b.title, this.$route.query.locale, this.getLanguages)) { return 1; }\n return 0;\n });\n return this.distributions.displayAll\n ? Object.freeze(sorted)\n : Object.freeze(sorted.slice(0, this.distributions.displayCount));\n },\n isDistributionsAllDisplayed() {\n return this.distributions.displayCount === this.getDistributions.length;\n },\n remainingDistributions() {\n return this.getDistributions.length - this.distributions.displayCount;\n }\n },\n methods: {\n ...mapActions('datasetDetails', [\n 'loadDatasetDetails',\n 'setLoading',\n ]),\n has,\n isNil,\n isArray,\n isObject,\n isString,\n isNumber,\n appendCurrentLocaleToURL,\n getTranslationFor,\n getCountryFlagImg,\n truncate,\n replaceHttp,\n initDatasetDetails() {\n this.piwikMetaPush();\n setTimeout(() => {\n if (typeof this.$piwik?.resume === \"function\") this.$piwik.resume();\n }, 500);\n this.$nextTick(() => {\n // Display/hide translation banners\n this.setTranslationBanners();\n $('[data-toggle=\"tooltip\"]').tooltip({\n container: 'body',\n });\n });\n },\n setDistributionsDisplayCount(count: number) {\n this.distributions.displayCount = count;\n },\n openModal(callback, toggleDownloadPopup) {\n this.$refs.externalResourceModal.openModal(callback, toggleDownloadPopup)\n },\n previewLinkCallback(distribution) {\n return () => {\n this.$emit('track-link', this.getVisualisationLink(distribution), 'link');\n window.open(this.getVisualisationLink(distribution), '_blank');\n };\n },\n filterDateFormatEU(date) {\n return dateFilters.formatEU(date);\n },\n /* ABSTRACT SHOW FUNCTIONS */\n showString(string) {\n return !isNil(string) && isString(string);\n },\n showNumber(number) {\n return !isNil(number) && isNumber(number);\n },\n showObject(object) {\n return !isNil(object) && isObject(object) && !Object.values(object).reduce((keyUndefined, currentValue) => keyUndefined && currentValue === undefined, true);\n },\n showArray(array) {\n return !isNil(array) && isArray(array) && array.length > 0;\n },\n showObjectArray(objectArray) {\n return this.showArray(objectArray) && !objectArray.reduce((objectUndefined, currentObject) => objectUndefined && Object.values(currentObject).reduce((keyUndefined, currentValue) => keyUndefined && currentValue === undefined, true), true);\n },\n /* SPECIFIC SHOW FUNCTIONS */\n /* for now show all licences */\n showLicence(licence) {\n // return (has(licence, 'id') && !isNil(licence.id))\n // || (has(licence, 'label') && !isNil(licence.label))\n return true\n },\n showLicensingAssistant(distribution) {\n return has(distribution, 'licence.la_url') && this.showString(distribution.licence.la_url);\n },\n showDownloadDropdown(distribution) {\n return this.showAccessUrls(distribution) || this.showDownloadUrls(distribution);\n },\n isOnlyOneUrl(distribution) {\n return (this.showAccessUrls(distribution) && !this.showDownloadUrls(distribution))\n || (!this.showAccessUrls(distribution) && this.showDownloadUrls(distribution) && distribution.downloadUrls.length === 1);\n },\n getDownloadUrl(distribution) {\n let url;\n if (this.showAccessUrls(distribution) && !this.showDownloadUrls(distribution)) {\n url = distribution.accessUrl[0];\n }\n if (!this.showAccessUrls(distribution) && this.showDownloadUrls(distribution) && distribution.downloadUrls.length === 1) {\n url = distribution.downloadUrls[0];\n }\n return url;\n },\n showAccessUrls(distribution) {\n return has(distribution, 'accessUrl') && this.showArray(distribution.accessUrl);\n },\n showDownloadUrls(distribution) {\n return has(distribution, 'downloadUrls') && this.showArray(distribution.downloadUrls);\n },\n showKeyword(keyword) {\n return has(keyword, 'id')\n && has(keyword, 'title')\n && !isNil(keyword.id)\n && !isNil(keyword.title);\n },\n\n /* GETTER / SETTER FUNCTIONS */\n\n setDatasetOriginalLanguage(originalLanguage) {\n this.$i18n.locale = originalLanguage;\n },\n distributionIsExpanded(id) {\n setTimeout(() => {\n $('[data-toggle=\"tooltip\"]').tooltip({\n container: 'body',\n });\n }, 500);\n return this.expandedDistributions.includes(id);\n },\n distributionDescriptionIsExpanded(id) {\n return this.expandedDistributionDescriptions.includes(id);\n },\n distributionDescriptionIsExpandable(description) {\n return isNil(description) ? false : description.length > this.distributions.descriptionMaxChars;\n },\n getDistributionFormat(distribution) {\n return has(distribution, 'format.label') && !isNil(distribution.format.label) ? distribution.format.label : '';\n },\n distributionFormatTruncated(distribution) {\n return this.getDistributionFormat(distribution).length > 4;\n },\n getDistributionTitle(distribution) {\n return distribution.title\n ? getTranslationFor(distribution.title, this.$route.query.locale, this.getLanguages)\n : this.getID || '-';\n },\n getVisualisationLink(distribution) {\n // Return Visualisation Link\n const accessUrl = distribution.downloadUrls && distribution.downloadUrls.length ? distribution.downloadUrls[0] : distribution.accessUrl[0];\n return `/data/visualisation/?file=${encodeURIComponent(accessUrl)}`;\n },\n // getSubjectLink(subject) {\n // return { path: `/datasets?subject=${subject.id}`, query: Object.assign({}, { locale: this.$route.query.locale }) };\n // },\n toggleDistribution(id) {\n const index = this.expandedDistributions.indexOf(id);\n if (index > -1) this.expandedDistributions.splice(index, 1);\n else this.expandedDistributions.push(id);\n },\n toggleDistributionDescription(id) {\n const index = this.expandedDistributionDescriptions.indexOf(id);\n if (index > -1) this.expandedDistributionDescriptions.splice(index, 1);\n else this.expandedDistributionDescriptions.push(id);\n },\n setTranslationBanners() {\n if (!this.$i18n) return;\n const translationMetaData = this.getTranslationMetaData;\n // Check if translation of dataset is available in selected language\n if (!isNil(translationMetaData.details) && has(translationMetaData.details, this.$route.query.locale)) {\n // Check if dataset if machine translated\n this.machineTranslated = translationMetaData.details[this.$route.query.locale].machine_translated;\n } else {\n // No translation of this dataset available for the selected language\n this.translationNotAvailable = true;\n }\n },\n // Emit a Matomo event when user clicks on 'go to resource' element\n trackGoto() {\n const paq = window._paq || []; // eslint-disable-line\n // paq.push(['trackEvent', 'GoToResource', 'Clicked']);\n this.$piwik.trackGotoResource();\n },\n clamp(n, min, max) {\n return Math.min(Math.max(n, min), max);\n },\n // Increases the current number of distributions displayed\n // and clamps the result so that it never exceeds the number of all distributions.\n increaseNumDisplayedDistributions(increment) {\n const clampedSum = this.clamp(this.distributions.displayCount + increment, 0, this.getDistributions.length);\n this.distributions.displayCount = clampedSum;\n },\n nonOverflowingIncrementsForDistributions(incrementStep) {\n return this.distributions.displayCount + incrementStep <= this.getDistributions.length;\n },\n // Increases the current number of distributions displayed\n // and clamps the result so that it never exceeds the number of all distributions.\n increaseNumDisplayedPages(increment) {\n const clampedSum = this.clamp(this.pages.displayCount + increment, 0, this.getPages.length);\n this.pages.displayCount = clampedSum;\n },\n nonOverflowingIncrementsForPages(incrementStep) {\n return this.pages.displayCount + incrementStep <= this.getPages.length;\n },\n piwikMetaPush() {\n this.$piwik.trackDatasetDetailsPageView(null, null, {\n dataset_AccessRights: this.getAccessRights,\n dataset_AccrualPeriodicity: this.getAccrualPeriodicity,\n dataset_Catalog: this.getCatalog,\n // dataset_Categories: this.getCategories,\n // dataset_ConformsTo: this.getConformsTo,\n // dataset_ContactPoints: this.getContactPoints,\n // dataset_Country: this.getCountry,\n // dataset_Creator: this.getCreator,\n // dataset_Description: this.getDescription,\n // dataset_Distributions: this.getDistributions,\n // dataset_DistributionFormats: this.getDistributionFormats,\n // dataset_Documentations: this.getDocumentations,\n // dataset_Frequency: this.getFrequency,\n // dataset_HasVersion: this.getHasVersion,\n dataset_ID: this.getID,\n // dataset_Identifiers: this.getIdentifiers,\n // dataset_IdName: this.getIdName,\n // dataset_IsVersionOf: this.getIsVersionOf,\n // datest_Keywords: this.getKeywords,\n // dataset_LandingPages: this.getLandingPagesResource,\n // dataset_Languages: this.getLanguages,\n // dataset_Licences: this.getLicences,\n // dataset_Loading: this.getLoading,\n // dataset_ModificationDate: this.getModificationDate,\n // dataset_OriginalLanguage: this.getOriginalLanguage,\n // dataset_OtherIdentifiers: this.getOtherIdentifiers,\n // dataset_Pages: this.getPages,\n // dataset_Provenances: this.getProvenances,\n dataset_Publisher: this.getPublisher,\n // dataset_RelatedResources: this.getRelatedResources,\n // dataset_ReleaseDate: this.getReleaseDate,\n // dataset_Sources: this.getSources,\n // dataset_Spatial: this.getSpatial,\n // dataset_SpatialResource: this.getSpatialResource,\n // dataset_Temporal: this.getTemporal,\n dataset_Title: this.getTitle,\n // dataset_TranslationMetaData: this.getTranslationMetaData,\n // dataset_VersionInfo: this.getVersionInfo,\n // dataset_VersionNotes: this.getVersionNotes,\n });\n },\n isUrlInvalid(url) {\n if (url) {\n try {\n /* eslint-disable no-useless-escape */\n return !(new RegExp(\"^((https?:\\/\\/(www\\.)?)([-a-zA-Z0-9@:%._\\+~#=]{1,256})([-a-zA-Z0-9()@:%_\\+.~#?&//=]*))$\", \"i\")).test(decodeURIComponent(url.split(\"=\").pop()));\n /* eslint-enable no-useless-escape */\n } catch (e) {\n console.error(e);\n }\n }\n },\n openIfValidUrl(isValid, previewLinkCallback, distribution, event) {\n if (isValid) {\n // for (let key in this.$children) {\n // if(this.$children[key].$refs[\"externalResourceModal\"]) {\n // this.$children[key].$refs[\"externalResourceModal\"].openModal(previewLinkCallback(distribution), false);\n // }\n // }\n this.openModal(previewLinkCallback(distribution), false);\n } else {\n event.preventDefault();\n event.stopPropagation();\n }\n },\n showTooltipVisualiseButton(invalidUrl) {\n if (invalidUrl) {\n return this.$t('message.tooltip.invalidVisualise');\n }\n return ''\n },\n },\n mounted() {\n // Duplicated API call, execute only if data not already loaded\n if (this.$route.params.ds_id !== this.getID) {\n this.$Progress.start();\n this.loadingDatasetDetails = true;\n this.loadDatasetDetails(this.$route.params.ds_id)\n .then(() => {\n this.$Progress.finish();\n this.loadingDatasetDetails = false;\n this.initDatasetDetails();\n })\n .catch((err) => {\n console.warn(err); // eslint-disable-line\n this.$Progress.fail();\n if (typeof this.$piwik?.resume === \"function\") this.$piwik.resume();\n this.$router.replace({\n name: 'NotFound',\n query: { locale: this.$route.query.locale, dataset: this.$route.params.ds_id },\n });\n })\n .finally(() => this.$root.$emit('contentLoaded'));\n } else {\n this.initDatasetDetails();\n this.$root.$emit('contentLoaded')\n }\n\n const distributionsConf = this.$env.content.datasetDetails && this.$env.content.datasetDetails.distributions;\n if (distributionsConf) {\n this.distributions.displayAll = distributionsConf.displayAll || this.distributions.displayAll;\n this.distributions.displayCount = parseInt(distributionsConf.displayCount, 10) || this.distributions.displayCount;\n\n if (typeof distributionsConf.incrementSteps === 'string') {\n // Need to parse as json array since env variables are string only\n distributionsConf.incrementSteps = JSON.parse(distributionsConf.incrementSteps);\n }\n this.distributions.incrementSteps = distributionsConf.incrementSteps || this.distributions.incrementSteps;\n }\n\n if (this.distributions.displayAll) this.distributions.displayCount = this.getDistributions.length;\n\n const pagesConf = this.$env.content.datasetDetails && this.$env.content.datasetDetails.pages;\n if (pagesConf) {\n this.pages.displayAll = pagesConf.displayAll || this.pages.displayAll;\n this.pages.displayCount = parseInt(pagesConf.displayCount, 10) || this.pages.displayCount;\n\n if (typeof pagesConf.incrementSteps === 'string') {\n // Need to parse as json array since env variables are string only\n pagesConf.incrementSteps = JSON.parse(pagesConf.incrementSteps);\n }\n this.pages.incrementSteps = pagesConf.incrementSteps || this.pages.incrementSteps;\n }\n\n if (this.pages.displayAll) this.pages.displayCount = this.getPages.length;\n },\n beforeUnmount() {\n $('.tooltip').remove();\n },\n setup() {\n metaInfo.useDatasetDetailsDatasetHead();\n }\n };\n</script>\n\n<style lang=\"scss\" scoped>\n\n .catalogue-label {\n white-space: pre-line;\n }\n\n .cursor-pointer {\n cursor: pointer;\n }\n\n .tag-color {\n background-color: var(--tag-color);\n }\n\n .btn-color {\n &:hover {\n background-color: #196fd2;\n border-color: #196fd2;\n }\n }\n\n .heading, .arrow, .copy-text {\n cursor: pointer;\n }\n\n .details-link {\n cursor: pointer;\n\n &:hover {\n text-decoration: underline;\n }\n }\n\n .text-break {\n word-break: break-word;\n }\n\n td {\n padding-left: 0 !important;\n padding-top: 1% !important;\n padding-bottom: 1% !important;\n }\n\n .download-all-btn {\n min-width: 100px;\n height: 31px;\n }\n\n .d-inline-table {\n display: inline-table;\n }\n\n /*** BOOTSTRAP ***/\n button:focus {\n outline:0;\n }\n .options, .download {\n .dropdown-menu {\n .dropdown-item {\n &:hover {\n color: initial;\n background-color: initial;\n }\n }\n }\n }\n.spinner-grow {\n width: 20px;\n height: 20px;\n}\n\n /*** FONT AWESOME ICONS ***/\n .fa-check-square {\n color: #28a745;\n width: 16px;\n height: 16px;\n }\n\n /*** MATERIAL ICONS ***/\n %modal-icon {\n font-size: 18px;\n cursor: default;\n }\n\n .help-icon {\n @extend %modal-icon;\n }\n\n .check-icon {\n @extend %modal-icon;\n color: #28a745;\n }\n\n .material-icons.small-icon {\n font-size: 20px;\n }\n\n .distributions {\n\n &__item {\n position: relative;\n\n &--preview {\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, white 55%);\n z-index: 10;\n }\n }\n\n &__actions {\n display: flex;\n justify-content: center;\n align-items: flex-end;\n height: 100%;\n z-index: 11;\n }\n }\n .mt-4 {\n margin-top: 1.5rem !important;\n }\n\n .keywords {\n\n &__item {\n position: relative;\n }\n\n &__actions {\n display: flex;\n justify-content: center;\n align-items: flex-end;\n height: 100%;\n z-index: 11;\n }\n }\n .sectionList {\n list-style-type: '→ ';\n margin-left:6.5%;\n }\n @media only screen and (max-width: 991px) {\n .sectionList {\n margin-left: 0;\n }\n}\n</style>\n"],"names":["_hoisted_1","_hoisted_3","_hoisted_4","_component_dataset_details_properties","_resolveComponent","_openBlock","_createElementBlock","_createVNode","_component_resource_access_popup","_createTextVNode","getReleaseDate","_ctx","getModificationDate","_hoisted_2","$data","_component_dataset_details_skeleton","_createCommentVNode","$props","_createBlock","_component_dataset_details_description","$options","_component_distributions","getDistributions","getKeywords","_component_dataset_details_features"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"DatasetDetailsDataset.vue2.mjs","sources":["../../lib/datasetDetails/DatasetDetailsDataset.vue"],"sourcesContent":["<template>\n <div>\n <resource-access-popup ref=\"externalResourceModal\" />\n <span property=\"dc:issued\" :content=\"getReleaseDate\"></span>\n <span property=\"dc:modified\" :content=\"getModificationDate\"></span>\n <div v-if=\"loadingDatasetDetails\">\n <dataset-details-skeleton type=\"DatasetDetails\"></dataset-details-skeleton>\n </div>\n <div v-if=\"!loadingDatasetDetails\" class=\"dsd-dataset\">\n <dataset-details-description\n v-if=\"showDatasetDescription\"\n :dateIncorrect=\"dateIncorrect\"\n :machineTranslated=\"machineTranslated\"\n :translationNotAvailable=\"translationNotAvailable\"\n />\n <distributions\n :openModal=\"openModal\"\n :getDistributions=\"getDistributions\"\n :expandedDistributions=\"expandedDistributions\"\n :expandedDistributionDescriptions=\"expandedDistributionDescriptions\"\n :displayedDistributions=\"displayedDistributions\"\n :isDistributionsAllDisplayed=\"isDistributionsAllDisplayed\"\n :distributions=\"distributions\"\n :setDistributionsDisplayCount=\"setDistributionsDisplayCount\"\n :pages=\"pages\"\n :showDownloadUrls=\"showDownloadUrls\"\n :isOnlyOneUrl=\"isOnlyOneUrl\"\n :getDistributionFormat=\"getDistributionFormat\"\n :distributionFormatTruncated=\"distributionFormatTruncated\"\n :getDistributionTitle=\"getDistributionTitle\"\n :distributionVisibleContent=\"distributionVisibleContent\"\n :distributionExpandedContent=\"distributionExpandedContent\"\n :distributionDescriptionIsExpanded=\"distributionDescriptionIsExpanded\"\n :distributionDescriptionIsExpandable=\"distributionDescriptionIsExpandable\"\n :distributionIsExpanded=\"distributionIsExpanded\"\n :showNumber=\"showNumber\"\n :showObject=\"showObject\"\n :showDownloadDropdown=\"showDownloadDropdown\"\n :showLicence=\"showLicence\"\n :showLicensingAssistant=\"showLicensingAssistant\"\n :filterDateFormatEU=\"filterDateFormatEU\"\n :showArray=\"showArray\"\n :showObjectArray=\"showObjectArray\"\n :getVisualisationLink=\"getVisualisationLink\"\n :getDownloadUrl=\"getDownloadUrl\"\n :trackGoto=\"trackGoto\"\n :showAccessUrls=\"showAccessUrls\"\n :replaceHttp=\"replaceHttp\"\n :previewLinkCallback=\"previewLinkCallback\"\n :toggleDistribution=\"toggleDistribution\"\n :toggleDistributionDescription=\"toggleDistributionDescription\"\n :increaseNumDisplayedDistributions=\"increaseNumDisplayedDistributions\"\n :nonOverflowingIncrementsForDistributions=\"nonOverflowingIncrementsForDistributions\"\n :appendCurrentLocaleToURL=\"appendCurrentLocaleToURL\"\n :isUrlInvalid=\"isUrlInvalid\"\n :openIfValidUrl=\"openIfValidUrl\"\n :showTooltipVisualiseButton=\"showTooltipVisualiseButton\"\n :showPublisher=\"showPublisher\"\n :embed=\"embed\"\n />\n\n <dataset-details-features\n :getKeywords=\"getKeywords\"\n :pages=\"pages\"\n :increaseNumDisplayedPages=\"increaseNumDisplayedPages\"\n :nonOverflowingIncrementsForPages=\"nonOverflowingIncrementsForPages\"\n :showKeyword=\"showKeyword\"\n :trackGoto=\"trackGoto\"\n :showObjectArray=\"showObjectArray\"\n :showArray=\"showArray\"\n :showObject=\"showObject\"\n />\n\n <dataset-details-properties\n v-if=\"showDatasetProperties\"\n />\n </div>\n </div>\n</template>\n\n<script lang=\"ts\">\n // @ts-nocheck\n /* eslint-disable no-confusing-arrow, no-nested-ternary, no-return-assign, no-confusing-arrow */\n import $ from 'jquery';\n import { mapActions, mapGetters } from 'vuex';\n import {\n has,\n isNil,\n isArray,\n isObject,\n isString,\n isNumber,\n isEmpty,\n } from 'lodash';\n import AppLink from '../widgets/AppLink.vue';\n import Tooltip from '../widgets/Tooltip.vue';\n import Distributions from './distributions/Distributions.vue';\n import dateFilters from '../filters/dateFilters';\n import {\n getTranslationFor, getCountryFlagImg, truncate, replaceHttp, appendCurrentLocaleToURL\n } from '../utils/helpers';\n import ResourceAccessPopup from '../widgets/ResourceAccessPopup.vue';\n import DatasetDetailsExtendedMetaData\n from \"../datasetDetails/features/DatasetDetailsIsUsedBy.vue\";\n import DatasetDetailsSkeleton from \"../datasetDetails/DatasetDetailsSkeleton.vue\";\n import * as metaInfo from '../composables/head';\n\n export default {\n name: 'datasetDetailsDataset',\n components: {\n DatasetDetailsSkeleton,\n DatasetDetailsExtendedMetaData,\n AppLink,\n Tooltip,\n Distributions,\n ResourceAccessPopup\n },\n props: {\n distributionVisibleContent: {\n type: Array,\n default: () => ['license', 'licenseAttributionByText', 'modificationDate'],\n },\n distributionExpandedContent: {\n type: Array,\n default: () => [\n 'releaseDate',\n 'language',\n 'availability',\n 'status',\n 'rights',\n 'mediaType',\n 'byteSize',\n 'checksum',\n 'pages',\n 'type',\n 'compressFormat',\n 'packageFormat',\n 'hasPolicy',\n 'conformsTo',\n 'spatialResolutionInMeters',\n 'temporalResolution',\n ],\n },\n showDatasetDescription: {\n type: Boolean,\n default: () => true,\n },\n showDatasetProperties: {\n type: Boolean,\n default: () => true,\n },\n showPublisher: {\n type: Boolean,\n default: () => false,\n },\n embed: {\n type: Boolean,\n default: () => false,\n },\n },\n data() {\n return {\n defaultLocale: this.$env.languages.locale,\n // has to be INITIAL_DATASET_DESCRIPTION_LENGTH\n isDatasetDescriptionExpanded: false,\n loadingDatasetDetails: false,\n machineTranslated: false,\n translationNotAvailable: false,\n expandedDistributions: [],\n expandedDistributionDescriptions: [],\n distributions: {\n displayAll: this.$env.content.datasetDetails.distributions.displayAll,\n displayCount: this.$env.content.datasetDetails.distributions.displayCount,\n incrementSteps: this.$env.content.datasetDetails.distributions.incrementSteps,\n descriptionMaxLines: this.$env.content.datasetDetails.distributions.descriptionMaxLines,\n descriptionMaxChars: this.$env.content.datasetDetails.distributions.descriptionMaxChars,\n },\n pages: {\n isVisible: this.$env.content.datasetDetails.pages.isVisible,\n displayAll: this.$env.content.datasetDetails.pages.displayAll,\n displayCount: this.$env.content.datasetDetails.pages.displayCount,\n incrementSteps: this.$env.content.datasetDetails.pages.incrementSteps,\n descriptionMaxLines: this.$env.content.datasetDetails.pages.descriptionMaxLines,\n descriptionMaxChars: this.$env.content.datasetDetails.pages.descriptionMaxChars,\n },\n showDescription: true,\n };\n },\n computed: {\n // import store-getters\n ...mapGetters('datasetDetails', [\n 'getKeywords',\n 'getAccessRights',\n 'getAccrualPeriodicity',\n 'getCatalog',\n 'getContactPoints',\n 'getDateIncorrect',\n 'getDescription',\n 'getDistributions',\n 'getID',\n 'getLanguages',\n 'getLicences',\n 'getModificationDate',\n 'getOtherIdentifiers',\n 'getPages',\n 'getPublisher',\n 'getReleaseDate',\n 'getSpatial',\n 'getTranslationMetaData',\n 'getTitle',\n ]),\n dateIncorrect() {\n return this.getDateIncorrect;\n },\n displayedDistributions() {\n const sorted = [...this.getDistributions].sort((a, b) => {\n if (getTranslationFor(a.title, this.$route.query.locale, this.getLanguages) < getTranslationFor(b.title, this.$route.query.locale, this.getLanguages)) { return -1; }\n if (getTranslationFor(a.title, this.$route.query.locale, this.getLanguages) > getTranslationFor(b.title, this.$route.query.locale, this.getLanguages)) { return 1; }\n return 0;\n });\n return this.distributions.displayAll\n ? Object.freeze(sorted)\n : Object.freeze(sorted.slice(0, this.distributions.displayCount));\n },\n isDistributionsAllDisplayed() {\n return this.distributions.displayCount === this.getDistributions.length;\n },\n remainingDistributions() {\n return this.getDistributions.length - this.distributions.displayCount;\n }\n },\n methods: {\n ...mapActions('datasetDetails', [\n 'loadDatasetDetails',\n 'setLoading',\n ]),\n has,\n isNil,\n isArray,\n isObject,\n isString,\n isNumber,\n appendCurrentLocaleToURL,\n getTranslationFor,\n getCountryFlagImg,\n truncate,\n replaceHttp,\n initDatasetDetails() {\n this.piwikMetaPush();\n setTimeout(() => {\n if (typeof this.$piwik?.resume === \"function\") this.$piwik.resume();\n }, 500);\n this.$nextTick(() => {\n // Display/hide translation banners\n this.setTranslationBanners();\n $('[data-toggle=\"tooltip\"]').tooltip({\n container: 'body',\n });\n });\n },\n setDistributionsDisplayCount(count: number) {\n this.distributions.displayCount = count;\n },\n openModal(callback, toggleDownloadPopup) {\n this.$refs.externalResourceModal.openModal(callback, toggleDownloadPopup)\n },\n previewLinkCallback(distribution) {\n return () => {\n this.$emit('track-link', this.getVisualisationLink(distribution), 'link');\n window.open(this.getVisualisationLink(distribution), '_blank');\n };\n },\n filterDateFormatEU(date) {\n return dateFilters.formatEU(date);\n },\n /* ABSTRACT SHOW FUNCTIONS */\n showString(string) {\n return !isNil(string) && isString(string);\n },\n showNumber(number) {\n return !isNil(number) && isNumber(number);\n },\n showObject(object) {\n return !isNil(object) && isObject(object) && !Object.values(object).reduce((keyUndefined, currentValue) => keyUndefined && currentValue === undefined, true);\n },\n showArray(array) {\n return !isNil(array) && isArray(array) && array.length > 0;\n },\n showObjectArray(objectArray) {\n return this.showArray(objectArray) && !objectArray.reduce((objectUndefined, currentObject) => objectUndefined && Object.values(currentObject).reduce((keyUndefined, currentValue) => keyUndefined && currentValue === undefined, true), true);\n },\n /* SPECIFIC SHOW FUNCTIONS */\n /* for now show all licences */\n showLicence(licence) {\n // return (has(licence, 'id') && !isNil(licence.id))\n // || (has(licence, 'label') && !isNil(licence.label))\n return true\n },\n showLicensingAssistant(distribution) {\n return has(distribution, 'licence.la_url') && this.showString(distribution.licence.la_url);\n },\n showDownloadDropdown(distribution) {\n return this.showAccessUrls(distribution) || this.showDownloadUrls(distribution);\n },\n isOnlyOneUrl(distribution) {\n return (this.showAccessUrls(distribution) && !this.showDownloadUrls(distribution))\n || (!this.showAccessUrls(distribution) && this.showDownloadUrls(distribution) && distribution.downloadUrls.length === 1);\n },\n getDownloadUrl(distribution) {\n let url;\n if (this.showAccessUrls(distribution) && !this.showDownloadUrls(distribution)) {\n url = distribution.accessUrl[0];\n }\n if (!this.showAccessUrls(distribution) && this.showDownloadUrls(distribution) && distribution.downloadUrls.length === 1) {\n url = distribution.downloadUrls[0];\n }\n return url;\n },\n showAccessUrls(distribution) {\n return has(distribution, 'accessUrl') && this.showArray(distribution.accessUrl);\n },\n showDownloadUrls(distribution) {\n return has(distribution, 'downloadUrls') && this.showArray(distribution.downloadUrls);\n },\n showKeyword(keyword) {\n return has(keyword, 'id')\n && has(keyword, 'title')\n && !isNil(keyword.id)\n && !isNil(keyword.title);\n },\n\n /* GETTER / SETTER FUNCTIONS */\n\n setDatasetOriginalLanguage(originalLanguage) {\n this.$i18n.locale = originalLanguage;\n },\n distributionIsExpanded(id) {\n setTimeout(() => {\n $('[data-toggle=\"tooltip\"]').tooltip({\n container: 'body',\n });\n }, 500);\n return this.expandedDistributions.includes(id);\n },\n distributionDescriptionIsExpanded(id) {\n return this.expandedDistributionDescriptions.includes(id);\n },\n distributionDescriptionIsExpandable(description) {\n return isNil(description) ? false : description.length > this.distributions.descriptionMaxChars;\n },\n getDistributionFormat(distribution) {\n return has(distribution, 'format.label') && !isNil(distribution.format.label) ? distribution.format.label : '';\n },\n distributionFormatTruncated(distribution) {\n return this.getDistributionFormat(distribution).length > 4;\n },\n getDistributionTitle(distribution) {\n return distribution.title\n ? getTranslationFor(distribution.title, this.$route.query.locale, this.getLanguages)\n : this.getID || '-';\n },\n getVisualisationLink(distribution) {\n // Return Visualisation Link\n const accessUrl = distribution.downloadUrls && distribution.downloadUrls.length ? distribution.downloadUrls[0] : distribution.accessUrl[0];\n return `/data/visualisation/?file=${encodeURIComponent(accessUrl)}`;\n },\n // getSubjectLink(subject) {\n // return { path: `/datasets?subject=${subject.id}`, query: Object.assign({}, { locale: this.$route.query.locale }) };\n // },\n toggleDistribution(id) {\n const index = this.expandedDistributions.indexOf(id);\n if (index > -1) this.expandedDistributions.splice(index, 1);\n else this.expandedDistributions.push(id);\n },\n toggleDistributionDescription(id) {\n const index = this.expandedDistributionDescriptions.indexOf(id);\n if (index > -1) this.expandedDistributionDescriptions.splice(index, 1);\n else this.expandedDistributionDescriptions.push(id);\n },\n setTranslationBanners() {\n if (!this.$i18n) return;\n const translationMetaData = this.getTranslationMetaData;\n // Check if translation of dataset is available in selected language\n if (!isNil(translationMetaData.details) && has(translationMetaData.details, this.$route.query.locale)) {\n // Check if dataset if machine translated\n this.machineTranslated = translationMetaData.details[this.$route.query.locale].machine_translated;\n } else {\n // No translation of this dataset available for the selected language\n this.translationNotAvailable = true;\n }\n },\n // Emit a Matomo event when user clicks on 'go to resource' element\n trackGoto() {\n const paq = window._paq || []; // eslint-disable-line\n // paq.push(['trackEvent', 'GoToResource', 'Clicked']);\n this.$piwik.trackGotoResource();\n },\n clamp(n, min, max) {\n return Math.min(Math.max(n, min), max);\n },\n // Increases the current number of distributions displayed\n // and clamps the result so that it never exceeds the number of all distributions.\n increaseNumDisplayedDistributions(increment) {\n const clampedSum = this.clamp(this.distributions.displayCount + increment, 0, this.getDistributions.length);\n this.distributions.displayCount = clampedSum;\n },\n nonOverflowingIncrementsForDistributions(incrementStep) {\n return this.distributions.displayCount + incrementStep <= this.getDistributions.length;\n },\n // Increases the current number of distributions displayed\n // and clamps the result so that it never exceeds the number of all distributions.\n increaseNumDisplayedPages(increment) {\n const clampedSum = this.clamp(this.pages.displayCount + increment, 0, this.getPages.length);\n this.pages.displayCount = clampedSum;\n },\n nonOverflowingIncrementsForPages(incrementStep) {\n return this.pages.displayCount + incrementStep <= this.getPages.length;\n },\n piwikMetaPush() {\n this.$piwik.trackDatasetDetailsPageView(null, null, {\n dataset_AccessRights: this.getAccessRights,\n dataset_AccrualPeriodicity: this.getAccrualPeriodicity,\n dataset_Catalog: this.getCatalog,\n // dataset_Categories: this.getCategories,\n // dataset_ConformsTo: this.getConformsTo,\n // dataset_ContactPoints: this.getContactPoints,\n // dataset_Country: this.getCountry,\n // dataset_Creator: this.getCreator,\n // dataset_Description: this.getDescription,\n // dataset_Distributions: this.getDistributions,\n // dataset_DistributionFormats: this.getDistributionFormats,\n // dataset_Documentations: this.getDocumentations,\n // dataset_Frequency: this.getFrequency,\n // dataset_HasVersion: this.getHasVersion,\n dataset_ID: this.getID,\n // dataset_Identifiers: this.getIdentifiers,\n // dataset_IdName: this.getIdName,\n // dataset_IsVersionOf: this.getIsVersionOf,\n // datest_Keywords: this.getKeywords,\n // dataset_LandingPages: this.getLandingPagesResource,\n // dataset_Languages: this.getLanguages,\n // dataset_Licences: this.getLicences,\n // dataset_Loading: this.getLoading,\n // dataset_ModificationDate: this.getModificationDate,\n // dataset_OriginalLanguage: this.getOriginalLanguage,\n // dataset_OtherIdentifiers: this.getOtherIdentifiers,\n // dataset_Pages: this.getPages,\n // dataset_Provenances: this.getProvenances,\n dataset_Publisher: this.getPublisher,\n // dataset_RelatedResources: this.getRelatedResources,\n // dataset_ReleaseDate: this.getReleaseDate,\n // dataset_Sources: this.getSources,\n // dataset_Spatial: this.getSpatial,\n // dataset_SpatialResource: this.getSpatialResource,\n // dataset_Temporal: this.getTemporal,\n dataset_Title: this.getTitle,\n // dataset_TranslationMetaData: this.getTranslationMetaData,\n // dataset_VersionInfo: this.getVersionInfo,\n // dataset_VersionNotes: this.getVersionNotes,\n });\n },\n isUrlInvalid(url) {\n if (url) {\n try {\n /* eslint-disable no-useless-escape */\n return !(new RegExp(\"^((https?:\\/\\/(www\\.)?)([-a-zA-Z0-9@:%._\\+~#=]{1,256})([-a-zA-Z0-9()@:%_\\+.~#?&//=]*))$\", \"i\")).test(decodeURIComponent(url.split(\"=\").pop()));\n /* eslint-enable no-useless-escape */\n } catch (e) {\n console.error(e);\n }\n }\n },\n openIfValidUrl(isValid, previewLinkCallback, distribution, event) {\n if (isValid) {\n // for (let key in this.$children) {\n // if(this.$children[key].$refs[\"externalResourceModal\"]) {\n // this.$children[key].$refs[\"externalResourceModal\"].openModal(previewLinkCallback(distribution), false);\n // }\n // }\n this.openModal(previewLinkCallback(distribution), false);\n } else {\n event.preventDefault();\n event.stopPropagation();\n }\n },\n showTooltipVisualiseButton(invalidUrl) {\n if (invalidUrl) {\n return this.$t('message.tooltip.invalidVisualise');\n }\n return ''\n },\n },\n mounted() {\n // Duplicated API call, execute only if data not already loaded\n if (this.$route.params.ds_id !== this.getID) {\n this.$Progress.start();\n this.loadingDatasetDetails = true;\n this.loadDatasetDetails(this.$route.params.ds_id)\n .then(() => {\n this.$Progress.finish();\n this.loadingDatasetDetails = false;\n this.initDatasetDetails();\n })\n .catch((err) => {\n console.warn(err); // eslint-disable-line\n this.$Progress.fail();\n if (typeof this.$piwik?.resume === \"function\") this.$piwik.resume();\n this.$router.replace({\n name: 'NotFound',\n query: { locale: this.$route.query.locale, dataset: this.$route.params.ds_id },\n });\n })\n .finally(() => this.$root.$emit('contentLoaded'));\n } else {\n this.initDatasetDetails();\n this.$root.$emit('contentLoaded')\n }\n\n const distributionsConf = this.$env.content.datasetDetails && this.$env.content.datasetDetails.distributions;\n if (distributionsConf) {\n this.distributions.displayAll = distributionsConf.displayAll || this.distributions.displayAll;\n this.distributions.displayCount = parseInt(distributionsConf.displayCount, 10) || this.distributions.displayCount;\n\n if (typeof distributionsConf.incrementSteps === 'string') {\n // Need to parse as json array since env variables are string only\n distributionsConf.incrementSteps = JSON.parse(distributionsConf.incrementSteps);\n }\n this.distributions.incrementSteps = distributionsConf.incrementSteps || this.distributions.incrementSteps;\n }\n\n if (this.distributions.displayAll) this.distributions.displayCount = this.getDistributions.length;\n\n const pagesConf = this.$env.content.datasetDetails && this.$env.content.datasetDetails.pages;\n if (pagesConf) {\n this.pages.displayAll = pagesConf.displayAll || this.pages.displayAll;\n this.pages.displayCount = parseInt(pagesConf.displayCount, 10) || this.pages.displayCount;\n\n if (typeof pagesConf.incrementSteps === 'string') {\n // Need to parse as json array since env variables are string only\n pagesConf.incrementSteps = JSON.parse(pagesConf.incrementSteps);\n }\n this.pages.incrementSteps = pagesConf.incrementSteps || this.pages.incrementSteps;\n }\n\n if (this.pages.displayAll) this.pages.displayCount = this.getPages.length;\n },\n beforeUnmount() {\n $('.tooltip').remove();\n },\n setup() {\n metaInfo.useDatasetDetailsDatasetHead();\n }\n };\n</script>\n\n<style lang=\"scss\" scoped>\n\n .catalogue-label {\n white-space: pre-line;\n }\n\n .cursor-pointer {\n cursor: pointer;\n }\n\n .tag-color {\n background-color: var(--tag-color);\n }\n\n .btn-color {\n &:hover {\n background-color: #196fd2;\n border-color: #196fd2;\n }\n }\n\n .heading, .arrow, .copy-text {\n cursor: pointer;\n }\n\n .details-link {\n cursor: pointer;\n\n &:hover {\n text-decoration: underline;\n }\n }\n\n .text-break {\n word-break: break-word;\n }\n\n td {\n padding-left: 0 !important;\n padding-top: 1% !important;\n padding-bottom: 1% !important;\n }\n\n .download-all-btn {\n min-width: 100px;\n height: 31px;\n }\n\n .d-inline-table {\n display: inline-table;\n }\n\n /*** BOOTSTRAP ***/\n button:focus {\n outline:0;\n }\n .options, .download {\n .dropdown-menu {\n .dropdown-item {\n &:hover {\n color: initial;\n background-color: initial;\n }\n }\n }\n }\n.spinner-grow {\n width: 20px;\n height: 20px;\n}\n\n /*** FONT AWESOME ICONS ***/\n .fa-check-square {\n color: #28a745;\n width: 16px;\n height: 16px;\n }\n\n /*** MATERIAL ICONS ***/\n %modal-icon {\n font-size: 18px;\n cursor: default;\n }\n\n .help-icon {\n @extend %modal-icon;\n }\n\n .check-icon {\n @extend %modal-icon;\n color: #28a745;\n }\n\n .material-icons.small-icon {\n font-size: 20px;\n }\n\n .distributions {\n\n &__item {\n position: relative;\n\n &--preview {\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, white 55%);\n z-index: 10;\n }\n }\n\n &__actions {\n display: flex;\n justify-content: center;\n align-items: flex-end;\n height: 100%;\n z-index: 11;\n }\n }\n .mt-4 {\n margin-top: 1.5rem !important;\n }\n\n .keywords {\n\n &__item {\n position: relative;\n }\n\n &__actions {\n display: flex;\n justify-content: center;\n align-items: flex-end;\n height: 100%;\n z-index: 11;\n }\n }\n .sectionList {\n list-style-type: '→ ';\n margin-left:6.5%;\n }\n @media only screen and (max-width: 991px) {\n .sectionList {\n margin-left: 0;\n }\n}\n</style>\n"],"names":["_sfc_main","DatasetDetailsSkeleton","DatasetDetailsExtendedMetaData","AppLink","Tooltip","Distributions","ResourceAccessPopup","mapGetters","sorted","a","b","getTranslationFor","mapActions","has","isNil","isArray","isObject","isString","isNumber","appendCurrentLocaleToURL","getCountryFlagImg","truncate","replaceHttp","_a","$","count","callback","toggleDownloadPopup","distribution","date","dateFilters","string","number","object","keyUndefined","currentValue","array","objectArray","objectUndefined","currentObject","licence","url","keyword","originalLanguage","id","description","accessUrl","index","translationMetaData","n","min","max","increment","clampedSum","incrementStep","isValid","previewLinkCallback","event","invalidUrl","err","distributionsConf","pagesConf","metaInfo.useDatasetDetailsDatasetHead"],"mappings":"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"}
1
+ {"version":3,"file":"DatasetDetailsDataset.vue2.mjs","sources":["../../lib/datasetDetails/DatasetDetailsDataset.vue"],"sourcesContent":["<template>\n <div>\n <resource-access-popup ref=\"externalResourceModal\" />\n <span property=\"dc:issued\" :content=\"getReleaseDate\"></span>\n <span property=\"dc:modified\" :content=\"getModificationDate\"></span>\n <div v-if=\"loadingDatasetDetails\">\n <dataset-details-skeleton type=\"DatasetDetails\"></dataset-details-skeleton>\n </div>\n <div v-if=\"!loadingDatasetDetails\" class=\"dsd-dataset\">\n <dataset-details-description\n v-if=\"showDatasetDescription\"\n :dateIncorrect=\"dateIncorrect\"\n :machineTranslated=\"machineTranslated\"\n :translationNotAvailable=\"translationNotAvailable\"\n />\n <distributions\n :openModal=\"openModal\"\n :getDistributions=\"getDistributions\"\n :expandedDistributions=\"expandedDistributions\"\n :expandedDistributionDescriptions=\"expandedDistributionDescriptions\"\n :displayedDistributions=\"displayedDistributions\"\n :isDistributionsAllDisplayed=\"isDistributionsAllDisplayed\"\n :distributions=\"distributions\"\n :setDistributionsDisplayCount=\"setDistributionsDisplayCount\"\n :pages=\"pages\"\n :showDownloadUrls=\"showDownloadUrls\"\n :isOnlyOneUrl=\"isOnlyOneUrl\"\n :getDistributionFormat=\"getDistributionFormat\"\n :distributionFormatTruncated=\"distributionFormatTruncated\"\n :getDistributionTitle=\"getDistributionTitle\"\n :distributionVisibleContent=\"distributionVisibleContent\"\n :distributionExpandedContent=\"distributionExpandedContent\"\n :distributionDescriptionIsExpanded=\"distributionDescriptionIsExpanded\"\n :distributionDescriptionIsExpandable=\"distributionDescriptionIsExpandable\"\n :distributionIsExpanded=\"distributionIsExpanded\"\n :showNumber=\"showNumber\"\n :showObject=\"showObject\"\n :showDownloadDropdown=\"showDownloadDropdown\"\n :showLicence=\"showLicence\"\n :showLicensingAssistant=\"showLicensingAssistant\"\n :filterDateFormatEU=\"filterDateFormatEU\"\n :showArray=\"showArray\"\n :showObjectArray=\"showObjectArray\"\n :getVisualisationLink=\"getVisualisationLink\"\n :getDownloadUrl=\"getDownloadUrl\"\n :trackGoto=\"trackGoto\"\n :showAccessUrls=\"showAccessUrls\"\n :replaceHttp=\"replaceHttp\"\n :previewLinkCallback=\"previewLinkCallback\"\n :toggleDistribution=\"toggleDistribution\"\n :toggleDistributionDescription=\"toggleDistributionDescription\"\n :increaseNumDisplayedDistributions=\"increaseNumDisplayedDistributions\"\n :nonOverflowingIncrementsForDistributions=\"nonOverflowingIncrementsForDistributions\"\n :appendCurrentLocaleToURL=\"appendCurrentLocaleToURL\"\n :isUrlInvalid=\"isUrlInvalid\"\n :openIfValidUrl=\"openIfValidUrl\"\n :showTooltipVisualiseButton=\"showTooltipVisualiseButton\"\n :showPublisher=\"showPublisher\"\n :embed=\"embed\"\n />\n\n <dataset-details-features\n :getKeywords=\"getKeywords\"\n :pages=\"pages\"\n :increaseNumDisplayedPages=\"increaseNumDisplayedPages\"\n :nonOverflowingIncrementsForPages=\"nonOverflowingIncrementsForPages\"\n :showKeyword=\"showKeyword\"\n :trackGoto=\"trackGoto\"\n :showObjectArray=\"showObjectArray\"\n :showArray=\"showArray\"\n :showObject=\"showObject\"\n />\n\n <dataset-details-properties\n v-if=\"showDatasetProperties\"\n />\n </div>\n </div>\n</template>\n\n<script lang=\"ts\">\n // @ts-nocheck\n /* eslint-disable no-confusing-arrow, no-nested-ternary, no-return-assign, no-confusing-arrow */\n import $ from 'jquery';\n import { mapActions, mapGetters } from 'vuex';\n import {\n has,\n isNil,\n isArray,\n isObject,\n isString,\n isNumber,\n isEmpty,\n } from 'lodash';\n import AppLink from '../widgets/AppLink.vue';\n import Tooltip from '../widgets/Tooltip.vue';\n import Distributions from './distributions/Distributions.vue';\n import dateFilters from '../filters/dateFilters';\n import {\n getTranslationFor, getCountryFlagImg, truncate, replaceHttp, appendCurrentLocaleToURL\n } from '../utils/helpers';\n import ResourceAccessPopup from '../widgets/ResourceAccessPopup.vue';\n import DatasetDetailsExtendedMetaData\n from \"../datasetDetails/features/DatasetDetailsIsUsedBy.vue\";\n import DatasetDetailsSkeleton from \"../datasetDetails/DatasetDetailsSkeleton.vue\";\n import * as metaInfo from '../composables/head';\n\n export default {\n name: 'datasetDetailsDataset',\n components: {\n DatasetDetailsSkeleton,\n DatasetDetailsExtendedMetaData,\n AppLink,\n Tooltip,\n Distributions,\n ResourceAccessPopup\n },\n props: {\n distributionVisibleContent: {\n type: Array,\n default: () => ['license', 'licenseAttributionByText', 'modificationDate'],\n },\n distributionExpandedContent: {\n type: Array,\n default: () => [\n 'releaseDate',\n 'language',\n 'availability',\n 'status',\n 'rights',\n 'mediaType',\n 'byteSize',\n 'checksum',\n 'pages',\n 'type',\n 'compressFormat',\n 'packageFormat',\n 'hasPolicy',\n 'conformsTo',\n 'spatialResolutionInMeters',\n 'temporalResolution',\n ],\n },\n showDatasetDescription: {\n type: Boolean,\n default: () => true,\n },\n showDatasetProperties: {\n type: Boolean,\n default: () => true,\n },\n showPublisher: {\n type: Boolean,\n default: () => false,\n },\n embed: {\n type: Boolean,\n default: () => false,\n },\n },\n data() {\n return {\n defaultLocale: this.$env.languages.locale,\n // has to be INITIAL_DATASET_DESCRIPTION_LENGTH\n isDatasetDescriptionExpanded: false,\n loadingDatasetDetails: false,\n machineTranslated: false,\n translationNotAvailable: false,\n expandedDistributions: [],\n expandedDistributionDescriptions: [],\n distributions: {\n displayAll: this.$env.content.datasetDetails.distributions.displayAll,\n displayCount: this.$env.content.datasetDetails.distributions.displayCount,\n incrementSteps: this.$env.content.datasetDetails.distributions.incrementSteps,\n descriptionMaxLines: this.$env.content.datasetDetails.distributions.descriptionMaxLines,\n descriptionMaxChars: this.$env.content.datasetDetails.distributions.descriptionMaxChars,\n },\n pages: {\n isVisible: this.$env.content.datasetDetails.pages.isVisible,\n displayAll: this.$env.content.datasetDetails.pages.displayAll,\n displayCount: this.$env.content.datasetDetails.pages.displayCount,\n incrementSteps: this.$env.content.datasetDetails.pages.incrementSteps,\n descriptionMaxLines: this.$env.content.datasetDetails.pages.descriptionMaxLines,\n descriptionMaxChars: this.$env.content.datasetDetails.pages.descriptionMaxChars,\n },\n showDescription: true,\n };\n },\n computed: {\n // import store-getters\n ...mapGetters('datasetDetails', [\n 'getKeywords',\n 'getAccessRights',\n 'getAccrualPeriodicity',\n 'getCatalog',\n 'getContactPoints',\n 'getDateIncorrect',\n 'getDescription',\n 'getDistributions',\n 'getID',\n 'getLanguages',\n 'getLicences',\n 'getModificationDate',\n 'getOtherIdentifiers',\n 'getPages',\n 'getPublisher',\n 'getReleaseDate',\n 'getSpatial',\n 'getTranslationMetaData',\n 'getTitle'\n ]),\n dateIncorrect() {\n return this.getDateIncorrect;\n },\n displayedDistributions() {\n const sorted = [...this.getDistributions].sort((a, b) => {\n if (getTranslationFor(a.title, this.$route.query.locale, this.getLanguages) < getTranslationFor(b.title, this.$route.query.locale, this.getLanguages)) { return -1; }\n if (getTranslationFor(a.title, this.$route.query.locale, this.getLanguages) > getTranslationFor(b.title, this.$route.query.locale, this.getLanguages)) { return 1; }\n return 0;\n });\n return this.distributions.displayAll\n ? Object.freeze(sorted)\n : Object.freeze(sorted.slice(0, this.distributions.displayCount));\n },\n isDistributionsAllDisplayed() {\n return this.distributions.displayCount === this.getDistributions.length;\n },\n remainingDistributions() {\n return this.getDistributions.length - this.distributions.displayCount;\n }\n },\n methods: {\n ...mapActions('datasetDetails', [\n 'loadDatasetDetails',\n 'setLoading',\n ]),\n has,\n isNil,\n isArray,\n isObject,\n isString,\n isNumber,\n appendCurrentLocaleToURL,\n getTranslationFor,\n getCountryFlagImg,\n truncate,\n replaceHttp,\n initDatasetDetails() {\n this.piwikMetaPush();\n setTimeout(() => {\n if (typeof this.$piwik?.resume === \"function\") this.$piwik.resume();\n }, 500);\n this.$nextTick(() => {\n // Display/hide translation banners\n this.setTranslationBanners();\n $('[data-toggle=\"tooltip\"]').tooltip({\n container: 'body',\n });\n });\n },\n setDistributionsDisplayCount(count: number) {\n this.distributions.displayCount = count;\n },\n openModal(callback, toggleDownloadPopup) {\n this.$refs.externalResourceModal.openModal(callback, toggleDownloadPopup)\n },\n previewLinkCallback(distribution) {\n return () => {\n this.$emit('track-link', this.getVisualisationLink(distribution), 'link');\n window.open(this.getVisualisationLink(distribution), '_blank');\n };\n },\n filterDateFormatEU(date) {\n return dateFilters.formatEU(date);\n },\n /* ABSTRACT SHOW FUNCTIONS */\n showString(string) {\n return !isNil(string) && isString(string);\n },\n showNumber(number) {\n return !isNil(number) && isNumber(number);\n },\n showObject(object) {\n return !isNil(object) && isObject(object) && !Object.values(object).reduce((keyUndefined, currentValue) => keyUndefined && currentValue === undefined, true);\n },\n showArray(array) {\n return !isNil(array) && isArray(array) && array.length > 0;\n },\n showObjectArray(objectArray) {\n return this.showArray(objectArray) && !objectArray.reduce((objectUndefined, currentObject) => objectUndefined && Object.values(currentObject).reduce((keyUndefined, currentValue) => keyUndefined && currentValue === undefined, true), true);\n },\n /* SPECIFIC SHOW FUNCTIONS */\n /* for now show all licences */\n showLicence(licence) {\n // return (has(licence, 'id') && !isNil(licence.id))\n // || (has(licence, 'label') && !isNil(licence.label))\n return true\n },\n showLicensingAssistant(distribution) {\n return has(distribution, 'licence.la_url') && this.showString(distribution.licence.la_url);\n },\n showDownloadDropdown(distribution) {\n return this.showAccessUrls(distribution) || this.showDownloadUrls(distribution);\n },\n isOnlyOneUrl(distribution) {\n return (this.showAccessUrls(distribution) && !this.showDownloadUrls(distribution))\n || (!this.showAccessUrls(distribution) && this.showDownloadUrls(distribution) && distribution.downloadUrls.length === 1);\n },\n getDownloadUrl(distribution) {\n let url;\n if (this.showAccessUrls(distribution) && !this.showDownloadUrls(distribution)) {\n url = distribution.accessUrl[0];\n }\n if (!this.showAccessUrls(distribution) && this.showDownloadUrls(distribution) && distribution.downloadUrls.length === 1) {\n url = distribution.downloadUrls[0];\n }\n return url;\n },\n showAccessUrls(distribution) {\n return has(distribution, 'accessUrl') && this.showArray(distribution.accessUrl);\n },\n showDownloadUrls(distribution) {\n return has(distribution, 'downloadUrls') && this.showArray(distribution.downloadUrls);\n },\n showKeyword(keyword) {\n return has(keyword, 'id')\n && has(keyword, 'title')\n && !isNil(keyword.id)\n && !isNil(keyword.title);\n },\n\n /* GETTER / SETTER FUNCTIONS */\n\n setDatasetOriginalLanguage(originalLanguage) {\n this.$i18n.locale = originalLanguage;\n },\n distributionIsExpanded(id) {\n setTimeout(() => {\n $('[data-toggle=\"tooltip\"]').tooltip({\n container: 'body',\n });\n }, 500);\n return this.expandedDistributions.includes(id);\n },\n distributionDescriptionIsExpanded(id) {\n return this.expandedDistributionDescriptions.includes(id);\n },\n distributionDescriptionIsExpandable(description) {\n return isNil(description) ? false : description.length > this.distributions.descriptionMaxChars;\n },\n getDistributionFormat(distribution) {\n return has(distribution, 'format.label') && !isNil(distribution.format.label) ? distribution.format.label : '';\n },\n distributionFormatTruncated(distribution) {\n return this.getDistributionFormat(distribution).length > 4;\n },\n getDistributionTitle(distribution) {\n return distribution.title\n ? getTranslationFor(distribution.title, this.$route.query.locale, this.getLanguages)\n : this.getID || '-';\n },\n getVisualisationLink(distribution) {\n // Return Visualisation Link\n const accessUrl = distribution.downloadUrls && distribution.downloadUrls.length ? distribution.downloadUrls[0] : distribution.accessUrl[0];\n return `/data/visualisation/?file=${encodeURIComponent(accessUrl)}`;\n },\n // getSubjectLink(subject) {\n // return { path: `/datasets?subject=${subject.id}`, query: Object.assign({}, { locale: this.$route.query.locale }) };\n // },\n toggleDistribution(id) {\n const index = this.expandedDistributions.indexOf(id);\n if (index > -1) this.expandedDistributions.splice(index, 1);\n else this.expandedDistributions.push(id);\n },\n toggleDistributionDescription(id) {\n const index = this.expandedDistributionDescriptions.indexOf(id);\n if (index > -1) this.expandedDistributionDescriptions.splice(index, 1);\n else this.expandedDistributionDescriptions.push(id);\n },\n setTranslationBanners() {\n if (!this.$i18n) return;\n const translationMetaData = this.getTranslationMetaData;\n // Check if translation of dataset is available in selected language\n if (!isNil(translationMetaData.details) && has(translationMetaData.details, this.$route.query.locale)) {\n // Check if dataset if machine translated\n this.machineTranslated = translationMetaData.details[this.$route.query.locale].machine_translated;\n } else {\n // No translation of this dataset available for the selected language\n this.translationNotAvailable = true;\n }\n },\n // Emit a Matomo event when user clicks on 'go to resource' element\n trackGoto() {\n const paq = window._paq || []; // eslint-disable-line\n // paq.push(['trackEvent', 'GoToResource', 'Clicked']);\n this.$piwik.trackGotoResource();\n },\n clamp(n, min, max) {\n return Math.min(Math.max(n, min), max);\n },\n // Increases the current number of distributions displayed\n // and clamps the result so that it never exceeds the number of all distributions.\n increaseNumDisplayedDistributions(increment) {\n const clampedSum = this.clamp(this.distributions.displayCount + increment, 0, this.getDistributions.length);\n this.distributions.displayCount = clampedSum;\n },\n nonOverflowingIncrementsForDistributions(incrementStep) {\n return this.distributions.displayCount + incrementStep <= this.getDistributions.length;\n },\n // Increases the current number of distributions displayed\n // and clamps the result so that it never exceeds the number of all distributions.\n increaseNumDisplayedPages(increment) {\n const clampedSum = this.clamp(this.pages.displayCount + increment, 0, this.getPages.length);\n this.pages.displayCount = clampedSum;\n },\n nonOverflowingIncrementsForPages(incrementStep) {\n return this.pages.displayCount + incrementStep <= this.getPages.length;\n },\n piwikMetaPush() {\n this.$piwik.trackDatasetDetailsPageView(null, null, {\n dataset_AccessRights: this.getAccessRights,\n dataset_AccrualPeriodicity: this.getAccrualPeriodicity,\n dataset_Catalog: this.getCatalog,\n // dataset_Categories: this.getCategories,\n // dataset_ConformsTo: this.getConformsTo,\n // dataset_ContactPoints: this.getContactPoints,\n // dataset_Country: this.getCountry,\n // dataset_Creator: this.getCreator,\n // dataset_Description: this.getDescription,\n // dataset_Distributions: this.getDistributions,\n // dataset_DistributionFormats: this.getDistributionFormats,\n // dataset_Documentations: this.getDocumentations,\n // dataset_Frequency: this.getFrequency,\n // dataset_HasVersion: this.getHasVersion,\n dataset_ID: this.getID,\n // dataset_Identifiers: this.getIdentifiers,\n // dataset_IdName: this.getIdName,\n // dataset_IsVersionOf: this.getIsVersionOf,\n // datest_Keywords: this.getKeywords,\n // dataset_LandingPages: this.getLandingPagesResource,\n // dataset_Languages: this.getLanguages,\n // dataset_Licences: this.getLicences,\n // dataset_Loading: this.getLoading,\n // dataset_ModificationDate: this.getModificationDate,\n // dataset_OriginalLanguage: this.getOriginalLanguage,\n // dataset_OtherIdentifiers: this.getOtherIdentifiers,\n // dataset_Pages: this.getPages,\n // dataset_Provenances: this.getProvenances,\n dataset_Publisher: this.getPublisher,\n // dataset_RelatedResources: this.getRelatedResources,\n // dataset_ReleaseDate: this.getReleaseDate,\n // dataset_Sources: this.getSources,\n // dataset_Spatial: this.getSpatial,\n // dataset_SpatialResource: this.getSpatialResource,\n // dataset_Temporal: this.getTemporal,\n dataset_Title: this.getTitle,\n // dataset_TranslationMetaData: this.getTranslationMetaData,\n // dataset_VersionInfo: this.getVersionInfo,\n // dataset_VersionNotes: this.getVersionNotes,\n });\n },\n isUrlInvalid(url) {\n if (url) {\n try {\n /* eslint-disable no-useless-escape */\n return !(new RegExp(\"^((https?:\\/\\/(www\\.)?)([-a-zA-Z0-9@:%._\\+~#=]{1,256})([-a-zA-Z0-9()@:%_\\+.~#?&//=]*))$\", \"i\")).test(decodeURIComponent(url.split(\"=\").pop()));\n /* eslint-enable no-useless-escape */\n } catch (e) {\n console.error(e);\n }\n }\n },\n openIfValidUrl(isValid, previewLinkCallback, distribution, event) {\n if (isValid) {\n // for (let key in this.$children) {\n // if(this.$children[key].$refs[\"externalResourceModal\"]) {\n // this.$children[key].$refs[\"externalResourceModal\"].openModal(previewLinkCallback(distribution), false);\n // }\n // }\n this.openModal(previewLinkCallback(distribution), false);\n } else {\n event.preventDefault();\n event.stopPropagation();\n }\n },\n showTooltipVisualiseButton(invalidUrl) {\n if (invalidUrl) {\n return this.$t('message.tooltip.invalidVisualise');\n }\n return ''\n },\n },\n mounted() {\n // Duplicated API call, execute only if data not already loaded\n if (this.$route.params.ds_id !== this.getID) {\n this.$Progress.start();\n this.loadingDatasetDetails = true;\n this.loadDatasetDetails(this.$route.params.ds_id)\n .then(() => {\n this.$Progress.finish();\n this.loadingDatasetDetails = false;\n this.initDatasetDetails();\n })\n .catch((err) => {\n console.warn(err); // eslint-disable-line\n this.$Progress.fail();\n if (typeof this.$piwik?.resume === \"function\") this.$piwik.resume();\n this.$router.replace({\n name: 'NotFound',\n query: { locale: this.$route.query.locale, dataset: this.$route.params.ds_id },\n });\n })\n .finally(() => this.$root.$emit('contentLoaded'));\n } else {\n this.initDatasetDetails();\n this.$root.$emit('contentLoaded')\n }\n\n const distributionsConf = this.$env.content.datasetDetails && this.$env.content.datasetDetails.distributions;\n if (distributionsConf) {\n this.distributions.displayAll = distributionsConf.displayAll || this.distributions.displayAll;\n this.distributions.displayCount = parseInt(distributionsConf.displayCount, 10) || this.distributions.displayCount;\n\n if (typeof distributionsConf.incrementSteps === 'string') {\n // Need to parse as json array since env variables are string only\n distributionsConf.incrementSteps = JSON.parse(distributionsConf.incrementSteps);\n }\n this.distributions.incrementSteps = distributionsConf.incrementSteps || this.distributions.incrementSteps;\n }\n\n if (this.distributions.displayAll) this.distributions.displayCount = this.getDistributions.length;\n\n const pagesConf = this.$env.content.datasetDetails && this.$env.content.datasetDetails.pages;\n if (pagesConf) {\n this.pages.displayAll = pagesConf.displayAll || this.pages.displayAll;\n this.pages.displayCount = parseInt(pagesConf.displayCount, 10) || this.pages.displayCount;\n\n if (typeof pagesConf.incrementSteps === 'string') {\n // Need to parse as json array since env variables are string only\n pagesConf.incrementSteps = JSON.parse(pagesConf.incrementSteps);\n }\n this.pages.incrementSteps = pagesConf.incrementSteps || this.pages.incrementSteps;\n }\n\n if (this.pages.displayAll) this.pages.displayCount = this.getPages.length;\n },\n beforeUnmount() {\n $('.tooltip').remove();\n },\n setup() {\n metaInfo.useDatasetDetailsDatasetHead();\n }\n };\n</script>\n\n<style lang=\"scss\" scoped>\n\n .catalogue-label {\n white-space: pre-line;\n }\n\n .cursor-pointer {\n cursor: pointer;\n }\n\n .tag-color {\n background-color: var(--tag-color);\n }\n\n .btn-color {\n &:hover {\n background-color: #196fd2;\n border-color: #196fd2;\n }\n }\n\n .heading, .arrow, .copy-text {\n cursor: pointer;\n }\n\n .details-link {\n cursor: pointer;\n\n &:hover {\n text-decoration: underline;\n }\n }\n\n .text-break {\n word-break: break-word;\n }\n\n td {\n padding-left: 0 !important;\n padding-top: 1% !important;\n padding-bottom: 1% !important;\n }\n\n .download-all-btn {\n min-width: 100px;\n height: 31px;\n }\n\n .d-inline-table {\n display: inline-table;\n }\n\n /*** BOOTSTRAP ***/\n button:focus {\n outline:0;\n }\n .options, .download {\n .dropdown-menu {\n .dropdown-item {\n &:hover {\n color: initial;\n background-color: initial;\n }\n }\n }\n }\n.spinner-grow {\n width: 20px;\n height: 20px;\n}\n\n /*** FONT AWESOME ICONS ***/\n .fa-check-square {\n color: #28a745;\n width: 16px;\n height: 16px;\n }\n\n /*** MATERIAL ICONS ***/\n %modal-icon {\n font-size: 18px;\n cursor: default;\n }\n\n .help-icon {\n @extend %modal-icon;\n }\n\n .check-icon {\n @extend %modal-icon;\n color: #28a745;\n }\n\n .material-icons.small-icon {\n font-size: 20px;\n }\n\n .distributions {\n\n &__item {\n position: relative;\n\n &--preview {\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, white 55%);\n z-index: 10;\n }\n }\n\n &__actions {\n display: flex;\n justify-content: center;\n align-items: flex-end;\n height: 100%;\n z-index: 11;\n }\n }\n .mt-4 {\n margin-top: 1.5rem !important;\n }\n\n .keywords {\n\n &__item {\n position: relative;\n }\n\n &__actions {\n display: flex;\n justify-content: center;\n align-items: flex-end;\n height: 100%;\n z-index: 11;\n }\n }\n .sectionList {\n list-style-type: '→ ';\n margin-left:6.5%;\n }\n @media only screen and (max-width: 991px) {\n .sectionList {\n margin-left: 0;\n }\n}\n</style>\n"],"names":["_sfc_main","DatasetDetailsSkeleton","DatasetDetailsExtendedMetaData","AppLink","Tooltip","Distributions","ResourceAccessPopup","mapGetters","sorted","a","b","getTranslationFor","mapActions","has","isNil","isArray","isObject","isString","isNumber","appendCurrentLocaleToURL","getCountryFlagImg","truncate","replaceHttp","_a","$","count","callback","toggleDownloadPopup","distribution","date","dateFilters","string","number","object","keyUndefined","currentValue","array","objectArray","objectUndefined","currentObject","licence","url","keyword","originalLanguage","id","description","accessUrl","index","translationMetaData","n","min","max","increment","clampedSum","incrementStep","isValid","previewLinkCallback","event","invalidUrl","err","distributionsConf","pagesConf","metaInfo.useDatasetDetailsDatasetHead"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA2GE,MAAeA,IAAA;AAAA,EACb,MAAM;AAAA,EACN,YAAY;AAAA,IACV,wBAAAC;AAAA,IACA,gCAAAC;AAAA,IACA,SAAAC;AAAA,IACA,SAAAC;AAAA,IACA,eAAAC;AAAA,IACA,qBAAAC;AAAA,EACF;AAAA,EACA,OAAO;AAAA,IACL,4BAA4B;AAAA,MAC1B,MAAM;AAAA,MACN,SAAS,MAAM,CAAC,WAAW,4BAA4B,kBAAkB;AAAA,IAC3E;AAAA,IACA,6BAA6B;AAAA,MAC3B,MAAM;AAAA,MACN,SAAS,MAAM;AAAA,QACX;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACJ;AAAA,IACF;AAAA,IACA,wBAAwB;AAAA,MACtB,MAAM;AAAA,MACN,SAAS,MAAM;AAAA,IACjB;AAAA,IACA,uBAAuB;AAAA,MACrB,MAAM;AAAA,MACN,SAAS,MAAM;AAAA,IACjB;AAAA,IACA,eAAe;AAAA,MACb,MAAM;AAAA,MACN,SAAS,MAAM;AAAA,IACjB;AAAA,IACA,OAAO;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAM;AAAA,IACjB;AAAA,EACF;AAAA,EACA,OAAO;AACE,WAAA;AAAA,MACL,eAAe,KAAK,KAAK,UAAU;AAAA;AAAA,MAEnC,8BAA8B;AAAA,MAC9B,uBAAuB;AAAA,MACvB,mBAAmB;AAAA,MACnB,yBAAyB;AAAA,MACzB,uBAAuB,CAAC;AAAA,MACxB,kCAAkC,CAAC;AAAA,MACnC,eAAe;AAAA,QACb,YAAY,KAAK,KAAK,QAAQ,eAAe,cAAc;AAAA,QAC3D,cAAc,KAAK,KAAK,QAAQ,eAAe,cAAc;AAAA,QAC7D,gBAAgB,KAAK,KAAK,QAAQ,eAAe,cAAc;AAAA,QAC/D,qBAAqB,KAAK,KAAK,QAAQ,eAAe,cAAc;AAAA,QACpE,qBAAqB,KAAK,KAAK,QAAQ,eAAe,cAAc;AAAA,MACtE;AAAA,MACA,OAAO;AAAA,QACL,WAAW,KAAK,KAAK,QAAQ,eAAe,MAAM;AAAA,QAClD,YAAY,KAAK,KAAK,QAAQ,eAAe,MAAM;AAAA,QACnD,cAAc,KAAK,KAAK,QAAQ,eAAe,MAAM;AAAA,QACrD,gBAAgB,KAAK,KAAK,QAAQ,eAAe,MAAM;AAAA,QACvD,qBAAqB,KAAK,KAAK,QAAQ,eAAe,MAAM;AAAA,QAC5D,qBAAqB,KAAK,KAAK,QAAQ,eAAe,MAAM;AAAA,MAC9D;AAAA,MACA,iBAAiB;AAAA,IAAA;AAAA,EAErB;AAAA,EACA,UAAU;AAAA;AAAA,IAER,GAAGC,EAAW,kBAAkB;AAAA,MAChC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA,CACC;AAAA,IACD,gBAAgB;AACd,aAAO,KAAK;AAAA,IACd;AAAA,IACA,yBAAyB;AACjB,YAAAC,IAAS,CAAC,GAAG,KAAK,gBAAgB,EAAE,KAAK,CAACC,GAAGC,MAC7CC,EAAkBF,EAAE,OAAO,KAAK,OAAO,MAAM,QAAQ,KAAK,YAAY,IAAIE,EAAkBD,EAAE,OAAO,KAAK,OAAO,MAAM,QAAQ,KAAK,YAAY,IAAY,KAC5JC,EAAkBF,EAAE,OAAO,KAAK,OAAO,MAAM,QAAQ,KAAK,YAAY,IAAIE,EAAkBD,EAAE,OAAO,KAAK,OAAO,MAAM,QAAQ,KAAK,YAAY,IAAY,IACzJ,CACR;AACD,aAAO,KAAK,cAAc,aACtB,OAAO,OAAOF,CAAM,IACpB,OAAO,OAAOA,EAAO,MAAM,GAAG,KAAK,cAAc,YAAY,CAAC;AAAA,IACpE;AAAA,IACA,8BAA8B;AAC5B,aAAO,KAAK,cAAc,iBAAiB,KAAK,iBAAiB;AAAA,IACnE;AAAA,IACA,yBAAyB;AACvB,aAAO,KAAK,iBAAiB,SAAS,KAAK,cAAc;AAAA,IAC3D;AAAA,EACF;AAAA,EACA,SAAS;AAAA,IACP,GAAGI,EAAW,kBAAkB;AAAA,MAC9B;AAAA,MACA;AAAA,IAAA,CACD;AAAA,IACD,KAAAC;AAAA,IACA,OAAAC;AAAA,IACA,SAAAC;AAAA,IACA,UAAAC;AAAA,IACA,UAAAC;AAAA,IACA,UAAAC;AAAA,IACA,0BAAAC;AAAA,IACA,mBAAAR;AAAA,IACA,mBAAAS;AAAA,IACA,UAAAC;AAAA,IACA,aAAAC;AAAA,IACA,qBAAqB;AACnB,WAAK,cAAc,GACnB,WAAW,MAAM;;AACX,QAAA,SAAOC,IAAA,KAAK,WAAL,gBAAAA,EAAa,WAAW,cAAY,KAAK,OAAO;SAC1D,GAAG,GACN,KAAK,UAAU,MAAM;AAEnB,aAAK,sBAAsB,GACzBC,EAAA,yBAAyB,EAAE,QAAQ;AAAA,UACnC,WAAW;AAAA,QAAA,CACZ;AAAA,MAAA,CACF;AAAA,IACH;AAAA,IACA,6BAA6BC,GAAe;AAC1C,WAAK,cAAc,eAAeA;AAAA,IACpC;AAAA,IACA,UAAUC,GAAUC,GAAqB;AACvC,WAAK,MAAM,sBAAsB,UAAUD,GAAUC,CAAmB;AAAA,IAC1E;AAAA,IACA,oBAAoBC,GAAc;AAChC,aAAO,MAAM;AACX,aAAK,MAAM,cAAc,KAAK,qBAAqBA,CAAY,GAAG,MAAM,GACxE,OAAO,KAAK,KAAK,qBAAqBA,CAAY,GAAG,QAAQ;AAAA,MAAA;AAAA,IAEjE;AAAA,IACA,mBAAmBC,GAAM;AAChB,aAAAC,EAAY,SAASD,CAAI;AAAA,IAClC;AAAA;AAAA,IAEA,WAAWE,GAAQ;AACjB,aAAO,CAACjB,EAAMiB,CAAM,KAAKd,EAASc,CAAM;AAAA,IAC1C;AAAA,IACA,WAAWC,GAAQ;AACjB,aAAO,CAAClB,EAAMkB,CAAM,KAAKd,EAASc,CAAM;AAAA,IAC1C;AAAA,IACA,WAAWC,GAAQ;AACjB,aAAO,CAACnB,EAAMmB,CAAM,KAAKjB,EAASiB,CAAM,KAAK,CAAC,OAAO,OAAOA,CAAM,EAAE,OAAO,CAACC,GAAcC,MAAiBD,KAAgBC,MAAiB,QAAW,EAAI;AAAA,IAC7J;AAAA,IACA,UAAUC,GAAO;AACR,aAAA,CAACtB,EAAMsB,CAAK,KAAKrB,EAAQqB,CAAK,KAAKA,EAAM,SAAS;AAAA,IAC3D;AAAA,IACA,gBAAgBC,GAAa;AACpB,aAAA,KAAK,UAAUA,CAAW,KAAK,CAACA,EAAY,OAAO,CAACC,GAAiBC,MAAkBD,KAAmB,OAAO,OAAOC,CAAa,EAAE,OAAO,CAACL,GAAcC,MAAiBD,KAAgBC,MAAiB,QAAW,EAAI,GAAG,EAAI;AAAA,IAC9O;AAAA;AAAA;AAAA,IAGA,YAAYK,GAAS;AAGZ,aAAA;AAAA,IACT;AAAA,IACA,uBAAuBZ,GAAc;AAC5B,aAAAf,EAAIe,GAAc,gBAAgB,KAAK,KAAK,WAAWA,EAAa,QAAQ,MAAM;AAAA,IAC3F;AAAA,IACA,qBAAqBA,GAAc;AACjC,aAAO,KAAK,eAAeA,CAAY,KAAK,KAAK,iBAAiBA,CAAY;AAAA,IAChF;AAAA,IACA,aAAaA,GAAc;AACjB,aAAA,KAAK,eAAeA,CAAY,KAAK,CAAC,KAAK,iBAAiBA,CAAY,KAC9E,CAAC,KAAK,eAAeA,CAAY,KAAK,KAAK,iBAAiBA,CAAY,KAAKA,EAAa,aAAa,WAAW;AAAA,IACtH;AAAA,IACA,eAAeA,GAAc;AACvB,UAAAa;AACA,aAAA,KAAK,eAAeb,CAAY,KAAK,CAAC,KAAK,iBAAiBA,CAAY,MACpEa,IAAAb,EAAa,UAAU,CAAC,IAE5B,CAAC,KAAK,eAAeA,CAAY,KAAK,KAAK,iBAAiBA,CAAY,KAAKA,EAAa,aAAa,WAAW,MAC9Ga,IAAAb,EAAa,aAAa,CAAC,IAE5Ba;AAAA,IACT;AAAA,IACA,eAAeb,GAAc;AAC3B,aAAOf,EAAIe,GAAc,WAAW,KAAK,KAAK,UAAUA,EAAa,SAAS;AAAA,IAChF;AAAA,IACA,iBAAiBA,GAAc;AAC7B,aAAOf,EAAIe,GAAc,cAAc,KAAK,KAAK,UAAUA,EAAa,YAAY;AAAA,IACtF;AAAA,IACA,YAAYc,GAAS;AACnB,aAAO7B,EAAI6B,GAAS,IAAI,KACnB7B,EAAI6B,GAAS,OAAO,KACpB,CAAC5B,EAAM4B,EAAQ,EAAE,KACjB,CAAC5B,EAAM4B,EAAQ,KAAK;AAAA,IAC3B;AAAA;AAAA,IAIA,2BAA2BC,GAAkB;AAC3C,WAAK,MAAM,SAASA;AAAA,IACtB;AAAA,IACA,uBAAuBC,GAAI;AACzB,wBAAW,MAAM;AACb,QAAApB,EAAA,yBAAyB,EAAE,QAAQ;AAAA,UACnC,WAAW;AAAA,QAAA,CACZ;AAAA,SACA,GAAG,GACC,KAAK,sBAAsB,SAASoB,CAAE;AAAA,IAC/C;AAAA,IACA,kCAAkCA,GAAI;AAC7B,aAAA,KAAK,iCAAiC,SAASA,CAAE;AAAA,IAC1D;AAAA,IACA,oCAAoCC,GAAa;AAC/C,aAAO/B,EAAM+B,CAAW,IAAI,KAAQA,EAAY,SAAS,KAAK,cAAc;AAAA,IAC9E;AAAA,IACA,sBAAsBjB,GAAc;AAClC,aAAOf,EAAIe,GAAc,cAAc,KAAK,CAACd,EAAMc,EAAa,OAAO,KAAK,IAAIA,EAAa,OAAO,QAAQ;AAAA,IAC9G;AAAA,IACA,4BAA4BA,GAAc;AACxC,aAAO,KAAK,sBAAsBA,CAAY,EAAE,SAAS;AAAA,IAC3D;AAAA,IACA,qBAAqBA,GAAc;AACjC,aAAOA,EAAa,QAChBjB,EAAkBiB,EAAa,OAAO,KAAK,OAAO,MAAM,QAAQ,KAAK,YAAY,IACjF,KAAK,SAAS;AAAA,IACpB;AAAA,IACA,qBAAqBA,GAAc;AAEjC,YAAMkB,IAAYlB,EAAa,gBAAgBA,EAAa,aAAa,SAASA,EAAa,aAAa,CAAC,IAAIA,EAAa,UAAU,CAAC;AAClI,aAAA,6BAA6B,mBAAmBkB,CAAS,CAAC;AAAA,IACnE;AAAA;AAAA;AAAA;AAAA,IAIA,mBAAmBF,GAAI;AACrB,YAAMG,IAAQ,KAAK,sBAAsB,QAAQH,CAAE;AACnD,MAAIG,IAAQ,KAAS,KAAA,sBAAsB,OAAOA,GAAO,CAAC,IAChD,KAAA,sBAAsB,KAAKH,CAAE;AAAA,IACzC;AAAA,IACA,8BAA8BA,GAAI;AAChC,YAAMG,IAAQ,KAAK,iCAAiC,QAAQH,CAAE;AAC9D,MAAIG,IAAQ,KAAS,KAAA,iCAAiC,OAAOA,GAAO,CAAC,IAC3D,KAAA,iCAAiC,KAAKH,CAAE;AAAA,IACpD;AAAA,IACA,wBAAwB;AACtB,UAAI,CAAC,KAAK;AAAO;AACjB,YAAMI,IAAsB,KAAK;AAEjC,MAAI,CAAClC,EAAMkC,EAAoB,OAAO,KAAKnC,EAAImC,EAAoB,SAAS,KAAK,OAAO,MAAM,MAAM,IAElG,KAAK,oBAAoBA,EAAoB,QAAQ,KAAK,OAAO,MAAM,MAAM,EAAE,qBAG/E,KAAK,0BAA0B;AAAA,IAEnC;AAAA;AAAA,IAEA,YAAY;AAGV,WAAK,OAAO;IACd;AAAA,IACA,MAAMC,GAAGC,GAAKC,GAAK;AACjB,aAAO,KAAK,IAAI,KAAK,IAAIF,GAAGC,CAAG,GAAGC,CAAG;AAAA,IACvC;AAAA;AAAA;AAAA,IAGA,kCAAkCC,GAAW;AACrC,YAAAC,IAAa,KAAK,MAAM,KAAK,cAAc,eAAeD,GAAW,GAAG,KAAK,iBAAiB,MAAM;AAC1G,WAAK,cAAc,eAAeC;AAAA,IACpC;AAAA,IACA,yCAAyCC,GAAe;AACtD,aAAO,KAAK,cAAc,eAAeA,KAAiB,KAAK,iBAAiB;AAAA,IAClF;AAAA;AAAA;AAAA,IAGA,0BAA0BF,GAAW;AAC7B,YAAAC,IAAa,KAAK,MAAM,KAAK,MAAM,eAAeD,GAAW,GAAG,KAAK,SAAS,MAAM;AAC1F,WAAK,MAAM,eAAeC;AAAA,IAC5B;AAAA,IACA,iCAAiCC,GAAe;AAC9C,aAAO,KAAK,MAAM,eAAeA,KAAiB,KAAK,SAAS;AAAA,IAClE;AAAA,IACA,gBAAgB;AACT,WAAA,OAAO,4BAA4B,MAAM,MAAM;AAAA,QAClD,sBAAsB,KAAK;AAAA,QAC3B,4BAA4B,KAAK;AAAA,QACjC,iBAAiB,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAYtB,YAAY,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAcjB,mBAAmB,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAOxB,eAAe,KAAK;AAAA;AAAA;AAAA;AAAA,MAAA,CAIrB;AAAA,IACH;AAAA,IACA,aAAab,GAAK;AAChB,UAAIA;AACE,YAAA;AAEF,iBAAO,CAAE,IAAI,OAAO,sFAA2F,GAAG,EAAG,KAAK,mBAAmBA,EAAI,MAAM,GAAG,EAAE,IAAA,CAAK,CAAC;AAAA,iBAE7J,GAAG;AACR,kBAAQ,MAAM,CAAC;AAAA,QACjB;AAAA,IAEJ;AAAA,IACA,eAAec,GAASC,GAAqB5B,GAAc6B,GAAO;AAChE,MAAIF,IAMF,KAAK,UAAUC,EAAoB5B,CAAY,GAAG,EAAK,KAEvD6B,EAAM,eAAe,GACrBA,EAAM,gBAAgB;AAAA,IAE1B;AAAA,IACA,2BAA2BC,GAAY;AACrC,aAAIA,IACM,KAAK,GAAG,kCAAkC,IAE7C;AAAA,IACT;AAAA,EACF;AAAA,EACA,UAAU;AAER,IAAI,KAAK,OAAO,OAAO,UAAU,KAAK,SACpC,KAAK,UAAU,SACf,KAAK,wBAAwB,IAC7B,KAAK,mBAAmB,KAAK,OAAO,OAAO,KAAK,EAC7C,KAAK,MAAM;AACV,WAAK,UAAU,UACf,KAAK,wBAAwB,IAC7B,KAAK,mBAAmB;AAAA,IAAA,CACzB,EACA,MAAM,CAACC,MAAQ;;AACd,cAAQ,KAAKA,CAAG,GAChB,KAAK,UAAU,QACX,SAAOpC,IAAA,KAAK,WAAL,gBAAAA,EAAa,WAAW,cAAY,KAAK,OAAO,UAC3D,KAAK,QAAQ,QAAQ;AAAA,QACnB,MAAM;AAAA,QACN,OAAO,EAAE,QAAQ,KAAK,OAAO,MAAM,QAAQ,SAAS,KAAK,OAAO,OAAO,MAAM;AAAA,MAAA,CAC9E;AAAA,IAAA,CACF,EACA,QAAQ,MAAM,KAAK,MAAM,MAAM,eAAe,CAAC,MAElD,KAAK,mBAAmB,GACnB,KAAA,MAAM,MAAM,eAAe;AAG5B,UAAAqC,IAAoB,KAAK,KAAK,QAAQ,kBAAkB,KAAK,KAAK,QAAQ,eAAe;AAC/F,IAAIA,MACF,KAAK,cAAc,aAAaA,EAAkB,cAAc,KAAK,cAAc,YAC9E,KAAA,cAAc,eAAe,SAASA,EAAkB,cAAc,EAAE,KAAK,KAAK,cAAc,cAEjG,OAAOA,EAAkB,kBAAmB,aAE9CA,EAAkB,iBAAiB,KAAK,MAAMA,EAAkB,cAAc,IAEhF,KAAK,cAAc,iBAAiBA,EAAkB,kBAAkB,KAAK,cAAc,iBAGzF,KAAK,cAAc,eAAiB,KAAA,cAAc,eAAe,KAAK,iBAAiB;AAErF,UAAAC,IAAY,KAAK,KAAK,QAAQ,kBAAkB,KAAK,KAAK,QAAQ,eAAe;AACvF,IAAIA,MACF,KAAK,MAAM,aAAaA,EAAU,cAAc,KAAK,MAAM,YACtD,KAAA,MAAM,eAAe,SAASA,EAAU,cAAc,EAAE,KAAK,KAAK,MAAM,cAEzE,OAAOA,EAAU,kBAAmB,aAEtCA,EAAU,iBAAiB,KAAK,MAAMA,EAAU,cAAc,IAEhE,KAAK,MAAM,iBAAiBA,EAAU,kBAAkB,KAAK,MAAM,iBAGjE,KAAK,MAAM,eAAiB,KAAA,MAAM,eAAe,KAAK,SAAS;AAAA,EACrE;AAAA,EACA,gBAAgB;AACZ,IAAArC,EAAA,UAAU,EAAE;EAChB;AAAA,EACA,QAAQ;AACNsC,IAAAA;EACF;AACF;"}
@@ -1 +1 @@
1
- @charset "UTF-8";.facet[data-v-47ab27ed]:hover{cursor:pointer}.custom-control[data-v-47ab27ed]{padding-left:1.5rem;margin-right:1rem}.custom-control-label[data-v-47ab27ed]:before{left:-1.5rem!important}.custom-control-label[data-v-47ab27ed]:after{left:-1.5rem!important}.custom-control-input:checked~.custom-control-label[data-v-47ab27ed]:before{border-color:var(--primary);background-color:var(--primary)}.map[data-v-47ab27ed]{z-index:0}.suggestion-input-group[data-v-47ab27ed]{position:relative}.suggestion-input[data-v-47ab27ed]{position:absolute;top:0}.suggestion-list-group[data-v-47ab27ed]{position:relative;width:100%}.suggestion-list[data-v-47ab27ed]{width:100%;position:absolute;top:0;z-index:100}.map-modal-button[data-v-47ab27ed]{position:absolute;bottom:0;right:0}.reset-bounds-button[data-v-47ab27ed]{position:absolute;bottom:0;left:0}#modal-map-wrapper[data-v-47ab27ed]{padding-right:1.5rem!important;padding-left:1.5rem!important}.alert-primary[data-v-c693b7bd]{color:#042648;background-color:#cddbe8;border-color:#baccdf}.page-title[data-v-c693b7bd]{font-size:3rem;margin-bottom:15px}.search-button[data-v-c693b7bd]{border-radius:100%!important}.search-button[data-v-c693b7bd]:hover{background-color:#196fd2;border-color:#196fd2}.cursor-pointer[data-v-c693b7bd]{cursor:pointer}.custom-button[data-v-c693b7bd]{border:1px solid black;background-color:#fff;outline:none}.custom-middle-button[data-v-c693b7bd]{border:1px solid black;border-left:none;background-color:#fff;outline:none}.custom-dropdown-button[data-v-c693b7bd]{border:1px solid black;padding:0;background-color:#fff;outline:none}.active-styles[data-v-c693b7bd]{background-color:#001d851a;color:#000}.inactive-styles[data-v-c693b7bd]{color:#00000080}.inactive-styles[data-v-c693b7bd]:hover{background-color:#f7f7f7;color:#000}.inactive-styles[data-v-c693b7bd]:focus{background-color:#f7f7f7;color:#000}.custom-border-right[data-v-c693b7bd]{border-right:1px solid black}.border-radius-start[data-v-c693b7bd]{border-top-left-radius:1.875rem;border-bottom-left-radius:1.875rem}.border-radius-end[data-v-c693b7bd]{border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem}.border-right-custom[data-v-c693b7bd]{padding-right:.5rem;border-right:1px solid black}.router-link-active[data-v-c693b7bd]{color:#175baf!important;border:none!important;border-bottom:2px solid #175baf!important}.router-link-inactive[data-v-c693b7bd]{color:#7f7f7f;border:none!important}.router-link-inactive[data-v-c693b7bd]:hover{color:#175baf}.suggestion-input-group[data-v-c693b7bd]{position:relative}.suggestion-input[data-v-c693b7bd]{position:absolute;top:0}.suggestion-list-group[data-v-c693b7bd]{position:relative;width:100%}.suggestion-list[data-v-c693b7bd]{width:100%;position:absolute;top:0;z-index:100}.conditionalManual .formkit-outer{width:100%}.hover{text-decoration:underline}.conditionalVocabulary{display:flex;align-items:center;margin:1rem 0}.w-80{width:80%}.infoLicense{a {color: blue;} padding: 1rem;background-color:#abe1a5}.infoboxI{width:5%}.textInfoI{width:95%}.file-div[data-v-a011305e]{display:flex;align-items:center}.upload-feedback[data-v-a011305e]{padding:10px}.close-icon[data-v-a011305e],.check-icon[data-v-a011305e]{font-size:20px;cursor:default}.check-icon[data-v-a011305e]{color:#28a745}.close-icon[data-v-a011305e]{color:red}.lds-ring[data-v-a011305e]{display:inline-block;position:relative;width:30px;height:30px}.lds-ring div[data-v-a011305e]{box-sizing:border-box;display:block;position:absolute;right:0;width:30px;height:30px;border:8px solid lightgray;border-radius:50%;animation:lds-ring-a011305e 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:lightgray transparent transparent transparent}.lds-ring div[data-v-a011305e]:nth-child(1){animation-delay:-.45s}.lds-ring div[data-v-a011305e]:nth-child(2){animation-delay:-.3s}.lds-ring div[data-v-a011305e]:nth-child(3){animation-delay:-.15s}.error[data-v-a011305e]{color:red}.errorSub[data-v-a011305e]{color:#000}@keyframes lds-ring-a011305e{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.allowedFTypes[data-v-a011305e]{padding:.5rem;border-radius:5px;border:1px solid lightgrey}.allowedTypesWrapper[data-v-a011305e]{max-width:100%;display:flex;flex-wrap:wrap}.fileuploadList[data-v-a011305e]{width:96.7%}button.dpi-menu-dropup-btn[data-v-a905c157]{color:#fff}.collapsed .d-none{display:none!important}.infoButton[data-v-2a325b7f]{border-radius:5px;cursor:pointer}.infoButton .material-icons[data-v-2a325b7f]{font-size:20px;vertical-align:text-bottom;margin-left:5px;margin-bottom:1px}.form-label[data-v-2a325b7f]{font-size:20px}.catalog-page-container[data-v-c6a4c80f]{margin-top:0!important;padding:0!important}.catalog-page-background-image[data-v-c6a4c80f],.catalog-page-background-default[data-v-c6a4c80f]{position:absolute;height:360px;width:100%}.catalog-page-background-default[data-v-c6a4c80f]{background-color:#f4f8fa}.catalog-page-background-image[data-v-c6a4c80f]{overflow:hidden;object-fit:cover}.catalog-box[data-v-c6a4c80f]{display:flex;flex-direction:column;margin-bottom:95px}.flag-img[data-v-c6a4c80f]{width:150px;height:auto}.catalog-header-container[data-v-c6a4c80f]{flex:1 1 100%;width:100%;max-width:1040px;min-height:180px;padding-left:32px;padding-right:32px;z-index:1}.catalog-header-title-subtitle[data-v-c6a4c80f]{font-size:14px}.catalog-header-title-icon[data-v-c6a4c80f]{height:48px;width:48px;padding:5px;margin-right:16px;border:1px solid transparent;border-radius:50%;background-color:#fff;box-shadow:0 0 6px #0000001f;object-fit:contain}.catalog-header-logo[data-v-c6a4c80f]{max-height:80px;max-width:192px;height:auto;width:auto}.catalog-card[data-v-c6a4c80f]{flex:1 1 100%;padding:32px;width:100%;max-width:1040px;border:none}.catalog-about-tab[data-v-c6a4c80f]{flex-direction:column;flex-wrap:wrap}.card-header[data-v-c6a4c80f]{background-color:transparent;padding:0}.card-header-tabs[data-v-c6a4c80f]{margin-right:0;margin-left:0;margin-bottom:0;flex-wrap:nowrap;white-space:nowrap;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.card-header-tabs[data-v-c6a4c80f]::-webkit-scrollbar{display:none}.card-header-tabs li[data-v-c6a4c80f]{padding-right:48px}.card-header-tabs li[data-v-c6a4c80f]:last-child{padding-right:0}.card-body[data-v-c6a4c80f]{padding:0}.catalog-nav-link.nav-link[data-v-c6a4c80f]{color:#000000b3;padding-left:0;padding-right:0;margin-bottom:0;background-color:transparent;border:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom:2px solid transparent!important}.catalog-nav-link.nav-link[data-v-c6a4c80f]:hover,.catalog-nav-link.nav-link.active[data-v-c6a4c80f]{color:#175baf!important}.catalog-nav-link.nav-link.active[data-v-c6a4c80f]{border-bottom:2px solid #175baf!important}.catalog-hero-pic[data-v-c6a4c80f]{max-width:250px!important;width:100%;height:auto;margin-top:calc(48px - 1rem)}.catalog-contact-header[data-v-c6a4c80f]{font-size:18px;margin-bottom:34px}.tab-content dt[data-v-c6a4c80f]{margin-bottom:8px}.tab-content dd[data-v-c6a4c80f]{margin-bottom:0}@media screen and (min-width: 768px){.catalog-header-container[data-v-c6a4c80f]{padding-left:0;padding-right:0}.catalog-box[data-v-c6a4c80f]{padding-left:32px;padding-right:32px}.catalog-card[data-v-c6a4c80f]{border:none;box-shadow:0 2px 12px #00000012;margin-left:auto;margin-right:auto;padding-left:48px;padding-right:48px}.catalog-about-tab[data-v-c6a4c80f]{flex-wrap:nowrap;flex-direction:row}.catalog-hero-pic[data-v-c6a4c80f]{margin-top:0;margin-left:1.5rem}}.overviewHeader{border-bottom:1px solid lightgray}.firstRow{align-items:center}.dsDist td:first-child{padding:1rem;width:25%}.disOverview td:first-child{min-width:25%}.disOverview td:last-child{width:75%}.b-top{border-top:1px solid lightgray}.dist-edit{cursor:pointer}.disDetailsWrap p{margin-bottom:0}.moreDisInfoBtn{cursor:pointer;transition:all .3s ease-in-out}.moreDisInfoBtn svg{transition:all .3s ease-in-out}.turnChev{transform:scale(-1)}.moreDisInfoBtn:hover{text-decoration:none}.openDisDetails{max-height:2000px!important}.disDetails{width:95%}.disInfoWrap{overflow:hidden;max-height:0;height:auto;position:relative;z-index:0;transition:all .5s ease-in-out}.grey{background:rgb(248,248,248)}.tHeadWrap{display:flex;padding:1rem;background-color:#f2f4f8}.tHeadWrap p{width:25%;font-weight:700}.tdWrap{display:flex;padding:1rem;position:relative;z-index:1;transition:all .3s ease-in-out}.dropShdw{box-shadow:0 3px 6px -6px #000}.tdWrap p{width:25%;display:flex;align-items:center}.dist-list[data-v-c7bbc5b3]{margin:50px}.dist-details[data-v-c7bbc5b3]{display:flex;flex:1}.dist-edit[data-v-c7bbc5b3]{width:25%;display:flex;align-items:center;justify-content:space-evenly;margin-left:5px}.dist-edit-button[data-v-c7bbc5b3]{cursor:pointer;transition:all .2s ease}.dist-edit-button[data-v-c7bbc5b3]:hover{opacity:.5;transform:scale(1.1);color:green;transition:all .2s ease}.dist-info[data-v-c7bbc5b3]{width:75%}.dist-item[data-v-c7bbc5b3]{margin:5px;display:flex;padding:20px;align-items:center;border-bottom:.1em solid #e5e5e5}.dist-delete-button[data-v-c7bbc5b3]{cursor:pointer;transition:all .2s ease}.dist-delete-button[data-v-c7bbc5b3]:hover{transform:scale(1.1);opacity:.5;color:red;transition:all .2s ease}button[data-v-c7bbc5b3]{border-radius:.3em;font-size:16px;font-family:Ubuntu;padding:.75em;font-weight:100}button#delete[data-v-c7bbc5b3]{background-color:#b30519;color:#fff;border-color:#b30519}button#cancel[data-v-c7bbc5b3]{background-color:#767676;border-color:#767676;color:#fff}button.default[data-v-c7bbc5b3]{background-color:#001d85;border-color:#001d85;color:#fff}.nav-link[data-v-130566a1]{text-decoration:underline}.active[data-v-130566a1]{text-decoration:none;font-weight:700}.dropdown-item[data-v-130566a1]:active{background-color:#868e96}#linkedDataDropdown[data-v-130566a1]{color:#3f3f3f}#linkedDataDropdown[data-v-130566a1]:hover{color:#fff}.buttonWrapper button[data-v-130566a1]{margin:.2rem}.buttonWrapper[data-v-130566a1]{width:100%;display:flex}.newIdField[data-v-130566a1]{margin:1rem 0!important;box-shadow:none;border-radius:0;border-bottom:1px solid #001D85;transition:all .1s ease-in-out}.table td[data-v-130566a1]{border-top:none;vertical-align:middle}.table tbody tr[data-v-130566a1]:not(:last-of-type){border-bottom:1px solid lightgray}.w33[data-v-130566a1]{width:33%}.draftWrapper[data-v-130566a1]{margin-bottom:120px}.btn[data-v-130566a1]{background:none;color:#3f3f3f}.btn[data-v-130566a1]:hover{box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;transition:all .3s cubic-bezier(.25,.8,.25,1)}.dropDownWrap[data-v-130566a1]{width:175px;position:relative}.dropdown-toggle[data-v-130566a1]{display:inline-block;width:100%}.dropdown-toggle[data-v-130566a1]:active{border:none}.dropdown-menu.show[data-v-130566a1]{padding:0!important;transform:none!important;top:35px!important;width:100%;z-index:1}.infoBox[data-v-130566a1]{margin-bottom:40px}.logoDPIPiveau[data-v-130566a1]{display:flex;align-items:center;width:100%;justify-content:space-between}.logoDPIPiveau img[data-v-130566a1]{width:10rem}.logoDPIPiveau h2[data-v-130566a1]{color:#3f3f3f}.dpiLogoSeperator[data-v-130566a1]{height:1px;background-color:#3f3f3f;width:100%;margin:0 1rem}.standardButtonDPI{background-color:#fff;color:#000;border-radius:.3em;font-size:16px;padding:.75em;display:inline-flex;align-items:center;height:50px;border:1px solid lightgray;transition:all .1s ease-in-out;cursor:pointer}.standardButtonDPI:hover{transform:scale(98%);background-color:#f4f4f4;border-color:gray;text-decoration:none}:root{--gray: #ccccd7;--gray-l: #eeeef4}.formkit-form{max-width:500px;flex-shrink:0;margin-top:1em;margin-bottom:1em;background:#fff;color:#000;border:1px solid var(--gray);border-radius:.5em;box-shadow:.25em .25em 1em #0000001a}#app .source-content{padding:2em;background:transparent}.steps{list-style-type:none;margin:0;display:flex;padding-left:0;background:var(--gray-l);border-radius:.4em .4em 0 0;overflow:hidden;border-bottom:1px solid var(--gray)}.step{font-size:14px;display:flex;align-items:center;padding:16px 20px;background:var(--gray-l);border-right:1px solid var(--gray);color:gray;flex-grow:0;flex-shrink:0;position:relative}.step:last-child{box-shadow:.1em -.1 .1em #00000054}.step:hover{cursor:pointer}[data-step-active=true]{color:#000;background:white!important;border-bottom:none;position:relative}.step--errors,[data-step-valid=true]:after{content:"✓";background-color:#54a085;position:absolute;top:4px;right:4px;height:18px;width:18px;border-radius:50%;z-index:10;display:flex;font-size:10px;flex-direction:column;justify-content:center;text-align:center;color:#fff}.step--errors{background-color:#ff4949;color:#fff;z-index:100}.step-nav{display:flex;margin-top:2em;margin-bottom:1em;justify-content:space-between}.form-body{padding:2em}.next{margin-left:auto}.formkit-outer[data-type=submit] .formkit-wrapper{padding:0 2em 1em;display:flex}.formkit-outer[data-type=submit] .formkit-input{margin-left:auto;margin-right:0}details{border:1px solid var(--gray);background:var(--gray-l);border-radius:.15em;padding:1em}.formkit-form>.formkit-messages{padding:0 2em}.formkit-form>.formkit-messages:last-child{padding:0 2em 2em}[data-errors=true] .formkit-label{color:#ff4949}.formkit-wrapper{max-width:100%}button:hover,summary{cursor:pointer}@media (max-width: 438px){h1{font-size:1.15em}#app .source-content{padding:.5em}.steps{flex-direction:column}.step{border-bottom:1px solid var(--gray);border-right:none}.step:last-child{border-bottom:none}.form-body{padding:1em}.formkit-outer[data-type=submit] .formkit-wrapper{padding:0 1em 1em;display:flex}.formkit-form>.formkit-messages{padding:0 1em}.formkit-form>.formkit-messages:last-child{padding:0 1em 1em}}.repeatableWrap,.formkitCmpWrap{margin:2rem 0!important}.isInvalidProperty{background-color:#ffd9d9!important}.activeItem{flex-grow:1}.activeItem .seperatorHorizontalStepper{height:100%}select{line-height:unset!important}.form-container{padding-top:20px;margin-top:30px;border:solid 1px #d5d5d5;border-radius:3px;margin-bottom:20px}.inputContainer{display:flex}.formContainer{width:100%!important}.distributionPage0{display:block}.distributionPage1,.distributionPage2{display:none}.grid2r2c .formkit-input-group-repeatable{display:grid;grid-template-columns:70% 28%;grid-template-rows:auto auto;grid-gap:10px;background-color:transparent}.grid1r2c .formkit-input-group-repeatable{display:grid;grid-template-columns:70% 28%;grid-template-rows:auto;grid-gap:10px;background-color:transparent}.row1{grid-row-start:1;grid-row-end:2}.row2{grid-row-start:2;grid-row-end:3}.grow3{grid-row-start:3;grid-row-end:4}.column1{grid-column-start:1;grid-column-end:2}.column2{grid-column-start:2;grid-column-end:3}.columnboth{grid-column-start:1;grid-column-end:3}.display-none{display:none}.formkitCmpWrap{border-left:1px solid lightgray}.formkitProperty>h4{background-color:#f5f5f5;padding:1rem;cursor:pointer;position:relative;transition:all ease-in-out .2s}.formkitProperty>h4:hover{background-color:#d3d3d3}.formkitProperty>h4:hover:before{rotate:-45deg}.formkitProperty>h4:hover:after{rotate:45deg}.formkitProperty>h4:before{transition:all ease-in-out .2s;content:"";width:15px;height:1.5px;background-color:#000;position:absolute;top:30px;right:15px;rotate:45deg}.formkitProperty>h4:after{transition:all ease-in-out .2s;content:"";width:15px;height:1.5px;background-color:#000;position:absolute;top:30px;right:25px;rotate:-45deg}.formkitProperty .formkitProperty h4{padding:0;background-color:unset!important}.formkitProperty .formkitProperty h4:before{display:none!important}.formkitProperty .formkitProperty h4:after{display:none!important}.dpiChevUp:before{rotate:-45deg!important}.dpiChevUp:after{rotate:45deg!important}.heading[data-v-fb342e96],.description[data-v-fb342e96],.arrow[data-v-fb342e96]{cursor:pointer}.options .dropdown-menu[data-v-fb342e96],.download .dropdown-menu[data-v-fb342e96]{min-width:300px}.options .dropdown-menu .dropdown-item[data-v-fb342e96]:hover,.download .dropdown-menu .dropdown-item[data-v-fb342e96]:hover{color:initial;background-color:initial}textarea[data-v-b58ac050]{width:100%}.catOverview{min-height:60vh}.catWrap{display:flex;flex-wrap:wrap;margin-top:10px;padding-top:10px;border-top:1px solid lightgray;justify-content:space-between}.catWrap .annifItems{background:#ECECEC;flex-grow:1;text-align:center}.subline{font-size:12px;color:#d3d3d3}.inf-content[data-v-8b4f94b2]{border:1px solid #DDDDDD;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;box-shadow:7px 7px 7px #0000004d}.table-header[data-v-8b4f94b2]{padding:.75rem}.border-bottom-lightgray{border-bottom:1px solid lightgray}.stickyStepper{position:sticky;top:0;background:#ffffff;z-index:999}.stickyStepper .SSfirstRow{margin:1vh 0;display:flex;align-items:center}.stickyStepper .stickyNav{border-left:1px solid black;margin-left:1vh;padding-left:1vh}#stepper{width:100%!important}#input{padding:10px}.small-headline{font-size:1.5rem;min-width:max-content}.property{margin:30px 20px 20px;background-color:#fff;border:solid .5px rgb(225,225,225)}.infoBox .material-icons{font-size:20px;vertical-align:text-bottom;margin-right:5px;margin-bottom:1px}.infoBox{width:100%;height:30%;background-color:#f7f7f7;padding:5%;border-radius:.25rem;margin-top:20px}.infoBox .input_subpage_nav{display:flex;flex-direction:row;justify-content:space-between;padding:15px}.besides .formkit-input-group-repeatable{display:flex;flex-direction:row;background-color:transparent;padding:0}.main{width:75%;margin:0 5px}.sub{width:20%;margin:0 5px}#subStepperBox{position:sticky;top:154px;z-index:10;width:100%;padding:0 10%}#subStepperBox .step-progress__bar{border-top:none!important}#subStepperBox .step-progress__step--active .step-progress__step-label{background-color:#b0c4de!important}.step-progress__step span{color:#fff!important}#stepper .step-progress__step{border:solid white 20px}#stepper .step-progress__step-icon,#subStepper .step-progress__step-icon{font-size:25px}.step-progress__step-label{cursor:pointer}.formkit-input[data-classification=group] [data-is-repeatable]{border:none;padding:1em 1em 1em 0}.formkit-input[data-classification=group] [data-is-repeatable] .formkit-input-group-repeatable{border-bottom:none}.formkit-input-element--checkbox{margin-right:5px}.formkit-input-wrapper{font-family:Ubuntu}.formkit-input[data-classification=button] button[data-ghost]{font-weight:400}.formkit-input-error{color:#e13737!important;font-weight:400!important}.formkit-input .formkit-input-element{max-width:100%}.formkit-input .formkit-input-error{font-weight:700}.formkit .formkit-input-group-add-more{display:flex;justify-content:flex-end}.formkit .formkit-input-group-add-more button{border:black}.formkit .formkit-input[data-classification=text] .formkit-input-wrapper,.formkit .formkit-input[data-classification=select] .formkit-input-wrapper{display:flex;flex-direction:column}.formkit .formkit-input[data-classification=button] button[data-ghost]{color:#fff;background-color:#001d85;border-color:#001d85;border-radius:1.875rem}.formkit .formkit-input[data-classification=button] button[data-ghost]:hover{background-color:#196fd2;border-color:#196fd2}.formkit-input.besides{border-bottom:1px solid lightgrey!important}.formkit-input-label{font-weight:500!important}.formkit-input-element--textarea{width:100%}.formkit-input-element--group{display:block!important}.formkit-input.besides>.formkit-input-wrapper>.formkit-input-label{text-decoration:underline!important}#wrapper[data-v-f7ab70fb]{background:linear-gradient(90deg,#082b7a,#0e47cb);width:100%;position:sticky;bottom:0;z-index:999}nav[data-v-f7ab70fb]{max-width:1400px;display:flex;flex-direction:row;margin:0 auto;justify-content:space-between;font-size:1rem;align-items:center}ul[data-v-f7ab70fb]{float:right}ul li[data-v-f7ab70fb]{display:inline}ul li a[data-v-f7ab70fb],button a[data-v-f7ab70fb]{color:#fff}.logout[data-v-f7ab70fb]{display:block;margin:0 auto;border:1px solid white;padding:.1rem 1.5rem}.logoutWrap[data-v-f7ab70fb]{width:14rem;display:flex;align-items:center;justify-content:space-between}.validate-btn[data-v-e8c28827]{color:#0e47cb;vertical-align:text-bottom;text-decoration:none}.help-icon[data-v-4f898e18]{font-size:18px;cursor:default}.dropdown-item .access-uri-link[data-v-4f898e18],.dropdown-item .copy-text[data-v-4f898e18]{color:#0e47cb}.copy-text[data-v-4f898e18]{cursor:pointer}.copy-url-popup[data-v-4f898e18]{position:fixed!important;bottom:10vh;left:50vw;background-color:#f3f6fc;padding:.5rem 1.5rem;border-radius:.25rem}.copy-url-popup.display[data-v-4f898e18]{display:block}.copy-url-popup.hide[data-v-4f898e18]{display:none}.download-btn[data-v-3a61bea6]{font-size:13px;cursor:pointer}.material-icons.small-icon[data-v-07a93781]{font-size:20px}.dropdownMenu[data-v-07a93781]{z-index:1000;max-width:15rem;padding:.5rem 0;margin:.125rem 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);transform-origin:top right;position:absolute;right:0}button[data-v-07a93781]:hover{background-color:#196fd2;border-color:#196fd2}.bglight[data-v-07a93781]{background:#f8f9fa}.disabled[data-v-caf49a5f]{cursor:not-allowed}.disabled[data-v-433861c9]{cursor:not-allowed;pointer-events:none;text-decoration:none;color:gray}.text-opacity-0[data-v-433861c9]{opacity:0;cursor:default!important}.details-link[data-v-7f8233cb]{cursor:pointer}.details-link[data-v-7f8233cb]:hover{text-decoration:underline}div[data-v-84f96111],.arrow[data-v-84f96111]{cursor:pointer}.text-break[data-v-9c865f9b]{word-break:break-word}td[data-v-9c865f9b]{padding-left:0!important;padding-top:1%!important;padding-bottom:1%!important}button[data-v-9c865f9b]:focus{outline:0}.options .dropdown-menu .dropdown-item[data-v-9c865f9b]:hover,.download .dropdown-menu .dropdown-item[data-v-9c865f9b]:hover{color:initial;background-color:initial}.material-icons.small-icon[data-v-9c865f9b]{font-size:20px}.distributions__item[data-v-9c865f9b]{border-bottom:1px solid rgba(0,0,0,.1)}.unknown[data-v-6cde393d]{align-self:flex-start;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;border-radius:0;background-color:#595959;color:#fff;margin-top:.25rem}.catalogue-label[data-v-036bc122]{white-space:pre-line}.cursor-pointer[data-v-036bc122]{cursor:pointer}.tag-color[data-v-036bc122]{background-color:var(--tag-color)}.subjectBg[data-v-036bc122]{background-color:#196fd2}.btn-color[data-v-036bc122]:hover{background-color:#196fd2;border-color:#196fd2}.download-all-btn[data-v-036bc122]{min-width:100px;height:31px}button[data-v-036bc122]:focus{outline:0}.spinner-grow[data-v-036bc122]{width:20px;height:20px}.fa-check-square[data-v-036bc122]{color:#28a745;width:16px;height:16px}.check-icon[data-v-036bc122],.help-icon[data-v-036bc122]{font-size:18px;cursor:default}.check-icon[data-v-036bc122]{color:#28a745}.material-icons.small-icon[data-v-036bc122]{font-size:20px}.mt-4[data-v-036bc122]{margin-top:1.5rem!important}.keywords__item[data-v-036bc122]{position:relative}.keywords__actions[data-v-036bc122]{display:flex;justify-content:center;align-items:flex-end;height:100%;z-index:11}.sectionList[data-v-036bc122]{list-style-type:"→ ";margin-left:6.5%}@media only screen and (max-width: 991px){.sectionList[data-v-036bc122]{margin-left:0}}.distributions-header-title[data-v-98e2c004]{display:flex;flex-wrap:wrap;align-items:center}.distributions-header-title-title[data-v-98e2c004]{margin-right:8px}.distributions-header-title-count[data-v-98e2c004]:before{content:"("}.distributions-header-title-count[data-v-98e2c004]:after{content:")"}.tag-color[data-v-f417a850]{background-color:var(--primary)}.distributions__item--preview[data-v-90409b43]{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,white 55%);z-index:10}.distributions__actions[data-v-90409b43]{display:flex;justify-content:center;align-items:flex-end;height:100%;z-index:11}.success[data-v-213f8cd4]{background:#00997A;display:flex;justify-content:center;align-items:center;margin-left:8px;height:20px;width:20px}.modal-title[data-v-213f8cd4]{font-family:Arial;font-style:normal;font-weight:700;font-size:22px;line-height:24px;color:#000}.modal-content[data-v-213f8cd4]{border:3px solid #0e47cb}.modal-header[data-v-213f8cd4]{padding:1.5rem 1.5rem 0rem;border-bottom:none}.modal-body[data-v-213f8cd4]{padding:1rem 1.5rem}.modal-footer[data-v-213f8cd4]{border-top:none;padding:1rem 1.5rem}.close[data-v-213f8cd4]{font-size:16px;color:#0e47cb;opacity:1;padding:.5rem!important}.close .close-icon[data-v-213f8cd4]{color:#fff;background:#0e47cb;display:flex;justify-content:center;align-items:center;width:12px;height:12px;float:right;margin-top:3px;margin-left:10px}.active[data-v-213f8cd4]{color:#000!important}.error[data-v-213f8cd4]{border:2px solid #FBC712}.error .error-body[data-v-213f8cd4]{padding:1.8rem;display:flex}.progress-bar[data-v-213f8cd4]{-webkit-transition:width 1s ease;-moz-transition:width 1s ease;-o-transition:width 1s ease;transition:width 1s ease}.ecl-select[data-v-213f8cd4]{cursor:pointer}.details[data-v-213f8cd4]{margin-top:30px}.warning-icon[data-v-213f8cd4]{margin-top:5px;margin-right:7px}.smaller[data-v-213f8cd4]{font-size:17px}.heading[data-v-519c4f28]{cursor:pointer}.arrow[data-v-519c4f28]{padding-right:0}@media screen and (max-width: 991px){.dsd-feature-header-arrow-container[data-v-519c4f28]{width:48px!important;order:2;padding-right:15px}}.heading[data-v-89cf0f1b]{cursor:pointer}.tag-color[data-v-159ec9cc]{background-color:var(--tag-color)}.keywords__item>div[data-v-159ec9cc]{padding-left:.25rem;padding-right:.25rem}.heading[data-v-d5dab2d4],.heading[data-v-f06a8fdf],.arrow[data-v-f06a8fdf],.heading[data-v-42200eb8]{cursor:pointer}.subject[data-v-613cb84b]{background-color:#196fd2}.tag-color[data-v-4a8baf37]{background-color:var(--primary)}.heading[data-v-fb260c61],.arrow[data-v-fb260c61]{cursor:pointer}.distributions__item[data-v-fb260c61]{position:relative}.distributions__item--preview[data-v-fb260c61]{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,white 55%);z-index:10}.distributions__actions[data-v-fb260c61]{display:flex;justify-content:center;align-items:flex-end;height:100%;z-index:11}.embed-dataset[data-v-4dae7d31]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;color:#000;z-index:99}.logo[data-v-4dae7d31]{width:290px;height:70px}.headline[data-v-4dae7d31]{background:#123F94;color:#fff;font-size:24px}.dsd-title-tag[data-v-4dae7d31]{display:none!important}@media screen and (max-width: 600px){.embed-header[data-v-4dae7d31]{flex-direction:column!important;justify-content:flex-start!important}.openUrl[data-v-4dae7d31]{align-self:auto!important}}.embed-dataset-snipp[data-v-c9e3c528]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;color:#000;z-index:99;overflow:hidden;overflow-y:scroll}.embed-dataset-snipp[data-v-c9e3c528]::-webkit-scrollbar{display:none}.content-snipp[data-v-c9e3c528]{border:1px solid rgb(203,203,203);border-radius:1px}.logo[data-v-c9e3c528]{width:290px;height:70px}.headline[data-v-c9e3c528]{background:#123F94;color:#fff;font-size:24px}.dsd-title-tag[data-v-c9e3c528]{display:none!important}.snip-desc[data-v-c9e3c528]{display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}.no-pad[data-v-c9e3c528]{margin-left:-15px}@media screen and (max-width: 600px){.embed-header[data-v-c9e3c528]{flex-direction:column!important;justify-content:flex-start!important}.openUrl[data-v-c9e3c528]{align-self:auto!important}}.flag[data-v-a6a32f1f]{max-width:30px;max-height:19px;margin-bottom:3px;border-radius:1px}.disabled-link[data-v-a6a32f1f]{color:#000;pointer-events:none}.dataset-details-title[data-v-acffc9cf]{font-size:1.4rem;margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.erpdInfo[data-v-acffc9cf]{background-color:#8f4300!important;min-width:20%;align-items:center;justify-content:center}@media (min-width: 768px){.dataset-details-title[data-v-acffc9cf]{font-size:1.5rem}}@media (min-width: 992px){.dataset-details-title[data-v-acffc9cf]{font-size:1.75rem}}.dropdown-item[data-v-b4bf1d59]:active{background-color:var(--dropdown-item-active-bg)}.nav-link[data-v-b4bf1d59],.nav-link[data-v-654a9034]{text-decoration:underline}.content[data-v-c87c9171]{padding:30px 30px 0;margin-top:15px;margin-bottom:15px;background-color:#fff}.nav-link[data-v-01ea33ef]{text-decoration:underline}.markdown-container[data-v-0e90c0a1]{word-wrap:break-word}.tag-color[data-v-a7cfefdb]{background-color:var(--tag-color)}.keywords__item>div[data-v-a7cfefdb]{padding-left:.25rem;padding-right:.25rem}.dsd-distribution-quality-csv .heading-1[data-v-bd3fb380]{font-size:2rem;font-weight:700}.dsd-distribution-quality-csv .heading-4[data-v-bd3fb380]{font-size:1.25rem;font-weight:700}.dsd-distribution-quality-csv .color-red[data-v-bd3fb380]{color:#da2131}.dsd-distribution-quality-csv .color-orange[data-v-bd3fb380]{color:#f29527}.dsd-distribution-quality-csv .color-blue[data-v-bd3fb380]{color:#4073af}.dsd-distribution-quality-csv .bg-red[data-v-bd3fb380]{background-color:#da2131}.dsd-distribution-quality-csv .bg-orange[data-v-bd3fb380]{background-color:#f29527}.dsd-distribution-quality-csv .bg-blue[data-v-bd3fb380]{background-color:#4073af}.dsd-distribution-quality-csv .csv-validation-box[data-v-bd3fb380]{color:#000;background-color:#fff;border:2px solid #000000}.dsd-distribution-quality-csv .csv-validation-box.success[data-v-bd3fb380]{border-color:#467a39}.dsd-distribution-quality-csv .csv-validation-box.error[data-v-bd3fb380]{border-color:#da2131}.dsd-distribution-quality-csv .csv-validation-box .material-icons.success[data-v-bd3fb380]{color:#467a39}.dsd-distribution-quality-csv .csv-validation-box .material-icons.error[data-v-bd3fb380]{color:#da2131}.dsd-distribution-quality-csv .csv-result-details.border-top[data-v-bd3fb380]{border-top:1px solid #9F9F9F}.dsd-distribution-quality-csv .csv-result-details .tag[data-v-bd3fb380]{display:inline-flex;align-items:center;color:#fff;font-size:1rem;padding:.5rem .75rem;border-radius:1rem;border-width:0;text-decoration:none;box-sizing:border-box;white-space:nowrap}.underline[data-v-657ac3b8]{text-decoration:underline}.dsd-description[data-v-bdcf5d49]{max-width:100%;overflow:hidden}.arrow[data-v-ac33eda5]{cursor:pointer}.additional-information-overlay[data-v-ac33eda5]{width:100%;height:100px;position:absolute;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,white 100%);pointer-events:none}table[data-v-ac33eda5]{background:#F5F5F5}.dimension-card[data-v-ebd15a12]{background-color:var(--gray);color:#fff;border-radius:4px}.dimension-card.clickable[data-v-ebd15a12]{transition:transform .4s ease}.dimension-card.clickable[data-v-ebd15a12]:hover{transition:transform .4s ease;transform:scale(1.01)}.dimension-card.clickable[data-v-ebd15a12]:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;width:100%;height:100%;transition:opacity .5s cubic-bezier(.25,.8,.25,1);box-shadow:0 12px 24px #00000040,0 4px 8px #00000038;opacity:0}.dimension-card.clickable[data-v-ebd15a12]:hover:after{opacity:1}.dimension-card .list-group .list-group-item[data-v-ebd15a12]{margin-bottom:-1px;border:0;background:rgba(0,0,0,.12)}.dimension-card .card-title[data-v-ebd15a12]{-webkit-hyphens:auto;hyphens:auto;margin-top:5px}.space[data-v-ebd15a12]{margin-top:20px}.quality-dimension[data-v-ebd15a12]{color:#000}.progress-bar[data-v-ebd15a12]{background-color:#fff}.badge-no[data-v-ebd15a12]{background-color:#0000002c;padding:3px 14px;border-radius:3px}.badge-n-a[data-v-ebd15a12]{background-color:#0000002c;padding:3px 11px 3px 12px;border-radius:3px}.badge-yes-interoperability[data-v-ebd15a12]{padding:3px 10px;border-radius:3px;background-color:#0024a7}.badge-yes-findability[data-v-ebd15a12]{padding:3px 10px;border-radius:3px;background-color:#00997a}.badge-yes-accessibility[data-v-ebd15a12]{padding:3px 10px;border-radius:3px;background-color:#4a82fa;margin-bottom:3px}.badge-yes-reusability[data-v-ebd15a12]{padding:3px 10px;border-radius:3px;background-color:#dc5149}.badge-yes-contextuality[data-v-ebd15a12]{padding:3px 10px;border-radius:3px;background-color:#fc0}.dimension-accessibility[data-v-ebd15a12]{background-color:var(--deu-logo-medium-blue-gradient);background:-webkit-linear-gradient(left top,var(--deu-logo-medium-blue-gradient));background:linear-gradient(to left top,var(--deu-logo-medium-blue-gradient))}.dimension-findability[data-v-ebd15a12]{background-color:var(--deu-badge-green-gradient);background:-webkit-linear-gradient(left top,var(--deu-badge-green-gradient));background:linear-gradient(to left top,var(--deu-badge-green-gradient))}.dimension-interoperability[data-v-ebd15a12]{background-color:var(--deu-logo-blue-gradient);background:-webkit-linear-gradient(left top,var(--deu-logo-blue-gradient));background:linear-gradient(to left top,var(--deu-logo-blue-gradient))}.dimension-reusability[data-v-ebd15a12]{background-color:var(--deu-dark-orange-gradient);background:-webkit-linear-gradient(left top,var(--deu-dark-orange-gradient));background:linear-gradient(to left top,var(--deu-dark-orange-gradient))}.dimension-contextuality[data-v-ebd15a12]{background-color:var(--deu-logo-yellow-gradient);background:-webkit-linear-gradient(left top,var(--deu-logo-yellow-gradient));background:linear-gradient(to left top,var(--deu-logo-yellow-gradient))}.dimension-scoring[data-v-ebd15a12]{background-image:var(--deu-badge-black-gradient)}.small-arrow[data-v-ebd15a12]{vertical-align:middle}.card[data-v-ebd15a12]{border-radius:5px!important}.card-header[data-v-ebd15a12]{padding:.75rem 1.25rem;margin-bottom:0}.btn-link[data-v-ebd15a12]{color:#fff}.distribution[data-v-ebd15a12]{background:rgb(41,99,140);background:linear-gradient(90deg,rgb(41,99,140) 0%,rgb(33,71,115) 100%);cursor:pointer}.dist-head[data-v-ebd15a12]{color:#fff;font-weight:100;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:17px;vertical-align:middle;margin-top:2px}.dist-content[data-v-ebd15a12]{background:#31668c;color:#fff}#headingFirst[data-v-ebd15a12]{border-radius:2px}.format[data-v-ebd15a12]{font-size:12px;border-radius:2px;color:#3a3a3a;margin-left:0;vertical-align:middle;margin-bottom:2px}.dist[data-v-ebd15a12]{padding:3px}.list-group-item[data-v-ebd15a12]{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:transparent;border:none}.keys[data-v-ebd15a12]{padding-left:0!important;color:#ebebeb;font-weight:100}.badge-yes[data-v-ebd15a12]{background-color:#407ca5;padding:3px 10px;border-radius:3px}.active[data-v-ebd15a12]{transform:rotate(180deg)}.bottom[data-v-ebd15a12]{margin-top:60px}.move[data-v-ebd15a12]{margin-left:5px}.dimension-dist[data-v-ebd15a12]{background-color:#407ca5}.dimension-headline[data-v-ebd15a12]{font-size:24px!important;margin-bottom:15px}.access-percentage[data-v-ebd15a12]{padding-left:30px}.access-space[data-v-ebd15a12],.dataset-space[data-v-ebd15a12]{margin-top:6px;margin-bottom:3px}.key-row[data-v-ebd15a12]{font-size:17px}@media (min-width: 876px){.card-columns[data-v-ebd15a12]{column-count:2;column-gap:1.25rem;orphans:1;widows:1}}@media (max-width: 876px){.card-columns[data-v-ebd15a12]{column-count:1;column-gap:1.25rem;orphans:1;widows:1}}#accordion[data-v-ebd15a12]{margin-bottom:25px}.values-container[data-v-ebd15a12]{margin-top:0}.date-incorrect[data-v-8f649afe]{color:#a1a1a1}.date-incorrect-exclamation-triangle[data-v-8f649afe]{color:#fa0}.alert-primary[data-v-26127e16]{color:#042648;background-color:#cddbe8;border-color:#baccdf}.page-title[data-v-26127e16]{font-size:3rem;margin-bottom:15px}.content[data-v-26127e16]{padding:30px 30px 0;margin-top:15px;margin-bottom:15px;background-color:#fff}.router-link-active[data-v-26127e16]{color:#175baf!important;border:none!important;border-bottom:2px solid #175baf!important}.router-link-inactive[data-v-26127e16]{color:#000000b3;border:none!important}.router-link-inactive[data-v-26127e16]:hover{color:#175baf}.material-icons.small-icon[data-v-26127e16]{font-size:20px}@media screen and (min-width: 768px){#datasetFacets[data-v-26127e16]{display:block}}.suggestion-list-group[data-v-0d6fd5e2]{position:relative;width:100%}.suggestion-list[data-v-0d6fd5e2]{width:100%;position:absolute;top:0;z-index:100}.material-icons.small-icon[data-v-0d6fd5e2]{font-size:20px}.search-button[data-v-0d6fd5e2]{border-radius:100%!important}.search-button[data-v-0d6fd5e2]:hover{background-color:#196fd2;border-color:#196fd2}.custom-button[data-v-63bc9cfc]{border:1px solid black;background-color:#fff;outline:none}.custom-middle-button[data-v-63bc9cfc]{border:1px solid black;border-left:none;background-color:#fff;outline:none}.custom-dropdown-button[data-v-63bc9cfc]{border:1px solid black;padding:0;background-color:#fff;outline:none}.inactive-styles[data-v-63bc9cfc]{color:#000000b3}.inactive-styles[data-v-63bc9cfc]:hover{background-color:#f7f7f7;color:#000}.inactive-styles[data-v-63bc9cfc]:focus{background-color:#f7f7f7;color:#000}.active-styles[data-v-63bc9cfc]{background-color:#001d851a;color:#000}.border-radius-start[data-v-63bc9cfc]{border-top-left-radius:1.875rem;border-bottom-left-radius:1.875rem}.border-radius-end[data-v-63bc9cfc]{border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem}.router-link-active[data-v-63bc9cfc]{color:#175baf!important;border:none!important;border-bottom:2px solid #175baf!important}.router-link-inactive[data-v-63bc9cfc]{color:#000000b3;border:none!important}.router-link-inactive[data-v-63bc9cfc]:hover{color:#175baf}.dropdown-item[data-v-63bc9cfc]:active{background-color:var(--dropdown-item-active-bg)}.cursor-pointer[data-v-63bc9cfc]{cursor:pointer}.catalog-details-table{overflow:auto;margin-bottom:15px}.pointer,.facet[data-v-c26e9ef7]:hover{cursor:pointer}.custom-control[data-v-c26e9ef7]{padding-left:1.5rem;margin-right:1rem}.custom-control-label[data-v-c26e9ef7]:before{left:-1.5rem!important}.custom-control-label[data-v-c26e9ef7]:after{left:-1.5rem!important}.custom-control-input:checked~.custom-control-label[data-v-c26e9ef7]:before{border-color:var(--primary);background-color:var(--primary)}.active[data-v-c26e9ef7]{background-color:var(--primary);border-color:var(--primary)}.io[data-v-c26e9ef7]{border:0!important;margin-bottom:3px;opacity:.8}.dropdown-menu.show[data-v-c26e9ef7]{transform:translate3d(0,15px,0)!important;width:max-content;display:block}.search-button[data-v-eeb70d6a]:hover{background-color:#196fd2;border-color:#196fd2}.map[data-v-eeb70d6a]{z-index:0}.suggestion-input-group[data-v-eeb70d6a]{position:relative}.suggestion-input[data-v-eeb70d6a]{position:relative;top:0;height:100%}.suggestion-list-group[data-v-eeb70d6a]{position:relative;width:100%}.suggestion-list[data-v-eeb70d6a]{width:100%;position:absolute;top:0;z-index:100}.map-modal-button[data-v-eeb70d6a]{position:absolute;bottom:0;right:0}#modal-map-wrapper .modal-dialog[data-v-eeb70d6a]{max-width:100%}.modal-content[data-v-eeb70d6a]{min-height:100vh}#modalMap[data-v-eeb70d6a]{display:flex;flex:1 1}.reset-bounds-button[data-v-eeb70d6a]{position:absolute;bottom:0;left:0}.focus-border[data-v-eeb70d6a]{transition:box-shadow .2s ease}.focus-border[data-v-eeb70d6a]:focus{box-shadow:0 0 7px #202020}@media (min-width: 768px){.modal-content[data-v-eeb70d6a]{min-height:auto!important}#modalMap[data-v-eeb70d6a]{height:500px}}.material-icons.small-icon[data-v-eeb70d6a]{font-size:20px}.catalogue-label[data-v-3cbf80e9]{white-space:pre-line}.cursor-pointer[data-v-3cbf80e9]{cursor:pointer}.tag-color[data-v-3cbf80e9]{background-color:var(--tag-color)}.btn-color[data-v-3cbf80e9]:hover{background-color:#196fd2;border-color:#196fd2}.heading[data-v-3cbf80e9],.arrow[data-v-3cbf80e9],.copy-text[data-v-3cbf80e9],.details-link[data-v-3cbf80e9]{cursor:pointer}.details-link[data-v-3cbf80e9]:hover{text-decoration:underline}.text-break[data-v-3cbf80e9]{word-break:break-word}td[data-v-3cbf80e9]{padding-left:0!important;padding-top:1%!important;padding-bottom:1%!important}.download-all-btn[data-v-3cbf80e9]{min-width:100px;height:31px}.d-inline-table[data-v-3cbf80e9]{display:inline-table}button[data-v-3cbf80e9]:focus{outline:0}.options .dropdown-menu .dropdown-item[data-v-3cbf80e9]:hover,.download .dropdown-menu .dropdown-item[data-v-3cbf80e9]:hover{color:initial;background-color:initial}.spinner-grow[data-v-3cbf80e9]{width:20px;height:20px}.fa-check-square[data-v-3cbf80e9]{color:#28a745;width:16px;height:16px}.check-icon[data-v-3cbf80e9],.help-icon[data-v-3cbf80e9]{font-size:18px;cursor:default}.check-icon[data-v-3cbf80e9]{color:#28a745}.material-icons.small-icon[data-v-3cbf80e9]{font-size:20px}.distributions__item[data-v-3cbf80e9]{position:relative}.distributions__item--preview[data-v-3cbf80e9]{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,white 55%);z-index:10}.distributions__actions[data-v-3cbf80e9]{display:flex;justify-content:center;align-items:flex-end;height:100%;z-index:11}.mt-4[data-v-3cbf80e9]{margin-top:1.5rem!important}.keywords__item[data-v-3cbf80e9]{position:relative}.keywords__actions[data-v-3cbf80e9]{display:flex;justify-content:center;align-items:flex-end;height:100%;z-index:11}.sectionList[data-v-3cbf80e9]{list-style-type:"→ ";margin-left:6.5%}@media only screen and (max-width: 991px){.sectionList[data-v-3cbf80e9]{margin-left:0}}.facet-header[data-v-598bc210]{background-color:#001d850d}.tooltip-icon[data-v-598bc210]{font-size:15px}@media (min-width: 768px){.collapse.dont-collapse-sm[data-v-598bc210]{display:block;height:auto!important;visibility:visible}}.list-item-container[data-v-598bc210]{margin-bottom:-1px}.btn-color[data-v-598bc210]{background-color:var(--primary);border-color:var(--primary)}.btn-color[data-v-598bc210]:hover{background-color:#196fd2;border-color:#196fd2}.facet-header[data-v-272373c9]{background-color:#001d850d}.tooltip-icon[data-v-272373c9]{font-size:15px}@media (min-width: 768px){.collapse.dont-collapse-sm[data-v-272373c9]{display:block;height:auto!important;visibility:visible}}.list-item-container[data-v-272373c9]{margin-bottom:-1px}.btn-color[data-v-272373c9]{background-color:var(--primary);border-color:var(--primary)}.btn-color[data-v-272373c9]:hover{background-color:#196fd2;border-color:#196fd2}.facet-title[data-v-1cc63148]{background-color:#001d850d}.tooltip-icon[data-v-1cc63148]{font-size:15px}.close-facet[data-v-9deec7db]{cursor:pointer}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-bar button,.leaflet-bar button:hover{background-color:#fff;border:none;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar button{background-position:50% 50%;background-repeat:no-repeat;overflow:hidden;display:block}.leaflet-bar button:hover{background-color:#f4f4f4}.leaflet-bar button:first-of-type{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar button:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar.disabled,.leaflet-bar button.disabled{cursor:default;pointer-events:none;opacity:.4}.easy-button-button .button-state{display:block;width:100%;height:100%;position:relative}.leaflet-touch .leaflet-bar button{width:30px;height:30px;line-height:30px}@keyframes blink{0%{color:var(--primary)}to{color:var(--primary-light)}}.easy-button-button{padding:0}.easy-button-button:hover{background-color:#ccc}.easy-button-button .state-active{color:var(--primary);animation-name:blink;animation-iteration-count:infinite;animation-duration:1s;animation-direction:alternate}.easy-button-button .material-icons{vertical-align:middle}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:unset!important}.modalWrapper{-webkit-backdrop-filter:brightness(.5);backdrop-filter:brightness(.5);align-items:center;z-index:100}.app-toast[data-v-5a85837d]{z-index:1060;pointer-events:none}.yasr .dataTables_wrapper .dataTable thead .sorting{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC)}.yasr .dataTables_wrapper .dataTable thead .sorting_asc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==)}.yasr .dataTables_wrapper .dataTable thead .sorting_desc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=)}.yasr .dataTables_wrapper .dataTable thead .sorting_asc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==)}.yasr .dataTables_wrapper .dataTable thead .sorting_desc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAWUlEQVQoz2NgGAWDCtyJvPPzznc4/HknEbsy9js77vyHw313eHGZZ3PnE1TRuzuOuK1lvDMRqmzuHUZ87lO+cxuo6PEdLUIeyb7z604pYf+y3Zlwh4u2YQoAc7ZCBHH4jigAAAAASUVORK5CYII=)}.yasr .yasr_btn{border:none;background:inherit}.yasr .svgImg{display:flex;flex-direction:row}.yasr .svgImg svg{max-width:100%;max-height:100%;width:15px;height:15px;align-self:center}.yasr .yasr_btn.yasr_external_ref_btn{font-weight:600;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yasr .yasr_btn.yasr_external_ref_btn:active,.yasr .yasr_btn.yasr_external_ref_btn:focus{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.yasr .yasr_btn.yasr_external_ref_btn .svgImg svg{width:18px;height:18px}.yasr a{color:#428bca;text-decoration:none}.yasr a:active,.yasr a:hover{outline:0;color:#2a6496;text-decoration:underline}.yasr .yasr_btnGroup{margin:0;padding:0;list-style:none;display:flex;overflow-x:auto;overflow-y:hidden}.yasr .yasr_btnGroup .plugin_icon{height:15px;width:15px;margin-right:5px;text-align:center}.yasr .yasr_btnGroup .yasr_btn{border-bottom:2px solid transparent;padding-left:6px;padding-right:6px;margin-left:6px;margin-right:6px}.yasr .yasr_btnGroup .yasr_btn.selected{border-bottom:2px solid #337ab7}@media (max-width:768px){.yasr .yasr_btn span{display:none}.yasr .yasr_btn .plugin_icon{margin-right:0}}.yasr .yasr_header{display:flex;flex-wrap:wrap}.yasr .yasr_fallback_info:not(:empty){margin-top:5px;border:1px solid #d1d1d1;padding:.5rem;background:#f7f7f7}.yasr .yasr_fallback_info:not(:empty) p{margin:0}.yasr .yasr_help_variable{background:#dff0ff;color:#428bca}.yasr .yasr_response_chip{color:#505050;background:#f5f5f5;border-radius:6px;display:flex;font-size:11pt;max-height:16pt;align-self:center;align-items:center;justify-content:center;white-space:nowrap;padding:6px;margin-left:5px;overflow:visible;box-sizing:border-box}.yasr .yasr_response_chip.empty{display:none}.yasr .yasr_plugin_control{display:flex;margin-left:auto;align-items:center}.yasr .yasr_plugin_control:empty{display:none}.yasr .yasr_btn{color:#505050;fill:#505050;display:flex;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap;padding:6px 12px;overflow:visible;box-sizing:border-box}.yasr .yasr_btn.btn_icon{padding:4px 8px}.yasr .yasr_btn.disabled,.yasr .yasr_btn[disabled]{cursor:default;opacity:.5;box-shadow:none}.yasr .yasr_btn:not(.disabled):hover{fill:#000;color:#000}.yasr .yasr_btn.selected,.yasr .yasr_btn:focus{color:#337ab7;fill:#337ab7}.yasr .space_element{flex-grow:1;min-width:10px}.yasr .tableControls{display:flex;align-items:center;padding:0 5px 0 0;flex-wrap:wrap}.yasr .tableControls .tableFilter{margin-right:10px;height:100%}.yasr .tableControls .tableSizer{height:100%}.yasr .tableControls .switch{display:flex;align-items:center;margin-right:10px}.yasr .dataTable.ellipseTable{white-space:nowrap}.yasr .dataTable.ellipseTable div:not(.expanded){overflow:hidden;text-overflow:ellipsis}.yasr .dataTable:not(.ellipseTable) div:not(.expanded),.yasr .expanded{word-break:break-all}.yasr .expanded{white-space:normal}.yasr .expandable:not(.expanded){cursor:pointer}.yasr .expandable:not(.expanded) a{pointer-events:none}.yasr .dataTables_wrapper{font-size:.9em;min-width:100%}.yasr .dataTables_wrapper .grip-container{max-width:100%}.yasr .dataTables_wrapper .grip-padding>tbody>tr>td,.yasr .dataTables_wrapper .grip-padding>tbody>tr>th{padding-left:7px!important;padding-right:5px!important}.yasr .dataTables_wrapper .dataTable{min-width:100%;box-sizing:border-box}.yasr .dataTables_wrapper .dataTable.no-footer{border-bottom:none}.yasr .dataTables_wrapper .dataTable thead .sorting{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC)}.yasr .dataTables_wrapper .dataTable thead .sorting_asc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==)}.yasr .dataTables_wrapper .dataTable thead .sorting_desc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=)}.yasr .dataTables_wrapper .dataTable thead .sorting_asc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==)}.yasr .dataTables_wrapper .dataTable thead .sorting_desc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAWUlEQVQoz2NgGAWDCtyJvPPzznc4/HknEbsy9js77vyHw313eHGZZ3PnE1TRuzuOuK1lvDMRqmzuHUZ87lO+cxuo6PEdLUIeyb7z604pYf+y3Zlwh4u2YQoAc7ZCBHH4jigAAAAASUVORK5CYII=)}.yasr .dataTables_wrapper .dataTable tbody tr:hover{background-color:#f9f9f9}.yasr .dataTables_wrapper .dataTable thead tr th{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:700;text-align:start;overflow:hidden;text-overflow:ellipsis;border:none;padding:5px 5px 5px 7px;min-width:28px}.yasr .dataTables_wrapper .dataTable thead tr th.sorting{min-width:10px;padding-right:18px}.yasr .dataTables_wrapper .dataTable thead tr th:hover{background-color:#f9f9f9}.yasr .dataTables_wrapper .dataTable td{padding:5px}.yasr .dataTables_wrapper .dataTable td>div{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.yasr .dataTables_wrapper .dataTable td>div.rowNumber{word-break:keep-all;overflow:visible}.yasr .dataTables_wrapper .dataTable td .tableEllipse{cursor:pointer;font-weight:700;padding:0 2px;background-color:#428bca33;border-radius:2px;margin:0 3px}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button{border:none;background:transparent}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button .disabled{color:#505050}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button.current{border:none;background:transparent;text-decoration:underline!important}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button:hover{border:none;background:transparent}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button:hover:not(.disabled){color:#000!important}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button:active{box-shadow:none}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable tfoot th,table.dataTable thead th{font-weight:700}table.dataTable thead td,table.dataTable thead th{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead td:active,table.dataTable thead th:active{outline:none}table.dataTable tfoot td,table.dataTable tfoot th{padding:10px 18px 6px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:100%}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody td,table.dataTable tbody th{padding:8px 10px}table.dataTable.display tbody td,table.dataTable.display tbody th,table.dataTable.row-border tbody td,table.dataTable.row-border tbody th{border-top:1px solid #ddd}table.dataTable.display tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.row-border tbody tr:first-child th{border-top:none}table.dataTable.cell-border tbody td,table.dataTable.cell-border tbody th{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr td:first-child,table.dataTable.cell-border tbody tr th:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child td,table.dataTable.cell-border tbody tr:first-child th{border-top:none}table.dataTable.display tbody tr.odd,table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}table.dataTable.display tbody tr.odd.selected,table.dataTable.stripe tbody tr.odd.selected{background-color:#acbad4}table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover{background-color:#f6f6f6}table.dataTable.display tbody tr:hover.selected,table.dataTable.hover tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3,table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3,table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}table.dataTable.compact thead td,table.dataTable.compact thead th{padding:4px 17px}table.dataTable.compact tbody td,table.dataTable.compact tbody th,table.dataTable.compact tfoot td,table.dataTable.compact tfoot th{padding:4px}table.dataTable td.dt-left,table.dataTable th.dt-left{text-align:left}table.dataTable td.dataTables_empty,table.dataTable td.dt-center,table.dataTable th.dt-center{text-align:center}table.dataTable td.dt-right,table.dataTable th.dt-right{text-align:right}table.dataTable td.dt-justify,table.dataTable th.dt-justify{text-align:justify}table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap{white-space:nowrap}table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable thead th.dt-head-left{text-align:left}table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center{text-align:center}table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right{text-align:right}table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify{text-align:justify}table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap{white-space:nowrap}table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left{text-align:left}table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center{text-align:center}table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right{text-align:right}table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify{text-align:justify}table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable td,table.dataTable th{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;background-color:transparent;padding:4px}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;margin-left:3px}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none!important;cursor:pointer;*cursor:hand;color:#333!important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333!important;border:1px solid #979797;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#dcdcdc));background:-webkit-linear-gradient(top,#fff,#dcdcdc);background:-moz-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-ms-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-o-linear-gradient(top,#fff 0,#dcdcdc 100%);background:linear-gradient(180deg,#fff 0,#dcdcdc)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{cursor:default;color:#666!important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:#fff!important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#585858),color-stop(100%,#111));background:-webkit-linear-gradient(top,#585858,#111);background:-moz-linear-gradient(top,#585858 0,#111 100%);background:-ms-linear-gradient(top,#585858 0,#111 100%);background:-o-linear-gradient(top,#585858 0,#111 100%);background:linear-gradient(180deg,#585858 0,#111)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#2b2b2b),color-stop(100%,#0c0c0c));background:-webkit-linear-gradient(top,#2b2b2b,#0c0c0c);background:-moz-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:-ms-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:-o-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:linear-gradient(180deg,#2b2b2b 0,#0c0c0c);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:-webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(25%,hsla(0,0%,100%,.9)),color-stop(75%,hsla(0,0%,100%,.9)),color-stop(100%,hsla(0,0%,100%,0)));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0));background:-moz-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:-ms-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))}.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_processing{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollBody>table,.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width:767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width:640px){.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}.yasr .booleanResult{display:flex;align-items:center;justify-content:center}.yasr .booleanResult svg{margin-bottom:-10px;margin-right:7px}.yasr .yasr_results{position:relative}.yasr .yasr_results .CodeMirror{border:1px solid #d1d1d1;margin-top:5px;height:100%}.yasr .yasr_results .CodeMirror.overflow:before{background:linear-gradient(transparent,hsla(0,0%,100%,.666667) 75%,#fff);content:"";width:100%;height:100%;z-index:1200;position:absolute;pointer-events:none}.yasr .yasr_results .overlay{width:100%;position:absolute;bottom:0;z-index:1201;display:flex;pointer-events:none}.yasr .yasr_results .overlay:after,.yasr .yasr_results .overlay:before{content:"";flex-grow:1}.yasr .yasr_results .overlay_content{display:flex;align-content:center;justify-content:center;align-items:center;background:#fff;pointer-events:all;background:linear-gradient(90deg,transparent,#fff 5%,#fff 95%,transparent)}.yasr .yasr_results .yasr_btn.overlay_btn{border:1px solid #337ab7;background:#fff;color:#337ab7;padding:10px;margin:10px}.yasr .yasr_results .yasr_btn.overlay_btn svg{margin-left:.5rem;fill:#337ab7;color:#337ab7}.yasr .yasr_results .yasr_btn.overlay_btn:hover{color:#255681;border-color:#337ab7;fill:#255681}.yasr .yasr_results .yasr_btn.overlay_btn:hover svg{color:#255681;fill:#255681}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:#14ff1480}.cm-animate-fat-cursor,.cm-fat-cursor-mark{-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:#ff06}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.yasr .errorResult{padding:10px}.yasr .errorResult .errorHeader{overflow:hidden}.yasr .errorResult .errorHeader .yasr_tryQuery{float:right;text-decoration:none;padding-top:3px;padding-bottom:3px}.yasr .errorResult .errorHeader span.status{display:inline-block;padding:.35em .5rem;font-size:75%;font-weight:600;line-height:1.35;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;color:#fff;background-color:#dc3545}.yasr .errorResult .errorMessageContainer{display:flex}.yasr .errorResult .errorMessageContainer .errorMessage{flex-grow:1;width:0;min-width:100px;overflow:auto;display:block;padding:10px;margin:10px 0;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.yasr .errorResult .redOutline{color:#a94442;background-color:#f2dede;margin-top:10px;padding:5px 1em;border:1px solid #ebccd1;border-radius:4px}.yasqe .CodeMirror{min-height:60px}.yasqe .svgImg{display:inline-block}.yasqe span.shortlinkErr{font-size:small;color:red;font-weight:700;float:left}.yasqe .CodeMirror-hint{max-width:30em}.yasqe .notificationContainer{width:100%;display:flex;justify-content:center;position:absolute;bottom:0}.yasqe .notification{z-index:4;padding:0 5px;max-height:0;color:#999;background-color:#eee;font-size:90%;text-align:center;transition:max-height .2s ease-in;border-top-right-radius:2px;border-top-left-radius:2px}.yasqe .notification.active{max-height:3rem}.yasqe .parseErrorIcon{width:13px;height:13px;margin-top:2px;margin-left:2px}.yasqe .parseErrorIcon svg g{fill:red}.yasqe .yasqe_tooltip{background:#333;background:rgba(0,0,0,.8);border-radius:5px;color:#fff;padding:5px 15px;width:220px;white-space:pre-wrap;white-space:normal;margin-top:5px}.yasqe .notificationLoader{width:18px;height:18px;vertical-align:middle}.yasqe .resizeWrapper{width:100%;height:10px;display:flex;align-items:center;justify-content:center;cursor:row-resize}.yasqe .resizeChip{width:20%;height:4px;background-color:#d1d1d1;visibility:hidden;border-radius:2px}.yasqe:hover .resizeChip{visibility:visible}.yasqe .yasqe_btn{color:#333;background-color:#fff;border:1px solid #ccc;display:inline-block;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;padding:6px 12px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible;box-sizing:border-box}.yasqe .yasqe_btn.btn_icon{padding:4px 8px}.yasqe .yasqe_btn.disabled,.yasqe .yasqe_btn[disabled]{cursor:default;opacity:.5;filter:alpha(opacity=50);box-shadow:none}.yasqe .yasqe_btn:hover{outline:0;background-color:#ebebeb;border-color:#adadad}.yasqe .yasqe_btn.selected,.yasqe .yasqe_btn:focus{color:#fff;outline:0;background-color:#337ab7;border-color:#337ab7}.yasqe .yasqe_btn.btn_icon:focus{color:#333;background-color:#fff;border:1px solid #ccc}.yasqe .yasqe_btn.yasqe_btn-sm{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.yasqe .yasqe_buttons{position:absolute;top:10px;right:20px;z-index:5}.yasqe .yasqe_buttons svg{fill:#505050}.yasqe .yasqe_buttons .yasqe_share{cursor:pointer;margin-top:3px;display:inline-block;border:none;background:none}.yasqe .yasqe_buttons .yasqe_share svg{height:25px;width:25px}.yasqe .yasqe_buttons button{vertical-align:top;margin-left:5px}.yasqe .yasqe_buttons .yasqe_sharePopup{position:absolute;padding:4px;margin-left:0;background-color:#fff;border:1px solid #e3e3e3;border-radius:2px;box-shadow:inset 0 1px 1px #0000000d;width:600px;height:auto;display:flex}.yasqe .yasqe_buttons .yasqe_sharePopup .inputWrapper{flex-grow:100}.yasqe .yasqe_buttons .yasqe_sharePopup input{float:left;width:100%;border:0;-ms-box-sizing:border-box;-khtml-box-sizing:border-box;box-sizing:border-box}.yasqe .yasqe_buttons .yasqe_sharePopup button{float:right;margin-left:5px}.yasqe .yasqe_buttons .yasqe_sharePopup textarea{width:100%}.yasqe .yasqe_buttons .yasqe_queryButton{display:inline-block;position:relative;border:none;background:none;padding:0;cursor:pointer;width:40px;height:40px}.yasqe .yasqe_buttons .yasqe_queryButton .queryIcon{display:block}.yasqe .yasqe_buttons .yasqe_queryButton .queryIcon svg{width:40px;height:40px}.yasqe .yasqe_buttons .yasqe_queryButton .svgImg{position:absolute;height:inherit;top:0}.yasqe .yasqe_buttons .yasqe_queryButton.busy svg #loadingIcon{stroke-dasharray:100;-webkit-animation:dash 1.5s linear infinite;animation:dash 1.5s linear infinite;stroke-width:8px;stroke:#fff}@-webkit-keyframes dash{to{stroke-dashoffset:200}}@keyframes dash{to{stroke-dashoffset:200}}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}.yasqe .yasqe_buttons .yasqe_queryButton .warningIcon{display:none}.yasqe .yasqe_buttons .yasqe_queryButton.query_error .warningIcon{display:block;top:5px;right:0}.yasqe .yasqe_buttons .yasqe_queryButton.query_error .warningIcon svg{width:15px;height:15px}.yasqe .yasqe_buttons .yasqe_queryButton.query_error .warningIcon svg g{fill:red}.yasqe .yasqe_buttons .yasqe_queryButton.query_disabled{cursor:not-allowed}.yasqe .yasqe_buttons .yasqe_queryButton.query_disabled .queryIcon{opacity:.5;filter:alpha(opacity=50)}@-webkit-keyframes spin{to{transform:rotate(1turn)}}.CodeMirror-hints{position:absolute;z-index:10;overflow:hidden;list-style:none;margin:0;padding:2px;box-shadow:2px 3px 5px #0003;border-radius:3px;border:1px solid silver;background:#fff;font-size:90%;font-family:monospace;max-height:20em;overflow-y:auto}.CodeMirror-hint{margin:0;padding:0 4px;border-radius:2px;white-space:pre;color:#000;cursor:pointer}li.CodeMirror-hint-active{background:#08f;color:#fff}.CodeMirror-foldmarker{color:#00f;text-shadow:#b9f 1px 1px 2px,#b9f -1px -1px 2px,#b9f 1px -1px 2px,#b9f -1px 1px 2px;font-family:arial;line-height:.3;cursor:pointer}.CodeMirror-foldgutter{width:.7em}.CodeMirror-foldgutter-folded,.CodeMirror-foldgutter-open{cursor:pointer}.CodeMirror-foldgutter-open:after{content:"▾"}.CodeMirror-foldgutter-folded:after{content:"▸"}.yasqe .CodeMirror{line-height:1.5em;font-size:14px;border:1px solid #d1d1d1}.yasqe span.cm-error{border-bottom:2px dotted red}.yasqe .gutterErrorBar{width:4px}.yasqe .CodeMirror-foldmarker{color:#6e2500;text-shadow:#ff935e 1px 1px 2px,#ff935e -1px -1px 2px,#ff935e 1px -1px 2px,#ff935e -1px 1px 2px;font-size:19px}.yasqe .cm-matchhighlight{background-color:#dbdeed}.CodeMirror-hints.default{max-width:1000px}.CodeMirror-hints.default li{text-overflow:ellipsis;overflow:hidden}@media only screen and (max-width:1000px){.CodeMirror-hints.default{max-width:800px}}.yasgui .tabMenu{background:#f5f5f5;z-index:7;transition:all .5s;transform:translate3d(-100%,0,0) rotateY(90deg);transform-origin:100% 50%;visibility:hidden;width:600px;border:1px solid #ccc;position:absolute;top:35px;left:0;perspective:1500px;perspective-origin:0 50%;transform-style:preserve-3d}.yasgui .tabMenu.open{visibility:visible;transform:translate3d(-100%,0,0) rotateY(0);transition:all .5s;left:600px}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.yasgui .tabMenu.open{min-width:600px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.yasgui .tabMenu{height:0}}.yasgui .tabMenu .requestConfigWrapper{padding:10px;overflow:hidden;display:flex;flex-wrap:nowrap;background:#f5f5f5}.yasgui .tabMenu .requestConfigWrapper .selectorButton{background-color:transparent;border:none;border-bottom:1px solid #d1d1d1;height:30px;color:#505050;cursor:pointer}.yasgui .tabMenu .requestConfigWrapper .selectorButton:hover{color:#000;border-color:#000}.yasgui .tabMenu .requestConfigWrapper .selectorButton.selected{color:#337ab7;border-bottom:2px solid #337ab7}.yasgui .tabMenu .requestConfigWrapper .selectorButton:focus{outline:none}.yasgui .tabMenu .requestConfigWrapper .selectorButton:focus-visible{color:#000;border-color:#000}.yasgui .tabMenu .acceptWrapper{flex-direction:row}.yasgui .tabMenu .acceptWrapper .acceptLabel{justify-self:center}.yasgui .tabMenu .acceptWrapper .selector{flex-direction:column;display:flex;padding:2.5px 5px;flex-grow:1;width:100%}.yasgui .tabMenu .acceptWrapper .selector .selectorLabel{align-self:center;font-weight:700;font-size:small}.yasgui .tabMenu .textSetting{display:flex;flex-direction:column}.yasgui .tabMenu .textSetting .label{align-self:flex-start}.yasgui .tabMenu .textSetting .graphInput{white-space:nowrap}.yasgui .tabMenu .textSetting .textRow{flex-direction:row;flex-wrap:nowrap;white-space:nowrap}.yasgui .tabMenu .textSetting .removeButton{border:none;background:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yasgui .tabMenu .textSetting .removeButton:hover{background:transparent;border-color:#000;color:#000;cursor:pointer}.yasgui .tabMenu .label{-webkit-text-decoration:#000;text-decoration:#000;font-weight:700;white-space:nowrap;padding-right:5px;align-self:center}.yasgui .autocomplete{padding:3px 6px;margin:4px 0;border:2px solid #ccc;width:100%;box-sizing:border-box;transition:border-color .2s ease-in}.yasgui .autocomplete:hover{border-color:#bbb}.yasgui .autocomplete:focus{border-color:#337ab7;background:none;outline:none}.yasgui .autocompleteWrapper{width:100%;max-width:700px;margin-left:10px;position:relative}.yasgui .autocompleteList{position:absolute;max-height:300px;overflow-y:auto;z-index:6;margin:-4px 0 0;padding:0;list-style:none;background:#fff;border:1px solid #aaa;box-sizing:border-box;left:0;right:0}.yasgui .autocompleteList:hover .autoComplete_result.autoComplete_selected:not(:hover){background:unset}.yasgui .autocompleteList:hover .autoComplete_result.autoComplete_selected:not(:hover) .removeItem{visibility:hidden}.yasgui .autocompleteList .autoComplete_result{cursor:pointer;padding:5px 10px;margin:0;overflow:hidden;display:flex;transition:background visibility .2s ease-in}.yasgui .autocompleteList .autoComplete_result b{color:#1f49a3}.yasgui .autocompleteList .autoComplete_result .autoComplete_highlighted{font-weight:700}.yasgui .autocompleteList .autoComplete_result.autoComplete_selected{background:#ccc}.yasgui .autocompleteList .autoComplete_result.autoComplete_selected .removeItem{visibility:visible}.yasgui .autocompleteList .autoComplete_result:hover{background:#ccc}.yasgui .autocompleteList .autoComplete_result:hover .removeItem{visibility:visible}.yasgui .autocompleteList .noResults{padding:5px 10px;margin:0}.yasgui .autocompleteList .removeItem{color:#000;font-size:15px;text-shadow:0 1px 0 #fff;opacity:.5;font-weight:700;text-align:end;margin-left:auto;visibility:hidden;background:none;border:none;cursor:pointer;margin-right:-10px;padding-right:20px}.yasgui .autocompleteList .removeItem:hover{opacity:.8;color:#1f49a3}.yasgui .autocompleteList:empty{display:none}.yasgui .tabPanel{display:none;position:relative}.yasgui .tabPanel.active{display:block}.yasgui .yasr{margin-top:5px}.yasgui .tabContextButton{border:none;background:none;align-self:center;padding-left:10px;cursor:pointer;color:#505050;fill:#505050}.yasgui .tabContextButton .svgImg{width:15px;height:15px;font-family:initial}.yasgui .tabContextButton svg{max-width:15px;max-height:15px}.yasgui .tabContextButton:hover{color:#000;fill:#000}.yasgui .controlbar{display:flex;align-content:center;max-height:35px}.yasgui.context-menu{position:absolute;z-index:10;background:#fff;min-width:160px;font-size:14px;border:1px solid rgba(0,0,0,.15);border-bottom-right-radius:4px;border-bottom-left-radius:4px;box-shadow:0 6px 12px #0000002d;background-clip:padding-box}.yasgui.context-menu hr{margin:8px auto;border:none;border-top:1px solid #aaa;border-bottom:1px solid #fff}.yasgui.context-menu .context-menu-list{padding:0}.yasgui.context-menu .context-menu-item{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857;color:#333;white-space:nowrap;cursor:pointer}.yasgui.context-menu .context-menu-item:hover{text-decoration:none;color:#000;background-color:#f5f5f5}.yasgui.context-menu .context-menu-item.disabled{text-decoration:none;color:gray;background-color:#e5e5e5;cursor:not-allowed}.yasgui .tabsList{display:flex;flex-wrap:wrap}.yasgui .tabsList .sortable-placeholder{min-width:100px;min-height:35px;border:2px dotted #888}.yasgui .tabsList a{cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:35px;border-bottom:2px solid transparent;box-sizing:border-box}.yasgui .tabsList .addTab{cursor:pointer;height:100%;font-size:120%;font-weight:800;margin-left:15px;padding:0 5px 2px;background:inherit;border:none;color:#337ab7}.yasgui .tabsList .addTab:focus-visible,.yasgui .tabsList .addTab:hover{transform:scale(1.1)}.yasgui .tabsList .addTab:focus{color:#faa857}.yasgui .tabsList .tab{position:relative}.yasgui .tabsList .tab .loader{display:none;background-color:#d5d5d5;height:2px;position:absolute;bottom:0;left:0;right:100%;-webkit-animation-name:slide;animation-name:slide;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes slide{0%{left:0;right:100%}70%{left:0;right:0}to{left:100%;right:0}}@keyframes slide{0%{left:0;right:100%}70%{left:0;right:0}to{left:100%;right:0}}.yasgui .tabsList .tab.active .loader{background-color:#9fc4e4}.yasgui .tabsList .tab:hover .loader{background-color:#337ab7}.yasgui .tabsList .tab.querying .loader{display:block}.yasgui .tabsList .tab.active a{border-bottom-color:#337ab7;color:#555}.yasgui .tabsList .tab input{display:none;outline:none;border:none}.yasgui .tabsList .tab.renaming .closeTab,.yasgui .tabsList .tab.renaming span{display:none}.yasgui .tabsList .tab.renaming input{display:block}.yasgui .tabsList .tab a{font-weight:600;color:#888;font-size:15px;line-height:1.5rem;font-weight:500;min-width:120px;padding:0 24px 0 30px;white-space:nowrap;overflow:hidden}.yasgui .tabsList .tab a:hover{border-bottom-color:#9fc4e4;color:#555}.yasgui .tabsList .tab a:focus{border-bottom-color:#faa857;color:#555}.yasgui .tabsList .tab a .closeTab{color:#000;margin-left:7px;font-size:15px;text-shadow:0 1px 0 #fff;opacity:.2;font-weight:700;padding:2px}.yasgui .tabsList .tab a .closeTab:hover{opacity:.5}.yasgui a{color:#337ab7;text-decoration:none}.yasgui .yasgui_textfield{display:block;padding-top:18.75px;position:relative}.yasgui .yasgui_textfield>label{position:absolute;top:0;display:block;width:100%;color:#0000008a;font-size:12px;font-weight:400;line-height:15px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.yasgui .yasgui_textfield>input,.yasgui .yasgui_textfield>textarea{box-sizing:border-box;display:block;color:#000000de;border:none;border-bottom:1px solid rgba(0,0,0,.26);outline:none;width:100%;padding:0;box-shadow:none;border-radius:0;font-size:15px;font-family:inherit;line-height:inherit;background-image:none}.yasgui .yasgui_textfield>input:focus,.yasgui .yasgui_textfield>textarea:focus{border-color:#337ab7;border-width:2px}.yasgui .yasgui_textfield>input:focus~label,.yasgui .yasgui_textfield>textarea:focus~label{color:#337ab7}.modal-dialog.google-visualization-charteditor-dialog{z-index:11;width:auto;margin:inherit}.modal-dialog.google-visualization-charteditor-dialog .charts-flat-menu-button{box-sizing:content-box}.yasqe{margin-top:7px}.material-icons.small-icon[data-v-08018aa0]{font-size:20px}.dropdownMenu[data-v-08018aa0]{z-index:1000;max-width:13rem;padding:.5rem 0;margin:.125rem 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;transform-origin:top right;position:absolute;right:0}button[data-v-08018aa0]:hover{background-color:#196fd2;border-color:#196fd2}.bglight[data-v-08018aa0]{background:#f8f9fa}.page-item[data-v-e5bc8588]{display:flex}.page-item.disabled[data-v-e5bc8588]{color:#000000b3}.page-item .page-link[data-v-e5bc8588]{line-height:normal}.items-per-page[data-v-e5bc8588]{display:inline;margin-left:auto}.items-per-page .items-per-page-dropdown[data-v-e5bc8588]{width:100px;height:48px}.items-per-page .items-per-page-icon[data-v-e5bc8588]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;height:100%;width:2.75rem;background-color:var(--primary)}.items-per-page .items-per-page-icon .material-icons[data-v-e5bc8588]{font-size:30px}.material-icons.small-icon[data-v-3b9350dc]{font-size:20px}.modal-title[data-v-678b1bab]{padding-left:20px;line-height:1.19}.modal-backdrop[data-v-678b1bab]{z-index:-1}.cp-dataset-card{padding:25px;margin:10px;height:500px;width:300px;border-radius:12px;background-color:#f0eded}.cp-dataset-card-caption{font-size:13px}.cp-dataset-card-container{height:calc(100% - 20px)}.cp-dataset-card-text{margin-top:80px;overflow:auto;margin-bottom:15px}.cp-dataset-card-header{font-size:24px;line-height:125%}.cp-dataset-card-description{font-size:16px;margin-top:10px}.cp-dataset-card-icon{text-align:end}.cp-dataset-card-icon img{width:25px}div:has(>.multiURI){width:75%}.multilang{font-size:.8rem}.dpiSpecialPropWrap div{margin-bottom:.5rem}.add[data-v-80f8648a],.remove[data-v-80f8648a]{padding:.5rem;margin:.5rem;border-radius:5px;transition:all .2s ease-in-out}.add[data-v-80f8648a]{border:1px solid lightseagreen}.add[data-v-80f8648a][data-v-80f8648a]:hover{text-decoration:none;color:#fff;background-color:#20b2aa}.remove[data-v-80f8648a]{border:1px solid lightcoral}.remove[data-v-80f8648a][data-v-80f8648a]:hover{text-decoration:none;color:#fff;background-color:#f08080}.disabledRemove[data-v-80f8648a][data-v-80f8648a]:hover{text-decoration:none;color:#fff;background-color:#d3d3d3}.horizontal-wrapper{display:flex;flex-direction:row;width:100%}.interactionWrapper{width:10%;display:flex;align-items:center;position:relative}.ball{position:absolute;display:flex;text-align:center;flex-direction:column;justify-content:center;height:1.5rem;width:1.5rem;font-size:1em;font-weight:700;cursor:pointer;border-radius:50%;margin:5px;transition:all ease-in-out .2s}.formkit-remover{left:30px;top:22px;background-color:red;color:#fff}.formkit-remover span{pointer-events:none;position:relative;bottom:.1rem}.formkit-remover:hover{background-color:#8b0000}.formkit-adder{top:22px;background-color:#8fbc8f;color:#fff}.formkit-adder span{position:relative;bottom:.13rem}.formkit-adder:hover{background-color:#006400}button{align-self:flex-start}.spatialWrap label[data-v-0e6763cf]{font-family:var(--fk-font-family-label);font-size:var(--fk-font-size-label);font-weight:var(--fk-font-weight-label);line-height:var(--fk-line-height-label)}.spatialWrap .spatialListUpload[data-v-0e6763cf]{width:100%;left:0;top:78px}.catSelectList{width:97.3%!important;margin:0 1rem}.selectListFK{max-height:20rem;overflow:overlay;overflow-x:hidden}.modal-title[data-v-b7a26f22]{float:left!important;font-family:Arial;font-style:normal;font-weight:700;font-size:24px;color:#000}.modal-head[data-v-b7a26f22]{border-bottom:none;padding:0;padding-bottom:1rem}.modal-body[data-v-b7a26f22]{border-top:1px solid #e9ecef;padding:0}.ecl-button[data-v-b7a26f22]{font-size:16px}.modal-footer[data-v-b7a26f22]{border-top:none;padding:2.438rem 0 0;font-size:16px}.close[data-v-b7a26f22]{font-size:14px;color:#1c3d66;opacity:1;padding:.5rem!important;text-align:right}.close .close-icon[data-v-b7a26f22]{color:#fff;background:#1C3D66;display:flex;justify-content:center;align-items:center;width:16px;height:16px;float:right;margin-left:10px}.active[data-v-b7a26f22]{color:#000!important}.iframeSettings[data-v-b7a26f22]{padding:1.875rem 0 2.438rem;font-size:18px}.iframeSettings input[data-v-b7a26f22]{padding:1.563rem 0rem}.iframeSettings .input-with-px[data-v-b7a26f22]{position:relative;margin-top:5px}.iframeSettings .input-with-px input[data-v-b7a26f22]{padding:15px 50px;border:1px solid #A5A5A5}.iframeSettings .input-with-px[data-v-b7a26f22]:after{content:"px";position:absolute;right:30%;top:54%;transform:translateY(-50%);color:#777;pointer-events:none}.copied[data-v-b7a26f22]{margin-left:30px;text-decoration:none!important}@-moz-document url-prefix(){.input-with-px input[data-v-b7a26f22]{max-width:240px}}@media screen and (max-width: 1100px){.iframeSettings[data-v-b7a26f22]{flex-direction:column!important}.height[data-v-b7a26f22]{padding-left:0!important;margin-top:10px}#ebmedTextarea[data-v-b7a26f22]{padding-bottom:20px!important}}tr[data-v-ace59886]{width:100%}.w-25[data-v-ace59886]{min-width:160px}.dsd-properties-inner-label[data-v-8bc109a7]{white-space:pre}
1
+ @charset "UTF-8";.facet[data-v-47ab27ed]:hover{cursor:pointer}.custom-control[data-v-47ab27ed]{padding-left:1.5rem;margin-right:1rem}.custom-control-label[data-v-47ab27ed]:before{left:-1.5rem!important}.custom-control-label[data-v-47ab27ed]:after{left:-1.5rem!important}.custom-control-input:checked~.custom-control-label[data-v-47ab27ed]:before{border-color:var(--primary);background-color:var(--primary)}.map[data-v-47ab27ed]{z-index:0}.suggestion-input-group[data-v-47ab27ed]{position:relative}.suggestion-input[data-v-47ab27ed]{position:absolute;top:0}.suggestion-list-group[data-v-47ab27ed]{position:relative;width:100%}.suggestion-list[data-v-47ab27ed]{width:100%;position:absolute;top:0;z-index:100}.map-modal-button[data-v-47ab27ed]{position:absolute;bottom:0;right:0}.reset-bounds-button[data-v-47ab27ed]{position:absolute;bottom:0;left:0}#modal-map-wrapper[data-v-47ab27ed]{padding-right:1.5rem!important;padding-left:1.5rem!important}.catalog-page-container[data-v-c6a4c80f]{margin-top:0!important;padding:0!important}.catalog-page-background-image[data-v-c6a4c80f],.catalog-page-background-default[data-v-c6a4c80f]{position:absolute;height:360px;width:100%}.catalog-page-background-default[data-v-c6a4c80f]{background-color:#f4f8fa}.catalog-page-background-image[data-v-c6a4c80f]{overflow:hidden;object-fit:cover}.catalog-box[data-v-c6a4c80f]{display:flex;flex-direction:column;margin-bottom:95px}.flag-img[data-v-c6a4c80f]{width:150px;height:auto}.catalog-header-container[data-v-c6a4c80f]{flex:1 1 100%;width:100%;max-width:1040px;min-height:180px;padding-left:32px;padding-right:32px;z-index:1}.catalog-header-title-subtitle[data-v-c6a4c80f]{font-size:14px}.catalog-header-title-icon[data-v-c6a4c80f]{height:48px;width:48px;padding:5px;margin-right:16px;border:1px solid transparent;border-radius:50%;background-color:#fff;box-shadow:0 0 6px #0000001f;object-fit:contain}.catalog-header-logo[data-v-c6a4c80f]{max-height:80px;max-width:192px;height:auto;width:auto}.catalog-card[data-v-c6a4c80f]{flex:1 1 100%;padding:32px;width:100%;max-width:1040px;border:none}.catalog-about-tab[data-v-c6a4c80f]{flex-direction:column;flex-wrap:wrap}.card-header[data-v-c6a4c80f]{background-color:transparent;padding:0}.card-header-tabs[data-v-c6a4c80f]{margin-right:0;margin-left:0;margin-bottom:0;flex-wrap:nowrap;white-space:nowrap;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.card-header-tabs[data-v-c6a4c80f]::-webkit-scrollbar{display:none}.card-header-tabs li[data-v-c6a4c80f]{padding-right:48px}.card-header-tabs li[data-v-c6a4c80f]:last-child{padding-right:0}.card-body[data-v-c6a4c80f]{padding:0}.catalog-nav-link.nav-link[data-v-c6a4c80f]{color:#000000b3;padding-left:0;padding-right:0;margin-bottom:0;background-color:transparent;border:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom:2px solid transparent!important}.catalog-nav-link.nav-link[data-v-c6a4c80f]:hover,.catalog-nav-link.nav-link.active[data-v-c6a4c80f]{color:#175baf!important}.catalog-nav-link.nav-link.active[data-v-c6a4c80f]{border-bottom:2px solid #175baf!important}.catalog-hero-pic[data-v-c6a4c80f]{max-width:250px!important;width:100%;height:auto;margin-top:calc(48px - 1rem)}.catalog-contact-header[data-v-c6a4c80f]{font-size:18px;margin-bottom:34px}.tab-content dt[data-v-c6a4c80f]{margin-bottom:8px}.tab-content dd[data-v-c6a4c80f]{margin-bottom:0}@media screen and (min-width: 768px){.catalog-header-container[data-v-c6a4c80f]{padding-left:0;padding-right:0}.catalog-box[data-v-c6a4c80f]{padding-left:32px;padding-right:32px}.catalog-card[data-v-c6a4c80f]{border:none;box-shadow:0 2px 12px #00000012;margin-left:auto;margin-right:auto;padding-left:48px;padding-right:48px}.catalog-about-tab[data-v-c6a4c80f]{flex-wrap:nowrap;flex-direction:row}.catalog-hero-pic[data-v-c6a4c80f]{margin-top:0;margin-left:1.5rem}}.alert-primary[data-v-c693b7bd]{color:#042648;background-color:#cddbe8;border-color:#baccdf}.page-title[data-v-c693b7bd]{font-size:3rem;margin-bottom:15px}.search-button[data-v-c693b7bd]{border-radius:100%!important}.search-button[data-v-c693b7bd]:hover{background-color:#196fd2;border-color:#196fd2}.cursor-pointer[data-v-c693b7bd]{cursor:pointer}.custom-button[data-v-c693b7bd]{border:1px solid black;background-color:#fff;outline:none}.custom-middle-button[data-v-c693b7bd]{border:1px solid black;border-left:none;background-color:#fff;outline:none}.custom-dropdown-button[data-v-c693b7bd]{border:1px solid black;padding:0;background-color:#fff;outline:none}.active-styles[data-v-c693b7bd]{background-color:#001d851a;color:#000}.inactive-styles[data-v-c693b7bd]{color:#00000080}.inactive-styles[data-v-c693b7bd]:hover{background-color:#f7f7f7;color:#000}.inactive-styles[data-v-c693b7bd]:focus{background-color:#f7f7f7;color:#000}.custom-border-right[data-v-c693b7bd]{border-right:1px solid black}.border-radius-start[data-v-c693b7bd]{border-top-left-radius:1.875rem;border-bottom-left-radius:1.875rem}.border-radius-end[data-v-c693b7bd]{border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem}.border-right-custom[data-v-c693b7bd]{padding-right:.5rem;border-right:1px solid black}.router-link-active[data-v-c693b7bd]{color:#175baf!important;border:none!important;border-bottom:2px solid #175baf!important}.router-link-inactive[data-v-c693b7bd]{color:#7f7f7f;border:none!important}.router-link-inactive[data-v-c693b7bd]:hover{color:#175baf}.suggestion-input-group[data-v-c693b7bd]{position:relative}.suggestion-input[data-v-c693b7bd]{position:absolute;top:0}.suggestion-list-group[data-v-c693b7bd]{position:relative;width:100%}.suggestion-list[data-v-c693b7bd]{width:100%;position:absolute;top:0;z-index:100}.conditionalManual .formkit-outer{width:100%}.hover{text-decoration:underline}.conditionalVocabulary{display:flex;align-items:center;margin:1rem 0}.w-80{width:80%}.infoLicense{a {color: blue;} padding: 1rem;background-color:#abe1a5}.infoboxI{width:5%}.textInfoI{width:95%}button.dpi-menu-dropup-btn[data-v-a905c157]{color:#fff}.file-div[data-v-a011305e]{display:flex;align-items:center}.upload-feedback[data-v-a011305e]{padding:10px}.close-icon[data-v-a011305e],.check-icon[data-v-a011305e]{font-size:20px;cursor:default}.check-icon[data-v-a011305e]{color:#28a745}.close-icon[data-v-a011305e]{color:red}.lds-ring[data-v-a011305e]{display:inline-block;position:relative;width:30px;height:30px}.lds-ring div[data-v-a011305e]{box-sizing:border-box;display:block;position:absolute;right:0;width:30px;height:30px;border:8px solid lightgray;border-radius:50%;animation:lds-ring-a011305e 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:lightgray transparent transparent transparent}.lds-ring div[data-v-a011305e]:nth-child(1){animation-delay:-.45s}.lds-ring div[data-v-a011305e]:nth-child(2){animation-delay:-.3s}.lds-ring div[data-v-a011305e]:nth-child(3){animation-delay:-.15s}.error[data-v-a011305e]{color:red}.errorSub[data-v-a011305e]{color:#000}@keyframes lds-ring-a011305e{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.allowedFTypes[data-v-a011305e]{padding:.5rem;border-radius:5px;border:1px solid lightgrey}.allowedTypesWrapper[data-v-a011305e]{max-width:100%;display:flex;flex-wrap:wrap}.fileuploadList[data-v-a011305e]{width:96.7%}.collapsed .d-none{display:none!important}.infoButton[data-v-2a325b7f]{border-radius:5px;cursor:pointer}.infoButton .material-icons[data-v-2a325b7f]{font-size:20px;vertical-align:text-bottom;margin-left:5px;margin-bottom:1px}.form-label[data-v-2a325b7f]{font-size:20px}.overviewHeader{border-bottom:1px solid lightgray}.firstRow{align-items:center}.dsDist td:first-child{padding:1rem;width:25%}.disOverview td:first-child{min-width:25%}.disOverview td:last-child{width:75%}.b-top{border-top:1px solid lightgray}.dist-edit{cursor:pointer}.dist-list[data-v-c7bbc5b3]{margin:50px}.dist-details[data-v-c7bbc5b3]{display:flex;flex:1}.dist-edit[data-v-c7bbc5b3]{width:25%;display:flex;align-items:center;justify-content:space-evenly;margin-left:5px}.dist-edit-button[data-v-c7bbc5b3]{cursor:pointer;transition:all .2s ease}.dist-edit-button[data-v-c7bbc5b3]:hover{opacity:.5;transform:scale(1.1);color:green;transition:all .2s ease}.dist-info[data-v-c7bbc5b3]{width:75%}.dist-item[data-v-c7bbc5b3]{margin:5px;display:flex;padding:20px;align-items:center;border-bottom:.1em solid #e5e5e5}.dist-delete-button[data-v-c7bbc5b3]{cursor:pointer;transition:all .2s ease}.dist-delete-button[data-v-c7bbc5b3]:hover{transform:scale(1.1);opacity:.5;color:red;transition:all .2s ease}button[data-v-c7bbc5b3]{border-radius:.3em;font-size:16px;font-family:Ubuntu;padding:.75em;font-weight:100}button#delete[data-v-c7bbc5b3]{background-color:#b30519;color:#fff;border-color:#b30519}button#cancel[data-v-c7bbc5b3]{background-color:#767676;border-color:#767676;color:#fff}button.default[data-v-c7bbc5b3]{background-color:#001d85;border-color:#001d85;color:#fff}.nav-link[data-v-130566a1]{text-decoration:underline}.active[data-v-130566a1]{text-decoration:none;font-weight:700}.dropdown-item[data-v-130566a1]:active{background-color:#868e96}#linkedDataDropdown[data-v-130566a1]{color:#3f3f3f}#linkedDataDropdown[data-v-130566a1]:hover{color:#fff}.buttonWrapper button[data-v-130566a1]{margin:.2rem}.buttonWrapper[data-v-130566a1]{width:100%;display:flex}.newIdField[data-v-130566a1]{margin:1rem 0!important;box-shadow:none;border-radius:0;border-bottom:1px solid #001D85;transition:all .1s ease-in-out}.table td[data-v-130566a1]{border-top:none;vertical-align:middle}.table tbody tr[data-v-130566a1]:not(:last-of-type){border-bottom:1px solid lightgray}.w33[data-v-130566a1]{width:33%}.draftWrapper[data-v-130566a1]{margin-bottom:120px}.btn[data-v-130566a1]{background:none;color:#3f3f3f}.btn[data-v-130566a1]:hover{box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;transition:all .3s cubic-bezier(.25,.8,.25,1)}.dropDownWrap[data-v-130566a1]{width:175px;position:relative}.dropdown-toggle[data-v-130566a1]{display:inline-block;width:100%}.dropdown-toggle[data-v-130566a1]:active{border:none}.dropdown-menu.show[data-v-130566a1]{padding:0!important;transform:none!important;top:35px!important;width:100%;z-index:1}.infoBox[data-v-130566a1]{margin-bottom:40px}.logoDPIPiveau[data-v-130566a1]{display:flex;align-items:center;width:100%;justify-content:space-between}.logoDPIPiveau img[data-v-130566a1]{width:10rem}.logoDPIPiveau h2[data-v-130566a1]{color:#3f3f3f}.dpiLogoSeperator[data-v-130566a1]{height:1px;background-color:#3f3f3f;width:100%;margin:0 1rem}.disDetailsWrap p{margin-bottom:0}.moreDisInfoBtn{cursor:pointer;transition:all .3s ease-in-out}.moreDisInfoBtn svg{transition:all .3s ease-in-out}.turnChev{transform:scale(-1)}.moreDisInfoBtn:hover{text-decoration:none}.openDisDetails{max-height:2000px!important}.disDetails{width:95%}.disInfoWrap{overflow:hidden;max-height:0;height:auto;position:relative;z-index:0;transition:all .5s ease-in-out}.grey{background:rgb(248,248,248)}.tHeadWrap{display:flex;padding:1rem;background-color:#f2f4f8}.tHeadWrap p{width:25%;font-weight:700}.tdWrap{display:flex;padding:1rem;position:relative;z-index:1;transition:all .3s ease-in-out}.dropShdw{box-shadow:0 3px 6px -6px #000}.tdWrap p{width:25%;display:flex;align-items:center}.standardButtonDPI{background-color:#fff;color:#000;border-radius:.3em;font-size:16px;padding:.75em;display:inline-flex;align-items:center;height:50px;border:1px solid lightgray;transition:all .1s ease-in-out;cursor:pointer}.standardButtonDPI:hover{transform:scale(98%);background-color:#f4f4f4;border-color:gray;text-decoration:none}:root{--gray: #ccccd7;--gray-l: #eeeef4}.formkit-form{max-width:500px;flex-shrink:0;margin-top:1em;margin-bottom:1em;background:#fff;color:#000;border:1px solid var(--gray);border-radius:.5em;box-shadow:.25em .25em 1em #0000001a}#app .source-content{padding:2em;background:transparent}.steps{list-style-type:none;margin:0;display:flex;padding-left:0;background:var(--gray-l);border-radius:.4em .4em 0 0;overflow:hidden;border-bottom:1px solid var(--gray)}.step{font-size:14px;display:flex;align-items:center;padding:16px 20px;background:var(--gray-l);border-right:1px solid var(--gray);color:gray;flex-grow:0;flex-shrink:0;position:relative}.step:last-child{box-shadow:.1em -.1 .1em #00000054}.step:hover{cursor:pointer}[data-step-active=true]{color:#000;background:white!important;border-bottom:none;position:relative}.step--errors,[data-step-valid=true]:after{content:"✓";background-color:#54a085;position:absolute;top:4px;right:4px;height:18px;width:18px;border-radius:50%;z-index:10;display:flex;font-size:10px;flex-direction:column;justify-content:center;text-align:center;color:#fff}.step--errors{background-color:#ff4949;color:#fff;z-index:100}.step-nav{display:flex;margin-top:2em;margin-bottom:1em;justify-content:space-between}.form-body{padding:2em}.next{margin-left:auto}.formkit-outer[data-type=submit] .formkit-wrapper{padding:0 2em 1em;display:flex}.formkit-outer[data-type=submit] .formkit-input{margin-left:auto;margin-right:0}details{border:1px solid var(--gray);background:var(--gray-l);border-radius:.15em;padding:1em}.formkit-form>.formkit-messages{padding:0 2em}.formkit-form>.formkit-messages:last-child{padding:0 2em 2em}[data-errors=true] .formkit-label{color:#ff4949}.formkit-wrapper{max-width:100%}button:hover,summary{cursor:pointer}@media (max-width: 438px){h1{font-size:1.15em}#app .source-content{padding:.5em}.steps{flex-direction:column}.step{border-bottom:1px solid var(--gray);border-right:none}.step:last-child{border-bottom:none}.form-body{padding:1em}.formkit-outer[data-type=submit] .formkit-wrapper{padding:0 1em 1em;display:flex}.formkit-form>.formkit-messages{padding:0 1em}.formkit-form>.formkit-messages:last-child{padding:0 1em 1em}}.repeatableWrap,.formkitCmpWrap{margin:2rem 0!important}.isInvalidProperty{background-color:#ffd9d9!important}.activeItem{flex-grow:1}.activeItem .seperatorHorizontalStepper{height:100%}select{line-height:unset!important}.form-container{padding-top:20px;margin-top:30px;border:solid 1px #d5d5d5;border-radius:3px;margin-bottom:20px}.inputContainer{display:flex}.formContainer{width:100%!important}.distributionPage0{display:block}.distributionPage1,.distributionPage2{display:none}.grid2r2c .formkit-input-group-repeatable{display:grid;grid-template-columns:70% 28%;grid-template-rows:auto auto;grid-gap:10px;background-color:transparent}.grid1r2c .formkit-input-group-repeatable{display:grid;grid-template-columns:70% 28%;grid-template-rows:auto;grid-gap:10px;background-color:transparent}.row1{grid-row-start:1;grid-row-end:2}.row2{grid-row-start:2;grid-row-end:3}.grow3{grid-row-start:3;grid-row-end:4}.column1{grid-column-start:1;grid-column-end:2}.column2{grid-column-start:2;grid-column-end:3}.columnboth{grid-column-start:1;grid-column-end:3}.display-none{display:none}.formkitCmpWrap{border-left:1px solid lightgray}.formkitProperty>h4{background-color:#f5f5f5;padding:1rem;cursor:pointer;position:relative;transition:all ease-in-out .2s}.formkitProperty>h4:hover{background-color:#d3d3d3}.formkitProperty>h4:hover:before{rotate:-45deg}.formkitProperty>h4:hover:after{rotate:45deg}.formkitProperty>h4:before{transition:all ease-in-out .2s;content:"";width:15px;height:1.5px;background-color:#000;position:absolute;top:30px;right:15px;rotate:45deg}.formkitProperty>h4:after{transition:all ease-in-out .2s;content:"";width:15px;height:1.5px;background-color:#000;position:absolute;top:30px;right:25px;rotate:-45deg}.formkitProperty .formkitProperty h4{padding:0;background-color:unset!important}.formkitProperty .formkitProperty h4:before{display:none!important}.formkitProperty .formkitProperty h4:after{display:none!important}.dpiChevUp:before{rotate:-45deg!important}.dpiChevUp:after{rotate:45deg!important}textarea[data-v-b58ac050]{width:100%}.heading[data-v-fb342e96],.description[data-v-fb342e96],.arrow[data-v-fb342e96]{cursor:pointer}.options .dropdown-menu[data-v-fb342e96],.download .dropdown-menu[data-v-fb342e96]{min-width:300px}.options .dropdown-menu .dropdown-item[data-v-fb342e96]:hover,.download .dropdown-menu .dropdown-item[data-v-fb342e96]:hover{color:initial;background-color:initial}.catOverview{min-height:60vh}.catWrap{display:flex;flex-wrap:wrap;margin-top:10px;padding-top:10px;border-top:1px solid lightgray;justify-content:space-between}.catWrap .annifItems{background:#ECECEC;flex-grow:1;text-align:center}.subline{font-size:12px;color:#d3d3d3}.inf-content[data-v-8b4f94b2]{border:1px solid #DDDDDD;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;box-shadow:7px 7px 7px #0000004d}.table-header[data-v-8b4f94b2]{padding:.75rem}.border-bottom-lightgray{border-bottom:1px solid lightgray}.stickyStepper{position:sticky;top:0;background:#ffffff;z-index:999}.stickyStepper .SSfirstRow{margin:1vh 0;display:flex;align-items:center}.stickyStepper .stickyNav{border-left:1px solid black;margin-left:1vh;padding-left:1vh}#stepper{width:100%!important}#input{padding:10px}.small-headline{font-size:1.5rem;min-width:max-content}.property{margin:30px 20px 20px;background-color:#fff;border:solid .5px rgb(225,225,225)}.infoBox .material-icons{font-size:20px;vertical-align:text-bottom;margin-right:5px;margin-bottom:1px}.infoBox{width:100%;height:30%;background-color:#f7f7f7;padding:5%;border-radius:.25rem;margin-top:20px}.infoBox .input_subpage_nav{display:flex;flex-direction:row;justify-content:space-between;padding:15px}.besides .formkit-input-group-repeatable{display:flex;flex-direction:row;background-color:transparent;padding:0}.main{width:75%;margin:0 5px}.sub{width:20%;margin:0 5px}#subStepperBox{position:sticky;top:154px;z-index:10;width:100%;padding:0 10%}#subStepperBox .step-progress__bar{border-top:none!important}#subStepperBox .step-progress__step--active .step-progress__step-label{background-color:#b0c4de!important}.step-progress__step span{color:#fff!important}#stepper .step-progress__step{border:solid white 20px}#stepper .step-progress__step-icon,#subStepper .step-progress__step-icon{font-size:25px}.step-progress__step-label{cursor:pointer}.formkit-input[data-classification=group] [data-is-repeatable]{border:none;padding:1em 1em 1em 0}.formkit-input[data-classification=group] [data-is-repeatable] .formkit-input-group-repeatable{border-bottom:none}.formkit-input-element--checkbox{margin-right:5px}.formkit-input-wrapper{font-family:Ubuntu}.formkit-input[data-classification=button] button[data-ghost]{font-weight:400}.formkit-input-error{color:#e13737!important;font-weight:400!important}.formkit-input .formkit-input-element{max-width:100%}.formkit-input .formkit-input-error{font-weight:700}.formkit .formkit-input-group-add-more{display:flex;justify-content:flex-end}.formkit .formkit-input-group-add-more button{border:black}.formkit .formkit-input[data-classification=text] .formkit-input-wrapper,.formkit .formkit-input[data-classification=select] .formkit-input-wrapper{display:flex;flex-direction:column}.formkit .formkit-input[data-classification=button] button[data-ghost]{color:#fff;background-color:#001d85;border-color:#001d85;border-radius:1.875rem}.formkit .formkit-input[data-classification=button] button[data-ghost]:hover{background-color:#196fd2;border-color:#196fd2}.formkit-input.besides{border-bottom:1px solid lightgrey!important}.formkit-input-label{font-weight:500!important}.formkit-input-element--textarea{width:100%}.formkit-input-element--group{display:block!important}.formkit-input.besides>.formkit-input-wrapper>.formkit-input-label{text-decoration:underline!important}#wrapper[data-v-f7ab70fb]{background:linear-gradient(90deg,#082b7a,#0e47cb);width:100%;position:sticky;bottom:0;z-index:999}nav[data-v-f7ab70fb]{max-width:1400px;display:flex;flex-direction:row;margin:0 auto;justify-content:space-between;font-size:1rem;align-items:center}ul[data-v-f7ab70fb]{float:right}ul li[data-v-f7ab70fb]{display:inline}ul li a[data-v-f7ab70fb],button a[data-v-f7ab70fb]{color:#fff}.logout[data-v-f7ab70fb]{display:block;margin:0 auto;border:1px solid white;padding:.1rem 1.5rem}.logoutWrap[data-v-f7ab70fb]{width:14rem;display:flex;align-items:center;justify-content:space-between}.validate-btn[data-v-e8c28827]{color:#0e47cb;vertical-align:text-bottom;text-decoration:none}.help-icon[data-v-4f898e18]{font-size:18px;cursor:default}.dropdown-item .access-uri-link[data-v-4f898e18],.dropdown-item .copy-text[data-v-4f898e18]{color:#0e47cb}.copy-text[data-v-4f898e18]{cursor:pointer}.copy-url-popup[data-v-4f898e18]{position:fixed!important;bottom:10vh;left:50vw;background-color:#f3f6fc;padding:.5rem 1.5rem;border-radius:.25rem}.copy-url-popup.display[data-v-4f898e18]{display:block}.copy-url-popup.hide[data-v-4f898e18]{display:none}.material-icons.small-icon[data-v-07a93781]{font-size:20px}.dropdownMenu[data-v-07a93781]{z-index:1000;max-width:15rem;padding:.5rem 0;margin:.125rem 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);transform-origin:top right;position:absolute;right:0}button[data-v-07a93781]:hover{background-color:#196fd2;border-color:#196fd2}.bglight[data-v-07a93781]{background:#f8f9fa}.download-btn[data-v-3a61bea6]{font-size:13px;cursor:pointer}.disabled[data-v-caf49a5f]{cursor:not-allowed}.disabled[data-v-433861c9]{cursor:not-allowed;pointer-events:none;text-decoration:none;color:gray}.text-opacity-0[data-v-433861c9]{opacity:0;cursor:default!important}.details-link[data-v-7f8233cb]{cursor:pointer}.details-link[data-v-7f8233cb]:hover{text-decoration:underline}div[data-v-84f96111],.arrow[data-v-84f96111]{cursor:pointer}.text-break[data-v-9c865f9b]{word-break:break-word}td[data-v-9c865f9b]{padding-left:0!important;padding-top:1%!important;padding-bottom:1%!important}button[data-v-9c865f9b]:focus{outline:0}.options .dropdown-menu .dropdown-item[data-v-9c865f9b]:hover,.download .dropdown-menu .dropdown-item[data-v-9c865f9b]:hover{color:initial;background-color:initial}.material-icons.small-icon[data-v-9c865f9b]{font-size:20px}.distributions__item[data-v-9c865f9b]{border-bottom:1px solid rgba(0,0,0,.1)}.catalogue-label[data-v-036bc122]{white-space:pre-line}.cursor-pointer[data-v-036bc122]{cursor:pointer}.tag-color[data-v-036bc122]{background-color:var(--tag-color)}.subjectBg[data-v-036bc122]{background-color:#196fd2}.btn-color[data-v-036bc122]:hover{background-color:#196fd2;border-color:#196fd2}.download-all-btn[data-v-036bc122]{min-width:100px;height:31px}button[data-v-036bc122]:focus{outline:0}.spinner-grow[data-v-036bc122]{width:20px;height:20px}.fa-check-square[data-v-036bc122]{color:#28a745;width:16px;height:16px}.check-icon[data-v-036bc122],.help-icon[data-v-036bc122]{font-size:18px;cursor:default}.check-icon[data-v-036bc122]{color:#28a745}.material-icons.small-icon[data-v-036bc122]{font-size:20px}.mt-4[data-v-036bc122]{margin-top:1.5rem!important}.keywords__item[data-v-036bc122]{position:relative}.keywords__actions[data-v-036bc122]{display:flex;justify-content:center;align-items:flex-end;height:100%;z-index:11}.sectionList[data-v-036bc122]{list-style-type:"→ ";margin-left:6.5%}@media only screen and (max-width: 991px){.sectionList[data-v-036bc122]{margin-left:0}}.unknown[data-v-6cde393d]{align-self:flex-start;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;border-radius:0;background-color:#595959;color:#fff;margin-top:.25rem}.distributions-header-title[data-v-98e2c004]{display:flex;flex-wrap:wrap;align-items:center}.distributions-header-title-title[data-v-98e2c004]{margin-right:8px}.distributions-header-title-count[data-v-98e2c004]:before{content:"("}.distributions-header-title-count[data-v-98e2c004]:after{content:")"}.success[data-v-213f8cd4]{background:#00997A;display:flex;justify-content:center;align-items:center;margin-left:8px;height:20px;width:20px}.modal-title[data-v-213f8cd4]{font-family:Arial;font-style:normal;font-weight:700;font-size:22px;line-height:24px;color:#000}.modal-content[data-v-213f8cd4]{border:3px solid #0e47cb}.modal-header[data-v-213f8cd4]{padding:1.5rem 1.5rem 0rem;border-bottom:none}.modal-body[data-v-213f8cd4]{padding:1rem 1.5rem}.modal-footer[data-v-213f8cd4]{border-top:none;padding:1rem 1.5rem}.close[data-v-213f8cd4]{font-size:16px;color:#0e47cb;opacity:1;padding:.5rem!important}.close .close-icon[data-v-213f8cd4]{color:#fff;background:#0e47cb;display:flex;justify-content:center;align-items:center;width:12px;height:12px;float:right;margin-top:3px;margin-left:10px}.active[data-v-213f8cd4]{color:#000!important}.error[data-v-213f8cd4]{border:2px solid #FBC712}.error .error-body[data-v-213f8cd4]{padding:1.8rem;display:flex}.progress-bar[data-v-213f8cd4]{-webkit-transition:width 1s ease;-moz-transition:width 1s ease;-o-transition:width 1s ease;transition:width 1s ease}.ecl-select[data-v-213f8cd4]{cursor:pointer}.details[data-v-213f8cd4]{margin-top:30px}.warning-icon[data-v-213f8cd4]{margin-top:5px;margin-right:7px}.smaller[data-v-213f8cd4]{font-size:17px}.distributions__item--preview[data-v-90409b43]{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,white 55%);z-index:10}.distributions__actions[data-v-90409b43]{display:flex;justify-content:center;align-items:flex-end;height:100%;z-index:11}.tag-color[data-v-f417a850]{background-color:var(--primary)}.heading[data-v-519c4f28]{cursor:pointer}.arrow[data-v-519c4f28]{padding-right:0}@media screen and (max-width: 991px){.dsd-feature-header-arrow-container[data-v-519c4f28]{width:48px!important;order:2;padding-right:15px}}.heading[data-v-89cf0f1b]{cursor:pointer}.tag-color[data-v-159ec9cc]{background-color:var(--tag-color)}.keywords__item>div[data-v-159ec9cc]{padding-left:.25rem;padding-right:.25rem}.heading[data-v-d5dab2d4],.heading[data-v-42200eb8],.heading[data-v-f06a8fdf],.arrow[data-v-f06a8fdf]{cursor:pointer}.subject[data-v-613cb84b]{background-color:#196fd2}.heading[data-v-fb260c61],.arrow[data-v-fb260c61]{cursor:pointer}.distributions__item[data-v-fb260c61]{position:relative}.distributions__item--preview[data-v-fb260c61]{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,white 55%);z-index:10}.distributions__actions[data-v-fb260c61]{display:flex;justify-content:center;align-items:flex-end;height:100%;z-index:11}.embed-dataset[data-v-4dae7d31]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;color:#000;z-index:99}.logo[data-v-4dae7d31]{width:290px;height:70px}.headline[data-v-4dae7d31]{background:#123F94;color:#fff;font-size:24px}.dsd-title-tag[data-v-4dae7d31]{display:none!important}@media screen and (max-width: 600px){.embed-header[data-v-4dae7d31]{flex-direction:column!important;justify-content:flex-start!important}.openUrl[data-v-4dae7d31]{align-self:auto!important}}.tag-color[data-v-4a8baf37]{background-color:var(--primary)}.embed-dataset-snipp[data-v-c9e3c528]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;color:#000;z-index:99;overflow:hidden;overflow-y:scroll}.embed-dataset-snipp[data-v-c9e3c528]::-webkit-scrollbar{display:none}.content-snipp[data-v-c9e3c528]{border:1px solid rgb(203,203,203);border-radius:1px}.logo[data-v-c9e3c528]{width:290px;height:70px}.headline[data-v-c9e3c528]{background:#123F94;color:#fff;font-size:24px}.dsd-title-tag[data-v-c9e3c528]{display:none!important}.snip-desc[data-v-c9e3c528]{display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}.no-pad[data-v-c9e3c528]{margin-left:-15px}@media screen and (max-width: 600px){.embed-header[data-v-c9e3c528]{flex-direction:column!important;justify-content:flex-start!important}.openUrl[data-v-c9e3c528]{align-self:auto!important}}.flag[data-v-a6a32f1f]{max-width:30px;max-height:19px;margin-bottom:3px;border-radius:1px}.disabled-link[data-v-a6a32f1f]{color:#000;pointer-events:none}.dataset-details-title[data-v-acffc9cf]{font-size:1.4rem;margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.erpdInfo[data-v-acffc9cf]{background-color:#8f4300!important;min-width:20%;align-items:center;justify-content:center}@media (min-width: 768px){.dataset-details-title[data-v-acffc9cf]{font-size:1.5rem}}@media (min-width: 992px){.dataset-details-title[data-v-acffc9cf]{font-size:1.75rem}}.dropdown-item[data-v-b4bf1d59]:active{background-color:var(--dropdown-item-active-bg)}.nav-link[data-v-b4bf1d59],.nav-link[data-v-654a9034],.nav-link[data-v-01ea33ef]{text-decoration:underline}.markdown-container[data-v-0e90c0a1]{word-wrap:break-word}.content[data-v-c87c9171]{padding:30px 30px 0;margin-top:15px;margin-bottom:15px;background-color:#fff}.tag-color[data-v-a7cfefdb]{background-color:var(--tag-color)}.keywords__item>div[data-v-a7cfefdb]{padding-left:.25rem;padding-right:.25rem}.dsd-distribution-quality-csv .heading-1[data-v-bd3fb380]{font-size:2rem;font-weight:700}.dsd-distribution-quality-csv .heading-4[data-v-bd3fb380]{font-size:1.25rem;font-weight:700}.dsd-distribution-quality-csv .color-red[data-v-bd3fb380]{color:#da2131}.dsd-distribution-quality-csv .color-orange[data-v-bd3fb380]{color:#f29527}.dsd-distribution-quality-csv .color-blue[data-v-bd3fb380]{color:#4073af}.dsd-distribution-quality-csv .bg-red[data-v-bd3fb380]{background-color:#da2131}.dsd-distribution-quality-csv .bg-orange[data-v-bd3fb380]{background-color:#f29527}.dsd-distribution-quality-csv .bg-blue[data-v-bd3fb380]{background-color:#4073af}.dsd-distribution-quality-csv .csv-validation-box[data-v-bd3fb380]{color:#000;background-color:#fff;border:2px solid #000000}.dsd-distribution-quality-csv .csv-validation-box.success[data-v-bd3fb380]{border-color:#467a39}.dsd-distribution-quality-csv .csv-validation-box.error[data-v-bd3fb380]{border-color:#da2131}.dsd-distribution-quality-csv .csv-validation-box .material-icons.success[data-v-bd3fb380]{color:#467a39}.dsd-distribution-quality-csv .csv-validation-box .material-icons.error[data-v-bd3fb380]{color:#da2131}.dsd-distribution-quality-csv .csv-result-details.border-top[data-v-bd3fb380]{border-top:1px solid #9F9F9F}.dsd-distribution-quality-csv .csv-result-details .tag[data-v-bd3fb380]{display:inline-flex;align-items:center;color:#fff;font-size:1rem;padding:.5rem .75rem;border-radius:1rem;border-width:0;text-decoration:none;box-sizing:border-box;white-space:nowrap}.dsd-description[data-v-bdcf5d49]{max-width:100%;overflow:hidden}.underline[data-v-657ac3b8]{text-decoration:underline}.arrow[data-v-ac33eda5]{cursor:pointer}.additional-information-overlay[data-v-ac33eda5]{width:100%;height:100px;position:absolute;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,white 100%);pointer-events:none}table[data-v-ac33eda5]{background:#F5F5F5}.dimension-card[data-v-ebd15a12]{background-color:var(--gray);color:#fff;border-radius:4px}.dimension-card.clickable[data-v-ebd15a12]{transition:transform .4s ease}.dimension-card.clickable[data-v-ebd15a12]:hover{transition:transform .4s ease;transform:scale(1.01)}.dimension-card.clickable[data-v-ebd15a12]:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;width:100%;height:100%;transition:opacity .5s cubic-bezier(.25,.8,.25,1);box-shadow:0 12px 24px #00000040,0 4px 8px #00000038;opacity:0}.dimension-card.clickable[data-v-ebd15a12]:hover:after{opacity:1}.dimension-card .list-group .list-group-item[data-v-ebd15a12]{margin-bottom:-1px;border:0;background:rgba(0,0,0,.12)}.dimension-card .card-title[data-v-ebd15a12]{-webkit-hyphens:auto;hyphens:auto;margin-top:5px}.space[data-v-ebd15a12]{margin-top:20px}.quality-dimension[data-v-ebd15a12]{color:#000}.progress-bar[data-v-ebd15a12]{background-color:#fff}.badge-no[data-v-ebd15a12]{background-color:#0000002c;padding:3px 14px;border-radius:3px}.badge-n-a[data-v-ebd15a12]{background-color:#0000002c;padding:3px 11px 3px 12px;border-radius:3px}.badge-yes-interoperability[data-v-ebd15a12]{padding:3px 10px;border-radius:3px;background-color:#0024a7}.badge-yes-findability[data-v-ebd15a12]{padding:3px 10px;border-radius:3px;background-color:#00997a}.badge-yes-accessibility[data-v-ebd15a12]{padding:3px 10px;border-radius:3px;background-color:#4a82fa;margin-bottom:3px}.badge-yes-reusability[data-v-ebd15a12]{padding:3px 10px;border-radius:3px;background-color:#dc5149}.badge-yes-contextuality[data-v-ebd15a12]{padding:3px 10px;border-radius:3px;background-color:#fc0}.dimension-accessibility[data-v-ebd15a12]{background-color:var(--deu-logo-medium-blue-gradient);background:-webkit-linear-gradient(left top,var(--deu-logo-medium-blue-gradient));background:linear-gradient(to left top,var(--deu-logo-medium-blue-gradient))}.dimension-findability[data-v-ebd15a12]{background-color:var(--deu-badge-green-gradient);background:-webkit-linear-gradient(left top,var(--deu-badge-green-gradient));background:linear-gradient(to left top,var(--deu-badge-green-gradient))}.dimension-interoperability[data-v-ebd15a12]{background-color:var(--deu-logo-blue-gradient);background:-webkit-linear-gradient(left top,var(--deu-logo-blue-gradient));background:linear-gradient(to left top,var(--deu-logo-blue-gradient))}.dimension-reusability[data-v-ebd15a12]{background-color:var(--deu-dark-orange-gradient);background:-webkit-linear-gradient(left top,var(--deu-dark-orange-gradient));background:linear-gradient(to left top,var(--deu-dark-orange-gradient))}.dimension-contextuality[data-v-ebd15a12]{background-color:var(--deu-logo-yellow-gradient);background:-webkit-linear-gradient(left top,var(--deu-logo-yellow-gradient));background:linear-gradient(to left top,var(--deu-logo-yellow-gradient))}.dimension-scoring[data-v-ebd15a12]{background-image:var(--deu-badge-black-gradient)}.small-arrow[data-v-ebd15a12]{vertical-align:middle}.card[data-v-ebd15a12]{border-radius:5px!important}.card-header[data-v-ebd15a12]{padding:.75rem 1.25rem;margin-bottom:0}.btn-link[data-v-ebd15a12]{color:#fff}.distribution[data-v-ebd15a12]{background:rgb(41,99,140);background:linear-gradient(90deg,rgb(41,99,140) 0%,rgb(33,71,115) 100%);cursor:pointer}.dist-head[data-v-ebd15a12]{color:#fff;font-weight:100;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:17px;vertical-align:middle;margin-top:2px}.dist-content[data-v-ebd15a12]{background:#31668c;color:#fff}#headingFirst[data-v-ebd15a12]{border-radius:2px}.format[data-v-ebd15a12]{font-size:12px;border-radius:2px;color:#3a3a3a;margin-left:0;vertical-align:middle;margin-bottom:2px}.dist[data-v-ebd15a12]{padding:3px}.list-group-item[data-v-ebd15a12]{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:transparent;border:none}.keys[data-v-ebd15a12]{padding-left:0!important;color:#ebebeb;font-weight:100}.badge-yes[data-v-ebd15a12]{background-color:#407ca5;padding:3px 10px;border-radius:3px}.active[data-v-ebd15a12]{transform:rotate(180deg)}.bottom[data-v-ebd15a12]{margin-top:60px}.move[data-v-ebd15a12]{margin-left:5px}.dimension-dist[data-v-ebd15a12]{background-color:#407ca5}.dimension-headline[data-v-ebd15a12]{font-size:24px!important;margin-bottom:15px}.access-percentage[data-v-ebd15a12]{padding-left:30px}.access-space[data-v-ebd15a12],.dataset-space[data-v-ebd15a12]{margin-top:6px;margin-bottom:3px}.key-row[data-v-ebd15a12]{font-size:17px}@media (min-width: 876px){.card-columns[data-v-ebd15a12]{column-count:2;column-gap:1.25rem;orphans:1;widows:1}}@media (max-width: 876px){.card-columns[data-v-ebd15a12]{column-count:1;column-gap:1.25rem;orphans:1;widows:1}}#accordion[data-v-ebd15a12]{margin-bottom:25px}.values-container[data-v-ebd15a12]{margin-top:0}.date-incorrect[data-v-8f649afe]{color:#a1a1a1}.date-incorrect-exclamation-triangle[data-v-8f649afe]{color:#fa0}.alert-primary[data-v-26127e16]{color:#042648;background-color:#cddbe8;border-color:#baccdf}.page-title[data-v-26127e16]{font-size:3rem;margin-bottom:15px}.content[data-v-26127e16]{padding:30px 30px 0;margin-top:15px;margin-bottom:15px;background-color:#fff}.router-link-active[data-v-26127e16]{color:#175baf!important;border:none!important;border-bottom:2px solid #175baf!important}.router-link-inactive[data-v-26127e16]{color:#000000b3;border:none!important}.router-link-inactive[data-v-26127e16]:hover{color:#175baf}.material-icons.small-icon[data-v-26127e16]{font-size:20px}@media screen and (min-width: 768px){#datasetFacets[data-v-26127e16]{display:block}}.suggestion-list-group[data-v-0d6fd5e2]{position:relative;width:100%}.suggestion-list[data-v-0d6fd5e2]{width:100%;position:absolute;top:0;z-index:100}.material-icons.small-icon[data-v-0d6fd5e2]{font-size:20px}.search-button[data-v-0d6fd5e2]{border-radius:100%!important}.search-button[data-v-0d6fd5e2]:hover{background-color:#196fd2;border-color:#196fd2}.custom-button[data-v-63bc9cfc]{border:1px solid black;background-color:#fff;outline:none}.custom-middle-button[data-v-63bc9cfc]{border:1px solid black;border-left:none;background-color:#fff;outline:none}.custom-dropdown-button[data-v-63bc9cfc]{border:1px solid black;padding:0;background-color:#fff;outline:none}.inactive-styles[data-v-63bc9cfc]{color:#000000b3}.inactive-styles[data-v-63bc9cfc]:hover{background-color:#f7f7f7;color:#000}.inactive-styles[data-v-63bc9cfc]:focus{background-color:#f7f7f7;color:#000}.active-styles[data-v-63bc9cfc]{background-color:#001d851a;color:#000}.border-radius-start[data-v-63bc9cfc]{border-top-left-radius:1.875rem;border-bottom-left-radius:1.875rem}.border-radius-end[data-v-63bc9cfc]{border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem}.router-link-active[data-v-63bc9cfc]{color:#175baf!important;border:none!important;border-bottom:2px solid #175baf!important}.router-link-inactive[data-v-63bc9cfc]{color:#000000b3;border:none!important}.router-link-inactive[data-v-63bc9cfc]:hover{color:#175baf}.dropdown-item[data-v-63bc9cfc]:active{background-color:var(--dropdown-item-active-bg)}.cursor-pointer[data-v-63bc9cfc],.facet[data-v-c26e9ef7]:hover{cursor:pointer}.custom-control[data-v-c26e9ef7]{padding-left:1.5rem;margin-right:1rem}.custom-control-label[data-v-c26e9ef7]:before{left:-1.5rem!important}.custom-control-label[data-v-c26e9ef7]:after{left:-1.5rem!important}.custom-control-input:checked~.custom-control-label[data-v-c26e9ef7]:before{border-color:var(--primary);background-color:var(--primary)}.active[data-v-c26e9ef7]{background-color:var(--primary);border-color:var(--primary)}.io[data-v-c26e9ef7]{border:0!important;margin-bottom:3px;opacity:.8}.dropdown-menu.show[data-v-c26e9ef7]{transform:translate3d(0,15px,0)!important;width:max-content;display:block}.catalog-details-table{overflow:auto;margin-bottom:15px}.pointer{cursor:pointer}.search-button[data-v-eeb70d6a]:hover{background-color:#196fd2;border-color:#196fd2}.map[data-v-eeb70d6a]{z-index:0}.suggestion-input-group[data-v-eeb70d6a]{position:relative}.suggestion-input[data-v-eeb70d6a]{position:relative;top:0;height:100%}.suggestion-list-group[data-v-eeb70d6a]{position:relative;width:100%}.suggestion-list[data-v-eeb70d6a]{width:100%;position:absolute;top:0;z-index:100}.map-modal-button[data-v-eeb70d6a]{position:absolute;bottom:0;right:0}#modal-map-wrapper .modal-dialog[data-v-eeb70d6a]{max-width:100%}.modal-content[data-v-eeb70d6a]{min-height:100vh}#modalMap[data-v-eeb70d6a]{display:flex;flex:1 1}.reset-bounds-button[data-v-eeb70d6a]{position:absolute;bottom:0;left:0}.focus-border[data-v-eeb70d6a]{transition:box-shadow .2s ease}.focus-border[data-v-eeb70d6a]:focus{box-shadow:0 0 7px #202020}@media (min-width: 768px){.modal-content[data-v-eeb70d6a]{min-height:auto!important}#modalMap[data-v-eeb70d6a]{height:500px}}.material-icons.small-icon[data-v-eeb70d6a]{font-size:20px}.catalogue-label[data-v-fe80ed1c]{white-space:pre-line}.cursor-pointer[data-v-fe80ed1c]{cursor:pointer}.tag-color[data-v-fe80ed1c]{background-color:var(--tag-color)}.btn-color[data-v-fe80ed1c]:hover{background-color:#196fd2;border-color:#196fd2}.heading[data-v-fe80ed1c],.arrow[data-v-fe80ed1c],.copy-text[data-v-fe80ed1c],.details-link[data-v-fe80ed1c]{cursor:pointer}.details-link[data-v-fe80ed1c]:hover{text-decoration:underline}.text-break[data-v-fe80ed1c]{word-break:break-word}td[data-v-fe80ed1c]{padding-left:0!important;padding-top:1%!important;padding-bottom:1%!important}.download-all-btn[data-v-fe80ed1c]{min-width:100px;height:31px}.d-inline-table[data-v-fe80ed1c]{display:inline-table}button[data-v-fe80ed1c]:focus{outline:0}.options .dropdown-menu .dropdown-item[data-v-fe80ed1c]:hover,.download .dropdown-menu .dropdown-item[data-v-fe80ed1c]:hover{color:initial;background-color:initial}.spinner-grow[data-v-fe80ed1c]{width:20px;height:20px}.fa-check-square[data-v-fe80ed1c]{color:#28a745;width:16px;height:16px}.check-icon[data-v-fe80ed1c],.help-icon[data-v-fe80ed1c]{font-size:18px;cursor:default}.check-icon[data-v-fe80ed1c]{color:#28a745}.material-icons.small-icon[data-v-fe80ed1c]{font-size:20px}.distributions__item[data-v-fe80ed1c]{position:relative}.distributions__item--preview[data-v-fe80ed1c]{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,white 55%);z-index:10}.distributions__actions[data-v-fe80ed1c]{display:flex;justify-content:center;align-items:flex-end;height:100%;z-index:11}.mt-4[data-v-fe80ed1c]{margin-top:1.5rem!important}.keywords__item[data-v-fe80ed1c]{position:relative}.keywords__actions[data-v-fe80ed1c]{display:flex;justify-content:center;align-items:flex-end;height:100%;z-index:11}.sectionList[data-v-fe80ed1c]{list-style-type:"→ ";margin-left:6.5%}@media only screen and (max-width: 991px){.sectionList[data-v-fe80ed1c]{margin-left:0}}.facet-header[data-v-272373c9]{background-color:#001d850d}.tooltip-icon[data-v-272373c9]{font-size:15px}@media (min-width: 768px){.collapse.dont-collapse-sm[data-v-272373c9]{display:block;height:auto!important;visibility:visible}}.list-item-container[data-v-272373c9]{margin-bottom:-1px}.btn-color[data-v-272373c9]{background-color:var(--primary);border-color:var(--primary)}.btn-color[data-v-272373c9]:hover{background-color:#196fd2;border-color:#196fd2}.facet-header[data-v-598bc210]{background-color:#001d850d}.tooltip-icon[data-v-598bc210]{font-size:15px}@media (min-width: 768px){.collapse.dont-collapse-sm[data-v-598bc210]{display:block;height:auto!important;visibility:visible}}.list-item-container[data-v-598bc210]{margin-bottom:-1px}.btn-color[data-v-598bc210]{background-color:var(--primary);border-color:var(--primary)}.btn-color[data-v-598bc210]:hover{background-color:#196fd2;border-color:#196fd2}.close-facet[data-v-9deec7db]{cursor:pointer}.facet-title[data-v-1cc63148]{background-color:#001d850d}.tooltip-icon[data-v-1cc63148]{font-size:15px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-bar button,.leaflet-bar button:hover{background-color:#fff;border:none;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar button{background-position:50% 50%;background-repeat:no-repeat;overflow:hidden;display:block}.leaflet-bar button:hover{background-color:#f4f4f4}.leaflet-bar button:first-of-type{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar button:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar.disabled,.leaflet-bar button.disabled{cursor:default;pointer-events:none;opacity:.4}.easy-button-button .button-state{display:block;width:100%;height:100%;position:relative}.leaflet-touch .leaflet-bar button{width:30px;height:30px;line-height:30px}@keyframes blink{0%{color:var(--primary)}to{color:var(--primary-light)}}.easy-button-button{padding:0}.easy-button-button:hover{background-color:#ccc}.easy-button-button .state-active{color:var(--primary);animation-name:blink;animation-iteration-count:infinite;animation-duration:1s;animation-direction:alternate}.easy-button-button .material-icons{vertical-align:middle}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:unset!important}.modalWrapper{-webkit-backdrop-filter:brightness(.5);backdrop-filter:brightness(.5);align-items:center;z-index:100}.app-toast[data-v-5a85837d]{z-index:1060;pointer-events:none}.yasr .dataTables_wrapper .dataTable thead .sorting{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC)}.yasr .dataTables_wrapper .dataTable thead .sorting_asc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==)}.yasr .dataTables_wrapper .dataTable thead .sorting_desc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=)}.yasr .dataTables_wrapper .dataTable thead .sorting_asc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==)}.yasr .dataTables_wrapper .dataTable thead .sorting_desc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAWUlEQVQoz2NgGAWDCtyJvPPzznc4/HknEbsy9js77vyHw313eHGZZ3PnE1TRuzuOuK1lvDMRqmzuHUZ87lO+cxuo6PEdLUIeyb7z604pYf+y3Zlwh4u2YQoAc7ZCBHH4jigAAAAASUVORK5CYII=)}.yasr .yasr_btn{border:none;background:inherit}.yasr .svgImg{display:flex;flex-direction:row}.yasr .svgImg svg{max-width:100%;max-height:100%;width:15px;height:15px;align-self:center}.yasr .yasr_btn.yasr_external_ref_btn{font-weight:600;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yasr .yasr_btn.yasr_external_ref_btn:active,.yasr .yasr_btn.yasr_external_ref_btn:focus{color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.yasr .yasr_btn.yasr_external_ref_btn .svgImg svg{width:18px;height:18px}.yasr a{color:#428bca;text-decoration:none}.yasr a:active,.yasr a:hover{outline:0;color:#2a6496;text-decoration:underline}.yasr .yasr_btnGroup{margin:0;padding:0;list-style:none;display:flex;overflow-x:auto;overflow-y:hidden}.yasr .yasr_btnGroup .plugin_icon{height:15px;width:15px;margin-right:5px;text-align:center}.yasr .yasr_btnGroup .yasr_btn{border-bottom:2px solid transparent;padding-left:6px;padding-right:6px;margin-left:6px;margin-right:6px}.yasr .yasr_btnGroup .yasr_btn.selected{border-bottom:2px solid #337ab7}@media (max-width:768px){.yasr .yasr_btn span{display:none}.yasr .yasr_btn .plugin_icon{margin-right:0}}.yasr .yasr_header{display:flex;flex-wrap:wrap}.yasr .yasr_fallback_info:not(:empty){margin-top:5px;border:1px solid #d1d1d1;padding:.5rem;background:#f7f7f7}.yasr .yasr_fallback_info:not(:empty) p{margin:0}.yasr .yasr_help_variable{background:#dff0ff;color:#428bca}.yasr .yasr_response_chip{color:#505050;background:#f5f5f5;border-radius:6px;display:flex;font-size:11pt;max-height:16pt;align-self:center;align-items:center;justify-content:center;white-space:nowrap;padding:6px;margin-left:5px;overflow:visible;box-sizing:border-box}.yasr .yasr_response_chip.empty{display:none}.yasr .yasr_plugin_control{display:flex;margin-left:auto;align-items:center}.yasr .yasr_plugin_control:empty{display:none}.yasr .yasr_btn{color:#505050;fill:#505050;display:flex;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap;padding:6px 12px;overflow:visible;box-sizing:border-box}.yasr .yasr_btn.btn_icon{padding:4px 8px}.yasr .yasr_btn.disabled,.yasr .yasr_btn[disabled]{cursor:default;opacity:.5;box-shadow:none}.yasr .yasr_btn:not(.disabled):hover{fill:#000;color:#000}.yasr .yasr_btn.selected,.yasr .yasr_btn:focus{color:#337ab7;fill:#337ab7}.yasr .space_element{flex-grow:1;min-width:10px}.yasr .tableControls{display:flex;align-items:center;padding:0 5px 0 0;flex-wrap:wrap}.yasr .tableControls .tableFilter{margin-right:10px;height:100%}.yasr .tableControls .tableSizer{height:100%}.yasr .tableControls .switch{display:flex;align-items:center;margin-right:10px}.yasr .dataTable.ellipseTable{white-space:nowrap}.yasr .dataTable.ellipseTable div:not(.expanded){overflow:hidden;text-overflow:ellipsis}.yasr .dataTable:not(.ellipseTable) div:not(.expanded),.yasr .expanded{word-break:break-all}.yasr .expanded{white-space:normal}.yasr .expandable:not(.expanded){cursor:pointer}.yasr .expandable:not(.expanded) a{pointer-events:none}.yasr .dataTables_wrapper{font-size:.9em;min-width:100%}.yasr .dataTables_wrapper .grip-container{max-width:100%}.yasr .dataTables_wrapper .grip-padding>tbody>tr>td,.yasr .dataTables_wrapper .grip-padding>tbody>tr>th{padding-left:7px!important;padding-right:5px!important}.yasr .dataTables_wrapper .dataTable{min-width:100%;box-sizing:border-box}.yasr .dataTables_wrapper .dataTable.no-footer{border-bottom:none}.yasr .dataTables_wrapper .dataTable thead .sorting{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC)}.yasr .dataTables_wrapper .dataTable thead .sorting_asc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==)}.yasr .dataTables_wrapper .dataTable thead .sorting_desc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=)}.yasr .dataTables_wrapper .dataTable thead .sorting_asc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==)}.yasr .dataTables_wrapper .dataTable thead .sorting_desc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAWUlEQVQoz2NgGAWDCtyJvPPzznc4/HknEbsy9js77vyHw313eHGZZ3PnE1TRuzuOuK1lvDMRqmzuHUZ87lO+cxuo6PEdLUIeyb7z604pYf+y3Zlwh4u2YQoAc7ZCBHH4jigAAAAASUVORK5CYII=)}.yasr .dataTables_wrapper .dataTable tbody tr:hover{background-color:#f9f9f9}.yasr .dataTables_wrapper .dataTable thead tr th{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:700;text-align:start;overflow:hidden;text-overflow:ellipsis;border:none;padding:5px 5px 5px 7px;min-width:28px}.yasr .dataTables_wrapper .dataTable thead tr th.sorting{min-width:10px;padding-right:18px}.yasr .dataTables_wrapper .dataTable thead tr th:hover{background-color:#f9f9f9}.yasr .dataTables_wrapper .dataTable td{padding:5px}.yasr .dataTables_wrapper .dataTable td>div{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.yasr .dataTables_wrapper .dataTable td>div.rowNumber{word-break:keep-all;overflow:visible}.yasr .dataTables_wrapper .dataTable td .tableEllipse{cursor:pointer;font-weight:700;padding:0 2px;background-color:#428bca33;border-radius:2px;margin:0 3px}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button{border:none;background:transparent}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button .disabled{color:#505050}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button.current{border:none;background:transparent;text-decoration:underline!important}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button:hover{border:none;background:transparent}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button:hover:not(.disabled){color:#000!important}.yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button:active{box-shadow:none}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable tfoot th,table.dataTable thead th{font-weight:700}table.dataTable thead td,table.dataTable thead th{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead td:active,table.dataTable thead th:active{outline:none}table.dataTable tfoot td,table.dataTable tfoot th{padding:10px 18px 6px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:100%}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody td,table.dataTable tbody th{padding:8px 10px}table.dataTable.display tbody td,table.dataTable.display tbody th,table.dataTable.row-border tbody td,table.dataTable.row-border tbody th{border-top:1px solid #ddd}table.dataTable.display tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.row-border tbody tr:first-child th{border-top:none}table.dataTable.cell-border tbody td,table.dataTable.cell-border tbody th{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr td:first-child,table.dataTable.cell-border tbody tr th:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child td,table.dataTable.cell-border tbody tr:first-child th{border-top:none}table.dataTable.display tbody tr.odd,table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}table.dataTable.display tbody tr.odd.selected,table.dataTable.stripe tbody tr.odd.selected{background-color:#acbad4}table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover{background-color:#f6f6f6}table.dataTable.display tbody tr:hover.selected,table.dataTable.hover tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3,table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3,table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}table.dataTable.compact thead td,table.dataTable.compact thead th{padding:4px 17px}table.dataTable.compact tbody td,table.dataTable.compact tbody th,table.dataTable.compact tfoot td,table.dataTable.compact tfoot th{padding:4px}table.dataTable td.dt-left,table.dataTable th.dt-left{text-align:left}table.dataTable td.dataTables_empty,table.dataTable td.dt-center,table.dataTable th.dt-center{text-align:center}table.dataTable td.dt-right,table.dataTable th.dt-right{text-align:right}table.dataTable td.dt-justify,table.dataTable th.dt-justify{text-align:justify}table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap{white-space:nowrap}table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable thead th.dt-head-left{text-align:left}table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center{text-align:center}table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right{text-align:right}table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify{text-align:justify}table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap{white-space:nowrap}table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left{text-align:left}table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center{text-align:center}table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right{text-align:right}table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify{text-align:justify}table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable td,table.dataTable th{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;background-color:transparent;padding:4px}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;margin-left:3px}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none!important;cursor:pointer;*cursor:hand;color:#333!important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333!important;border:1px solid #979797;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#dcdcdc));background:-webkit-linear-gradient(top,#fff,#dcdcdc);background:-moz-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-ms-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-o-linear-gradient(top,#fff 0,#dcdcdc 100%);background:linear-gradient(180deg,#fff 0,#dcdcdc)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{cursor:default;color:#666!important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:#fff!important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#585858),color-stop(100%,#111));background:-webkit-linear-gradient(top,#585858,#111);background:-moz-linear-gradient(top,#585858 0,#111 100%);background:-ms-linear-gradient(top,#585858 0,#111 100%);background:-o-linear-gradient(top,#585858 0,#111 100%);background:linear-gradient(180deg,#585858 0,#111)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#2b2b2b),color-stop(100%,#0c0c0c));background:-webkit-linear-gradient(top,#2b2b2b,#0c0c0c);background:-moz-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:-ms-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:-o-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:linear-gradient(180deg,#2b2b2b 0,#0c0c0c);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:-webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(25%,hsla(0,0%,100%,.9)),color-stop(75%,hsla(0,0%,100%,.9)),color-stop(100%,hsla(0,0%,100%,0)));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0));background:-moz-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:-ms-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))}.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_processing{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollBody>table,.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width:767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width:640px){.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}.yasr .booleanResult{display:flex;align-items:center;justify-content:center}.yasr .booleanResult svg{margin-bottom:-10px;margin-right:7px}.yasr .yasr_results{position:relative}.yasr .yasr_results .CodeMirror{border:1px solid #d1d1d1;margin-top:5px;height:100%}.yasr .yasr_results .CodeMirror.overflow:before{background:linear-gradient(transparent,hsla(0,0%,100%,.666667) 75%,#fff);content:"";width:100%;height:100%;z-index:1200;position:absolute;pointer-events:none}.yasr .yasr_results .overlay{width:100%;position:absolute;bottom:0;z-index:1201;display:flex;pointer-events:none}.yasr .yasr_results .overlay:after,.yasr .yasr_results .overlay:before{content:"";flex-grow:1}.yasr .yasr_results .overlay_content{display:flex;align-content:center;justify-content:center;align-items:center;background:#fff;pointer-events:all;background:linear-gradient(90deg,transparent,#fff 5%,#fff 95%,transparent)}.yasr .yasr_results .yasr_btn.overlay_btn{border:1px solid #337ab7;background:#fff;color:#337ab7;padding:10px;margin:10px}.yasr .yasr_results .yasr_btn.overlay_btn svg{margin-left:.5rem;fill:#337ab7;color:#337ab7}.yasr .yasr_results .yasr_btn.overlay_btn:hover{color:#255681;border-color:#337ab7;fill:#255681}.yasr .yasr_results .yasr_btn.overlay_btn:hover svg{color:#255681;fill:#255681}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:#14ff1480}.cm-animate-fat-cursor,.cm-fat-cursor-mark{-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:#ff06}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.yasr .errorResult{padding:10px}.yasr .errorResult .errorHeader{overflow:hidden}.yasr .errorResult .errorHeader .yasr_tryQuery{float:right;text-decoration:none;padding-top:3px;padding-bottom:3px}.yasr .errorResult .errorHeader span.status{display:inline-block;padding:.35em .5rem;font-size:75%;font-weight:600;line-height:1.35;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;color:#fff;background-color:#dc3545}.yasr .errorResult .errorMessageContainer{display:flex}.yasr .errorResult .errorMessageContainer .errorMessage{flex-grow:1;width:0;min-width:100px;overflow:auto;display:block;padding:10px;margin:10px 0;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.yasr .errorResult .redOutline{color:#a94442;background-color:#f2dede;margin-top:10px;padding:5px 1em;border:1px solid #ebccd1;border-radius:4px}.yasqe .CodeMirror{min-height:60px}.yasqe .svgImg{display:inline-block}.yasqe span.shortlinkErr{font-size:small;color:red;font-weight:700;float:left}.yasqe .CodeMirror-hint{max-width:30em}.yasqe .notificationContainer{width:100%;display:flex;justify-content:center;position:absolute;bottom:0}.yasqe .notification{z-index:4;padding:0 5px;max-height:0;color:#999;background-color:#eee;font-size:90%;text-align:center;transition:max-height .2s ease-in;border-top-right-radius:2px;border-top-left-radius:2px}.yasqe .notification.active{max-height:3rem}.yasqe .parseErrorIcon{width:13px;height:13px;margin-top:2px;margin-left:2px}.yasqe .parseErrorIcon svg g{fill:red}.yasqe .yasqe_tooltip{background:#333;background:rgba(0,0,0,.8);border-radius:5px;color:#fff;padding:5px 15px;width:220px;white-space:pre-wrap;white-space:normal;margin-top:5px}.yasqe .notificationLoader{width:18px;height:18px;vertical-align:middle}.yasqe .resizeWrapper{width:100%;height:10px;display:flex;align-items:center;justify-content:center;cursor:row-resize}.yasqe .resizeChip{width:20%;height:4px;background-color:#d1d1d1;visibility:hidden;border-radius:2px}.yasqe:hover .resizeChip{visibility:visible}.yasqe .yasqe_btn{color:#333;background-color:#fff;border:1px solid #ccc;display:inline-block;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;padding:6px 12px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible;box-sizing:border-box}.yasqe .yasqe_btn.btn_icon{padding:4px 8px}.yasqe .yasqe_btn.disabled,.yasqe .yasqe_btn[disabled]{cursor:default;opacity:.5;filter:alpha(opacity=50);box-shadow:none}.yasqe .yasqe_btn:hover{outline:0;background-color:#ebebeb;border-color:#adadad}.yasqe .yasqe_btn.selected,.yasqe .yasqe_btn:focus{color:#fff;outline:0;background-color:#337ab7;border-color:#337ab7}.yasqe .yasqe_btn.btn_icon:focus{color:#333;background-color:#fff;border:1px solid #ccc}.yasqe .yasqe_btn.yasqe_btn-sm{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.yasqe .yasqe_buttons{position:absolute;top:10px;right:20px;z-index:5}.yasqe .yasqe_buttons svg{fill:#505050}.yasqe .yasqe_buttons .yasqe_share{cursor:pointer;margin-top:3px;display:inline-block;border:none;background:none}.yasqe .yasqe_buttons .yasqe_share svg{height:25px;width:25px}.yasqe .yasqe_buttons button{vertical-align:top;margin-left:5px}.yasqe .yasqe_buttons .yasqe_sharePopup{position:absolute;padding:4px;margin-left:0;background-color:#fff;border:1px solid #e3e3e3;border-radius:2px;box-shadow:inset 0 1px 1px #0000000d;width:600px;height:auto;display:flex}.yasqe .yasqe_buttons .yasqe_sharePopup .inputWrapper{flex-grow:100}.yasqe .yasqe_buttons .yasqe_sharePopup input{float:left;width:100%;border:0;-ms-box-sizing:border-box;-khtml-box-sizing:border-box;box-sizing:border-box}.yasqe .yasqe_buttons .yasqe_sharePopup button{float:right;margin-left:5px}.yasqe .yasqe_buttons .yasqe_sharePopup textarea{width:100%}.yasqe .yasqe_buttons .yasqe_queryButton{display:inline-block;position:relative;border:none;background:none;padding:0;cursor:pointer;width:40px;height:40px}.yasqe .yasqe_buttons .yasqe_queryButton .queryIcon{display:block}.yasqe .yasqe_buttons .yasqe_queryButton .queryIcon svg{width:40px;height:40px}.yasqe .yasqe_buttons .yasqe_queryButton .svgImg{position:absolute;height:inherit;top:0}.yasqe .yasqe_buttons .yasqe_queryButton.busy svg #loadingIcon{stroke-dasharray:100;-webkit-animation:dash 1.5s linear infinite;animation:dash 1.5s linear infinite;stroke-width:8px;stroke:#fff}@-webkit-keyframes dash{to{stroke-dashoffset:200}}@keyframes dash{to{stroke-dashoffset:200}}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}.yasqe .yasqe_buttons .yasqe_queryButton .warningIcon{display:none}.yasqe .yasqe_buttons .yasqe_queryButton.query_error .warningIcon{display:block;top:5px;right:0}.yasqe .yasqe_buttons .yasqe_queryButton.query_error .warningIcon svg{width:15px;height:15px}.yasqe .yasqe_buttons .yasqe_queryButton.query_error .warningIcon svg g{fill:red}.yasqe .yasqe_buttons .yasqe_queryButton.query_disabled{cursor:not-allowed}.yasqe .yasqe_buttons .yasqe_queryButton.query_disabled .queryIcon{opacity:.5;filter:alpha(opacity=50)}@-webkit-keyframes spin{to{transform:rotate(1turn)}}.CodeMirror-hints{position:absolute;z-index:10;overflow:hidden;list-style:none;margin:0;padding:2px;box-shadow:2px 3px 5px #0003;border-radius:3px;border:1px solid silver;background:#fff;font-size:90%;font-family:monospace;max-height:20em;overflow-y:auto}.CodeMirror-hint{margin:0;padding:0 4px;border-radius:2px;white-space:pre;color:#000;cursor:pointer}li.CodeMirror-hint-active{background:#08f;color:#fff}.CodeMirror-foldmarker{color:#00f;text-shadow:#b9f 1px 1px 2px,#b9f -1px -1px 2px,#b9f 1px -1px 2px,#b9f -1px 1px 2px;font-family:arial;line-height:.3;cursor:pointer}.CodeMirror-foldgutter{width:.7em}.CodeMirror-foldgutter-folded,.CodeMirror-foldgutter-open{cursor:pointer}.CodeMirror-foldgutter-open:after{content:"▾"}.CodeMirror-foldgutter-folded:after{content:"▸"}.yasqe .CodeMirror{line-height:1.5em;font-size:14px;border:1px solid #d1d1d1}.yasqe span.cm-error{border-bottom:2px dotted red}.yasqe .gutterErrorBar{width:4px}.yasqe .CodeMirror-foldmarker{color:#6e2500;text-shadow:#ff935e 1px 1px 2px,#ff935e -1px -1px 2px,#ff935e 1px -1px 2px,#ff935e -1px 1px 2px;font-size:19px}.yasqe .cm-matchhighlight{background-color:#dbdeed}.CodeMirror-hints.default{max-width:1000px}.CodeMirror-hints.default li{text-overflow:ellipsis;overflow:hidden}@media only screen and (max-width:1000px){.CodeMirror-hints.default{max-width:800px}}.yasgui .tabMenu{background:#f5f5f5;z-index:7;transition:all .5s;transform:translate3d(-100%,0,0) rotateY(90deg);transform-origin:100% 50%;visibility:hidden;width:600px;border:1px solid #ccc;position:absolute;top:35px;left:0;perspective:1500px;perspective-origin:0 50%;transform-style:preserve-3d}.yasgui .tabMenu.open{visibility:visible;transform:translate3d(-100%,0,0) rotateY(0);transition:all .5s;left:600px}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.yasgui .tabMenu.open{min-width:600px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.yasgui .tabMenu{height:0}}.yasgui .tabMenu .requestConfigWrapper{padding:10px;overflow:hidden;display:flex;flex-wrap:nowrap;background:#f5f5f5}.yasgui .tabMenu .requestConfigWrapper .selectorButton{background-color:transparent;border:none;border-bottom:1px solid #d1d1d1;height:30px;color:#505050;cursor:pointer}.yasgui .tabMenu .requestConfigWrapper .selectorButton:hover{color:#000;border-color:#000}.yasgui .tabMenu .requestConfigWrapper .selectorButton.selected{color:#337ab7;border-bottom:2px solid #337ab7}.yasgui .tabMenu .requestConfigWrapper .selectorButton:focus{outline:none}.yasgui .tabMenu .requestConfigWrapper .selectorButton:focus-visible{color:#000;border-color:#000}.yasgui .tabMenu .acceptWrapper{flex-direction:row}.yasgui .tabMenu .acceptWrapper .acceptLabel{justify-self:center}.yasgui .tabMenu .acceptWrapper .selector{flex-direction:column;display:flex;padding:2.5px 5px;flex-grow:1;width:100%}.yasgui .tabMenu .acceptWrapper .selector .selectorLabel{align-self:center;font-weight:700;font-size:small}.yasgui .tabMenu .textSetting{display:flex;flex-direction:column}.yasgui .tabMenu .textSetting .label{align-self:flex-start}.yasgui .tabMenu .textSetting .graphInput{white-space:nowrap}.yasgui .tabMenu .textSetting .textRow{flex-direction:row;flex-wrap:nowrap;white-space:nowrap}.yasgui .tabMenu .textSetting .removeButton{border:none;background:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yasgui .tabMenu .textSetting .removeButton:hover{background:transparent;border-color:#000;color:#000;cursor:pointer}.yasgui .tabMenu .label{-webkit-text-decoration:#000;text-decoration:#000;font-weight:700;white-space:nowrap;padding-right:5px;align-self:center}.yasgui .autocomplete{padding:3px 6px;margin:4px 0;border:2px solid #ccc;width:100%;box-sizing:border-box;transition:border-color .2s ease-in}.yasgui .autocomplete:hover{border-color:#bbb}.yasgui .autocomplete:focus{border-color:#337ab7;background:none;outline:none}.yasgui .autocompleteWrapper{width:100%;max-width:700px;margin-left:10px;position:relative}.yasgui .autocompleteList{position:absolute;max-height:300px;overflow-y:auto;z-index:6;margin:-4px 0 0;padding:0;list-style:none;background:#fff;border:1px solid #aaa;box-sizing:border-box;left:0;right:0}.yasgui .autocompleteList:hover .autoComplete_result.autoComplete_selected:not(:hover){background:unset}.yasgui .autocompleteList:hover .autoComplete_result.autoComplete_selected:not(:hover) .removeItem{visibility:hidden}.yasgui .autocompleteList .autoComplete_result{cursor:pointer;padding:5px 10px;margin:0;overflow:hidden;display:flex;transition:background visibility .2s ease-in}.yasgui .autocompleteList .autoComplete_result b{color:#1f49a3}.yasgui .autocompleteList .autoComplete_result .autoComplete_highlighted{font-weight:700}.yasgui .autocompleteList .autoComplete_result.autoComplete_selected{background:#ccc}.yasgui .autocompleteList .autoComplete_result.autoComplete_selected .removeItem{visibility:visible}.yasgui .autocompleteList .autoComplete_result:hover{background:#ccc}.yasgui .autocompleteList .autoComplete_result:hover .removeItem{visibility:visible}.yasgui .autocompleteList .noResults{padding:5px 10px;margin:0}.yasgui .autocompleteList .removeItem{color:#000;font-size:15px;text-shadow:0 1px 0 #fff;opacity:.5;font-weight:700;text-align:end;margin-left:auto;visibility:hidden;background:none;border:none;cursor:pointer;margin-right:-10px;padding-right:20px}.yasgui .autocompleteList .removeItem:hover{opacity:.8;color:#1f49a3}.yasgui .autocompleteList:empty{display:none}.yasgui .tabPanel{display:none;position:relative}.yasgui .tabPanel.active{display:block}.yasgui .yasr{margin-top:5px}.yasgui .tabContextButton{border:none;background:none;align-self:center;padding-left:10px;cursor:pointer;color:#505050;fill:#505050}.yasgui .tabContextButton .svgImg{width:15px;height:15px;font-family:initial}.yasgui .tabContextButton svg{max-width:15px;max-height:15px}.yasgui .tabContextButton:hover{color:#000;fill:#000}.yasgui .controlbar{display:flex;align-content:center;max-height:35px}.yasgui.context-menu{position:absolute;z-index:10;background:#fff;min-width:160px;font-size:14px;border:1px solid rgba(0,0,0,.15);border-bottom-right-radius:4px;border-bottom-left-radius:4px;box-shadow:0 6px 12px #0000002d;background-clip:padding-box}.yasgui.context-menu hr{margin:8px auto;border:none;border-top:1px solid #aaa;border-bottom:1px solid #fff}.yasgui.context-menu .context-menu-list{padding:0}.yasgui.context-menu .context-menu-item{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857;color:#333;white-space:nowrap;cursor:pointer}.yasgui.context-menu .context-menu-item:hover{text-decoration:none;color:#000;background-color:#f5f5f5}.yasgui.context-menu .context-menu-item.disabled{text-decoration:none;color:gray;background-color:#e5e5e5;cursor:not-allowed}.yasgui .tabsList{display:flex;flex-wrap:wrap}.yasgui .tabsList .sortable-placeholder{min-width:100px;min-height:35px;border:2px dotted #888}.yasgui .tabsList a{cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:35px;border-bottom:2px solid transparent;box-sizing:border-box}.yasgui .tabsList .addTab{cursor:pointer;height:100%;font-size:120%;font-weight:800;margin-left:15px;padding:0 5px 2px;background:inherit;border:none;color:#337ab7}.yasgui .tabsList .addTab:focus-visible,.yasgui .tabsList .addTab:hover{transform:scale(1.1)}.yasgui .tabsList .addTab:focus{color:#faa857}.yasgui .tabsList .tab{position:relative}.yasgui .tabsList .tab .loader{display:none;background-color:#d5d5d5;height:2px;position:absolute;bottom:0;left:0;right:100%;-webkit-animation-name:slide;animation-name:slide;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes slide{0%{left:0;right:100%}70%{left:0;right:0}to{left:100%;right:0}}@keyframes slide{0%{left:0;right:100%}70%{left:0;right:0}to{left:100%;right:0}}.yasgui .tabsList .tab.active .loader{background-color:#9fc4e4}.yasgui .tabsList .tab:hover .loader{background-color:#337ab7}.yasgui .tabsList .tab.querying .loader{display:block}.yasgui .tabsList .tab.active a{border-bottom-color:#337ab7;color:#555}.yasgui .tabsList .tab input{display:none;outline:none;border:none}.yasgui .tabsList .tab.renaming .closeTab,.yasgui .tabsList .tab.renaming span{display:none}.yasgui .tabsList .tab.renaming input{display:block}.yasgui .tabsList .tab a{font-weight:600;color:#888;font-size:15px;line-height:1.5rem;font-weight:500;min-width:120px;padding:0 24px 0 30px;white-space:nowrap;overflow:hidden}.yasgui .tabsList .tab a:hover{border-bottom-color:#9fc4e4;color:#555}.yasgui .tabsList .tab a:focus{border-bottom-color:#faa857;color:#555}.yasgui .tabsList .tab a .closeTab{color:#000;margin-left:7px;font-size:15px;text-shadow:0 1px 0 #fff;opacity:.2;font-weight:700;padding:2px}.yasgui .tabsList .tab a .closeTab:hover{opacity:.5}.yasgui a{color:#337ab7;text-decoration:none}.yasgui .yasgui_textfield{display:block;padding-top:18.75px;position:relative}.yasgui .yasgui_textfield>label{position:absolute;top:0;display:block;width:100%;color:#0000008a;font-size:12px;font-weight:400;line-height:15px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.yasgui .yasgui_textfield>input,.yasgui .yasgui_textfield>textarea{box-sizing:border-box;display:block;color:#000000de;border:none;border-bottom:1px solid rgba(0,0,0,.26);outline:none;width:100%;padding:0;box-shadow:none;border-radius:0;font-size:15px;font-family:inherit;line-height:inherit;background-image:none}.yasgui .yasgui_textfield>input:focus,.yasgui .yasgui_textfield>textarea:focus{border-color:#337ab7;border-width:2px}.yasgui .yasgui_textfield>input:focus~label,.yasgui .yasgui_textfield>textarea:focus~label{color:#337ab7}.modal-dialog.google-visualization-charteditor-dialog{z-index:11;width:auto;margin:inherit}.modal-dialog.google-visualization-charteditor-dialog .charts-flat-menu-button{box-sizing:content-box}.yasqe{margin-top:7px}.material-icons.small-icon[data-v-08018aa0]{font-size:20px}.dropdownMenu[data-v-08018aa0]{z-index:1000;max-width:13rem;padding:.5rem 0;margin:.125rem 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;transform-origin:top right;position:absolute;right:0}button[data-v-08018aa0]:hover{background-color:#196fd2;border-color:#196fd2}.bglight[data-v-08018aa0]{background:#f8f9fa}.page-item[data-v-e5bc8588]{display:flex}.page-item.disabled[data-v-e5bc8588]{color:#000000b3}.page-item .page-link[data-v-e5bc8588]{line-height:normal}.items-per-page[data-v-e5bc8588]{display:inline;margin-left:auto}.items-per-page .items-per-page-dropdown[data-v-e5bc8588]{width:100px;height:48px}.items-per-page .items-per-page-icon[data-v-e5bc8588]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;height:100%;width:2.75rem;background-color:var(--primary)}.items-per-page .items-per-page-icon .material-icons[data-v-e5bc8588]{font-size:30px}.material-icons.small-icon[data-v-3b9350dc]{font-size:20px}.modal-title[data-v-678b1bab]{padding-left:20px;line-height:1.19}.modal-backdrop[data-v-678b1bab]{z-index:-1}.cp-dataset-card{padding:25px;margin:10px;height:500px;width:300px;border-radius:12px;background-color:#f0eded}.cp-dataset-card-caption{font-size:13px}.cp-dataset-card-container{height:calc(100% - 20px)}.cp-dataset-card-text{margin-top:80px;overflow:auto;margin-bottom:15px}.cp-dataset-card-header{font-size:24px;line-height:125%}.cp-dataset-card-description{font-size:16px;margin-top:10px}.cp-dataset-card-icon{text-align:end}.cp-dataset-card-icon img{width:25px}.multilang{font-size:.8rem}div:has(>.multiURI){width:75%}.dpiSpecialPropWrap div{margin-bottom:.5rem}.add[data-v-80f8648a],.remove[data-v-80f8648a]{padding:.5rem;margin:.5rem;border-radius:5px;transition:all .2s ease-in-out}.add[data-v-80f8648a]{border:1px solid lightseagreen}.add[data-v-80f8648a][data-v-80f8648a]:hover{text-decoration:none;color:#fff;background-color:#20b2aa}.remove[data-v-80f8648a]{border:1px solid lightcoral}.remove[data-v-80f8648a][data-v-80f8648a]:hover{text-decoration:none;color:#fff;background-color:#f08080}.disabledRemove[data-v-80f8648a][data-v-80f8648a]:hover{text-decoration:none;color:#fff;background-color:#d3d3d3}.horizontal-wrapper{display:flex;flex-direction:row;width:100%}.interactionWrapper{width:10%;display:flex;align-items:center;position:relative}.ball{position:absolute;display:flex;text-align:center;flex-direction:column;justify-content:center;height:1.5rem;width:1.5rem;font-size:1em;font-weight:700;cursor:pointer;border-radius:50%;margin:5px;transition:all ease-in-out .2s}.formkit-remover{left:30px;top:22px;background-color:red;color:#fff}.formkit-remover span{pointer-events:none;position:relative;bottom:.1rem}.formkit-remover:hover{background-color:#8b0000}.formkit-adder{top:22px;background-color:#8fbc8f;color:#fff}.formkit-adder span{position:relative;bottom:.13rem}.formkit-adder:hover{background-color:#006400}button{align-self:flex-start}.catSelectList{width:97.3%!important;margin:0 1rem}.selectListFK{max-height:20rem;overflow:overlay;overflow-x:hidden}.spatialWrap label[data-v-0e6763cf]{font-family:var(--fk-font-family-label);font-size:var(--fk-font-size-label);font-weight:var(--fk-font-weight-label);line-height:var(--fk-line-height-label)}.spatialWrap .spatialListUpload[data-v-0e6763cf]{width:100%;left:0;top:78px}tr[data-v-ace59886]{width:100%}.w-25[data-v-ace59886]{min-width:160px}.modal-title[data-v-b7a26f22]{float:left!important;font-family:Arial;font-style:normal;font-weight:700;font-size:24px;color:#000}.modal-head[data-v-b7a26f22]{border-bottom:none;padding:0;padding-bottom:1rem}.modal-body[data-v-b7a26f22]{border-top:1px solid #e9ecef;padding:0}.ecl-button[data-v-b7a26f22]{font-size:16px}.modal-footer[data-v-b7a26f22]{border-top:none;padding:2.438rem 0 0;font-size:16px}.close[data-v-b7a26f22]{font-size:14px;color:#1c3d66;opacity:1;padding:.5rem!important;text-align:right}.close .close-icon[data-v-b7a26f22]{color:#fff;background:#1C3D66;display:flex;justify-content:center;align-items:center;width:16px;height:16px;float:right;margin-left:10px}.active[data-v-b7a26f22]{color:#000!important}.iframeSettings[data-v-b7a26f22]{padding:1.875rem 0 2.438rem;font-size:18px}.iframeSettings input[data-v-b7a26f22]{padding:1.563rem 0rem}.iframeSettings .input-with-px[data-v-b7a26f22]{position:relative;margin-top:5px}.iframeSettings .input-with-px input[data-v-b7a26f22]{padding:15px 50px;border:1px solid #A5A5A5}.iframeSettings .input-with-px[data-v-b7a26f22]:after{content:"px";position:absolute;right:30%;top:54%;transform:translateY(-50%);color:#777;pointer-events:none}.copied[data-v-b7a26f22]{margin-left:30px;text-decoration:none!important}@-moz-document url-prefix(){.input-with-px input[data-v-b7a26f22]{max-width:240px}}@media screen and (max-width: 1100px){.iframeSettings[data-v-b7a26f22]{flex-direction:column!important}.height[data-v-b7a26f22]{padding-left:0!important;margin-top:10px}#ebmedTextarea[data-v-b7a26f22]{padding-bottom:20px!important}}.dsd-properties-inner-label[data-v-8bc109a7]{white-space:pre}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@piveau/piveau-hub-ui-modules",
3
3
  "private": false,
4
- "version": "4.3.6",
4
+ "version": "4.3.8",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "exports": {