@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 9.0.0
 * 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
 */

#OutoftheBox .fileupload-buttonbar .btn,
#OutoftheBox .fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}

#OutoftheBox .fileinput-button {
  position: relative;
  overflow: hidden;
}

#OutoftheBox .fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 100px;
  direction: ltr;
  cursor: pointer;
}

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

#OutoftheBox .fileupload-buttonbar .btn,
#OutoftheBox .fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
#OutoftheBox .progress-animated .progress-bar,
#OutoftheBox .progress-animated .bar {
  background: url("../img/progressbar.gif") !important;
  filter: none;
}
#OutoftheBox .fileupload-process {
  float: right;
  display: none;
}
#OutoftheBox .fileupload-processing .fileupload-process,
#OutoftheBox .files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif") center no-repeat;
  background-size: contain;
}
#OutoftheBox .files audio,
#OutoftheBox .files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  #OutoftheBox .fileupload-buttonbar .toggle,
  #OutoftheBox .files .toggle,
  #OutoftheBox .files .btn span {
    display: none;
  }
  #OutoftheBox .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  #OutoftheBox .files audio,
  #OutoftheBox .files video {
    max-width: 80px;
  }
  #OutoftheBox .files img,
  #OutoftheBox .files canvas {
    max-width: 100%;
  }
}