body {
  background-image: linear-gradient(to bottom, #969483 50%, #6f6d5e 100%);
  background-attachment: fixed; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: black; }

a, a:active {
  color: black; }

a:hover, a:focus {
  color: #0c2316; }

.btn-primary {
  color: #fff;
  background-color: #19492e;
  border-color: #0c2316; }

.btn-primary.active,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.open > .btn-primary.dropdown-toggle,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #133622;
  border-color: #06100a; }

.btn-default {
  color: #133622;
  background-color: #9eddb9;
  border-color: #276e45; }

.btn-default.active,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.open > .btn-default.dropdown-toggle,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #133622;
  background-color: #78d09d;
  border-color: #205b39; }

.btn-link {
  color: black; }

.btn-link:hover, .btn-link:focus {
  color: black; }

table.table {
  border-top: 1px solid #65c990; }
  table.table thead > tr > th {
    border-bottom: 1px solid #65c990; }

.th {
  border-top: 1px solid #65c990; }

th, .th {
  background: #78d09d;
  border-left: 1px solid #65c990;
  border-bottom: 1px solid #65c990; }

.panel-default, .panel-default > .panel-heading {
  border-color: #e9e9e9; }

.panel-default > .panel-heading {
  background-color: #b9b8ad;
  color: #0e0e0c; }

.progress-bar {
  background-color: #34945d; }

.tab-filters, .tab-filters.card-filters-xs:after, .tab-filters.card-filters-xs:before {
  background-color: #6fbf91; }

body.theme-clarity {
  background-color: #fff;
  background-image: none; }

#clarity-header-container {
  background-color: rgba(52, 148, 93, 0.6); }

#clarity-user-bar-bg {
  background-color: #34945d; }

#user-bar.theme-clarity {
  color: #eee; }

.progress-bar {
  background-color: #276e45; }

#app-footer.theme-clarity {
  color: #eee;
  background: #34945d; }

#app-footer.theme-clarity a {
  color: #eee; }
