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

 .ui-fileupload {
     
 }

.fileupload-buttonbar .ui-button input {
  position: absolute;
  top: -24px;
  left: -80px;
  right: 0;
  margin: 0;
  border: solid transparent;
  /* border-width: 0 0 100px 200px; */
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transform: translate(250px, -50px) scale(1);
  direction: ltr;
  cursor: pointer;
  z-index: 5000;
}

.fileinput-button {
  overflow: hidden;
  *background-image: none !important;
}

/* Fix for IE 6: */
*html .fileinput-button {
  padding: 2px 0;
}

/* Fix for IE 7: */
*+html .fileinput-button {
  padding: 2px 0;
}

.fileupload-buttonbar {
  padding: 0.2em 0.4em;
}

.fileupload-buttonbar .ui-button {
  vertical-align: middle;
  margin-right: 0.2em;
}

.fileupload-content {
  padding: 0;
  border-top-width: 0;
}

.fileupload-content .ui-progressbar {
  width: 200px;
  height: 20px;
}

.fileupload-content .ui-progressbar-value {
  background: url("#{resource['primefaces:fileupload/ie-anim.gif']}") repeat-x;
}

.fileupload-content .fileupload-progressbar {
  width: 400px;
  margin: 10px 0;
}

.files {
  vertical-align: middle;
  margin: 0px 0;
  border-collapse: collapse;
}

.files tr{
  vertical-align: middle;	
}

.files td {
  vertical-align: middle;
}

.files img {
  border: none;
}

.files .chkbox {
	text-align: center;
	width:30px;
}
.files .name {
  overflow:hidden;
  padding-left:2px;
}

.files .size {
  padding-left:2px;
  text-align: right;
  white-space: nowrap;
}

.files .progress{
	text-align: center;
}
.ui-state-disabled .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ui-state-disabled input {
  cursor: default;
}