@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');*/
}

@font-face {
	font-family: 'Mulish Regular';
	src: url('../fonts/Mulish-Regular.ttf') format('truetype'),
		 url('../fonts/Mulish-Regular.woff') format('woff'),
		 url('../fonts/Mulish-Regular.woff2') format('woff2');
}

.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: rgb(142, 172, 97);
}

textarea {
	background-color: rgb(67,67,67);
	color: rgb(210,210,210);  	
	border-color: rgb(127,127,127);
	resize: none;
	border-radius: 5px;	
}

.cl_edit_lang_text {
	width: 92%;
	height: 100px;
}

#infopanel_toolbar_inside {
	display: none;
}

#logo {
	cursor: pointer;
	z-index: 1;	
	/* background-image: url("img/ebike-charging-logo-small.png"); */
	background-repeat: no-repeat;
	width: 245px;
	height: 46px;
	float: left;
	margin-left: 20px;	
}

#logo_a {
	width: 300px;
	height: 100%;
	/* display: block; */
	z-index: 10;	
}

#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: 250px;
	background-color: transparent;
}

#topheader {
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;	
	background-color: black;
	border-bottom-color: rgb(50,50,50);
	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%;
}

#lang {
	padding-left: 5%;
	margin-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: 64000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

#fs_progress_break {
	float: left;
	font-size: 13px;
	margin-right: 5px;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	background-color: dimgray;
	border-radius: 18px;
	cursor: pointer;
	margin-bottom: 5px;
	color: floralwhite;
	min-width: 40px;
	text-align: center;
}

#fs_progress_text {
	width: 350px;
	height: 25px;
	margin-left: -175px;
	margin-top: -12px;
	border-radius: 10px;
	opacity: 0.5;
	background-color: antiquewhite;
	padding: 10px;
	color: black;
	position: absolute;
	top: 65%;
	left: 50%;
	font-size: 14px;
	z-index: 64001;
	text-align: center;
	display: none;
}

#fs_dialog {
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px 100px;
	z-index: 65000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

#gpx_file {
	width: 90%;
}

.cl_dialog_container {
	border-radius: 20px;
	opacity: 1.0;
	background-color: antiquewhite;
	border: 1px solid dimgray;
	padding: 10px;
	color: black;
	position: absolute;
	font-size: 14px;
} 

.cl_poi_filter_dialog {
	width: 350px;
  	height: 50%;
  	margin-left: calc((100% - 350px) / 2);
  	margin-top: 15%;
  	min-height: 400px;
}

.poi_filter_dialog_subtitle {
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.cl_import_route_cookie_dialog {
	width: 350px;
	height: 200px;
}

.cl_load_route_dialog {
	width: 350px;
  	height: 50%;
  	margin-left: calc((100% - 350px) / 2);
  	margin-top: 15%;
  	min-height: 400px;
}

.cl_delete_route_dialog {
	width: 350px;
  	height: 50%;
  	margin-left: calc((100% - 350px) / 2);
  	margin-top: 15%;
  	min-height: 400px;
}

.cl_route_wpt_props_dialog {
	width: 350px;
  	height: 50%;
  	margin-left: calc((100% - 350px) / 2);
  	margin-top: 15%;
  	min-height: 400px;
}

.cl_route_props_dialog {
	width: 350px;
  	height: 50%;
  	margin-left: calc((100% - 350px) / 2);
  	margin-top: 15%;
  	min-height: 400px;
}

.cl_route_long_dist_dialog {
	width: 350px;
  	height: 50%;
  	margin-left: calc((100% - 350px) / 2);
  	margin-top: 15%;
  	min-height: 400px;
}

.cl_route_note_dialog {
	width: 350px;
  	height: 50%;
  	margin-left: calc((100% - 350px) / 2);
  	margin-top: 15%;
  	min-height: 400px;
}

.cl_dialog_bgd {
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px 100px;
	background-color: gray;
	opacity: 0.3;
	z-index: 63999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.cl_dialog_icon_img {
	width: 30px;
	height: auto;
}

.cl_dialog_row {
	display: block;
	width: 100%;
}

.cl_dialog_message_row {
	height: 85%;
}

.cl_dialog_button_row {
	height: 15%;
}

.cl_dialog_title_cont {
	height: 30px;
  	width: 100%;
}

.cl_dialog_icon  {
	display: inline-block;
	width: 10%;
}

.cl_dialog_title {
	display: inline-block;
	width: 85%;
  	height: 100%;
	font-weight: bold;
  	position: relative;
  	bottom: 30%;
	margin-left: 10px;
}

.cl_dialog_message {
	display: inline-block;
	margin-left: 35px;
	width: calc(100% - 50px);
}

.cl_dialog_buttons {
	display: block;
	height: 100%;
	margin-left: calc(100% - 140px);
}

.cl_dialog_button {
	float: left;
	font-size: 13px;
	margin-right: 5px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	background-color: dimgray;
	border-radius: 18px;
	cursor: pointer;
	margin-bottom: 5px;
	color: floralwhite;
	min-width: 40px;
	text-align: center;
}

.cl_dialog_button:hover {
	background-color: gray;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.cl_dialog_text {
	margin-top: 40px;
	margin-left: 10px;
	width: 80%;
	height: 60%;
}

.cl_property_dialog_chb {
	margin-left: 10px;
}

.cl_property_dialog_chb_last {
	margin-bottom: 10px;
}

.cl_switch_lang_img {
	width: 24px;
	height: 24px;
}

#plan_longway_tx_div, #delete_route_tx_div, #import_route_tx_div {
	padding: 15px;
}

#supp_longway_chb_div {
	padding: 15px;
	margin-right: 15px;
	font-size: 12px;
	float: right;
}

#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: rgb(192, 192, 192);
}

