/*  Document Name: cktconnection_schmittrigger.css
    Created on : 31 Aug, 2020
    Author     : Sukriti Dhang
*/
  
.demo {
    /* for IE10+ touch devices */
    touch-action:none;
}

.jtk-demo-canvas {    
    height:550px;
    /*max-height:700px;
    border:1px solid #CCC;
    background-color:white;*/
    display: flex;
    position:absolute;
    top:5px;
}
.canvas-wide {
    margin-left:0;
}

/** JSPLUMB ARTEFACTS **/
.jtk-overlay {
    z-index: 51;
}

.jtk-endpoint {
    z-index: 50;
    cursor: move;
}

.jtk-connector {
    z-index: 1;
}

/** ELEMENTS **/
.littledot
{
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-image: url(littledot.png);
    z-index: 5;
    position: absolute;
    border-radius: 31px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.cmdLink detach{
  margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}


.littledot-hover-hover {
    border: 2px solid orange;
}

.dropHover {
    border: 1px solid orange;
}

/** ELEMENT POSITIONS **/
#ld1 {
 position: absolute;
    top: 95px;
    left: 7px;
}



#ld3 {
 position: absolute;
    top:70px;
    left:95px;
}

#ld4 {
 position: absolute;
    top: 70px;
    left:195px;;
}
#ld5 {
 position: absolute;
    top:70px;
    left:280px;
}


#ld6 {
 position: absolute;
    top:105px;
    left:285px;
}

#ld7 {
 position: absolute;
    top: 20px;
    left: 60px;
}

#ld8 {
 position: absolute;
    top: 85px;
    left:455px;
   
}

#ld9 {
 position: absolute;
    top:140px;
    left:5px;
}
#ld11 {
 position: absolute;
    top:160px;
    left:240px;
}
#ld13 {
 position: absolute;
    top:250px;
    left:240px;
}
#ld14 {
 position: absolute;
    top:152px;
    left:320px;
}
#ld15 {
 position: absolute;
    top:152px;
    left:420px;
}
#ld16 {
 position: absolute;
    top:270px;
    left:150px;
}
#ld12 {
 position: absolute;
    top: 185px;
    left: 5px;
    
}
path, .jtk-endpoint {
    cursor: pointer;
}
