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

.template-upload, .template-download {
    position:relative;
}
.template-upload .preview, .template-download .preview {
    background-color:#FFF;
    text-align:center;
    border:1px #CCC solid;
}
.template-upload .error
{
    position:absolute;
    top:30%;
    left:-15px;
    padding:0px 14px;
    line-height:30px;
    background-color:#C61510;
    width:100%;
    color:#FFF;
    
    text-align:center;
    
    -webkit-box-shadow:  0px 0px 8px 0px #000000;
    box-shadow:  0px 0px 8px 0px #000000;
    
    -moz-transform: scale(1) rotate(-15deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(-15deg) translate(0px, 0px) skew(0deg, 0deg);
    -o-transform: scale(1) rotate(-15deg) translate(0px, 0px) skew(0deg, 0deg);
    -ms-transform: scale(1) rotate(-15deg) translate(0px, 0px) skew(0deg, 0deg);
    transform: scale(1) rotate(-15deg) translate(0px, 0px) skew(0deg, 0deg);
}
.template-download.error {display:none;}
.template-upload .progress {
    top:0px;
    left:0px;
    position:absolute;
    z-index:999;
    background-image:url('/static/images/white_mask.png');
    background-position:center;
    background-repeat:no-repeat;
}
.template-upload .progress .bar
{
    height:100%;
    position:absolute;
    top:1px;
    left:1px;
    background-color:#333333;
    background-color: rgba(0,0,0,0.7);
    background-repeat: repeat !important;
}
.template-upload .btn_container, .template-download .btn_container
{
    height:23px;
}
.template-upload .start{
    float:left;
    margin-top:3px;
}
.template-upload .start button{
    border:0px;
    background-color:none;
    background-color:transparent;
    height:20px;
    color:#999;
    cursor:pointer;
}
.template-upload .cancel, .template-download .delete{
    float:right;
    margin-top:3px;
}
.template-upload .cancel button, .template-download .delete button{
    border:0px;
    background-color:none;
    background-color:transparent;
    background-image:url(../images/media/icon_deletelink.gif);
    background-repeat:no-repeat;
    background-position:center;
    width:20px;
    height:20px;
    cursor:pointer;
}

.file-upload{
    position:relative;
}
.file-upload .span7
{
    position:absolute;
}
.file-upload .btn
{
    border:0px;
    margin:0px;
    margin-top:4px;
    padding:0px 10px;
    height:26px;
    line-height:26px;
    font-size:12px;
    font-weight: bold;
    cursor:pointer;
    background-color:#226BB2;
    color:#FFF;
    margin-right:4px;
}
.file-upload .btn i{
    font-size:1.2em;
    position:relative;
    top:1px;
}
.file-upload .has_new_files
{
    float:left;
    display:none;
}
.file-upload .btn-secondary
{
    background-color:#888;
    background-position:4px -26px;
}
.file-upload .btn-primary
{
    background-color:#649A36;
    background-position:4px -53px;
}

.file-upload .btn-warning
{
    background-color:#F1C3C6;
    background-position:4px 0px;
    color:#991A18;
}
.file-upload .progress-extended
{
    color:#333;
    float:right;
    line-height:34px;
    padding:0px 10px;
}
.file-upload .fileupload-progress
{
    position:relative;
    display:none;
}
.file-upload .btn:hover
{
    opacity:0.8;
}
.file-upload .progress-container{
    opacity:0.4;
}
.file-upload .fileupload-progress .progress
{
    width:100%;
    position:absolute;
    top:30px;
    left:0px;
    height:7px;
    background-color:#e1e1e1;
    border-bottom:1px #CCC solid;
}
.file-upload .fileupload-progress .progress .bar
{
    height:7px;
    background: url(/static/images/progressbar.gif) !important;
    filter: none;
}
.template-upload .btn
{
    height:20px !important;
    line-height:20px !important;
    margin:0px !important;
}
.fileupload-buttonbar {
    height:34px;
}
.buttons-holder{
    height:0px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-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);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.files .progress {
  width: 200px;
}

.fileupload-loading {
  position: absolute;
  left: 50%;
  width: 128px;
  height: 128px;
  background: url(/static/images/loading.gif) center no-repeat;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}

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

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

@media (max-width: 480px) {
  .files .btn span {
    display: none;
  }
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    width: 80px;
    display: inline-block;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
  .files .delete {
    width: 60px;
  }
}
