﻿/* DROPZONE */

.dropzone .dz-default.dz-message {
	background: 0 !important;
}

	.dropzone .dz-default.dz-message span:before {
		content: "\e027";
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		text-align: center;
		display: block;
		font-size: 5em;
		color: #DDD;
		margin: 0 0 10px;
	}

	.dropzone .dz-default.dz-message span {
		display: block !important;
		text-align: center;
		font-weight: 700;
	}

.dropzone {
	clear: both !important;
	border: 5px dashed #EEE !important;
	border-radius: 30px !important;
	background: #FFF !important;
	padding: 0 !important;
	display: block !important;
	float: left !important;
	width: 100% !important;
	margin-top: 2em !important;
}
