﻿#note_lag_overview .chart .group div {
  border: none; }

#note_lag_overview .chart .group .bar {
  min-height: 2px; }

.graph {
  float: left;
  font: 10px sans-serif;
  position: relative; }
  .graph.vertical #chart .tip {
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background-color: #E3E3E1;
    margin: 5px;
    position: absolute;
    z-index: 100;
    width: 45px;
    text-align: center; }
  .graph.vertical .group {
    width: 50px;
    position: absolute;
    bottom: 40px; }
    .graph.vertical .group:first-child {
      left: 0px; }
    .graph.vertical .group:nth-child(n+2) {
      left: 50px; }
    .graph.vertical .group:nth-child(n+3) {
      left: 100px; }
    .graph.vertical .group:nth-child(n+4) {
      left: 150px; }
    .graph.vertical .group:nth-child(n+5) {
      left: 200px; }
    .graph.vertical .group:nth-child(n+6) {
      left: 250px; }
    .graph.vertical .group:nth-child(n+7) {
      left: 300px; }
    .graph.vertical .group:nth-child(n+8) {
      left: 350px; }
    .graph.vertical .group:nth-child(n+9) {
      left: 400px; }
    .graph.vertical .group:nth-child(n+10) {
      left: 450px; }
    .graph.vertical .group:nth-child(n+11) {
      left: 500px; }
    .graph.vertical .group:nth-child(n+12) {
      left: 550px; }
    .graph.vertical .group:nth-child(n+13) {
      left: 600px; }
    .graph.vertical .group:nth-child(n+14) {
      left: 650px; }
    .graph.vertical .group:nth-child(n+15) {
      left: 700px; }
    .graph.vertical .group:nth-child(n+16) {
      left: 750px; }
    .graph.vertical .group:nth-child(n+17) {
      left: 800px; }
    .graph.vertical .group:nth-child(n+18) {
      left: 850px; }
    .graph.vertical .group:nth-child(n+19) {
      left: 900px; }
    .graph.vertical .group:nth-child(n+20) {
      left: 950px; }
    .graph.vertical .group:nth-child(n+21) {
      left: 1000px; }
    .graph.vertical .group:nth-child(n+22) {
      left: 1050px; }
    .graph.vertical .group:nth-child(n+23) {
      left: 1100px; }
    .graph.vertical .group:nth-child(n+24) {
      left: 1150px; }
    .graph.vertical .group:nth-child(n+25) {
      left: 1200px; }
    .graph.vertical .group:nth-child(n+26) {
      left: 1250px; }
    .graph.vertical .group:nth-child(n+27) {
      left: 1300px; }
    .graph.vertical .group:nth-child(n+28) {
      left: 1350px; }
    .graph.vertical .group:nth-child(n+29) {
      left: 1400px; }
    .graph.vertical .group:nth-child(n+30) {
      left: 1450px; }
    .graph.vertical .group:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.025);
      height: 200px; }
    .graph.vertical .group DIV {
      position: absolute;
      bottom: 10px;
      padding: 0; }
      .graph.vertical .group DIV B {
        color: black;
        margin-top: -17px;
        margin-left: -7px;
        display: block;
        width: 30px; }
      .graph.vertical .group DIV.label {
        text-align: center;
        bottom: -3px;
        width: 50px; }
      .graph.vertical .group DIV.bar {
        cursor: pointer; }
        .graph.vertical .group DIV.bar .percent {
          z-index: 30;
          width: 15px;
          position: absolute;
          bottom: 0px; }
          .graph.vertical .group DIV.bar .percent.type1 {
            background-color: #153D5A; }
          .graph.vertical .group DIV.bar .percent.type2 {
            background-color: #235f8b; }
          .graph.vertical .group DIV.bar .percent.type3 {
            background-color: #3081BD; }
          .graph.vertical .group DIV.bar .percent.type4 {
            background-color: #7cafca; }
          .graph.vertical .group DIV.bar .percent.type5 {
            background-color: #93CFEF; }
      .graph.vertical .group DIV.inner {
        background-color: #153D5A;
        border: 1px solid #153D5A;
        width: 15px;
        color: #fff;
        z-index: 30;
        margin-left: 17px;
        text-align: center; }
        .graph.vertical .group DIV.inner:hover {
          background-color: #0c2232;
          border-color: rgba(0, 0, 0, 0.4); }
      .graph.vertical .group DIV.middle {
        background-color: #93CFEF;
        border: 1px solid #93CFEF;
        width: 15px;
        color: #000;
        z-index: 20;
        margin-left: 17px;
        text-align: center; }
        .graph.vertical .group DIV.middle:hover {
          background-color: #7cafca;
          border-color: rgba(0, 0, 0, 0.6); }
      .graph.vertical .group DIV.outer {
        background-color: #E3E3E1;
        border: 1px solid #E3E3E1;
        width: 35px;
        color: rgba(0, 0, 0, 0.6);
        z-index: 10;
        margin-left: 7px;
        text-align: left; }
        .graph.vertical .group DIV.outer B {
          color: rgba(0, 0, 0, 0.35);
          display: none;
          width: 35px;
          text-align: center;
          margin-left: 0px; }
        .graph.vertical .group DIV.outer:hover {
          background-color: #CBCBC7;
          border-color: rgba(0, 0, 0, 0.2); }
          .graph.vertical .group DIV.outer:hover B {
            display: block; }
      .graph.vertical .group DIV.engaged {
        background-color: #153D5A;
        border: 1px solid #153D5A;
        width: 15px;
        color: #fff;
        z-index: 30;
        margin-left: 8px;
        text-align: center; }
        .graph.vertical .group DIV.engaged:hover {
          background-color: #0c2232;
          border-color: rgba(0, 0, 0, 0.4); }
      .graph.vertical .group DIV.closed {
        background-color: #93CFEF;
        border: 1px solid #93CFEF;
        width: 15px;
        color: #000;
        z-index: 20;
        margin-left: 27px;
        text-align: center; }
        .graph.vertical .group DIV.closed:hover {
          background-color: #7cafca;
          border-color: rgba(0, 0, 0, 0.6); }
      .graph.vertical .group DIV.activity {
        background-color: #153D5A;
        border-top: 2px solid #ebebeb;
        border-left: 2px solid #ebebeb;
        border-right: 2px solid #ebebeb;
        width: 15px;
        color: #fff;
        z-index: 30;
        text-align: center;
        margin-left: 15px; }
        .graph.vertical .group DIV.activity:hover {
          background-color: #0c2232;
          border-color: rgba(0, 0, 0, 0.4); }
      .graph.vertical .group DIV.active {
        background-color: #153D5A;
        border-top: 2px solid #ebebeb;
        border-left: 2px solid #ebebeb;
        border-right: 2px solid #ebebeb;
        width: 15px;
        color: #fff;
        z-index: 30;
        text-align: center;
        margin-left: 8px; }
        .graph.vertical .group DIV.active:hover {
          background-color: #0c2232;
          border-color: rgba(0, 0, 0, 0.4); }
      .graph.vertical .group DIV.inactive {
        background-color: #93CFEF;
        border-top: 2px solid #7c7c7c;
        border-left: 2px solid #7c7c7c;
        border-right: 2px solid #7c7c7c;
        width: 15px;
        color: #000;
        z-index: 20;
        text-align: center;
        margin-left: 27px; }
        .graph.vertical .group DIV.inactive:hover {
          background-color: #7cafca;
          border-color: rgba(0, 0, 0, 0.6); }
  .graph .key {
    margin: 5px;
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.04); }
    .graph .key DIV {
      display: inline-block; }
      .graph .key DIV SPAN {
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: -3px; }
      .graph .key DIV LABEL {
        text-transform: uppercase;
        padding-right: 10px;
        font-size: 10px; }
      .graph .key DIV.inner SPAN {
        background-color: #153D5A; }
      .graph .key DIV.middle SPAN {
        background-color: #93CFEF; }
      .graph .key DIV.outer SPAN {
        background-color: rgba(0, 0, 0, 0.1); }
      .graph .key DIV.active SPAN {
        background-color: #153D5A; }
      .graph .key DIV.inactive SPAN {
        background-color: #93CFEF; }
      .graph .key DIV.active.empty SPAN {
        background-color: #fff;
        border: 2px solid #ebebeb; }
      .graph .key DIV.inactive.empty SPAN {
        background-color: #fff;
        border: 2px solid #7c7c7c; }
      .graph .key DIV.type1 SPAN {
        background-color: #153D5A; }
      .graph .key DIV.type2 SPAN {
        background-color: #235f8b; }
      .graph .key DIV.type3 SPAN {
        background-color: #3081BD; }
      .graph .key DIV.type4 SPAN {
        background-color: #7cafca; }
      .graph .key DIV.type5 SPAN {
        background-color: #93CFEF; }

