/* AJAX UPLOADER */

.ax-button span
{
	display:none;
	width:0;
	height:0;
}

.ax-uploader fieldset
{
border: 0;
border: 2px dashed #ddd;
padding: 5px;

}

/***for wordpress***/
.real-ajax-uploader{
	text-align:center;
}

.ax-legend
{
	font-size: 20px;
	text-align: center;
	color: #AAAAAA;
}

.ax-file-list
{
	overflow:hidden;
    list-style: none outside none;
    padding:0;
	margin:0 auto;
	float: left;
	width: 100%;
}

.ax-browse-c
{
	height:80px;
	overflow: hidden;
	display: block;
	cursor:pointer;
	background: url(../images/icons/upload.png) no-repeat center;
}
.ax-browse-c:hover
{
	background: url(../images/icons/upload.png) no-repeat center;
	background-color:#f2f2f2;
}

.ax-upload-all
{
	width:50px;
	height:50px;
	margin-left:5px;
	display: inline-block;
	background: url(../images/uploader/images.png) no-repeat 0 -360px;
	cursor:pointer;
}

.ax-upload-all:hover
{
	background: url(../images/uploader/images.png) no-repeat 0 -288px;
}

.ax-clear
{
	width:50px;
	height:50px;
	margin-left:5px;
	display: inline-block;
	background: url(images.png) no-repeat 0 -216px;
	cursor:pointer;
}

.ax-clear:hover
{
	background: url(images.png) no-repeat 0 -144px;
}

.ax-remove, .ax-upload, .ax-abort, .ax-confirm
{
	width:24px;
	height:24px;
	margin-left:10px;
	cursor:pointer;
	display: inline-block;
}
.ax-remove{
	background: url(../images/icons/delete.png) no-repeat;
}
.ax-upload{
	background: url(images.png) no-repeat 0 -339px;
}
.ax-abort{
	background: url(images.png) no-repeat  0 0;
}

.ax-upload .ax-abort
{
	background: url(images.png) no-repeat  0 0;
}

.ax-disabled
{
	opacity: 0.5;
	filter:alpha(opacity=50);
	cursor:auto;
}

.ax-confirm
{
	display:none;
}



.ax-upload:hover
{
	background: url(images.png) no-repeat  0 -267px;
}

.ax-preview
{
	max-height:25px;
	max-width:30px;
}



.ax-file-list li
{
	background-color: #141414;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, #f2f2f2),
		color-stop(1, #ccc)
	);

	width: 100%;
    float: left;
    text-align:center;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    position: relative;
    text-align:center;
    background: url('../../images/design/loader.gif');
    border: 1px solid #8ec497;
}

.uploadSuccess
{
    background: #daebd1 !important;
}

#uploader
{
	margin-bottom:30px;
}

.uploader-save
{
	text-align:center;
}

.ax-file-name
{
	padding: 4px 0;
 	color: #FFFFFF;
    font: 14px 'PT Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 23px;
    margin: 0;
    overflow: hidden;
    float: left;
}
.ax-file-name input
{
	width:80%;
}

.ax-file-size
{
	padding: 4px 0;
	color: #000;
    font: 14px 'PT Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    overflow: hidden;
    margin:0;
	float: left;
	margin-left: 5px;
	font-weight: bold;
}

.ax-progress
{
    background-color: white;
    border-radius: 2px;
    margin-top: 4px;
    padding: 0;
    float:left;
    height:14px;
    width: 100%;
    position:relative;
    text-align:center;
    display: none;
}

.ax-progress-bar
{
    height: 14px;
	border-radius: 2px;
	position:absolute;
	top:0;
	left:0;
	width: 0%;
	background-image: url(loader.gif);
}

.ax-progress-info
{
	font: 12px 'PT Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 13px;
    position:absolute;
    width: 100%;
    top:0;
	left:0;
}


.ax-toolbar
{
	overflow:hidden;
	float: right;
	line-height: 14px;
}

.ax-browse
{
	opacity: 0;
	filter:alpha(opacity=0);
	font-size:50px;
	cursor:pointer;
	height:80px;
	width: 100%;
}

.ax-prev-container
{
	height:25px;
    width: 30px;
    margin-right: 5px;
    float: left;
    display: inline-block;
    background: url(../../images/icons/file.png) no-repeat;
}

.ax-details
{
	float:left;
}

/*************************************Light Box CSS***************************************/
	#ax-box
	{
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 1001;
		display: none;
		border:10px solid #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

	  -webkit-box-shadow: 0px 0px 21px 0px #ffffff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	     -moz-box-shadow: 0px 0px 21px 0px #ffffff; /* FF3.5 - 3.6 */
	          box-shadow: 0px 0px 21px 0px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */

	}


	#ax-box span
	{
		margin-left:20px;

	}

	#ax-box-shadow
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		-khtml-opacity: 0.75;
		opacity: 0.75;
		z-index: 1000;
		display: none;
	}
/*****************************************************************************************************/


/*************************************File Type Icons*************************************************/

.ax-file-extension
{
	width:18px;
	height:25px;
	float:right;
	margin-left:5px;
	background: url(../img/types/file.png) no-repeat;

}

.ax-file
{
	padding:5px;
	float:right;
}


.ax-filetype-pdf{
	background: url(../img/types/pdf.png) no-repeat;
}
.ax-filetype-zip{
	background: url(../img/types/zip.png) no-repeat;
}
.ax-filetype-doc{
	background: url(../img/types/doc.png) no-repeat;
}
.ax-filetype-docx{
	background: url(../img/types/docx.png) no-repeat;
}
.ax-filetype-rar{
	background: url(../img/types/rar.png) no-repeat;
}
.ax-filetype-exe{
	background: url(../img/types/exe.png) no-repeat;
}
.ax-filetype-xls{
	background: url(../img/types/xls.png) no-repeat;
}
.ax-filetype-xml{
	background: url(../img/types/xml.png) no-repeat;
}
.ax-filetype-mp4{
	background: url(../img/types/mp4.png) no-repeat;
}
.ax-filetype-avi{
	background: url(../img/types/avi.png) no-repeat;
}
.ax-filetype-gif{
	background: url(../img/types/gif.png) no-repeat;
}
.ax-filetype-png{
	background: url(../img/types/png.png) no-repeat;
}
.ax-filetype-bmp{
	background: url(../img/types/bmp.png) no-repeat;
}
.ax-filetype-mp3{
	background: url(../img/types/mp3.png) no-repeat;
}
.ax-filetype-ppt{
	background: url(../img/types/ppt.png) no-repeat;
}
.ax-filetype-tiff{
	background: url(../img/types/tiff.png) no-repeat;
}
.ax-filetype-txt{
	background: url(../img/types/txt.png) no-repeat;
}