.target-header {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  margin-top: 30px;
}

.target-name {
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bold;
  font-size: 30px;
}

.target-description {
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  font-style: italic;
}

.sdg-header {
  text-align: left;
  padding-left: 5px;
  font-weight: bold;
  font-size: 22px;
  color: black;
}

.container {
  /* display: flex;*/
}

.item {
  flex-grow: 1;
  flex-basis: 50%;
}

.indicator-div {
  margin-top: 20px;
}

.indicator-data {
  display: flex;
  padding: 0 10px;
  margin-bottom: 10px;
}

@media (max-aspect-ratio: 1/1) {
  .indicator-data {
    flex-direction: column;
  }

  .measurement-div {
    max-width: 100% !important;
    width: 100%;
  }
}

.info-div {
  flex-basis: 25%;
  flex-shrink: 1;
  margin-right: 20px;
  text-align: left;
}

.info-div p {
  color: black;
  text-align: justify;
}

.measurement-selector li {
  cursor: pointer;
}

.measurement-selector li.selected {
  text-decoration: underline;
  font-weight: bolder;
}

.measurement-div {
  flex: 0 0 75%;
  max-width: 75%;
  border: lightgrey 1px solid;
  align-self: flex-start;
}

.measurement-title {
  font-weight: bold;
  font-size: 20px;
  color: black;
  text-align: justify;
  margin-bottom: 0;
  padding: 0 10px;
}

.measurement-desc {
  text-align: justify;
  color: black;
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
}

.measurement-source {
    font-style: italic; 
    text-align: justify;
    color: black;
    margin: 2px 0 0 0;
    padding: 0 10px;
    font-size: 12px;
}

.measurement-note {
    font-style: italic;
    text-align: justify;
    color: black;
    margin: 0 0 20px 0;
    padding: 0 10px;
    font-size: 12px;
}

.text-under {
    text-decoration: underline;
}

.info-note {
    font-size: 14px;
}

.graph-div {
  padding: 0px 10px;
  height: 100%;
}

.graph-filter-div {
  text-align: left;
  display: flex;
  justify-content: flex-end;
}

