@charset "UTF-8";


@font-face {
	font-family: 'Asap';
	src: url('../fonts/asap-regular-webfont.eot');
/*	src: url('../fonts/asap-regular-webfont.eot.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-regular-webfont.woff2') format('woff2'), url('../fonts/asap-regular-webfont.woff') format('woff'), url('../fonts/asap-regular-webfont.ttf') format('truetype'), url('../fonts/asap-regular-webfont.eot.svg#glyphicons_halflingsregular') format('svg');*/
}

@font-face {
	font-family: 'Asap Bold';
	src: url('../fonts/asap-bold-webfont.eot');
/*	src: url('../fonts/asap-bold-webfont.eot.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bold-webfont.woff2') format('woff2'), url('../fonts/asap-bold-webfont.woff') format('woff'), url('../fonts/asap-bold-webfont.ttf') format('truetype'), url('../fonts/asap-bold-webfont.eot.svg#glyphicons_halflingsregular') format('svg');*/
}
 
.cl_default_page {
	display: block;
}

.cl_map_page_panel {
	display: inline-block;
	width: 300px;
	height: 550px;
	border: solid 1px black;
	border-radius: 5px;
	vertical-align: top;
	padding: 10px;
	margin: 10px;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	font-size: 16px;
	overflow-x: hidden;
	overflow-y: hidden;
}

h3 {
	display: block;
    font-size: 1.1em;
    font-weight: bold;
    /* color: rgb(250,249,8); */
}

h4 {
	display: block;
    font-size: 0.9em;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: darkslategray;
}

textarea {
	background-color: rgb(67,67,67);
	color: rgb(210,210,210);  	
	border-color: rgb(127,127,127);
	resize: none;
	border-radius: 5px;	
}

#infopanel_toolbar_inside {
	display: none;
}

#logo {
	cursor: pointer;
	z-index: 1;	
	/* background-image: url("img/ebike-charging-logo-small.png"); */
	background-repeat: no-repeat;
	display: block;
	width: 245px;
	height: 46px;
	float: left;
	margin-left: 20px;	
}

#logo_a {
	width: 300px;
	height: 100%;
	z-index: 10;	
}

#logo_img {
	display: block;
	width: 130px;
	padding-top: 3px;
}

#world-map-of-charging-stations {
	cursor: pointer;
	width: 260px;
	height: 46px;
	float: left;
	margin-left: 5px;	
	font-size: 12px;
	padding-top: 26px;
}

#world-map-of-charging-stations_a {
	width: 100%;
	height: 100%;
	display: block;
	color: #ECE400; /* #8CCE27; */
}

#logo_map {
	width: 280px;
	background-color: transparent;
}

#topheader {
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: khaki;
	border-bottom-color: rgb(145, 134, 44);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 2000;
}

#tools {
	margin-top: 50px;
	padding-left: 3%;
	padding-right: 3%;
}

.toolsicon {
	margin: 5px;
	width: 24px;
	height: 24px;
}

#lang {
	padding-left: 5%;
	padding-top: 50px;
	width: 100%;
}

#fs_progress {
	display: none;
	background-image: url(img/progress.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px 100px;
	background-color: gray;
	opacity: 0.3;
	z-index: 65000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.cl_switch_lang_img {
	width: 24px;
	height: 24px;
}

#navbar {
	font-size: 13px;
	float: right;
	height: 100%;
	color: white;
	padding-right: 20px;
}

#menu1 {
	list-style: none;
	float: right;
	width: 100%;
}

.menu1a {
	text-decoration: none;
	display: block;
	color: black;
}

.menuitem1 {
	width: auto;
	display: inline-block;
	height: 35px;
	text-align: center;
	min-width: 57px;
	padding-top: 10px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.menuitem2 {
	background-color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;		
}

.menuitem1lang {
	height: 20px;
}

.navrow {
	width: 100%;
	height: 100%;
	float: right;
}

#map_panel {
	height: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding-top: 0px;
}

#help {
	padding: 0px;
	margin-top: 35px;
	font-size: 13px;
	text-align: justify;	
}

#help_inside {
	padding: 10px;
}

#button_load_gpx {
	display: none;
}

