body {
  background-image: linear-gradient(to bottom, #c7d4d5 50%, #9bb2b4 100%);
  background-attachment: fixed; }

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

a, a:active {
  color: #3a3a29; }

a:hover, a:focus {
  color: #666749; }

.btn-primary {
  color: #fff;
  background-color: #84855e;
  border-color: #666749; }

.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: #757653;
  border-color: #57583e; }

.btn-default {
  color: #757653;
  background-color: #fefefe;
  border-color: #9e9f77; }

.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: #757653;
  background-color: #e9e9e0;
  border-color: #929469; }

.btn-link {
  color: #3a3a29; }

.btn-link:hover, .btn-link:focus {
  color: #2b2b1f; }

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

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

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

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

.panel-default > .panel-heading {
  background-color: #f2f5f6;
  color: #435859; }

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

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

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

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

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

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

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

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

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