.menuitem1 {
	width: auto;
	display: inline-block;
	height: 35px;
	text-align: center;
	min-width: 57px;
	padding-top: 15px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.menuitem2 {
	background-color: rgb(47,47,47);
	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: rgb(69, 69, 69);
	cursor: pointer;
}

.cl_switch_lang_cell {
	display: inline-block;
	width: 40%;
    padding: 10px;
    margin-right: 10px;
	vertical-align: middle;
}

.cl_switch_lang_cell_a {
	color: rgb(192, 192, 192);
	text-decoration: none;
	font-size: 13px;
}

.cl_switch_lang_cell_selected {
    font-weight: bold;
}

.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_360_frame {
	border-width: 0;
	background-image: url(img/progress.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10% auto;
	min-height: 200px;
}

.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: block;
	margin-top: 20px;
	margin-left: 3%;
	margin-right: 3%;
}

.cl_detail_p_row_img {
	width: 100%;
	display: flex;
	margin-top: 20px;
	margin-left: 3%;
	margin-right: 3%;
	justify-content: center;
}

.img_detail_panel {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	min-height: 180px;
	height: auto;
	margin-bottom: 40px;
	background-image: url(img/progress.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10% auto;
}

#div_detail_admin_img {
	width: 100%;
	display: block;
	place-items: left;
	margin-top: 20px;
	margin-right: 5px;
}

.find_img {
	width: 22px;
	min-width: 22px;
	height: 22px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}

.find_nearest_img {
	width: 21px;
	height: 21px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}

.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: rgb(192, 192, 192);
	background-color: rgb(47,47,47);
	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);
}

#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: rgb(87, 87, 87); */
    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: 18px;
	height: 18px;
	left: 0;
	top: 0;
	display: inline-block;
	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 rgb(122, 122, 122);
	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;
	color: wheat;
	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_detail_p_data_lang_text {
	font-size: 14px;
	text-align: justify;
	padding-right: 15px;
	padding-top: 15px;
}

.cl_world_map_charger_type_image {
	width: 24px;
	height: auto;
	margin: 5px;
}

.cl_world_map_charger_text {
	font-size: 16px;
	text-align: justify;
	margin-right: 8%;
	margin-left: 6%;
	margin-top: 2%;
}

.cl_location_detail_icon {
	width: 22px;
	height: 22px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 5px;
	float: right;
}

#info_panel { 
	color: rgb(192, 192, 192);
	display: block;
	position: relative;
	float: right;
	width: 300px;
	height: 100%;  
	overflow-y: visible;
	overflow-x: hidden;
	box-sizing: border-box;
	background-color: rgb(47,47,47);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	font-size: 15px;
	z-index: 1510;
	margin-top: 0px;
	padding-top: 210px;
	padding-bottom: 30px;
}

#container {
	width: 100%;
	height: calc(100% - 50px);
	position: absolute;
	top: 50px;
	left: 0;
	overflow: hidden;
}

