.formLogo_ravos{
    height:50px; 
    display:block;
    margin-bottom:10px;
	margin-left: 88px;
}

.formLogo_svas{
    height:50px; 
    display:block;
    margin-bottom:10px;
	margin-left: 88px;
}

.formLogo_vakb{
    height:40px; 
    display:block;
    margin-bottom:10px;
	margin-left:58px;
}

.formLogo_aqua{
    height:60px; 
    display:block;
    margin-bottom:10px;
	margin-left:148px;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
} 

.leaflet-popup-content-wrapper , .leaflet-popup-content
{
 border-radius:10px ;
 
}

.hydMarker {
    background-image: url('./img/hydCluster_grey.svg');
    height: 41px !important;
    width: 39px !important;
    display: block;
	padding-top: 2px;
}



.hydMarker div {
    margin-top: 7px;
    color: #3f3f3f;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.popupTable {
    margin-left: auto;
    margin-right: auto;
	width: 370px;
}

.copyClipboardContainer{
	align-items:center;
	display: flex;
}
.copyClipboard{
    position: absolute;
	right: 10px;
	width:20px;
	cursor:pointer;
	margin-left:5px
}