:root
{
	--bg:#999;
	/* --theme1:#F8F8FF; */
	--theme1:#EAEAF0;
	--theme1Transparent:#FFFFFFE2;

	--color1:#3D9BE2;
	--color1Alt1:#297FBC;
	--color1Alt2:#156BA8;

	/* --color2:#ED9BE2; */
	--color2:#2a353c;

	--text:#000;
	--textSoft:#2a353c;
	--textSoftInverted:#EFEFEF;
	--textDisabled:#BBB;
	--textDarkSoft:#2a353c;
	--textList:#2a353c;
	--textListRed:#BF0210;

	--listRow:#F5F9FF;
	--listRow_window:var(--fieldBackground);
	--listRow-disabled_window:var(--fieldDisabledBackground);
	--listRow-hover:#DBE8FF;
	--listRow-selected:#D0D4DA;
	--listRow-warning:#F4E5C7;
	--listRowBorder:#BBB;
}
:root.darkTheme
{
	--bg:#111;
	--theme1:#333;
	--theme1Transparent:#333333E2;
	--theme2:#4c5056;

	--text:#FFF;
	--textSoft:#EFEFEF;
	--textSoftInverted:var(--color2);
	--textDisabled:#5F5F5F;
	--textList:#FFF;
	--textListRed:#FF9595;

	--listRow:#4A4A4A;
	--listRow_window:var(--fieldBackground);
	--listRow-hover:#797d83;
	--listRow-selected:#636E79;
	--listRow-warning:#B89046;
	--listRowBorder:#676b71;
	--listRowBorder_window:#545F6A;
	--listRowBorder-disabled_window:#6F6F6F;

}