﻿rect {
    stroke-width: 2;
    stroke-miterlimit: 10;
}

line {
    stroke: lightgray;
    stroke-width: 2;
    stroke-miterlimit: 10;
    z-index: 1;
}

text {
    fill: lightgray;
    font-family: arial;
    font-size: large;
}

span {
    fill: orange;
    font-family: arial;
    font-size: large;
}

select {
    font-size: medium;
    width: fit-content;
}

select option {
    background: rgba(0, 0, 0, 0.3);
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    font-size:25pt;
    font-weight:500;
}

.graphTitle {
    font-family: arial;
    font-size: xx-large;
    font-weight: 400;
}

.graphSubTitle {
    fill: gray;
    font-size: large;
    font-weight: 200;
}

.parameterTitle {
    text-decoration: dashed;
}

.xAxis {
    stroke-width: 6;
}

.yAxis {
    stroke-width: 6;
}

.axisText {
    font-size:14pt;
}

.textlabel {
    font-size: 12pt;
}

.nodelabel {
    font-size: medium;
}

.nodeunits {
    font-size: small;
}

.legendLabel {
    /*transform-origin: unset;
                            transform: rotate(45deg);*/
    fill: white;
}

.suffix {
    fill: grey;
    font-size: small;
}

.barLabel {
    font-size: large;
    fill: rgb(50, 50, 50);
}

.irrbarLabel {
    font-size: x-large;
    fill: white;
}


.range1, .lightpurple {
    fill: rebeccapurple;
    stroke: rebeccapurple;
}

.range2, .darkblue {
    fill: darkblue;
    stroke: darkblue;
}

.range3, .darkorange {
    fill: orangered;
    stroke: orangered;
}

.range4, .midnightblue {
    fill: midnightblue;
    stroke: midnightblue;
}

.range5, .orange {
    fill: orange;
    stroke: orange;
}

.range6 {
    fill: dimgray;
    stroke: dimgray;
}

.darkgray {
    fill: rgb(50,50,50);
    stroke: rgb(50,50,50);
}

.range7, .blackGreenBorder {
    fill: black;
    stroke: darkgreen;
    opacity: 0.95;
}

.range8, .darkred {
    fill: darkred;
    stroke: darkred;
}

.range9, .limegreen {
    fill: yellowgreen;
    stroke: yellowgreen;
}

.range10, .purple {
    fill: mediumpurple;
    stroke: mediumpurple;
}

.range11, .darkgreen {
    fill: darkgreen;
    stroke: darkgreen;
}

.olivegreen {
    fill: olive;
    stroke: olive;
}

.drabolive {
    fill: olivedrab;
    stroke: olivedrab;
}

.range12 {
    fill: black;
    stroke: darkblue;
}

.red {
    fill:red;
    stroke:red;
}

.mauve {
    fill: magenta;
    stroke: magenta;
}

.range19 {
    fill: yellowgreen;
    stroke: darkgreen;
    stroke-width: 3;
    z-index: 5;
}

.range20 {
    fill: pink;
    stroke: pink;
    stroke-width: 0.5pt;
}

.range21 {
    fill: deeppink;
    stroke: deeppink;
    stroke-width: 0.5pt;
}

.range29 {
    opacity: 0.05;
    fill: darkblue;
    stroke: blue;
    stroke-width: 1;
}

.axis {
    stroke: white;
    stroke-width: 3px;
}

.axisGuide {
    stroke: dimgrey;
    stroke-width: 2px;
    stroke-dasharray: 5 5 5 5;
}

.graphTitle {
    font-family: arial;
    font-size: xx-large;
    font-weight: 400;
}

.graphSubTitle {
    fill: gray;
    font-size: large;
    font-weight: 200;
}

.parameterTitle {
    font-family: arial;
    font-size: xx-large;
    font-weight: 400;
}

.parameterSubTitle {
    fill: gray;
    font-size: large;
    font-weight: 200;
}

.line1 {
    stroke: midnightblue;
    stroke-width: 3px;
    fill: none;
}

.line2 {
    stroke: orange;
    stroke-width: 3px;
    fill: none;
}

.line3 {
    stroke: green;
    stroke-width: 3px;
    fill: none;
}

.line4 {
    stroke: purple;
    stroke-width: 1px;
    fill: none;
}

