/*
 *  \author 		@ide-info <contact@ai-dev.fr>
 *  \copyright  	@ide-info since 2011
 *  \license		Read the multi-language license file (license.txt)
 *
 *  \file 			css/fileuploader.css
 *  \brief			CSS file for ai_upload module
 * 
 *  \package		aiupload
 *  \version		0.6
 */

.content_prices #aiupload_container
{
	margin-top:	30px;
}

.qq-uploader
{
	position: relative;
	width: 255px;
}

.qq-upload-button
{
    background: url("../img/upload_button.png") no-repeat scroll center center;
    border: none;
    display: block;
	height: 65px;
    width: 50px;
	margin-left:70px;
	margin-top:20px;
}

.qq-upload-button-hover
{
    background: url("../img/upload_button_over.png") no-repeat scroll center center; 
}

.qq-upload-drop-area
{
    background: url("../img/drop.png") no-repeat scroll center center; 
    display: block;
	height: 66px;
    margin-left: 150px;
    position: absolute;
	width: 64px;
}

.qq-upload-drop-area:hover
{
    background: url("../img/drop_over.png") no-repeat scroll center center; 
}

.qq-upload-list
{
	list-style: disc;
	margin: 15px 35px;
	padding: 0;
	width: 185px;
}

.qq-upload-list li
{
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

.qq-upload-list li .qq-upload-picture
{
	margin: 0 auto;
}

.qq-upload-size
{
	display: none;
}

.qq-upload-file
{
    text-align: center;
    width: 175px;
}

.qq-upload-spinner
{
	background: url("../img/loading.gif");
	display: inline-block;
	height: 15px;
	vertical-align: text-bottom;
	width: 15px;
}

.qq-upload-size,.qq-upload-cancel
{
	font-size: 11px;
}

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

.qq-upload-fail .qq-upload-failed-text
{
	display: inline;
}

li.qq-upload-fail
{
 	display: none;
}
 
ul.qq-upload-list LI
{
 	float: left;
 	list-style: none;
 	margin: 5px;
 	width: 175px;
}
 
ul.qq-upload-list li.aipicture span.qq-upload-file
{
 	margin: 0 auto;
}
 
ul.qq-upload-list li.aipicture div.qq-upload-text
{
	float: left;
    overflow: hidden;
	text-align: center;
	width: 100%;
}

ul.qq-upload-list li.aitext
{
 	line-height: 100%;
 	width: 100%;
}
 
ul.qq-upload-list li.aitext DIV
{
 	float: left;
 	margin: 2px 5px 0 0;
}

ul.qq-upload-list li.aitext a.zip_link
{
	float: left;
	margin: 5px 0;
}

ul.qq-upload-list li.aitext div.qq-upload-delete
{
 	margin: 1px 0 0 0;	
}
 
ul.qq-upload-list li.aitext div.qq-upload-file
{
 	font-weight: bold;
}

ul.qq-upload-list LI .qq-upload-name
{
	overflow: hidden;
}

.qq-progress-background {
    background: -moz-linear-gradient(top,  rgba(205,205,205,1) 0%, rgba(135,135,135,1) 50%, rgba(130,130,130,1) 51%, rgba(60,60,60,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,205,205,1)), color-stop(50%,rgba(135,135,135,1)), color-stop(51%,rgba(130,130,130,1)), color-stop(100%,rgba(60,60,60,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(205,205,205,1) 0%,rgba(135,135,135,1) 50%,rgba(130,130,130,1) 51%,rgba(60,60,60,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(205,205,205,1) 0%,rgba(135,135,135,1) 50%,rgba(130,130,130,1) 51%,rgba(60,60,60,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(205,205,205,1) 0%,rgba(135,135,135,1) 50%,rgba(130,130,130,1) 51%,rgba(60,60,60,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(205,205,205,1) 0%,rgba(135,135,135,1) 50%,rgba(130,130,130,1) 51%,rgba(60,60,60,1) 100%); /* W3C */
    border-radius: 6px;
    display: none;
    height: 15px;
    margin-bottom: 3px;
    position: relative;
	width: 100%;
}

.qq-progress-bar {
    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 */
    border-radius: 6px;
    height: 100%;
    margin-bottom: 3px;
    width: 0%;
}

ul.qq-upload-list li.aitext div.qq-progress-bar {
    margin-bottom: 3px;	
}

.qq-progress-text {
	color: #ffffff;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

/* For admin, cart and history part */
#aiupload_pane .qq-uploader
{
	overflow: auto;
	width: 100%;
}

#aiupload_pane .qq-uploader .uploader
{
	display: none;
}

#aiupload_pane .qq-upload-file {
	line-height: 30px;
	padding: 0 5px;
	width: auto;
}

#aiupload_pane .qq-upload-list
{
	float: left;
	width: auto;	
}

#aiupload_pane .qq-upload-list LI
{
	margin: 0 5px;
	width: auto;
}

#aiupload_pane .qq-upload-drop-area
{
	margin-top: 20px;	
}

#aiupload_pane .qq-upload-file
{
	margin-top: 0 !important;
}

#aiupload_pane .qq-upload-file IMG
{
	max-width: 100px;
}

#aiupload_pane .qq-upload-text
{
	line-height: 30px;
	margin: 0 5px 0 0!important;
}

#aiupload_pane .qq-upload-text .qq-upload-size {
	margin: 0 5px 0 0!important;
}

/* Overlay */

div#aiupload_operations_overlay
{
	display: none;    
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;	
}

div#aiupload_operations_overlay.wait
{
    -moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
	background-color: #000000;
    filter : alpha(opacity=50); /* IE < 8 */
    opacity : 0.5;
}

div#aiupload_wait
{
    color: #FFFFFF;
    display: none;
    font-size: 30px;
    font-weight: bold;
    position: fixed;
    z-index: 100001;	
}

#add_to_cart.hidden
{
	display: none !important;
}
