

.droparea {
	border: 2px dashed #ccc;
	border-radius: 20px;
	padding: 20px;
}

.droparea.highlight {
	border-color: #007bff;
}
						
.gallery {
	margin-top: 10px;
}

.gallery img {
	width: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.gallery-img {
	width: 160px;
	margin-bottom: 10px;
	margin-right: 10px;
	display:inline-block;
	vertical-align: top;
}

.gallery-img .close, .gallery-text .close
{
	font-size:16px;
	font-weight:400;
}

.gallery textarea {
	width: calc(100% - 10px);
	height:200px;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
	font-size:12px;
}

.gallery .gallery-code {
	width: calc(100% - 10px);
	height:200px;
	max-height:200px;
	overflow:scroll;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
	font-size:12px;
}

.gallery-text {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 10px;
	display:inline-block;
	vertical-align: top;
}

.dropfile {
	display: none;
}

span.gallery-title
{
	font-size:12px;
}


.fileplaceholder
{
	margin-left:15px;
	position:relative;
	top:-2px;
}
            