/*
 * Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
 * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
 *
 * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
 */
#thumbnail-fine-uploader {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	height: 225px;
}

.uploadarea {
	float: left;
	display: block;
	height: 50px;
}

.qq-uploader {
	width: 275px;
	bottom: 5px;
}

.qq-upload-button {
	display: block; /*or inline-block*/
	width: 108px;
	height: 21px;
	text-align: center;
	background: url("https://www.whatsitworthartappraisals.com/wp-content/plugins/codeandmore-wiw/assets/images/browse-btn.png") no-repeat;
	font-size: 15px;
	left: 394px;
	top: 0px;
}

.qq-upload-button-hover {
}

.qq-upload-button div {
}

.qq-upload-button-focus {
	outline: 1px dotted #000000;
}

.qq-upload-drop-area, .qq-upload-extra-drop-area {
	top: 40px;
	left: 260px;
	width: 144px;
	height: 144px;
	z-index: 2;
	text-align: center;
	display: block !important;
	position: relative;
}

.qq-upload-drop-area span {
	display: block;
	top: 50%;
	width: 100%;
	margin-top: 0px;
	font-size: 12px;
}

.qq-upload-extra-drop-area {
	margin-top: 50px;
	font-size: 12px;
	padding-top: 30px;
	height: 20px;
	min-height: 40px;
}

.qq-upload-drop-area-active {
	background: none repeat scroll 0% 0% #708c9e;
	color: #708c9e;
}

.qq-upload-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 678px;
	position: relative;
	top: 85px;
	z-index: 2;
}

.qq-upload-list li {
	display: block;
	width: 107px;
	height: 107px;
	margin: 0;
	line-height: 15px;
	font-size: 14px;
	background-color: #eaeef1;
	float: left;
	margin-left: 5px;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished {
	margin-right: 12px;
}

.qq-upload-file {
}

.qq-upload-spinner {
	display: inline-block;
	background: url("https://www.whatsitworthartappraisals.com/wp-content/plugins/codeandmore-wiw/assets/css/loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.qq-upload-finished {
	display: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.qq-upload-retry {
	display: none;
	color: #708c9e;
}

.qq-upload-cancel {
	width: 15px;
	margin-left: 45px;
	margin-top: 45px;
	color: #708c9e;
}

.qq-upload-retryable .qq-upload-retry {
	display: inline;
}

.qq-upload-size, .qq-upload-cancel, .qq-upload-retry {
	font-size: 12px;
	font-weight: normal;
}

.qq-upload-failed-text {
	display: none;
	font-style: italic;
	font-weight: bold;
}

.qq-upload-failed-icon {
	display: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}

.qq-upload-retrying .qq-upload-failed-text {
	display: inline;
	color: #708c9e;
}

.qq-upload-list li.qq-upload-success {
	background-color: #eaeef1;
	color: #708c9e;
}

.qq-upload-list li.qq-upload-fail {
	background-color: #D60000;
	color: #708c9e;
}

.qq-progress-bar {
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(50%, rgba(41, 137, 216, 1)), color-stop(51%, rgba(32, 124, 202, 1)), color-stop(100%, rgba(125, 185, 232, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%); /* W3C */
	width: 0%;
	height: 15px;
	border-radius: 6px;
	margin-bottom: 3px;
	margin-left: 5%;
	margin-top: 5px;
	display: none;
}

#overwritecheck {
	padding: 5px;
}

#profile-image {
	width: 100px;
	height: 80px;
	float: left;
}

.qq-upload-sucess, .qq-upload-file, .qq-upload-spinner, .qq-upload-size {
	display: none !important;
}

.qq-upload-status-text {
	padding: 5px;
	display: block;
}

#thumbnail-fine-uploader input {
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial;
	font-size: 118px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	opacity: 0;
}