.graphing-outer-container {
	position: absolute;
	bottom: 0;
	width: calc(100% - 250px);
	background-color: black;
    overflow: hidden;
    z-index: 5;
}

.graphing-outer-container .graph-container {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 26px 60px;
	padding-top: 0;
	padding-right: 0;
	background-color: rgba(0, 0, 0, 1);
}

.graph-container .plots-panel {
	position: absolute;
	top: 0;
	overflow: hidden;
}

.graph-container .plots-panel .plots-container {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 200%;
}

.graph-container .plots-panel .plots-container .line-segment {
	position: absolute;
	height: 2px;
	width: 1px;
	background-color: lavender;
}
.graph-container .plots-panel .plots-container .line-segment.zero-line {
	width: 100%;
	left: 0;
	height: 2px;
	// background-color: cornflowerblue;
	background-color: fuchsia;
}

.graph-container .y-axis-tick-lines-container {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.graph-container .y-axis-tick-lines-container .y-tick-line-container {
    position: absolute;
        
    box-sizing: border-box;
    
    left: 5px;
    width: 70px;
    padding-right: 25px;
    
    height: 12px;
    margin-top: -6px;    
    
    //overflow: hidden;
    white-space: nowrap;

    font-family: monospace;
    line-height: 12px;
    font-size: 10px;
    text-align: right;
    color: white;
}
.graph-container .y-axis-tick-lines-container .y-tick-line-container .tick-line {
    position: absolute;

    box-sizing: border-box;
    
    right: 5px;
    width: 15px;    
    
    height: 2px;
    top: 5px;

    border: none;
    border-top: 2px dashed red;
}

.graph-container .x-axis-tick-lines-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.graph-container .x-axis-tick-lines-container .x-tick-line-container {
	position: absolute;
	top: 0;
	left: 60px;
	box-sizing: border-box;
	width: cal(100% - 60px);
	height: 100%;
}
.graph-container .x-axis-tick-lines-container .x-tick-line-container .time-label {
	position: absolute;
	
	left: 0;
	width: 70px;
	margin-left: -35px;
	
	bottom: calc(26px - 15px);

	font-family: monospace;
	line-height: 12px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	color: white;
}

.graph-container .x-axis-tick-lines-container .x-tick-line-container .tick-line {
    position: absolute;
    box-sizing: border-box;

    top: 0px;
    height:  calc(100% - 26px);
    
    left: 0;
    width: 2px;
    margin-left: -1px;
    
    border: none;
    border-left: 2px dashed palevioletred;
    background-color: unset;
}

.graph-config-form {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;

    z-index: 6;
    
    width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 50px;
    max-height: calc(100% - 100px);

    background-color: black;
    font-family: monospace;
    font-size: 14px;
    color: lightgreen;

    padding: 12px 16px;
    padding-bottom: 16px;
    
    border: 3px solid;
    border-color: lightseagreen;
}

.graph-config-form .clickable {
	cursor: pointer;
}

.graph-config-form .add-new-graph-action-btn {
    display: inline-block;

    box-sizing: border-box;
    max-width: calc(100% - 40px);
    
    min-height: 38px;
    padding-bottom: 12px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 16px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    color: yellow;
}

.graph-config-form .add-new-graph-action-btn .num-graphs {
	font-size: 16px;
}

.graph-config-form .close-btn {
	position: absolute;
    right: 3px;
    top: 3px;
    line-height: 18px;
    font-family: monospace;
    font-size: 18px;
    color: gold;

    background: transparent;
    font-family: sans-serif;
    line-height: 32px;
    font-size: 32px;
}

.no-graphs-label {
	display: block;
	line-height: 36px;
    font-size: 18px;
	color: lavender;
}

.graph-config-form .graph-group-container {
    overflow: hidden;
    overflow-y: auto;
}

.graph-config-form .graph-group-container .graph-group {
    box-sizing: border-box;
    margin: 12px 0px;
    width: 100%;
    padding: 12px;
    border: 2px solid aqua;
}

.graph-config-form .graph-group-container .graph-group:first-child {
	margin-top: 0;
}

.graph-config-form .graph-group-container .graph-group:last-child {
	margin-bottom: 0;
}

.graph-config-form .graph-group-container .graph-group .remove-graph-action-btn {
	padding-bottom: 12px;
	color: hotpink;
}

.graph-config-form .graph-group-container .graph-group .add-new-plot-action-btn {
	padding-bottom: 12px;
}

.graph-config-form .graph-group-container .graph-group .graph-option-input-container {
	background-color: black;
	padding-bottom: 12px;
    font-family: monospace;
    font-size: 14px;
    color: white;
}
.graph-config-form .graph-group-container .graph-group .graph-option-input-container .input-label {
	color: palegoldenrod;
}
.graph-config-form .graph-group-container .graph-group .graph-option-input-container .graph-option-input {
	width: 50px;
	background-color: black;
	font-family: monospace;
    font-size: 12px;
    color: white;
}
.graph-config-form .graph-group-container .graph-group .graph-option-input-container .input-value-unit-label {
	font-size: 12px;
}

.graph-config-form .graph-group-container .graph-group .graph-option-input-container .graph-option-select {
	background-color: black;
	font-family: monospace;
	font-size: 12px;
	color: white;
}

.graph-config-form .graph-group-container .graph-group .plot-group {
	padding-top: 12px;
}
.graph-config-form .graph-group-container .graph-group .plot-group:first-child {
	padding-top: 0;
}

.graph-config-form .graph-group-container .graph-group .plot-group .plot-index {
	float: left;
	color: rgb(255, 244, 185);
}
.graph-config-form .graph-group-container .graph-group .plot-group .plot-config-inputs {
	margin-left: 35px;
	margin-bottom: 12px;
	color: white;
}
.graph-config-form .graph-group-container .graph-group .plot-group .plot-config-inputs:after {
	content: '';
	display: block;
    clear: both;
}
.graph-config-form .graph-group-container .graph-group .plot-group .plot-config-inputs .plot-config-input-group {
	float: left;
	position: relative;
	padding-left: 9px;
	padding-right: 9px;
}
.graph-config-form .graph-group-container .graph-group .plot-group .plot-config-inputs .plot-config-input-group:first-child {
	padding-left: 0;
}
.graph-config-form .graph-group-container .graph-group .plot-group .plot-config-inputs .plot-config-input-group:last-child {
	padding-right: 0;
}
.graph-config-form .graph-group-container .graph-group .plot-group .plot-config-inputs .plot-config-input-group:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    right: -0.5px;
    height: 100%;
    top: 0;
    background-color: white;
}
.graph-config-form .graph-group-container .graph-group .plot-group .plot-config-inputs .plot-config-input-group:last-child:after {
	display: none;
}
.graph-config-form .graph-group-container .graph-group .plot-group .plot-config-inputs .plot-config-input-group .value {
	color: gold; /* aqua */;
	padding-bottom: 6px;
}
.graph-config-form .graph-group-container .graph-group .plot-group .plot-config-inputs .plot-config-input-group .plot-option-select {
	background-color: black;
	font-family: monospace;
	font-size: 12px;
	color: white;
}

.graph-config-form .graph-group-container .graph-group .plot-group .remove-plot-action-btn {
	margin-left: 35px;
	padding-bottom: 0;
	color: rgb(244 183 213);
}

.plot-value-summary-container {
	font-family: monospace;
	font-size: 12px;
	line-height: 14px;
	color: white;
}

.plot-value-summary-container .plot-values-group {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width: 265px;
	padding-right: 16px;
	padding-bottom: 16px;
}

.plot-value-summary-container .plot-value-group .plot-id-item {
	display: inline-block;
	vertical-align: top;
}

.plot-value-summary-container .plot-value-group .plot-value-items {
	display: inline-block;
}