/*Talal Refit ol-popup*/
.ol-popup{
	min-width:240px;
	max-width:800px;
	padding:15px;
	min-height:480px;
	overflow-y: scroll;
	background-color:rgba(255, 255, 255, 0.8);
	box-shadow:5px 5px 15px rgba(0, 0, 0, 0.5);
}
.ol-popup::-webkit-scrollbar {
    display: none;
}
.ol-popup {
  scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}
.ol-popup img{ 
	display:block;
	min-width:640px;
	width:100%;
	margin:0 auto;
}
.ol-popup-closer {
  text-decoration: none;
  padding:10px;
  color: #555;
}
.ol-popup-closer:hover{
  color:#f55;
}
.st-logo {
 position:absolute;
 background-color:rgba(255,255,255, 0.4);
  top:5px;left:5px;
  width:200px;
  z-index:100;
  border:1px solid #dddddd;
}
.st-logo:hover {border:1px solid #aaaaaa;}
.measure-control {
  top: 160px;
  left: 1em;
}
.ol-zoom, .geolocate, .gcd-gl-control .ol-control {
	   left: 1em;
	   top:190px !important;
}
