﻿/*<meta conditions="Master.Import" />*/

/* ------------------ colours ---------------------------------- */

:root
{
	--col-logo: #00d639;
	/* Sage bright green logo colour */
	--col-black-90: rgba(0,0,0,0.9);
	/* rgba colour will be solid black in PDF */
	--col-action-minor-800: #001E2E;
	/* same as utility-major-700 (rebrand 2022) */
	--col-action-minor-700: #00283D;
	/* same as utility-major-600 (rebrand 2022) */
	--col-action-minor-600: #00324C;
	/* same as utility-major-500 (rebrand 2022) */
	/* --col-utility-major-500: #00324C; */
	/* (rebrand 2022) */
	--col-action-minor-500: #335B70;
	/* same as utility-major-400  (rebrand 2022)*/
	/* --col-utility-major-400: #335B70; */
	/* (rebrand 2022) */
	--col-action-minor-400: #668494;
	/* same as utility-major-300  (rebrand 2022)*/
	--col-action-minor-300: #99ADB7;
	/* same as utility-major-200 - close to old --col-slate-60  (rebrand 2022)*/
	--col-action-minor-200: #CCD6DB;
	/* same as utility-major-100 - same as old --col-slate-80  (rebrand 2022)*/
	--col-utility-major-75: #D9E0E4;
	/* (rebrand 2022) */
	--col-action-minor-100: #E6EBED;
	/* same as utility-major-50 - same as old --col-slate-90 (rebrand 2022) */
	--col-action-minor-50: #F2F5F6;
	/* same as utility-major-25 - same as old --col-slate-95 (rebrand 2022) */
	--col-semantic-neutral: #335B70;
	/* semantic-neutral-500 (rebrand 2022) */
	--col-semantic-positive: #008A21;
	/* semantic-positive-500 (rebrand 2022) */
	--col-semantic-caution: #EF6700;
	/* semantic-caution-500 (rebrand 2022) */
	--col-semantic-negative: #CD384B;
	/* semantic-negative-500 (rebrand 2022) */
	--col-semantic-info: #0060A7;
	/* semantic-info-500 (rebrand 2022) */
	--col-semantic-focus: #FFB500;
	/* semantic-focus-500 - same as old --col-gold (rebrand 2022) */
	--business-product: #007E45;
	/* changed from 008200 - colors.action.major.500 (rebrand 2022) */
	--business-product-hover1: #006738;
	/* changed from 006300 - colors.action.major.600 (rebrand 2022) */
	--business-product-hover2: #004D2A;
	/* changed from 004500 - colors.action.major.700 (rebrand 2022) */
	--col-yin-90: #191919;
	/* equivalent to rgba(0,0,0,0.90); */
	--col-yin-85: #262626;
	/* equivalent to rgba(0,0,0,0.85); */
	--col-yin-75: #404040;
	/* equivalent to rgba(0,0,0,0.75); */
	--col-yin-65: #595959;
	/* equivalent to rgba(0,0,0,0.65); */
	--col-yin-55: #737373;
	/* equivalent to rgba(0,0,0,0.55); */
	--col-yin-30: #b2b2b2;
	/* equivalent to rgba(0,0,0,0.30); */
	--col-yin-15: #d9d9d9;
	/* equivalent to rgba(0,0,0,0.15); */
	--col-yin-10: #e5e5e5;
	/* equivalent to rgba(0,0,0,0.10); */
	--col-yin-05: #f2f2f2;
	/* equivalent to rgba(0,0,0,0.05); */
	--col-grey-700: #4D4D4D; /* colorsGray700 */
--col-grey-750: #404040; /* colorsGray750 */
--col-grey-850: #262626; /* colorsGray850  is solid version of colorsComponentsLeftnavWinterStandardBackground (rebrand 2-2023) */
--col-grey-900: #191919; /* colorsGray900 */
--col-yang-30: rgba(255,255,255,0.3); /* colorsYang030 equivalent to colorsComponentsLeftnavWinterStandardSelected, or #696969 solid (rebrand 2-2023) */
--col-jade-t7: #D1FDE0; /* Jade T7 */
	
	
	
}
