/* 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;
	max-height:800px;
}

#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);
}

#flag_query {
	z-index:1600;
	position: absolute;
	top: 10%;
	left: 1%;
	min-width: 300px;
	width: 98%;
	height: 300px;
	background-color: #fff;
}

#flag_reason {
	z-index:1601;
}

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

#bkupmessage_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;
}

#judge_event_display_panel{
	height: calc(100vh - 92px);
	max-height: calc(100vh - 92px);
	height: -o-calc(100% - 92px); /* opera */
	height: -webkit-calc(100% - 92px); /* google, safari */
	height: -moz-calc(100% - 92px); /* firefox */

	overflow-y: auto !important;
}

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

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

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

#competitor_display_panel {
	min-height: 75vh;
	max-height: 100%;
	overflow-y: scroll;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#table_events_wrapper{
	min-height: 500px;
	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;
}