body {
	margin: 0px;
	cursor: default;
	background: #258FCB;
}

#kop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: url(/images/frnhead.jpg) no-repeat;
	z-index: 9990;
}

#routelist {
	z-index: 9993;
	padding: 5px;
	display: block;
	position: absolute;
	right: 0;
	top: 130px;
	bottom: 23px;
	width: 180px;
	background: #258FCB;
	border-radius: 4px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

#routelistonbtn {
	display: none;
	right: 0px;
	background: #258FCB url(/images/plus.png) no-repeat;
}

#routelistoffbtn {
	display: block;
	right: 190px;
	background: #258FCB url(/images/min.png) no-repeat;
}

#map {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	bottom: 0;
}
#toolbar {
	position: absolute;
	padding-top: 5px;
	background: rgba(0, 0, 0, 0.25);
	z-index: 9991;
	top: 80px;
	left: 0;
	width: 900px;
	height: 40px;
}

#infobar {
	position: absolute;
	padding: 5px;
	background: rgba(0, 0, 0, 0.25);
	z-index: 9990;
	top: 80px;
	left: 900px;
	right: 0;
	height: 35px;
	overflow: hidden;
}

#infobar td {
	text-align: right;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
	vertical-align: middle;
}

#layerbox {
	position: absolute;
	display: none;
	padding: 5px;
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	z-index: 9995;
	left: 96px;
	top: 125px;
	font-family: Arial;
	font-size: 10pt;
}

.dialogbox {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	z-index: 9998;
	top: 130px;
	font: 10pt Arial;
	width: 350px;
	border: 5px solid #258FCB;
	overflow: none;
}

.dialogboxSmall {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	background: #fff;
	border-radius: 0px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	z-index: 9998;
	top: 30px;
	font: 10pt Arial;
	width: 300px;
	border: 5px solid #258FCB;
	overflow: none;
}

.dialoghead {
	font: bold 12pt Arial;
	background: #258FCB;
	color: #fff;
	text-align: center;
	padding-bottom: 5px;
}

#symbox {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	z-index: 9998;
	top: 130px;
	font: 10pt Arial;
	width: 595px;
	border: 5px solid #258FCB;
	overflow: none;
}


#searchbox {
	position:absolute;
	display: none;
	padding: 5px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	z-index: 9992;
	left: 5px;
	top: 130px;
	padding: 10px;
	line-height: 2em;
	opacity: 0.9;
}

#help, #wikipedia {
	z-index: 9998;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 140px;
	width: 800px;
	bottom: 33px;
	border-radius: 4px;
	display: none;
	background: #fff;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.helpcontent a, .poi a, #savebox a, #routesegs a {
	text-decoration: none;
	color: #4D92C4;
}

.helpcontent a:hover, .poi a:hover, #savebox a:hover, #routesegs a:hover {
	color: #fff;
	background: #4D92C4;
}

.helpcontent td {
	font-family: Arial;
	font-size: 10pt;
	padding-bottom: 7px;
	vertical-align: top;
}

.helpcontent img {
	padding-right: 5px;
	margin-top: -3px;
}

#sendtodevice {
	position: absolute;
	left: 0;
	right: 0;
	top: 130px;
	margin: 0 auto;
	width: 320px;
	height: 400px;
	z-index: 9998;
	display: none;
	opacity: 1.0;
}

.windowcloser {
    position: absolute;
    right: -10px;
    top: -10px;
}

.windowcloserSmall {
    position: absolute;
    right: 0;
    top: 0;
}

#popupMenu {
	position:absolute;
	display: none;
	padding: 5px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	z-index: 9998;
	left: 50px;
	top: 55px;
	font-family: Arial;
	font-size: 10pt;
}

#popupMenu a {
	display: block;
	text-decoration: none;
	color: #000;
}

#popupMenu a:hover {
	color: #fff;
	background: #4D92C4;
}

.circledragger {
	border-radius: 20px;
	background-color: rgba(127,127,127,0.5);
}

.rectdragger {
	width: 41px;
	height: 28px;
	border-radius: 8px;
	background-color: rgba(127,127,127,0.5);
}

#actionbox {
	position: absolute;
	left: 0;
	top: 15px;
	background: #ff0;
	padding: 10px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	border: 1px solid #000;
	border-radius: 20px;
	font-family: Arial;
	font-size: 10pt;
	z-index: 9996;
	display: none;
}

#routetot {
	font: bold 10pt Arial;
	position: absolute;
	background: #fff;
	bottom: 5px;
	left: 5px;
	right: 5px;
	height: 15px;
	border-radius: 4px;
	padding: 3px 6px;
}

#routesegs {
	font: 10pt Arial;
	position: absolute;
	background: #fff;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 31px;
	overflow: auto;
	border-radius: 4px;
	padding: 3px;
}

#routelistonbtn, #routelistoffbtn {
	cursor: pointer;
	position: absolute;
	bottom: 40px;
	width: 22px;
	height: 22px;
	text-align: center;
	color: #fff;
	border-radius: 11px 0 0 11px;
	box-shadow: -2px 2px 4px rgba(0,0,0,0.4);
	z-index: 9990;
}

