
.acgCssButton
{

}
.acgCssButton.myRadioButton
{
	jpadding:1em 0;
}

.outputPanelMenu .acgCssButtonSelected
{
	color:rgb(242,169,0);
	border-bottom:2px solid #f2a900 !important;
}

.acgCssButtonIconContainer
{
	padding-left:0;
}

.acgRadioButtonInnerCircle
{
	position:absolute;
	box-sizing: border-box;
	left:0;
	top:0;
	width:10px;
	height:10px;
	margin:5px;
	
	background-color:#ffffff;
	border-radius:5px;
}

.acgCssButtonSelected .acgRadioButtonInnerCircle
{
	background-color:#f2a900;
}

.myHeaderButton
{
	font-size:1.2em;
	pointer-events:auto;
	
	vertical-align:middle;
	
	jmin-height:40px;
	
	color:#ffffff;
	text-align:center;
	
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	
	padding-left:7px;
}
.myHeaderButton img
{
	width:52px;
	height:52px;
}
.acgRwdNarrow .myHeaderButton img
{
	width:32px;
	height:32px;
}

.myHeaderButton:hover
{
	opacity:0.7;
}

.myButton
{
	padding:16px;
	font-size:12px;
	font-family:'Montserrat';
	
	color:#000000;
	background-color:#ffb71b;
	border:1px solid #ffb71b;
	font-weight:600;

	white-space:nowrap;
	text-transform:uppercase;
}

.myButton:hover
{
	background-color:white;
	border:1px solid #ffb71b;
}

.myAppButton
{
}




