﻿#Files {
}


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

.files .progress {
    width: 200px;
}

.progress-animated .bar {
    background: url(images/progressbar.gif) !important;
    filter: none;
}

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

.fileupload-processing .fileupload-loading {
    display: block;
}
#file-upload-wrapper {
    /*position: relative;*/
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    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.00001;
        -ms-filter: 'alpha(opacity=0)';
        filter: alpha(opacity=0);
        -moz-transform: translate(-300px, 0) scale(4);
        font-size: 200px !important;
        direction: ltr;
        cursor: pointer;
    }

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


/* 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;
}
