﻿#FileUpload{
	display:none;
}

.file-container {
	width: 100%;
	min-height: 60px;
	border: 2px dashed #d1d1d1;
	display: flex;
}

.file-dropzone {
	width: 100%;

	display: flex;
	align-items: start;
	justify-content: left;
}

.file-dropzone-message {
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: center;
}

.file-dropzone-message p {
	margin: 0;
}

.file-events {
	width: 12px;
}

.file-events.inactive {
	display: none;
}

.file-item {
	width: 170px;
	margin: 3px;
	border: 1px solid #ced4da;
	display: flex;
	align-items: stretch;
	justify-content: left;
}

.file-item-icon {
	width: 15%;
	padding: 8px 3px 8px 5px;
}

.file-details {
	width: 85%;
	padding: 3px 5px 3px 3px;
}

.file-details p {
	margin: 0;
	padding: 0;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
