body {
  background-image: linear-gradient(to bottom, #a9ae9e 50%, #848b74 100%);
  background-attachment: fixed; }

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

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

a:hover, a:focus {
  color: #42433b; }

.btn-primary {
  color: #fff;
  background-color: #5d5d54;
  border-color: #42433b; }

.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: #4f5047;
  border-color: #35352f; }

.btn-default {
  color: #4f5047;
  background-color: #e6e6e3;
  border-color: #77786c; }

.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: #4f5047;
  background-color: #cecec8;
  border-color: #6a6b60; }

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

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

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

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

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

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

.panel-default > .panel-heading {
  background-color: #ced1c7;
  color: #282a23; }

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

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

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

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

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

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

.progress-bar {
  background-color: #77786c; }

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

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