#mapwrapper {
  position: relative;
  width: 100%;
  clear: both;
  height: 600px;
}

#mapcontainer {
  font-family: Clear Sans, sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid transparent;
}

#mapcontent {
  min-height: 500px;
  height: 100%;
  position: absolute;
  width: 100vw;
  left: 50%;
  right: 0;
  margin-left: -50vw;
  margin-right: -50vw;
}

.country-search {
  padding-bottom: 2em;
}

#country-search {
  width: 20rem;
  border: 1px solid #063f86;
  border-radius: 5px;
  padding: 0.5em 1.5em;
  margin-right: 1em;
}

#country-search::placeholder {
  color: #063f86;
}

#country-search-results {
  display: none;
  list-style-type: none;
  padding: 1em 1.5em;
  margin: 0;
  box-shadow: 5px 5px 20px #131313;
  position: absolute;
  width: 20rem;
  background: white;
  z-index: 1;
}

#country-search-results li {
  cursor: pointer;
  padding: 0.2em 0;
}

#country-search-results li.active {
  font-weight: bold;
}

#maplegend {
  width: 12em;
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0 !important;
}

#maplegend dd,
#maplegend dt {
  display: inline;
  margin-left: 5px;
}

.legend-color {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  text-indent: 1em;
}
.legend-color.complete {
  background-color: #063f86;
}
.legend-color.preparation {
  background-color: #80afd9;
}

.export-xls {
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#export-xls {
  border-radius: 0;
  background-image: none;
  padding: 1em;
}

#remove-all {
  cursor: pointer;
}

.psd-entry {
  width: 30em;
  border-radius: 5px;
  border: 1px solid black;
  box-shadow: 2px 2px 8px 0px #aaa;
  margin: 1em;
  overflow-wrap: break-word;
}

.psd-entry-title {
  display: flex;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
  background: #80afd9;
  align-items: center;
}

.psd-entry-country {
  padding: 0.5em 1em;
  border-radius: 5px 0 0 0;
  font-weight: bold;
  color: #000;
  font-size: 12pt;
  display: flex;
  align-items: center;
}

.psd-entry-country img {
  margin-right: 1em;
  border: 1px solid white;
  height: 24px;
}

.psd-entry-remove {
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 0 5px 0 0;
  line-height: 2em;
}

.psd-entry-body {
  padding: 1em;
}

.psd-entry-remove:hover {
  background: #cd2244;
  color: white;
}

#entry-details {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-around;
}

/* fullscreen button */

.map-fullscreen {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 5%;
  margin-right: 25px;
}

.map-fullscreen ul {
  padding: 2px;
  border-radius: 3px;
  background-color: #cd2244;
  list-style-type: none;
}

.map-fullscreen li {
  border-radius: 3px;
  background-color: #cd2244;
  line-height: 24px;
  width: 24px;
  text-align: center;
}

#fullscreen-button {
  color: #fff;
  font-size: 16px;
}

/* PNG export */

.amcharts-export-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5%;
  margin-left: 25px;
}

.amcharts-export-menu ul {
  padding: 2px;
  border-radius: 3px;
  background-color: #cd2244;
  list-style-type: none;
}

.amcharts-export-menu li {
  border-radius: 3px;
  background-color: #cd2244;
  line-height: 24px;
}

.amcharts-export-menu li > a {
  color: #fff;
  font-size: 16px;
}

/* export plugin css */
.amcharts-export-canvas {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.amcharts-export-canvas.active {
  display: block;
}

/* ******** */
/* Fallback */
/* ******** */

.amcharts-export-fallback {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.amcharts-export-fallback textarea {
  border: none;
  outline: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.amcharts-export-fallback-message {
  position: absolute;
  z-index: 1;
  padding: 20px;
  width: 100%;
  background-color: #fff;
}

.amcharts-zoom-control {
  cursor: pointer;
}

.amcharts-balloon-div {
  box-shadow: 5px 5px 20px #131313;
  background: white;
  border-radius: 0.5em;
  width: 360px;
}

.balloon-header {
  font-family: Clear Sans, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0.5em;
  background: #80afd9;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.balloon-header img {
  margin-right: 0.5em;
  padding: 1px;
  border: 1px solid #e1e1e1;
}

.balloon-header > * {
  vertical-align: middle;
}

.balloon-content {
  font-family: Clear Sans, sans-serif;
  font-size: 10pt;
  color: #42474b;
  margin-bottom: 0.5em;
  width: 360px !important;
  padding: 10px;
  white-space: pre-wrap;
}

.balloon-content dt {
  margin: 0;
  font-weight: bold;
}

.balloon-content dd {
  margin: 0;
  font-size: small;
  margin-bottom: 1em;
  overflow-wrap: break-word;
}

.balloon-footer {
  font-family: Clear Sans, sans-serif;
  font-size: 8pt;
  color: #063f86;
  font-style: italic;
  text-align: right;
  width: 340px !important;
  padding: 10px;
}

/* ******** */
/* Participants List */
/* ******** */

.extra-info {
  font-family: Clear Sans, sans-serif;
  display: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 100%;
}

.visible {
  display: block;
}

.extra-info-text {
  font-size: 14px !important;
  font-weight: 200;
  color: #212529;

  margin-bottom: 0;

}

.country-img {
  width: 50px;
  margin: 0 10px;
}

.list-row {
  border-top: 1px solid lightgray;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.first-col {
  display: none;
}

.firstcell {
  width: 30px;
  text-align: right;
  padding-right: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #004087;
}

.secondcell {
  width: 60%;
  display: flex;
  align-items: center;
  padding-right: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #004087;

  display: flex;
  align-items: center;
}

.thirdcell {
  width: 40%;

  font-size: 14px;
  font-weight: bold;
}

.second-col {
  display: none;
}

.visit-link {
  word-break: break-word;
}