.cl_switch_lang_row {
	display: block;
	width: 100%;
	border-bottom-color: rgb(122, 122, 122);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.cl_switch_lang_row:hover {
	background-color: lightgray;
	cursor: pointer;
}

.cl_switch_lang_cell {
	display: inline-block;
	width: 40%;
    padding: 10px;
    margin-right: 2%;
	vertical-align: middle;
}

.cl_switch_lang_cell_a {
	color: black;
	text-decoration: none;
	font-size: 13px;
}

.cl_switch_lang_cell_selected {
	text-decoration: underline;
}

.help_row {
	width: 100%;
	border-bottom-color: rgb(192, 192, 192);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
}

.help_icon {
	width: 10%;
	height: 100%;
	display: inline-block;
}

.help_icon_img {
	width: 22px;
	height: 22px;
}

.help_text {
	width: 80%;
	display: inline-block;
  	height: 100%;		
}

.img_round {
	border-radius: 10px;
	margin-bottom: 10px;
	width: 95%;
}

.img_admin_round {
	border-radius: 10px;
	margin-bottom: 10px;
	width: 80%;
}

#div_detail_img {
	width: 100%;
	display: grid;
	place-items: center;
	margin-top: 20px;
	margin-right: 5px;
}

#div_detail_admin_img {
	width: 100%;
	display: block;
	place-items: left;
	margin-top: 20px;
	margin-right: 5px;
}

.find_img {
	width: 24px;
	min-width: 24px;
	height: 24px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.find_nearest_img {
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.cl_map_html_code {
	display: none;
	width: 46%; 
	display: inline-block;
}

#detail_panel {
	display: none;
	width: 300px;
	height: 70%;
	position: fixed;
	bottom: 0;
	left: 0px;
	color: black;
	background-color: white;
	overflow-x: hidden;
	overflow-y: visible;
	z-index: 1500;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-left-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-right-width: 2px;
	border-color: rgba(0, 0, 0, 0.3);
	border-top: solid 1px darkkhaki;
	border-right: solid 1px darkkhaki;
}

#detail_panel_p {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	height: fit-content;
	padding-top: 30px;
}

#detail_panel_c {
	position: fixed;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 30px;
	width: 300px;
	left: 0px;
	z-index: 1501;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/* border-bottom: 0.5px solid rgb(122, 122, 122); */
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	color: rgb(240, 255, 240);
  	/* background-color: rgb(110, 110, 110); */
}

#detail_panel_title {
	font-weight: bold;
	display: inline-block;
	margin-top: 6px;
	margin-left: 10px;
	font-size: 14px;
	width: calc(100% - 40px);
}

.cl_detail_accessories {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 100%;
	color: white;
}

.cl_charger_accessory {

    display: inline;
    font-size: 12px;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    width: 80%;
    background-color: darkolivegreen;
    border-radius: 5px;
    cursor: pointer;
}

.cl_accessory_text {
	display: inline-block;
	margin-bottom: 3px;
  	margin-left: 15px;
	vertical-align: middle;
}

.cl_accessory_icon {
	display: inline-block;
	/* height: 100%; */
	vertical-align: middle;
}

.cl_header_title_icon {
	width: 21px;
	/*
	height: 18px;
	left: 0;
	top: 0;
	*/
	display: inline-block;
	margin-top: -1px;
	/* position: absolute; */
}

.cl_header_title_text {
	left: 28px;
	top: 0px;
	height: 100%;
	padding-top: 2px;
	padding-left: 0px;
	text-align: left;
	width: calc(100% - 40px);
	display: inline-block;
	position: absolute;
}

#detail_panel_close {
	display: inline-block;
}

.cl_detail_more_buttons {
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	height: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.cl_detail_more_buttons_a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: inline-block;
	color: white;
}

.cl_detail_p_row {
	border-bottom: 1px solid darkkhaki;
	padding: 5px 0px 0px 5px;
}

.cl_detail_p_row:hover {
	/* background-color: rgb(69, 69, 69); */
}

.cl_detail_p_location {
	margin-left: 0px;
	margin-bottom: 5px;
}

.cl_detail_p_title {
	display: block;
	font-size: 12px;
	margin-top: 10px;
  	margin-left: 7px;
	margin-bottom: 5px;
	margin-right: 10px;
  	font-style: italic;
	font-weight: bold;
}

.cl_detail_p_subtitle {
	display: block;
	font-size: 12px;
	margin-top: 5px;
  	margin-left: 20px;
	margin-bottom: 5px;
  	font-style: italic;
	color: white;
}

.cl_detail_p_label {
	font-weight: bold;
	font-size: 12px;
	min-width: 100px;
}

.cl_detail_p_data {
	font-size: 16px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 5px;
}

.cl_location_detail_icon {
	width: 22px;
	height: 22px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 5px;
	float: right;
}

#info_panel { 
	color: black;
	display: none;
	position: relative;
	float: right;
	width: 300px;
	height: 100%;  
	overflow-y: visible;
	overflow-x: hidden;
	box-sizing: border-box;
	background-color: white;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	border-left: solid 1px darkkhaki;
	font-size: 15px;
	z-index: 1510;
	margin-top: 0px;
	padding-top: 210px;
	padding-bottom: 10px;
}

