body
{
	margin: 0;
	font-family: arial;
	font-size: 13px;
}
html
{
	background: #ADADAD;
}
.max_width_wrapper
{
	max-width: 100%;
	display: block;
	/*background: #72A4E4;*/
	/*position: absolute;*/
	margin: 0 auto;
	overflow: hidden;
}
.current_location
{
	margin: 0 auto;
	position: fixed;
	width: 100%;
	min-width: 250px;
	height: 25vh;
	z-index: 100;
}
#leaflet_map
{
	height: calc(25vh - 32px);
	width: 100%;
	max-width: 100%;
	display: block;
	transition: all 0.2s ease-in-out;
}
.static_header_container
{
	width: 100%;
	max-width: 100%;
	height: 32px;
	z-index: 100;
	background-color: #DFDFDF;
	display: block;
	position: absolute;
	z-index: 100;
	box-shadow: 0px 0px 18px 0px #000000;
}
.burger_menu_button
{
	height: 20px;
	position: absolute;
	width: 20px;
	bottom: 6px;
	left: 12px;
	z-index: 9999;
	cursor: pointer;
}
.logout_button
{
	height: 20px;
	width: 20px;
	position: absolute;
	left: 67px;
	bottom: 6px;
	cursor: pointer;
}
.add_user_button
{
	height: 20px;
	width: 20px;
	position: absolute;
	left: 122px;
	bottom: 6px;
	cursor: pointer;
}
.header_text
{
	text-align: center;
	cursor: default;
	position: absolute;
	bottom: 6px;
	width: 100%;
}
.header_connected_icon
{
	bottom: 6px;
	position: absolute;
	right: 12px;
	height: 20px;
	width: 20px;
	/*background-color: #DD1C1C;*/
	opacity: 0;
}
.top_spacer
{
	width: 100%;
	height: 25vh;
}
.current_weather
{
	position: absolute;
	top: 3px;
	right: 6px;
	background-color: rgba(0, 0, 0, 0.310);
	z-index: 500;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 2px #000000;
	padding: 2px;
}
.location_age
{
	position: absolute;
	bottom: 6px;
	left: 6px;
	background-color: rgba(0, 0, 0, 0.310);
	z-index: 500;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 2px #000000;
	padding: 2px;
}
.location_altitude
{
	position: absolute;
	bottom: 6px;
	right: 6px;
	background-color: rgba(0, 0, 0, 0.310);
	z-index: 500;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 2px #000000;
	padding: 2px;
}
.location_fullscreen_button
{
	position: absolute;
	bottom: 35px;
	right: 10px;
	z-index: 500;
	width: 36px;
	cursor: pointer;
	display: block;
}
.location_center_button
{
	position: absolute;
	top: 35px;
	right: 10px;
	z-index: 500;
	width: 40px;
	cursor: pointer;
}
.login
{
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	position: fixed;
	z-index: 9999;
	background-color: #FFFFFF;
	/*+border-radius: 13px;*/
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-khtml-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #BFBFBF;
	/*+box-shadow: 4px 4px 14px;*/
	-moz-box-shadow: 4px 4px 14px;
	-webkit-box-shadow: 4px 4px 14px;
	box-shadow: 4px 4px 14px;
	display: none;
}
.login_header
{
	background-color: rgba(183, 183, 183, 0.254);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, 0.319);
}
.login_container
{
	margin-top: 10%;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 18px;
}
.login_input
{
	margin-top: 7px;
	width: 100%;
	padding: 8px;
	font-size: 20px;
	/*+border-radius: 6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.login_password
{
	margin-top: 20px;
}
.login_button
{
	margin-top: 35px;
	border: 1px solid rgba(0, 0, 0, 0.401);
	text-align: center;
	padding: 10px;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*+box-shadow: 2px 2px 5px;*/
	-moz-box-shadow: 2px 2px 5px;
	-webkit-box-shadow: 2px 2px 5px;
	box-shadow: 2px 2px 5px;
	cursor: pointer;
	max-width: 170px;
	margin-left: auto;
	margin-right: auto;
}
.login_error
{
	margin-top: 35px;
	text-align: center;
	color: #D50000;
	font-weight: bold;
	display: none;
}
.loading
{
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
	background: #FFFFFF;
	z-index: 9998;
}
.loading_header
{
	text-align: center;
	margin-top: 64px;
	font-size: 18px;
}
.loading_container
{
	margin: 90px auto auto;
	position: relative;
}
.loading_progress
{
	margin: auto;
	border: 20px solid #EAF0F6;
	border-radius: 50%;
	border-top: 20px solid #2CDEFF;
	width: 128px;
	height: 128px;
	animation: spinner 3s linear infinite;
}
@keyframes spinner
{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}
