/* ugent.css fixes */
h3, h4 {
  font-size: inherit;
}
aside img {
  width: inherit;
}
@media (max-width: 767px) {
  .pageheader h1 {
    margin-top: 12px;
  }
  .pageheader .tagline {
    display: block;
    margin-bottom: 12px;
  }
  .search-form .input-group .form-control {
    display: block;
    float: none;
  }
  .search-form .input-group-btn {
    margin-top: 8px;
    display: block;
  }
}
@media (min-width: 768px) {
  .pageheader .branding-container {
    top: 18px;
  }
  .pageheader h1 {
    margin-bottom: 6px;
  }
  .pageheader .tagline {
    padding-left: 20px;
    color: #ffffff;
  }
}
.pageheader .nav-tertiary {
  margin-top: 15px;
  font-size: 17px;
}
.pageheader .navbar {
  margin-bottom: 0;
}
.pageheader .nav-tertiary .dropdown.open .dropdown-toggle {
  background: transparent;
  color: #ffffff;
}
.navbar-nav .dropdown .dropdown-toggle:hover span.caret,
.navbar-nav .dropdown .dropdown-toggle:active span.caret,
.navbar-nav .dropdown .dropdown-toggle:focus span.caret,
.navbar-nav .dropdown.open .dropdown-toggle span.caret {
  text-decoration: none;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: none;
}
.pageheader .navbar-default .navbar-nav .dropdown .dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown > .btn-link {
  display: inline-block;
  border: inherit;
  padding: 0;
  border-bottom: 1px solid #1e64c8;
}
.dropdown > .btn-link:hover, .dropdown > .btn-link:active {
  background-color: transparent;
}
.dropdown-menu {
  font-size: inherit;
}
.dropdown-menu>li>a {
  font-family: "PannoTextNormal",Arial,sans-serif;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  border-color: transparent;
  text-decoration: none;
  background-color: inherit;
}
.dropdown-menu>li>form>.btn-link {
  display: block;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 1.23529412;
  color: #333;
  border: none;
}
.btn.btn-danger {
  color: #ffffff !important;
  background-color: #dc4e28 !important;
  border-color: #dc4e28 !important;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  font-style: inherit;
  color: #b4b4b4;
  background-color: #dddddd;
}
.dropdown-menu>li>a[disabled] {
  color: #b4b4b4;
}
.dropdown-form {
  position: relative;
}
.dropdown-form .dropdown-menu {
  width: 300px !important;
  padding: 16px;
}
.dropdown-form .dropdown-btn-overlay {
  position: absolute;
  background-color: #ffffff;
  height: 15px;
  top: 45px;
  left: 0;
  width: 100%;
  overflow: visible;
  z-index: 3000;
}
.text-inactive {
  color: #b4b4b4;
}
.pagination {
  margin: 0;
}
.pagination-prev a, .pagination-next a {
  font-family: "PannoTextMedium", Arial, sans-serif;
}
.pagination-next {
  text-align: right;
}
.pagination-range {
  text-align: center;
}
.pagination-range .pagination>li>a {
  width: 37px;
}
.pagination>li>a.pagination-ellipsis {
  background: none;
}
.pagination>li>a.pagination-ellipsis:hover {
  color: inherit;
}
.inline-block {
  display: inline-block;
}
.inline-label {
  margin-right: 10px;
}
h1.long {
  font-size: 35px;
}
a.plain {
  color: inherit;
  text-decoration: none;
  border: none;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
a.inverted {
  border: none;
}
a.inverted:hover,a.inverted:focus,a.inverted:active,a.plain:hover,a.plain:focus,a.plain:active {
  border-bottom: 1px solid #1e64c8;
}
label.plain {
  font-family: "PannoTextLight", Arial, sans-serif;
}
.label-warning {
  background-color: #f0ad4e;
}
.text-muted {
  color: #646464;
}
.active-filter {
  display: inline-block;
  font-family: "PannoTextLight",Arial,sans-serif;
  height: 30px;
  padding: 4px 7px 6px;
  color: #333333;
  background: #e9f0fa;
  text-align: center;
  vertical-align: middle;
}
.active-filter a {
  border-bottom: none;
  margin-left: 4px;
  vertical-align: middle;
}
.btn {
  font-family: "PannoTextNormal",Arial,sans-serif;
}
.btn-tag {
  color: #646464;
}
.btn-subtle {
  color: #333333;
  background-color: #ffffff;
  border: solid 1px #b4b4b4;
  padding: 12px 14px 11px;
}
.btn-link {
  background: none;
  color: #1e64c8;
  border-bottom: 1px solid #1e64c8;
  padding: inherit;
}
.btn-link:hover, .btn-link:active {
  border-color: transparent;
  text-decoration: none;
  color: #1e64c8;
}
dl.subtle dt {
  color: #333333;
  font-family: "PannoTextNormal",Arial,sans-serif;
}
dl.subtle dd {
  margin-bottom: 10px;
  color: #646464;
}
dl.roomy dt {
  margin-bottom: 8px;
}
dl.roomy dd {
  margin-bottom: 20px;
}
dl.roomy dd:last-child {
  margin-bottom: 0;
}

/* bootstrap-select: replace arrow by normal caret */
.bootstrap-select>.dropdown-toggle {
  padding-right: 12px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "";
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: 2px;
  margin-right: -12px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.pright-default {
  margin-right: 20px;
}
.mleft-default {
  margin-left: 20px;
}
.mbottom-medium {
  margin-bottom: 40px;
}
.pbottom-medium {
  padding-bottom: 40px;
}
.mleft-small {
  margin-left: 8px;
}
.mbottom-small {
  margin-bottom: 8px;
}
.pbottom-small {
  padding-bottom: 8px;
}
.mleft-tiny {
  margin-left: 4px;
}
.mright-default {
  margin-right: 20px;
}
.mright-small {
  margin-right: 8px;
}
.mright-tiny {
  margin-right: 4px;
}
.mbottom-tiny {
  margin-bottom: 4px;
}
.pbottom-tiny {
  padding-bottom: 4px;
}
.filter-form .input-group {
  border: none;
}
.filter-form .input-group>[type="text"],
.filter-form .input-group>[type="number"] {
  border: 1px solid #ccc;
}
.filter-form .input-group-btn:last-child>.btn:last-child,
.btn.apply-filter {
  margin-left: 10px;
}
.home-banner {
  background-color: #e9f0fa;
}
.home-banner-image {
  background-color: transparent;
}
span.hl {
  background-color: #fff8dc;
}
.facet-nav > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px;
  border: 1px solid transparent;
}
.facet-nav > li:first-child {
  padding-left: 0;
}
.facet-nav .dropdown.open {
  border: 1px solid #b4b4b4;
  border-bottom-color: #ffffff;
}
.facet-nav .dropdown-menu {
  margin-top: 16px;
  margin-right: -1px;
  border: 1px solid #b4b4b4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

}
.progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: none;
}
.progress-inline {
  display: inline-block;
  width: 125px;
  margin: 0px 10px;
  height: 14px;
}
.progress-bar-info {
  background-color: #1e64c8;
}
.modal-result-list {
  padding: 0;
}
.modal-result-list .result-item {
  padding: 15px;
}
.modal-result-list .result-item:last-child {
  border: none;
}

.toggle-switch > input[type="checkbox"] {
  display: none;
}
.toggle-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}
.toggle-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position:absolute;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
.toggle-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.2s ease-in-out;
  width: 24px;
}
.toggle-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.toggle-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}