#container {
	width: 100%;
	height: calc(100% - 40px);
	position: absolute;
	top: 40px;
	left: 0;
	overflow: hidden;
}

#map_center_nearest_city_div {
	display: block;
	cursor: pointer;
	width: 100%;
	margin-bottom: 0px;
	border: 1px solid darkkhaki;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: rgb(207,200,121);
}

#map_center_location_city_div {
	display: block;
	cursor: pointer;
	width: 100%;
	margin-bottom: 0px;
	border-radius: 8px;
	background-color: khaki;
}

#map_center_location_menu_button {
	float: right;
}

#map_center_nearest_city_progress, #map_center_location_city_progress {
	height: 30px;
	width: 30px;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

#map_center_nearest_city, #map_center_location_city {
	width: 80%;
	color: darkslategray;
	padding-left: 3px;
	padding-right: 10px;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

#map_center_location_city_div {
	background-color: white;
	height: 100%;
}

#map_center_location_city {
	color: darkolivegreen;
	vertical-align: middle;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	overflow: clip;
}

#map_center_nearest_city_progress_img, #map_center_location_city_progress_img {
	height: 25px;
	margin-left: 5px;		
	margin-top: 3px;
	vertical-align: middle;				
}

.searchrow_rowitem {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.searchrow_rowitem_a {
	text-decoration: none;
	font-size: 13px;
	color: inherit;
}

.searchrow_turn_icon {
	background-color: rgb(229, 202, 151);
	height: 26px;
	width: 20px;
	border-radius: 5px;
	border: solid 2px rgb(233, 143, 70);
}

.searchrow_turn_noicon {
	height: 26px;
	width: 22px;
}

.searchrow_turn_icon_img {
	height: 32px;
	margin-left: 4px;
}

.searchrow_iconitem, .routerow_iconitem {
	width: 30px;
}

#route_bottom_toolbar {
	height: 30px;
}

#detpanel_route_toolbar_search {
	margin-top: 20px;
}

#route_stat_box_panel {
	top: 35px;
	font-size: 13px;
	position: absolute;
	border-top: 0.5px solid rgb(122, 122, 122);
	border-bottom: 0.5px solid rgb(122, 122, 122);
	background-color: rgb(30,30,30);
	height: 120px;
	padding: 10px;
	width: 100%;
}

.cl_routerow_trash {
	width: 16px;
	margin-top: 5px;
	cursor: pointer;
}

.cl_route_stat_trash {
	width: 20px;
	margin-top: 5px;
	cursor: pointer;
	margin-top: 3px;
  	margin-right: 5px;
}

#route_stat_toolbar {
	position: absolute;
	bottom: 5px;
}

.routerow_iconitem {
	background-image: url(img/waypoint.svg);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: -8px -8px;
	height: 30px;
	text-align: center;
	font-weight: bolder;
	padding-top: 7px;
	color: rgb(0, 0, 0);
}

.routerow_iconitem_right {
	float: right;
}

.routerow_addwpt {
	background-image: url(img/addwpt.svg);
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	background-color: dimgrey;
	border-radius: 4px 4px 0 0;
	margin-top: 20px;
	margin-left: 30%;
	margin-right: 30%;
	cursor: pointer;
}

.routerow_setwpt {
	background-image: url(img/okwpt.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	background-color: dimgrey;
	border-radius: 4px 4px 0 0;
	margin-top: 20px;
	margin-left: 30%;
	margin-right: 30%;
}

.routerow_findwpt {
	background-image: url(img/findwpt.svg);
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	background-color: darkkhaki;
	border-radius: 4px 4px 0 0;
	margin-top: 20px;
	margin-left: 30%;
	margin-right: 30%;
}

.routerow_title {
	font-size: 14px;
	font-weight: bolder;
	padding-bottom: 5px;
	padding-left: 7px;
}

.routerow_spaceitem {
	height: 100%;
	width: 37px;
}

.routerow_valueitem {
	width: calc(100% - 60px);
  	height: auto;
}

.routerow_icon_marker_item {
	height: 30px;
	width: 30px;
	text-align: center;
	font-weight: bolder;
	padding-top: 6px;
	color: rgb(0, 0, 0);
	background-image: url(img/waypoint.svg);
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: -8px -8px;
}

.route_marker_type_icon {
  	width: 22px;
  	height: 22px;
	top: -1px;
  	position: relative;
	left: 2px;
}

.searchrow_lpaditem {
	padding-left: 36px;
}

#search_nearest_selector {
	width: 235px;
	border: rgb(143, 201, 247) solid 2px;
	border-radius: 5px;
	height: 30px;
	font-size: 15px;
}

#searchbox {
	margin-left: 10%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: fixed;
	top: 40px;
	right: 0;
	width: 300px;
	height: 35px;
	z-index: 1520;
	border-left: solid 1px darkkhaki;
}

