.tag {
  display: inline-block;
  margin-bottom: 4px;
  color: #111;
  background-color: #f6f6f6;
  padding: 1px 10px;
  border: 1px solid #dddddd;
  border-radius: 100px;
  box-shadow: inset 0 1px 0 white;
}

a.tag:hover {
  text-decoration: none;
  color: #fff;
  background-color: #30778d;
  border: 1px solid #235767;
  box-shadow: inset 0 1px 0 #3d97b3;
}

.pill {
  display: inline-block;
  background-color: #4e5f65;
  color: #FFF;
  padding: 2px 10px 1px 10px;
  margin-right: 5px;
  font-weight: normal;
  border-radius: 100px;
}
.pill a {
  color: #FFF;
}
.pill a.remove {
  font-size: 11px;
}

.list-unstyled {
  margin: 0;
  list-style: none;
}

.module-narrow .simple-list > li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.listing li {
  text-align: right;
  margin-bottom: 5px;
}

.listing .key {
  clear: right;
  font-weight: bold;
}

.js .tab-content {
  display: none;
}

.js .tab-content.active {
  display: block;
}

.box, .wrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

.module > .page-header {
  margin-top: 0px;
}
.module > .module-content:nth-child(2n) {
  padding-top: 1.5rem;
}

.module-heading {
  margin: 0;
  padding: 0.5rem 25px;
  font-size: 0.875rem;
  line-height: 1.3;
  background-color: #f6f6f6;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.module-heading::after {
  display: block;
  clear: both;
  content: "";
}

.module-content {
  padding: 1.5rem;
}
.module-content .add-to-group .btn-primary {
  margin-bottom: 1.5rem;
}

.module:first-child .module-heading {
  border-radius: 3px 0 0 0;
  border-top-width: 0;
}

.module-footer {
  padding: 7px 25px 7px;
  margin: 0;
  border-top: 1px dotted #ddd;
}

.module .read-more {
  font-weight: bold;
  color: #000;
}

.pagination-wrapper {
  text-align: center;
  border-top: 1px solid inherit;
  padding-top: 0.5rem;
}

.module h1, .module .h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.module-shallow .module-content {
  padding: 10px;
  margin: 0;
}

.module-shallow .module-tags {
  margin-top: 0;
  margin-bottom: 0;
}

.module-shallow .module-content:first-child {
  padding-top: 10px;
}

.module-shallow .module-content:last-child {
  padding-bottom: 10px;
}

.module-narrow .module-heading,
.module-narrow .module-content,
.module-narrow .module-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.module-grid {
  margin: 0;
  list-style: none;
}

.module-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  overflow: hidden;
  position: relative;
}

.module-item.first {
  clear: left;
}

.group .content img {
  margin: 0 -5px 5px;
  max-width: initial;
}

.group .content h3, .group .content .h3 {
  font-size: 14px;
  line-height: 1.3;
}

.group-listing {
  margin-left: -20px;
}

.ckanext-datapreview {
  position: relative;
  clear: both;
  padding-top: 15px;
  margin-top: 0;
}
.ckanext-datapreview > iframe {
  min-height: 650px;
}
.ckanext-datapreview > img {
  max-height: 500px;
  max-width: 100%;
  overflow: hidden;
}

.package-info h4, .package-info .h4 {
  margin-bottom: 10px;
}

