/****************************************************************************************************** Common to all recipe pages */






/****************************************************************************************************** Busy Message Popup screen */
#idXHRBusyPopupScreen
{
	position: fixed; /*fixed;*/ /*absolute;*/
	left: 2em;
	top: 2em;
	z-index: 9999;
	
	
	/*position:fixed;
	top: 50%;
	left: 50%;
	
	transform: translate(-50%, -50%);*/
	

	height: 40px;
	width: auto;

	display: none; /* default to hidden */

	background-color: #fff; 

	border: 3px solid #47f; 
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	opacity: 0.80;
}
#idXHRBusyPopupScreen #idXHRMessageBox
{

	display: flex;
	align-items: center;
	justify-content: center;
		
	height:100%;
	width:100%;

}

#idXHRBusyPopupScreen #idXHRMessageBox div *
{
	/*remove align-items: center; from the parent container then enable this...or create more specific to control what aligns middle and what doesnt within a single div*/
	/*margin-top:auto;
	margin-bottom:auto;*/
}

#idXHRBusyPopupScreen #idXHRMessageBox span
{
	color: #47f;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.15em;
}
#idXHRBusyPopupScreen #idXHRMessageBox img
{
	height: 25px;
	width: auto;
	
	margin-left: 5px;
	
}



























/****************************************************************************************************** configure text display classes */
.clsSuperScript
{
	font-weight: bold;
	font-size: 1.15em;
	padding: 0.15em;
	margin: 0.1em;
	line-height: 1.25;
}
.clsSuperScriptBlack
{
	color:#333;
	font-weight: bold;
	font-size: 1.15em;
	padding: 0.15em;
	margin: 0.1em;
	line-height: 1.25;
}
.clsSuperScriptBlue
{
	color:#00F;
	font-weight: bold;
	font-size: 1.15em;
	padding: 0.15em;
	margin: 0.1em;
	line-height: 1.25;
}
.clsSuperScriptWhite
{
	color:#FFF;
	font-weight: bold;
	font-size: 1.15em;
	padding: 0.15em;
	margin: 0.1em;
	line-height: 1.25;
}
.clsSubScript
{
	font-size: .75em;
	padding: 0.1em;
	margin: 0.1em;
	line-height: .75;
}
.clsSubScriptBlack
{
	color:#999;
	font-size: .75em;
	padding: 0.1em;
	margin: 0.1em;
	line-height: .75;
}
.clsSubScriptBlue
{
	color:#00F;
	font-size: .70em;
	padding: 0.1em;
	margin: 0.1em;
	line-height: .75;

}
.clsSubScriptWhite
{
	color:#FFF;
	font-size: .70em;
	padding: 0.1em;
	margin: 0.1em;
	line-height: .75;

}
.clsSubScriptEmphasize
{
	/*font-weight: bold;*/
	font-size: 0.85em;
	padding: 0.1em;
	margin: 0.1em;
	line-height: .75;
	
}
.clsSubScriptEmphasizeBlack
{
	color:#777;
	/*font-weight: bold;*/
	font-size: 0.85em;
	padding: 0.1em;
	margin: 0.1em;
	line-height: .75;
	
}
.clsSubScriptEmphasizeScriptureBlack
{
	color:#777;
	/*font-weight: bold;*/
	font-size: 0.85em;
	padding: 0.1em;
	margin: 0.2em 1.0em 0 1.0em;
	line-height: .9;
	
}
.clsSubScriptEmphasizeReference
{
	/*font-weight: bold;*/
	font-size: 0.85em;
	padding: 0.1em;
	margin: 0.2em 2.0em 0.2em 2.0em;
	line-height: .9;
	
}
.clsSubScriptEmphasizeReferenceBlack
{
	color:#777;
	/*font-weight: bold;*/
	font-size: 0.85em;
	padding: 0.1em;
	margin: 0.2em 2.0em 0.2em 2.0em;
	line-height: .9;
	
}
.clsEmphasize
{
	font-weight: bold;
	font-size: 1.0em;
	padding: 0.1em;
	margin: 0.1em;
	line-height: 1.0;
}
.clsEmphasizeBlack
{
	color:#333;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0.1em;
	margin: 0.1em;
	line-height: 1.0;
}
.clsEmphasizeWhite
{
	color:#FFF;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0.1em;
	margin: 0.1em;
	line-height: 1.0;
}
.clsEmphasizeBlue
{
	color:#00F;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0.1em;
	margin: 0.1em;
	line-height: 1.0;
}
.clsEmphasizeReference
{
	font-weight: bold;
	font-size: 1.0em;
	padding: 0.1em;
	margin: 0.25em;
	line-height: 1.0;
}
.clsCompactWhite
{
	color:#FFF;
	font-weight: normal;
	font-size: 0.80em;
	padding: 0.1em;
	margin: 0.1em;
	line-height: 1.0;
}
.clsEasyReadMultiDisplay
{
	font-family: sans-serif;
	font-size: .9em;
	line-height: 2.0;
}
.clsEmphasizeMultiDisplay
{
	font-family: sans-serif;
	font-size: .95em;
	line-height: 1.25;
}
.clsCompactField 
{
	margin: .3em 0 0 0 !important;
	padding: 0 0 0 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none !important;

}
.clsIsolateMultiDisplay
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.clsInlineIcon
{
	margin: 0 0 0 .1em;

	height: 1.5em;
	width: auto;
	
	cursor: pointer;
}

.clsSimpleAnchor a {
	text-decoration: none;
}
.clsSimpleAnchor a:link, .clsSimpleAnchor a:visited {
	color:white;
}
.clsSimpleAnchor a:hover {
	color:red;
}

.clsAlignCenter{
	text-align:center;
}


















/****************************************************************************************************** Element Display Controls classes */
/**************** Required for Element Display Controller Javascript Functions */
.clsElementDisplayControlActivate
{
	display: block;
}
.clsElementDisplayControlDeactivate
{
	display: none;
}





