﻿ 
/*Rectangle bar class styling*/

.bar {
    fill: #0080FF
}

    .bar:hover {
        fill: #003366
    }

/*Text class styling*/

.text {
    fill: blueviolet;
    font-family: sans-serif
}

.gaugeBackground{
    fill:grey;
}
svg {
    font: 10px sans-serif;
    shape-rendering: crispEdges;
    width: 100%;
    height: 100%;
    position: center;
}

/*.axis path,
.axis line {
    fill: none;
    stroke: #000;
}*/

/*path.domain {
    stroke: none;
}*/

.y .tick line {
    stroke: #ddd;
}

 
 

text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 
.legendLinear text.label {
    fill: #fff;
}

.legend {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60%;
}

text {
    font: 10px sans-serif;
}

.axis text {
    font: 10px sans-serif;
}

.axis path {
    fill: none;
    stroke: #000;
}

.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.x.axis path {
    display: none;
}
.chartTitle {
    font: 10px sans-serif;
}
/*[class*="col-md"] {
   background-color: aliceblue;
}*/

.center {
    border: 2px solid blue;
    margin: auto;
    position: relative;
    text-align: center;
    top: 50%;
    width: 100%;
}
html, body {
    height: 100%;
    width:auto;
}

/*CVAT bar style*/

.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 4px;
}

.axisSteelBlue text {
    fill: steelblue;
}

.axisOrange text {
    fill: #fa8c00;
}
.axisGreen text {
    fill: #288000;
}

@media print {
    body * {
        visibility: hidden;
    }


    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }

    div {
        page-break-inside: avoid;
        page-break-after: avoid;
        page-break-before: avoid;
    }

    #top_part {
        display: none;
    }

}

.pHeader {
    border: 1px solid #868e96;
    background-color: lightgrey;
    border-radius: 5px;
    border-style: inset;
}

div.tooltip {
    position: absolute;
    text-align: center;
    width: 130px;
    height: auto;
    padding: 2px;
    font: 12px sans-serif;
    background: grey;
    border: 0px;
    border-radius: 10px;
    pointer-events: none;
}