body {
  background-image: linear-gradient(to bottom, #a0ba5a 50%, #778d3b 100%);
  background-attachment: fixed; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #4f3f26; }

a, a:active {
  color: #4f3f26; }

a:hover, a:focus {
  color: #83683f; }

.btn-primary {
  color: #fff;
  background-color: #a58350;
  border-color: #83683f; }

.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: #947547;
  border-color: #725a37; }

.btn-default {
  color: #947547;
  background-color: white;
  border-color: #b99b6f; }

.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: #947547;
  background-color: #f3eee7;
  border-color: #b18f5d; }

.btn-link {
  color: #4f3f26; }

.btn-link:hover, .btn-link:focus {
  color: #3e311e; }

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

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

th, .th {
  background: #f3eee7;
  border-left: 1px solid #ebe3d6;
  border-bottom: 1px solid #ebe3d6; }

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

.panel-default > .panel-heading {
  background-color: #bfd190;
  color: #0d0f06; }

.progress-bar {
  background-color: #cab391; }

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

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

#clarity-header-container {
  background-color: rgba(202, 179, 145, 0.6); }

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

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

.progress-bar {
  background-color: #b99b6f; }

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

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