img {
	vertical-align:top;
}

hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-style: inset;
	border-width: 1px;
	height: 0;
	box-sizing: content-box;
}

#progressBarWrapper {
	display: none;
	position: fixed;
	width: 500px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -100px; /* Negative half of height. */
	margin-left: -250px; /* Negative half of width. */ 
}
.progress {
	background-color: lightgrey;
}

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

#importHeader {
	text-align:center;
}
#importHeader > h3 {
	margin-top: 4px;
}

#importDescription {
	text-align:center;
	margin-bottom: 13px;
}

.import {
	margin: 7px;
}

div#fileText {
	height: 53vh;
	margin-bottom: 25px;
	margin-left: 7px;
}

#reportDate {
	 margin-bottom: 7px;
}

#errorDiv {
	white-space: nowrap;
	overflow: scroll;
	height: 100%;
	border: 1px solid lightgrey;
}

#fileName{
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}