g.type-TK > rect {
    fill: #00ffd0;
}

text {
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serf;
    font-size: 14px;
}

.node rect {
    stroke: #999;
    fill: #fff;
    stroke-width: 1.5px;
}

.edgePath path {
    stroke: #333;
    stroke-width: 1.5px;
}

.nodes > g, .edgeLabels > g {
    cursor: pointer;
}

/*
    start 标签样式
*/
.tags {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-bottom: 0px;
    color: #777;
    padding: 4px 6px;
    height: 150px;
}

#dw {
    position: absolute;
    left: 97px;
    top: 520px;
    border: 1px solid #d5d5d5;
    color: #777;
    padding: 4px 6px;
    background-color: #fff;
    border-top: 0px;
}

.tags:hover {
    border-color: #d5d5d5;
    outline: 0 none;
}

.tags[class*="span"] {
    float: none;
    margin-left: 0;
}

.tags input[type="text"], .tags input[type="text"]:focus {
    border: 0 none;
    box-shadow: none;
    display: inline;
    line-height: 22px;
    margin: 0;
    outline: 0 none;
    padding: 4px 6px;
}

.tags .tag {
    background-color: #009688;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 4px 22px 5px 9px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}

    .tags .tag .close {
        bottom: 0;
        color: #fff;
        float: none;
        font-size: 12px;
        line-height: 20px;
        opacity: 1;
        position: absolute;
        right: 0;
        text-align: center;
        text-shadow: none;
        top: 0;
        width: 18px;
    }

        .tags .tag .close:hover {
            background-color: rgba(0, 0, 0, 0.2);
        }

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}

    .close:hover, .close:focus {
        color: #000;
        cursor: pointer;
        opacity: 0.5;
        text-decoration: none;
    }

button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.tags .tag-warning {
    background-color: #ffb752;
}
/*
    标签样式 end
*/
