body, html {
  background: #FFFFFF;
}

body div {
  /* box-shadow: none !important; */
}

#global-sidebar {
  background: #29323a;
}

#system-info {
  background: #13171b;
}

#nav li:not(.has-subnav) > a.sel {
  background: #13171b;
}

/* H1 tags */
h1 {
  color: #29323d;
}

.btn.submit {
  background: #da5a47;
}
/* Hover button color */
.btn.submit:not(.disabled):not(.inactive):hover,
.btn.submit:not(.disabled):not(.inactive).hover {
  background: #bf503f;
}
/* Active button color */
.btn.submit:not(.disabled):not(.inactive):active,
.btn.submit:not(.disabled):not(.inactive).active {
  background: #8c3b2e;
}