#preview {
	display: none;
	min-width: 350px;
	min-height: 350px;
	margin: auto;
	margin-right: 30px;
}

#DnDZone {
	text-align: center;
	border: dashed 3px gray;
	background-color: #f8f9f8;
	padding: 1px 5px 1px 5px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	cursor: pointer;
	min-width: 350px;
	min-height: 350px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast : none) {
	#DnDZone {
		display: table;
	}
}

#DnDZone > span:first-child {
	display: table-cell;
	vertical-align: middle;
}

#DnDZone img {
	width: 50px;
	height: 50px;
	margin: auto 0;
}

.disabled img {
	vertical-align: super;
}

#DnDZone #error {
	min-height: 46px;
	color: red;
	font-weight: bold;
	display: none;
	white-space: pre-line;
}

#DnDZone[mode=progress] > span:first-child {
	display: none;
}

#DnDZone[mode=upload] > span + span {
	display: none;
}

#DnDZone[mode=progress] > span + span {
	display: table-cell;
	vertical-align: middle
}

.uploadBtn {
	-moz-box-shadow: 0px 10px 40px -14px #3e7327;
	-webkit-box-shadow: 0px 10px 40px -14px #3e7327;
	box-shadow: 0px 10px 40px -14px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #597730;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	padding: 9px 27px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	/* Safari 3.1+ */
	-webkit-user-select: none;
	/* Firefox 2+ */
	-moz-user-select: none;
	/* IE 10+ */
	-ms-user-select: none;
	/* Standard syntax */
	user-select: none;
}

.disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.uploadBtn:hover {
	background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color: #72b352;
}

.uploadBtn:active {
	position: relative;
	top: 1px;
}

.disabled:active {
	position: static;
	top: 0px;
}

.previewCaption {
	font-weight: 700;
	display: inline-block;
	line-height: 1.8em !important;
	margin: 0.43em 0 !important;
}

.previewCaptionDesc {
	font-size: 13px;
	line-height: 1.3em;
	margin: 0 0 0.2em 0;
}

.previewCaptionWrapper {
	display: none;
}

@media (max-width : 767px) {}

@media (max-width : 575.98px) {}

@media (min-width : 576px) {}

@media (max-width : 767.98px) {}

@media (min-width : 768px) {}

@media (max-width : 1009.00px) {

	.wgl-preview-panel,
	#preview {
		width: 100% !important;
	}
}

@media (max-width : 991.98px) {

	/* #preview, .previewCaptionWrapper {
		margin-right: 30px !important;
	} */
	#placeHolder {
		display: none;
	}

	.dndProgressBar {
		width: inherit !important;
		margin: 0 20px !important;
	}
}

@media (min-width : 992px) {}

@media (max-width : 1199.98px) {}

@media (min-width : 1200px) {}