/*
Copyright 2019 Telefónica Soluciones de Informática y Comunicaciones de España, S.A.U.
PROJECT: Urbo2

This software and / or computer program has been developed by Telefónica Soluciones
de Informática y Comunicaciones de España, S.A.U (hereinafter TSOL) and is protected
as copyright by the applicable legislation on intellectual property.

It belongs to TSOL, and / or its licensors, the exclusive rights of reproduction,
distribution, public communication and transformation, and any economic right on it,
all without prejudice of the moral rights of the authors mentioned above. It is expressly
forbidden to decompile, disassemble, reverse engineer, sublicense or otherwise transmit
by any means, translate or create derivative works of the software and / or computer
programs, and perform with respect to all or part of such programs, any type of exploitation.

Any use of all or part of the software and / or computer program will require the
express written consent of TSOL. In all cases, it will be necessary to make
an express reference to TSOL ownership in the software and / or computer
program.

Non-fulfillment of the provisions set forth herein and, in general, any violation of
the peaceful possession and ownership of these rights will be prosecuted by the means
provided in both Spanish and international law. TSOL reserves any civil or
criminal actions it may exercise to protect its rights.
*/

:root {
  /* Brand */
  --brand: 'URBO';
  /* Img */
  --scope: url('/assets/img/scopes/default.svg');

  /* Colors */
  --colorN04: #f5f5f6;
  --colorN05: #f2f2f4;
  --colorN08: #EEEFF0;
  --colorN10: #E4E5E8;
  --colorN20: #c9cbd1;
  --colorN30: #AEB1B9;
  --colorN40: #9397A2;
  --colorN50: #787d8b;
  --colorN60: #626775;
  --colorN70: #4b505f;
  --colorN80: #383d4c;
  --colorN90: #292d3a;
  --colorN100: #1a1e29;

  --colorPrimary: #00475D;
  --colorPrimaryDark: #003245;
  --colorPrimaryText: #1A5A6E;
  --colorPrimaryLight: #336C7D;
  --colorAccent: #00b8c7;
  --colorAccentLight: #00c6d7;

  --colorWhite: #ffffff;
  --colorGreen: #00bb66;
  --colorRed: #ff4848;
  --colorGreenLightHover: #00e68e;
  --colorGreenLight: #00ff99;
  --colorBlue: #008ad0;
  --colorWarning: #ff9900;
  --colorError: #ff3300;
  --colorOK: #00cc00;

  --color-brand-10: #003245;
  --color-brand-20: #00475d;
  --color-brand-21: #1a5a6e;
  --color-brand-22: #336c7d;
/*
 These are the colours defined as Urbo style, see https://github.com/telefonicasc/urbo2/blob/master/docs/vertical_style_guide.md
 Can be defined by service or scope, see https://github.com/telefonicasc/urbo2/blob/master/docs/multitenant.md
*/

  --primary: #336C7D;
  --secondary: #00b8c7;
  --aux1: #8FBA00;
  --aux2: #FF7F0E;
  --aux3: #CBEA64;
  --aux4: #FFB96A;
  --alert1: #00B430;
  --alert2: #FCD120;
  --alert3: #FF6A0D;
  --alert4: #DE0000;
}
