.threats-container {
  float: left;
  margin-right: 10px;
  background-color: #0091bb;
  width: 230px;
  height: 660px;
  padding: 20px 0 0 0px;
  overflow-y: scroll;
}

.threats-container h3 {
  margin: 0;
  color: #FFF;
  font-size: 24px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.threats-container .threat-item {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #27a0c9;
}

.threats-container .threat-item:hover,
.threats-container .active {
  background-color: #1e3f4c;
}

.threats-container a.threat {
  margin-left: 15px;
  color: #FFF;
  display: block;
  line-height: 18px;
  text-decoration: none;
  margin-right: 50px;
  padding: 12px 0 11px 0;
}
.threats-container a.threat-link {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -19px;
  /* background: url('/sites/default/themes/bricktheme/stylesheets/images/threat-link.png') no-repeat scroll 0 0; */
  background: url('/sites/default/themes/bricktheme/stylesheets/images/cep_map_icon.png') no-repeat scroll 0 0;
  width: 37px;
  height: 37px;
  text-decoration: none;
  display: none;
}

.threats-container li:hover a.threat-link,
.threats-container li.active a.threat-link {
  /* background: url('/sites/default/themes/bricktheme/stylesheets/images/threat-link-active.png') no-repeat scroll 0 0; */
  display: block;
}

.country_map_container {
  float: left;
  width: 735px;
}

.countries-container {
  margin-bottom: 25px;
  background-color: #F1F3F2;
  padding: 10px 75px;
}

.countries-container .countries-chunk {
  width: 24%;
  display: block;
  float: left;
  min-width: 150px;
}


.countries-container .country-item {
  /*
  background: url('/sites/default/themes/bricktheme/stylesheets/images/marker.png') no-repeat scroll 0px 1px;
   padding-left: 25px;
  */
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  overflow: hidden;
}

.countries-container .country-item a {
  color: #2a90bd;
  font-size: 16px;
  text-decoration: none;
}

.countries-container .country-item a:hover {
  color: #0e6a93;
}

.countries-container .flag-wrapper {
  margin-right: 5px;
  display: block;
  float: left;
  width: 20%;
  height: 25px;
  position: relative;
}

.countries-container .flag-name {
  margin-left: 4px;
}
@media screen and (min-width:641px) {
  .countries-container .flag-name {
    float: right;
    width: 75%;
  }
}
.countries-container .flag-wrapper img {
  display: block;
}
.countries-container .flag-wrapper .flag-gradient {
  position: absolute;
  display: block;
  width: 38px;
  height: 25px;
  background: url(images/flag.png) no-repeat scroll 0 0;
  top: 0;
  left: 0;
  background-size: cover;
}

.countries-container h3 {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.threats-wrapper ul {
  list-style: none;
  margin: 0;
}

.countries-container .row,
.threats-wrapper .row {
  margin: 0;
}

.threats-wrapper {
  width: 975px;
}

.map-zoom {
  background-image: url('/sites/default/themes/bricktheme/stylesheets/images/zoom_in.png');
  background-size: cover;
  width: 48px;
  height: 48px;
  z-index: 1000;
  position: absolute;
  cursor: pointer;
  display: none;
}

.amcharts-balloon-div {
  z-index: 9999 !important;
  background-color: #0e6a93;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.amcharts-balloon-div .div {
  font-size: 24px !important;
}

.zoom-in-europe {
  top: 300px;
  left: 275px;
}

.zoom-in-asia {
  top: 403px;
  left: 452px;
}
/*
.zoom-out {
  right: 10px;
  top: 10px;
  display: none;
  background-image: url('/sites/default/themes/bricktheme/stylesheets/images/zoom_out.png');
}
*/
#map-cep-country-report {
  left: 50%;
  margin-left: -92px;
  bottom: 50px;
  position: absolute;
  z-index: 1;
  display: block;
  background-image: url('/sites/default/themes/bricktheme/stylesheets/images/cep_country_report.png');
  width: 184px;
  height: 38px;
}

.map-marker {
  position: absolute;
}

.map-marker {
  margin-left: -8px;
  margin-top: -8px;
}

.map-marker .dot {
  border: 10px solid #fff601;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #f7f14c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
}

#slider-wrapper {
  display: none;
}

#mapdiv {
  height: 660px !important;
}

/**
 * TABLET
 */
@media only screen and (max-width: 64em) and (min-width: 40.063em) {
  .threats-wrapper {
    width: 100%;
  }
  .threats-container {
    width: 100%;
    margin: 0 0 25px 0;
    height: auto;
    padding-bottom: 10px;
    padding-top: 5px;
    overflow: hidden;
  }
  .threats-container ul {
    width: 25%;
    float: left;
  }
  .threats-container ul li.threat-item {
    border: none;
  }

  .country_map_container {
    width: 100%;
  }

  .threats-container h3 {
    margin-bottom: 0;
  }

  .countries-container {
    padding: 10px 35px;
  }

  .countries-container .country-item a {
    font-size: 13px;
    line-height: 13px;
  }

  .countries-container .countries-chunk {
    min-width: 100px;
  }

  .countries-container .country-item {
    margin-bottom: 0;
  }

  .countries-container .flag-wrapper,
  .countries-container .flag-name{
    margin-top: 6px;
  }
   .countries-container .flag-name {
     margin-left: 0;
   }

  .countries-container .flag-wrapper,
  .countries-container .flag-wrapper .flag-gradient {
    width: 25px;
    height: 16px;
  }
}

/**
 * Mobile
 */
@media screen and (max-width: 641px) {
  .countries-container {
    padding: 10px;
  }
  .countries-container .countries-chunk {
    min-width: 50px;
  }

  .threats-wrapper {
    width: 100%;
  }

  .threats-container {
    width: 100%;
    margin: 0 0 10px 0;
    padding-top: 5px;
    height: auto;
  }

  .threats-inner {
    height: 270px;
    overflow: hidden;
  }

  .threats-container h3 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .country_map_container {
    width: 100%;
  }

  .countries-container .countries-chunk {
    width: 100%;
    clear: both;
  }

  .countries-container .country-item {
    line-height: 21px;
    margin: 0 0 5px 0;
  }

  .countries-container .country-item a {
    font-size: 12px;
  }

  .countries-container h3 {
    font-size: 14px;
    margin-top: 0px;
  }

  .threats-inner {
    margin-left: 45px;
    margin-right: 5px;
  }

  #slider-wrapper {
    height: 250px;
    margin-top: 10px;
    float: left;
    margin-left: 15px;
    display: block;

    background-color: #02718f;
    background-image: none;
    border: transparent;
    width: 24px;
    border-radius: 12px;
  }

  #slider {
    height: 100%;
    background: transparent;
    border: none;
    margin-top: 30px;
    height: 206px;
  }

  #slider .ui-slider-handle {
    width: 18px;
    height: 36px;
    border-radius: 9px;
    background: #1eadd7;
    border: none;
    left: 3px;
    cursor: pointer;
  }

  #mapdiv {
    height: 320px !important;
  }

  #map-cep-country-report {
    bottom: 15px;
  }

  .countries-container .flag-wrapper {
    margin-top: 4px;
  }

  .countries-container .flag-wrapper,
  .countries-container .flag-wrapper .flag-gradient {
    width: 25px;
    height: 16px;
  }
}
