/***for wordpress***/
.real-ajax-uploader{
	text-align:center;
	border: 4px dashed #DDDDDD;
}
/********************/
.ax-file-list
{
	overflow:hidden;
    list-style: none outside none;
    padding:0;
	margin:0 auto;
	width:330px;
}
.ax-browse-c
{
	overflow: hidden;
	position:relative;
}

.ax-upload-all
{
	margin-left:5px;
}

.ax-clear
{
	margin-left:5px;
}
.ax-remove, .ax-upload, .ax-abort, .ax-confirm
{
	margin-left:5px;
}
.ax-disabled
{
	opacity: 0.5;
	filter:alpha(opacity=50);
	cursor:auto;
}
.ax-confirm
{
	display:none;
}
.ax-preview
{

}

.ax-file-list li:hover
{

}

.ax-file-list li
{
	    text-align:center;
	    /*  margin: 0 2px 2px 0;
	    padding: 2px;*/
}
.ax-file-name
{
    overflow: hidden;
}

.ax-file-name input
{
	width:80%;
}
.ax-file-size
{
    overflow: hidden;
}
.ax-progress
{
 	float: right;
    margin-top: 5px;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    width: 140px;
}

.ax-progress-bar
{
    height: 20px;
	border-radius: 2px;
	position:absolute;
	top:0;
	left:0;
	width: 0%;
}

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


.ax-toolbar
{
	overflow:hidden;
	float:left;
}

.ax-browse
{
	opacity: 0;
	filter:alpha(opacity=0);
	font-size:50px;
	cursor:pointer;
	height:50px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.ax-prev-container
{
	height:60px;
    width: 60px;
    display: inline-block;
    background: url(../img/icons.png) no-repeat;
}

.ax-details
{
	float: left;
    width: 250px;
}

/*************************************Light Box CSS***************************************/
#ax-box
{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1001;
	display: none;
	border:2px solid #000;
	-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-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;
}

#ax-box-close
{
	top:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
	border-radius:15px;
}

#ax-box-fn
{
    background: none repeat scroll 0 0 black;
    bottom: 0;
    color: white;
    height: 38px;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 15;
}

#ax-box-fn span
{
    display: block;
    font-family: 'Volkhov',Georgia,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    padding: 0 20px;
}
/*****************************************************************************************************/

/*************************************File Type Icons*************************************************/
.ax-filetype-pdf{
	background: url(../img/icons.png) no-repeat -243px 0;
}

.ax-filetype-zip,.ax-filetype-rar, .ax-filetype-7zip, .ax-filetype-jar{
	background: url(../img/icons.png) no-repeat -548px 0;
}
.ax-filetype-doc, .ax-filetype-docx{
	background: url(../img/icons.png) no-repeat -122px 0;
}
.ax-filetype-exe{
	background: url(../img/icons.png) no-repeat -183px 0;
}
.ax-filetype-xls, .ax-filetype-xlsx{
	background: url(../img/icons.png) no-repeat 0 0;
}

.ax-filetype-avi, .ax-filetype-mp4, .ax-filetype-mpeg, .ax-filetype-wmv{
	background: url(../img/icons.png) no-repeat -487px 0;
}

.ax-filetype-png, .ax-filetype-gif, .ax-filetype-bmp, .ax-filetype-tiff, .ax-filetype-jpg{
	background: url(../img/icons.png) no-repeat -365px 0;
}

.ax-filetype-mp3, .ax-filetype-wav, .ax-filetype-wma{
	background: url(../img/icons.png) no-repeat -304px 0;
}
.ax-filetype-ppt, .ax-filetype-pptx{
	background: url(../img/icons.png) no-repeat -61px 0;
}

.ax-filetype-txt, .ax-filetype-ini, .ax-filetype-xml{
	background: url(../img/icons.png) no-repeat -426px 0;
}
ul.thumbnails{
  padding: 0;
  margin: 0 0 10px 25px;
}
ul.thumbnails.thumbdata{
    margin-bottom: 0px;
    display: block !important;
}
.hideaction{
    display: none;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.btn-upload{
    padding: 2px 10px;
    font-size: 12px;
}
.label.label-info{
    background-color: #3a87ad !important;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.media.thumbnail{
    margin-bottom: 0px;
}
.ax-details.label{
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnails.thumbdata > li{
    margin-bottom: 0px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.span2 {
  width: 140px;
}
.actions .fa{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  color: #fff;
  font-size: 20px;
}
.error{
    margin-top: 5px;
    color: red;
}
.thumbnail .title{
    text-align: center;
    display: block;
    color: #000;
    margin-top: 5px;
}
@media (max-width: 600px) {
    .thumbnails{
        margin: auto;
        text-align: center;
    }
    .thumbnails > li{
        display: inline-block;
        float: none;
    }
}
.actions a{
    margin-right: 8px;
}