.A3ActionButtonLabelPrimary
{
	font-family      : 'Fira Sans'       !important;
	font-size        : 11px              !important;
	background-color : #0081C6           !important;
	color            : white             !important;
	border           : 1px solid #0081C6 !important;
	border-radius    : 3px               !important;
	cursor           : pointer           !important;
	margin-top       : 2px               !important;
	margin-left      : 5px               !important;
	height           : 16px              !important;
	width            : 60px              !important;
	text-align       : center            !important;
	outline: 0;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.A3ActionButtonLabelPrimary label,
.A3ActionButtonLabelSecondary label {
	cursor           : pointer           !important;
}

.A3ActionButtonLabelPrimary:hover 
{
    background-color : #429ED6           !important;
}
.A3ActionButtonLabelPrimaryDisabled
{
	font-family      : 'Fira Sans'       !important;
	font-size        : 11px              !important;
	background-color : #CCCCCC           !important;
	color            : white             !important;
	border           : 1px solid #CCCCCC !important;
	border-radius    : 3px               !important;
	cursor           : default           !important;
	margin-top       : 2px               !important;
	margin-left      : 5px               !important;
	height           : 16px              !important;
	width            : 60px              !important;
	text-align       : center            !important;
	outline: 0;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.A3ActionButtonLabelSecondary
{
	font-family      : 'Fira Sans'       !important;
	font-size        : 11px              !important;
	background-color : white             !important;
	color            : #474747           !important;
	border           : 1px solid #aaaaaa !important;
	border-radius    : 3px               !important;
	cursor           : pointer           !important;
	margin-top       : 2px               !important;
	margin-left      : 5px               !important;
	height           : 16px              !important;
	width            : 60px              !important;
	text-align       : center            !important;
	outline: 0;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.A3ActionButtonLabelSecondary:hover 
{
    background-color : #DDDDDD           !important;
}
.A3ActionButtonLabelSecondaryDisabled
{
	font-family      : 'Fira Sans'       !important;
	font-size        : 11px              !important;
	background-color : #FFFFFF           !important;
	color            : #CCCCCC           !important;
	border           : 1px solid #CCCCCC !important;
	border-radius    : 3px               !important;
	cursor           : default           !important;
	margin-top       : 2px               !important;
	margin-left      : 5px               !important;
	height           : 16px              !important;
	width            : 60px              !important;
	text-align       : center            !important;
	outline: 0;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.A3ActionButtonLabelPrimaryDisabled label,
.A3ActionButtonLabelSecondaryDisabled label {
	cursor           : default           !important;
}