﻿
html, body {
    height: 100%;
}
#cy {
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
    background-color: #fafafa;
}
#top {
    display: flex;
    position: absolute;
    height: 65px;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 1000;
}
#leftPanel {
    position: relative;
    padding: 15px;
    top: 70px;
    border-right: 1px solid #ccc;
    height: auto;
    float: left;
    width: 25%;
    overflow: scroll;
    max-height: calc(100vh - 100px) !important;
}
#rightpanel {
    position: relative;
    padding: 15px;
    top: 70px;
    border-right: 1px solid #ccc;
    height: calc(100vh - 70px);
    float: right;
    width: 74%;
}
#logo {
    color: #3270d1;
    position: fixed;
    width: 72px;
    left: 0;
    top: 0;
    height: 59px;
    padding: 10px;
    text-align: center;
}
button {
    background: none;
    border: none;
    padding: 10px;
}
.boxIcon {
    width: 97px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    color: #0b78d9;
    padding: 5px;
    border-right: 1px solid #d9e3f4;
}
#box-top {
    width: 90%;
    display: flex;
    margin: 0px auto;
    flex-direction: column;
    padding-top: 5px;
}
#box-top1 {
    font-size: 19px;
    color: #106dc1;
}
#box-top2 {
    display: flex;
    height: 30px;
    color: #0a3980;
    line-height: 7px;
}
#svDesignZone {
    display: flex;
    position: fixed;
    width: 60%;
    top: 0px;
    justify-content: flex-end;
    z-index: 1000 !important;
    right: 0;
    height: 65px;
    padding: 6px;
}
.box {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    background: #fefff8;
    height: auto;
    width: 100%;
    overflow: hidden; margin:10px auto;
}
.boxcols span {
    border: 1px solid #ddd;
    margin-left: 6px;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    background: #fff; margin-top:5px; float:left;
}
.lsCols .btn {
    width: 96%;
    height: 33px;
    border: 1px solid #ddd; text-align:left;
    background: #fff;
}
.ref {
    border-left: 3px solid #ff7f32 !important;
}
.lsCols .btn i {
    position: absolute;
    padding: 3px;
    right: 5px;
    color: #f18e68;
    font-size: 9px;
}
.btn.relations {
    background: #fffaf1;
}
.btn:focus{outline:none}
    .box p {
    position: relative;
    font-weight: bold;
}
.box:hover span.fas.fa-times{display:block;}
span.fas.fa-times {
    float: right;
    cursor: pointer;
    display: none;
}
.boxTail {
    height: 23px;
    margin-top: 11px;
    font-size: 10px;
    padding: 6px;
    text-align: right; margin-bottom:16px;
}
.UI-DROP li:hover{background:#f9f9f9;}
.UI-DROP li {
    min-height: 35px;
    padding: 8px;
    border-bottom: 1px dashed #ddd;
}
.UI-DROP ul{width:100%; max-height:300px; overflow:scroll;}
#zone1 > div {
    margin-top: 14px;
}
.lsCols button.active {
    background: #7093cf;
    color: #fff;
}
.more,.play {
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 2px;
    background: #d9e3f4;
    padding: 5px 6px;
    border-radius: 4px;
}
.play {
    right: 28px;
    color: #664343;
}
.lsCols {
    width: 100%;
    position: relative;
    height: auto;
    float: left;
    display: none;
    grid-template-columns: 50% 50%;
    gap: 4px 1px;
    text-align: left;
    background: #d9e3f4;
    padding: 8px 8px 11px 3px;
    
}
.box.open .lsCols{display:grid}
.box.open .boxTail .btn{display:block;}
.boxTail .btn {
    padding: 2px 8px; display:none; position:relative;
    font-size: 12px;
}
.boxTail p {
    height: 29px;
    position: relative; width:100%; float:left;
    padding: 5px;
}
.rowKey,.rowAlias {
    padding: 3px 6px;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
}
.rowKey {
    background: #e3482f;
}
.rowAlias {
    background: #558bd0;
}
.boxT {
    float: left;
    width: 100%;
    margin-bottom: 3px;
    padding: 7px;
}