#file-container{
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

#file-list {

    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding-left: 5px;
    padding-top: 5px;
}


#file-list .file-title a {
    color: #666;
    font-size: 0.8rem;
}

#file-list .control-btn {

    padding-left: 0.188rem;

}
 

#file-list dl {
    display: flex;

}

.file-modal .modal-header {

    text-align: left;
}


.file-modal .modal-content {

    border: 0.15rem solid #333;
}

.file-modal .modal-footer {
    border-top: inherit;

}

.file-modal .btn-close {
    position: absolute;
    right: 25px;
    top: 25px;

}

#checkPassModal .secret-bg {
    background: url(/images/board/popup-lock-icon.png) no-repeat 1.3rem 0.3rem;
    padding: 0 0 0 75px;
}

#editFileModal .fileadd-bg {
    background: url(/images/board/popup-file-icon.png) no-repeat 8px 0.18rem;
    padding: 0 0 0 75px;
}

#createFileModal .fileadd-bg {
    background: url(/images/board/popup-file-icon.png) no-repeat 8px 0.18rem;
    padding: 0 0 0 75px;
}

#deleteFileModal .listdel-bg {
    background: url(/images/board/popup-listdel-icon.png) no-repeat 8px 0.18rem;
    padding: 10px 0 10px 75px;
}

.edit-file-btn {
    background: #666;
    color: #fff;
    font-size: 0.75rem;
    line-height: 0.75rem;
}


.edit-file-btn:hover {
    background: #000000;
    color: #fff;
}

.delete-file-btn {
    background: #f0834e;
    color: #fff;
    font-size: 0.75rem;
    line-height: 0.75rem;
}

.delete-file-btn:hover {
    background: #000000;
    color: #fff;
}

.create-file-btn {
    background: #444;
    color: #fff;
    font-size: 0.75rem;
    line-height: 0.75rem;
    
}

.create-file-btn:hover {
    background: #00a5d7;
    color: #fff;
    border-color: #00a5d7;
}

.comment-modal .modal-content {

    border: 0.15rem solid #333;
}

.comment-btn {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background: #fff;
    color: #666;
    padding: 3px 5px;
}

#deleteCommentModal .listdel-bg {
    background: url(/images/board/popup-listdel-icon.png) no-repeat 8px 0.18rem;
    padding: 10px 0 10px 75px;
}

.comment-textarea{
    font-size: 0.8rem;


}