/* 
 * Styles for jQuery-File-Upload integration.
 * 
 * @author Andreas Schueller <aschueller@bio.puc.cl>
 */

/* jQuery file upload */
.fileupload-buttonbar {
    /*float: left;*/
}
/* File uploads jQuery progressbar */
.ui-progressbar-value {
    background: url('../../melolabbiogestionpostulacion/images/biogestion-jquery/ui-bg_highlight-hard_26_3361a8_1x100.png') repeat-x scroll 50% 50% #3361a8;
}
.fileupload-progress {
    display: none;
    margin-left: 10px;
    /*float: left;*/
    width: 400px;
}
.ui-progressbar {
    position: relative;
    height: 28px;
}
.progress-label {
    position: absolute;
    top: 4px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

/* Template for file to be uploaded */
.template-upload .name {
    word-break: break-all;
    max-width: 200px;
}

/* Template for uploaded file */
.template-download .name {
    word-break: break-all;
    max-width: 200px;
}

/* Template table */
.file-input .table {
    margin: 0;
}
.file-input .table td {
    background-color: #eeeeee !important;
    vertical-align: middle;
}

/* Select file button */
.fileinput-button {
    margin-top: 5px;
    margin-bottom: 20px;
}


