/*
@brand-primary:         #962F2F;

@brand-success:         #86A94A;
@brand-info:            #5D7892;
@brand-warning:         @gray-light;
@brand-danger:          #d9534f;

@state-info-text:                #31708f;

*/
/*@state-info-bg:                  lighten(#5D7892,45%); */
html,
body,
div#app {
  height: 100%;
  font-size: 16px;
}
nav.navbar {
  margin-bottom: 0px;
}
.navbar-inverse,
.dashboard-circle {
  background-color: #94c0d2;
  border: none;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
a.nav-back-icon {
  color: white;
}
input.input-price {
  text-align: right;
  width: 4em;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  border-color: darkgrey;
}
.list-section-heading {
  color: #888888;
  text-transform: uppercase;
  font-size: 13px;
}
.grey-text {
  color: #888888;
}
table.db_small_text {
  font-size: 80%;
}
.tot_bl {
  border-left: 2px solid #ddd;
}
TR.report_section {
  background: #eee;
}
TR.totals_section {
  background: #fff0df;
}
TFOOT.tot_tf {
  border-top: 2px solid #ddd;
}
.ra {
  text-align: right;
}
