.theme {
  background-color: #F9F9F9; }

body {
  background-color: #F9F9F9;
  color: #737373;
  /*
	 * Titles
	 */
  /*
	 * Page header
	 */
  /*
	 * Table of contents
	 */
  /*
	 * Buttons
	 */
  /*
	 * Forms
	 */
  /*
	 * APPs - CRUD
	 */
  /*
	 * APPs - Pricing Table
	 */
  /*
	 * Error page
	 */ }
  body > #theme-gradient {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    background: #e9e9e9;
    background: -moz-linear-gradient(-45deg, #e9e9e9 0%, #f9f9f9 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #e9e9e9), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(-45deg, #e9e9e9 0%, #f9f9f9 100%);
    background: -o-linear-gradient(-45deg, #e9e9e9 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(-45deg, #e9e9e9 0%, #f9f9f9 100%);
    background: linear-gradient(135deg, #e9e9e9 0%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=1 ); }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #545454; }
  body .page-header h1 i {
    color: #9E9E9E; }
  body .page-header p {
    color: #9E9E9E; }
  body .table-of-contents a {
    color: #545454; }
    body .table-of-contents a:hover {
      color: #737373; }
  body .btn-flat {
    color: #343434; }
    body .btn-flat:not(.disabled):hover {
      color: #343434; }
  body [type="checkbox"]:disabled + label {
    color: rgba(0, 0, 0, 0.26); }
  body .crud-app form .helper h5 {
    color: rgba(0, 0, 0, 0.82); }
  body .crud-app form .helper p {
    color: #545454; }
  body .pricing-table-app .promo .promo-caption {
    color: rgba(0, 0, 0, 0.72); }
  body .error-wrapper #code {
    color: #252932; }
    body .error-wrapper #code i {
      color: #343842; }
  body .error-wrapper h1, body .error-wrapper h2, body .error-wrapper h3, body .error-wrapper h4, body .error-wrapper h5, body .error-wrapper h6 {
    color: #424650; }
  body .error-wrapper p {
    color: #6D7679; }
