﻿
.mod .tree-node-selected {
    background: none;
}

    .mod .tree-node-selected .tree-title {
        background: #ddd;
    }

/* 鏂囧瓧 */
.text-gray {
    color: #999;
}

.text-muted {
    color: #ccc;
}

.text-orange {
    color: #ec9e25;
}

.word-break {
    word-break: break-all;
    word-wrap: break-word;
}

.badge-green, .label-green {
    background-color: #10ca93;
}

.badge-orange, .label-orange {
    background-color: #ea7400;
}

.tree-node {
    position: relative;
}

    .tree-node .pull-right {
        position: absolute;
        top: 0;
        right: 0;
        text-indent: 0;
    }

    .tree-node .label {
        text-shadow: none;
    }

.folder-tree {
    max-height: 430px;
    overflow: auto;
}

.tree-folder {
    display: inline-block;
    background: url('/Assets/img/tree_folder.gif') no-repeat;
    width: 16px;
    height: 18px;
    vertical-align: middle;
}

.folder-tree .tree-file {
    display: inline-block;
    background: url('/Assets/img/tree-file.gif') no-repeat;
    width: 16px;
    height: 18px;
    vertical-align: middle;
}

.folder-tree .icon-folder {
    background: url("/Assets/img/tree-folder.gif") no-repeat scroll 0 0;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    width: 16px;
    margin-left: -2px;
}

.folder-tree .tree-folder-open {
    background: url('/Assets/img/tree-folder-open.gif') no-repeat;
}

.folder-tree .icon-folder-empty {
    background: url('/Assets/img/tree-folder-empty.gif') no-repeat;
}

span.treeflag {
    background: url("/Assets/img/flag.gif") no-repeat scroll 0 0;
    display: inline-block;
    height: 14px;
    width: 13px;
}

.cell-box {
    position: relative;
}

    .cell-box:hover .grid-action {
        display: block;
    }

.tree-node-hover:hover .flagbtn {
    position: relative;
    display: inline;
}


.grid-action-update {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.jlist-tree .jlist-item:hover .flagbtn {
    position: relative;
    display: inline !important;
}

.jlist-tree .jlist-item .pull-right {
        position: absolute;
        top: 0;
        right: 0;
        text-indent: 0;
    }
.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #00b7ee;
    padding: 4px 10px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.updateFile{
    text-align:center;
    width:40px;
    height:22px;
    padding: 1px 0 0  !important;
    vertical-align: middle;

}
.text-l-t {
  text-decoration: line-through;
}

/*文件 附件*/

.simple-file-uploader {
    padding-bottom: 20px;
}

    .simple-file-uploader .required {
        color: #CB5955;
        padding-right: 0;
        font-family: tahoma;
    }
    .simple-file-uploader .media-valmsg {
        padding-left: 30px;
        color: red;
    }
    .simple-file-uploader h5 {
        color: #333;
        font-size: 14px;
        margin-top: 0;
    }

    .simple-file-uploader .upload {
        padding: 15px 30px;
    }

        .simple-file-uploader .upload a {
            padding: 8px 25px;
            border-radius: 4px;
            margin-right: 10px;
            text-decoration: none;
        }

            .simple-file-uploader .upload a.primary {
                background: #00B7EF;
                color: #fff;
            }

                .simple-file-uploader .upload a.primary:hover {
                    background: #09a2d1;
                }

            .simple-file-uploader .upload a.sub {
                background: #e5f7fd;
                color: #00B7EF;
            }

                .simple-file-uploader .upload a.sub:hover {
                    color: #09a2d1;
                }

    .simple-file-uploader .detail {
        padding-left: 30px;
        padding-top: 15px;
        position: relative;
        line-height:20px;
    }

.simple-file-uploader .detail > div {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
}

        .simple-file-uploader .detail > .file-img .icon {
            width: 60px;
        }

        .simple-file-uploader .detail > .file-img img {
            width: 48px;
            height: 48px;
            display: block;
        }

        .simple-file-uploader .detail > .file-name .strong {
            font-size: 14px;
            color: #1F97D3;
            margin-right: 10px;
            max-width: 200px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            vertical-align: middle;
            font-weight: 400;
        }

        .simple-file-uploader .detail > .file-name .subname {
            color: #B0B0B0;
            display: inline-block;
            vertical-align: middle;
        }

            .simple-file-uploader .detail > .file-name .subname + .subname {
                border-left: 1px solid #B0B0B0;
                margin-left: 10px;
                padding-left: 10px;
            }

        .simple-file-uploader .detail > .file-name .buttons {
            padding-top: 7px;
        }

            .simple-file-uploader .detail > .file-name .buttons a {
                color: #B0B0B0;
                text-decoration: none;
                margin-right: 20px;
            }

                .simple-file-uploader .detail > .file-name .buttons a:hover {
                    color: #333;
                }

        .simple-file-uploader .detail + .detail {
            margin-top: 10px;
        }

        .simple-file-uploader .detail.passed:after {
            content: " ";
            display: block;
            width: 116px;
            height: 48px;
            position: absolute;
            left: 400px;
            z-index: 1;
            top: 10px;
            background: url(/Assets/img/sfu-a.png);
            background-repeat: no-repeat;
        }

        .simple-file-uploader .detail.failed:after {
            content: " ";
            display: block;
            width: 116px;
            height: 48px;
            position: absolute;
            left: 400px;
            z-index: 1;
            top: 10px;
            background: url(/Assets/img/sfu-b.png);
            background-repeat: no-repeat;
        }

    .simple-file-uploader:hover {
        background: #F7FDFD;
    }
.yellow {
    background-color: yellow;
    border: 1px solid #ffd800;
}

.select-files-upload table td {
    text-align:left !important;
}

.unauthorized:before {
    color: #fff0b8 !important;
    cursor: default;
}
.unauthorized {
    color: #999 !important;
    cursor: default;
}