﻿/** overwrites for testmode **/

div.titlebar::after,
th.titlebar::after
{
	/* simple inline badge after the title text */

	content: "TESTMODUS";
	display: inline-block;
	margin-top: -3px;
	margin-left: 0.6em;
	margin-left: 1em;
	padding: 0.15em 0.5em;
	background: #c00;
	color: #fff;
	font-weight: 600;
	font-size: 0.85em;
	line-height: 1;
	border-radius: 3px;
	vertical-align: middle;
	white-space: nowrap;
}
@media all and (max-width: 300px)
{
	div.titlebar::after,
	th.titlebar::after
	{
		content: "TEST";
	}
}

div.titlebar.isDirty::after,
th.titlebar.isDirty::after
{
	content: "\00a0[Niet opgeslagen]";
	font-style:  italic;
	color: #fff;
	background-color: darkorange;
}


/** overwrites for lightmode + testmode **/

/**

body.lightmode .treeview.sitestructure,
body.lightmode .treeview.documents
{
	--tv-bgcolor: #fff9ed;
}

body.lightmode .titlebar
{
    --titlebar-text-color: #fff;
	--titlebar-background: #dc6a00;
}

body.lightmode .pagetopbutton
{
    --titlebar-text-color: #fff;
}

body.lightmode legend
{
	--fieldset-legend-color: #fff;
	--fieldset-legend-background: #dc6a00;
}

**/


/** overwrites for darkmode + testmode **/

/**

body.darkmode .treeview
{
	--tv-bgcolor: #3f3c3c;
}

body.darkmode .titlebar
{
	--titlebar-background: #dc6a00;
}

body.darkmode legend
{
	--fieldset-legend-color: #fff;
	--fieldset-legend-background: #dc6a00;
}

**/