#route_stat_box {
	margin-left: 10%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;	
	position: fixed;
	top: 40px;
	right: 0;	
	width: 300px;
	/* height: 160px; */
	z-index: 1520;
}

#route_panel {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	overflow: auto;
	right: 0;
	width: 280px;
	height: calc(100% - 200px);
	top: 170px;
}
#navi_panel {
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	overflow: auto;
	right: 0;
	width: 280px;
	height: calc(100% - 80px);
	top: 40px;
}

.toolbarbox {
	margin-left: 10%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: fixed;
	top: 40px;
	right: 0;
	width: 299px;
	height: 35px;
	z-index: 1520;
	border-left: solid 1px darkkhaki;
}

#search_label_div {
	height: 20px;
    margin-left: 2%;
}

#search_menu_label_div {
	height: 20px;
    margin-left: 2%;
}

#search_label {
	font-size: 13px;
	margin-bottom: 3px;
}

#search_menu_label {
	font-size: 13px;
	margin-bottom: 3px;
}

#search {
	font-size: 14px;
	width: 235px;
	height: 30px;
	margin-left: 0px;
	border-radius: 5px;
	border: rgb(143, 201, 247) solid 2px;
	display: inline-block;
	vertical-align: middle;
}

#searchform {
	width: 275px;	
	margin-left: 15px;
}

#searchbtn {
	width: 20%;
	height: 24px;
	font-size: 10px;
	padding: 0 0;		
	border-radius: 5px;
}

#search_div {
	padding-top: 10px;
	background-color: rgb(247, 243, 209);
	border-left: 1px solid darkkhaki;
}

#searchres {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	overflow: auto;
	right: 0;
	width: 280px;
	height: 100%;
}

.searchrow {
	font-size: 13px;
	margin-bottom: 0px;	
	cursor: pointer;
	padding-bottom: 10px;
	padding-top: 10px;
}

.searchrow_select_wpt {
	padding-bottom: 0px;
}

.searchres_location {
	font-size: 11px;
}

.searchrow_odd {
	background-color: inherit;
}

.searchrow:hover {
	background-color: rgb(247, 243, 209);
}

.searchres_item {
	color: rgb(192, 192, 192);
	text-decoration: none;
}

.searchspacerow {
	width: 100%;
	height: 1px;	
	border-bottom-color: darkkhaki;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
}

.searchicon {
	margin: 5px;
	width: 18px;
	height: 18px;
}

#search_menu {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0.5px solid rgb(192, 192, 192);
	border-left: 1px solid darkkhaki;
	background-color: rgb(247, 243, 209);
}

#search_menu_div {
	margin-left: 15px;
}

.search_menu_item {
	width: 280px;
	height: 25px;
	display: block;
	padding-top: 5px;
	border-radius: 5px;
	background-color: rgb(87,87,87);
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

.cl_wpt_panel_item {
	padding-bottom: 0;
	cursor: default;
}

.cl_toolbar_detpan_admin {
	height: 25px;
	width: 100%;
	display: block;
}

.cl_toolbar_detpan_button {
	width: 40px;
	float: right;
}

.cl_toolbar_detpan_route {
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: darkkhaki;
	border-radius: 4px 4px 4px 4px;
	margin-left: 15%;
	margin-right: 15%;
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	text-align: right;
	padding-right: 15px;
}

.cl_toolbar_popup_detpan_route {
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: darkkhaki;
	border-radius: 4px 4px 4px 4px;
	margin-left: 10%;
	margin-right: 10%;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: bolder;
	text-align: right;
	padding-right: 15px;
}

.cl_toolbar_detpan_route2 {
	background-image: url(img/okwpt.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	background-color: darkkhaki;
	border-radius: 4px 4px 0 0;
	margin-top: 20px;
	margin-left: 30%;
	margin-right: 30%;
	cursor: pointer;
}

.cl_toolbar_detpan_route2_img {
	width: 40px;
	height: 40px;
}

.cl_detail_p_buttons_colimg {
	display: inline-block;
	width: 18%;
	height: 100%;
	vertical-align: middle;
}

.cl_detail_p_buttons_col {
	display: inline-block;
	width: 80%;
	height: 100%;
	vertical-align: middle;
}

.cl_detail_p_buttons_col_main { 
	display: inline-block;
	width: 60%;
	height: 100%;
	vertical-align: middle;
}

.cl_detail_p_buttons_col_list_btn {
	display: inline-block;
	width: 12%;
	height: 100%;
	vertical-align: middle;
	border-left: solid 1px gray;
	font-size: 16px;
	margin-left: 3%;
	text-align: center;
}

.cl_detail_p_buttons_col_list_cover {
	width: 100%;
	/* height: 50px; */
	margin-left: 14%;
}

.cl_detail_p_buttons_col_list {
	
} 

#detpanel_route_popup_toolbar_cover {
}

#route_popup {
	width: 350px;
}

