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

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

a, a:active {
  color: #5b1b06; }

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

.btn-primary {
  color: #fff;
  background-color: #d33e0d;
  border-color: #a3300a; }

.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: #bb370c;
  border-color: #8b2909; }

.btn-default {
  color: #bb370c;
  background-color: #fffbfa;
  border-color: #f15522; }

.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: #bb370c;
  background-color: #fcd6ca;
  border-color: #eb450f; }

.btn-link {
  color: #5b1b06; }

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

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

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

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

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

.panel-default > .panel-heading {
  background-color: #b9b8ad;
  color: #0e0e0c; }

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

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

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

#clarity-header-container {
  background-color: rgba(244, 122, 82, 0.6); }

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

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

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

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

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