﻿#mapwrapper {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  min-width: 220px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
#visnames {
  font-size: 16px;
}
#mapbase svg {
  max-height: 100%;
  width: 100%;
  margin-left: -50px;
  -webkit-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) ); 
    filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
}
#tryjstip {
  font: 14px/16px "Trebuchet MS", Helvetica, Arial, sans-serif;
  display: none;
  width:auto;
  padding: 8px 12px;
  border: 1px solid #404040;
  color: #404040;
  z-index: 1000;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  word-break: break-word;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  margin-top: -130px;
}

#tryjstip p {
  margin: 0!important;
  color: #404040!important;
}
#tryjstip img {
  float: left;
  padding: 3px;
  max-width: 100%;
}
@media screen and (max-width: 320px){
  #mapbase svg {
    height:270px;
  }
}
@media screen and (max-width: 400px) and (min-width: 321px) {
  #mapbase svg {
    height:320px;
  }
}
@media screen and (max-width: 480px) and (min-width: 401px) {
  #mapbase svg {
    height:320px;
  }
}
@media screen and (max-width: 568px) and (min-width: 481px) {
  #mapbase svg {
    height:430px;
  }
}
@media screen and (max-width: 685px) and (min-width: 569px) {
  #mapbase svg {
    height:500px;
  }
}
@media screen and (max-width: 767px) and (min-width: 686px) {
  #mapbase svg {
    height:520px;
  }
}
@media screen and (min-width: 768px) {
  #mapbase svg {
    height:590px;
  }
}
/* THIS IS TO HIDE AN AREA IF NEEDED
#tryjs2, #tryjsvn2 {
  display: none;
}*/


g#north path {
  fill: #ff9999 !important;
}
g#north path:hover {
  fill: #ff9999 !important;
}

g#south path {
  fill: #99ccff !important;
}
g#south path:hover {
  fill: #99ccff !important;
}

g#east path {
  fill: #99ff99 !important;
}
g#east path:hover {
  fill: #99ff99 !important;
}

g#west path {
  fill: #ffcc99 !important;
}
g#west path:hover {
  fill: #ffcc99 !important;
}

g#central path {
  fill: #d1b3ff !important;
}
g#central path:hover {
  fill: #d1b3ff !important;
}

svg {
  width: 100%;
  height: auto;
}