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

.progress{
	background-color: #F7F7F7;
	background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
	background-repeat: repeat-x;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	height:15px;
	margin:50px 0 0;
        width:100%;
	overflow: hidden; 
	display:none;
}
 
.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button:hover{
    
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
	width: 100%;
	height: 100%;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    
}
.progress-animated .bar {
	/*background: url(../img/progressbar.gif) !important;*/
	background: #C17AE0 !important;
	filter: none;
}

.progress-success.progress-striped .bar, .progress-striped .bar-success{
	background:#C17AE0;
        height:15px;
        width:0%;
}

.fileupload-loading {
    float: right;
    width: 32px;
    height: 32px;
    background: url(../img/loading.gif) center no-repeat;
    background-size: contain;
    display: none;
}
.fileupload-processing .fileupload-loading {
    display: block;
}
.files audio,
.files video {
    max-width: 300px;
}
