html {
	overflow-y: hidden;
}

#sdgCategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	--uk-breakpoint-s: 400px;
    --uk-breakpoint-m: 600px;
    --uk-breakpoint-l: 900px;
	--uk-breakpoint-xl: 1200px;
}

.category-container {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 340px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.category-container:nth-child(2n + 1) {
  margin-left: 10px;
  margin-right: 10px;
}

.category-container:nth-child(2n) {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  #sdgCategories {
    justify-content: space-evenly;
}

  .category-container {
    margin: 10px !important;
  }
}

.category-container.disabled {
  opacity: 0.5;
}

.category-top-container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex: 0 1;
}

.category-top-container > a {
  flex: 1 0 56%;
}

.category-container a > img:hover {
  border: white solid 3px;
}

.category-container:first-child a > img:hover {
  width: calc(100% - 5px);
}

.category-container a.disabled {
  cursor: default;
}

.category-container a.disabled > img:hover {
  border: none;
}

.category-info-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 5px;
  text-align: left;
}

.measurements-container {
  padding: 5px;
  line-height: 1;
}

.measurements-container > span:first-child {
  font-size: 18px;
  font-weight: bold;
}

.indicators-container {
  display: flex;
  flex-direction: column;
}

.indicators-container > span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.indicators-container > span > a {
  color: inherit;
}

.indicator-div {
  display: flex;
  flex-direction: column;
  height: 50px;
  padding-left: 5px;
  margin-top: 5px;
}

.indicator-div > span:last-child {
  position: relative;
  top: -12px;
  font-size: 35px;
  font-weight: bolder;
}

.category-prog-container {
  display: flex;
  flex-direction: column;
  padding: 5px;
  justify-content: space-around;
  flex: 1 1 36%;
}

.obj-measurements {
  height: 47.5px;
  justify-content: center;
}

.obj-measurements span {
  font-size: 18px;
}

.logo-div {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 25px;
  /* border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);*/
}

.logo-div img {
  width: 100%;
  height: auto;
}

.logo_text {
  font-size: 50px;
  font-weight: bolder;
  text-align: center;
  width: 100%;
}

.logo_text p {
  text-align: justify;
  margin: 0;
  margin-bottom: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
}

#lastUpdate {
  font-weight: bold;
  font-style: italic;
  text-align: right;
  margin: 10px;
}

.prog-trend-1 {
    background-color: rgb(202,0,32);
}

.prog-trend-2 {
    background-color: rgb(244,165,130);
}

.prog-trend-3 {
    background-color: rgb(209,229,240);
}

.prog-trend-4 {
    background-color: rgb(146,197,222);
}

.prog-trend-5 {
    background-color: rgb(5,113,176);
}

.prog-trend-NA {
  background-color: rgb(216, 216, 216);
}

.prog-trend-none {
  width: 100%;
  background-color: white;
  border: 1px solid #999;
}

.prog-comp,
.prog-trend {
  height: 20px;
  display: inline-block;
}

.prog-comp-b {
    background-color: rgb(5,113,176);
}

.prog-comp-e {
    background-color: rgb(209,229,240);
}

.prog-comp-w {
    background-color: rgb(202,0,32);
}

.prog-comp-NA {
  background-color: rgb(216, 216, 216);
}

.prog-comp-none {
  width: 100%;
  background-color: white;
  border: 1px solid #999;
}

.short-trend-div,
.long-trend-div,
.terr-comp-div {
  display: flex;
  flex-direction: column;
}

.prog-text {
  font-size: 14px;
  text-align: left;
  margin-bottom: 1px;
  font-weight: bold;
}

.prog-prog {
  flex: 2;
  display: flex;
  align-items: center;
}

.prog_short_trend_div,
.prog_long_trend_div,
.prog_comp_div {
  width: 100%;
}

span[title] {
  position: relative;
}

span[title] > span.title {
  position: absolute;
  top: 25px;
  padding: 2px 4px;
  margin: 2px;
  white-space: nowrap;
  color: black;
  border: 1px solid black;
  z-index: 20;
  opacity: 1;
  background: white;
}