.module-resource {
  z-index: 5;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.module-resource .actions {
  position: relative;
  float: right;
  top: -10px;
  right: -15px;
}

.module .module-tags {
  padding-bottom: 8px;
}

.no-nav .module:last-child {
  margin-top: 0;
}

.module-image {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 15px;
}
.module-image img {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
}

.media-grid, .module-grid {
  margin: 0;
  list-style: none;
  padding-left: 0px;
  min-height: 205px;
  padding-top: 0.75rem;
  background: #fbfbfb url("../../../base/images/bg.png");
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.media-grid::after, .module-grid::after {
  display: block;
  clear: both;
  content: "";
}

.media-item, .module-item {
  position: relative;
  float: left;
  width: 178px;
  padding: 0.75rem;
  margin: 0 0 0.75rem 0.75rem;
  background-color: white;
  border-radius: 3px;
}
.media-item span.count, .module-item span.count {
  color: #999;
}
.media-item .media-image, .module-item .media-image {
  margin-bottom: 5px;
}
.media-item .media-edit, .module-item .media-edit {
  opacity: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: opacity 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .media-item .media-edit, .module-item .media-edit {
    transition: none;
  }
}
.media-item:hover, .module-item:hover {
  z-index: 1;
}
.media-item:hover .media-edit, .module-item:hover .media-edit {
  opacity: 1;
}

.media-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: all 0.2s ease-in;
  border-radius: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .media-view {
    transition: none;
  }
}
.media-view:hover, .media-view.hovered {
  border-color: #005d7a;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.media-view span {
  display: none;
}

.media-image {
  border-radius: 4px;
}
.media-image img {
  min-width: 100%;
}

.media-heading {
  font-size: 18px;
  line-height: 1.3;
  margin: 5px 0;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.media-description {
  word-wrap: break-word;
  word-break: break-all;
}

.media-overlay {
  position: relative;
  min-height: 35px;
}

.media-overlay .media-heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 10px;
  margin: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  color: #fff;
  z-index: 1;
  border-radius: 0 0 3px 3px;
}

.media-overlay .media-image {
  float: none;
  display: block;
  margin-right: 0;
}

.media-item.is-expander .truncator-link, .is-expander.module-item .truncator-link {
  transition: opacity 0.2s ease-in;
  position: absolute;
  z-index: 10;
  left: 15px;
  bottom: 15px;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .media-item.is-expander .truncator-link, .is-expander.module-item .truncator-link {
    transition: none;
  }
}
.media-item.is-expander:hover, .is-expander.module-item:hover {
  padding-bottom: 35px;
}
.media-item.is-expander:hover .truncator-link, .is-expander.module-item:hover .truncator-link {
  opacity: 1;
}

.wide .media-item, .wide .module-item {
  width: 186px;
}

.nav-simple,
.nav-aside {
  margin: 0;
  list-style: none;
  padding-bottom: 0;
  display: block;
}
.nav-simple::after,
.nav-aside::after {
  display: block;
  clear: both;
  content: "";
}
.nav-simple > li,
.nav-aside > li {
  font-size: 12px;
  line-height: 1.1666666667em;
  padding: 7px 25px;
  border-bottom: 1px dotted #ddd;
}
.nav-simple > li:last-of-type,
.nav-aside > li:last-of-type {
  border-bottom: 0;
}

.nav-aside {
  border-top: 1px dotted #DDD;
  border-bottom: 1px dotted #DDD;
  margin-bottom: 15px;
}

.module-narrow .nav-item > a,
.module-narrow .nav-aside li a {
  text-decoration: none;
  display: block;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: -7px -25px;
  padding: 10px 25px;
}
.module-narrow .nav-item > a:hover,
.module-narrow .nav-aside li a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.module-narrow .nav-item > a .badge,
.module-narrow .nav-aside li a .badge {
  background-color: #6e6e6e;
  border-radius: 10px;
}
.module-narrow .nav-item.active,
.module-narrow .nav-aside li.active {
  background-color: #f6f6f6;
}
.module-narrow .nav-item.active > a,
.module-narrow .nav-aside li.active a {
  position: relative;
  color: #FFF;
  background-color: #647A82;
}
.module-narrow .nav-item.active > a:hover,
.module-narrow .nav-aside li.active a:hover {
  color: #FFF;
  background-color: #647A82;
}
.module-narrow .nav-item.active > a:before,
.module-narrow .nav-aside li.active a:before {
  content: " ";
  position: absolute;
  border: 20px solid transparent;
  border-right: none;
  border-left-color: #647A82;
  border-left-width: 6px;
  top: 0;
  bottom: 0;
  right: -6px;
  width: 6px;
  height: 34px;
}
.module-narrow .nav-pills > li {
  float: none;
}
@media (max-width: 575.98px) {
  .module-narrow .nav-pills > li {
    float: left;
  }
}
.module-narrow .nav-item.active > a span,
.module-narrow .nav-aside li.active a span {
  white-space: nowrap;
}

.module-narrow .nav-item > a,
.module-narrow .nav-aside li a {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.module-narrow .nav-item.image,
.module-narrow .nav-aside li.image {
  position: relative;
}

.module-narrow .nav-item.image > a,
.module-narrow .nav-aside li.image a {
  padding-left: 42px;
  padding-right: 42px;
}

.module-narrow .nav-item.image > img,
.module-narrow .nav-aside li.image img {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  z-index: 2;
}

.user-list {
  margin: 0;
  list-style: none;
}
.user-list li {
  margin: 0 0 10px 0;
}
.user-list .user-image {
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 100px;
}

.nav-item .facet-close {
  float: right;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.js .js-hide {
  display: none;
}

.js .js-hide.active {
  display: block;
}

.btn,
label {
  font-weight: bold;
}

.btn-rounded {
  border-radius: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

label {
  cursor: pointer;
  font-size: 14px;
}

label:after {
  content: ":";
}

label.radio:after,
label.checkbox:after {
  content: "";
}

.cr-controls-reset, .radio input[type=radio], .checkbox input[type=checkbox] {
  position: relative;
  margin-left: initial;
  margin-right: 0.25rem;
  top: 2px;
}

select {
  padding: 4px;
}

textarea {
  max-width: 100%;
}

.form-group {
  margin-bottom: 30px;
}

.form-group .btn {
  position: relative;
  top: -2px;
}

.unselectable, .checkbox,
.radio {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.control-full input,
.control-full select,
.control-full textarea {
  height: auto;
  width: 100%;
}

.control-required {
  color: #c6898b;
}

.form-actions .control-required-message {
  float: left;
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 30px;
}
.form-actions .control-required-message:first-child {
  margin-left: 0;
}

.form-actions {
  overflow: auto;
}

.form-actions .action-info {
  line-height: 2;
  text-align: left;
  color: #707070;
  margin: 0;
}

@media (min-width: 992px) {
  .form-actions {
    text-align: right;
  }

  .form-actions .action-info {
    float: left;
    width: 50%;
    margin-right: 0.75rem;
  }
}
.form-actions .action-info.small {
  font-size: 11px;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  .form-actions .btn {
    margin-top: 5px;
  }
}
.form-group .info-block {
  position: relative;
  display: block;
  font-size: 11px;
  color: #6e6e6e;
  line-height: 1.3;
  margin-top: 6px;
}

.form-group .info-help {
  padding: 6px 0;
}
.form-group .info-help:before {
  display: none;
}

.form-group .info-help-tight {
  margin-top: -10px;
}

@media (min-width: 768px) {
  .form-group .info-block {
    padding: 1.5rem, 6 0 1.5rem, 6 0.5rem;
  }

  .form-group .info-inline {
    margin-top: 0;
    padding-bottom: 0;
  }
}
form .control-medium .info-block.info-inline {
  width: 165px;
}

.form-group .info-block:before {
  font-size: 2.2em;
  position: absolute;
  left: 0;
  top: 2px;
}

.form-group .info-inline:before {
  top: 8px;
}

.info-block .icon-large,
.info-inline .icon-large {
  float: left;
  font-size: 22px;
  margin-right: 15px;
}

.form-group .info-block a {
  color: #6e6e6e;
  text-decoration: underline;
}

.form-inline input {
  padding-bottom: 9px;
}

.form-inline select {
  margin-top: 0;
}

.form-inline .btn {
  margin-left: 5px;
}

.form-narrow label {
  margin-bottom: 0;
}

.form-narrow select {
  width: 100%;
}

.form-narrow .form-actions {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px 0;
}

input[data-module=autocomplete],
select[data-module=autocomplete] {
  width: 100%;
}

.form-select label {
  margin-right: 5px;
}

.simple-input label,
.simple-input button {
  display: none;
}

.simple-input .field {
  position: relative;
}

.simple-input .field-bordered {
  border-bottom: 1px dotted #ddd;
}

.simple-input .field input {
  width: 100%;
  height: auto;
}

.simple-input .field .btn-search {
  position: absolute;
  display: block;
  height: 17px;
  width: 17px;
  padding: 0;
  top: 50%;
  right: 0.5rem;
  margin-top: -10px;
  background-color: transparent;
  border: none;
  color: #999;
  transition: color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .simple-input .field .btn-search {
    transition: none;
  }
}
.simple-input .field .btn-search:hover {
  color: #000;
}

.editor textarea {
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}

.editor .editor-info-block {
  border-radius: 0 0 3px 3px;
  display: block;
  float: none;
  padding: 4px 10px;
  background: #ebebeb;
  width: auto;
  border: 1px solid #ccc;
  border-top: none;
  font-size: 11px;
  color: #282828;
}

.editor .editor-info-block a {
  text-decoration: none;
}

.control-custom {
  font-size: 0;
}
.control-custom .input-group {
  margin-bottom: 0.5rem;
}

.control-custom .checkbox {
  display: inline-block;
  margin: 2px 0 2px 0.5rem;
}

.control-custom .checkbox input {
  width: auto;
}

.control-custom.disabled label,
.control-custom.disabled input {
  color: #aaa;
  text-decoration: line-through;
  text-shadow: none;
}

.control-custom.disabled input {
  box-shadow: none;
  background-color: #f3f3f3;
}

.control-custom.disabled .checkbox {
  color: #444;
  text-decoration: none;
}

.control-custom .checkbox.btn {
  border-radius: 15px;
  position: relative;
  top: 0;
  left: 5px;
  height: 1px;
  width: 9px;
  padding: 3px 8px;
  line-height: 18px;
}

.control-custom .checkbox.btn span {
  display: none;
  width: 30px;
}

.control-custom .checkbox.btn:before {
  position: relative;
  top: 1px;
  left: -1px;
  color: #fff;
}

.control-custom .checkbox input {
  display: none;
}

.alert-danger a {
  color: #b55457;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea,
.form-group.has-error .input-group .input-group-addon,
.form-group.has-error .input-group .input-group-addon {
  border-color: #c6898b;
}

.form-group select,
.form-group .select2-container {
  max-width: 100%;
}

.error-inline {
  color: #b55457;
  margin: 0.5rem;
}

.error-block,
.error-inline {
  font-size: 0.765625rem;
}

.error-block {
  border-radius: 0 0 3px 3px;
  display: block;
  padding: 6px 8px 3px;
  background: #c6898b;
  color: #fff;
  width: auto;
}

.control-medium .error-block {
  width: auto;
}

.control-full .error-block {
  width: auto;
}

.form-group.has-error .input-group .error-block,
.control-custom.error .error-block {
  width: auto;
}

.control-custom.error .error-block {
  width: auto;
  border-radius: 0.2rem;
}

.control-select.error .error-block {
  width: auto;
}

.stages {
  margin: 0;
  list-style: none;
  color: #aeaeae;
  counter-reset: stage;
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding: 0;
}
.stages::after {
  display: block;
  clear: both;
  content: "";
}
.stages li {
  line-height: 27px;
  counter-increment: stage;
  width: 50%;
  background-color: #EDEDED;
  float: left;
  padding: 10px 20px;
  position: relative;
  z-index: 0;
}
.stages li::before {
  border-radius: 14px;
  content: counter(stage);
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #aeaeae;
  z-index: 1;
}
.stages li::after {
  left: 0;
  border: solid rgba(237, 237, 237, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #EDEDED;
  border-bottom-color: #EDEDED;
  border-width: 29px;
  top: 50%;
  margin-top: -29px;
  margin-left: -30px;
}

.stages li.last {
  position: relative;
  right: -1px;
}

.stages li.last,
.stages li.last .highlight {
  border-radius: 0 3px 0 0;
}

.stages li.first:after {
  content: none;
  border: none;
}

.stages li.active:after {
  border-color: rgba(140, 198, 138, 0);
  border-top-color: #8cc68a;
  border-bottom-color: #8cc68a;
}

.stages li.complete:after {
  border-color: rgba(197, 226, 196, 0);
  border-top-color: #c5e2c4;
  border-bottom-color: #c5e2c4;
}

.stages.stage-3 li.complete:first-child:after {
  content: none;
}

.stages li.active,
.stages li.complete {
  background: none;
}

.stages li.active:before {
  color: #8cc68a;
  background: #fff;
}

.stages li.complete:before {
  color: #c5e2c4;
  background: #eef6ed;
}

.stages li .highlight {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 52px;
  border: none;
  text-align: left;
  text-decoration: none;
  line-height: 27px;
  z-index: -1;
}

.stages li.active .highlight {
  color: #fff;
  background: #8cc68a;
}

.stages li.complete .highlight {
  color: #eef6ed;
  background: #c5e2c4;
}

.alert > :last-child {
  margin-bottom: 0;
}

.slug-preview {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
  margin-left: 10px;
}

.slug-preview-value {
  background-color: #faedcf;
  margin-right: 3px;
}

.select2-container .select2-choice input,
.select2-container-multi .select2-choices .select2-search-field:first-child input {
  font-size: 14px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 29px;
}

.select2-container .select2-choice input,
.select2-container-multi .select2-choices .select2-search-field:first-child input {
  padding-left: 10px;
}

.select2-container {
  margin-top: 1px;
  margin-bottom: 0.375rem;
}

.select2-container-multi {
  margin-top: 0;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 8px 5px 22px;
}

.select2-container-multi.select2-container .select2-choices {
  padding-top: 3px;
  padding-bottom: 3px;
}

.select2-search-choice-close,
.select2-container-multi .select2-search-choice-close {
  top: 6px;
  left: 5px;
}

.select2-container-multi .select2-choices {
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background-color: #fff;
  border: 1px solid #ccc;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container-multi .select2-choices {
    transition: none;
  }
}

.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  /* IE6-9 */
}

.select2-container-multi .select2-drop {
  margin-top: -2px;
}

.select2-container .select2-results li {
  line-height: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.control-full .select2-container {
  max-width: 100%;
}

.form-group.has-error .select2-container input:focus,
.form-group.has-error .select2-container select:focus,
.form-group.has-error .select2-container textarea:focus {
  box-shadow: none;
}

.js .image-upload #field-image-url {
  padding-right: 90px;
}
.js .image-upload #field-image-upload {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.js .image-upload .controls {
  position: relative;
}
.js .image-upload .btn {
  position: relative;
  top: 0;
  margin-right: 10px;
}
.js .image-upload .btn.hover {
  color: #495057;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
  .js .image-upload .btn.hover {
    transition: none;
  }
}
.js .image-upload .btn-remove-url {
  position: absolute;
  margin-right: 0;
  top: 0.3rem;
  right: 0.25rem;
  padding: 0 12px;
  border-radius: 100px;
}
.js .image-upload .btn-remove-url .icon-remove {
  margin-right: 0;
}
.js .image-upload .error-inline {
  margin-top: 5px;
  margin-left: 2px;
  font-weight: bold;
}

.add-member-or-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 576px) {
  .add-member-or-wrap {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .add-member-or-wrap {
    min-height: 14.5rem;
  }
}

.add-member-or {
  text-align: center;
  text-transform: uppercase;
  color: #dee2e6;
  font-weight: bold;
}

#recaptcha_table {
  table-layout: inherit;
  line-height: 1;
}

.resource-upload-field > input[type=radio] {
  display: none;
}
.resource-upload-field > div.select-type {
  position: relative;
  display: none;
}
.resource-upload-field > input[type=radio]:checked + div.select-type {
  display: block;
}
.resource-upload-field label.btn::after {
  content: "";
}
.resource-upload-field .btn-remove-url {
  position: absolute;
  margin-right: 0;
  margin-top: 11px;
  top: 1.5rem;
  right: 0.25rem;
  padding: 0 12px;
  border-radius: 100px;
}
.resource-upload-field .btn-remove-url .icon-remove {
  margin-right: 0;
}
.resource-upload-field input#field-clear-upload {
  display: none;
}
.resource-upload-field input#field-clear-upload + div.upload-type {
  display: block;
}
.resource-upload-field input#field-clear-upload ~ .upload-type {
  display: none;
}
.resource-upload-field input#field-clear-upload:checked + div.upload-type {
  display: none;
}
.resource-upload-field input#field-clear-upload:checked ~ .upload-type {
  display: block;
}

