body {
  background-image: linear-gradient(to bottom, #ffffff 50%, #f0eee6 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: #0c0503; }

.btn-primary {
  color: #fff;
  background-color: #33140f;
  border-color: #0c0503; }

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

.btn-default {
  color: #200d09;
  background-color: #db8e80;
  border-color: #5b241a; }

.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: #200d09;
  background-color: #d06b58;
  border-color: #471c14; }

.btn-link {
  color: black; }

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

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

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

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

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

.panel-default > .panel-heading {
  background-color: white;
  color: #ada276; }

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

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

body.theme-tranquility {
  background-color: #833425; }

#tranquility-top-border {
  height: 18px;
  background-color: #833425;
  border-bottom: 5px solid #f0eee6; }

#property-logo {
  text-align: center;
  margin: 1em 0.5em 1.2em 0.5em; }

#property-name {
  margin: 0.2em 0 0.5em;
  text-align: center; }

#user-bar.theme-tranquility {
  background-color: white !important; }

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