@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/
 */

/**** CHANGE BY GAUTHIER ****/
.ui-widget {
	font-family: Arial;
}

#fileupload {
	width: 303px;
	margin: 0px 0px 0px 92px;
}

.ui-widget .ui-widget, tr.template-upload {
    font-size: .833em;
}

.ui-widget-content {
	border: 1px solid #e2e2e2;
}

.ui-widget-header {
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 6px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 6px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 6px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 6px;
}

/**** CHANGE BY GAUTHIER ****/

.fileupload-buttonbar .ui-button input {
  position: absolute;
  top: 0;
  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);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}

.fileinput-button {
  overflow: hidden;
}

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

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

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

.fileupload-buttonbar .ui-button {
  vertical-align: middle;
}

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

.template-upload .progress {
	display: none;
}

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

.fileupload-content .ui-progressbar-value {
  background: url(../img/pbar-ani.gif);
}

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

table.files {
	width: 290px;
	font-size: 11px;
}

.files {
  margin: 5px 0;
  border-collapse: collapse;
}

.files td {
  padding: 5px 2px;
  border-spacing: 2px;
}

.files .preview canvas {
	width: 30px;
}

.files img {
  border: none;
}

.files .name {
  padding: 0 5px 0 0px;
}

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

.ui-state-disabled .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}

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