@CHARSET "UTF-8";

.singleimage-uploader
{
	border-width: 2px;
	border-style: dashed;
	border-color: #993300;
	text-align: center;
	cursor: pointer;
	background-color: #CCCCCC;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 180px;
	position: relative;
	font-size: 12px;
	box-sizing: border-box;
}

.singleimage-uploader.-dragover
{
	background-color: #ffffcc;
}

.singleimage-uploader .singleimage-uploader-waiting
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	cursor: wait;
	background-color: #cccccc;
}

.singleimage-uploader.-waiting .singleimage-uploader-waiting
{
	display: flex;
	align-items: center;
	justify-content: center;
}

.singleimage-viewer
{
	width: 100%;
	height: 100%;
	position: relative;
}

.singleimage-preview
{
	width: auto;
	height: auto;
}

.singleimage-shadow,
.singleimage-overlay
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

/*
.singleimage-overlay:hover
{
	background-color: rgba(255,255,255,0.5);
	transition-property: background-color;
	transition-duration: 0.25s;
}
*/

.singleimage-remover
{
	position: absolute;
}

.singleimage-viewer span.position-under
{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 4px 0px;
	bottom: -40px;
}

.singleimage-viewer span.position-right
{
	top: 50%;
	transform: translateY(-50%);
	right: -50px;
}

.singleimage-viewer span.position-overlay
{
	margin: 10px;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.singleimage-remover span.fa
{
	margin-right: 2px;
}

.singleimage-upload-guide
{
	height: 48px;
}

.singleimage-upload-guide *
{
	display: block !important;
}

.thumbnail {
	width: 240px;
	height: auto;
}