.cl_toolbar_detpan_routebtn {
	float: left;
	width: 33%;
	height: 100%;
	cursor: pointer;
	margin-top: 2px;
}

.cl_toolbar_detpan_route2btn {
	float: left;
	width: 48%;
	height: 100%;
	cursor: pointer;
	margin-top: 2px;
}

.cl_toolbar_detpan_routebtn:hover {
	background-color: rgb(129, 129, 129);
	border-radius: 4px 4px 0 0;
}

.cl_toolbar_detpan_routebtn_img {
	width: 30px;
	height: 100%;
	margin-left: 24%;
}

.cl_toolbar_detpan_routebtn_img_first {
	border-radius: 8px 0 0 0;
}

.cl_toolbar_detpan_routebtn_img_last {
	border-radius: 0 8px 0 0;
	/* border-right: solid 1px rgb(47, 47, 47); */
}

.cl_toolbar_detpan_routebtn_right_space {
	width: 15px;
	height: 100%;
	background-color: rgb(47, 47, 47);
}

.zoom-indicator {
	width: 29px;
	height: 20px;
	border-radius: 5px;
	border: 2px solid rgb(177, 177, 177);;
	background-color: white;
	color: black;
	padding-top: 1px;
	text-align: center;
}

.quick-toolbar {
	width: 29px;
	height: auto;
	border-radius: 5px;
	border: 2px solid rgb(177, 177, 177);
	background-color: white;
	color: black;
	padding-top: 1px;
	text-align: center;
}

.quick-toolbar-location, .quick-toolbar-find, .quick-toolbar-rec {
	width: 100%;
	height: 26px;
	display: block;
	text-align: center;
	padding-top: 0px;
}

.quick-toolbar-location-img {
	width: 29px;
	height: 26px;
	margin: -2px -2px -2px -2px;
	position: relative;
	top: 3px;
}

.quick-toolbar-hide-poi-img {
	width: 26px;
	height: 26px;
	margin: -2px -0px 0 0;
}

.quick-toolbar-find-img {
	width: 29px;
	height: 26px;
	margin: -4px -4px -3px -5px;
	position: relative;
  	top: 2px;
}

.quick-toolbar-rec-img {
	width: 29px;
	height: 26px;
	margin: -10px -3px -2px -9px;
	position: relative;
	top: 10px;
	left: 4px;
}

.quick-toolbar-location:hover, .quick-toolbar-find:hover, 
.quick-toolbar-rec:hover, .quick-toolbar-hide-poi:hover,
.quick-toolbar-location-img:hover {
	background-color: #f4f4f4;
	height: 26px;
	border-radius: 5px;
}

#quick-toolbar-find-id, #quick-toolbar-rec-id, .quick-toolbar-hide-poi {
	border-top: 1px solid lightgray;
}

#location-indicator {
	margin-right: 2%;
	float: right;
	width: 60%;
	min-width: 300px;
	display: block;
}

#leaflet_target_point {
	display: none;
	opacity: 0.8;
}

.leaflet-control-location-indicator-menu {
	width: auto;
	height: 30px;
	border-radius: 7px;
	border: 2px solid rgb(200, 200, 200);
	background-color: white;
	color: black;
	padding-top: 1px;
	text-align: left;
}

#leaflet-top_leaflet-right {
	width: 100%;
	margin-right: 0;
}

#leaflet-top_leaflet-left {
	margin-top: 10px;
	margin-left: 2%;
}

.leaflet-control-container {
	margin-top: 0px;
}

#leaflet-control-zoom-id {
	margin-left: 0;
}

#zoom-indicator-id {
	margin-left: 0;
	background-color: white;
}

#quick-toolbar-id {
	margin-left: 0;
	background-color: white;
}

.leaflet-control-zoom-in {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: khaki;
	border-color: rgb(145, 134, 44);
}

.leaflet-control-zoom-out {
	background-color: khaki;
}

.leaflet-control-button-menu {
	width: 30px;
	height: 30px;
	border-radius: 7px;
	float: right;
}

.leaflet-bar a {
	background-color: white;
	border-color: rgb(145, 134, 44);
}

.marker_a {
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	text-align: right;
}

#chargerhead {
	padding: 15px;
}

#chargertext {
	padding: 15px;
	text-align: justify;
	font-size: 0.9em;
}

.charger_balloon {
	cursor: pointer;
}

.info_image {
	cursor: pointer;
	margin-bottom: 10px;
}

