﻿html, body {
    height: 100%;
    width: 100%;
}
#leftPanel {
    background: #ebebeb;min-height:1000px;
}
ul {
    padding-left: 0;
    list-style: none;
}

#ulBucket i {
    color: #ef6969;
    margin-right: 4px; 
}
.dfile {
    height: 40px;
    line-height: 40px;display:flex;
}
    .dfile label {
        font-weight: normal;
        margin-left: 6px;
        line-height: 42px;
        font-size: 15px;
    }
#lbCheckAll{margin:0;}
#btnUpload {
    float: right;
    margin-bottom: 15px;
}
#hCount{line-height:38px;}
#path{border-radius:0 4px 4px 0;}
#ulBucket .fa-trash {
    position: absolute;
    padding: 13px;
    cursor: pointer;
    right: 5px;
}
.bktime {
    color: #827d7d;
    float: right;
    margin-right: 25px;
}
#ulBucket li.active {
    background: #fff;
}
#lbEmpty {
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-weight: normal;
}
#ulBucket li {
    min-height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #ddd;
    padding: 0 5px;
    border-top: 1px solid #fff;
    cursor: pointer;
}
.tdEye {
    cursor: pointer;
    background: #f4eed6;
    text-align: center;
}
.tdRmFile{text-align:center; cursor:pointer}
.noready > div {
    display:none;
}
.noready #tryAgain{display:block;}
#tryAgain {
    text-align: center;
    padding: 200px;
}
    #tryAgain label {
        font-size: 30px;
        margin-bottom: 20px;
    }