:root {
  --customer-blue: #be461c;
  --customer-blue-hover: #a41511;
  --customer-red: #be3624;
  --customer-yellow: #e8cd06;
  --customer-black: #111;
  --customer-gray: #333;
  --customer-white: white!important;

  --default-color: #333;
  --background-default-color: #eee!important;
  --configuration-block-default-color: #ddd;

  --custom-ui-default-color: #333;
  --custom-ui-background-default-color: var(--customer-blue);

  --dialog-default-color: #333;
  --dialog-background-default-color: white!important;

  --md-tab-default-color: var(--customer-blue);
  --md-tab-background-default-color: white!important;

  --toolbar-default-color: white!important;
  --toolbar-background-default-color: var(--customer-blue);

  --panel-heading-default-color: white;
  --panel-heading-background-default-color: var(--customer-blue);

  --panel-default-color: white!important;
  --panel-background-default-color: white!important;

  --footer-default-color: white!important;
  --footer-background-default-color: #333;

  --progress-bar-default-color: var(--customer-yellow);
  --progress-bar-container-default-color: var(--customer-gray);

  --button-custom-background-color: var(--customer-blue);
  --button-custom-border-color: var(--customer-blue);
  --button-custom-hover-color: var(--customer-blue-hover);
  --button-custom-color: #fff;
}


