﻿
.qq-uploader {
    position: relative;
    width: 224px;
}

.qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 54px;
    z-index: 2;
    background: #F5F5F5;
    background: rgba(240, 240, 240, 0.9);
    text-align: center;
    color: #B1B1B1;
    border: 2px dashed #c5c5c5;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

.qq-upload-button {
    padding: 8px 0;
    -moz-border-radius: 6px 6px;
    -webkit-border-radius: 6px 6px;
    border-radius: 6px 6px;
}

.form-pagebreak-back, .form-pagebreak-next, .qq-upload-button, .form-submit-button, .form-submit-reset, .form-submit-print {
    border: 1px solid #ccc;
    padding: 6px 12px;
    color: #666;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    -moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    -webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
    background: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );
}

.qq-upload-button {
    background: #f5f5ef !important;
    background: -moz-linear-gradient(top, #FBCB5D 0%, #EFA003 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBCB5D), color-stop(100%,#EFA003));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBCB5D', endColorstr='#EFA003',GradientType=0 );
    color: #666;
    display: block;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 1px #fff;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

.form-sub-label {
    font-size: 0.786em;
    margin-top: 3px;
}

.form-sub-label {
    color: #999;
    display: block;
    font-size: 9px;
    margin-bottom: 3px;
}

.qq-upload-list {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

    .qq-upload-list li {
        position: relative;
        font-size: 11px;
        margin: 8px 0;
        color: #5E5B5B;
        padding: 2px 4px;
        background: #EEE;
        -moz-border-radius: 5px 5px;
        -webkit-border-radius: 5px 5px;
        border-radius: 5px 5px;
        white-space: normal;
        border: 1px solid transparent;
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
}

.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear !important;
}

.qq-upload-delete {
    display: block;
    top: 0px;
    position: absolute;
    background: #f85032;
    background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
    width: 20px;
    height: 100%;
    right: 0px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 -1px 0px #000;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #aaa;
    cursor: pointer;
    box-sizing: border-box;
}

.qq-upload-success:hover .qq-upload-delete {
    display: block;
}

.qq-upload-delete:hover {
    background: #ffb76b;
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
}

.qq-upload-success a {
    text-decoration: underline;
    color:black;
    cursor: pointer;
    height: 28px;
}

.fileUploadLeftIcon {
    margin-top: -6px;
}