html, body {
	margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#streetartmap_canvas {
		position: absolute;
		top: 50px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}

.material-icons {
    color: #ffffff !important;
}

.android-drawer {
  border-right: none;
}

  .android-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 4px 0;
  }

  .android-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
  }

  .android-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #03a9f4;
  }
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    padding: 12px 24px;
 }
 .mdl-layout__drawer {
    width: 200px;
}
.mdl-navigation__header {
	width: 100%;
	height: 50px;
	background-color: #03a9f4;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	font-size: bold;
	margin: auto;
}
.mdl-layout__header {
  height: 50px;
  min-height: 50px;
}
.mdl-layout__drawer .mdl-navigation {
	padding-top: 0px;
}

.mdl-navigation__link {
    line-height: 12px;
    font-weight: 600;
}
.android-navigation .mdl-navigation__link:hover {
      border-bottom: 8px solid #ffffff;
    }
.mdl-layout__drawer-button {
  margin: 0px;
}
.mdl-layout__header-row {
  height: 50px;
}
.mdl-layout__header-row .mdl-navigation__link {
  height: 50px;
  line-height: 50px;
}

.demo-card-image.mdl-card {
  width: 256px;
  height: 256px;

}
.demo-card-image > .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}
.demo-card-image__filename {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
 /*******************************************/
#view {
  position: fixed;
  top: 50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: #ffffff;
  display: none;
}

#contentphoto {
  position: fixed;
  top: 50px;
  bottom: 250px;
  width: 100%;
  background-size: contain;
  color:#ffffff;
}
#pict{
  width: 100%;
  height:100%;
  background-size: contain;
}

#titlephoto{
  position: fixed;
  bottom: 200px;
  height:50px;
  width: 100%;
  color: #ffffff;
  background-color: #64B5F6;
  font-size: 20px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}

#mappict {
  position: fixed;
  bottom: 0px;
  height:200px;
  width: 100%;
  background-color: #64B5F6;
}

#map_canvas {
  height:100%;
  width: 100%;
}

#close{
  height: 20px;
  width: 20px;
  position: fixed;
  top: 80px;
  left: 50px;
  z-index: 55;
}

#previous{
  height: 20px;
  width: 20px;
  position: fixed;
  bottom: 210px;
  left: 50px;
  z-index: 55;
}

#next{
  height: 20px;
  width: 20px;
  position: fixed;
  bottom: 210px;
  right: 50px;
  z-index: 55;
}
.framemini{
  width: 100%; 
  height: 250px;
  background-size: contain;

}