body {
  background-image: linear-gradient(to bottom, #869b89 50%, #607463 100%);
  background-attachment: fixed; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #1d0f0c; }

a, a:active {
  color: #1d0f0c; }

a:hover, a:focus {
  color: #532b23; }

.btn-primary {
  color: #fff;
  background-color: #773e32;
  border-color: #532b23; }

.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: #65352b;
  border-color: #41221b; }

.btn-default {
  color: #65352b;
  background-color: #edd9d4;
  border-color: #9b5141; }

.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: #65352b;
  background-color: #deb9b1;
  border-color: #89483a; }

.btn-link {
  color: #1d0f0c; }

.btn-link:hover, .btn-link:focus {
  color: #0b0605; }

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

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

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

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

.panel-default > .panel-heading {
  background-color: #b0bdb2;
  color: #0f1210; }

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

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

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

#clarity-header-container {
  background-color: rgba(184, 104, 87, 0.6); }

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

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

.progress-bar {
  background-color: #9b5141; }

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

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