.map-div {
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.map-filter-div {
  margin-bottom: 5px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.map-filter-div > button:last-child {
  margin-left: 10px;
}

.custom-button {
  border-radius: 4px;
  border: lightgray solid 1px;
  padding: 2px 13px;
  /*background-color: #f6f5f4 !important;*/
}

.custom-button > span {
  width: 15px;
  height: 15px;
  vertical-align: baseline;
}

.dataTables_filter {
  margin-bottom: 5px;
}

.dt-buttons {
  float: left;
}

.dt-buttons .dt-button {
  float: right;
  opacity: 1;
  background-color: #d9d9d9;
  background-image: none;
  color: black;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  border: none;
  margin-right: 10px;
  padding: 0px;
}

.dt-buttons .dt-button i {
  vertical-align: middle;
}

button.dt-button:hover {
  background-color: #d9d9d9 !important;
  border: none !important;
  background-image: none !important;
}
.map-display-div {
  width: 100%;
  max-width: 100%;
}

.year-slider-container {
  width: 80%;
  /* padding: 20px 0; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*
.year-slider {
    flex-basis: 70%;
    flex-grow: 1;
    margin: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 5px;
    background: #D3D3D3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: .2s;
}*/
/*
.year-slider:hover {
  opacity: 1.0;
}

.year-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 50%;
}

.year-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 50%;
}

.year-slider-container span {
    font-weight: bolder;
}*/

/*
.map-filter-div > div {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.map-filter-div > div .ms-parent {
  min-width: 91%;
  max-width: 100%;
  width: 100%;
  margin: 5px 15px;
}
*/

.map-filter-div .modal-content fieldset > legend {
  font-weight: bolder;
}

.map-filter-div .modal-content fieldset .ms-parent {
  min-width: 100%;
  max-width: 100%;
  margin: 5px 0;
}

.map-filter-div .modal-content fieldset span {
  margin-right: 5px;
}

/*
.map-filter-div > button {
  flex: 0 0 auto;
}
*/

.map {
  width: 100%;
  height: 480px;
}

.map svg hr {
  margin: 0 3px;
  border-top: 1px solid black;
}

svg ~ ul.amcharts-amexport-menu {
  top: 106px !important;
  right: -1px !important;
}

svg ~ ul.amcharts-amexport-menu a {
  color: black;
  text-decoration: none;
}

svg ~ ul.amcharts-amexport-menu a:hover {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.ms-choice {
  border-radius: 4px;
}

.graph-filter-div > .ms-parent {
  margin-right: 10px;
}

.table-display-div table tbody tr td:nth-child(1),
.table-display-div table tbody tr th:nth-child(1) {
  text-align: left;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 0 !important;
}

.table-display-div {
  font-size: 12px;
}

.table-display-div input[type="search"] {
  border-radius: 0;
  border: solid lightgray 1px;
}

.visualization-div {
  height: 600px;
  max-height: 600px;
  min-height: 600px;
}

@media (min-height: 1000px) {
  .visualization-div {
    height: 800px;
    max-height: 800px;
    min-height: 800px;
  }
}

.modal-element {
  display: none;
}

.modal-element.is-open {
  display: block;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.modal-container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  /*max-height: 95vh;*/
  max-height: 50vh;
  /*height: 95vh;*/
  height: auto;
  border-radius: 4px;
  overflow-y: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.modal-header {
  /* display: contents;*/
  display: block;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-bottom: none;
}

.modal-header-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.modal-title {
  display: flex;
  justify-content: space-between;
}

.modal-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: black;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px 0 10px;
  line-height: 40px;
}

.modal-title button {
  background: transparent;
  border: 0;
  cursor: pointer;
  float: right;
  text-decoration: none;
}

.modal-header button:before {
  content: "\2715";
  font-size: 25px;
}

.modal-header-filter button:before {
  content: "\2715";
  font-size: 25px;
}

.modal-content {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  flex-basis: 100%;
}

.modal-footer button {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

button:focus {
  outline: 0;
}
.indexTable {
  border-collapse: collapse;
  width: 100%;
  border: lightgray 1px solid;
}

.indexTable > tr > th:first-child {
  padding-left: 10px;
}

.indexTable > tr > td:first-child {
  padding-left: 20px;
}

.indexTable > tr > td {
  border-right: lightgray 1px solid;
}

.indexTable > tr > td:last-child {
  /* border-right: none;*/
}

.indexTable > tr > th {
  border-right: lightgray 1px solid;
}

.indexTable > tr > th:last-child {
  /* border-right: none;*/
}

.indexTable > thead > tr > th {
  border-right: lightgray 1px solid;
}

.indexTable > thead > tr > th:last-child {
  /* border-right: none;*/
}

.indexTable > thead > tr:first-child > th {
  border-bottom: lightgray 1px solid;
}

.circleContainer > span {
  width: 15px;
  height: 15px;
  /* border-radius: 100%;*/
  border: lightgray 1px solid;
  display: inline-block;
  margin-left: 5px
}

.circleContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexTable thead th {
  padding-left: 5px;
  padding-right: 5px;
}

.textLeft {
  text-align: left;
  padding-left: 10px;
}

.clickable {
  cursor: pointer;
}

.zoomButton {
  position: absolute;
  border-radius: 4px;
  background-color: rgb(201, 201, 201);
  background-color: rgba(201, 201, 201, 0.3);
  color: black;
  cursor: pointer;
}

.zoomReset {
  padding-right: 9px;
  padding-left: 9px;
  top: 2px;
  right: 2px;
}

.zoomIn {
  padding-right: 7.5px;
  padding-left: 7.5px;
  top: 28px;
  right: 2px;
}

.zoomOut {
  padding-right: 7.5px;
  padding-left: 7.5px;
  top: 54px;
  right: 2px;
}

.map-legend {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 10px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-legend span {
  flex-shrink: 0;
}

.map-legend svg {
  /*width: 100%;*/
  height: 20px;
  flex: 0 1 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.general-description-container {
  display: flex;
}

.general-description-container div:last-child {
  flex-basis: -moz-available;
  flex-basis: -webkit-fill-available;
  flex-basis: fill-available;
  text-align: center;
  vertical-align: middle;
  color: white;
  padding: 20px;
  width: 100%;
  font-size: 26px;
  font-style: bold;
  font-weight: 500;
  font-style: italic;
}

.general-description-container div:last-child div {
  text-align: justify;
}

.general-description-container img {
  width: 300px;
  height: 300px;
  max-width: none;
}

#sdgCategory > h1 {
  font-weight: bolder;
}

.indexTable {
  margin-bottom: 50px;
}

.measurement-tabs {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.table-div {
  padding: 0px 10px;
}

table.dataTable thead th,
table.dataTable thead td {
  border: 1px solid #ddd;
  border-bottom: 2px solid #ddd !important;
  border-left: none;
}

table.dataTable thead th:first-child,
table.dataTable thead td:first-child {
  border-left: 1px solid #ddd;
}

.dataTables_scrollHeadInner table.dataTable thead th {
  position: relative;
  background-image: none !important;
}

.dataTables_scrollHeadInner table.dataTable thead th.sorting:after,
.dataTables_scrollHeadInner table.dataTable thead th.sorting_asc:after,
.dataTables_scrollHeadInner table.dataTable thead th.sorting_desc:after {
  position: absolute;
  top: 10px;
  right: 3px;
  display: block;
  font-family: "Glyphicons Halflings";
}

.dataTables_scrollHeadInner table.dataTable thead th.sorting:after {
  opacity: 0.35;
  content: "\e150";
}
.dataTables_scrollHeadInner table.dataTable thead th.sorting_asc:after {
  content: "\e155";
}
.dataTables_scrollHeadInner table.dataTable thead th.sorting_desc:after {
  content: "\e156";
}

.rightTab {
  margin-left: auto;
}

.dataTables_scrollBody {
  border-bottom: none !important;
}

.dataTables_scrollBody > table {
  border-bottom: 1px solid #ddd !important;
}

.info-note:after {
  content: "\e086";
  font-family: "Glyphicons Halflings";
  margin-left: 5px;
  font-size: 15px;
  vertical-align: top;
}

#export_modal .modal-container {
  max-width: 80vw;
  /*max-height: 95vh;*/
  max-height: 50vh;
  width: 80vw;
  /*height: 95vh;*/
  /*height: 50vh;*/
  overflow: hidden;
}

#export_modal .modal-content {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

#export_modal .modal-content > div > svg {
	/*height: 1500px !important;*/
	height: 100vw !important;
	min-height: 600px;
}

.graph-display-div {
  height: 95%;
}

.chart-export-btn {
  float: right;
  margin-bottom: -100%;
  margin-top: 12px;
  opacity: 1;
  background-color: #d9d9d9;
  color: black;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  border: none;
  z-index: 10;
}

.astat-calc {
  visibility: hidden;
  position: absolute;
  font-size: 14px;
  /*font-weight: bolder;*/
  text-align: left;
  padding: 0px;
  font-weight: bold;
}

.title-calc {
  visibility: hidden;
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.desc-calc {
  visibility: hidden;
  position: absolute;
  font-size: 12px;
  /*font-weight: bolder;*/
  text-align: left;
  padding: 0px;
}

.legend-item {
  display: flex;
  align-items: center;
  font-size: smaller;
  align-content: space-between;
  justify-content: left;
  padding-bottom: 5px;
}

.legend-item > div:first-child {
  flex: 1 1;
}

.legend-item > div:last-child {
  flex: 1 0 70%;
}

.legend-rating {
  font-size: 0.7rem;
  width: 100%;
}

.text-muted {
  color: #6c757d !important;
  /*padding-left: 15px;*/
}

.uk-h6,
h6 {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
}

#exportdiv {
  float: left;
  position: relative;
  min-height: 50px;
}

#exportdiv:hover .amcharts-export-menu {
  /*opacity: 1;*/
}

.amcharts-amexport-item {
  /*border: 2px solid #777;*/
}

.amcharts-amexport-top .amcharts-amexport-item > .amcharts-amexport-menu {
  top: -3px !important;
  left: 2px !important;
}

li.amcharts-amexport-item.amcharts-amexport-item-level-0.amcharts-amexport-item-blank {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.amcharts-amexport-menu li > a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 12px;
  z-index: 2;
  white-space: nowrap;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

.amcharts-amexport-menu li:hover > a,
.amcharts-amexport-menu li.active > a {
  color: #fff;
  background-color: #636363;
}

.amcharts-amexport-icon {
  justify-content: center;
  height: 80% !important;
  width: 60% !important;
  opacity: 0.5;
}

.tbl_it {
  background-color: darkgray !important;
  font-weight: bold;
  font-style: italic;
}

.tbl_itc {
  background-color: lightgray !important;
}

.tbl_ith {
  background-color: lightgray !important;
}

.tbl_ith1 {
  background-color: lightblue !important;
  font-weight: bold;
  font-style: italic;
}

.tbl_iti {
  background-color: lightgray !important;
}

.tbl_itf {
  background-color: lightgray !important;
}

.tbl_itg {
  background-color: lightgray !important;
}

.taxonomy-icon {
  font-size: 1.1em;
}

.fa-tilde {
  font-size: 2.3em;
}

.fa-tilde::before {
  content: '~';
}

.fa-brackets {
  font-size: 1.1em;
  font-family: Arial;
  font-weight: 800;
}

.fa-brackets::before {
  content: '[ ]';
}

.legend-table {
  text-align: left;
}

.goal-navbar {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom:20px;
}

.goal-navbar-item {
    padding: 5px 100px;
    color: white;
}

.goal-navbar-item:hover {
    color: black;
}

.goal-navbar-item > b {
    padding: 0 3px;
}