#map_center_nearest_city_div, #map_center_location_city_div {
	display: block;
	cursor: pointer;
	width: 100%;
	margin-bottom: 0px;
	/* border-top: 0.5px solid rgb(122, 122, 122); */
	/* border-bottom: 0.5px solid rgb(122, 122, 122); */
	background-color: rgb(40, 40, 40);
}

#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 {
	color: rgb(240, 255, 240);
	width: 80%;
	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 {
	padding-top: 0px;
    width: auto;
    max-width: 80%;
    overflow: clip;
    height: 15px;
    min-width: 150px;
	color: black;
}

#map_center_nearest_city_progress_img, #map_center_location_city_progress_img {
	height: 25px;
	margin-left: 5px;						
	margin-top: 2px;
}

.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, .routerow_iconitem_itn_climbing, .routerow_iconitem_itn_straight, .routerow_iconitem_itn_declining {
	width: 30px;
}

.routerow_iconitem_itn_climbing {
	background-image: url(img/stage_climbing.svg);
	background-size: 25px 25px;
  	background-repeat: no-repeat;
  	background-position: 4px 4px;
  	height: 30px;
  	text-align: center;
  	font-weight: bolder;
  	padding-top: 8px;
  	color: rgb(0, 0, 0);
  	padding-left: 5px;
  	width: 30px;
} 

.routerow_iconitem_itn_straight {
	background-image: url(img/stage_streight.svg);
	background-size: 25px 25px;
  	background-repeat: no-repeat;
  	background-position: 4px 4px;
  	height: 30px;
  	text-align: center;
  	font-weight: bolder;
  	padding-top: 8px;
  	color: rgb(0, 0, 0);
  	padding-left: 5px;
  	width: 30px;
} 

.routerow_iconitem_itn_declining {
	background-image: url(img/stage_declining.svg);
	background-size: 25px 25px;
  	background-repeat: no-repeat;
  	background-position: 4px 4px;
  	height: 30px;
  	text-align: center;
  	font-weight: bolder;
  	padding-top: 8px;
  	color: rgb(0, 0, 0);
  	padding-left: 5px;
  	width: 30px;
}

#route_bottom_toolbar, #route_stat_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: inherit;
	height: 120px;
	padding: 10px;
	width: 90%;
}

#route_stat_toolbar {
	position: absolute;
	bottom: 5px;
}

#route_stat_toolbar_hidden {
	position: absolute;
  	bottom: 35px;
}

.routerow_iconitem {
	background-image: url(img/waypoint.svg);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	background-position: -8px -8px;
	height: 30px;
	text-align: center;
	font-weight: bolder;
	padding-top: 8px;
	color: rgb(0, 0, 0);
	padding-left: 5px;
}

.climbrow_iconitem {
	background-image: url(img/climbing.svg);
	background-size: 25px 25px;
  	background-repeat: no-repeat;
  	background-position: 4px 4px;
  	height: 30px;
  	text-align: center;
  	font-weight: bolder;
  	padding-top: 8px;
  	color: rgb(0, 0, 0);
  	padding-left: 5px;
  	width: 30px;
}

.battbrow_iconitem {
	background-image: url(img/warn_batt_empty.svg);
	background-size: 25px 25px;
  	background-repeat: no-repeat;
  	background-position: 4px 4px;
  	height: 30px;
  	text-align: center;
  	font-weight: bolder;
  	padding-top: 8px;
  	color: rgb(0, 0, 0);
  	padding-left: 5px;
  	width: 30px;
}

.routerow_iconitem_right {
	float: right;
}

.cl_routerow_trash {
	width: 14px;
	margin-top: 5px;
	cursor: pointer;
}

.cl_routerow_property {
	width: 16px;
	margin-top: 5px;
	cursor: pointer;
}

.cl_route_stat_trash {
	width: 20px;
	margin-top: 5px;
	cursor: pointer;
	margin-top: 3px;
  	margin-right: 5px;
}

.cl_routerow_note {
	margin-top: 4px;
  	cursor: pointer;
	width: 20px;
  	height: 20px;
	background-image: url(img/edit.png);
  	background-size: 18px 18px;
  	background-repeat: no-repeat;
  	background-position-x: 4px;
}

.cl_routerow_note_text {
	margin-top: 4px;
  	cursor: pointer;
	width: 20px;
  	height: 20px;
	background-image: url(img/note-text-24.png);
}

