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

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

a, a:active {
  color: black; }

a:hover, a:focus {
  color: black; }

.btn-primary {
  color: #fff;
  background-color: #121514;
  border-color: black; }

.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: #060707;
  border-color: black; }

.btn-default {
  color: #060707;
  background-color: #97a9a2;
  border-color: #29312e; }

.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: #060707;
  background-color: #7b9189;
  border-color: #1d2321; }

.btn-link {
  color: black; }

.btn-link:hover, .btn-link:focus {
  color: black; }

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

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

th, .th {
  background: #7b9189;
  border-left: 1px solid #6e857c;
  border-bottom: 1px solid #6e857c; }

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

.panel-default > .panel-heading {
  background-color: #f3f3f1;
  color: #545044; }

.progress-bar {
  background-color: #404d48; }

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

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

#clarity-header-container {
  background-color: rgba(64, 77, 72, 0.6); }

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

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

.progress-bar {
  background-color: #29312e; }

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

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