/* ---------------------------------------------------------------------------------------------------- */
/* --- page structure --------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

/*.jtk-bootstrap {*/
/*    min-height:100vh;*/
/*    display:flex;*/
/*    flex-direction: column;*/
/*}*/

/*.jtk-bootstrap .jtk-page-container {*/
/*    display:flex;*/
/*    width:100vw;*/
/*    justify-content: center;*/
/*    flex:1;*/
/*}*/

/*.jtk-bootstrap .jtk-container {*/
/*    width: 60%;*/
/*    max-width:800px;*/
/*}*/

/*.jtk-bootstrap-wide .jtk-container {*/
/*    width: 80%;*/
/*    max-width:1187px;*/
/*}*/

.jtk-demo-main {
    position: relative;
    display:flex;
    flex-direction:column;
}

/*.jtk-demo-main .description {*/
/*    font-size: 13px;*/
/*    margin-top: 25px;*/
/*    padding: 13px;*/
/*    margin-bottom: 22px;*/
/*    background-color: #f4f5ef;*/
/*}*/

/*.jtk-demo-main .description li {*/
/*    list-style-type: disc !important;*/
/*}*/



.canvas-wide {
    margin-left:0;
}

.miniview {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
}


.jtk-demo-dataset {
    text-align: left;
    max-height: 600px;
    overflow: auto;
}

.demo-title {
    float:left;
    font-size:18px;
}



.controls i {
    border-radius: 4px;
    cursor: pointer;
    margin-right: 4px;
    padding: 4px;
}

/* ------------------------ node palette -------------------- */

.sidebar {
    /*margin:0;*/
    /*padding:10px 0;*/
    /*background-color: white;*/
    /*display:flex;*/
    /*flex-direction:column;*/
    /*border: 1px solid #CCC;*/
    /*align-items: center;*/
    /*height: 700px;*/
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
}



button.sidebar-item {
    cursor:pointer;
    width:150px;
}

.sidebar select {
    height:35px;
    width:150px;
    outline:none;
}

.sidebar-item.katavorio-clone-drag {
    margin:0;
    border:1px solid white;
}



/*
.sidebar button {
    background-color: #30686d;
    outline: none;
    border: none;
    margin-left: 25px;
    padding: 7px;
    color: white;
    cursor:pointer;
}*/

.sidebar i {
    float:left;
}

@media (max-width: 600px) {
    .sidebar {
        float:none;
        height: 55px;
        width: 100%;
        padding-top:0;
    }

    .sidebar ul li {
        display:inline-block;
        margin-top: 7px;
        width:67px;
    }
    .jtk-demo-canvas {
        margin-left: 0;
        margin-top:10px;
        height:364px;
    }
}

/* ---------------------------------------------------------------------------------------------------- */
/* --- jsPlumb setup ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

.jtk-surface-pan {
    display:none;
}

.jtk-connector {
    /*z-index:9;*/
}

.jtk-connector:hover, .jtk-connector.jtk-hover {
    /*z-index:10;*/
}

.jtk-endpoint {
    z-index:12;
    opacity:0.8;
    cursor:pointer;
}

/*.jtk-overlay {*/
/*    background-color: white;*/
/*    color: #434343;*/
/*    font-weight: 400;*/
/*    padding: 4px;*/
/*    z-index:10;*/

/*}*/

.jtk-overlay.jtk-hover {
    color: #434343;
}

.delete {
    /*padding: 2px;*/
    /*cursor: pointer;*/
    /*float: left;*/
    /*font-size: 10px;*/
    /*line-height: 20px;*/
}

.add, .edit {
    cursor: pointer;
    float:right;
    font-size: 10px;
    line-height: 20px;
    margin-right:2px;
    padding: 2px;
}

.edit:hover {
    color: #ff8000;
}

.selected-mode {
    color:#E4F013;
}

.connect {
    /*width:10px;*/
    /*height:10px;*/
    /*background-color: #3a41f7;*/
    /*position:absolute;*/
    /*bottom: 13px;*/
    /*right: 5px;*/
}

/* header styles */

.demo-links {
    position: fixed;
    right: 0;
    top: 57px;
    font-size: 11px;
    background-color: white;
    opacity: 0.8;
    padding-right: 10px;
    padding-left: 5px;
    text-transform: uppercase;
    z-index:100001;
}

.demo-links div {
    display:inline;
    margin-right:7px;
    margin-left:7px;
}

.demo-links i {
    padding:4px;
}

.jtk-node {
    /*background-color: #5184a0;*/
    /*border-radius: 4px;*/
    /*cursor: pointer;*/
    /*font-size: 12px;*/
    /*position: absolute;*/
    /*z-index: 11;*/
    /*overflow: hidden;*/
    /*min-width:80px;*/
    /*min-height:30px;*/
    /*width: auto;*/
}

.jtk-node .name {
    color: white;
    cursor: move;
    font-size: 13px;
    line-height: 24px;
    padding: 6px;
    text-align: center;
}

.jtk-node .name span {
    cursor:pointer;
}
