/* Have ideas for improving this CSS for the general community? Submit your changes at: https://github.com/Valums-File-Uploader/file-uploader */
.qq-uploader {
    position: relative;
}

.qq-upload-holder {
    display: inline-block;
}

.qq-upload-button {
    display: inline-block;
    text-align: center;
    line-height: 15px;
    background: #880000;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 4px;
    margin-top: -2px !important;
    color: #FFFFFF;
    white-space: nowrap;
}

.qq-upload-button-hover {
    background: #CC0000;
}

.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%;
    min-height: 30px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
}

.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}

.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 {
    background: #FF7171;
}

.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qq-upload-list li {
    width: 100%;
    margin: 6px 2px;
    padding: 9px;
    line-height: 15px;
    font-size: 13px;
    background-color: #EEEEEE;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

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

.qq-upload-file {
}

.qq-upload-spinner {
    display: inline-block;
    float: right;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: hsla(359, 0%, 0%, 0.2);
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    animation: spin 0.8s linear infinite;
    -webkit-animation: spin 0.8s linear infinite;
    vertical-align: text-bottom;
}

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

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

.qq-upload-failed-text {
    display: none;
}

.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-list li.qq-upload-success {
    margin: 6px 2px;
    background-color: #CCFF99;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.qq-upload-list li.qq-upload-fail {
    margin: 6px 2px;
    background-color: #FFCC00;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.qq-upload-delete {
    display: none;
    float: right;
}

@media handheld, only screen and (max-width: 767px) {
    .qq-upload-holder {
        margin-left: 6px;
    }
}
