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: #081412; }

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

a:hover, a:focus {
  color: #1f4a43; }

.btn-primary {
  color: #fff;
  background-color: #2e6e64;
  border-color: #1f4a43; }

.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: #275c53;
  border-color: #183833; }

.btn-default {
  color: #275c53;
  background-color: #cbe9e4;
  border-color: #3e9184; }

.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: #275c53;
  background-color: #a8dad2;
  border-color: #367f74; }

.btn-link {
  color: #081412; }

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

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

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

th, .th {
  background: #a8dad2;
  border-left: 1px solid #96d2c9;
  border-bottom: 1px solid #96d2c9; }

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

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

.progress-bar {
  background-color: #4eb4a4; }

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

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

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

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

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

.progress-bar {
  background-color: #3e9184; }

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

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