﻿.filterContainer {
    position: relative;
    height: 40px;
}

.filterRow {
    float: right;
}

    .filterRow .placeholder {
        margin: 10px;
    }

.chartContent {
    position: relative;
    background: white;
}
.gridContent {
    overflow:auto;
    background:white;
}

.chartTitle {
    background: -moz-linear-gradient(top, rgb(0, 80, 180) 0, rgb(0, 200, 255) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(0, 100, 200)), color-stop(100%, rgb(0, 80, 180))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(0, 80, 180) 0,rgb(0, 200, 255) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(0, 80, 180) 0,rgb(0, 200, 255) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(0, 80, 180) 0,rgb(0, 200, 255) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(0, 80, 180) 0,rgb(0, 200, 255) 100%); /* W3C */
    border: solid thin;
}

    .chartTitle span {
        color: rgb(255, 255, 255);
        font: 16px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

.chartBackButton {
    float: left;
}

.temperature {
}

    .temperature .tooltipFooter {
        font-size: 0.6em;
        float: right;
    }

.excelIcon{
    float:right;
    cursor: pointer;
}

.gridTable {
    border:solid thin;
    width:100%;
}
.gridTable td{
    border:solid thin;
    white-space:nowrap;
    padding:0 5px;
}
.gridTable .sum{
    background-color:#3a3a3c;
    color:#FFFFFF;
}
.gridTitle{
    width: 100%;
    display:inline-block;
}
