/* Panel StreetView */
.jsPanelStreetView
{
  background-clip: padding-box;
  background-color: #00000000;
  border: 2px solid #00000033;
  border-radius: .25rem;
  box-shadow: 0 1px 5px #00000066;
}

.jsPanelStreetView .jsPanel-content
{
  background-color: #FFFFFFD2;
  font-size: 80%;
}

.jsPanelStreetView .jsPanel-headerbar
{
  background-color: #A9A9A9D2;
  font-size: 50%;
}
.streetview-msg
{
  background-color: #FFFFFFD8;
  height: 100%;
  padding:10px;
  position: relative;
  width: 100%;
  z-index: 3000000;
}
/* STREET VIEW */
.streetview-outlook
{
  height: 100%;
  width: 100%;
}
