.chart {
    background: rgb(250,250,250);
    width: 1260px;
    height: 450px;
    padding: 20px 20px 0px 0;
}

body{
    background-color:rgb(250,250,250);
}

.chartrect {
    opacity: 0;
}

.chartrect_sum
{
    opacity: 0.2;
}

.chartrect:hover {
    opacity: 0.7;
}

.graph .labels.x-labels {
    text-anchor: middle;
  }
  
.graph .labels.y-labels {
    text-anchor: end;
}


.chart .grid{
    stroke:rgb(0,0,0);
    stroke-width: 1px;
    fill: rgb(255,0,0);
    fill-opacity: 0.5;
    stroke-dasharray: 0;
}

.chart .grid2{
    stroke:rgb(50,50,50);
    stroke-width: 1px;
    stroke-dasharray: 3;
}

.labels {
    font-size: 13px;
    opacity: 0.8;
}

.chart .medianval{
    opacity: 0;
}

.chart .daymedianval{
    opacity: 0.7;
}

.medianval{
    font-size:12px;
}

.daymedianval{
    font-size:12px;
}

.label-title {
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
fill: black;
}

#statusbar {
    height:40px;
    top:0px;
    left: 8vmin;
    right: 0;
    margin-top:0px;
    position: absolute;
    background: rgb(240,240,240);
}   

#sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8vmin;
    background-color: #232323;
    background-color: var(--agilox-grey);
    z-index: 30;
    background: rgb(240,240,240);
}

#content {
    margin-top: 10px;
    font-family: "Verdana";
    margin-left: 20px;
    position: absolute;
    top: 40px;
    left: 8vmin;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 0;
    border: 0;
}

#time {
    font-weight: bold;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
    font-size: 20px;
}

#aussentemp {
    font-weight: bold;
    float: right;
    margin-right: 30px;
    margin-top: 8px;
    font-size: 20px;
}

#head {
    font-weight: bold;
    font-family: "Verdana";
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    font-size: 24px;
}

.inputfield {
    margin: 10px;
    font-size: 20px;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px;
}

.button_clicked {
    background-color: rgb(157, 228, 98);
}

.button:hover{
    background-color: rgb(157, 228, 98);
}

#okbutton{
    width: 60px;
    height: 60px;
    vertical-align: -20px;
    margin-left: 20px;
    margin-right: 20px;
}

.div_schema {
    position: relative;
    right: 0px;
}

.div_schema img{
    display: block;
}

.div_schema span{
    font-size: 20px;
}

#schema_uebersicht{
    width: 1200px;
}

#temppufferoben{
    position: absolute;
    bottom: 680px;
    left: 570px;
}

#tempbufferunten{
    position: absolute;
    bottom: 100px;
    left: 570px;
}

#tempabgas{
    position: absolute;
    bottom: 660px;
    left: 70px;
}

#tempkessel{
    position: absolute;
    bottom: 100px;
    left: 120px;
}

#tempboiler{
    position: absolute;
    bottom: 100px;
    left: 1030px;
}

.balken:hover {
    opacity: 1.0;
  }

 .balken {
    opacity: 0.5;
  }

  .buttons:hover {
    background-color: rgb(210,210,210);
}


.image_buttons_small {
    width: 4vmin;
    height: 4vmin;
    margin: 2vmin;
}

.stats table {
    border: thin solid #000000;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
}

.stats td {
    border: thin solid #000000;
    padding: 2px;
}

.stats_header {
    color: #000000;
    font-size: 14pt;
    font-weight: bolder;
}

.einsatz {
    border-spacing: 5px;
    padding: 5px;
}

.space {
    height: 30px;
}

.etit {
    font-weight: bold;
}

.TEE {
    width: 10px;
    font-weight: bold;
    background-color: blue;
    color: white;
}

.BRAND {
        width: 10px;
        font-weight: bold;
        background-color: red;
        color: white;
}

.UNWETTER {
    width: 10px;
    font-weight: bold;
    background-color: green;
}

.table_weather {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
}

.table_weather th {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
}

.table_weather td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
}

.table_weather tr:nth-child(even){background-color: #dfdfdf;}

.table_weather tr:hover {background-color: rgb(201, 201, 201);}

input[type=submit] {
    background-color: rgb(200, 200, 200); 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px;
    -webkit-border-radius:0;
    -webkit-appearance: none;
}

input[type=submit]:hover{
    background-color: rgb(157, 228, 98);
}

.button {
    background-color: rgb(200, 200, 200); 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px;
    -webkit-border-radius:0;
    -webkit-appearance: none;
}

input[type=submit].button_active {
    background-color: rgb(22, 129, 22); 
}