#imggal {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
	background-color: rgb(47,47,47);
	background-position: center;
	background-repeat: no-repeat;
	background-image: none;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	z-index: 10000;
	border-radius: 10px;
	border: thin solid rgb(80,80,80);
}

#imggal_header {
	width: 100%;
	height: 30px;
	padding-top: 10px;
	background-color: rgb(87,87,87);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#imggal_title {
	color: #fff;
	float: left;
	padding-left: 20px;		
}

.cl_progress_img {
	width: 30px;
	height: 30px;
	margin-top: 30px;
	margin-left: 10px;
}

.cl_panel_div {
	width: 100%;
	height: max-content;
}

.cl_panel_header_div {
	width: 100%;
	height: 30px;
	padding-right: 5px;
	border: solid 1px rgba(133, 172, 67, 0.4);
	background-color: darkkhaki;
}

.cl_panel_header_overdiv {
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9999;
	cursor: move;
}

.cl_header_title_div {
	display: inline-block;
	position: absolute;
	left: 0;
	height: inherit;
	color: #333;
	font-size: 13px;
}

.cl_header_title_icon {

}

.cl_close_button_div {
	display: inline-block;
	margin-right: 2%;
	position: absolute;
	right: 0;
	width: 30px;
	height: inherit;
	cursor: pointer;
	color: #fff;	
	box-sizing: border-box;
	background-size: 23px 23px;
	background-image: url('img/close-dark.svg');
	background-repeat: no-repeat;
	background-position: right;
}

.cl_form_single_row_input {
	width: 95%;
}

#imggal_close, .infopanel_close {
	position: relative;
	display: inline-block;
	right: 0;
	width: 40px;
	height: 100%;
	cursor: pointer;
	color: #fff;	
	text-shadow: 0 1px 0 #fff;
	text-rendering: auto;
	box-sizing: border-box;
	background-size: 23px 23px;
	background-image: url('img/close.svg');
	background-repeat: no-repeat;
	background-position: right;
	opacity: .9;
	font-size: 16px;
	font-style: normal;
	font-variant-caps: normal;
	font-weight: bold;
	font-stretch: normal;
    line-height: 14px;
    font-family: Tahoma, Verdana, sans-serif;
	font-kerning: auto;
	font-optical-sizing: auto;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-feature-settings: normal;
	font-variation-settings: normal;	
}

#imggal_close {
	float: right;
	background-position: top;
}

#imggal_navigators {
	width: 100%;
	height: 560px;
	cursor: pointer;	
	color: #fff;	
	text-shadow: 0 1px 0 #fff;
	text-rendering: auto;
	box-sizing: border-box;
	opacity: .5;
	font-size: 36px;
	font-style: normal;
	font-variant-caps: normal;
	font-weight: bold;
	font-stretch: normal;
    line-height: 14px;
    font-family: Tahoma, Verdana, sans-serif;
	font-kerning: auto;
	font-optical-sizing: auto;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-feature-settings: normal;
	font-variation-settings: normal;	
}

#imggal_navleft {
	width: 45%;
	height: 100%;
	float: left;
	text-align: left;
	padding-left: 5%;
}

#imggal_navleft_text {
	position: absolute;
	z-index: 1;
	top: 280px;
	left: 25px;
}

#imggal_navright {
	width: 45%;
	height: 100%;
	float: right;
	text-align: right;
	padding-right: 5%;
}

#imggal_navright_text {
	position: absolute;
	z-index: 1;
	top: 280px;
	left: 750px;
}

#imggal_topcontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
}

#imggal_hdrcontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 30px;
}

#imggal_image {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 560px;
	top: 30px;
	display: flex;
  	justify-content: center;		
}

#imggal_other {
	position: absolute;
	z-index: 1;
	width: 95%;
	height: 540px;
	top: 40px;
	display: block;
	padding: 10px;
	text-align: justify;
	color: rgb(192, 192, 192);
	font-size: 14px;
  	/* justify-content: center; */		
}


#imggal_img {
	margin: auto;
	display: block;
}

.imggal_othercont {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 560px;
	top: 30px;
	display: flex;
  	justify-content: center;		
}

.cl_shareurl_row {
	width: 100%;
	display: block;
}

.cl_shareurl_space {
	width: 100%;
	height: 10px;
}

.cl_share_url_mail {
	width: 400px;
	border: rgb(143, 201, 247) solid 2px;
  	border-radius: 5px;
}

.cl_shareurl_desc {
	font-size: 12px;
	padding-bottom: 3px;
}

.cl_shareurl_colored {
	color: rgb(142, 172, 97);
}

#about {
	margin-top: 40px;
	padding-left: 0px;	
	padding-right: 0px;	
}

#about_inside {
	padding-left: 10px;	
	padding-right: 5px;	
}

