#transformation-section #canvas {
    position: relative;
}

#transformation-section #list-one {
    left: 0px;
    top: 0px;
}

#transformation-section #list-two {
    right: 0px;
    top: 0px;
    float: right;
}

#transformation-section /** JSPLUMB ARTEFACTS **/
#transformation-section .jtk-connector {
    z-index: 1;
}

#transformation-section .list {
    border: 1px solid #ccc;
    width: 250px;
    padding: 0 10px;
    display: inline-grid;
}

#transformation-section .list ul {
    overflow: auto;
    margin: 0;
    padding: 0;
}

#transformation-section .list li {
    background-color: #fff1c6;
    margin-bottom: 5px;
    height:22px;
}

#transformation-section .jtk-drag-active {
    background-color: #cbeae1 !important;
}

#transformation-section .jtk-drag-hover {
    background-color: #5c96bc !important;
    color: white;
}

#transformation-section [jtk-scrollable-list] {
    position: relative;
}

#transformation-section h5 {
    margin: 0;
    text-align: center;
}

#transformation-section div.jtk-overlay.aLabel {
    z-index: 1;
    background-color: #fff1c6;
}

#transformation-section .w {
    z-index: 4;
    padding: 3px 0px 0px 10px;
    border: 1px solid #2e6f9a;
    box-shadow: 2px 2px 19px #e0e0e0;
    -o-box-shadow: 2px 2px 19px #e0e0e0;
    -webkit-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-border-radius: 8px;
    border-radius: 8px;
    opacity: 0.8;
    background-color: white;
    font-size: 11px;
    -webkit-transition: background-color 0.25s ease-in;
    -moz-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in;
}

#transformation-section .w.s {
    cursor: e-resize;
}

#transformation-section .w.t {
    cursor: not-allowed;
}

#transformation-section .w:hover {
    background-color: #5c96bc;
    color: white;
}

#transformation-section .aLabel {
    -webkit-transition: background-color 0.25s ease-in;
    -moz-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in;
}

#transformation-section .aLabel.jtk-hover, .jtk-source-hover, .jtk-target-hover {
    background-color: #1e8151 !important;
    color: white;
}

#transformation-section .aLabel {
    user-select: none;
    background-color: white;
    opacity: 0.9;
    padding: 2px;
    border-radius: 0.5em;
    border: 1px solid #346789;
    cursor: pointer;
}

#transformation-section .ep {
    position: absolute;
    bottom: 37%;
    right: 5px;
    width: 1em;
    height: 1em;
    background-color: orange;
    cursor: pointer;
    box-shadow: 0 0 2px black;
    -webkit-transition: -webkit-box-shadow 0.25s ease-in;
    -moz-transition: -moz-box-shadow 0.25s ease-in;
    transition: box-shadow 0.25s ease-in;
}

#transformation-section .ep:hover {
    box-shadow: 0 0 6px black;
}

#transformation-section .statemachine-demo .jtk-endpoint {
    z-index: 3;
}

#transformation-section #opened {
    left: 10em;
    top: 5em;
}

#transformation-section #phone1 {
    left: 35em;
    top: 12em;
    width: 7em;
}

#transformation-section #inperson {
    left: 12em;
    top: 23em;
}

#transformation-section #phone2 {
    left: 28em;
    top: 24em;
}

#transformation-section #rejected {
    left: 10em;
    top: 35em;
}

#transformation-section .dragHover {
    border: 2px solid orange;
}

#transformation-section path, .jtk-endpoint {
    cursor: pointer;
}

#transformation-section .text-wrap.ui-select-container {
    max-width: 284px;
}

#transformation-section .text-wrap.ui-select-container .ui-select-match-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#transformation-section .jactive {
    background-color: #1e8151 !important;
    color: white;
}

#transformation-section .ui-select-match-item .close.ui-select-match-close {
    display: none !important;
}

.t-fs {
    transition: font-size .25s;
}

.t-fs-16:hover {
    font-size: 16px;
}

