﻿/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"); */
:root {
	--allmostwhite: #F0F0F0;
	--bgbody: #E8E8E8;
	--blue: #888AAF;
	--dark: #000000;
	--green: #3aa44f;
	--grey: #848484;
	--lightblue: #F0F6FF;
	--lightgreen: #F0FFF6;
	--lightgrey: #a9a9a9;
	--lightred: #FFF0F6;
	--lilac: #886CE4;
	--nodata: #ff3b52;
	--orange: #F7630C;
	--red: #AB8685;
	--statselect: #7eb4ff;
	--teal: #AD6868;
	--white: #FFFFFF;
	--yellow: #d7cc01;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: var(--bgbody);
	font-family: Roboto, Arial, sans-serif;
}
#map {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	color: var(--dark)
}
input[type="button"], select {
	cursor: pointer;
	border: 1px solid var(--grey);
	border-radius: 2px;
	color: var(--dark)
}
#loading_table {
	position: absolute;
	display: none;
	z-index: 6;
}
#loading_text td {
	color: var(--grey);
}
#mobile_warning {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: var(--green);
	z-index: 6;
	display: none;
}
#loading_background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--bgbody);
	display: block;
	z-index: 5;
}
#table_buttons {
	position: absolute;
	left: 6px;
	top: 6px;
	display: none;
}
#table_buttons td {
	display: grid
}
#table_select_address {
	position: absolute;
	left: 6px;
	bottom: 2px;
	display: none;
}
#statistics_table {
	position: absolute;
	right: 6px;
	top: 6px;
	word-break: keep-all;
	z-index: 2;
}
#statistics_button {
	width: 100%;
}
#statistics {
	max-width: 450px;
	max-height: 800px;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid var(--grey);
	border-radius: 2px;
	background-color: white;
	display: block;
}
#statistics tr:hover {
	background: var(--lightgrey);
}
#point_info_menu {
	position: absolute;
	table-layout: fixed;
	height: 100%;
	right: 0;
	background: white;
	cursor: default;
	word-break: break-word;
	display: none;
	z-index: 3;
}
#point_info_div {
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
}
#point_info_table {
	table-layout: fixed;
	background: white;
	width: 100%
}
#point_info_table td {
	padding: 2px 10px;
}
#point_info_table td:nth-child(2) {
	font-weight: bold;
}
#close_point_info_menu {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 4;
	display: none;
}
#close_point_info_menu:hover {
	filter: invert(1)
}
#sub_div {
	overflow-y: auto;
}
#sub_table {
	width: 100%;
	font-weight: bold;
}
#sub_table tr {
	line-height: 14px;
}
#sub_table tr:nth-child(even) {
	background: inherit;
}
#contextmenu_coords, #upper_tip {
	position: fixed;
	background: white;
	white-space: nowrap;
	font-size: 14px;
	display: none;
	-webkit-box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
	box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contextmenu_coords, #upper_tip_house, #upper_tip_houseAll {
	padding: 6px 14px;
	text-align: center;
}
.upper_tip_head {
	border-radius: 4px 4px 0 0;
	font-weight: bold;
	color: white;
	font-size: smaller;
	text-align: center;
	padding: 0 10px;
}
#upper_tip_point tbody td:nth-child(2n+1) {
	text-align: right;
	padding: 2px 2px 2px 10px;
}
#upper_tip_point tbody td:nth-child(2n) {
	padding: 2px 10px 2px 2px;
}
.dummy {
	width: 8px;
}
#places_input {
	border: 1px solid var(--grey);
	padding: 2px 10px;
	margin-top: 6px;
}
#places_input:focus {
	border-width: 2.5px;
}
#map .placesInputClass {
	display: block;
}
.placesInputClass {
	display: none
}
.search-position {
	top: 36px;
    position: relative;
}
.link_to_img:hover {
	cursor: pointer;
	text-decoration: underline
}
.point_image {
	max-width: 100%;
	max-height: 400px;
	display: block;
	/* transition: transform .2s; */
}
.point_image:hover {
	filter: brightness(1.1);
	/* transform: scale(1.01); */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.gm-style-cc {
	display: none
}
.gm-style-iw-chr {
	display: none;
}
.gm-style-iw-d {
	overflow: auto !important;
}
.gm-style .gm-style-iw-c {
	padding: 10px 0 4px 0;
	border-radius: 4px
}
::-webkit-scrollbar {
	width: 8px
}
::-webkit-scrollbar-track {
	background: white
}
::-webkit-scrollbar-thumb {
	background: var(--lightgrey)
}
::-webkit-scrollbar-thumb:hover {
	background: var(--green)
}