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

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.files .progress {
  width: 200px;
}
.progress-animated .bar {
  background: url(../img/progressbar.gif) !important;
  filter: none;
}
.fileupload-loading {
  position: absolute;
  left: 50%;
  width: 128px;
  height: 128px;
  background: url(../img/loading.gif) center no-repeat;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}

/* Fix for IE 6: */
* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}

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

.files .btn {
	white-space:nowrap;
}

.files .size {
  width: 70px;
}

.files td.startDisuse {
  width: 1px !important;
  padding: 0 !important;
}

.files td.startDisuse * {
  display:none;
}


.files .btn span {
  display: inline-block !important;
}
/*
@media all and (min-width: 610px) {
  .files .name {
    width: 360px;
  }
  .files .name * {
    max-width: 360px;
    display: inline-block;
  }
  .files td.name span {
    max-width: none !important;
    overflow: visible !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-overflow: clip !important;
  }
  .files td.progress {
    width: 140px !important;
  }
}

@media all and (min-width: 510px) and (max-width: 610px) {
  .files .preview * {
    width: 40px;
  }
  .files .name {
    width: 300px;
  }
  .files .name * {
    max-width: 300px;
    display: inline-block;
  }
  .files td.name span {
    max-width: none !important;
    overflow: visible !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-overflow: clip !important;
  }
  .files td.progress {
    width: 80px !important;
  }
}

@media (max-width: 510px) {
  .files .preview * {
    width: 40px;
  }
  .files .name {
    width: 140px;
  }
  .files .name * {
    width: 140px;
    display: inline-block;
  }
  .files td.name span {
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .files .progress {
    width: 30px !important;
  }
}
*/