.demo {
    /* for IE10+ touch devices */
    touch-action:none;
}

/** ELEMENT POSITIONS **/
#dragDropWindow1 { top:76px;left:100px; }
#dragDropWindow2 { top:148px; left:600px; }
#dragDropWindow3 { top:340px; left:100px; }
#dragDropWindow4 { top:416px; left:600px; }

/** ELEMENTS **/
.drag-drop-demo .window {
    font-family: serif;
    font-style: italic;
    background-color: white;
    border: 1px solid #346789;
    text-align: center;
    z-index: 24;
    cursor: pointer;
    box-shadow: 2px 2px 19px #aaa;
    -o-box-shadow: 2px 2px 19px #aaa;
    -webkit-box-shadow: 2px 2px 19px #aaa;
    -moz-box-shadow: 2px 2px 19px #aaa;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    position: absolute;
    color: black;
    width: 140px;
    line-height: 12px;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in;
    -moz-transition: -moz-box-shadow 0.15s ease-in;
    -o-transition: -o-box-shadow 0.15s ease-in;
    transition: box-shadow 0.15s ease-in;
    max-height: 140px;
    height: auto;
    padding: 15px 0;
}

.window:hover {
    border:1px solid #123456;
    box-shadow: 2px 2px 19px #444;
    -o-box-shadow: 2px 2px 19px #444;
    -webkit-box-shadow: 2px 2px 19px #444;
    -moz-box-shadow: 2px 2px 19px #fff;
    opacity:0.9;
}


.drag-drop-demo a, .drag-drop-demo a:visited {
    color:#057D9F;
}

.drag-drop-demo a:hover {
    color:orange;
}

/** LINKS IN WINDOWS **/
.drag-locked { border:1px solid red; }
.cmdLink { font-size:0.80em;}

/** DRAG/DROP CLASSES **/
.dragActive { border:2px dotted orange; }
.dropHover { border:1px dotted red; }

/** INFO WINDOW **/
#list {
    text-align: center;
    display: none;
    font-size: 90%;
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    top: 4px;
    background-color: white;
    padding: 5px;
    border: 1px solid #456;
    opacity: 0.8;
    border-radius: 8px;
    color: #444;
}
#list table { width:100%;}
#list table th, #list strong { color:black; font-size:12px; text-align: center; }

path, .jsplumb-endpoint { cursor:pointer; }

.share-percentage{
    width: 50%;
    text-align: center;
}
.jtk-demo-main {

    border: 1px solid #CCC;
    background-color: white;
}
.canvas_full_screen{
    transition: 1s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.shareValueDiv{
    position: relative;
    display: inline-block;
    width:auto;
    margin: 0;
}

.shareValueDiv .Currency {
    max-width: 125px;
    overflow-x: auto;
}

.shareValueDiv input.share_number{
    display: none;
    text-align: left !important;
    padding-left: 4px;
    background:none;
}

.clearfixUpDown::before, .clearfixUpDown::after {
    content: "";
    clear: both;
    display: table;
  }

.jtk-demo-canvas .hide_item {
    display: none !important;
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: large;
}

.jtk-demo-canvas .hide_item:hover {
    color: #659be0;
}

.bootbox-body ul.budget_sources li {
    list-style: disc;
}

.jtk-demo-main #show_all_items {
    display: none !important;
}