.dataset-item.active {
    background-color: #e0f7fa;
    border: 1px solid #00796b;
  }

.accordion-button {
    font-size:larger;
    font-weight: 600;
}


span.item-count {
  background-color: #666db1 !important;
  /* background-color: #2aa539 !important; */
  /* opacity: 0.9; */
}

.module-narrow .nav-item.active > a{
  background-color: #666db1 !important;
  border-top-left-radius: 15px; 
  border-bottom-left-radius: 15px; 
}

.module-narrow .nav-item.active > a:before {
  border-left-color:#666db1 !important;
  
}


@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: #666db1 !important;
  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;
}

.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;
}



/* .bg {
  animation:slide 6s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #3c4191 20%, #2aa539 80%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:relative;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:12s;
}

.bg3 {
  animation-duration:10s;
} */

/* .content {
  background-color:rgba(255,255,255,.8);
  border-radius:.25em;
  box-shadow:0 0 .25em rgba(0,0,0,.25);
  box-sizing:border-box;
  left:50%;
  padding:10vmin;
  position:fixed;
  text-align:center;
  top:50%;
  transform:translate(-50%, -50%);
} */

/* h1 {
  font-family:monospace;
} */
