.FileInputContainer {
	position: relative;
	overflow: hidden;
}

.FileInputContainer input[type=file] {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.FileInputContainer input[type=file]:focus {
	border: none;
	box-shadow: none !important;
	outline: none !important;
}

.FileInputReplacer {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	font-size: 1em;
	font-weight: bold;
	color: #1b4180;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; 
}

.FileInputInformation {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	font-size: 0.8em;
	color: #1b4180;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 15px;
}