/**
 * Copyright (c) 2014 Baidu.com, Inc. All Rights Reserved
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
 * the License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
 * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
 * specific language governing permissions and limitations under the License.
 */

.table {
    table-layout: fixed;
}
.empty,
.f-status {
    text-align: center;
}
.f-progress {
    text-align: right;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
table th,
.f-progress,
.f-mediaId,
.f-size {
    white-space: nowrap;
}
.f-name .alert-danger {
    padding: 0 5px;
    margin: 0;
}
tr.ignored {
    text-decoration: line-through;
    color: gray;
}
.table > tbody > tr > td.f-progress {
    vertical-align: middle;
}
.progress {
    margin-bottom: 0;
    height: 10px;
}

.doc-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

[hidden], template {
    display: none !important;
}

.modal-body .table {
    width: auto;
}










/* vim: set ts=4 sw=4 sts=4 tw=120: */
