html, body {
    height: 100%;
    width:100%;
    margin: 0;
    will-change: auto;
}
#map{
    width: 100%;
	height: 100%;
    float:left;
    z-index: 1;
}
#map2{
    width: 50%;
	height: 100%;
    float:right;
}
#mymodal{
    z-index: 100;
}

    /* This is new */
button {
    width: 100px;
}

.rwisTitle{
	font-size: 13px;
	color: white;
	margin-bottom: 0px;
	padding-bottom: 0px;
	white-space: nowrap;
}
.rwisdataName{
	color: white;
	text-align: right;
	font-weight: bolder;
}
.rwisdataValue{
	color: white;
	text-align: left;
	padding-left: 8px;

}
.rwisdata{
	table-layout: auto;
	font-size: 13px;
	width: 100%;
    color: white;
    border:0px solid white;
}
#map2 .leaflet-div-icon {
  width:0;
  height:0;
  border: 0;
  padding: 0;
}
.number-icon{
	display:inline-block;
    padding: 2px;
    height: 25px;
    width: 25px;
    border: 0px solid #666;
    border-radius: 50%;
	opacity: 0.8;
    transform:translate(-50%, -50%);
}
.speedlimitIcon{
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	border:2px solid red;
	font-size: 14px;

	height: 30px;
	width: 30px;
	background-color: yellow;
	/*background-image: url("nopra45x45.png");*/
}
.controlIcon{
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	border:1px solid black;
	font-size: 14px;

	height: 15px;
	width: 15px;
	background-color: silver;
	/*background-image: url("nopra45x45.png");*/
}
.variable-icon{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #3D3D3D;
	font-size: 12px;
	font-weight: normal;

}
.info-icon{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
		border-radius: 25%;
	border: 4px solid #3D3D3D;
	font-size: 12px;
	height: 30px;
	color:#3D3D3D;
	font-weight: bolder;
	width: 35px;
		background-color: silver;


}
.plow-icon{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
		border-radius: 25%;

	font-size: 12px;
	height: 30px;

	font-weight: bolder;
	width: 35px;


}
.number-icon-99{
	display:inline-block;
    padding: 10px;
    border: 0px solid #666;
    border-radius: 20px;
	radius:30%;
    transform:translate(-50%, -50%);
	background: red;
	opacity: 0.8;
}
.number-icon-hoito{
	height: 25px;
    width: 25px;
	padding: 2px;
    border-radius: 50%;
	background:;
	opacity: 0.8;
	text-align: center;
}
.number-icon-kitka{
	height: 28px;
    width: 28px;
	padding: 2px;
    border-radius: 50%;
	background:;
	opacity: 0.8;
	text-align: center;
    padding-top:4px;
}
.number-icon-sadesumma{
	height: 28px;
    width: 28px;
	padding: 2px;
    border-radius: 50%;
	background:;
	opacity: 0.8;
	text-align: center;
    padding-top:4px;
}
.number-icon-sint{
	height: 28px;
    width: 28px;
	padding: 2px;
    border-radius: 50%;
	background:;
	opacity: 0.8;
	text-align: center;
    padding-top:4px;
}
.number-icon-solom{
	height: 20px;
    width: auto;
	padding: 2px;
    border-radius: 30%;
	background:;
	opacity: 0.8;
	text-align: center;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    border: none !important;
}
.number-icon-pakkas{
	display:inline-block;
    padding: 20px;
    border: 0px solid #666;
    border-radius: 20px;
	radius:40%;
	color:white;
	opacity: 0.8;
    transform:translate(-70%, -70%);
	/*background: rgb(34,162,195);
	background: linear-gradient(0deg, rgba(34,162,195,1) 0%, rgba(45,134,253,1) 100%);*/
}
.number-icon-pakkas:hover{
	display:inline-block;
    padding: 20px;
    border: 1px solid #666;
    border-radius: 20px;
	radius:30%;
	color:white;
	opacity: 0.8;
    transform:translate(-50%, -50%);
	/*background: rgb(34,162,195);
	background: linear-gradient(0deg, rgba(34,162,195,1) 0%, rgba(45,134,253,1) 100%);*/
}
#loader {

    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 10;
    position:absolute;
display:none;
    opacity:0.8;
}

.leaflet-popup-content-wrapper, .leaflet-popup.tip {
  background-color: black;
  color:white;
}