.dataset-item {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .dataset-item {
    word-wrap: break-word;
  }
}
.dataset-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dataset-heading {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.3;
}

.dataset-heading a {
  color: #333;
}

.dataset-heading .badge {
  position: relative;
  top: -1px;
}

.badge-inverse {
  background-color: #6c757d;
}

.dataset-private {
  margin-right: 10px;
  text-transform: uppercase;
}
.dataset-private .icon-lock {
  width: 9px;
}
.dataset-private.pull-right {
  margin-right: 0;
}

.dataset-resources {
  margin-top: 8px;
}

.dataset-resources li {
  display: inline;
}

.dataset-resources li a {
  background-color: #6e6e6e;
}

.popular {
  color: #f29c2b;
}

.resource-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
  margin: -10px -10px 10px -10px;
}

.resource-item {
  position: relative;
  padding: 10px 10px 10px 60px;
  margin-bottom: 0px;
  border-radius: 3px;
}
.resource-item:hover {
  background-color: #eee;
}

.resource-item .heading {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.resource-item .format-label {
  position: absolute;
  top: 10px;
  left: 10px;
}

.resource-item .description {
  font-size: 12px;
  margin-bottom: 0;
  min-height: 12px;
}

.resource-item .btn-group {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (max-width: 575.98px) {
  .resource-item .btn-group {
    display: none;
  }
}
.resource-list.reordering .resource-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  cursor: move;
}
.resource-list.reordering .resource-item .handle {
  display: block;
  position: absolute;
  color: #888;
  left: -31px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 1px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
}
.resource-list.reordering .resource-item .handle:hover {
  text-decoration: none;
}
.resource-list.reordering .resource-item:hover .handle {
  background-color: #eee;
}
.resource-list.reordering .resource-item.ui-sortable-helper {
  background-color: #eee;
  border: 1px solid #187794;
}
.resource-list.reordering .resource-item.ui-sortable-helper .handle {
  background-color: #eee;
  border-color: #187794;
  color: #333;
}

.resource-item .handle {
  display: none;
}

.tag-list {
  padding: 10px 10px 5px 10px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

.tag-list li {
  display: inline-block;
}

.tag-list li:last-child {
  margin-right: 0;
}

.additional-info td,
.additional-info th {
  width: 50%;
}

.badge[data-format=html],
.badge[data-format*=html] {
  background-color: #2E759E;
}

.badge[data-format=json],
.badge[data-format*=json] {
  background-color: #D63B00;
}

.badge[data-format=xml],
.badge[data-format*=xml] {
  background-color: #D63B00;
}

.badge[data-format=text],
.badge[data-format*=text] {
  background-color: #1A7EA3;
}

.badge[data-format=csv],
.badge[data-format*=csv] {
  background-color: #856A00;
}

.badge[data-format=xls],
.badge[data-format*=xls] {
  background-color: #207E42;
}

.badge[data-format=zip],
.badge[data-format*=zip] {
  background-color: #686868;
}

.badge[data-format=api],
.badge[data-format*=api] {
  background-color: #D22D81;
}

.badge[data-format=pdf],
.badge[data-format*=pdf] {
  background-color: #e0051e;
}

.badge[data-format=rdf],
.badge[data-format*=rdf],
.badge[data-format*=nquad],
.badge[data-format*=ntriples],
.badge[data-format*=turtle] {
  background-color: #0b4498;
}

.badge-default[href]:hover,
.badge-default[href]:focus {
  background-color: #5e5e5e;
  color: #fff;
  text-decoration: none;
}

.view-list {
  margin: 0;
  list-style: none;
}
.view-list li {
  position: relative;
  margin-bottom: 10px;
}
.view-list li a {
  display: block;
  min-height: 50px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 3px;
}
.view-list li a .icon {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  color: #444;
  background-color: #eee;
  border-radius: 3px;
}
.view-list li a .icon i {
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 50px;
}
.view-list li a h3, .view-list li a .h3 {
  font-weight: bold;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 3px 0;
}
.view-list li a p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #444;
}
.view-list li a.active, .view-list li a:hover {
  text-decoration: none;
  border-color: #187794;
}
.view-list li a.active .icon, .view-list li a:hover .icon {
  background-color: #187794;
  color: #f6f6f6;
}
.view-list li .arrow {
  position: absolute;
  display: none;
  border: 8px solid transparent;
  border-top-color: #187794;
  left: 50%;
  bottom: -15px;
  margin-left: -4px;
}
.view-list li.active a {
  text-decoration: none;
  border-color: #187794;
}
.view-list li.active a .icon {
  background-color: #187794;
  color: #f6f6f6;
}
.view-list li.active .arrow {
  display: block;
}
.view-list.stacked {
  overflow-y: hidden;
  overflow-x: auto;
  height: 100px;
  white-space: nowrap;
}
.view-list.stacked li {
  display: inline-block;
  width: 250px;
  margin-right: 10px;
}
.view-list.stacked li:last-child {
  margin-right: 0;
}
.view-list.stacked::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.view-list.stacked::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f6f6f6;
}
.view-list.stacked::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c3c3c3;
}
.view-list.stacked::-webkit-scrollbar-thumb:hover {
  background-color: #187794;
}

