/*DEEP*/
.themeDeep{
	background:#ECEFF1;
}
.themeDeep .boardSidebar{
	background: linear-gradient(#2c2e3e, #2c2e3e);
}
.themeDeep .boardSidebarLogo{
	background:rgba(0,0,0,0.1);
}
/**/
.themeDeep .rTabsNav li.active{
	color:#fff;
	background:#37474F;
}
.rTabsNav li.active:after{
	border-top-color:#37474F;
}








/*AMBIENT*/
.themeAmbient{
	background:#e9ebef;
}
.themeAmbient .boardSidebar{
	background: linear-gradient(#e4e4ec, #dadae2);
}
.themeAmbient .boardSidebarLogo{
	background:rgba(0,0,0,0.05);
}