.about_title {
	text-align: center;
}

.about_button_row {
	width: 100%;
	height: 30px;		
}

.about_space_row, .info_panel_space {
	width: 100%;
	height: 30px;		
}

.about_space_small_row {
	width: 100%;
	height: 5px;		
}

.about_space_title_row {
	padding-left: 5px;
}

.about_button {
	float: right;
	font-size: 12px;
	margin-right: 25px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	background-color: rgb(247, 243, 209);
	border-radius: 5px;
	cursor: pointer;	
}

.toolbar_button {
	float: left;
	font-size: 12px;
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	background-color: rgb(247, 243, 209);
	border-radius: 7px;
	cursor: pointer;	
}

.toolbar_button:hover {
	background-color: darkkhaki;
}

.about_text {
	width: 230px;	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 13px;
	text-align: justify;
}

.about_anchor {
	color: black;
	text-decoration: underline;
}

.about_web {
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

.about_button_a {
	color: maroon;
	text-decoration: none;
}

.about_button_a:hover {
	color: black;
	text-decoration: underline;
}

.about_button_a_white {
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 12px;
}

#send_message_text {
	font-size: 14px;
	width: 773px;
	height: 400px;		
}

#send_message_buttons {
	height: 40px;	
}

.send_message_space {
	width: 100%;
	height: 20px;
}

.send_message_button {
	float: right;
	font-size: 12px;
	margin-right: 25px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	background-color: rgb(87,87,87);
	border-radius: 5px;
	cursor: pointer;	
}

#send_message_desc {
	font-size: 13px;
}

#add_charger_text {
	font-size: 14px;
	width: 773px;
	height: 275px;		
}

#add_charger_buttons {
	height: 40px;	
}

.add_charger_space {
	width: 100%;
	height: 20px;
}

.add_charger_title {
	width: 100%;
	height: 20px;
	color: rgb(139,230,0);
	font-size: 13px;
}

.add_charger_button {
	float: right;
	font-size: 12px;
	margin-right: 25px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	background-color: rgb(87,87,87);
	border-radius: 5px;
	cursor: pointer;	
}

#add_charger_desc {
	font-size: 13px;
}

#add_charger_location {
	width: 600px;
}

.add_charger_input {
	background-color: rgb(67,67,67);
	border-radius: 5px;	
	color: rgb(210,210,210);  	
}

#donate {
	width: 100%;	
}

#donate_desc {
	font-size: 13px;
}

.donate_space {
	width: 100%;
	height: 20px;
}

#donate_buttons {
	height: 40px;	
}

.donate_button {
	float: right;
	font-size: 12px;
	margin-right: 25px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	background-color: rgb(87,87,87);
	border-radius: 5px;
	cursor: pointer;	
}

#donate_form_container {
	width: 100%;
	height: 400px;
	font-size: 13px;
}

#donate_image {
	float: right;
}

#donate_button_desc {
	height: 100px;	
}

#donate_button_container {
	height: 100px;
}

.back_ref {
	width: 100%;
	margin-bottom: 15px;
}

.back_button {
	width: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	border: solid 1px rgb(192, 192, 192);
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
}

.infopanel_close_space {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	height: 35px;
	z-index: 2001;
	line-height: 1;
	text-overflow: clip;
	background-color: rgb(247, 243, 209);
}

.infopanel_toolbar {
	position: relative;
	width: calc(100% - 60px);
	height: 30px;
	margin-top: 2px;
	display: inline-block;
}

