
#dropSubmitBtn {
  padding: 5px 20px 5px 20px;
  margin-bottom: 10px;
  margin-left: 4px;
}
#dropSubmitBtnContainer {
}
.divDropSel {
  display: inline-block;
}
.divDropSel select {
  width: 250px;
}

div#mapAndNavContainer {
  position: relative;
  margin-left: 1px;
  margin-right: 1px;
  /*border: 1px solid #E5E5E5;*/
}
div#mapNav {
  width: 100%;
  background-color: #DCEDFB;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  padding-top: 4px;
  padding-bottom: 4px;
}
p#mapBack {
  margin: 0;
  padding: 0 5px 0 5px;
  cursor: pointer;
  float: left;
}
p#mapTitle {
  margin: 0;
  font-weight: bold;
}
path.pathAFR, path.pathAMR, path.pathEMR, path.pathEUR, path.pathSEAR, path.pathWPR {
  cursor: pointer;
}
path.pathNoWHO {
  fill-opacity: 0.35;
  fill: #DDD;
  stroke: #DDD;
}
path.cursorauto {
  cursor: auto!important;
}
.pathAFR {
  /* fill: #87DAF9;
  stroke: #5DCAF5; */
}
.pathAMR {
  /* fill: #FFB339;
  stroke: #E09214; */
}
.pathEMR {
  /* fill: #FFD469;
  stroke: #F1B219; */
}
.pathEUR {
  /* fill: #854BB1;
  stroke: #7030A0; */
}
.pathSEAR {
  /* fill: #EE6A4E;
  stroke: #DF4223; */
}
.pathWPR {
  /* fill: #27B86A;
  stroke: #009143; */
}

#mapMountPoint {
  overflow: hidden;
  position: relative;
}

div#hoverBox {
  position: absolute;
  max-width: 250px;
  height: auto;
  padding: 10px;
  background-color: #EEE;
  border-radius: 2px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.45);
  pointer-events: none;
  font-size: 1em;
  line-height: 105%;
  z-index: 13;
}

div#clickBoxLinks {
  display: none;
  opacity: 0;

  overflow: auto;

  position: absolute;
  min-width: 250px;
  max-width: 307px;
  height: auto;

  background-color: #FFFEFE;
  border-radius: 2px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.45);
  z-index: 13;
}
div#clickBoxLinks>h5 {
  padding: 8px 40px 8px 8px;
  border-bottom: 1px solid #999;
}
div#clickBoxLinks p{
  padding-left: 10px;
  padding-right: 10px;
}
div#clickBoxLinks p.pSurveys {
  padding-left: 21px;
  padding-right: 21px;
}
p.pSurveysLast {
  border-top: 1px solid #999;
  padding: 7px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 5px;
}
p.pSurveysLastSingle {
  padding: 7px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 5px;
}
div#clickBoxLinks a {
  text-decoration: underline;
}

h3#closeLinksBox {
  margin-top: 0;
  padding: 10px;
  cursor: pointer;
}
g>circle {
  z-index: 2;
}
g>circle:hover {
  fill: yellow;
}