@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kalam");
.od3-active, .od3-canton-selected {
  font-weight: bold;
  fill: #FAD237;
  transition-duration: 250ms;
}

.od3-barGroup text.od3-active {
  fill: #000000;
  font-weight: bolder;
  display: block;
}

.y.axis .tick text.od3-active {
  fill: #000000;
  font-weight: bolder;
  transition-duration: 0ms;
}

/* --- map ------------------------------------------------------------- */
.od3-caption-item .od3-active {
  font-weight: bold;
  transition-duration: 0ms;
}

.od3-canton.od3-active {
  fill: #fad237;
}

.od3-canton.od3-canton-selected {
  fill: #FAD237 !important;
}

.od3-gr-caption {
  fill: #000000;
  font-weight: normal;
}

.od3-tooltip-container {
  position: absolute;
  pointer-events: none;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.95);
  border: solid 1px #aaa;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
}

.od3-tooltip-title {
  font-weight: 600;
  margin-bottom: 4px;
}

/* Title style */
.od3-diagram h2 {
  float: none !important;
  font-size: 34px !important;
  font-weight: 600;
  line-height: 1.4 !important;
  margin: 0.5rem 0;
}

.od3-diagram h3 {
  float: none !important;
  font-weight: 600;
  line-height: 1.4 !important;
}

svg {
  font-size: 12px;
  font-weight: 400;
}

.od3-chart-title {
  font-size: 24px;
  font-weight: 400;
}

.od3-active {
  fill: #FAD237;
  transition-duration: 500ms;
}

text.od3-active, .od3-gq-question-label.od3-active {
  transition: none;
  color: #0A4E99;
  font-weight: normal;
}

/* Footnote styles */
.od3-footnote {
  margin-top: 5px;
  font-weight: 200;
  font-size: 12px;
  border: 2px solid #e5e5e5;
  padding: 1rem;
  background-color: #FAFAFA;
  min-height: 20px;
  line-height: 1.5em;
}

.od3-footnote-item {
  margin-bottom: 0.4em;
}

.od3-footnote-item:last-child {
  margin-bottom: 0px;
}

.od3-footnote-item-right {
  float: right;
}

/* Navigation Buttons */
.od3-button-row {
  margin: 15px 0 0 0;
}

.od3-button-row:after {
  content: "";
  display: table;
  clear: both;
}

.od3-nav-button {
  --radius: 1em;
  --height: calc(2* var(--radius));
  font-size: 16px;
  display: inline-block;
  line-height: var(--height);
  border-radius: calc( var(--height) / 2);
  color: #0A4E99;
  padding: 0px var(--radius);
  background-color: #F3F8FD;
  cursor: pointer;
}

.od3-nav-button.od3-nav-circle {
  --height: 2em;
  width: var(--height);
  height: var(--height);
  padding: 0px;
  text-align: center;
}

.od3-nav-button-noaction {
  cursor: default;
}

.od3-nav-button.od3-active {
  background-color: #0A4E99;
  color: #ffffff;
}

.od3-nav-button:hover {
  color: #E65800;
}

.od3-nav-button.od3-active.od3-nav-button-noaction:hover {
  background-color: #0A4E99;
  color: #ffffff;
}

.od3-nav-button a:hover {
  color: #ffffff;
}

.od3-nav-button.od3-nav-button-link {
  padding: 0;
}

.od3-nav-button a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 6px 15px;
}

.od3-nav-button, .od3-nav-button label {
  font-weight: 400;
}

.od3-button-disabled {
  color: #7b7b7b;
  opacity: 0.25;
  cursor: default;
}

.od3-button-disabled:hover {
  background-color: #ffffff !important;
  color: #7b7b7b;
}

.od3-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 1rem 0;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.od3-navigation:empty {
  margin: 0 0;
}

.od3-year-nav {
  display: flex;
  column-gap: 5px;
}

.od3-sex-nav {
  display: flex;
  column-gap: 5px;
}

.od3-sex-nav-disabled {
  display: none;
}

.od3-selection-container {
  display: inline-block;
  position: relative;
}

.od3-category-selector {
  min-width: 150px;
}

.od3-category-selector label {
  font-size: 14px;
}

.od3-year-selector {
  display: flex;
  flex-wrap: nowrap;
}

span.od3-selector-arrow {
  float: right;
  margin-left: 8px;
}

ul.od3-selection-list {
  border-top: 2px solid #e5e5e5;
  display: block;
  padding: 0;
  position: absolute;
  background-color: #ffffff;
  margin-top: 0px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: auto;
  max-width: 800px;
  z-index: 100;
}

ul.od3-selection-list > li {
  list-style: outside none none;
  border-bottom: 2px solid #e5e5e5;
  margin: 0;
  padding: 7px 15px;
  cursor: pointer;
  border-right: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  color: #7b7b7b;
  font-size: 14px;
  min-width: 150px;
  white-space: nowrap;
}

ul.od3-selection-list > li.od3-active {
  background-color: #83add9;
  color: #ffffff;
}

