﻿text {
    font-size:x-large;
    fill: white;
}

rect {
    stroke-width: 2;
    stroke-miterlimit: 10;
}

line {
    stroke: lightgray;
    stroke-width: 2;
    stroke-miterlimit: 10;
    z-index: 1;
}

select {
    font-size: medium;
    width: 150px;
}

p {
    font-size: small;
}

.label {
    font-size: x-large;
    font-weight: 500;
    color: rgb(100,100,100);
    text-align:center;
    justify-content: center;
}



.headlineDataBlock {
    display: ruby;
    width: fit-content;
    margin: 0 auto 0 auto;
}

.headlineValue {
    font-size: xx-large;
    font-weight: 600;
    color: white;
    text-align: center;
    justify-content: center;
}

.queued {
    color: darkgrey;
    font-weight: normal;
}

.inprogress {
    color: orange;
    font-weight: bold;
}

.complete {
    color: green;
    font-weight: normal;
}

.error {
    color: red;
    font-weight: bold;
}

.svgContainer {
    padding: 20px;
    /* width:50%;*/
}

.svgContainerZoom {
    padding: 20px;
    width:100%;
}

.modal {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
}

.modalstart {
    display: none;
    background-color: black;
    margin: 10px auto 10px auto;
    padding: 20px;
    height: auto;
    opacity: 98%;
}

.units {
    color: rgb(100,100,100);
    font-size: medium;
}

#pvRecalcButton {
    /*position:fixed;*/
}



.graphTitle {
    font-family: arial;
    font-size: xx-large;
    font-weight: 400;
}

.graphSubTitle {
    fill: gray;
    font-size: large;
    font-weight: 200;
}


.xAxis {
    stroke-width: 6;
}

.yAxis {
    stroke-width: 6;
}

.legendLabel {
    font-size: large;
}

.suffix {
    fill: grey;
    font-size: small;
}

.barLabel {
    font-size: large;
    fill: rgb(175, 175, 175) !important;
}

.irrbarLabel {
    font-size: larger;
    fill: gray;
}


.range1, .lightpurple {
    fill: rebeccapurple;
    stroke: rebeccapurple;
}

.range2, .darkblue {
    fill: darkblue;
    stroke: darkblue;
}

.range3, .darkorange {
    fill: darkorange;
    stroke: darkorange;
}

.range4, .midnightblue {
    fill: midnightblue;
    stroke: midnightblue;
}

.range5,.orange {
    fill: orange;
    stroke: orange;
}

.range6 {
    fill: dimgray;
    stroke: dimgray;
}

.range7 , .blackGreenBorder {
    fill: none;
    stroke: darkgreen;
    opacity: 0.95;
}

.range8, .darkred {
    fill: darkred;
    stroke: darkred;
}

.range9, .limegreen {
    fill: yellowgreen;
    stroke: yellowgreen;
}

.purple {
    fill: mediumpurple;
    stroke: mediumpurple;
}

.range10, .darkpurple {
    fill: purple;
    stroke: purple;
}

.lilac {
    fill: lightcoral;
    stroke: lightcoral;
}

.mauve {
    fill: magenta;
    stroke: magenta;
}



.range11, .darkgreen {
    fill: darkgreen;
    stroke: darkgreen;
}

.range12 {
    fill: lightgrey;
    stroke: darkblue;
    stroke-dasharray: 10 5;
}

.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.2;
    fill: darkblue;
    stroke: blue;
    stroke-width: 1;
}

.range30 {
    fill: yellowgreen;
    stroke: darkgreen;
    stroke-width: 2;
    z-index: -5;
    opacity: 0.2;
}

.shortlist {
    opacity: 0.2;
    fill: darkgreen;
    stroke: none;
}

.companyHL {
    fill: none;
    stroke: purple;
    stroke-width: 3;
}

.axis {
    stroke: dimgrey;
    stroke-width: 5px;
}

.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: x-large;
    font-weight: 600;
}

.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;
}

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;
    }

.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;
}

@media print {
    text{
        fill:black;
    }

    .label {
        color: black;
    }

    .headlineValue{
        color: black;
    }
}