@charset "utf-8";
/* CSS Document instrument panel - (C) AWEKAS 2015 */

.canvascontainer{
  background-color: #fdfcce;
  height: 250px;
}
.gr_canvas {
  height: 250px;
  width: 580px;
}
.vor_image{
    border: medium none;
    height: 20px;
    left: -10px;
    position: relative;
    top: 2px;
    width: 20px;
    visibility: hidden;
    float: right;
    padding-bottom: 4px;
}
.zur_image{
    border: medium none;
    height: 20px;
    left: 10px;
    position: relative;
    top: 2px;
    width: 20px;
    float: left;
}
.chart_tooltips {
  background-color: #facc61 !important;
  font-family: Helvetica !important;
  font-size: 12px !important;
  font-weight: bold;
  text-align: center;
  border: 1px #8B4513 solid;
}
.chart_tooltips_time {
  color: #333333;
  font-size: 11px !important;
}
.clicklink{
    cursor:pointer;
}
.graphdate{
  font-size: 16px;
  display: inline;
}
.dateblock{
    font-size: 12px;
    height: 25px;
}
.vor_container{
    display: inline;
}
.switchercontainer{
  background-color: #fdfcce;
  height: 20px; 
  position: absolute;
  width: 580px;
}
.statdotswitch{
  position: absolute;
  top: -15px;
  left: 55px;
  color: #0000FF;
  font-size: 36px;
}
.statvalswitch{
  position: absolute;
  top: -1px;
  left: 72px;
  font-size: 13px;
  font-weight: bold;
}
.avgdotswitch{
  position: absolute;
  top: -15px;
  left: 417px;
  color: #00FF00;
  font-size: 36px;
}
.avgvalswitch{
  position: absolute;
  top: -1px;
  left: 435px;
  font-size: 13px;
  font-weight: bold;
}
.statvalswitch a, .avgvalswitch a{
  color: #000000;
}
.selectcal{
  position: relative;
  top: 2px;
  left: 3px;
}
.datatable{
  height: 580px;
  overflow: auto;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}
.table-box-instru {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        background-color: #C7E8EF;
        font-size: 12px;
        font-style: normal;
        border: 1px solid #76B6CD;
        text-align: left;
}
.table-counter-datum {
        font-family: Arial, Helvetica, sans-serif;
        background-color: #FDFCCE;
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
        color: #000000;
        border: 1px solid #000000;
        text-align: center;
}
.table-tabelle1schmal {
        background-color: #FDFCCE;
        border: 1px solid #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        height: 10px;
        position: static;
        text-align: center;
        vertical-align: middle;
        clear: both;
}
.table-tabelle1schmal {
        background-color: #FDFCCE;
        border: 1px solid #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        height: 10px;
        position: static;
        text-align: center;
        vertical-align: middle;
        clear: both;
}
.table-tabelle2schmal {
        background-color: #D6F2FF;
        border: 1px solid #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        height: 10px;
        position: static;
        text-align: center;
        vertical-align: middle;
        clear: both;
}
.divTable{
	display: table;
	width: 100%;
    box-shadow:
    2px 0 0 0 #888,
    0 2px 0 0 #888,
    2px 2px 0 0 #888,   /* Just to fix the corner */
    2px 0 0 0 #888 inset,
    0 2px 0 0 #888 inset;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
  font-size: 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.table-time{
  text-align: left;
  padding-left: 5px;
}