/* info */
.wdinfowindow {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: visible;
}
.wdinfowindow > .pointer1,
.wdinfowindow > .pointer2,
.wdinfowindow > .pointer3,
.wdinfowindow > .pointer4,
.wdinfowindow > .pointer5,
.wdinfowindow > .pointer6 {
  position: absolute;
  background-image: url('images/infowinpoint.png');
  background-repeat: no-repeat;
}
.wdinfowindow > .pointer1 {
  left: 0px;
  bottom: 0px;
  width: 8px;
  height: 6px;
  background-position: 0px -45px;
}
.wdinfowindow > .pointer2 {
  left: 3px;
  bottom: 6px;
  width: 13px;
  height: 6px;
  background-position: -3px -39px;
}
.wdinfowindow > .pointer3 {
  left: 7px;
  bottom: 12px;
  width: 17px;
  height: 6px;
  background-position: -7px -33px;
}
.wdinfowindow > .pointer4 {
  left: 11px;
  bottom: 18px;
  width: 26px;
  height: 10px;
  background-position: -11px -23px;
}
.wdinfowindow > .pointer5 {
  left: 18px;
  bottom: 28px;
  width: 33px;
  height: 10px;
  background-position: -18px -13px;
}
.wdinfowindow > .pointer6 {
  left: 25px;
  bottom: 38px;
  width: 45px;
  height: 13px;
  background-position: -25px 0px;
}

.wdinfowindow > .bubble {
  position: absolute;
  min-width: 110px;
  min-height: 30px;
  left: -30px;
  bottom: 0px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 50px;
  border: 1px solid #ababab;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.4);
  cursor: default;
}
.wdinfowindow > .bubble > .fromhtml {
}
.wdinfowindow > .bubble > .fromhtml a {
  cursor: pointer;
}

.locationbubble {
  width: 200px;
  padding: 8px 12px;
}
.locationbubble > .caption {
  margin: 0px 0px 1px 0px;
  font-weight: bold;
}
.locationbubble > .location {
  margin: 0px 0px 5px 0px;
  font-size: 80%;
  color: #606060;
}
.locationbubble .link {
  cursor: pointer;
}
.locationbubble .link > img,
.locationbubble .link > span {
  vertical-align: middle;
}
.locationbubble .link > img {
  margin-right: 6px;
}

.locationbubble .page {
}
.locationbubble .page.sendloc {
}
.locationbubble .page.sendloc > select,
.locationbubble .page.sendloc > textarea {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  border: 1px solid #B5BCC3;
  background-color: #ffffff;
}
.locationbubble .page.sendloc > .title {
  color: #999999;
}
.locationbubble .page.sendloc > .buttons {
  margin-top: 4px;
  text-align: center;
}
.locationbubble .page.sendloc > .buttons > .wdbutton {
}
.locationbubble .page.sendloc > .buttons > .wdbutton + .wdbutton {
  margin-left: 6px;
}

.locationbubble .wdbutton {
  padding: 1px 6px;
}

/* player event info */
.wdinfowindow > .bubble .eventinfo {
  margin: 4pt;
  font-size: 9pt;
}
.wdinfowindow > .bubble .eventinfo > .eventlevel {
  padding-left: 20px;
  padding-right: 12px;
  min-height: 11px;
  min-width: 12em;
  white-space: nowrap;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px 11px;
}
.wdinfowindow > .bubble .eventinfo > .eventlevel.level1 {
  background-image: url('images/level1@1.png');
}
.wdinfowindow > .bubble .eventinfo > .eventlevel.level2 {
  background-image: url('images/level2@1.png');
}
.wdinfowindow > .bubble .eventinfo > .eventlevel.level3 {
  background-image: url('images/level3@1.png');
}
.wdinfowindow > .bubble .eventinfo > .eventlevel.level4 {
  background-image: url('images/level4@1.png');
}
.wdinfowindow > .bubble .eventinfo > .eventlevel.level5 {
  background-image: url('images/level5@1.png');
}

.wdinfowindow > .bubble .eventinfo > .image {
  float: right;
  margin: -10px 0px;
}

.wdinfowindow > .bubble .eventinfo > .datetime {
  padding: 1pt 0px;
  font-size: 90%;
  white-space: nowrap;
}
.wdinfowindow > .bubble .eventinfo > .datetime > .date {
  color: #808080;
}
.wdinfowindow > .bubble .eventinfo > .datetime > .time {
}
.wdinfowindow > .bubble .eventinfo > .speed {
  font-size: 90%;
}
.wdinfowindow > .bubble .eventinfo > .intensity {
  font-size: 90%;
}

/* player point info */
.wdinfowindow > .bubble .pointinfo {
  font-size: 9pt;
  white-space: nowrap;
  padding: 4px 8px;
}

/* EOF */