/*
 * Copyright 2013, Widen Enterprises info@fineuploader.com
 *
 * Licensed under GNU GPL v3, see license.txt.
 *
 * Version 3.5.0 (modified)
 */
.qq-uploader {
    position: relative;
    width: 100%;
}
.qq-upload-button {
    display: block;
    width: 105px;
    padding: 7px 0;
    text-align: center;
    background: #880000;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.qq-upload-button-hover {
    background: #cc0000;
}
.qq-upload-button-focus {
    outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #ff9c44;
	color: #fff;
    text-align: center;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -18px;
}
.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.qq-upload-drop-area-active {
    background: #ff7a03 url("drop_upload_arrow.png") 50% 50% no-repeat;
}
.qq-upload-drop-area-active span {
    display: none;
}
.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qq-upload-list li {
    margin: 0;
    padding: 4px 5px 3px;
    line-height: 1.1;
    background-color: #ffef98;
	margin-top: 1px;
}
.qq-upload-list li:first-child {
    margin-top: 3px;
}
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-delete {
    margin-right: 10px;
}
.qq-upload-spinner, .qq-upload-finished {
	margin-right: 4px;
}
.qq-upload-file {
    font-style: italic;
    white-space: nowrap;
	overflow: hidden;
}
.qq-upload-spinner {
    display: inline-block;
    background: url("loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-top;
}
.qq-drop-processing {
    display: none;
}
.qq-drop-processing-spinner {
    display: inline-block;
    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;
}
.qq-upload-retryable .qq-upload-retry {
    display: inline;
}
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-delete {
    font-size: 0.9em;
    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: #f04529;
}
.qq-upload-list li.qq-upload-success {
    background-color: #80b82f;
    color: #fff;
    /*display: none;*/
}
.qq-upload-list li.qq-upload-fail {
    background-color: #f04529;
    color: #fff;
}
.qq-upload-list li.qq-upload-success a,
.qq-upload-list li.qq-upload-fail a {
    color: #fff;
}
.qq-progress-bar {
    background: #5c9ccc url("progress.png") 50% 50% repeat-x;
    border: 1px solid #4297d7;
    width: 0%;
    height: 0.8em;
    /*border-radius: 5px;*/
    margin-bottom: 3px;
	margin-left: -1px;
    display: none;
}
