/* CSS Document */
#content {
	margin: 0;
	padding: 0 !important;
}
.popover-content {
	min-width: 300px;
}
#marker, #center_marker {
	display:none;
	width: 25px;
	height: 25px;
	border: 2px solid #800;
	border-radius: 16px;
	background-color: #F10;
	opacity: 0.7;
}
#markerTitle, #center_markerTitle {
	display:none;
	text-decoration: none;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em;
}

/* btn-check チェック時の色 (input が label の直前に来る必要あり) */
#cbNinka:checked + #lblNinka {
	background-color: #6EE100;
	border-color: #6EE100;
	color: #000;
}

#cbKodomo:checked + #lblKodomo {
	background-color: #0362A0;
	border-color: #0362A0;
	color: #fff;
}

#cbKindergarten:checked + #lblKindergarten {
	background-color: #FF5C24;
	border-color: #FF5C24;
	color: #fff;
}

.ol-popup {
	display: none;
	position: absolute;
	background-color: white;
	width: 300px;
	bottom: 12px;
	top: -192px;
	left: -150px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.5));
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.5));
	padding: 8px;
}

/*吹き出し風表示用の定義 */
/*
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
*/
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 150px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 150px;
	margin-left: -11px;
}

#popup-content th {
	width: 4.5em;
	vertical-align: top;
	background-color: white;
}

#popup-content td {
	vertical-align: top;
	background-color: white;
}

.move-current-location {
	position: absolute;
	top: 270px;
	left: 8px;
	background-color: rgba(0,60,136,0.5);
	border-radius: 4px;
	padding: 4px;
	cursor: pointer;
}
.ol-touch .move-current-location {
	top: 270px;
}
.move-current-location:hover,
.move-current-location:focus {
	text-decoration: none;
	background-color: #4c6079;
	background-color: rgba(0,60,136,0.7);
}

#btnHelp, #lblDisplayCircle {
	width: 45px;
}


#lblDisplayCircle, #cbDisplayCircle {
	display: none;
}

h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

legend {
	margin-bottom: 0;
}
