#efContainer {
    position: relative;
    overflow: scroll;
    flex: 1;
}

.ef-tooltar {
    padding-left: 10px;
    box-sizing: border-box;
    height: 42px;
    line-height: 42px;
    z-index: 3;
    border-bottom: 1px solid #DADCE0;
}

.jtk-overlay {
    cursor: pointer;
    color: #4A4A4A;
}


.ef-node-pmenu {
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    width: 225px;
    display: block;
    font-weight: bold;
    color: #4A4A4A;
    padding-left: 5px;
}

.ef-node-pmenu:hover {
    background-color: #E0E0E0;
}

.ef-node-menu-li {
    color: #565758;
    width: 80px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    border: 1px dashed #606266;
    margin: 15px 0 5px 0;
    padding: 5px 5px 5px 8px;
    border-radius: 5px;
}

.ef-node-menu-li:hover {
    cursor: move;
    background-color: #F0F7FF;
    border: 1px dashed #1879FF;
    padding-left: 5px;
}

.ef-node-menu-ul {
    list-style: none;
    padding-left: 20px
}

.ef-node-left-ico:hover {
    cursor: crosshair;
}

.jtk-overlay.flowLabel:not(.aLabel) {
    padding: 4px 10px;
    background-color: white;
    color: #565758 !important;
    border: 1px solid #E0E3E7;
    border-radius: 5px;
}

.ef-dot {
    background-color: #1879FF;
    border-radius: 10px;
}

.ef-dot-hover {
    background-color: red;
}

.ef-rectangle {
    background-color: #1879FF;
}

.ef-rectangle-hover {
    background-color: red;
}

.ef-drop-hover{
    border: 1px dashed #1879FF;
}
