/************************************************************************************************************************
	app.css: Tags designed to support app viewing	

		Copyright (c) 2012-Present - agileKaizen, Ltd., all rights reserved. http://agileKaizen.com

 ************************************************************************************************************************/


 /* =========================== RIGHT PANELS =========================== */
.rightPanel {background-color:var(--brand-background-tertiary);}
.rightPanel-header {background-color:var(--brand-surface); border-bottom:1px solid var(--brand-outline);}
	.rightPanel .entity-toolbar {background-color:var(--brand-surface);}
.rightPanel-body {padding:1rem; background-color:var(--brand-background-tertiary); border-top:1px solid var(--brand-outline);}
.rightPanel-footer {background-color:var(--brand-background-tertiary); padding:1rem;}
	.rightPanel-footer .entity-toolbar {background-color:var(--brand-background-tertiary);}


 /* =========================== DRILL ACCORDIONS =========================== */
.pitfallAccordionIcon {display:inline-block; transition:transform 0.2s ease;}
.pitfallAccordionHeader.active .pitfallAccordionIcon {transform:rotate(180deg);}

.keyDistinctionChoiceSelector.active .text-muted {color:rgba(var(--bs-white-rgb),.8) !important;}
