/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.4.0
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 

.uploadify-field{
    width: 630px !important;
}
.qq-uploader {
    position: relative;
    width: 100%;
}
.qq-upload-button {
    display: block;
    width: 105px;
    padding: 5px 0 5px 30px;
    text-align: center;        
    font-weight: 700;
    color: #000;
    background: url("/images/upload.png") no-repeat 0 0 transparent;
}
.qq-upload-button-hover {
    /*text-decoration: underline;*/
}
.qq-upload-button-focus {
    outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    min-height: 30px;
    z-index: 2;
    background: #F9F8F9;
    border: 2px dashed #d3d3d3;
    text-align: center;
}
.qq-upload-drop-area span {
    
    display: inline-block;
    bottom: 0;
    font-size: 12px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    padding-left: 35px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 150px;
    font-size: 12px;
    padding-left: 35px;
    background: url("/images/drag_drop.png") no-repeat 0 3px;
}
.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 12px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.qq-upload-drop-area-active {
    
}
.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 630px;
    
    
}
.qq-upload-list li:first-of-type{
    border-top: 1px dotted #d3d3d3;
    margin-top: 15px;
}
.qq-upload-list li {
    margin: 0;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    border-bottom: 1px dotted #d3d3d3;
    display: block;
    position: relative;
}
.qq-upload-list li .qq-upload-file{
    margin: 0 !important;
    font: bold 12px/45px Tahoma,Verdana, Arial ;
    color: #4b4b4b;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size,
.qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text,
.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
    margin-right: 12px;
    display: inline;
}
.qq-upload-success .qq-upload-file {
    background: url("/images/file_ok.png") no-repeat 0 16px;
    height: 45px;
    display: inline-block;
    padding-left: 25px;
}
.qq-upload-spinner {
    display: inline-block;
    background: url("/images/loader.gif");
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 5px !important;
}
.qq-drop-processing {
    display: block;
}
.qq-drop-processing span{
    font-size: 12px;
}
.qq-drop-processing-spinner {
    display: inline-block;
    background: url("/images/loader.gif") no-repeat 0 5px;
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}

.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
    display: inline;
}
.qq-upload-delete{
    background: url("/images/delete_icn.png") no-repeat 0 18px;
    color: #4B4B4B !important;
    padding-left: 18px;
    float: right;
    font-weight: bold !important;
    margin: 0;
}

.qq-upload-retry, .qq-upload-delete, .qq-upload-cancel,
.qq-upload-pause, .qq-upload-continue {
    color: #000000;
}

.qq-upload-retryable .qq-upload-retry {
    display: inline;
}
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry,
.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
    font-size: 12px;
    font-weight: normal;
    color: #777777;
}
.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 {
    background: none;
    
    color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
    background-color: #D60000;
    color: #FFFFFF;
}
.qq-progress-bar {
    display: block;
    /*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: -moz-linear-gradient(top, rgba(0,163,209,1), rgba(0,142,199,1));
    background: -webkit-gradient(top, rgba(0,163,209,1), rgba(0,142,199,1));
    background: -o-linear-gradient(top, rgba(0,163,209,1), rgba(0,142,199,1));
    background: -ms-linear-gradient(top, rgba(0,163,209,1), rgba(0,142,199,1));
    background: linear-gradient(to bottom, rgba(0,163,209,1), rgba(0,142,199,1));
    background: -webkit-linear-gradient(top, rgba(0,163,209,1), rgba(0,142,199,1));
    width: 0%;
    height: 5px;
    /*border-radius: 6px;
    margin-bottom: 3px;*/
    position: absolute;
    top: 0px;
    left: 0;
}
.qq-progress-bar-container-selector{
    position: absolute;
    top: -5px;
    width: 100%;
    left: 0;
    background: #eaeaea;
    border: 1px solid #e0e0e0;
    height: 3px;
}
.qq-total-progress-bar {
    height: 25px;
   /* border-radius: 9px;*/
}

.qq-total-progress-bar-container {
    margin: 9px;
}

INPUT.qq-edit-filename {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.qq-upload-file.qq-editable {
    cursor: pointer;
}

.qq-edit-filename-icon.qq-editable {
    display: inline-block;
    cursor: pointer;
}

INPUT.qq-edit-filename.qq-editing {
    position: static;
    margin-top: -5px;
    margin-right: 10px;
    margin-bottom: -5px;

    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.qq-edit-filename-icon {
    display: none;
    background: url("/images/fu/edit.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

INPUT.qq-edit-filename.qq-editing ~ .qq-upload-cancel {
    display: none;
}

.qq-upload-cancel{
    background: url("/images/cancel_icn.png") no-repeat 0 18px;
    color: #4B4B4B;
    padding-left: 15px;
    float: right;
    font-weight: bold;
    margin: 0;
}
.qq-hide {
    display: none;
}

/*! 2014-05-28 */