ul.od3-selection-list > li:hover {
  background-color: #006ab0;
  color: #ffffff;
}

.od3-sticky {
  position: fixed;
  top: 0px;
  margin-top: 0px;
  padding-top: 8px;
  padding-right: 2px;
  padding-bottom: -25px;
  -webkit-box-shadow: 0px 10px 13px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 13px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 13px -12px rgba(0, 0, 0, 0.75);
}

/* disable height setting */
.od3-sticky .od3-selection-container {
  min-height: 0;
}

.od3-sticky-title {
  display: none;
  font-weight: 600;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.od3-sticky .od3-sticky-title {
  display: block;
}

.od3-data-content {
  margin-top: 1rem;
}

.od3-data-content-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.od3-standardisation-nav {
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  margin-left: auto;
  margin-right: 7px;
  height: 2em;
}

.od3-standardisation-wrapper {
  display: inline-block;
  color: #0A4E99;
  height: 2em;
}

.od3-standardisation-label {
  font-size: 16px;
  margin-right: 7px;
  padding-top: 6px;
  text-shadow: 0 0 5px white;
}

input.od3-nav-switch[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.od3-nav-switch-label {
  --radius: calc(0.7em);
  --border: 1px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 10px;
  text-indent: -9999px;
  width: calc(4em + var(--border));
  height: calc(2em + var(--border));
  border: var(--border) solid #0A4E99;
  display: block;
  border-radius: 2em;
  position: relative;
  margin-top: 6px;
  background-color: white;
}

.od3-nav-switch-label:after {
  content: "";
  position: absolute;
  top: calc(1em - var(--radius) - 2 * var(--border) + 1px);
  left: calc(1em - var(--radius) - 2 * var(--border));
  width: calc(2 * var(--radius));
  height: calc(2 * var(--radius));
  background: #F3F8FD;
  border-radius: calc(2 * var(--radius));
  border: var(--border) solid #0A4E99;
  transition: 0.1s;
}

.od3-nav-switch:checked + .od3-nav-switch-label {
  background: #0A4E99;
}

.od3-nav-switch:checked + .od3-nav-switch-label:after {
  left: calc(100% - ( 1em - var(--radius)) - var(--border));
  transform: translateX(-100%);
  background: #ffffff;
}

.od3-nav-switch-label:active:after {
  width: 4em;
}

.od3-simple-tooltip {
  visibility: hidden;
  width: 180px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 5px;
  position: absolute;
  z-index: 1002;
  bottom: 22px;
  left: 50%;
  margin-left: -90px;
  opacity: 0;
  transition: opacity 0.5s;
  font-size: 0.8rem;
  overflow: visible;
}

.od3-simple-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.od3-simple-tooltip-zone {
  cursor: pointer;
  position: relative;
  display: inline-block;
  top: -3px;
}

.od3-simple-tooltip-zone svg {
  margin-left: 0.3ex;
  margin-right: 0.7ex;
}

.od3-simple-tooltip-zone:hover .od3-simple-tooltip {
  visibility: visible;
  opacity: 1;
}

.od3-simple-tooltip a {
  text-decoration: none;
  color: #CFE7FC;
}

.od3-navigation-wrapper {
  position: sticky;
  top: max(0px, var(--navFixedHeight));
  backdrop-filter: blur(4px);
}

.od3-as-barchart .y.axis line {
  opacity: 0.2;
}

.od3-ageclass-bars text.od3-active {
  font-weight: bold;
  fill: #000000;
  stroke-width: 0px;
}

.od3-ageclass-bars.od3-selectable rect.od3-active {
  fill: inherit;
  cursor: pointer;
}

.od3-ageclass-bars.od3-selectable.od3-no-pointer rect.od3-active {
  cursor: default;
}

.od3-sector {
  cursor: pointer;
}

.od3-sector-group.od3-active text {
  font-weight: normal;
  fill: #0A4E99;
}

@media print {
  .od3-navigation.od3-sticky {
    position: static !important;
    margin-top: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  .od3-nav-button.od3-active {
    background-color: #00629d !important;
    color: #ffffff !important;
  }

  .od3-diagram .od3-sticky-wrapper {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  .od3-diagram svg:first-of-type {
    page-break-before: avoid;
  }
}
.od3-tables {
  margin: -11px 0px 10px 0px;
  padding: 10px;
  border: 2px solid #e5e5e5;
  clear: both;
  background-color: #FFFFFF;
  line-height: normal;
}

.od3-tab {
  cursor: pointer;
}

.od3-tables-tab {
  float: left;
  padding: 0px 20px;
  font-size: 16px;
}

.od3-table-sheet-header {
  float: left;
  margin-right: 20px;
  font-size: 16px;
}

.od3-tables-tab-headers .od3-tab {
  min-width: 150px;
  padding: 5px;
  margin-right: 10px;
}

.od3-tab.od3-active {
  border-bottom: 3px solid #0A4E99;
}

.od3-tab {
  font-size: 16px;
  text-align: center;
  float: left;
  padding: 0px 5px;
  border-bottom: 3px solid white;
}

.od3-table-sheets-container {
  clear: both;
  padding: 20px 0px;
}

.od3-tables-container {
  clear: both;
}

.od3-table-container {
  font-size: 12px;
  max-height: 750px;
  overflow-x: auto;
  overflow-y: auto;
}

.od3-dataview-bottom {
  height: 20px;
}

.od3-dataview-nav.od3-nav-button {
  margin-top: 20px;
  font-size: 16px;
  margin-right: 10px;
}

.od3-tables .od3-sheet h3.od3-table-h3 {
  margin: 0px 0px 20px 0px;
  font-size: 20px;
  clear: none;
  position: inherit;
}

.od3-table-seperator {
  clear: both;
  height: 15px;
}

.od3-tables td, .od3-tables th {
  padding: 0px 12px 0px 12px;
}

.od3-tables table {
  border-collapse: collapse;
  margin: 0px;
}

.od3-tables thead {
  border-bottom: 1px solid #b4b4b4;
  font-weight: 400;
}

.od3-tables td, .od3-tables th {
  border: 1px dotted #b4b4b4;
}

.od3-tables th {
  padding-top: 5px;
  padding-bottom: 5px;
}

.od3-table-downloads {
  font-size: 16px;
  float: right;
  background-color: #F3F8FD;
  padding: 20px;
  margin-left: 10px;
  margin-bottom: 15px;
}

.od3-table-downloads div {
  margin-top: 10px;
}

.od3-table-downloads .od3-table-downloads-title {
  margin-top: 0px !important;
  font-weight: 600;
  color: #0A4E99;
}

.od3-table-xls-download {
  cursor: pointer;
  font-size: 16px;
}

.od3-table-xls-download svg {
  margin-right: 5px;
  vertical-align: text-bottom;
  color: #006400;
}

.od3-table-csv-download {
  cursor: pointer;
  font-size: 16px;
}

.od3-table-csv-download svg {
  margin-right: 5px;
  vertical-align: text-bottom;
  color: orange;
}

.od3-table-footnotes {
  font-size: 12px;
  margin-top: 5px;
}

.od3-table-copyright {
  float: right;
}

.od3-td-data {
  text-align: right;
}

.od3-td-bg {
  background-color: #f2f2f2;
}

.od3-gq-cat-container {
  margin-bottom: 10px;
  clear: both;
  background-color: #FFFFFF;
  padding: 1rem;
  color: #1F1E21;
}

.od3-gq-cat-label {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}

.od3-gq-cat-sublabel {
  margin-bottom: 6px;
  margin-top: -6px;
  font-size: 14px;
}

.od3-gq-question-label {
  font-size: 16px;
  line-height: normal;
  float: left;
  width: 350px;
  padding-top: 8px;
  padding-right: 10px;
  color: #1F1E21;
}

.od3-gq-question-label.od3-gq-style-listing {
  width: 250px;
}

.od3-gq-question-label.od3-gq-style-broad {
  width: 250px;
}

.od3-gq-question-label.od3-gq-style-alignright {
  text-align: right;
}

.od3-gq-chart {
  overflow: hidden;
}

.od3-gq-question-container {
  clear: both;
}

.od3-gq-cap-box {
  width: 25px;
  min-width: 25px;
  height: 15px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

.od3-gq-cap-item {
  display: flex;
  margin-bottom: 8px;
  margin-right: 10px;
  align-items: center;
  float: left;
}

.od3-gq-cap-item > div {
  display: inline-block;
}

.od3-gq-cap-item-text {
  font-size: 14px;
  line-height: normal;
  color: #1F1E21;
}

.od3-gq-caption {
  margin: 5px 0px 10px 376px;
  width: 400px;
}

.od3-gq-caption.od3-gq-caption-style-listing {
  margin-left: 276px;
}

.od3-gq-caption.od3-gq-caption-style-broad {
  margin-left: 276px;
  width: 550px;
}

.od3-hint {
  position: absolute;
  width: 220px;
  opacity: 0;
  font-family: "Kalam", cursive;
  font-size: 20px;
  color: #7b7b7b;
  line-height: 90%;
}

@media print {
  .od3-hint {
    display: none !important;
  }
}
.od3-tables, .od3-downloads {
  margin: -11px 0px 10px 0px;
  padding: 10px;
  border: 2px solid #e5e5e5;
  clear: both;
  background-color: #FFFFFF;
  line-height: normal;
  font-size: 16px;
}

.od3-downloads-h {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.od3-downloads-name {
  float: left;
  clear: both;
  margin-right: 20px;
}

.od3-downloads-link {
  cursor: pointer;
  color: #00629d;
  float: left;
  margin-right: 10px;
  font-weight: 600;
}

.od3-downloads-link:hover {
  color: #000000;
}

.field-name-field-indicator-defs-exp ul {
  list-style-type: "• ";
  margin-top: 1em;
  margin-bottom: 1em;
}

.field-name-field-indicator-defs-exp h3 + ul {
  margin-top: 0px;
}