body {
  background-image: linear-gradient(to bottom, #a76745 50%, #71462f 100%);
  background-attachment: fixed; }

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

a, a:active {
  color: #423630; }

a:hover, a:focus {
  color: #6e5b51; }

.btn-primary {
  color: #fff;
  background-color: #8c7366;
  border-color: #6e5b51; }

.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: #7d675b;
  border-color: #604f46; }

.btn-default {
  color: #7d675b;
  background-color: white;
  border-color: #a38d82; }

.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: #7d675b;
  background-color: #efebe9;
  border-color: #998073; }

.btn-link {
  color: #423630; }

.btn-link:hover, .btn-link:focus {
  color: #332a26; }

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

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

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

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

.panel-default > .panel-heading {
  background-color: #c59074;
  color: black; }

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

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

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

#clarity-header-container {
  background-color: rgba(185, 168, 159, 0.6); }

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

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

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

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

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