.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%;
}

.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: dimgrey;
	border-radius: 4px 4px 0 0;
	margin-top: 20px;
	margin-left: 30%;
	margin-right: 30%;
	cursor: pointer;
}

.routerow_title {
	font-size: 14px;
	font-weight: bolder;
	padding-bottom: 5px;
	padding-left: 7px;
}

.routerow_spaceitem {
	height: 100%;
	width: 37px;
}

.routerow_valueitem, .stagerow_valueitem, .climbrow_valueitem {
	width: calc(100% - 60px);
  	height: auto;
}

.stagerow_valueitem, .climbrow_valueitem {
	margin-left: 35px;
}

.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;
}

.route_marker_type_icon_warn {
	width: 18px;
	height: 18px;
  	top: -1px;
	position: relative;
  	left: 2px;
}

.route_marker_type_icon_2001 {
	width: 18px;
	height: 18px;
	top: 0px;
}

.route_marker_type_icon_1001 {
	width: 20px;
	height: 20px;
	top: -1px;
	position: relative;
	left: 3px;
}

#route_popup {
	width: 280px;
	border: 1px solid gray;
}

.cl_route_popup_info_row {
	margin-bottom: 5px;
  	border-bottom: 1px solid gray;
  	padding-bottom: 10px;
}

.cl_alt_route_popup {
	width: 300px;
}

.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: 10px;	
	position: absolute;
	top: 0px;
	right: 0;	
	width: 300px;
	/* height: 160px; */
	z-index: 1520;
	background-color: rgb(47,47,47);
}

#route_stat_box {
	margin-left: 10%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;	
	position: fixed;
	top: 50px;
	right: 0;	
	width: 300px;
	/* height: 160px; */
	z-index: 1520;
	background-color: rgb(47,47,47);
}

#route_panel, #routes_panel, #route_snapshots {
	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: 50px;
}

.toolbarbox {
	margin-left: 10%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	position: absolute;
	top: 0px;
	right: 0;	
	width: 300px;
	height: 35px;
	z-index: 1520;
	background-color: rgb(47,47,47);
}

#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: 15px;
	width: 235px;
	height: 30px;
	margin-left: 0px;
	border-radius: 5px;
	border: rgb(143, 201, 247) solid 1px;
	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 {
	background-color: rgb(40, 40, 40);
	padding-top: 10px;
}

#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: rgb(47,47,47);
}

/*
.searchrow:hover {
	background-color: rgb(69, 69, 69);	
}
*/

.searchres_item {
	color: rgb(192, 192, 192);
	text-decoration: none;
}

.searchspacerow {
	width: 100%;
	height: 1px;	
	border-bottom-color: rgb(122, 122, 122);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.searchicon {
	margin: 5px;
	width: 18px;
	height: 18px;
}

.toolsicon {
	margin: 5px;
	width: 24px;
	height: 24px;
}

#search_menu {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgb(40, 40, 40);
	border-bottom: 0.5px solid rgb(192, 192, 192);
}

#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;
}

/* info panel route points */

.cl_wpt_panel_item {
	padding-top: 0px;
	padding-bottom: 0;
	cursor: default;
}

.cl_wpt_panel_item_day_title {
	color: palegoldenrod;
	text-align: center;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: gray;
	border-radius: 4px 4px 4px 4px;
}

.cl_wpt_panel_item_row {
	font-size: 13px;
	margin-bottom: 0px;	
	cursor: pointer;
	padding-bottom: 0px;
	padding-top: 0px;
}

.cl_wpt_panel_item_property_row {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px dimgray;
  	border-top: solid 1px dimgray;
}

.cl_wpt_panel_item_top_space_row {
	width: 100%;
	height: 10px;	
}

