.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;
  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;
  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;
  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,
.odswidget-multidatasets-card div.dataset-item > ods-map .odswidget {
  position: relative;
  height: 100%;
}
.odswidget-facet {
  margin: 1rem 0;
  color: #000000;
}
.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: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-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;
}
.odswidget-facet--disjunctive .odswidget-facet__category--refined:hover:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0.05rem;
}
.odswidget-facet__category-name {
  word-break: break-word;
  order: 1;
}
.odswidget-facet__category-count {
  font-size: 0.9rem;
  padding-left: 0.33rem;
  padding-top: 0.1rem;
  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;
}
.odswidget-map__map {
  height: 100%;
  min-height: 400px;
}
.odswidget-map__loading {
  position: absolute;
  right: 10px;
  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-media-gallery {
  position: relative;
  overflow-y: scroll;
  height: 400px;
}
.odswidget-media-gallery__container {
  position: relative;
}
.odswidget-media-gallery__media-container {
  position: relative;
  /*overflow: hidden;*/
}
.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%;
}
.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--large {
  font-size: 1.33em;
}
.odswidget-spinner.odswidget-spinner--gif {
  height: 1em;
}
.odswidget-spinner.odswidget-spinner--svg {
  fill: currentColor;
  height: 0.8em;
}
@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-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-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-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-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 {
  animation: 2s odswidget-spinner__diagonal-11-33-animation infinite;
}
.odswidget-spinner__cell-12,
.odswidget-spinner__cell-23 {
  animation: 2s odswidget-spinner__diagonal-12-23-animation infinite;
}
.odswidget-spinner__cell-21,
.odswidget-spinner__cell-32 {
  animation: 2s odswidget-spinner__diagonal-21-32-animation infinite;
}
.odswidget-spinner__cell-13 {
  animation: 2s odswidget-spinner__diagonal-13-animation infinite;
}
.odswidget-spinner__cell-31 {
  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;
}
.odswidget-table__cell-container__right-aligned {
  text-align: right;
}
.odswidget-table__internal-table {
  font-size: 0.85em;
  width: 100%;
  max-width: 100%;
  color: #000000;
}
.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 {
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  width: 1em;
  vertical-align: middle;
  height: 1.4em;
}
.odswidget-table__sort-icons.odswidget-table__sort-icons--active {
  height: 0.7em;
}
.odswidget-table__sort-icons__up,
.odswidget-table__sort-icons__down {
  display: block;
  line-height: 0.7em;
  opacity: 0.6;
}
.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: 5px;
  line-height: 1.8rem;
  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%;
}
.odswidget-timerange {
  text-align: center;
}
.odswidget-timerange__to {
  margin-left: 5px;
}
.odswidgets-rd-container {
  z-index: 1000;
}
.odswidgets-rd-container table {
  border-collapse: separate;
  border-spacing: 2px;
}
.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: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.odswidget-infinite-scroll-results__message-container {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.odswidget-infinite-scroll-results__spinner {
  font-size: 3rem;
}
.odswidget-geo-search__map {
  width: 100%;
  height: 200px;
}
.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;
}
