﻿div.level0 {
    border: solid 2px black;
    width: 690px;
    min-height: 200px;
    position: absolute;
    left: 40px;
    top: 25px;
}

div.level1 {
    border: solid 2px black;
    width: 690px;
    min-height: 200px;
    position: absolute;
    left: 85px;
    top: 55px;
    background-color: white;
    padding-bottom: 10px;
}

div.level2 {
    border: solid 2px black;
    width: 690px;
    min-height: 200px;
    position: absolute;
    left: 130px;
    top: 85px;
    background-color: white;
    padding-bottom: 10px;
}

div.level3 {
    border: solid 2px black;
    width: 690px;
    min-height: 200px;
    position: absolute;
    left: 175px;
    top: 115px;
    background-color: white;
    padding-bottom: 10px;
}

div.level4 {
    border: solid 2px black;
    width: 690px;
    min-height: 200px;
    position: absolute;
    left: 220px;
    top: 145px;
    background-color: white;
    padding-bottom: 10px;
}

div.titleLabel {
    border: solid 2px black;
    position: relative;
    top: -15px;
    left: 100px;
    width: 605px;
    background-color: white;
    padding: 0px 10px;
}

div.frameInfo {
    border: solid 2px black;
    width: 800px;
    padding: 5px 10px;
    position: absolute;
    left: 40px;
    top: 400px;
    background-color: white;
}

div.hidden {
    visibility: hidden;
}

div.visible {
    visibility: visible;
}

div.col > button.addButton {
    padding: 0px;
    margin-left: 10px;
    border: hidden;
    background-color: white;
}


div.collapseLine > button.addButton {
    display: none;
}

div.collapseLine:hover > button.addButton {
    display: block;
    padding: 0px;
    margin-left: 10px;
    border: hidden;
    background-color: lightgray;
}

div.collapseLine {
    height: 8px;
    width: 50px;
    background-color: darkgrey;
}

    div.collapseLine:hover {
        height: 30px;
        background-color: lightgray;
    }

div.collapseLineDriven {
    height: 8px;
    background-color: lightgray;
}

div.line {
    margin-top: 6px;
    width: 100%;
}

div.lineRight {
    margin-top: 6px;
    width: 100%;
    display: flex;
    justify-content: end;
}

button.cmd {
    margin: 0 10px;
}

button.close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

.flowmax {
    max-height: 370px;
}

td.addElem {
    height: 5px;
}

div.display {
    display: block;
}

.col-checkbox {
    flex: 0 0 auto;
    width: 60px;
}

.modal {
    top:57px;
    left: 250px;
}

.lastHelper {
    width: 0;
    height:0;
    border: 0px;
    padding: 0;
    margin:0;
}
.icon {
    width: 16px;
    height: 16px;
    padding: 0px;
    margin-left: 10px;
    border: hidden;
    background-color: transparent;
}
