/* color the AppColorTheme picker (sidekick) and the #deviceimage (right-iframe):
 Important to use background-color, in case others are set, for example the sflogo with background-image:
*/
/*#deviceimage.SFAppStyleblue .appmenu,*/
#deviceimage.SFAppStyle39589a .activity >.title,
.AppColorTheme[data-style="39589a"],
#deviceimage.SFAppStyle39589a .SFLogo {
	background-color:#39589a;
}
#deviceimage.SFAppStyle39589a .appmenu .sfchurchapp_iconlabel {
	color:#39589a;
}

/*#deviceimage.SFAppStyleteal .appmenu,*/
#deviceimage.SFAppStyle38afab .activity >.title,
.AppColorTheme[data-style="38afab"],
#deviceimage.SFAppStyle38afab .SFLogo {
	background-color:#38afab;
}
#deviceimage.SFAppStyle38afab .appmenu .sfchurchapp_iconlabel {
	color:#38afab;
}

/*#deviceimage.SFAppStylegreen .appmenu,*/
#deviceimage.SFAppStyle3daf38 .activity >.title,
.AppColorTheme[data-style="3daf38"],
#deviceimage.SFAppStyle3daf38 .SFLogo {
	background-color:#3daf38;
}
#deviceimage.SFAppStyle3daf38 .appmenu .sfchurchapp_iconlabel {
	color:#3daf38;
}

/*#deviceimage.SFAppStylered .appmenu,*/
#deviceimage.SFAppStylea1231c .activity >.title,
.AppColorTheme[data-style=a1231c],
#deviceimage.SFAppStylea1231c .SFLogo {
	background-color:#a1231c;
}
#deviceimage.SFAppStylea1231c .appmenu .sfchurchapp_iconlabel {
	color:#a1231c;
}

/*#deviceimage.SFAppStylesalmon .appmenu,*/
#deviceimage.SFAppStylee76263 .activity >.title,
.AppColorTheme[data-style="e76263"],
#deviceimage.SFAppStylee76263 .SFLogo {
	background-color:#e76263;
}
#deviceimage.SFAppStylee76263 .appmenu .sfchurchapp_iconlabel {
	color:#e76263;
}

/*#deviceimage.SFAppStyleblack .appmenu,*/
#deviceimage.SFAppStyle000000 .activity >.title,
.AppColorTheme[data-style="000000"]{
	background-color:#000;
}
#deviceimage.SFAppStyle000000 .appmenu .sfchurchapp_iconlabel {
	color:#FFF; /*exception to the rule*/
}