.resource-view {
  margin-top: 20px;
}

#activity-archive-notice {
  clear: both;
}

/* diff styles */
table.diff {
  font-family: Courier;
  border: medium;
}

.diff_header {
  background-color: #e0e0e0;
}

td.diff_header {
  text-align: right;
}

.diff_next {
  background-color: #c0c0c0;
}

.diff_add {
  background-color: #aaffaa;
}

.diff_chg {
  background-color: #ffff77;
}

.diff_sub {
  background-color: #ffaaaa;
}

.purge-all {
  float: right;
  margin-bottom: 15px;
}

.search-form {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #ddd;
}
.search-form .search-input {
  position: relative;
  margin-bottom: 20px;
}
.search-form .search-input input {
  margin: 0;
  width: 100%;
  height: auto;
}
.search-form .search-input button {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
}
.search-form .search-input button span {
  display: none;
}
.search-form .search-input button i {
  color: #ccc;
  transition: color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .search-form .search-input button i {
    transition: none;
  }
}
.search-form .search-input button:hover i {
  color: #000;
}
.search-form .search-input.search-giant input {
  font-size: 16px;
  padding: 15px;
}
.search-form .search-input.search-giant button {
  margin-top: -0.75rem;
  right: 15px;
}
.search-form .search-input.search-giant button i {
  font-size: 28px;
  width: 28px;
}
.search-form .control-order-by label,
.search-form .control-order-by select {
  display: inline;
}
.search-form .control-order-by .form-control {
  width: auto;
}
.search-form .filter-list {
  color: #444;
  line-height: 32px;
  margin: 10px 0 0 0;
}
.search-form .filter-list .pill {
  line-height: 21px;
}
.search-form .filter-list .extra {
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.search-form.no-bottom-border {
  border-bottom-width: 0;
  margin-bottom: 0;
}
.search-form .search-input-group {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .search-form .control-order-by {
    float: right;
    margin-left: 15px;
    width: auto;
  }
}
.group .media-vertical .image {
  margin: 0 -5px 5px;
}

.group-list:nth-child(odd) {
  clear: left;
}

.group-list .module-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}

