:root {
	--theme-bg-color: #5A6A76;
	--theme-font-color: white;
	--theme-table-alternate-bg-color: #8AA4B8;
	--theme-table-head-bg-color: #3C4C58;
	--theme-table-alternate-head-bg-color: #6C869A;
	--theme-alarm-color: red;
	--theme-notice-color: yellow;
	--theme-success-color: white;
}

body {
	background-color: var(--theme-bg-color);
	color: var(--theme-font-color);
	font-family: System, Verdana, Arial; 
}

.loader_intext {
	border-top-color: var(--theme-bg-color);
	border-right-color: var(--theme-font-color);
	border-bottom-color: var(--theme-bg-color);
	border-left-color: var(--theme-font-color);
}

tr.table_hr {
	border-bottom: 1px solid var(--theme-font-color);
}