.circleVia, .circleViaStart, .circleKnp {
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.circleKnp {
	background: url(/images/circleknpgreen.png) no-repeat;
	color: #090;
}

.circleVia {
	background: url(/images/circleknpsel.png) no-repeat;
	color: #fff;
}

.circleViaStart {
	background: url(/images/circleknpstart.png) no-repeat;
	color: #fff;
}

.rectVia, .rectViaStart, .rectKnp {
	padding-top: 0px;
	text-align: center;
	font-size: 11px;
}

.rectKnp {
	background: url(/images/rectknp.png) no-repeat;
	color: #9D2700;
}

.rectVia {
	background: url(/images/rectknpsel.png) no-repeat;
	color: #fff;
	font-weight: bold;
}

.rectViaStart {
	background: url(/images/rectknpstart.png) no-repeat;
	color: #fff;
	font-weight: bold;
}

#toolbar span {
	padding-left: 5px;
	padding-right: 5px;
}

#toolbar img {
	padding: 2px;
}

.leaflet-container {
	cursor: default;
}

.leaflet-popup-content-wrapper, .leaflet-control-layers {
	-webkit-border-radius: 4px;border-radius: 4px;
}

.leaflet-container a.leaflet-popup-close-button {
	color: #999;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #333;
}

#infobar a {
	text-decoration: none;
	color: #0ff;
}

#infobar a:hover {
	color: #ff0;
}

.toolbuttonhover img {
	cursor: pointer;
	background-color: #fff;
	border-radius: 4px;
}

#coords {
	position: absolute;
	right: 1px;
	padding-top: 5px;
	padding-right: 5px;
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
}

.attimg {
	vertical-align: middle;
	padding-bottom: 2px;
}

.dialogclose {
	position: absolute;
	top: 2px;
	right: 4px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

.dialogclose:hover {
	color: #333;
}

#searchtext {
	width: 250px;
}

#searchresults {
	line-height: 1.2em;
	height: 150px;
	overflow: auto;
	display: none;
	font-family: Arial;
	font-size: 10pt;
}

.poi h1 {
	font-family: Arial;
	font-size: 12pt;
}

.poihead {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.poi {
	font-family: Arial;
	font-size: 10pt;
}

#blanket {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	z-index: 9997;
	display: none;
}

#graphframe {
	position:absolute;
	left: 5px;
	bottom: 30px;
	z-index: 9989;
	border-radius: 4px;
	display: none;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.helpkop {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: -20px;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}

.helpcontent h1 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.helpcontent {
	display:block;
	position: absolute;
	top: 70px;
	left: 0px;
	right: 0px;
	bottom: 10px;
	padding: 20px;
	overflow-y: auto;
	font-family: Arial;
	font-size: 10pt;
}

#openbox td, #savebox td, #settingsbox td, #resetbox td, #searchbox, #printbox td {
	font-family: Arial;
	font-size: 10pt;
}

.stuiter {
	display: none;
	position: absolute;
	top: 110px;
	z-index: 9997;

	animation-name: bounce;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-moz-animation-name: bounce;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	-webkit-animation-name: bounce;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.stuitertekst {
	font: 12pt Arial;
	text-align: center;
	width: 230px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	padding: 8px;
}

@-webkit-keyframes bounce {
	50% {margin-top: 20px;}
}

@-moz-keyframes bounce {
	50% {margin-top: 20px;}
}

@keyframes bounce {
	50% {margin-top: 20px;}
}

.stuiter-tip-container {
	margin: 0 auto -3px;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
}

.stuiter-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: 10px auto 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.stuitertekst, .stuiter-tip {
	background: #ffb;
	border: 2px	solid #aa0;
}

.customcloser {
	display: none;
}

#editor {
	position: absolute;
	left: 10px;
	top: 15px;
}

#uitklapmenu {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #fff;
	overflow: scroll;
	padding-right: 10px;
}

#toolbartable td {
	white-space: nowrap;
	font: 10pt Arial;
}

.locDot {
	width: 200px;
	height: 200px;
}

.locCentraldot {
	width: 10px;
	height: 10px;
	background: rgba(32,150,243,1);
	border-radius: 10px;
	border: 3px solid #fff;
	position: absolute;
	left: 95px;
	top: 95px;
	box-shadow: 0px 0px 5px 0px #666;
}

.locWave {
	width: 200px;
	height: 200px;
	background: rgba(32,150,243,0.4);
	border-radius: 100px;
	position: absolute;
	left: 3px;
	top: 3px;
	opacity: 0;
	animation: animationWave cubic-bezier(0,.54,.53,1) 3s;
	transform-origin: 50% 50%;
	animation-fill-mode: forwards;
	animation-delay: 0.9s;
	animation-iteration-count: infinite;
}

@keyframes animationWave {
	0% {
		opacity: 0;
		transform: scale(0.00);
	}
	1% {
		opacity: 1;
	}
	10% {
		background: rgba(32,150,243,0.4);
	}
	100% {
		transform: scale(1);
		background: rgba(32,150,243,0.0);
	}
}
