body {
  background-image: linear-gradient(to bottom, #b1bfc6 50%, #859aa6 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: #141e24; }

.btn-primary {
  color: #fff;
  background-color: #263a45;
  border-color: #141e24; }

.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: #1d2c35;
  border-color: #0b1014; }

.btn-default {
  color: #1d2c35;
  background-color: #b0c7d4;
  border-color: #385566; }

.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: #1d2c35;
  background-color: #8fafc2;
  border-color: #2f4856; }

.btn-link {
  color: black; }

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

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

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

th, .th {
  background: #8fafc2;
  border-left: 1px solid #7ea4b9;
  border-bottom: 1px solid #7ea4b9; }

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

.panel-default > .panel-heading {
  background-color: #dde3e7;
  color: #333f46; }

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

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

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

#clarity-header-container {
  background-color: rgba(74, 113, 135, 0.6); }

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

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

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

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

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