/*
------------------------------------------------------------------------
Title        : customer_defs.css
------------------------------------------------------------------------
Created : 22-12-2014 kk as /customer/customer_defs.css
Version : 14-02-2019 kk
Remarks : Definition of some WebCheck specific CSS variables.
          Must be placed in in the '/customer' directory of the webcheck server
          here: Special definition for customer 'addvantage'/ADDCOM
------------------------------------------------------------------------
*/

:root {
  /* New-style-Button: normal display color and color in hover (mouse over)
   * possible values:  html rgb specification i.e. rgb(141,191,68) or
   *                   html color names i.e. LightSlateGray
   * Default: --bigbutt-color: LightSlateGray;
   *          --bigbutt-hover-color: RoyalBlue;
   */
  --bigbutt-color: #494D50;       /* 'addvantage' darkest gray */
  --bigbutt-hover-color: #007481; /* 'addvantage' cold blue-green */

  /* New-style-Button: buttons frame width and button width&height
   * possible values: width/height in pixel.
   * Default: --bigbutt-frame-width: 300px;
   *          --bigbutt-butt-width: 200px;
   *          --bigbutt-butt-height: 40px;
   * Note: bigbutt-frame-width must be greater than bigbutt-butt-width!
   */
  --bigbutt-frame-width: 500px;
  --bigbutt-butt-width: 380px;
  --bigbutt-butt-height: 45px;

  /* New-style-Button: font and font size for buttons text
   * Default: 110%/120% Arial, Helvetica, sans-serif
   * font ::= <'font-size'> [ / <'line-height'> ]? <'font-family'>
   *  font-family ::= [[ <family-name> | <generic-family> ],]*
   *                  [<family-name> | <generic-family>]
   */
  --bigbutt-font: 100%/110% Verdana, Helvetica, sans-serif;

  /* Display the product name in login form? possible values: [none|block]
   * Default (=yes): --login-display-prodname: block;
   */
  --login-display-prodname: none;

  /* New-style-UI: Side- and Titlebars: (draw-)color and background-color
   * possible values:  html rgb specification i.e. rgb(141,191,68) or
   *                   html color names i.e. DimGray
   * Default: --side-and-titlebar-color: white;
   *          --side-and-titlebar-background-color: DimGray;
   */
 --side-and-titlebar-background-color: #494D50;

}