.line5 {
    stroke: darkred;
    stroke-dasharray: 5 5 5 5;
    stroke-width: 2px;
    fill: none;
}

.line6 {
    stroke: red;
    stroke-width: 2px;
    fill: none;
}

.lineGrey {
    stroke: rgba(255,165,0,0.35);
    stroke-width: 4px;
    fill: none;
}

.areaGreen {
    fill: darkgreen;
    opacity: 0.1;
}


polyline {
    opacity: 0.8;
}

.area1 {
    stroke: blue;
    stroke-width: 0px;
    fill: midnightblue;
}

.area2 {
    stroke: orange;
    stroke-width: 0px;
    fill: orange;
}

.area3 {
    stroke: green;
    stroke-width: 0px;
    fill: darkgreen;
}

.area4 {
    stroke: purple;
    stroke-width: 0px;
    fill: purple;
}

.area5 {
    stroke: red;
    stroke-width: 0px;
    fill: darkred;
}

.area6 {
    stroke: darkorange;
    stroke-width: 0px;
    fill: darkorange;
}

.xAxisLabel {
    font-size: large;
    /*fill: gray;*/
}

.nextdate {
    stroke: rgb(10,10,10);
    stroke-width: 1px;
    fill: rgb(20,20,20);
    opacity: 0.250;
}

    .nextdate:hover {
        cursor: grab;
        opacity: 0.9;
    }

.infoWindoSvg {
    height: 100px;
    padding: 0;
    margin: 0 auto 0 auto;
}

.shrinkLogo {
    stroke: rgb(80,80,80);
}

.shrinkButton {
    stroke: none;
    stroke-width: 0;
    fill: black;
    opacity: 0.95;
}

    .shrinkButton:hover {
        cursor: grab;
        opacity: 0.9;
    }

#myProgress {
    width: 100%;
    background-color: rgb(50,50,50);
    vertical-align: bottom;
}

#myBar {
    width: 1%;
    height: 5px;
    background-color: darkgreen;
}

.DistributionBoard {
    fill: lightgray;
    stroke: darkgray;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.dbLabel {
    fill: #4d4d4d;
    font-family: Arial-BoldMT, Arial;
    font-size: 22px;
}

.EssentialLine {
    fill: none;
    stroke: #662d91;
    stroke-linejoin: round;
    stroke-width: 6px;
}

.WhiteLabel {
    font-family: Arial;
    font-size: 18px;
    fill: white;
}

.CircuitLabel {
    font-family: Arial-BoldMT, Arial;
    font-size: 16px;
    fill: Black;
}

.sunsynkInverter {
    fill: antiquewhite;
    stroke: darkgray;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.displayScreen {
    fill: darkgray;
    stroke: darkgray;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.LiveRedLine {
    fill: none;
    stroke: #c80000;
    stroke-linejoin: round;
    stroke-width: 6px;
    marker-end: url(#redarrowhead);
}

.LivePurpleLine {
    fill: none;
    stroke: rebeccapurple;
    stroke-linejoin: round;
    stroke-width: 6px;
    marker-end: url(#purplearrowhead);
    /*stroke-dasharray: 40;
    animation: dash 60s linear reverse;*/
}

@keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}

.statusCircle{
    stroke: gray;
    stroke-width: 1px;
    fill: darkgray;
}

.batteryPath {
    fill: rgb(60, 60, 60);
    stroke: rgb(40, 40, 40);
    stroke-miterlimit: 10;
}

.batteryFull {
    fill: darkgreen;
    stroke-width: 0px;
}

.batteryLow{
    fill: darkorange;
    stroke-width: 0px;
}

.batteryEmpty{
    fill: darkred;
    stroke-width: 0px;
}

.iconStroke {
    fill: none;
    stroke: #939598;
    stroke-miterlimit: 10;
    stroke-width: .5px;
}

.UpdateTime {
fill: rgb(60,60,60);
font-size: x-small;
}

.UpdateTimeOrange {
    fill: orange;
    font-size: x-small;
}

.UpdateTimeRed {
    fill: darkred;
    font-size: x-small;
}

.gridOK {
    stroke: darkgreen;
}

.loadShedding {
    stroke: orange;
}

.powerFailure {
    stroke: darkred;
}

.offline {
    stroke: darkgray;
}


.Inverter font-face-name {
    fill: gray;
    font-size: medium;
}

svg a {
    text-decoration: unset;
}