/* THIS IS WHERE SYSTEM UNIQUE CSS CONSTRUCTS WILL BE FOUND */
#floating_map_panel {
	position: relative;
	bottom: 500px;
	left: 55%;
	z-index: 5;
	width:20px;
	height:20px;
	background-color: #fff;
	padding: 0px;
	border: 1px solid #999;
	text-align: center;
	font-family: "Roboto", "sans-serif";
	line-height: 18px;
}

#map {
	valign: top;
	height: 100%;
	min-height: 500px;
}

#site_mask {
	z-index:1500;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 640px;
	height:100%;
	max-height: 1140px;
	background-color: rgba(204, 204, 204, .45);
}

#message_pane{
	z-index:1200;
	position: absolute;
	top: 300px;
	left: 10px;
	min-width: 300px;
	width: 98%;
	height: 240px;
	font-size: 1.05rem;
	font-weight: 600;
}

#msg_btn{
	position:relative;
	bottom: 0px;
	left: 0px;
}

#fn_objects {
	max-height: 500px;
	overflow-y: auto;
}

#system_feedback{
	z-index:1100;
	height: 100%;
	width: 100%;
}

#userMapWrapper{
	min-height: 500px;
	max-height: 500px;
}

#user_form_panel{
	min-height: 500px;
	max-height: 500px;
	overflow-y: auto;
}

#userprofile_form_panel{
	min-height: 1000px;
	max-height: 1000px;
	overflow-y: auto;
}

#profile_img{
	min-width: 200px;
	max-width: 400px;
	overflow: hidden;
}

#profile_bio{
	width: 100%;
}

#user_bio{
	min-height: 250px;
	max-height: 500px;
}

#user_email_body{
	min-height: 300px;
}