  /* pf one style css */
html,
body {
  background: #ffffff;
  height: 100%;
}
header {
  padding: 15px;
  background: linear-gradient(#ffffff,#f1f1f1);
  box-shadow: 0 0 10px #999999;
  position: relative;
}
header .logo {
  display: block;
  text-align: center;
}
header .logo img {
  height: 75px;
}
header button {
  float: right;
  position: relative;
  background: transparent;
  border: 0;
  font-size: 30px;
  margin-top: 15px;
  padding: 0 10px;
  outline: 0;
}
.small-header-button {
  float: right;
  position: relative;
  background: transparent;
  border: 0;
  font-size: 30px;
  margin-top: 15px;
  padding: 0 10px;
  outline: 0;
}
.sub-header {
   background: #1789E4;
   background: linear-gradient(#053962,#0D62A6 5px,#1789E4);
   font-size: 12px;
   padding: 10px;
   color: #ffffff;
   text-align: right;
}
.sub-header a {
  color: #ffffff;
  text-decoration: underline;
}
.sub-header a:hover,
.sub-header a:focus {
  text-decoration: none;
}
/* global */
.link {
  color: #085B9E;
  text-decoration: underline;
}
.link:hover,
.link:focus {
  color: #000000;
  text-decoration: none;
}
.status {
  font-size: 18px;
  margin: 15px 0;
}
.modal,
.sub-header,
section,
footer,
#menu .list-group .list-group-item {
  font-family: 'Open Sans', arial, sans-serif;
}
.text-blue {
  color: #178AE5 !important;
}
.text-light-grey {
  color: #999999;
}
.text-green {
  color: #478F07;
}
.text-red {
  color: #C72626;
}
/* section */
section.content {
  padding: 15px;
}
section h1 {
  color: #178AE5;
  margin: 5px 0 20px 0;
  font-size: 30px;
}
/* structure */
.tb-row {
  display: table;
  width: 100%;
}
.tb-row > .tb-col-fluid,
.tb-row > .tb-col {
   display: table-cell;
   vertical-align: middle;
}
.tb-row > .tb-col-fluid {
  width: 100%;
}
/* table */
.table thead th {
  background-color: #999999;
  font-weight: normal !important;
  color: #ffffff;
}
.table-hover tr {
  transition: 0.3s ease background-color;
}
.table-hover tr:hover {
  background-color: #F2F9FF !important;
}
/* form */
.control-label {
  font-weight: normal;
}
.form-control {
  background-color: #f9f9f9;
}
.has-error .form-control {
   background-color: #FEF2F2;
}
/* alert */
.alert {
  padding: 10px;
  font-size: 12px;
}
.alert-danger {
   background-color: #F9E2E2;
}
.alert-success {
  background-color: #EAF9E2;
}
/* modal */
.modal-header {
  background: #178AE5;
  background: linear-gradient(#178AE5,#0C5FA1);
  border-radius: 5px 5px 0 0;
}
.modal-header h4 {
  color: #ffffff;
  font-weight: 400;
  margin: 5px 0;
}
.modal-footer {
  border-top: 0;
  padding-top: 0;
}
/* buttons */
.btn-success {
  background: #8AB414;
  background: linear-gradient(#8AB414,#6C9201);
  border-color: #729905;
}
.btn-small {
  font-size: 12px;
  padding: 2px 10px;
  background-color: #178AE5;
  color: #ffffff;
  transition: 0.3s ease background-color;
}
.btn-small:hover,
.btn-small:focus {
  color: #ffffff;
  background-color: #0C5FA1;
}
/* filter */
.filter {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.filter li {
  display: inline;
}
.filter .toggleButton {
  border: 2px solid #91C20E;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 5px;
  font-size: 14px;
  background-color: rgba(238,255,191,0.5);
  color: #4D6A00;
  transition: 0.3s all ease;
}
.filter .toggleButton:hover,
.fitler .toggleButton:focus {
  border-color: #9BD10B;
  background-color: rgba(238,255,191,1);
}
.filter .toggleButton.disabled {
  border-color: #cccccc;
  background-color: #ffffff;
  color: #999999;
}
.filter .toggleButton.disabled:hover,
.filter .toggleButton.disabled:focus {
  border-color: #999999;
  color: #555555;
}
@media (max-width:850px){
  .filter li {
    margin: 0 0 10px 0;
    display: inline-block;
  }
  .filter li:first-child {
    display: block;
    width: 100%;
  }
}
/* items */
.card {
  background-color: #eeeeee;
  background: linear-gradient(#ffffff,#eeeeee);
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
  min-height: 100px;
  transition: 0.3s all ease;
  color: #555555;
}
.card h4 {
  margin-bottom: 20px;
}
.card h5 {
  font-size: 21px;
}
.card a {
  background: #178AE5;
  background: linear-gradient(#178AE5,#0C5FA1);
  color: #ffffff;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 5px;
}
.card a:hover,
.card a:focus {
  background: #0C5FA1;
  text-decoration: none;
}
.card:hover,
.card:focus {
  box-shadow: 2px 2px 10px #cccccc;
  color: #178AE5;
  border-color: #79C0F8;
}
/* panel */
.panel-default .list-group-item .action {
  float: right;
  position: relative;
  display: none;
  background: #178AE5;
  background: linear-gradient(#178AE5,#0C5FA1);
  border-radius: 5px;
}
.panel-default .list-group-item .action a {
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
  padding: 2px 10px;
}
.panel-default .list-group-item .action a:hover,
.panel-default .list-group-item .action a:focus {
}
.panel-default .list-group-item a {
  color: #000000;
  text-decoration: underline;
}
.panel-default .list-group-item.static {
  text-align: center;
}
.panel-default .list-group-item.static:hover,
.panel-default .list-group-item.static:focus {
  background-color: #ffffff;
}
.panel-default .list-group-item.static a {
  text-decoration: none;
  color: #555555;
}
.panel-default .list-group-item.static a:hover {

}
.panel-default .list-group-item a:hover,
.panel-default .list-group-item a:focus {
  text-decoration: none;
}
.panel-default .list-group-item i {
  margin-right: 5px;
}
.panel-default .panel-heading {
  background-color: #eeeeee;
  background: linear-gradient(#ffffff,#eeeeee);
}
.panel-default .panel-heading h4 {
  margin: 0;
}
.panel-default .list-group-item:hover,
.panel-default .list-group-item:focus {
  background-color: #F2F9FF;
  color: #178AE5;
}
.panel-default .list-group-item:hover .action,
.panel-default .list-group-item:focus .action {
  display: inline-block;
}
/* footer */
footer {
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}
footer a {
  border-left: 1px solid #cccccc;
  padding: 0 10px;
  color: #555555;
}
footer a:hover,
footer a:focus {
  color: #000000;
}
footer a:first-child {
  margin-left: 10px;
}
/* menu */
#menu {
  background: #024173;
}
#menu img.logo {
  height: 72px;
  display: block;
  margin: 20px auto 10px auto;
}
#menu .list-group .list-group-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  padding: 15px 15px 15px 30px;
  transition: 0.3s all ease;
  box-shadow: none;
}
#menu .list-group .list-group-item.active,
#menu .list-group .list-group-item.active:hover,
#menu .list-group .list-group-item.active:focus {
  background-color: #0F71BF;
  background: rgba(15,113,191,0.75);
}
#menu .list-group .list-group-item:hover {
  background: rgba(0,0,0,0.35);
}
#menu .list-group .sub-menu .list-group-item {
  background: rgba(0,0,0,0.5);
  color: #cccccc;
  padding-left: 45px;
  border: 0;
  box-shadow: none;
}
#menu .list-group .sub-menu .list-group-item:hover,
#menu .list-group .sub-menu .list-group-item:focus {
  background: rgba(0,0,0,0.75);
}
#menu .account {
  padding: 18px 30px;
  color: #ffffff;
  background: linear-gradient(transparent,rgba(0,0,0,0.5));
}
#menu .account img {
  max-width: 50px;
  margin-right: 15px;
}
#menu h5 a i:first-child {
  color: #000000;
  transition: 0.3s all ease;
}
#menu h5 a i:last-child {
  color: #ffffff;
}
#menu h5 a:hover i:first-child,
#menu h5 a:focus i:first-child {
  color: #178AE5;
}
.historyChart {
    min-width: 320px;
    max-width: 80%;
    height: 220px;
    margin: 0 auto;
}
/* delete me */
.chart-placeholder {
  background-color: #dddddd;
  padding: 150px 50px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}
