#block-programmeworldmap {
  position: relative;
}

.programme-map-info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;max-width:200px;
  z-index: 1;
  background-color: #00a886;
  /*border: 1px dotted #000;*/
  /*border-radius: 5px;*/
  color:#fff;
  padding: 15px;
  font-size:14px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.81);
  -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.81);
  box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.81);

}

.programme-map-info-box .info-box-country,
.programme-map-info-box .info-box-total,
.programme-map-info-box .info-box-text {
  padding:3px;
}

.programme-map-info-box .info-box-country{
  display: block;
  width:100%;
  border-bottom:1px solid #fff;
  padding-bottom: 11px;
  margin-bottom: 6px;font-size:18px;
}

.programme-map-info-box .info-box-country-flag {
  background-repeat:  no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center center;
  border-radius: 300px;
  float: right;
  display: inline-block;
  border: 1px solid #fff;
}

.programme-map-info-box .info-box-services img {
  margin-right: 10px;
  border-radius: 100px;
}

.programme-map-info-box .info-box-link {
  cursor: pointer;
}

.programme-map-info-box .info-box-close-btn {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  border-radius: 40px;
  background-color: #00a886;
  border: 1px solid white;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}


.programme-map-info-box .info-box-ma {
  line-height: 1.2em;
}

.programme-map-info-box .info-box-ma a {
  text-decoration: underline;
  color: white;
}

.programme-map-info-box .info-box-ma span:after {
  content: '';
 display: inline-block;
 width: 0.4em;
 height: 0.4em;
 -moz-border-radius: 7.5px;
 -webkit-border-radius: 7.5px;
 border-radius: 7.5px;
 background-color: white;
 margin: auto 0.2em 0.1em;
}

.programme-map-info-box .info-box-ma span:last-child:after {
  content: none;
}

.country-list {
  padding: 1em;
  border-bottom: 1px dotted #009CDE;
}

.country-list .country-list-item {
  color: #1C2674;
  font-size: 0.7em;
  font-weight: bold;
  cursor: pointer;
}
.country-list .country-list-item:after {
  content: '';
 display: inline-block;
 width: 0.4em;
 height: 0.4em;
 -moz-border-radius: 7.5px;
 -webkit-border-radius: 7.5px;
 border-radius: 7.5px;
 background-color: #1C2674;
 margin: auto 0.2em 0.1em;
}

.country-list .country-list-item:last-child:after {
  content: none;
}

.country-project-back-to-map {
  cursor: pointer;
  text-align: right;
  color: #1C2674;
}

.country-project-back-to-map img {
  height: 30px;
  width: 30px;
  transform: rotate(-90deg);
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  display: none;
}

.country-project-list {

}

.country-project-list h2 {
  width: 50%;
  margin-left: 0;
  color: white;
  background-color: #1C2674;
  padding: 1em;
  font-weight: bold;
  border-radius: 0 10px 10px 0;
}

.country-project-list .country-project {
  border: 1px dotted #009cde;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 1em;
}

.country-project-list .country-project h3 {
  color: #1C2674;
  font-weight: bold;
}

.country-project-resource-list-header {
  margin-top: 1em;
  color: #1C2674;
}
