
.legend-ied-name {
  /*border: thin solid gray;
  border-radius: .5em;
  padding: .1em .5em;*/
  position: relative;
  /*left: -.4em;
  margin-bottom: .1em;*/
}

.legend-ied-name::before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    content: "\f233  ";
}

/*.legend-ied-name-li {
  margin-bottom: 5px;
}*/

.legend-control-block-name::before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    content: "\f0a1  ";
}

.legend-control-block-name.simulated::after {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    content: " \f085  ";
}

.legend-control-block-name.simulated {
    background: repeating-linear-gradient( 45deg, rgba(244, 217, 66,0.5), rgba(244, 217, 66,0.5) 10px, rgba(102, 102, 102,0.5) 10px, rgba(102, 102, 102,0.5) 20px );
}

.legend-data-object-name::before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    content: "\f1c0  ";
    vertical-align: top;
}

/*dygraph-rangesel-fgcanvas canvas {
    padding-left: 250px;
    position: fixed;
}*/

/*#x_axis_container {
    padding-left:150px;
}*/
#svr-dygraph .dygraph-legend {
    padding: 0;
    border-radius: 0;
    border: none;
    max-width: 220px;
    min-height: 165px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0) !important;
    
}
#svr-dygraph .dygraph-legend span {
    font-weight: normal !important;

}
#svr-dygraph .dygraph-legend>span {
    display: flex;
    justify-content: flex-end;
}
#svr-dygraph .dygraph-legend>span>b {
    visibility: hidden;
    flex-grow: 0;
    
}
.dygraph-legend__value {
    flex-grow: 1;
    text-align: end;
    /* margin-left: auto; */
    background-color: rgba(255, 255, 255, 0.93);
}