#map-canvas,
#map_canvas {
  height: 600px;
}
@media (max-width: 640px) and (min-width: 0px) {
  #map-canvas,
  #map_canvas {
    height: 450px;
  }
}
#panel {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -180px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
}
.country_wrapper {
  white-space: nowrap !important;
}
.country_wrapper span {
  font-size: 15px;
  margin-right: 5px;
  font-family: 'Varela Round', sans-serif;
}
div.infoBox.title {
  cursor: pointer !important;
}
span.triangle.title,
div.infoBox.title {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.map-legend {
  padding: 5px 10px 10px 10px;
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 75px;
  box-shadow: 0px 0px 10px #888888;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) and (min-width: 0px) {
  .map-legend {
    margin-bottom: 110px;
  }
}
.map-legend h3 {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  margin: 0.5em 0;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.map-legend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.map-legend li {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 9px;
  color: black;
}
.infoBox,
.country_wrapper {
  font-family: 'Varela Round', sans-serif;
}
.infoBox.title {
  box-shadow: 0px 0px 10px #888888;
}
div.infoBox.title:hover {
  background-color: #CCC !important;
  cursor: pointer;
}
div.infoBox.title:hover span.triangle {
  border-color: #CCC;
}
i.circle {
  margin: 0 2px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  box-sizing: content-box;
}
i.circle:hover {
  opacity: 0.7;
  width: 6px;
  height: 6px;
  border-width: 2px;
  border-style: solid;
}
i.circle.c1 {
  background-color: #29A117;
  border-color: #006e00;
}
i.circle.c2 {
  background-color: #FE7912;
  border-color: #cb4600;
}
i.circle.c3 {
  background-color: #e82003;
  border-color: #b50000;
}
i.circle.c4 {
  background-color: #9292F5;
  border-color: #2c2c8f;
}
span.triangle {
  width: 0;
  height: 0;
  border-top-width: 10px;
  border-top-style: solid;
  border-right: 10px solid transparent !important;
  border-color: white;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
}
/* Detail box styling */
.detailinfobox {
  position: relative;
}
.detailinfobox .header {
  padding: 15px 30px 5px 30px;
  background: #e8e8e8;
  border-bottom: 1px solid #cccccc;
}
.detailinfobox .header h2 {
  margin: 0;
  display: inline-block;
  padding-right: 10px;
  font-size: 30px;
  font-weight: bolder;
  font-family: 'Varela Round', sans-serif;
  color: black;
}
.detailinfobox .header h2:hover {
  color: inherit;
}
.detailinfobox .header b#close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer !important;
}
.detailinfobox .detail {
  box-shadow: 0px 0px 10px #888888;
}
.detailinfobox .body {
  width: 100%;
  position: relative;
  clear: both;
  display: inline-block;
  padding-bottom: 30px;
  font-family: 'Varela Round', sans-serif;
  font-size: 1.2em;
}
.detailinfobox .body .left,
.detailinfobox .body .right {
  width: 250px;
  padding: 15px 30px 0px 30px;
  float: left;
}
.detailinfobox .body .right {
  border-left: 1px solid #cccccc;
  padding-left: 29px;
}
.detailinfobox .body h3 {
  color: #01ab3c;
  margin: 0;
  font-size: 1.2em;
  line-height: inherit;
  font-weight: bold;
  font-family: 'Varela Round', sans-serif;
}
.detailinfobox .body h3 a {
  font-size: 1em;
}
.detailinfobox .body p {
  font-family: 'Varela Round', sans-serif;
  font-size: 1.2em;
  line-height: inherit;
  font-weight: bold;
}
.detailinfobox .body ul {
  margin: 0;
  padding: 0;
}
.detailinfobox .body a {
  font-family: 'Varela Round', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}
.detailinfobox .body a span {
  font-family: 'Varela Round', sans-serif;
  font-size: 1em;
  font-weight: bold;
}
.detailinfobox .body a:hover {
  color: #fc7021;
}
.detailinfobox a {
  color: #01ab3c;
}
.detailinfobox a span {
  color: #fc7021;
}
