
/* necessary changes by Ahmad, @Jerome, please verify */
/* for pdf icons on search pages */


/* for rss main page */
a.feed-icon {
  display: none;
}
.views-exposed-form .form-item {
  min-width: 150px;
}

/* necessary changes to make the left topic menu good on the topic pages */
.view-jrc-topic-taxonomies .panel-heading {
  margin-top: 20px;
  padding: 5px 20px;
  background: #1786e4 none repeat scroll 0 0;
  color: #fff;
}

.view-jrc-topic-taxonomies .sub-panel-heading {
  font-size: 11px;
}

/* the views more button class by default is more-link, we need a css for it. */
.more-link {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 3px 10px;
  font-size: 14px;
  float: right;
}

.more-link a {
  color: #0065a2 !important;
  margin-top: 0 !important;
  font-size: 14px !important;
}

/* fix the cookie compliance style */
#cookie-consent-banner {
  max-width : 1170px;
  background-color: #0065a2;
  border-color: #005081;
}

#cookie-consent-banner h2 {
  color: white;
}

#cookie-consent-banner p {
  color: white;
  margin: auto;
  max-width: 1170px;
  padding: 5px 0;
}

#cookie-consent-banner .cookie-consent-inform a {
  color: #21ade4;
}

#cookie-consent-banner .cookie-consent-actions {
  margin: auto;
  max-width: 1170px;
}