body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #999999;
  font-size: 14px;
  line-height: 1.5;

  margin: 32px;
}

.table {
  color: #999999;
}

.table thead {
  font-weight: 600;
}

.table tbody tr {
  cursor: pointer;
}

.table.ahp-item-details td {
  text-align: left;
}

.lang-switcher {
  text-align: right;
}

.star {
  color: rgb(212, 212, 212);
}

.star--selected {
  color: rgb(255, 213, 77);
}

h1 {
  font-size: 1.3em;
  margin-top: 1em;
}

.item-parameter-filters {
  display: flex;
}

.item-parameter-filter {
  display: block;
  margin-right: 1em;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 6px;
  border: #eaeaea 1px solid;
}

.item-paramter-filter-header {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.3rem;
}

.ahp-parameters .ahp-parameter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ahp-parameter {
  display: block;
  margin-right: 3em;
  margin-bottom: 2em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  width: 230px;
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

/* @media screen and (min-width: 500px) {
  .ahp-parameters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flext-start;
  }
} */

.ahp-parameter-title {
  display: flex;
}

.ahp-parameter-title-p1,
.ahp-parameter-title-p2 {
  white-space: normal;
  width: 50%;
}

.ahp-parameter-title-p1 {
  text-align: right;
  text-decoration: underline;
}

.divider {
  width: 2px;
  margin: 6px 0;
  background: gray;
  display: none;
}

.ahp-parameter .slider {
  width: 100%;
}

.ahp-parameter .slider-labels {
  display: flex;
  justify-content: space-between;
  color: #d1d1d1;
}

.ahp-parameter .no-data {
  margin-top: 1em;
}

.ahp-debug table td {
  padding-right: 2em;
}

.ahp-debug .is-consistent {
  margin-top: 1em;
  font-weight: 600;
}

.bold {
  font-weight: 600;
  color: black;
}

.custom_tooltip {
  position: relative;
}

.custom_tooltip .custom_tooltiptext {
  visibility: hidden;
  background-color: rgb(27, 27, 27);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 5px 10px;
  min-width: 200px;
  font-size: 14px;

  /* Position the tooltip */
  position: absolute;
  left: 30px;
  z-index: 1;
}

.custom_tooltip:hover .custom_tooltiptext {
  visibility: visible;
}

h1 {
  color: #97c026;
}

.custom_tooltip i {
  color: #97c026;
}

.btn-primary,
.btn-primary:hover {
  background-color: #97c026;
  border-color: #5d7519;
}

.btn-primary:disabled,
.btn-primary:disabled:hover {
  background-color: #cccccc;
  border-color: #949494;
}

.expander-container {
}

.expander-icon {
  color: #97c026;
  font-size: 1.3rem;
}

/*
slider
*/
.ng5-slider .ng5-slider-pointer {
  background-color: #97c026 !important;
}
.ng5-slider .ng5-slider-pointer:after {
  background-color: white !important;
}
.ng5-slider .ng5-slider-bar,
.ng5-slider .ng5-slider-tick {
  background: #d4d4d4 !important;
}

/*  
  POPUP
*/

.popup {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}

.popup-content {
  position: relative;
  top: 100px;
  width: 100%;
  text-align: center;
  padding: 32px;
}

.popup a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.popup a:hover,
.popup a:focus {
  color: black;
}

.popup .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .popup a {
    font-size: 20px;
  }
  .popup .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
