/* Paikannustulokset */
#paikannus-tulokset,
.paikannus-wrapper { display: none !important; }
#paikannus-tulokset.open { display: block !important; }

.laatikko .etaisyys {
	font-size: 0.7em;
	font-weight: bold;
	float: right;
}

#paikannus-tulokset .laatikko {
	margin-bottom: 5px;
	min-height: 330px;
}


/* Loading overlay */
#overlay {
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	z-index: 8000;
	
	background: #fff;
	background:rgba(255,255,255,0.95);
	padding: 30px 20px;
	
	display:none;
}

#overlay .loading {
	margin: 0 auto;
	text-align: center;
	display: none;
	margin-top: 30px;
}

#overlay .loading .load-icon {
	display: inline-block;
	width: 32px; height: 32px;
	background: url(../images/loading.gif) center center no-repeat;
}
#overlay .loading .load-text {
	display: block;
	text-align: center;
	
	margin-top: 10px;
	font-size: 1.4em;
}

#overlay.open, #overlay.load .loading { display: block; }


.paikannus .otsikko-palkki { border-bottom:5px Solid #eee; font-size:25px; margin-top:10px; }

.kartalla { margin-top:20px; }
.kartalla, .navigoi, .soitaheti { text-align:center; }

.soitaheti .icon-phone { vertical-align:0px; }
