
/* Dropzone */
.dropzone {
	background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.03);
	border-radius: 3px;
	min-height: 122px;
	padding: 23px;
}

.dropzone .dz-default span {
	transition: color .1s ease-in;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.2);
}

.dropzone:hover .dz-default span {
	color: rgba(0, 0, 0, 0.3);
}

.dropzone-modern {
	opacity: 0;
	visibility: hidden;
	background: transparent;
	border: 2px dashed #e7e7e7;
	min-height: 200px;
	transition: ease opacity 300ms;
}

.dropzone-modern .dropzone-upload-message {
	position: absolute;
	top: 50%;
	left: 50%;
	pointer-events: none;
	transform: translate3d(-50%, -50%, 0);
}

.dropzone-modern .dropzone-upload-message > i {
	display: block;
	text-align: center;
	font-size: 48px;
	font-size: 3rem;
	color: #e7e7e7;
}

.dropzone-modern.initialized {
	opacity: 1;
	visibility: visible;
}

.dropzone-modern.dz-started .dropzone-upload-message {
	display: none;
}

.dropzone-modern:hover .dropzone-upload-message > i {
	color: #CCC;
}

html.dark .dropzone .dz-default span {
	color: rgba(255, 255, 255, 0.2);
}

html.dark .dropzone:hover .dz-default span {
	color: rgba(255, 255, 255, 0.3);
}

.notcount {
    background: #D2312D;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    position: absolute;
    border-radius: 100%;
}

.badge {
	letter-spacing: normal;
}