.group-list .dataset-content {
  min-height: 54px;
}

.group-list .module-heading h3, .group-list .module-heading .h3 {
  margin-bottom: 2px;
}

.group-list .module-heading h3 a, .group-list .module-heading .h3 a {
  color: #333;
}

.group-list .module-heading .media-image {
  overflow: hidden;
  max-height: 60px;
}
.group-list .module-heading .media-image img {
  max-width: 85px;
}

.toolbar {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0;
}
.toolbar::after {
  display: block;
  clear: both;
  content: "";
}

.page_primary_action {
  margin-bottom: 20px;
}

.toolbar .breadcrumb {
  box-shadow: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 1.09375rem;
}
.toolbar .breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

.toolbar .breadcrumb li {
  padding-left: 0.5rem;
}
.toolbar .breadcrumb li:not(:first-child)::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.toolbar .breadcrumb .active {
  color: #6c757d;
}

.toolbar .home a {
  text-decoration: none;
}

.toolbar .home span {
  display: none;
}

.toolbar .breadcrumb a {
  color: #505050;
}

@media (max-width: 575.98px) {
  .toolbar .breadcrumb {
    color: #fff;
    text-shadow: none;
  }
}
.toolbar .breadcrumb .active a,
.toolbar .breadcrumb a.active {
  font-weight: bold;
}

.actions {
  margin: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.actions li {
  display: inline-block;
  margin-right: 5px;
}
.actions li ul li {
  display: block;
}

.actions li:last-of-type {
  margin-right: 0;
}

.hide-heading {
  display: none;
}

.page-header {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ddd;
  background-color: #f6f6f6;
  border-radius: 0 3px 0 0;
}
.page-header.module-content {
  padding-top: 0.75rem;
  padding-bottom: 0;
}
.page-header::after {
  display: block;
  clear: both;
  content: "";
}
.page-header .nav-tabs {
  float: left;
  margin-bottom: -1px;
}
.page-header .nav-tabs li a {
  padding: 10px 15px;
}
.page-header .nav-tabs li.active a,
.page-header .nav-tabs a:hover {
  border: 1px solid #dee2e6;
  background-color: #fff;
  border-bottom-color: transparent;
}
.page-header .content_action {
  float: right;
  margin-top: -3px;
}

.no-nav .page-header {
  border-radius: 3px 3px 0 0;
}

.nav-tabs-plain {
  padding: 0 25px;
}
.nav-tabs-plain > .active > a, .nav-tabs-plain > .active > a:hover {
  background-color: #fff;
}

@media (max-width: 575.98px) {
  .page-header .nav-tabs {
    margin: 5px 10px 10px -5px;
    border: none;
  }

  .page-header .nav-tabs > li {
    float: none;
  }

  .page-header .nav-tabs > li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .page-header .nav-tabs > .active > a,
.page-header .nav-tabs > .active > a:hover,
.page-header .nav-tabs > .active > a:focus {
    border-bottom-color: #dddddd;
  }
}
.prose h1, .prose .h1,
.prose heading-1 h2,
.prose heading-1 .h2,
.prose heading-2 {
  margin-bottom: 15px;
}
.prose h3, .prose .h3,
.prose heading-3 {
  margin-bottom: 10px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrapper {
  position: relative;
  min-height: 300px;
  background-color: #fff;
}
.wrapper::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    border-right: 1px solid #ddd;
    z-index: 1;
  }
  .wrapper.no-nav:before {
    display: none;
  }
  .wrapper.no-nav .module > .page-header {
    margin-top: 0;
  }
}

