/* TimeRange Widget
   ========================================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.odswidget-calendar {
  position: relative;
  display: block;
  min-height: 6rem;
}
.odswidget-calendar__loading-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  text-align: center;
}
.odswidget-calendar__loading-wheel {
  position: absolute;
  top: 50%;
  font-size: 4rem;
  margin-top: -2rem;
}
.odswidget-calendar__tooltip-title {
  text-align: center;
  padding-right: 1em;
}
.odswidget-calendar__tooltip-fields {
  max-height: 200px;
  font-size: 12px;
  overflow-y: scroll;
}
.odswidget-calendar__tooltip-field-name {
  font-weight: bold;
}
.fc-event {
  cursor: pointer;
}
.odswidget-calendar__tooltip.odswidget-calendar__tooltip--increase-precedence {
  background-color: #ffffff;
  border-radius: 0.4em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: -10px;
  line-height: normal;
  font-size: 0.9rem;
}
.odswidget-calendar__tooltip.odswidget-calendar__tooltip--increase-precedence:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  width: 17px;
  height: 17px;
  padding: 1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.odswidget-calendar__tooltip.odswidget-calendar__tooltip--increase-precedence .qtip-close {
  right: 5px;
  top: 5px;
  font-size: 2em;
  text-decoration: none;
  color: #c3c3c3;
  border: 0;
  background: none;
}
.odswidget-calendar__tooltip.odswidget-calendar__tooltip--increase-precedence .qtip-close:hover {
  color: #999;
  text-decoration: none;
}
.ods-chart {
  position: relative;
  height: 100%;
  min-height: 200px;
}
.ods-chart .chartplaceholder {
  width: 100%;
  height: 100%;
}
.ods-chart__loading {
  width: 100%;
  position: absolute;
  z-index: 100;
  text-align: center;
  font-size: 50px;
  top: 45%;
  margin-top: -25px;
}
.odswidget-dataset-card,
.odswidget-multidatasets-card {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.odswidget-dataset-card div.card-container,
.odswidget-multidatasets-card div.card-container {
  background-color: white;
  box-shadow: 0 3px 12px 0 rgba(50, 50, 50, 0.75);
  display: block;
  box-sizing: border-box;
  padding-left: 5px;
  overflow: hidden;
  z-index: 3000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.odswidget-dataset-card div.card-container.bottom,
.odswidget-multidatasets-card div.card-container.bottom {
  top: auto;
  bottom: 0;
}
.odswidget-dataset-card div.card-container.multidatasets:not(.expandable) h3.datasets-counter span.count-text,
.odswidget-multidatasets-card div.card-container.multidatasets:not(.expandable) h3.datasets-counter span.count-text {
  text-decoration: none;
}
.odswidget-dataset-card div.card-container.multidatasets:not(.expandable) div.datasets-expanded,
.odswidget-multidatasets-card div.card-container.multidatasets:not(.expandable) div.datasets-expanded {
  overflow-y: hidden;
}
.odswidget-dataset-card div.card-container.multidatasets h2,
.odswidget-multidatasets-card div.card-container.multidatasets h2 {
  width: 80%;
  width: calc(100% - 100px);
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  margin-bottom: 3px;
  opacity: 0.9;
}
.odswidget-dataset-card div.card-container.multidatasets h3.datasets-counter,
.odswidget-multidatasets-card div.card-container.multidatasets h3.datasets-counter {
  margin-bottom: 4px;
  cursor: pointer;
}
.odswidget-dataset-card div.card-container.multidatasets h3.datasets-counter span.count-text,
.odswidget-multidatasets-card div.card-container.multidatasets h3.datasets-counter span.count-text {
  text-decoration: underline;
}
.odswidget-dataset-card div.card-container.multidatasets h3.datasets-counter span.count-text:hover,
.odswidget-multidatasets-card div.card-container.multidatasets h3.datasets-counter span.count-text:hover {
  text-decoration: none;
}
.odswidget-dataset-card div.card-container.multidatasets div.datasets-expanded,
.odswidget-multidatasets-card div.card-container.multidatasets div.datasets-expanded {
  max-height: 200px;
  overflow-y: auto;
}
.odswidget-dataset-card div.card-container.multidatasets div.datasets-expanded h2,
.odswidget-multidatasets-card div.card-container.multidatasets div.datasets-expanded h2 {
  white-space: inherit;
}
.odswidget-dataset-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list,
.odswidget-multidatasets-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  width: calc(100% - 20px);
  list-style: none;
}
.odswidget-dataset-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list li:before,
.odswidget-multidatasets-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list li:before {
  content: "•";
  padding-right: 5px;
}
.odswidget-dataset-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list li:first-child:last-child:before,
.odswidget-multidatasets-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list li:first-child:last-child:before {
  content: normal;
  padding-right: 0;
}
.odswidget-dataset-card div.card-container h2.dataset-title,
.odswidget-multidatasets-card div.card-container h2.dataset-title {
  width: 80%;
  width: calc(100% - 100px);
  word-wrap: break-word;
}
.odswidget-dataset-card div.card-container .expand-control,
.odswidget-multidatasets-card div.card-container .expand-control {
  position: absolute;
  top: 5px;
  right: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.odswidget-dataset-card div.card-container .expand-control.expanded i.icon-chevron-down,
.odswidget-multidatasets-card div.card-container .expand-control.expanded i.icon-chevron-down {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.odswidget-dataset-card div.card-container .dataset-expanded,
.odswidget-multidatasets-card div.card-container .dataset-expanded {
  max-height: 200px;
  overflow-y: auto;
}
.odswidget-dataset-card div.card-container .dataset-expanded .dataset-description,
.odswidget-multidatasets-card div.card-container .dataset-expanded .dataset-description {
  word-wrap: break-word;
  padding: 20px;
}
.odswidget-dataset-card div.card-container:not(.expanded) .dataset-title,
.odswidget-multidatasets-card div.card-container:not(.expanded) .dataset-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.odswidget-dataset-card div.card-container:not(.expanded) .dataset-expanded,
.odswidget-multidatasets-card div.card-container:not(.expanded) .dataset-expanded {
  overflow-y: hidden;
}
.odswidget-dataset-card div.card-container:not(.expanded) .dataset-expanded p,
.odswidget-multidatasets-card div.card-container:not(.expanded) .dataset-expanded p {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
  padding-right: 2px;
}
.odswidget-dataset-card div.card-container:not(.expanded) .dataset-expanded li.single-dataset,
.odswidget-multidatasets-card div.card-container:not(.expanded) .dataset-expanded li.single-dataset {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.odswidget-dataset-card div.card-container .dataset-infos,
.odswidget-multidatasets-card div.card-container .dataset-infos {
  padding: 5px 0;
  font-size: 13px;
  text-align: center;
}
.odswidget-dataset-card div.card-container .dataset-infos .dataset-infos-text,
.odswidget-multidatasets-card div.card-container .dataset-infos .dataset-infos-text {
  opacity: 0.7;
}
.odswidget-dataset-card div.card-container .dataset-infos a,
.odswidget-multidatasets-card div.card-container .dataset-infos a {
  text-decoration: underline;
}
.odswidget-dataset-card div.card-container.expandable h2.dataset-title,
.odswidget-multidatasets-card div.card-container.expandable h2.dataset-title {
  cursor: pointer;
}
.odswidget-dataset-card div.card-container.expandable div.expand-control,
.odswidget-multidatasets-card div.card-container.expandable div.expand-control {
  cursor: pointer;
}
.odswidget-dataset-card div.card-container:not(.expandable) h2,
.odswidget-multidatasets-card div.card-container:not(.expandable) h2 {
  cursor: default !important;
}
.odswidget-dataset-card div.card-container:not(.expandable) .expand-control,
.odswidget-multidatasets-card div.card-container:not(.expandable) .expand-control {
  display: none;
  cursor: default;
}
.odswidget-dataset-card div.card-container:not(.expandable) .dataset-expanded,
.odswidget-multidatasets-card div.card-container:not(.expandable) .dataset-expanded {
  display: none;
}
.odswidget-dataset-card div.card-container:not(.expandable) .datasets-counter,
.odswidget-multidatasets-card div.card-container:not(.expandable) .datasets-counter {
  cursor: default !important;
}
.odswidget-dataset-card div.card-container:not(.expandable) .datasets-counter span.count-text,
.odswidget-multidatasets-card div.card-container:not(.expandable) .datasets-counter span.count-text {
  text-decoration: none;
}
.odswidget-dataset-card div.dataset-item,
.odswidget-multidatasets-card div.dataset-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.odswidget-dataset-card div.dataset-item > .odswidget,
.odswidget-multidatasets-card div.dataset-item > .odswidget,
.odswidget-dataset-card div.dataset-item > ods-map .odswidget-map,
.odswidget-multidatasets-card div.dataset-item > ods-map .odswidget-map {
  position: relative;
  height: 100%;
}
.odswidget-dataset-card div.dataset-item > ods-map,
.odswidget-multidatasets-card div.dataset-item > ods-map {
  display: block;
}
.odswidget-facet {
  margin: 1rem 0;
}
.odswidget-facet__facet-title {
  margin: 0 0 0.33rem 0;
}
.odswidget-facet__category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.odswidget-facet__category {
  position: relative;
  color: #333333;
  padding: 0.1rem 0 0.1rem 0.67rem;
  border-left: solid 3px #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.odswidget-facet__category:hover,
.odswidget-facet__category--refined {
  color: #ec643c;
  text-decoration: none;
  border-color: #ec643c;
}
.odswidget-facet__category-container .odswidget-facet__category-list {
  margin-left: calc(0.67rem + 3px);
}
.odswidget-facet--disjunctive .odswidget-facet__category:hover:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0.05rem;
  padding: .1rem 0;
}
.odswidget-facet--disjunctive .odswidget-facet__category--refined:hover:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0.05rem;
  padding: .1rem 0;
}
.odswidget-facet__category-name {
  word-break: break-word;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: auto;
}
.odswidget-facet__category-count {
  font-size: 0.9rem;
  padding-left: 0.33rem;
  padding-top: 0.1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  float: right;
}
.odswidget-facet__expansion-control-link {
  font-style: italic;
  padding: 0 1rem;
  color: #2c3f56;
}
.odswidget-facet__expansion-control-link:hover {
  color: #ec643c;
  text-decoration: none;
}
.odswidget-facet__value-search-cancel {
  position: absolute;
  top: 0;
  right: 0.5em;
  line-height: 1.6;
  opacity: 0.5;
  cursor: pointer;
}
.odswidget-facet__value-search {
  position: relative;
}
.odswidget-facet__value-search:before {
  font-family: 'FontAwesome';
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0.5em;
  line-height: 1.6;
  width: 1em;
  text-align: center;
  display: block;
  opacity: 0.5;
}
.odswidget-facet__value-search-input {
  padding: 0 2em;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
}
.odswidget-facet__value-icon {
  width: 1.2rem;
}
.odswidget-filter-summary {
  padding: 0;
  margin: 0;
  list-style: none;
}
.odswidget-filter-summary__active-filter-link {
  border-left: 3px solid #e5e5e5;
  padding: 0.1rem 0 0.1rem 0.67rem;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: inherit;
}
.odswidget-filter-summary__active-filter-link:hover {
  color: #ec643c;
  text-decoration: none;
  border-left-color: #ec643c;
}
.odswidget-filter-summary__active-filter-label {
  background-color: #2c3f56;
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 0.1rem 0.33rem;
}
#odswidget-geotooltip {
  border: solid 1px Black;
}
.odswidget-last-datasets-feed__datasets {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.odswidget-last-datasets-feed__dataset {
  clear: both;
  margin-bottom: 10px;
}
.odswidget-last-datasets-feed__dataset:last-child {
  margin-bottom: 0;
}
.odswidget-last-datasets-feed__dataset-details {
  margin-left: 40px;
}
.odswidget-last-datasets-feed__dataset-details-title {
  font-size: 1.2rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.odswidget-last-datasets-feed__theme-picto {
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 5px;
  opacity: 0.5;
}
.odswidget-last-datasets-feed__theme-picto.theme-default {
  opacity: 0.1;
}
.odswidget-last-datasets-feed__dataset-details-modified {
  border-bottom: 1px dotted #333;
  cursor: help;
  display: inline;
}
.odswidget-last-reuses-feed__reuses {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.odswidget-last-reuses-feed__reuse {
  clear: both;
  margin-bottom: 10px;
}
.odswidget-last-reuses-feed__reuse-details {
  margin-left: 80px;
}
.odswidget-last-reuses-feed__reuse-details-title {
  font-size: 1.2rem;
}
.odswidget-last-reuses-feed__reuse-details-dataset {
  font-size: 1.1rem;
}
.odswidget-last-reuses-feed__reuse-details-modified {
  border-bottom: 1px dotted #333;
  cursor: help;
  display: inline;
}
.odswidget-last-reuses-feed__reuse:last-child {
  margin-bottom: 0;
}
.odswidget-last-reuses-feed__reuse-thumbnail {
  float: left;
  height: 64px;
  width: 70px;
  text-align: center;
}
.odswidget-last-reuses-feed__reuse-thumbnail-image {
  max-width: 64px;
  max-height: 64px;
  vertical-align: middle;
}
.odswidget-map-tooltip {
  min-height: 30px;
  position: relative;
}
.odswidget-map-tooltip__record-values {
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}
.odswidget-map-tooltip__field-value {
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.odswidget-map-tooltip__record {
  overflow: auto;
}
.odswidget-map-tooltip__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}
.odswidget-map-tooltip__limited-results-warning {
  text-align: center;
  font-size: 1.1em;
}
.odswidget-map-tooltip__header {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}
.odswidget-map-tooltip__scroll-control {
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 0;
}
.odswidget-map-tooltip__scroll-left,
.odswidget-map-tooltip__scroll-right {
  padding: 5px 10px;
}
.odswidget-map-tooltip__scroll-left:hover,
.odswidget-map-tooltip__scroll-right:hover {
  color: Black;
  background-color: #EEEEEE;
}
.odswidget-map {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
.odswidget-map__map {
  height: 100%;
  min-height: 400px;
}
.odswidget-map__loading {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 12px;
  color: #333;
  font-size: 30px;
  pointer-events: none;
}
.odswidget-map-picto {
  height: 18px;
  width: 18px;
}
.odswidget-map-picto svg {
  width: 18px;
  height: 18px;
}
.odswidget-map__legend {
  border-radius: 2px;
  text-align: left;
  line-height: 18px;
  color: #555;
  background-color: white;
  padding: 0.4em;
  min-width: 200px;
  box-sizing: border-box;
}
.odswidget-map__legend-title {
  text-align: center;
  overflow: hidden;
  font-weight: bold;
}
.odswidget-map__legend-color {
  height: 18px;
  width: 10%;
  padding: 0;
  display: inline-block;
  opacity: 0.8;
  box-sizing: border-box;
  border-style: solid;
  border-color: black;
  border-width: 1px 1px 1px 0;
}
.odswidget-map__legend-color:first-child {
  margin-left: 5%;
  border-left-width: 1px;
}
.odswidget-map__legend-color:last-child {
  margin-right: 5%;
  border-right-width: 1px;
}
.odswidget-map__legend-counts {
  text-align: center;
}
.odswidget-map__legend-value {
  padding: 1px;
  line-height: 0.7rem;
  font-size: 0.7rem;
}
.odswidget-map__legend-value:first-child {
  float: left;
}
.odswidget-map__legend-value:last-child {
  float: right;
}
.odswidget-map__legend-value:first-child:last-child {
  float: none;
}
.leaflet-control-container .leaflet-top,
.leaflet-control-container .leaflet-bottom {
  z-index: inherit;
}
.leaflet-control-geocoder input[type="text"] {
  padding: 0!important;
  box-shadow: none !important;
  line-height: 36px !important;
  font-size: 18px;
  width: 0 !important;
  border: none;
}
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  height: 36px;
  width: 36px;
}
.leaflet-control-geocoder.leaflet-control-geocoder-expanded input {
  padding-left: 5px !important;
  width: 226px !important;
}
.leaflet-geocoder-highlight {
  opacity: 1;
  transition: opacity 2s ease-out;
}
.geocoder-highlight-on .leaflet-geocoder-highlight {
  opacity: 0;
}
.leaflet-control-filterview {
  margin-left: 13px;
  margin-top: 12px;
}
.leaflet-control-filterview a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px 4px 4px 4px;
}
.leaflet-control-filterview a::after {
  font-family: 'FontAwesome';
  font-size: 16px;
  content: "\f0B0";
  position: absolute;
  left: 8px;
  top: 3px;
}
.leaflet-control-filterview.active a {
  background-color: black;
}
.leaflet-control-filterview.active a::after {
  color: white;
}
.leaflet-control-attribution img {
  vertical-align: bottom;
}
.odswidget-map__map--with-searchbox .leaflet-top.leaflet-left {
  top: 45px;
}
.odswidget-map__map--with-display-control .leaflet-top.leaflet-right {
  transition: right 0.25s ease-in;
  right: 310px;
}
@media (max-width: 767px) {
  .odswidget-map__map--with-display-control .leaflet-top.leaflet-right.collapsed {
    right: 40px;
  }
}
.odswidget-map-display-control {
  position: absolute;
  top: 10px;
  transition: right 0.25s ease-in;
}
@media (max-width: 767px) {
  .odswidget-map-display-control {
    right: -260px;
  }
}
@media (min-width: 768px) {
  .odswidget-map-display-control {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .odswidget-map-display-control--expanded {
    right: 10px;
  }
}
.odswidget-map-display-control__toggle {
  background-color: #ffffff;
  border: none;
  position: absolute;
  top: 100px;
  right: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.33rem;
  padding: 0;
  width: 1em;
  height: 2em;
}
@media (min-width: 768px) {
  .odswidget-map-display-control__toggle {
    display: none;
  }
}
.odswidget-map-display-control__groups {
  width: 300px;
  overflow-y: scroll;
  margin: 0;
  padding: 10px;
  background-color: #ffffff;
  list-style: none;
  min-height: 150px;
  max-height: calc(100% - 2*10px);
}
.odswidget-map-display-control__group {
  margin-left: 0;
  transition: margin-left 0.2s, border-left-width 0.2s, opacity 0.2s;
  border: solid 1px #E5E5E5;
  border-left-width: 5px;
  padding: 5px;
}
.odswidget-map-display-control__group:not(:last-child) {
  margin-bottom: 10px;
}
.odswidget-map-display-control__group--disabled {
  margin-left: 20px;
  border-left-width: 1px;
  opacity: 0.5;
}
.odswidget-map-display-control__group--not-toggleable[ng-click] {
  cursor: auto;
}
.odswidget-map-display-control__group-title {
  font-size: 1.1rem;
  color: #2C3F56;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline;
}
.odswidget-map-display-control__group-title--error {
  color: #c42b23;
}
.odswidget-map-display-control__picto {
  display: inline-block;
  vertical-align: sub;
}
.odswidget-map-display-control__picto--error,
.odswidget-map-display-control__group-title--error,
.odswidget-map-display-control__group-description--error {
  color: #c42b23;
}
.odswidget-map-display-control__group-description {
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.odswidget-map-search-box {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background-color: transparent;
  transition: background-color 0.1s, width 0.25s ease;
  z-index: 8;
}
@media (max-width: 767px) {
  .odswidget-map-search-box {
    width: 100px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .odswidget-map-search-box {
    width: 435px;
  }
}
@media (max-width: 767px) {
  .odswidget-map-search-box--expanded {
    width: calc(100% - 10px);
  }
}
.odswidget-map-search-box__toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-left-width: 0;
  width: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .odswidget-map-search-box__toggle {
    display: none;
  }
}
.odswidget-map-search-box__box-wrapper {
  position: relative;
}
.odswidget-map-search-box__box-wrapper:before {
  font-family: 'FontAwesome';
  content: '\f002';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  line-height: 2;
  font-size: 1.4rem;
}
.odswidget-map-search-box__box {
  padding-left: 3ch;
  padding-right: 3ch;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2;
  outline: none;
  transition: border-color 0.1s;
}
.odswidget-map-search-box__box--datasearch {
  border-color: rgba(0, 0, 0, 0.1);
}
.odswidget-map-search-box__box-cancel {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  outline: none;
}
/* Geo suggest */
.odswidget-map-search-box__suggestions {
  background-color: white;
  list-style: none;
  margin: 0;
  padding: 0;
  border: solid 1px #90A4AE;
}
@media (max-width: 767px) {
  .odswidget-map-search-box__suggestions {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .odswidget-map-search-box__suggestions--expanded {
    max-height: none;
    opacity: 1;
    overflow: inherit;
  }
}
.odswidget-map-search-box__suggestions:hover {
  cursor: pointer;
}
.odswidget-map-search-box__suggestion {
  padding: 10px;
  border-top: solid 1px #E5E5E5;
}
.odswidget-map-search-box__suggestion em {
  font-style: normal;
  font-weight: 600;
}
.odswidget-map-search-box__suggestion--selected {
  color: #EC643C;
}
.odswidget-map-search-box__search-suggestion {
  padding: 10px;
  border-top: solid 1px #E5E5E5;
}
.odswidget-map-search-box__search-suggestion:first-child {
  border-top: none;
}
.odswidget-map-search-box__search-suggestion--selected {
  color: #EC643C;
}
.odswidget-map-search-box__suggestion-localization {
  font-size: 0.8rem;
  opacity: 0.6;
}
.odswidget-map-search-box__suggestion-icon {
  font-size: 1.2rem;
}
/* Data search (inside the data displayed on the map */
.odswidget-map-search-box--datasearch {
  background-color: white;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.odswidget-map-search-box__box-wrapper--datasearch {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
}
.odswidget-map-search-box__data-search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.odswidget-map-search-box__data-search__datasets {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100px;
  overflow: auto;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: solid 1px #90A4AE;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
}
.odswidget-map-search-box__data-search__dataset--active {
  color: #EC643C;
}
.odswidget-map-search-box__data-search__dataset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1.5;
}
.odswidget-map-search-box__data-search__dataset-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.odswidget-map-search-box__data-search__dataset-count {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.odswidget-map-search-box__data-search__pagination {
  height: 40px;
  line-height: 40px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid 1px #90A4AE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.odswidget-map-search-box__data-search__pagination-counter {
  text-align: left;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.odswidget-map-search-box__data-search__pagination-pages {
  display: inline-block;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.odswidget-map-search-box__data-search__pagination-button {
  background-color: transparent;
  outline: none;
  border: none;
}
.odswidget-map-search-box__data-search__pagination-button:disabled {
  opacity: 0.5;
}
.odswidget-map-search-box__data-search__results {
  list-style: none;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  border-top: solid 1px #90A4AE;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
}
.odswidget-map-search-box__data-search__result:hover {
  cursor: pointer;
}
.odswidget-map-search-box__data-search__no-results {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 20px;
  opacity: 0.8;
}
.odswidget-map-search-box__data-search__result {
  padding: 15px;
}
.odswidget-map-search-box__data-search__result-empty {
  font-style: italic;
  opacity: 0.6;
}
.odswidget-map-search-box__data-search__result-icon {
  font-size: 1.2rem;
  margin-right: 5px;
}
.odswidget-map-search-box__data-search__result:not(:first-child) {
  border-top: solid 1px #E5E5E5;
}
/* Result preview */
.odswidget-map-search-box__data-search__result-preview {
  display: table;
}
.odswidget-map-search-box__data-search__result-preview-line {
  display: table-row;
  padding: 10px;
}
.odswidget-map-search-box__data-search__result-preview-label {
  display: table-cell;
  font-weight: bold;
  padding-right: 20px;
  text-align: right;
}
.odswidget-map-search-box__data-search__result-preview-value {
  display: table-cell;
}
.odswidget-map-search-box__close-search-icon {
  font-size: 1.2rem;
}
.odswidget-map-legend {
  width: 250px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: white;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 25px;
}
.odswidget-map-legend--extended {
  width: 400px;
  overflow: hidden;
  /* Avoid a scrollbar during the transition effct */
}
.odswidget-map-legend__categories-container--extended {
  -webkit-column-count: 2;
          column-count: 2;
}
.odswidget-map-legend__categories--condensed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.odswidget-map-legend__categories--condensed__item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  padding: 2px;
  text-align: center;
}
.odswidget-map-legend__categories__color-block,
.odswidget-map-legend__choropleth__color-block {
  width: 16px;
  height: 16px;
  border: solid 1px black;
  display: inline-block;
}
.odswidget-map-legend__categories--extended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.odswidget-map-legend__categories__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 190px;
  padding: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
}
.odswidget-map-legend__categories__item-color {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}
.odswidget-map-legend__categories__item-value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.odswidget-map-legend__categories__item-value--remaining {
  font-style: italic;
}
.odswidget-map-legend__choropleth__item-value--remaining {
  font-style: italic;
  font-size: .9rem;
  text-align: right;
  width: 100%;
}
.odswidget-map-legend__categories__item-value--others {
  font-style: italic;
}
.odswidget-map-legend__choropleth__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 2px;
}
.odswidget-map-legend__choropleth__item-color {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}
.odswidget-map-legend__choropleth__item-range {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.odswidget-map-legend__choropleth__item-range__bound {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: right;
  width: 50%;
}
.odswidget-map-legend__choropleth__item-range__bound-arrow {
  margin-left: 10px;
}
.odswidget-map-legend__default-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 190px;
  padding: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
}
.odswidget-map-legend__simple-container {
  text-align: center;
}
.odswidget-map-legend__default__color-block {
  width: 16px;
  height: 16px;
  border: solid 1px black;
  display: inline-block;
  margin-right: 5px;
}
.odswidget-map-legend__simple__color-block {
  width: 60%;
  height: 16px;
  border: solid 1px black;
  display: inline-block;
  margin-top: 10px;
}
.odswidget-map-legend__simple__color-block:last-child {
  margin-bottom: 10px;
}
.odswidget-map-legend__simple__color-block-subtext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 60%;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.odswidget-map-legend__simple__color-block-subtext-left {
  width: 50%;
  text-align: left;
}
.odswidget-map-legend__simple__color-block-subtext-right {
  width: 50%;
  text-align: right;
}
.odswidget-map-legend__title {
  position: relative;
  font-weight: 600;
  text-align: center;
  display: inline;
}
.odswidget-map-legend__picto {
  display: inline-block;
  vertical-align: sub;
}
.odswidget-map-legend__label {
  font-size: 0.9rem;
  text-align: center;
}
.odswidget-map-legend__header {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 20px;
}
.odswidget-map-legend--not-toggleable[ng-click] {
  cursor: auto;
}
.odswidget-map-legend__title-toggle {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
}
.odswidget-map-legend__pagination {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.odswidget-map-legend__pagination-button {
  background-color: transparent;
  border: none;
  outline: none;
}
.odswidget-map-legend__pagination-button.ng-hide {
  /* Use visibility instead of display none, so that the block doesn't move when the button is hidden */
  display: inline-block !important;
  visibility: hidden;
}
.odswidget-map-legend__no-legend-placeholder {
  text-align: center;
  font-style: italic;
}
.odswidget-media-gallery {
  position: relative;
  overflow-y: scroll;
  height: 400px;
}
.odswidget-media-gallery__container {
  position: relative;
}
.odswidget-media-gallery__media-container {
  position: relative;
}
.odswidget-media-gallery__media-container div {
  position: relative;
  background-color: #f5f5f5;
}
.odswidget-media-gallery__media-container::before {
  content: attr(data-index);
  position: absolute;
  top: 3px;
  right: 3px;
  text-align: right;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: .5;
  z-index: 100;
}
.odswidget-media-gallery__media-container img {
  border: 1px solid transparent;
}
.odswidget-media-gallery__media-container:hover img {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.odswidget-media-gallery__media-container .odswidget-media-gallery__media-container__title-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: bottom;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  transition: top 0.2s;
  padding: 5px;
}
.odswidget-media-gallery__media-container:hover .odswidget-media-gallery__media-container__title-container {
  top: auto;
  bottom: 0;
}
.odswidget-media-gallery__media-container--selected::before,
.odswidget-media-gallery__media-container--selected::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5e5e5;
  position: absolute;
  bottom: -11px;
  left: 50%;
  top: auto;
  right: auto;
  margin-left: -10px;
  z-index: 1;
}
.odswidget-media-gallery__media-container--selected:after {
  border-bottom: 10px solid #ffffff;
  bottom: -13px;
}
.odswidget-media-gallery__details {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  min-height: 10px;
  *zoom: 1;
}
.odswidget-media-gallery__details:before,
.odswidget-media-gallery__details:after {
  display: table;
  content: "";
  line-height: 0;
}
.odswidget-media-gallery__details:after {
  clear: both;
}
.odswidget-media-gallery__media-container .odswidget-record-image__image {
  width: 100%;
  height: 100%;
}
.ods-media-gallery__tooltip__image-container {
  float: right;
  width: 49%;
  min-height: 10px;
}
.ods-media-gallery__tooltip__image {
  max-width: 100%;
  border: 1px solid #e5e5e5;
}
.ods-media-gallery__tooltip__fields {
  float: right;
  width: 49%;
  overflow-wrap: break-word;
}
.ods-media-gallery__image-spinner-overlay {
  position: absolute;
  top: 48%;
  left: 48%;
  right: 0;
  bottom: 0;
  font-size: 2rem;
}
.odswidget-most-popular-datasets__datasets {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.odswidget-most-popular-datasets__dataset {
  clear: both;
  margin-bottom: 10px;
}
.odswidget-most-popular-datasets__dataset:last-child {
  margin-bottom: 0;
}
.odswidget-most-popular-datasets__dataset-details-title,
.odswidget-most-popular-datasets__dataset-details-name {
  font-size: 1.2rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.odswidget-most-popular-datasets__dataset-details {
  margin-left: 40px;
}
.odswidget-most-popular-datasets__theme-picto {
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 5px;
  opacity: 0.5;
}
.odswidget-most-popular-datasets__theme-picto.theme-default {
  opacity: 0.1;
}
.odswidget-most-used-themes__themes {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.odswidget-most-used-themes__theme {
  clear: both;
  margin-bottom: 10px;
}
.odswidget-most-used-themes__theme:last-child {
  margin-bottom: 0;
}
.odswidget-most-used-themes__theme-details-title,
.odswidget-most-used-themes__theme-details-name {
  font-size: 1.2em;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.odswidget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  pointer-events: none;
  text-align: center;
}
.odswidget-overlay .odswidget-spinner {
  position: absolute;
  font-size: 5rem;
  top: 50%;
  margin-top: -0.5em;
}
.odswidget-overlay--opaque {
  background-color: white;
}
.odswidget-overlay__message {
  position: absolute;
  top: 50%;
  height: 2em;
  line-height: 2;
  margin-top: -1em;
  left: 0;
  right: 0;
  text-align: center;
}
.odswidget-pagination {
  margin: 20px 0;
  text-align: center;
}
.odswidget-pagination__page-link {
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px 8px;
  font-size: 16px;
}
.odswidget-pagination__page-link:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
.odswidget-pagination__page-link--active {
  background: rgba(0, 0, 0, 0.2);
}
.odswidget-pagination__page {
  display: inline;
}
.odswidget-pagination__page-list {
  margin: 0;
  display: inline-block;
}
.odswidget-picto svg,
.odswidget-picto img {
  width: 100%;
  height: 100%;
}
.odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg polygon,
.odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg rect,
.odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg circle,
.odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg path {
  fill: inherit;
}
.odswidget-record-image {
  width: 100%;
}
.odswidget-record-image .odswidget-record-image__image {
  max-width: 100% !important;
}
.odswidget-record-image__image--placeholder {
  border: dashed 1px #ddd;
  background-color: #eee;
  height: 200px;
  width: 300px;
}
.odswidget-record-image__image--placeholder:before {
  content: '\f03e';
  font-family: 'FontAwesome';
  font-size: 50px;
  line-height: 200px;
  opacity: 0.4;
  display: block;
  text-align: center;
}
.odswidget-reuses {
  height: 400px;
  overflow-y: auto;
}
.ods-dataset-reuses__toggle-header {
  margin-bottom: 0;
}
.ods-dataset-reuses__new-reuse {
  margin-bottom: 0;
}
.odswidget-reuses__reuse {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-bottom: 20px;
  padding: 1em;
  text-align: center;
}
.odswidget-reuses__reuse:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}
.odswidget-reuses__reuse-author {
  clear: both;
  border-top: 1px solid #dadada;
  padding-top: 5px;
}
.odswidget-reuses__creation-icon {
  padding-left: 20px;
}
.odswidget-reuses__reuse:last-child {
  margin-bottom: 0;
}
.odswidget-reuses__reuse-title {
  border-bottom: 1px solid #dadada;
  margin-bottom: 0.5em;
}
.odswidget-reuses__reuse-dataset-link {
  display: block;
  font-size: 0.7em;
}
.odswidget-reuses__reuse-thumbnail {
  float: left;
  margin: 0 10px 10px 0;
  width: 100px;
  height: 100px;
  position: relative;
}
.odswidget-reuses__reuse-thumbnail-image {
  border-radius: 0.25em;
  max-width: 100px;
  max-height: 100px;
}
.odswidget-reuses__reuse-thumbnail--no-preview {
  position: relative;
  color: rgba(150, 150, 150, 0.4);
  font-size: 6em;
  font-weight: bold;
}
.odswidget-reuses__reuse-thumbnail-image--no-thumbnail {
  position: absolute;
  left: 10px;
  top: 10px;
  color: rgba(150, 150, 150, 0.4);
  font-size: 6em;
}
.odswidget-reuses__reuse-description {
  text-align: justify;
}
.odswidget-result-enumerator__no-results-message,
.odswidget-result-enumerator__results-count {
  text-align: center;
  font-size: 1.4rem;
}
.odswidget-searchbox {
  margin-bottom: 20px;
  text-align: center;
}
.odswidget-searchbox__box {
  font-size: 1.5rem;
  line-height: 2rem;
  width: 70%;
  min-width: 150px;
  padding: 0.5em;
}
.odswidget-social-buttons {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 1rem;
  line-height: 1em;
}
.odswidget-social-buttons__header {
  cursor: pointer;
}
.odswidget-social-buttons__buttons {
  max-height: 0;
  width: auto;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease;
}
.odswidget-social-buttons__buttons--open {
  opacity: 1;
  max-height: 400px;
  margin-top: 0.5em;
}
.odswidget-social-buttons__buttons--open a {
  display: block;
  margin: 0.5em auto;
  width: 100%;
}
.odswidget-social-buttons__buttons--open a iframe {
  min-width: 60px;
}
.odswidget-spinner__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.odswidget-spinner--large {
  font-size: 1.33em;
}
.odswidget-spinner.odswidget-spinner--gif {
  height: 1em;
}
.odswidget-spinner.odswidget-spinner--svg {
  fill: currentColor;
  height: 0.8em;
}
@-webkit-keyframes odswidget-spinner__diagonal-11-33-animation {
  0% {
    opacity: 1;
  }
  31.25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0.5;
  }
  43.75% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  62.5% {
    opacity: 0;
  }
  68.75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes odswidget-spinner__diagonal-11-33-animation {
  0% {
    opacity: 1;
  }
  31.25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0.5;
  }
  43.75% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  62.5% {
    opacity: 0;
  }
  68.75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes odswidget-spinner__diagonal-12-23-animation {
  0% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  43.75% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
  }
  56.25% {
    opacity: 0;
  }
  68.75% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes odswidget-spinner__diagonal-12-23-animation {
  0% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  43.75% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
  }
  56.25% {
    opacity: 0;
  }
  68.75% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes odswidget-spinner__diagonal-21-32-animation {
  0% {
    opacity: 1;
  }
  6.25% {
    opacity: 0.5;
  }
  12.5% {
    opacity: 1;
  }
  18.75% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  31.25% {
    opacity: 0.5;
  }
  37.5% {
    opacity: 0.5;
  }
  43.75% {
    opacity: 0;
  }
  56.25% {
    opacity: 0;
  }
  62.5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes odswidget-spinner__diagonal-21-32-animation {
  0% {
    opacity: 1;
  }
  6.25% {
    opacity: 0.5;
  }
  12.5% {
    opacity: 1;
  }
  18.75% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  31.25% {
    opacity: 0.5;
  }
  37.5% {
    opacity: 0.5;
  }
  43.75% {
    opacity: 0;
  }
  56.25% {
    opacity: 0;
  }
  62.5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes odswidget-spinner__diagonal-31-animation {
  0% {
    opacity: 1;
  }
  6.25% {
    opacity: 0.5;
  }
  12.5% {
    opacity: 1;
  }
  18.75% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  31.25% {
    opacity: 0.5;
  }
  37.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  56.25% {
    opacity: 1;
  }
  81.25% {
    opacity: 1;
  }
  87.5% {
    opacity: 0.5;
  }
  93.75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes odswidget-spinner__diagonal-31-animation {
  0% {
    opacity: 1;
  }
  6.25% {
    opacity: 0.5;
  }
  12.5% {
    opacity: 1;
  }
  18.75% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  31.25% {
    opacity: 0.5;
  }
  37.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  56.25% {
    opacity: 1;
  }
  81.25% {
    opacity: 1;
  }
  87.5% {
    opacity: 0.5;
  }
  93.75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes odswidget-spinner__diagonal-13-animation {
  0% {
    opacity: 1;
  }
  43.75% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  56.25% {
    opacity: 0.5;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  81.25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes odswidget-spinner__diagonal-13-animation {
  0% {
    opacity: 1;
  }
  43.75% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  56.25% {
    opacity: 0.5;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  81.25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.odswidget-spinner__cell-11,
.odswidget-spinner__cell-22,
.odswidget-spinner__cell-33 {
  -webkit-animation: 2s odswidget-spinner__diagonal-11-33-animation infinite;
          animation: 2s odswidget-spinner__diagonal-11-33-animation infinite;
}
.odswidget-spinner__cell-12,
.odswidget-spinner__cell-23 {
  -webkit-animation: 2s odswidget-spinner__diagonal-12-23-animation infinite;
          animation: 2s odswidget-spinner__diagonal-12-23-animation infinite;
}
.odswidget-spinner__cell-21,
.odswidget-spinner__cell-32 {
  -webkit-animation: 2s odswidget-spinner__diagonal-21-32-animation infinite;
          animation: 2s odswidget-spinner__diagonal-21-32-animation infinite;
}
.odswidget-spinner__cell-13 {
  -webkit-animation: 2s odswidget-spinner__diagonal-13-animation infinite;
          animation: 2s odswidget-spinner__diagonal-13-animation infinite;
}
.odswidget-spinner__cell-31 {
  -webkit-animation: 2s odswidget-spinner__diagonal-31-animation infinite;
          animation: 2s odswidget-spinner__diagonal-31-animation infinite;
}
.odswidget-table {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.odswidget-table__records {
  height: 100%;
  overflow: auto;
}
.odswidget-table__cell {
  padding: 1px;
}
.odswidget-table__cell:first-child {
  color: rgba(0, 0, 0, 0.5);
  font-family: monospace;
  text-align: right;
}
.odswidget-table__internal-header-table-header {
  display: none;
}
.odswidget-table__cell-container,
.odswidget-table__header-cell-container {
  max-width: 200px;
  padding: 2px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.odswidget-table__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  height: 1.4em;
}
.odswidget-table__sort-icons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 1.4em;
}
.odswidget-table__sort-icon {
  background: none;
  border: none;
  display: block;
  padding: 0;
}
.odswidget-table__cell-container__right-aligned {
  text-align: right;
}
.odswidget-table__internal-table {
  font-size: 0.85em;
  width: 100%;
  max-width: 100%;
}
.odswidget-table__internal-table-row {
  background-color: #fff;
}
.odswidget-table__internal-table-row:nth-child(odd) {
  background-color: #f4f4f4;
}
.odswidget-table__internal-table-row:hover,
.odswidget-table__internal-table-row:nth-child(odd):hover {
  background-color: #e0e0e0;
}
.odswidget-table__header-cell {
  text-align: left;
  background-color: #e8e8e8;
  padding: 3px 1px;
  cursor: pointer;
}
.odswidget-table__header-cell--spinner {
  text-align: right;
}
.odswidget-table__sort-icons {
  font-size: 0.8em;
  width: 1em;
}
.odswidget-table__sort-icons.odswidget-table__sort-icons--active {
  height: 0.7em;
}
.odswidget-table__sort-icons__up,
.odswidget-table__sort-icons__down {
  display: block;
  height: 0.7em;
  opacity: 0.5;
}
.odswidget-table__sort-icons__up--active,
.odswidget-table__sort-icons__down--active {
  opacity: 1;
}
.odswidget-table__sort-icons__up:hover,
.odswidget-table__sort-icons__down:hover {
  opacity: 1;
}
.odswidget-tag-cloud__tag-list {
  display: block;
  margin: 0;
  max-height: 100%;
  overflow: hidden;
}
.odswidget-tag-cloud__tag {
  font-weight: inherit;
  display: inline-block;
  margin: 0 10px 0 0;
}
.odswidget-tag-cloud__tag--selected {
  font-weight: bold;
}
.odswidget-text-search {
  margin: 1rem 0;
}
.odswidget-text-search__search-box {
  margin-bottom: 0;
  width: 100%;
  border-radius: 5px;
  font-size: 1.2rem;
  padding-top: 5px;
  padding-right: 25px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.odswidget-text-search__form {
  position: relative;
}
.odswidget-text-search__submit {
  font-size: 1.2rem;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  line-height: 1;
  padding: 0;
  border: none;
  background: none;
}
.odswidget-theme-boxes {
  text-align: center;
}
.odswidget-theme-boxes__picto {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  opacity: 0.5;
}
.odswidget-theme-boxes__picto:hover:not(.theme-default) {
  opacity: 1;
}
.odswidget-theme-boxes__picto.theme-default {
  opacity: 0.1;
}
.odswidget-theme-boxes__box {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}
.odswidget-theme-picto .ods-svginliner__svg-container {
  height: 100%;
}
/* ==========================================================================
   Timerange Widget

   This file includes CSS overrides and enhancements for the Rome.js datepicker
   which is used by this widget.
   ========================================================================== */
.odswidget-timerange {
  text-align: center;
}
.odswidget-timerange__from,
.odswidget-timerange__to {
  display: inline-block;
}
.odswidgets-rd-container.rd-container {
  background-color: #ffffff;
  padding: 0.72rem;
  border-radius: 0.2rem;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 1000;
}
.odswidgets-rd-container.rd-container table {
  border-spacing: 0;
  border-collapse: collapse;
}
.odswidgets-rd-container .rd-day-body {
  padding: 0.45rem;
  border-radius: 0.4rem;
}
.odswidgets-rd-container .rd-day-selected,
.odswidgets-rd-container .rd-time-selected,
.odswidgets-rd-container .rd-time-option:hover,
.odswidgets-rd-container .rd-day-body:hover {
  background-color: #0088cc;
  color: #ffffff;
}
.odswidgets-rd-container .rd-day-head {
  text-align: center;
}
.odswidgets-rd-container .rd-month-label {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  margin-bottom: 0.72rem;
}
.odswidgets-rd-container .rd-day-prev-month,
.odswidgets-rd-container .rd-day-next-month {
  color: #cccccc;
}
.odswidgets-rd-container .rd-back,
.odswidgets-rd-container .rd-next {
  padding: 0.45rem;
  margin-bottom: 0.72rem;
}
.odswidget-timescale {
  text-align: center;
}
.odswidget-timescale__scale-list {
  list-style-type: none;
  margin: 0;
}
.odswidget-timescale__scale {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.2em;
  opacity: 0.8;
}
.odswidget-timescale__scale--active {
  opacity: 1;
  border-bottom: 0.2em solid;
}
.odswidget-timescale__scale-link:hover {
  text-decoration: none;
}
.odswidget-top-publishers__publishers {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.odswidget-top-publishers__publisher {
  clear: both;
  margin-bottom: 10px;
}
.odswidget-top-publishers__publisher:last-child {
  margin-bottom: 0;
}
.odswidget-top-publishers__publisher-details-name {
  font-size: 1.2em;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.odswidget-clear-all-filters {
  color: inherit;
  cursor: pointer;
}
.odswidget-clear-all-filters:hover {
  text-decoration: none;
  color: #ec643c;
}
.odswidget-infinite-scroll-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.odswidget-infinite-scroll-results__message-container {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.odswidget-infinite-scroll-results__spinner {
  font-size: 3rem;
}
.odswidget-geo-search__map {
  width: 100%;
  height: 200px;
}
.odswidget-gauge {
  position: relative;
}
.odswidget-gauge__svg-background {
  fill: none;
  stroke-width: 10px;
  stroke: #e5e5e5;
}
.odswidget-gauge__svg-filler {
  fill: none;
  stroke-width: 8px;
  stroke: #ec643c;
}
.odswidget-gauge__value {
  color: #2c3f56;
  font-weight: bold;
  font-size: 1.33rem;
  line-height: 2rem;
  width: 100%;
  text-align: center;
}
.odswidget-gauge--circle .odswidget-gauge__svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.odswidget-gauge--circle .odswidget-gauge__value {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -1rem;
}
.odswidget-gauge--bar .odswidget-gauge__svg {
  width: 100%;
  height: 10px;
}
.ods-cross-table {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: block;
  font-size: 0.85em;
  position: relative;
}
.ods-cross-table__frozen-header-wrapper {
  position: absolute;
  z-index: 400;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.ods-cross-table__frozen-rows-wrapper {
  position: absolute;
  z-index: 300;
  right: 0;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.ods-cross-table__frozen-cols-wrapper {
  position: absolute;
  z-index: 200;
  bottom: 0;
  overflow: hidden;
  border-right: 1px solid #e0e0e0;
}
.ods-cross-table__body-wrapper {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  overflow: scroll;
}
.ods-cross-table__row.ods-cross-table__row--hover .ods-cross-table__cell,
.ods-cross-table__frozen-cols .ods-cross-table__row:hover .ods-cross-table__cell,
.ods-cross-table__body .ods-cross-table__row:hover .ods-cross-table__cell {
  background-color: #e0e0e0;
}
.ods-cross-table__row:nth-child(odd) {
  background-color: #f4f4f4;
}
.ods-cross-table__cell {
  padding: 0;
  line-height: 1.33em;
}
.ods-cross-table__cell--header {
  background-color: #e8e8e8;
  font-weight: bold;
}
.ods-cross-table__cell--value {
  text-align: right;
}
.ods-cross-table__cell-content {
  padding: 3px 11px;
  white-space: nowrap;
}
.ods-cross-table__cell--header .ods-cross-table__cell-content {
  padding: 5px 11px;
}
.ods-cross-table .odswidget-spinner {
  font-size: 2rem;
}
.ods-cross-table .odswidget-spinner__backdrop {
  z-index: 500;
}
.ods-slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.ods-slideshow:focus {
  outline: none;
}
.ods-slideshow:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.ods-slideshow:-moz-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.ods-slideshow:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
}
.ods-slideshow:fullscreen {
  width: 100% !important;
  height: 100% !important;
}
.ods-slideshow__image-wrapper {
  position: relative;
  background-color: #000000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em;
}
.ods-slideshow__image-legend {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.ods-slideshow__image-index,
.ods-slideshow__image-title {
  padding: 0.33em 0.67em;
}
.ods-slideshow__image-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ods-slideshow__toggles {
  margin-left: auto;
  white-space: nowrap;
}
.ods-slideshow__tooltip-toggle,
.ods-slideshow__fullscreen-toggle {
  background-color: #e5e5e5;
  border: none;
  padding: 0.33em 0.67em;
}
.ods-slideshow__tooltip-toggle:hover,
.ods-slideshow__fullscreen-toggle:hover {
  background-color: #cccccc;
}
.ods-slideshow__tooltip-wrapper {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
}
.ods-slideshow__tooltip-wrapper:after {
  display: block;
  content: '';
  height: 1em;
  width: 1em;
  position: absolute;
  right: 2em;
  bottom: -1em;
  border-width: 1em 0.5em 0 0.5em;
  border-style: solid;
  border-color: #ffffff transparent;
  box-sizing: border-box;
}
.ods-slideshow__tooltip {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 0.67em;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  max-height: 100%;
  max-width: 100%;
  z-index: 200;
}
.ods-slideshow__previous-button,
.ods-slideshow__next-button {
  width: 2em;
  height: 2em;
  font-size: 3em;
  color: #f5f5f5;
  background-color: #333333;
  opacity: 0.9;
  border: none;
  padding: 0;
  line-height: 2em;
  position: absolute;
  top: calc(50% - 1em);
  z-index: 100;
  border-radius: 1em;
}
.ods-slideshow__previous-button:not(:disabled):hover,
.ods-slideshow__next-button:not(:disabled):hover {
  opacity: 1;
}
.ods-slideshow__previous-button:disabled,
.ods-slideshow__next-button:disabled {
  color: #666666;
}
.ods-slideshow__previous-button {
  left: 1rem;
  padding-right: 0.1em;
}
.ods-slideshow__next-button {
  right: 1rem;
  padding-left: 0.1em;
}
.ods-slideshow .odswidget-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  font-size: 3rem;
  color: #f5f5f5;
}
.ods-slideshow__cannot-display {
  color: #cccccc;
  text-align: center;
}
.ods-slideshow__cannot-display-icon {
  font-size: 4em;
}
.ods-slideshow__cannot-display-message {
  margin-top: 1em;
}
.odswidget.odswidget-imagified {
  max-width: 100% !important;
}
.odswidget .no-data {
  text-align: center;
  opacity: 0.5;
  font-size: 1.2em;
}
.ng-leaflet-tooltip-cloak {
  display: none;
}
