.upload {
	display: block;
	padding: 15px 25px;
	border: 1px dashed #e1e1e1;
	cursor: pointer; }
.upload:hover .upload__select {
	text-decoration: underline; }

.upload__drag {
	display: block;
	font-size: 12px;
	color: #808080;
	margin-top: 5px; }

.upload__filename {
	display: inline-block;
	vertical-align: middle;
	max-width: 70%;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px; }

.upload__loaded {
	display: block;
	height: 3px;
	width: 0;
	background-color: #15b1e6;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px; }

.upload__loading {
	display: none; }

.upload__percent {
	display: inline-block;
	vertical-align: middle;
	max-width: 30%;
	font-size: 12px;
	color: #15b1e6;
	white-space: nowrap; }

.upload__progress {
	display: block;
	height: 3px;
	width: 100%;
	margin: 8px 0 7px;
	background-color: #ededed;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px; }

.upload__select {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #15b1e6;
	text-transform: uppercase; }

.upload_dragging {
	border-color: #15b1e6; }

.upload_loading {
	cursor: default; }
.upload_loading .upload__loading {
	display: block; }
.upload_loading .upload__select {
	display: none; }
.upload_loading .upload__drag {
	display: none; }