body {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
/*    font-weight: 300;*/
    line-height: 1.5;
    font-size: 1rem !important;
}

.toolbar, 
.toolbar * {
  font-family: "Source Sans Pro", "Lucida Grande", Verdana, sans-serif;
  /* Set base font size to 13px based on root ems. */
  font-size: 0.8125rem;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-touch-callout: none;
  -o-touch-callout: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}

#header {
 /* margin-bottom: 5rem !important;*/
}

.title {
  color: #164194 !important;
  font-size: 2rem;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  font-size: 1rem;
  color: #164194;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  font-size: 1.5rem;
  color: #164194;
}

.field--name-field-photo .field__item {
  display: inline-block;
}

.navbar-nav .nav-link {
  margin-right: 2rem !important;
  font-size: 1.5rem !important;
}

.infrastructure table {
  font-size: 1.2rem;
}

.infrastructure table a,
.infrastructure .views-field-title a
{
  text-decoration: none;
}

.infrastructure table a:hover,
.infrastructure .views-field-title a:hover
{
  text-decoration: underline;
}

.infrastructure table th {
  color: #164194;
}

.infrastructure table tr {
  background-color: revert;
}

.infrastructure .list-group-item {
  /*
  border: 0;
  background: unset;
 
  display: inline-block;
  border-radius: 3px;
  padding: 6px 6px 4px 6px;
  border: 1px solid #e1e4e6;
  font-size: .875rem;
  line-height: normal;
  margin-right: 5px;
  margin-bottom: 7px;
  box-shadow: 0 1px 0 #fff inset,0 1px 1px rgb(217 221 227 / 50%);
   */
  
  border: revert; 
   
}

.infrastructure .list-group ul {
  list-style: circle;
  padding: revert;
}

.infrastructure .view-filters {
    margin-bottom: 3rem;
}

.infrastructure .view-content .grid .row > div {
    margin-bottom: 3rem;
}

.logos-in-footer {
  margin: 0 auto;
}

.logos-in-footer > a, .logos-in-footer > a:hover {
  display: block;
  width: 100%;
  height: 100px;
  text-decoration: none;
  border: none;
}

.logos-in-footer > a:hover {
  box-shadow: 0px 4px 12px -4px rgba(0,48,87,.5);
  -webkit-box-shadow: 0px 4px 12px -4px rgba(0,48,87,.5);
  -moz-box-shadow: 0px 4px 12px -4px rgba(0,48,87,.5);
}

.logos-in-footer > a > img {
  display: block;
  margin: 0 auto;
  max-width: 385px;
  max-height: 100px;
  padding: 10px;
  box-sizing: border-box;
}

.js td .dropbutton-wrapper {
  min-width: 3em;
}

fieldset {
  min-width: 0;
  margin: 1em 0;
}

.node__content .field--name-field-represent-publications .field__item {
 padding: 10px 0;
}


.field--name-field-photo-of-research-group .field__item {
  display: inline-flex;
}

input.select2-search__field {
    max-width: 400px !important;
}

fieldset.table-field-group th {
  color: #000;
}

.node a {
  word-break: break-all;
}

table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #0d6efd;; 
}

.tablesort {
  position: static;
  top: 50%;
  right: 1rem;
  width: 0.875rem; /* 14px */
  height: 1rem; /* 16px */
  margin-top: -0.5rem; /* -8px */
  opacity: 0.5;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e") no-repeat 0 50%;
  background-size: auto;
}

@media (forced-colors: active) {

  .tablesort {
    background: linktext;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
}

/* stylelint-disable-next-line selector-type-no-unknown */

_:-ms-fullscreen, /* Only IE 11 */
.tablesort {
  position: static;
  float: right;
  margin-top: 0.125rem; /* 2px */
  margin-right: -1.5rem; /* -24px */
}

[dir="rtl"] .tablesort {
  right: auto;
  left: 1rem; /* 16px */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M12.25.25v1.5H1.75V.25zm0 3v1.5h-7.5v-1.5zm0 3v1.5h-4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

  [dir="rtl"] .tablesort {
    background: linktext;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M12.25.25v1.5H1.75V.25zm0 3v1.5h-7.5v-1.5zm0 3v1.5h-4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M12.25.25v1.5H1.75V.25zm0 3v1.5h-7.5v-1.5zm0 3v1.5h-4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
}

/* stylelint-disable-next-line selector-type-no-unknown */

_:-ms-fullscreen, /* Only IE 11 */
[dir="rtl"] .tablesort {
  float: left;
  margin-right: 0;
  margin-left: -1.5rem; /* -24px */
}

.tablesort--asc,
[dir="rtl"] .tablesort--asc {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M5 .44L.719 4.718 1.78 5.78 4.25 3.313v7.937h1.5V3.312l2.469 2.47L9.28 4.718 5 .439z' fill='%23003ecc'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

  .tablesort--asc,
  [dir="rtl"] .tablesort--asc {
    background: linktext;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M5 .44L.719 4.718 1.78 5.78 4.25 3.313v7.937h1.5V3.312l2.469 2.47L9.28 4.718 5 .439z' fill='%23003ecc'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M5 .44L.719 4.718 1.78 5.78 4.25 3.313v7.937h1.5V3.312l2.469 2.47L9.28 4.718 5 .439z' fill='%23003ecc'/%3e%3c/svg%3e");
  }
}

.tablesort--desc,
[dir="rtl"] .tablesort--desc {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M4.25.75v7.938l-2.469-2.47L.72 7.282 5 11.561l4.281-4.28L8.22 6.22 5.75 8.687V.75h-1.5z' fill='%23003ecc'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

  .tablesort--desc,
  [dir="rtl"] .tablesort--desc {
    background: linktext;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M4.25.75v7.938l-2.469-2.47L.72 7.282 5 11.561l4.281-4.28L8.22 6.22 5.75 8.687V.75h-1.5z' fill='%23003ecc'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M4.25.75v7.938l-2.469-2.47L.72 7.282 5 11.561l4.281-4.28L8.22 6.22 5.75 8.687V.75h-1.5z' fill='%23003ecc'/%3e%3c/svg%3e");
  }
}
