﻿       #line-chart {
            height:300px;
            width:800px;
            margin: 0px auto;
            margin-top: 1em;
        }
        .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover { 
            color: #fff;
        }
.bg-border
{
    
    border:1px solid #00539b;
    
    }
.bg-gray {
  background-color: #eaeaec !important;
}
.bg-black {
  background-color: #222222 !important;
}
.bg-red {
  background-color: #f56954 !important;
}
.bg-yellow {
  background-color: #ffff93 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue {
  background-color: #3c8dbc !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #b9e5b6 !important;
}
.bg-lime {
  background-color: #03c95a !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #9873da !important;
}
.bg-pink {
  background-color: #ffb3b3 !important;
}
.small-box {
  position: relative;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  _margin-bottom: 15px;
}
.small-box > .inner {
  padding: 10px;
  min-height:190px;
  max-height:100%;
  font-family:Arial;
  font-size:12px;
  line-height:20px;
  
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  _background: rgba(0, 0, 0, 0.1);
  _background:#3366cc;
  _background:#5975ad;
  _background:#adc5f4;
  background:#cee8fe;
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 12px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 12px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
} 