.heightgraph-container {
    background-color: rgba(250,250,250,.5);
    border-radius: 10px;
    display: none;
    opacity: 1;
    cursor: default;
    user-select: none;
    font-family: Varela Round,  sans-serif;
}

.heightgraph-toggle {
    cursor: pointer;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .4);
    border-radius: 5px;
    width: 28px;
    height: 28px;
    background: #f8f8f9;
    display: none;
}

.heightgraph-toggle-icon {
    background: url(../images/area-chart.svg) no-repeat center center;
    background-size: 20px 20px;
    width: 26px;
    height: 26px;
    position: absolute;
    display: none;
}

.heightgraph-close-icon {
    background: url(../images/remove.svg) no-repeat center center;
    background-size: 20px 20px;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    display: none;
    cursor: pointer;
}
.horizontalLine{
    stroke: none;
}

.border-top {
    fill:  none;
    stroke: #729fcf;
    stroke-width: 1px;
}

.legend-hover {
	fill: #0728f8;
    cursor: pointer;
}

.legend-text {
    fill: #000000;
    font-size: 10px;
    cursor: pointer;
}

 .tick text {
    fill: #0000ff;
    pointer-events: none;
}

.tick {
    fill: #5c9408;
    pointer-events: none;
}
.axis .tick line {
    stroke: #5c9408;
    fill:   #5c9408;
    /*visibility: hidden;*/
    pointer-events: none;
}

.UnitText {
	fill: #0000ff;
	font-size: 12px;
	font-weight: bold;
    pointer-events: none;
}

.axis path {
    stroke: #66a608;
    fill: none;
    stroke-width: 2px;
    shape-rendering: crispEdges;
    pointer-events: none;
}

.focusbox {
    display: none;
    font-size: 10px;
    fill: #0728f8;
    pointer-events: none;
}

.focusbox rect {
    fill: rgba(255, 255, 255, 0.8);
    stroke-width: 1px;
    stroke: #888;
    pointer-events: none;
}

.focusbox text {
    font-size: 12px;
}

.focusLine line {
    stroke-width: 1px;
    stroke: #0728f8;
    display: none;
    cursor: default;
    shape-rendering: crispEdges;
}

.height-focus.label rect {
    fill: rgba(255, 255, 255, 0.9);
    stroke-width: 1px;
    stroke: #888;
    pointer-events: none;
    shape-rendering: crispEdges;
}

.height-focus.label {
    font-size: 10px;
    fill: #295d1a;
    pointer-events: none;

}

.height-focus.line {
    stroke: #008000;
    stroke-width: 2px;
    shape-rendering: crispEdges;
}

.height-focus.circle {
    stroke: #FFF;
    stroke-width: 2px;
    fill: rgba(245, 6, 6, 0.959);
}


.mouse-height-box-text{
    font-size: 12px;
}
.mouse-drag {
    fill: rgba(4, 111, 252, 0.425);
    opacity: 0.4;
}
.grid .tick {
    pointer-events: none;
}

.grid .tick line {
    stroke: #EEE;
    stroke-width: 1px;
    shape-rendering: crispEdges;
}

.grid path {
    stroke-width: 0;
    pointer-events: none;
}

.tspan {
    font-weight: bold;
}

.select-symbol {
    cursor: pointer;
}

.select-info {
    cursor: default;
}

.lineSelection {
    cursor: move;
}
