html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#simulator-canvas {
    marigin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.status-panel {
    z-index: 3;
    height: 100vh;
    overflow-y: auto;
}

#info {
    /*max-height: 100%;*/
}

#chart {
    height: 100%;
}

#chart .ct-line {
    stroke-width: 1px;
    stroke-opacity: 0.8;
}

#chart .ct-label {
    font-weight: bold;
}

#chart-container {
    background-color: rgba(216, 220, 225, 0.8);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
}

#chart-title {
    font-weight: bold;
    font-size: large;
    color: #6c757d;
    width: 100%;
    text-align: center;
}

/*
左侧 操作侧边栏宽度。 左侧修改右侧也需要修改
*/
.width-clo-2 {
    flex: 0 0 28% !important;
    max-width: 28% !important;
}
/*
右侧 显示区域宽度
*/
.width-clo-10 {
    flex: 0 0 72% !important;
    max-width: 72% !important;
}
.this-text-center{
    text-align: center !important;
}
