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

form.file_upload {
  position: relative;
  overflow: hidden;
  direction: ltr;
  cursor: pointer;
  /*
  text-align: center;
  color: #a1d6fe;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 15em;
  height: 2.5em;
  line-height: 2.5em;
  background: #2e2e2d;
  margin: 0 auto;
  border: solid 1px #CCC;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
  */
}



form.file_upload_small {
  /*
  width: 15em;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 100%;
  background: #2e2e2d;
  border: 1px solid #A1D6FE;
  */
}

form.file_upload_large {
  width: 100%;
  /*
  height: 3em;
  line-height: 3em;
  font-size: 2em;
  color:#2e2e2d;
  */
  background: #A1D6FE;
}

form.file_upload_highlight,
form.file_upload:hover {
  /*background: lawngreen;*/
  color:#fff;
}

/*
form.file_upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: 300px solid transparent;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  -o-transform: translate(-300px, -300px) scale(10);
  -moz-transform: translate(-800px, 0) scale(10);
  cursor: pointer;
  height: 100%;
  font-size:20px;
  clear : both;
}
*/

form.file_upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

:root form.file_upload input {
  height: auto;
}

form.file_upload button,
.no-js .file_upload_label,
.no-js .file_upload_overall_progress,
.no-js .file_upload_buttons {
  display: none;
}

.file_upload .file_upload_label,
.file_upload .file_upload_overall_progress,
.file_upload .file_upload_buttons {
  display: block;
}

.progressbar div {
  width: 100%;
  height: 100%;
  margin: -1px;
}

.file_upload_progress .ui-progressbar-value,
.file_upload_overall_progress .ui-progressbar-value,
.progressbar div {
  /*background: url(bart70x20.gif);*/
  background-color: #006C99;
  border-radius: 4px;
}


.file_upload_overall_progress div {
  width: 350px;
  height: 17px;
  /*margin: 0 auto;*/
}

.file_upload .files,
.file_upload_overall_progress {
  /*margin: 0 auto;*/
}

.file_upload_error .ui-progressbar,
.file_upload_error .progressbar,
.file_upload_error .file_upload_start button {
  display: none;
}

.file_upload_error .error {
  width: 100%;
  height: 100%;
  color: #009919;
  font-size: 1em;
}

.file_upload .ui-widget {
  font-size: 1em;
}

table.files {
padding-top:15px;
min-width: 100%;
}

table.files tr{
  height:60px;
}
table.files img{
  max-height: 60px;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
}

.file_upload_preview { 
	max-height: 90px;
	max-width: 90px;
}
.file_download_preview {
  max-width: 90px;
  min-width: 90px;
  padding-left: 5px;
}

.file_upload_progress {
  max-width: 90px;
  min-width: 90px;
}

.file_upload_progress div {
  width: 90px;
  height: 20px;
  /*border: 1px solid #009919;*/
}

.file_name{
  max-width:170px;
  min-width:170px;
  overflow:hidden; 
  white-space: nowrap;
}

.file_select{
  max-width:13px;
  /*min-width:13px;*/
  overflow:hidden; 
  white-space: nowrap;
}

.file_size{
  max-width:60px;
  min-width:60px;
  white-space: nowrap;
  text-align: center;
}
.file_download_delete{
  max-width:30px;
  min-width:30px;
  padding-left:15px;
  padding-right:0px;
}
.file_upload_cancel{
  max-width:30px;
  min-width:30px;
  padding-left:15px;
  padding-right:0px;
}
.file_upload_start {}
