/*
 * Copyright 2013, Widen Enterprises info@fineuploader.com
 *
 * Licensed under GNU GPL v3, see license.txt.
 */
 
 .pasteZone {
 	outline: none;
 }
 
 .pasteZone a {
 	position:relative;
 	top:0px;
 	left:6px;
 	line-height:28px;
 }
 
 .pasteZone:focus {
	border: 3px rgb(72,136,239) dashed;
	border-radius: 0px;
	padding: 0px;
}

.uploadStatus	{
	position:absolute;
	top:0px;
	right:100px;
}
.qq-uploader {
    position: relative;
    width: 100%;
    filter:none;
}
.qq-upload-button {
	float:right;
	right: 0px;
    display: block;
    width: 150px;
    padding: 0 0 0 0;
    text-align: center;
    border: 1px solid rgb(208,208,207);
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    background: rgb(247,247,247);
	font-family: 'Segoe UI', Tahoma;
	height:28px;
}

.qq-upload-button span {
	line-height:28px;
}

.qq-upload-button-hover {
    border-bottom: 1px solid rgb(157,157,156);
    border-right: 1px solid rgb(157,157,156);
}
.qq-upload-button-focus {
    outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 155px;
    width: 100%;
    height: 100%;
    border: 3px rgb(221,221,221) dashed;
    min-height: 23px;
    z-index: 2;
    text-align: center;
    background-color: white;
    
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 12px;
	font-family: 'Segoe UI', Tahoma;
}
.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.qq-upload-drop-area-active {
    border: 3px rgb(72,136,239) dashed;
}
.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
	font-family: 'Segoe UI', Tahoma;
}

.qq-upload-list ul {
    margin-top: 0px;
    position:relative;
}
.qq-upload-list li {
	position:relative;
	height:28px;
    margin: 0;
    margin-right: 105px;
    border: 1px rgb(208,208,207) solid;
    border-radius: 5px;
    line-height: 12px;
    font-size: 12px;
	font-family: 'Segoe UI', Tahoma;
	padding: 0px;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished, .qq-upload-delete, qq-upload-status-text {
    margin-right: 12px;
    font-size: 12px;
	font-family: 'Segoe UI', Tahoma;
	/*position: absolute;*/
	line-height:28px;
	top: 6px;
	/* z-index:99999; */
}

.qq-upload-size	{
	position:absolute;
	top:0px;
	width:100px;
	line-height:28px;
	margin-left:10px;
}
.qq-upload-file	{
	top: 0px;
	left: 5px;
	line-height:28px;
}

.qq-upload-status-text	{
	margin-right:10px;
	line-height:28px;
}

.qq-upload-spinner {
    display: inline;
}
.qq-drop-processing {
    display: none;
    position: absolute;
    top:-3px;
    right:30px;
    margin-right: 155px;
    font-size: 12px;
	font-family: 'Segoe UI', Tahoma;
    
}
.qq-drop-processing-spinner {
	position: absolute;
    display: inline;
    background: url("processing.gif");
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
.qq-upload-finished {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-retry, .qq-upload-delete {
    display: none;
    color: #000000;
}
.qq-upload-cancel, .qq-upload-delete {
	color: #000000;
}
.qq-upload-retryable .qq-upload-retry {
    display: inline;
}
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-delete {
    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: #D60000;
}
.qq-upload-list li.qq-upload-success {
    font-size: 12px;
	font-family: 'Segoe UI', Tahoma;
    color: white;
    /* z-index: 99999; */
    margin-right: 155px;
    background-color: silver;
}
.qq-upload-list li.qq-upload-fail {
    background-color: #D60000;
    color: #FFFFFF;
}
.qq-progress-bar {
	position:relative;
	top:0px;
	left:0px;
    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 */
    background-color: red;
    width: 0%;
    height: 28px;
    border-radius: 5px;
    margin-bottom: 0px;
    display: none;
}