.infopanel_toolbar_button {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

@media (max-width: 800px) {

	#infopanel_toolbar_inside {
		display: block;
		width: 100%;
	}

	#info_panel {
		border-top-left-radius: 8px;
	}

	.toolbarbox {
		top: 0px;
	}	

	#container {
		top: 0px;
		height: 100%;
	}
	
	#map_panel {
		margin-top: 0px;
	}
	
	#searchbox {
		top: 0;
	}

	#route_stat_box {
		top: 0;
	}

	#detail_panel {
		width: 96%;
		height: 40%;
		left: 0;
		margin-left: 2%;
		border-top-right-radius: 10px;
		border-bottom-width: 0px;
		border-left: solid 1px darkkhaki;
	}

	#detail_panel_c {
		width: 96%;
		left: 0;
		margin-left: calc(2%);
		border-top-right-radius: 10px;
	}	

	#map_center_location_city_input_div {
		display: none;
	}

	#map_center_location_menu_button_div {
		float: right;
		margin-right: 6px;
		margin-top: 3px;
		width: 24px;
		height: 24px;
		background-image: url('js/images/menu-24.png');
	}

	#map_center_location_menu_button {
		text-decoration: none;
	}

	#map_center_location_city_div {
		border-bottom: none;
		font-size: 15px;
		font-weight: bold;
		text-overflow: clip;
		overflow: hidden;
		min-width: 220px;
		height: 28px;
		margin-bottom: 0;
		line-height: 1.2;
		cursor: pointer;
	}

	#map_center_location_city {
		padding-top: 0px;
		width: 75%;
		height: 15px;
		max-width: 80%;
		overflow: clip;
		min-width: 150px;
		vertical-align: middle;
	}

	#map_center_location_city_progress {
		/* padding-top: 2px; */
	}

	#location-indicator {
		margin-left: 2%;
		float: left;
		width: 95.8%;
		min-width: 300px;
		display: block;
	}

	#leaflet-top_leaflet-left {
		margin-top: 40px;
		margin-left: 2%;
	}

	#navbar {
		float: right;
		height: 100%;
		color: white;
		padding-right: 0px;
	}

	#logo {
		cursor: pointer;
		z-index: 1;
		display: none;	
		/* background-image: url("img/ebike-charging-logo-small-m.png"); */
		/* background-image: url("img/hikemap.svg"); */
		background-repeat: no-repeat;
		max-width: 120px;
		width: 120px;
		height: 22px;
		float: left;
		margin-left: 5px;
		margin-top: 5px;
	}

	#logo_map {
		width: 280px;
	}
		
	.menuitem1 {
		width: auto;
		display: inline-block;
		height: 25px;
		text-align: center;
		min-width: 70px;
		padding-top: 10px;
		cursor: pointer;
		padding-left: 5px;
		padding-right: 5px;
	}

	html, body {
		height: 100%;
		padding: 0;
		margin: 0;
		font-family: Arial, sans-serif;
		background-color: black;
		font-size: 14px;
	}

	#topheader {
		width: 100%;
		height: 0;	
		background-color: black;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		display: none;
		position: relative;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	
	.menu1a {
		text-decoration: none;
		display: block;
		color: black;
		font-size: 12px;
	}
	
	#imggal {
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgb(47,47,47);
		background-position: center;
		background-repeat: no-repeat;
		background-image: none;
		background-size: auto;
		background-origin: padding-box;
		background-clip: border-box;
		z-index: 10000;
		border-radius: 10px;
		border: thin solid rgb(80,80,80);
	}
	
	#imggal_img {
		margin: auto;
		display: block;
		width: 90%;
		height: auto;
	}
	
	#imggal_navleft_text {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 10%;
	}
	
	#imggal_navright_text {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 85%;
	}

	#add_charger_text {
		font-size: 14px;
		width: 95%;
		height: 100%;
		min-height: 100px;		
	}

	#add_charger_location {
		width: 95%;
	}

	#send_message_text {
		font-size: 14px;
		width: 95%;
		height: 100%;
		min-height: 100px;		
	}

	#imggal_other {
		position: absolute;
		z-index: 1;
		width: 95%;
		height: auto;
		top: 40px;
		display: block;
		padding: 10px;
		text-align: justify;
		color: rgb(192, 192, 192);
		font-size: 14px;
	}

	#donate_form_container {
		width: 100%;
		height: auto;
		font-size: 13px;
	}
	
	#donate_button_desc {
		height: auto;
		padding-bottom: 10px;	
	}

	.cl_detail_accessories {
		grid-template-columns: 50% 50%;
	}
	
}

@media screen and (max-width: 530px) {
	
	.cl_detail_accessories {
		grid-template-columns: 100%;
	}

}

@media screen and (max-width: 480px) {

	#info_panel { 
		position: absolute;
		display: none;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;  
		z-index: 1510;
	}

	.toolbarbox {
		top: 0px;
		width: 100%;
	}	

	#search {
		width: 85%;
		margin-left: 2%;
	}

	#searchres {
		width: 95%;
	}

	#route_panel {
		width: 95%;
		right: auto;
	}

	#search_nearest_selector {
		width: 85%;
		margin-left: 2%;
	}

	#searchbox {
		width: 100%;
		margin-left: 0;
	}

	#route_stat_box {
		width: 100%;
		margin-left: 0;
	}
	
	#searchform {
		width: 100%;	
		margin-left: 0;
	}

	#search_menu {
		width: 100%;
	}

	#search_menu_div {
		margin-left: 0;
	}

	#map_center_location_city {
		width: 250px;
	}

	.cl_map_html_code {
		display: none;
		width: 0%; 
		display: inline-none;
	}

}

@media screen and (max-width: 330px) {

	#map_center_location_city {
		width: 220px;
	}

	#map_center_nearest_city_div {
		display: none;
	}

}

/*
@media (max-device-width: 480px) and (orientation: landscape) {
}

@media all and (transform-3d), (-webkit-transform-3d) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
*/
