#LocationContainer {
	margin-bottom: 1rem;
}
#LocationContainerActions {
	width: 300px;
}
#LocationContainerActions .ButtonSecondary {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
#Information {
	height: 5rem;
}
#TypeInfo {
	height: 1.25rem;
	margin-left: 0.5rem;
	width: 1.25rem;
}
#Map {
	height: 60vh;
	margin-bottom: 1rem;
}
#MapMessage {
	box-sizing: border-box;
	left: 50%;
	position: absolute;
	z-index: 650;
}
#MapInstructionsButton {
	background-color: #FFF;
	background-size: 14px;
	border-radius: 2px;
	box-shadow: 0 1px 4px -1px rgba(0, 0 , 0, 0.3);
	box-sizing: border-box;
	height: 2.5rem;
	width: 2.5rem;
	padding: 0;
	position: absolute;
	z-index: 640;
}
#MapInstructions {
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0 1px 4px -1px rgba(0, 0 , 0, 0.3);
	box-sizing: border-box;
	color: #1374D6;
	display: none;
	font-size: 1rem;
	max-width: 218px;
	padding: 0.5rem;
	position: absolute;
	width: 100%;
	z-index: 650;
}
#MapInstructions img {
	float: left;
	margin-right: 0.5rem;
	width: 70px;
}
#MapInstructions strong {
	display: block;
	margin-bottom: 0.5rem;
}
#MapInstructions .ButtonSecondary {
	font-size: 0.8125rem;
	margin: 0;
	padding: 0.25rem 1rem;
	width: auto;
}
#LocationMap {
	border: 1px solid #000;
	max-width: 640px;
	width: 100%;
}
#LocationMap + #ChangeLocation {
	box-sizing: border-box;
	position: absolute;
	width: auto;
	border: 1px solid #FFF;
}
#SelectLocation {
	width: 120px !important;
}

/* Progress Bar */
#UploadProgress {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 500;
	width: 300px;
	margin-left: -150px;
}
#ProgressContainer {
	border: 0;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	height: 30px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.75) inset;
}

#ProgressBar {
	height: 100%;
	width: 0%;
	border-radius: 3px;
	background-color: #159AF2;
	top: 0;
	left: 0;
}

#ProgressStatus {
	color: #FFFFFF;
	font-size: 1.25rem;
	text-align: center;
	position: relative;
}

#ProgressPercentage {
	max-width: 100%;
	width: 100%;
	font-size: 1.25rem;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	margin: 2px 0;
}

@media screen and (max-width: 480px) {
	#LocationContainerActions {
		width: 100%;
	}
}