@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.uploadify-progress-bar{
    height:15px;
    color:#fff;
    }

.remove-file-queue{
    color:#000;
    position:absolute;
    right:5px;
    top:5px;
    display:none;
    }
    .completed .remove-file-queue{
        display:block;
        }

.uploadify-queue-item{
    max-width:100%;
    position: relative;
    }