/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Drag & Drop files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.dropzone
{
	padding: 30px 0;
	border: 3px dashed #337ab7;
	border-radius: 20px;
	background: #f5f5f5;
	box-shadow: 0px 0px 10px 5px #f5f5f5;
	
    background-image:url('/assets/images/dropzone_black_transparent.png');
	background-size: contain;
    background-repeat:no-repeat;
    background-position:right bottom;
}
.dragging
{
	border-style: solid;
	box-shadow: 0px 0px 10px 5px #337ab7, inset 0 0 10px 5px #337ab7;
}