[role=main],
.main {
  position: relative;
}

.main {
  padding: 20px 0;
  background: #eee url("../../../base/images/bg.png");
}

.main:after,
[role=main]:after {
  bottom: 0;
  border-top-width: 1px;
}

.main .primary {
  position: relative;
  float: right;
  margin-left: 0;
}

.main .secondary {
  padding: 0;
  z-index: 1;
  padding-right: 1px;
}

/* Filters modal */
.no-text .text {
  display: none;
}

.js body.filters-modal {
  overflow: hidden;
}

.show-filters.btn,
.hide-filters {
  display: none;
}

@media (max-width: 767.98px) {
  .wrapper {
    border-width: 0;
    box-shadow: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .main .secondary {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2;
  }

  .js .main .secondary .filters {
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding: 10px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .js body.filters-modal .secondary .filters {
    display: block;
  }

  .js .main .secondary .filters > div {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
  }

  .js .main .secondary .filters > div .module-footer {
    display: none;
  }

  .js body.filters-modal .secondary .filters .hide-filters {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    opacity: 0.6;
  }
  .js body.filters-modal .secondary .filters .hide-filters i {
    font-size: 18px;
  }

  .js .show-filters.btn {
    display: inline-block;
  }
}
.primary .primary {
  float: left;
  margin-left: 0;
  margin-bottom: 20px;
}
.primary .primary h1:first-child, .primary .primary .h1:first-child,
.primary .primary h2:first-child,
.primary .primary .h2:first-child,
.primary .primary h3:first-child,
.primary .primary .h3:first-child,
.primary .primary h4:first-child,
.primary .primary .h4:first-child {
  margin-top: 0;
}

@media (min-width: 576px) {
  .hero {
    background: url("../../../base/images/background-tile.png");
  }
}
.hero:after {
  background-color: rgba(0, 0, 0, 0.09);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.03);
}
.hero:after .back:hover {
  text-decoration: none;
}
.hero:after .back:hover span {
  text-decoration: underline;
}

.context-info .module-content {
  padding: 15px;
}
.context-info .image {
  margin-bottom: 10px;
}
.context-info .image img,
.context-info .image a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.context-info .description {
  word-wrap: break-word;
  word-break: break-all;
  overflow: auto;
}
.context-info code {
  display: block;
  font-weight: normal;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.context-info h1.heading, .context-info .heading.h1 {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1.3;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.context-info .info {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dotted #DDD;
  word-break: break-word;
}
.context-info .info dl dd {
  margin-top: 3px;
  margin-left: 0;
}
.context-info .nums {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 0;
  border-top: 1px dotted #DDD;
}
.context-info .nums::after {
  display: block;
  clear: both;
  content: "";
}
.context-info .nums dl {
  float: left;
  width: 50%;
  margin: 5px 0 0 0;
  color: #444;
}
.context-info .nums dl dt {
  display: block;
  font-size: 13px;
  font-weight: 300;
}
.context-info .nums dl dd {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-left: 0;
}
.context-info .nums dl dd .smallest {
  font-size: 13px;
}
.context-info .nums dl dd .smaller {
  font-size: 16px;
}
.context-info .nums dl dd .small {
  font-size: 21px;
}
.context-info .follow_button {
  margin: 0.75rem 0;
}
.context-info.editing .module-content {
  margin-top: 0;
}

.flash-messages .alert {
  box-shadow: 0 0 0 1px white;
}

.view-preview-container {
  margin-top: 20px;
}

.homepage .hero {
  background: url("../../../base/images/background-tile.png");
  padding: 20px 0;
}
.homepage .module-promotion {
  background: #fff;
  padding: 30px;
}
.homepage .module-search {
  color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}
.homepage .module-search .search-form {
  border-radius: 0.25rem;
  background-color: #005d7a;
  padding: 30px 20px;
}
.homepage .module-search .search-form input {
  font-size: 16px;
  padding: 15px;
}
.homepage .module-search .search-form button {
  border: none;
  margin-left: -40px;
}
.homepage .module-search .search-input {
  display: flex;
}
.homepage .module-search .search-input bottom {
  margin-left: -30px;
  align-items: center;
}
.homepage .module-search .tags {
  margin-top: -5px;
  padding: 5px 10px 10px 10px;
  background-color: #003647;
}
.homepage .module-search .tags h3, .homepage .module-search .tags .h3 {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 2px 8px;
  margin-top: -5px;
}
.homepage .module-search .tags h3, .homepage .module-search .tags .h3,
.homepage .module-search .tags .tag {
  display: block;
  float: left;
  margin: 5px 10px 0 0;
}
.homepage .module-stats {
  margin-top: 1rem;
  color: #444;
}
.homepage .module-stats .card {
  padding: 1.5rem 1.75rem;
}
.homepage .module-stats .card ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.homepage .module-stats .card ul::after {
  display: block;
  clear: both;
  content: "";
}
.homepage .module-stats .card ul li {
  float: left;
  width: 25%;
  font-weight: 300;
}
.homepage .module-stats .card ul li a {
  display: block;
}
.homepage .module-stats .card ul li a b {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
}
.homepage .module-stats .card ul li a:hover {
  text-decoration: none;
}
.homepage .module-feeds {
  padding: 2rem 0;
  background: #eee url("../../../base/images/bg.png");
}
.homepage .module-feeds .module-stats {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .homepage .module-search {
    margin-top: 0.5rem;
  }
  .homepage .module-stats {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .homepage .module-feeds .card {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.account-masthead {
  min-height: 30px;
  color: #fff;
  background: #003647 url("../../../base/images/bg.png");
}
.account-masthead .account {
  float: right;
}
.account-masthead .account ul li {
  display: block;
  float: left;
  border-left: 1px solid #00232e;
}
.account-masthead .account ul li a {
  display: block;
  text-decoration: none;
  color: #bfd7de;
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 31px;
}
.account-masthead .account ul li a span.username,
.account-masthead .account ul li a span.text {
  margin: 0 2px 0 4px;
}
.account-masthead .account ul li a span.text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.account-masthead .account ul li a:hover {
  color: #d9e7eb;
  background-color: #00232e;
  text-decoration: none;
}
.account-masthead .account ul li a.sub {
  font-weight: 300;
}
.account-masthead .account ul li a .btn {
  vertical-align: 1px;
  margin-left: 3px;
}
.account-masthead .account .notifications a span.badge {
  font-size: 12px;
  margin-left: 3px;
  padding: 1px 6px;
  background-color: #00232e;
  border-radius: 4px;
  text-shadow: none;
  color: #bfd7de;
}
.account-masthead .account .notifications a:hover span {
  color: #fff;
  background-color: #000f14;
}
.account-masthead .account .notifications.notifications-important a span.badge {
  color: #fff;
  background-color: #C9403A;
}
.account-masthead .account.authed .image {
  padding: 0 6px;
}
.account-masthead .account.authed .image img {
  border-radius: 4px;
}

.masthead {
  background: #005d7a url("../../../base/images/bg.png");
}
.masthead .debug {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #206b82;
  padding: 2px 4px;
  border: #fff 1px solid;
  border-left: 0px;
  z-index: 9;
}
.masthead .navbar hgroup h1, .masthead .navbar hgroup .h1,
.masthead .navbar hgroup h2,
.masthead .navbar hgroup .h2 {
  float: left;
  font-size: 30px;
  line-height: 1.5;
}
.masthead .navbar hgroup h1, .masthead .navbar hgroup .h1 {
  font-weight: 900;
  letter-spacing: -1px;
  margin: 3px 0;
}
.masthead .navbar hgroup h2, .masthead .navbar hgroup .h2 {
  position: absolute;
  bottom: -3px;
  left: 0;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  white-space: nowrap;
}
.masthead .navbar .logo {
  display: inline-block;
}
.masthead .navbar .logo img {
  max-height: 60px;
}
.masthead .main-navbar ul {
  padding-right: 20px;
}
.masthead .main-navbar ul li {
  margin-right: 2px;
}
.masthead .main-navbar ul li a {
  padding: 0.6rem 0.9rem;
  color: #fff;
  text-decoration: none;
}
.masthead .main-navbar ul li:hover a, .masthead .main-navbar ul li:focus a, .masthead .main-navbar ul li.active a {
  border-radius: 0.3rem;
  background-color: #003647;
}
.masthead .main-navbar .site-search button {
  display: flex;
  align-items: center;
  margin-left: -50px;
}

@media (max-width: 991.98px) {
  .masthead .main-navbar ul {
    padding: 0;
  }
  .masthead .main-navbar ul li {
    padding: 0;
  }
  .masthead .main-navbar ul li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .masthead .main-navbar ul li a {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .masthead .main-navbar ul li a:hover, .masthead .main-navbar ul li a:focus {
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 991.98px) {
  .masthead .main-navbar ul li a.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }
}
.site-footer {
  background: #005d7a url("../../../base/images/bg.png");
  padding: 20px 0;
}
.site-footer label,
.site-footer small,
.site-footer .small {
  color: #CCDEE3;
}
.site-footer a {
  color: #CCDEE3;
}
.site-footer .footer-links ul {
  margin: 0;
}
.site-footer .footer-links ul li {
  margin-bottom: 5px;
}
.site-footer .attribution p {
  color: #CCDEE3;
  font-size: 0.875rem;
}
.site-footer .attribution .ckan-footer-logo {
  display: block;
  width: 68px;
  height: 21px;
  margin-top: 2px;
  background: url("../../../base/images/ckan-logo-footer.png") no-repeat top left;
  text-indent: -900em;
}
.site-footer .lang-select .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.site-footer .lang-select .form-group label {
  font-size: 0.875rem;
}

.table-selected td {
  background-color: #fff;
}
.table-selected td .edit {
  display: block;
}

.table-bulk-edit th input {
  top: -5px;
}
.table-bulk-edit .table-actions .btn-group {
  float: left;
  margin: 0 10px 0 0;
}
.table-bulk-edit .context p {
  margin-bottom: 0;
}

.table-header thead th {
  background-color: #f6f6f6;
}

.table-edit-hover .edit {
  display: none;
  float: right;
}
.table-edit-hover tr:hover .edit {
  display: block;
}

.js .table-toggle-more .toggle-more {
  display: none;
}
.js .table-toggle-more .show-more {
  display: inline;
}
.js .table-toggle-more .show-less {
  display: none;
}
.js .table-toggle-more .toggle-seperator {
  display: table-row;
}
.js .table-toggle-more .toggle-seperator td {
  height: 11px;
  padding: 0;
  background-image: url("../../../base/images/table-seperator.png");
}
.js .table .toggle-show td {
  background: none;
  text-align: center;
}
.js .table-toggle-less .show-less {
  display: inline;
}
.js .table-toggle-less .show-more {
  display: none;
}
.js .table-toggle-less .toggle-seperator {
  display: none;
}

.profile .empty,
.profile .dataset-list {
  margin-bottom: 20px;
}

#followee-filter .btn {
  display: inline-block;
}
#followee-filter .btn span,
#followee-filter .btn strong {
  line-height: 1.5;
}
#followee-filter .btn span {
  font-weight: normal;
}
#followee-filter .btn strong {
  margin: 0 5px;
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard-context {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #DCDCDC;
  background-color: #f6f6f6;
  border-radius: 3px 0 0 0;
}
.dashboard-context h2, .dashboard-context .h2 {
  margin-bottom: 10px;
}
.dashboard-context .arrow {
  position: absolute;
  content: " ";
  top: 30px;
  right: -10px;
  width: 10px;
  height: 21px;
  background: transparent url("${imagePath}/dashboard-followee-related.png");
}

.followee-container {
  padding: 0;
  padding: 0;
  margin: 0;
  max-height: 205px;
  overflow: auto;
  border-radius: 0 0 3px 3px;
}
.followee-container .popover-title {
  display: none;
}
.followee-container .empty {
  padding: 10px;
}
.followee-container li i {
  margin-right: 11px;
  padding: 3px 5px;
  line-height: 1;
}
.followee-container li:hover, .followee-container li.active {
  background: #206b82;
}
.followee-container li:hover a, .followee-container li.active a {
  color: #fff;
}
.followee-container li:hover i, .followee-container li.active i {
  background-color: #187794;
  color: #fff;
  border-radius: 100px;
  box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
}

.dashboard-me {
  padding: 15px 15px 0 15px;
}
.dashboard-me::after {
  display: block;
  clear: both;
  content: "";
}
.dashboard-me img {
  float: left;
  margin-right: 10px;
  border-radius: 100px;
}
.dashboard-me strong {
  display: block;
  font-size: 16px;
  margin: 3px 0;
}

.resource-view .actions {
  right: 0;
}

.resource-view-filters {
  margin-bottom: 1em;
}
.resource-view-filters .resource-view-filter {
  margin-bottom: 1em;
}
.resource-view-filters .resource-view-remove-filter {
  cursor: pointer;
  color: #b55457;
}
.resource-view-filters .resource-view-filter-values .select2-container {
  margin-right: 0.3em;
  margin-bottom: 0.2em;
  width: 24% !important;
}
.resource-view-filters .resource-view-filter-values .select2-container .select2-search-choice-close {
  left: auto;
}

.resource-view-list.reordering {
  margin: -10px -10px 0;
}
.resource-view-list.reordering li {
  margin-bottom: 10px;
  border-radius: -0.75rem;
  cursor: move;
}
.resource-view-list.reordering li a {
  cursor: inherit;
}
.resource-view-list.reordering li .handle {
  padding: 0;
  display: block;
  position: absolute;
  color: #888;
  left: -31px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 1px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
}
.resource-view-list.reordering li .handle:hover {
  text-decoration: none;
}
.resource-view-list.reordering li:hover .handle {
  background-color: #eee;
}
.resource-view-list.reordering li.ui-sortable-helper {
  background-color: #eee;
  border: 1px solid #187794;
}
.resource-view-list.reordering li.ui-sortable-helper .handle {
  background-color: #eee;
  border-color: #187794;
  color: #333;
}

.resource-view-list > li > a {
  border-radius: 0;
}
.resource-view-list li {
  margin-bottom: -3px;
  border: 1px solid #ddd;
}
.resource-view-list li:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.resource-view-list li:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.resource-view-list li .handle {
  display: none;
}

.view-preview-container .module-content {
  position: relative;
}
.view-preview-container .actions {
  right: 0.75rem;
}

.datapusher-status-link:hover {
  text-decoration: none;
}

.datapusher-status.status-unknown {
  color: #bbb;
}
.datapusher-status.status-pending {
  color: #FFCC00;
}
.datapusher-status.status-error {
  color: red;
}
.datapusher-status.status-complete {
  color: #009900;
}

.datapusher-form {
  margin-bottom: 20px;
}

.alert-error {
  color: #b55457;
  background-color: #f8f0f0;
  border-color: #c6898b;
}
.alert-error .alert-link {
  color: #914346;
}

.input-group .form-control {
  z-index: 0;
}

.input-group-btn:last-child > .btn {
  z-index: 0;
}

.format-label {
  text-indent: -900em;
  background: url("../../../base/images/sprite-resource-icons.png") no-repeat 0 0;
}

.format-label {
  width: 60px;
  height: 65px;
  background-position: -1720px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=html],
.format-label[data-format*=html] {
  width: 60px;
  height: 65px;
  background-position: -120px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=json],
.format-label[data-format*=json] {
  width: 60px;
  height: 65px;
  background-position: -220px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=xml],
.format-label[data-format*=xml] {
  width: 60px;
  height: 65px;
  background-position: -320px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=txt],
.format-label[data-format*=txt] {
  width: 60px;
  height: 65px;
  background-position: -420px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=doc],
.format-label[data-format*=doc],
.format-label[data-format=docx],
.format-label[data-format*=docx] {
  width: 60px;
  height: 65px;
  background-position: -520px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=odt],
.format-label[data-format*=odt] {
  width: 60px;
  height: 65px;
  background-position: -620px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=csv],
.format-label[data-format*=csv] {
  width: 60px;
  height: 65px;
  background-position: -720px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=xls],
.format-label[data-format*=xls] {
  width: 60px;
  height: 65px;
  background-position: -820px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=zip],
.format-label[data-format*=zip] {
  width: 60px;
  height: 65px;
  background-position: -920px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=api],
.format-label[data-format*=api] {
  width: 60px;
  height: 65px;
  background-position: -1020px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=pdf],
.format-label[data-format*=pdf] {
  width: 60px;
  height: 65px;
  background-position: -1120px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=rdf],
.format-label[data-format*=rdf] {
  width: 60px;
  height: 65px;
  background-position: -1220px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=wms],
.format-label[data-format*=wms] {
  width: 60px;
  height: 65px;
  background-position: -1320px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=png],
.format-label[data-format*=png] {
  width: 60px;
  height: 65px;
  background-position: -1420px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=jpg],
.format-label[data-format*=jpg],
.format-label[data-format=jpeg],
.format-label[data-format*=jpeg] {
  width: 60px;
  height: 65px;
  background-position: -1520px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=gif],
.format-label[data-format*=gif] {
  width: 60px;
  height: 65px;
  background-position: -1620px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=wfs],
.format-label[data-format*=wfs] {
  width: 60px;
  height: 65px;
  background-position: -1820px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=gml],
.format-label[data-format*=gml] {
  width: 60px;
  height: 65px;
  background-position: -1920px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=wmts],
.format-label[data-format*=wmts] {
  width: 60px;
  height: 65px;
  background-position: -2020px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=kml],
.format-label[data-format*=kml] {
  width: 60px;
  height: 65px;
  background-position: -2120px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=geo],
.format-label[data-format*=geo] {
  width: 60px;
  height: 65px;
  background-position: -2220px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.btn {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}