/* Map Tooltips */

.map-tooltips-wrapper {
  position: relative;
  display: block;
  width: 360px;
  height: auto;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  /*-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3), 0 4px 15px -5px rgba(0,0,0,0.0);
  -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.3), 0 4px 15px -5px rgba(0,0,0,0.0);
  -o-box-shadow: 0 1px 5px rgba(0,0,0,0.3), 0 4px 15px -5px rgba(0,0,0,0.0);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3), 0 4px 15px -5px rgba(0,0,0,0.0);
  box-shadow: 0 1px 5px rgba(0,0,0,0.3), 0 4px 15px -5px rgba(0,0,0,0.0);*/
}
.downarrow-border {
  position: relative;
  top: 0;
  left: 180px;
  z-index: 1;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid dashed dashed dashed;
  border-color: transparent;
  border-top-color: #ccc;
  border-top-color: rgba(0, 0, 0, .2);
}
.downarrow-white {
  position: relative;
  top: -11px;
  left: 180px;
  z-index: 1;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid dashed dashed dashed;
  border-color: transparent;
  border-top-color: #fff;
}
.result-name-map {
  position: relative;
  display: inline-block;
  margin: 8px;
  max-width: 200px;
  width: auto;
  vertical-align: top;
  font-size: 14px;
}
.result-name-map .h5 {
  margin-top: 5px;
  color: #0078C9;
  font-weight: 400;
}
.result-name-map .h5:hover {
  color: inherit;
}
.tooltipinfo span {
  color: #717073;
  font-size: 12px;
}
.tooltipinfo .h5 {
  margin: 0;
}
.street-view-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px 0 5px 8px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.directions {
  display: inline-block;
  margin: 0 8px 8px 0;
  vertical-align: bottom;
}
.directions .directions-arrow {
  position: relative;
  left: 22px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/directions-arrow.png);
  background-repeat: no-repeat;
}
.directions a {
  color: #0078C9;
  font-size: 12px;
}
.directions a:hover {
  color: #77B800;
  text-decoration: none;
}
.directions a:hover>.directions-arrow {
  background-position: 0 -16px;
}
.gm-style-iw .ng-isolate-scope {
  margin-right: -1px;
}