/* Development only styles */
/* This style is used to apply blue background to strings IDs that do not exist or that have l10nStatus="TBT" in the localized SML.*/
span.unlocalizedText {
	background-color: #CCFFFF; 
	background-image: none !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	border: 0 !important; 
	display: inline !important;
}
/* Style used to apply green background to strings in updated files that leveraged 100% from translation memory.*/
span.fullyLeverFileText {
	background-color: #B1F5B4; 
	background-image: none !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	border: 0 !important; 
	display: inline !important;
	
}
/* Style used to apply yellow background to strings in updated files that did not leverage 100% from translation memory and were sent to translators.*/
span.translatedFileText {
	background-color: #F4E898;
	background-image: none !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	border: 0 !important; 
	display: inline !important;	
}

/* Style used to apply purple background to strings that have the translateByRegion attribute set for a particular language*/
span.regionalText {
	background-color: #FFCFFF;
	background-image: none !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	border: 0 !important; 
	display: inline !important;	
}

/* Style used to apply red background to strings in files that have been excluded from translation.  This is used as a safety check.  The red highlight should never be seen in a valid flow unless L10N accidentally added the file to the exclusion list.*/
span.excludedText {
	background-color: #FF7070;
	background-image: none !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	border: 0 !important; 
	display: inline !important;	
}