.cl_wpt_panel_item_space_row {
	width: 100%;
	height: 1px;	
	border-bottom-color: rgb(122, 122, 122);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.cl_toolbar_detpan_admin {
	height: 25px;
	width: 100%;
	display: block;
}

.cl_toolbar_detpan_button {
	width: 40px;
	float: right;
}

.cl_toolbar_detpan_route {
	background-repeat: no-repeat;
	background-position: center;
	background-color: darkgray;
	border-radius: 4px 4px 4px 4px;
	margin-left: 3%;
	margin-right: 3%;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bolder;
	text-align: right;
	padding-right: 15px;
	color: black;
	width: 55%;
	display: inline-block;
}

.cl_toolbar_detpan_route_popup {
	background-repeat: no-repeat;
	background-position: center;
	background-color: darkgray;
	border-radius: 4px 4px 4px 4px;
	margin-left: 3%;
	margin-right: 3%;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bolder;
	text-align: right;
	padding-right: 15px;
	color: black;
	width: 75%;
	display: inline-block;
}

.cl_toolbar_popup_detpan_route_toolbar {
	background-repeat: no-repeat;
	background-position: center;
	background-color: darkkhaki;
	border-radius: 8px 8px 8px 8px;
	border-color: black;
	border-width: 1px;
	margin-left: 60%;
	margin-right: 3%;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: bolder;
	text-align: right;
	padding-right: 15px;
	height: 30px;
}

/* map on-click popup */

.cl_popup_detpan_route_button, .cl_detpan_route_button, .cl_search_detpan_route_button {
	display: inline-block;
}

.cl_popup_detpan_route_button:hover, .cl_detpan_route_button:hover, .cl_search_detpan_route_button:hover {
	background-color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.cl_popup_route_toolbar, .cl_detpan_route_toolbar, .cl_search_route_toolbar {
	border-radius: 8px 8px 8px 8px;
	border-color: black;
	border-width: 1px;
	margin-right: 3%;
	cursor: pointer;
	margin-top: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: initial;
	text-align: right;
	padding-right: 0px;
	height: 40px;
	width: max-content;
}

.cl_popup_route_toolbar_title, .cl_detpan_route_toolbar_title {
	text-align: center;
}

.cl_detpan_route_toolbar_title {
	font-size: 12px;
}

.cl_popup_info_img {
	display: inline-block;
	position: relative;
  	top: -5px;
}

.cl_popup_location {
	display: inline-block;
	padding-left: 10px;
	position: relative;
  	top: -3px;
}

.cl_popup_add_route_btns, .cl_detpan_add_route_btns, .cl_search_add_route_btns {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 10px;
	background-size: contain;
  	background-repeat: no-repeat;
	background-color: gainsboro;
  	border-radius: 8px;
	padding: 5px;
  	text-decoration: none;
  	font-weight: lighter;
	position: relative;
	top: 3px;
}

.cl_search_add_route_btns {
	margin-left: 55%;
	background-color: gray;
  	color: whitesmoke;
}

.cl_detpan_add_route_btns {
	margin-left: 55%;
	background-color: gray;
  	color: whitesmoke;
}

.cl_popup_row_separ {
	border-bottom: 1px solid gray;
	margin-bottom: 5px;
}

.cl_popup_add_route_btns_none, .cl_detpan_add_route_btns_none, .cl_search_add_route_btns_none {
	width: 30px;
	height: 20px;
}

.cl_popup_add_route_btns_none:hover, .cl_detpan_add_route_btns_none:hover, .cl_search_add_route_btns_none:hover {
	background-color: transparent;
}

.cl_popup_add_route_btns_start, .cl_detpan_add_route_btns_start, .cl_search_add_route_btns_start {
	background-image: url(img/add_to_route_start.svg);
	width: 30px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.cl_popup_add_route_btns_middle, .cl_detpan_add_route_btns_middle, .cl_search_add_route_btns_middle {
	background-image: url(img/add_to_route_middle.svg);
	width: 36px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 1px;
}

.cl_popup_add_route_btns_end, .cl_detpan_add_route_btns_end, .cl_search_add_route_btns_end {
	background-image: url(img/add_to_route_end.svg);
  	width: 32px;
  	height: 20px;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-position-y: 0px;
}

.cl_popup_row_space {
	height: 2px;
}

.cl_popup_list_cover {
	width: 100%;
}

.cl_popup_route_add_img {
	width: 30px;
	height: 30px;
}

.cl_detail_p_buttons_colimg {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.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: dimgrey;
	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;
	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: 80%;
	/* height: 100%; */
	vertical-align: middle;
}

.cl_detail_p_buttons_col_main2 { 
	width: 92%;
	text-align: left;
	padding-left: 3%;
}	

.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%;
	margin-left: 3%;
}

.cl_search_menu_select_popup {
	width: 83%;
	font-size: 13px;
}

.cl_route_popup_row_space {
	width: 100%;
	height: 15px;	
}

.cl_detail_p_buttons_list_row {
	padding-left: 5%;
	font-size: 13px;
	display: inline-block;
	width: 41%;
	text-align: left;
	background: whitesmoke;
	margin-right: 2%;
	border-radius: 3px;
	height: 20px;
	padding-top: 3px;
	padding-left: 10px;
	color: black;
}

.cl_detail_p_buttons_list_row:hover {
	text-decoration: underline;
	cursor: pointer;
}

.cl_detail_p_buttons_list_detpan_row {
	width: 8%;
	height: 37px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: darkgray;
	border-radius: 4px 4px 4px 4px;
	margin-left: 1%;
	margin-right: 1%;
	cursor: pointer;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.cl_info_img {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.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);
}

.cl_search_filter_str {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px gray;
}
    
.cl_search_filter_str_title {
	font-weight: bold;
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.cl_search_filter_str_value {
	margin-left: 10px;
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.cl_filter_acc_img {
	margin-left: 5px;
}

.zoom-indicator {
	width: 29px;
	height: 20px;
	border-radius: 5px;
	border: 2px solid rgb(200, 200, 200);
	background-color: white;
	color: black;
	padding-top: 1px;
	text-align: center;
}

.quick-toolbar {
	width: 29px;
	height: auto;
	border-radius: 5px;
	border: 2px solid rgb(200, 200, 200);
	background-color: white;
	color: black;
	padding-top: 1px;
	text-align: center;
}

.quick-toolbar-location, .quick-toolbar-find, .quick-toolbar-filter, .quick-toolbar-rec {
	width: 100%;
	height: 26px;
	display: block;
	text-align: center;
	padding-top: 0px;
}

.quick-toolbar-location-img {
	width: 29px;
	height: 22px;
	margin: -2px -2px -2px -2px;
	position: relative;
	top: 3px;
}

.quick-toolbar-fit-img {
	width: 20px;
	height: 22px;
	margin: -2px -2px -2px -2px;
	position: relative;
	top: 3px;
}

.quick-toolbar-filter-img {
	width: 20px;
	height: 20px;
	margin: 0px -2px -2px -2px;
	position: relative;
	top: 3px;
}

.quick-toolbar-filter-img-ani {
	width: 18px;
	height: 18px;
	margin: 2px -2px -2px -2px;
	position: relative;
	top: 3px;
}

.quick-toolbar-hide-poi-img {
	width: 20px;
  	height: 20px;
  	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-filter:hover, 
.quick-toolbar-rec:hover, .quick-toolbar-hide-poi:hover,
.quick-toolbar-location:hover, .quick-toolbar-fit:hover {
	background-color: #f4f4f4;
	border-radius: 5px;
}

#quick-toolbar-find-id, #quick-toolbar-rec-id, .quick-toolbar-hide-poi, .quick-toolbar-find, .quick-toolbar-filter, .quick-toolbar-fit {
	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-tooltip-right, .leaflet-tooltip-left, .leaflet-tooltip-top, .leaflet-tooltip-bottom {
	border-radius: 8px;
}

.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;
}

#quick-toolbar-id {
	margin-left: 0;
}

.leaflet-control-zoom-in {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.leaflet-control-button-menu {
	width: 30px;
	height: 30px;
	border-radius: 7px;
	float: right;
}

.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-bottom: solid 1px rgba(0, 0, 0, 0.4);
	background-color: rgb(110, 110, 110);
}

.cl_panel_header_overdiv {
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9999;
	cursor: move;
}

.cl_panel_header_od_res {
	width: 37%;
    height: 3px;
    margin-left: 36%;
    margin-right: 25%;
    margin-top: 2px;
    background-color: white;
}

.cl_header_title_div {
	display: inline-block;
	position: absolute;
	left: 0;
	height: inherit;
	color: rgb(240, 255, 240);
	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-image: url('img/close.png');
	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-image: url('img/close.png');
	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(87,87,87);
	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: dimgray;
	border-radius: 12px;
	cursor: pointer;
	margin-bottom: 5px;
	color: floralwhite;
}

.toolbar_button:hover {
	background-color: gray;
	color: white;
	text-decoration: underline;
}

.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: rgb(255, 255, 255);
	text-decoration: underline;
}

.about_web {
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

.about_button_a {
	color: rgb(192, 192, 192);
	text-decoration: none;
}

.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;
}

.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;
	width: 25px;
	cursor: pointer;
}

.cl_btn_admin_edit_text {
	width: 28px;
	height: 28px;
	margin-top: -2px;
}

@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;
	}

	#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;
		border-top: 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: auto;
		max-width: 80%;
		overflow: clip;
		height: 15px;
		min-width: 150px;
	}

	#location-indicator {
		margin-left: 2%;
		float: left;
		width: 95.8%;
		min-width: 300px;
		display: block;
	}

	#leaflet-top_leaflet-left {
		margin-top: 50px;
		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-repeat: no-repeat;
		max-width: 120px;
		width: 120px;
		height: 22px;
		float: left;
		margin-left: 5px;
		margin-top: 5px;
	}
		
	.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-color: rgb(50,50,50);
		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: rgb(192, 192, 192);
		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;
		border-top-left-radius: 0;
	}

	.toolbarbox {
		top: 0px;
		width: 100%;
	}	

	#search {
		width: 85%;
		margin-left: 2%;
		height: 25px;
	}

	#searchres {
		width: 95%;
	}

	#route_panel {
		width: 95%;
		right: auto;
		margin-top: 10px
	}

	#search_nearest_selector {
		width: 85%;
		margin-left: 2%;
		height: 25px;
	}

	#searchbox {
		width: 100%;
		margin-left: 0;
	}

	#route_stat_box {
		width: 100%;
		margin-left: 0;
		position: absolute;
	}
	
	#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;
	}

	#route_popup {
		width: 220px;
		border: 1px solid gray;
	}

	.cl_alt_route_popup {
		width: auto;
	}
	
	.searchrow_rowitem_tooltip {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 11px;
	}

	.cl_detail_p_buttons_colimg {
		width: 15%;
	}	

	.cl_detail_p_buttons_col_main { 
		width: 72%;
		text-align: left;
		padding-left: 5%;
	}	

	.cl_detail_p_buttons_col_main2 { 
		width: 92%;
		text-align: left;
		padding-left: 3%;
	}	

	.cl_toolbar_popup_detpan_route {
		border-radius: 4px 4px 4px 4px;
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 12px;
		text-align: right;
		padding-right: 15px;
	}	

	.cl_toolbar_detpan_route2_img {
		width: 30px;
		height: 30px;
	}

	.cl_route_popup_row_space {
		width: 100%;
		height: 10px;	
	}
	
	.cl_detail_p_buttons_list_row {
		display: inline-block;
		padding-left: 2%;
		font-size: 10px;
		width: 41%;
		text-align: left;
		background: whitesmoke;
		margin-right: 2%;
		border-radius: 3px;
		height: 20px;
		padding-top: 3px;
		padding-left: 10px;
		color: black;
	}

	.cl_detail_p_buttons_list_row:hover {
		text-decoration: none;
		cursor: auto;
	}

	.cl_detail_p_buttons_col_list_cover {
		width: 100%;
		margin-left: 3%;
	}

	.cl_search_menu_select_popup {
		width: 83%;
		font-size: 12px;
	}

	.cl_detail_p_buttons_col {
		width: 80%;
		font-size: 12px;
		font-weight: bold;
	}	

	.cl_toolbar_detpan_route {
		background-size: 30px 30px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
		font-size: 12px;
	}
	
	.cl_toolbar_detpan_route_popup {
		background-size: 30px 30px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
		font-size: 12px;
	}
	
	.cl_route_alt_popup {
		width: 250px;
	}

	.cl_dialog_container {
		font-size: 13px;
	} 

	.cl_delete_route_dialog {
		width: 80%;
		min-height: 100px;
		height: 30%;
		margin-left: 5%;
    	margin-top: 40%;
	}

	.cl_route_props_dialog {
		width: 80%;
		min-height: 300px;
		height: 90%;
		margin-left: 5%;
		margin-top: 5%;
	}

	.cl_route_wpt_props_dialog {
		width: 80%;
		min-height: 300px;
		height: 90%;
		margin-left: 5%;
		margin-top: 5%;
	}
	
	.cl_poi_filter_dialog {
		width: 80%;
		min-height: 300px;
		height: 90%;
		margin-left: 5%;
		margin-top: 5%;
	}

	.cl_dialog_message_row {
		height: 85%;
	}

	.cl_dialog_message {
		width: calc(100% - 70px);
	}
	
	.img_detail_panel {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
	}
	
	.img_360_frame {
		min-height: 250px;
	}
	
}

@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) {
}
*/
