.acgCssButton
{
	border-radius:10px;
}

.acgTabControlButton
{
	background-color:rgb(153,153,169);
	border-radius:0;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	padding:0.25em;
	text-align:center;
	color:rgb(255,255,255);
}
.acgTabControlButton.acgCssButtonDisabled
{
	background-color:rgb(51,51,83) !important;
	color:rgb(255,255,255);
}
.acgAnimatedTabControlButton.acgCssButtonDisabled
{
	color:rgb(153,193,208);
}

.acgAnimatedTabControlButton
{
	flex-grow:1;
	display:table-cell;
	vertical-align:top;
	background-color:rgb(223,223,217) !important;
	text-align:left;
	jcolor:rgb(13,39,77);
	color:rgb(255,255,255);
	width:43px;
	min-width:43px;
	height:43px;
	border-radius:0;
	line-height:0;
    transition: width 0.4s ease-in-out;
	padding:0 3px 0 0;
}
.acgTabControlButton.acgAnimatedTabControlButton.acgCssButtonDisabled
{
	background-color:rgb(223,223,217) !important;
	jcolor:rgb(13,39,77);
	color:rgb(0,0,40);
}
@media screen and (min-width: 768px)
{
	.acgAnimatedTabControlButton
	{
		width:48px;
		min-width:48px;
		height:48px;
	}

/*
	.acgTabControlButton
	{
		padding:0.5em;
	}
*/

	.acgAnimatedTabControlButton:not(.acgTocButton)
	{
		width:51px;		/* min button width PLUS the padding between buttons */
		min-width:51px;	/* min button width PLUS the padding between buttons */
	}
	.acgAnimatedTabControlButton.acgArrowButtonRight
	{
		width:48px;
		min-width:48px;
	}
	.acgTabControlButton.acgAnimatedTabControlButton.acgTabControlButtonActive
	{
		width:1600px;
	}
	.acgAnimatedTabControlButton .tabNumber
	{
		width:48px;
		min-width:48px;
	}
}
.acgAnimatedTabControlButton.acgCssButtonDisabled .tabNumber
{
	background-color:rgb(197,197,184) !important;
	color:rgb(51,51,83);
}
.acgAnimatedTabControlButton.acgCssButtonDisabled[data-acg-id='animatedTabButtonLeft'] .tabNumber, .acgAnimatedTabControlButton.acgCssButtonDisabled[data-acg-id='animatedTabButtonRight'] .tabNumber
{
	color:white;
}

.acgAnimatedTabControlButton .tabWrapper
{
	display:table;
	width:43px;
	min-width:43px;
	height:43px;
}
@media screen and (min-width: 768px)
{
	.acgAnimatedTabControlButton .tabWrapper
	{
		width:48px;
		min-width:48px;
		height:48px;
	}
}
.acgAnimatedTabControlButton.acgCssButtonDisabled .tabWrapper
{
	display:table;
	width:100%;
}
.acgAnimatedTabControlButton .tabNumber
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:43px;
	min-width:43px;
	height:43px;
	font-size:1.7em;
	font-weight:bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
}
@media screen and (min-width: 768px)
{
	.acgAnimatedTabControlButton .tabNumber
	{
		width:48px;
		min-width:48px;
		height:48px;
	}
}
.acgAnimatedTabControlButton:not(.acgCssButtonDisabled) .tabNumber
{
	background-color:rgb(0,153,153);
}
.acgAnimatedTabControlButton .tabLabel
{
	display:none;
	line-height:initial;
}
.acgTabControlButton.acgAnimatedTabControlButton.acgCssButtonDisabled .tabNumber
{
	background-color:rgb(197,197,184) !important;
}
.acgTabControlButton.acgAnimatedTabControlButton.acgCssButtonDisabled .tabLabel
{
	display:table-cell;
	vertical-align:middle;
	height:43px;
	text-align:left;
	padding:0 0.5em;
	background-color:rgb(223,223,217) !important;
}
@media screen and (min-width: 768px)
{
	.acgTabControlButton.acgAnimatedTabControlButton.acgCssButtonDisabled .tabLabel
	{
		height:48px;
	}
}
.transition-all
{
    transition: all .3s ease-in;
}

@media screen and (max-width: 767px)
{
	.acgAnimatedTabControlButton .tabWrapper
	{
		width:100%;
	}
	.acgTabControlButton.acgAnimatedTabControlButton.acgCssButtonDisabled
	{
	}
}

.acgCloseButton
{
	background-color:transparent;
	border:none;
}

.acgCssButton.acgTocMenuItem
{
	display:block;
}
.acgTocMenuItem .acgTocLabel
{
	color:rgb(0,153,153);
}
.acgTocMenuItem.acgCssButtonDisabled .acgTocNumber
{
	background-color:rgba(197,197,184) !important;
	color:rgb(52,51,83);
}
.acgTocMenuItem.acgCssButtonDisabled .acgTocLabel
{
	color:rgb(0,0,40);
}

.acgFooterButton
{
	background-color:rgb(2,157,170);
	border-radius:0;
	padding:0.25em;
	text-align:center;
	color:rgb(255,255,255);
	font-weight:bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
	width:100%;
	padding:1em;
}


.arrowButton
{
	jpadding: 0px;
    margin-top: 65px;
	margin-bottom: auto;
    jmargin-left: 20px;
    jmargin-right: 20px;
    jfont-size: 2em;
    jborder-radius: 24px;
    jborder: 1px solid;
    jwidth: 54px;
    jheight: 48px;
    jtext-align: center;
}

.arrowButton.acgCssButtonDisabled .svgIcon
{
	fill: #333353;
}

.arrowButton:hover:not(.acgCssButtonDisabled) .svgIcon
{
	fill: white;
}

#backButton
{
	margin-right:1.5em;
}

#nextButton
{
	margin-left:1.5em;
}

.acgRwdWide .toplevelaccordianbutton
{
	flex-basis:25%;
	margin-top: 55px;
}

.acgRwdNarrow .toplevelaccordianbutton
{
	border: 1px solid #00E6DC;
	border-radius: 0;
	height: 70px;
}

.acgRwdNarrow .acgCssButtonSelected.toplevelaccordianbutton
{
	background-color: #0087BE;
}

.acgRwdNarrow .acgCssButtonDisabled.toplevelaccordianbutton:not(.acgCssButtonSelected)
{
	border-color: #00646E;
}

.toplevelaccordianbutton:hover
{
	border-color: white;
}

.toplevelaccordianbuttoncontainer
{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.acgRwdNarrow .toplevelaccordianbuttoncontainer
{
	height: 100%;
	align-items: center;
}

.buttonContentContainer
{
	display:flex;
	flex-direction:column;
}

.acgRwdNarrow .buttonContentContainer
{
	flex-direction:row;
	width: 100%;
	padding-left: 0.5em;
}

.firstButtonContentContainer
{
	position: relative;
}

#beginHereBox
{
	border: 1px solid #CCCCD4;
	width: 155px;
	height: 56px;
	line-height: 56px;
	font-size: 1.125em;
	font-weight: bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
	text-align: center;
	position: absolute;
	top: -120px;
	left: -57px;
}

.acgCssButton:focus-visible #beginHereBox
{
	outline-style: solid;
	joutline-offset: 2px;
}

#beginHereDashedLine
{
	border-left: 1px dashed #CCCCD4;
	width: 1px;
	height: 45px;
	position: absolute;
	top: -50px;
	left: 20px;
}

.svgIcon
{
	fill: #00E6DC;
	jwidth: 100px;
	margin-left: auto;
	margin-right: auto;
}

.acgRwdNarrow .svgIcon
{
	margin-top: auto;
	margin-bottom: auto;
}

.svgButtonIndicatorIcon
{
	fill: white;
	margin-right: 15px;
	margin-top: auto;
	margin-bottom: auto;
}

.acgCssButtonSelected .svgButtonIndicatorIcon
{
	display: none;
}

.svgButtonIndicatorIconSelected
{
	display: none;
}

.acgCssButtonSelected .svgButtonIndicatorIconSelected
{
	display: block;
	fill: white;
	margin-right: 15px;
	margin-top: auto;
	margin-bottom: auto;
}

.acgRwdWide .svgButtonIndicatorIcon
{
	display: none;
}

.acgRwdWide .svgButtonIndicatorIconSelected
{
	display: none;
}

.svgIconConclusionsActionsButton
{
	fill: #00E6DC;
	jwidth: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.acgRwdNarrow .svgIconConclusionsActionsButton
{
	margin-left: 1em;
	margin-right: 1em;
}

.acgCssButton:hover .svgIconConclusionsActionsButton
{
	fill: white;
}

.categoryButtonLabel
{
	color: #00E6DC;
	text-align: center;
	font-size: 1.125em;
	font-weight: bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
	margin-top: 0.5em;
}

.acgRwdNarrow .categoryButtonLabel
{
	margin-left: 0.5em;
	text-align: left;
	margin-top: 0;
	flex-grow: 0;
}

.conclusionsActionsButton
{
	width: 100px;
}

.acgRwdNarrow .conclusionsActionsButton
{
	border: 1px solid #00E6DC;
    border-radius: 0;
	width: 320px;
    height: 70px;
	margin-bottom: 20px;
	
}

.conclusionsActionsButton:hover
{
	border-color: white;
}

.conclusionsActionsButtonContentContainer
{
}

.acgRwdNarrow .conclusionsActionsButtonContentContainer
{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
}

.conclusionsActionsButtonLabel
{
	color: #00E6DC;
	text-align: center;
	font-size: 1.125em;
	font-weight: bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
	margin-top: 0.5em;
}

.acgCssButton:hover .conclusionsActionsButtonLabel
{
	color: white;
}

.acgRwdNarrow .conclusionsActionsButtonLabel
{
	margin-top: 0;
}


#accButton2.acgCssButtonDisabled:not(.acgCssButtonSelected) .categoryButtonLabel, #accButton2.acgCssButtonDisabled:not(.acgCssButtonSelected) .svgIcon
{
	color: #CCCCD4;
	fill: #CCCCD4;
}

#accButton3.acgCssButtonDisabled:not(.acgCssButtonSelected) .categoryButtonLabel, #accButton3.acgCssButtonDisabled:not(.acgCssButtonSelected) .svgIcon
{
	color: #9999A9;
	fill:  #9999A9;
}

#accButton4.acgCssButtonDisabled:not(.acgCssButtonSelected) .categoryButtonLabel, #accButton4.acgCssButtonDisabled:not(.acgCssButtonSelected) .svgIcon
{
	color: #66667E;
	fill: #66667E;
}

#accButton1:hover:not(.acgCssButtonDisabled) .categoryButtonLabel, #accButton1:hover:not(.acgCssButtonDisabled) .svgIcon
{
	color: white;
	fill: white;
}
#accButton2:hover:not(.acgCssButtonDisabled) .categoryButtonLabel, #accButton2:hover:not(.acgCssButtonDisabled) .svgIcon
{
	color: white;
	fill: white;
}
#accButton3:hover:not(.acgCssButtonDisabled) .categoryButtonLabel, #accButton3:hover:not(.acgCssButtonDisabled) .svgIcon
{
	color: white;
	fill: white;
}
#accButton4:hover:not(.acgCssButtonDisabled) .categoryButtonLabel, #accButton4:hover:not(.acgCssButtonDisabled) .svgIcon
{
	color: white;
	fill: white;
}

.selectedAppText
{
	margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
	font-size: 1.125em;
	jfont-weight: bold;
}

.acgRwdNarrow .selectedAppText
{
	margin-top: 5px;
	text-align: left;
	flex-grow: 0;
}

.acgRwdNarrow .buttonTextContainer
{
	display: flex;
    flex-direction: column;
    justify-content: center;
	flex-grow: 1;
}

.selectedAppTextChart
{
	margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: Left;
	font-size: 1.125em;
	jfont-weight: bold;
	position: relative;
	z-index: 1;
}

.productButton
{
	width: 120px;
	height: 120px;
	border: 1px solid #00E6DC;
	border-radius: 0;
	text-align: center;
	padding: 5px;
	margin: 5px;
	line-height:100px;
	vertical-align: top;
}

.productButton:hover:not(.acgCssButtonSelected)
{
	background-color: #00BEDC;
	border-color: white;
}

.acgRwdNarrow .productButton
{
	jwidth: 80vw;
	width: 100%;
	height: 50px;
	line-height:35px;
	background-color: rgb( 0, 85, 124 );
	font-size: 1.125em;
	font-weight: bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
	margin: 0;
	text-align: left;
	padding-left: 1em;
}

.productButton.acgCssButtonSelected
{
	background-color: #0087BE;
}

.productButtonSim
{
	width: 120px;
	height: 120px;
	border: 1px solid #00E6DC;
	border-radius: 0;
	text-align: center;
	padding: 5px;
	margin: 5px;
}

.productButtonSim:hover:not(.acgCssButtonSelected)
{
	background-color: #00BEDC;
	border-color: white;
}

.acgRwdNarrow .productButtonSim
{
	jwidth: 80vw;
	width: 100%;
	height: 50px;
	line-height:35px;
	background-color: rgb( 0, 85, 124 );
	jfont-size: 1.125em;
	jfont-weight: bold;
	margin: 0;
	text-align: left;
	padding-left: 1em;
}

.productButtonSim.acgCssButtonSelected
{
	background-color: #0087BE;
}

.subcategoryContainer
{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}

.acgRwdWide .subcategoryContainer
{
	margin-bottom: 10px;
}

.acgRwdNarrow .subcategoryContainer
{
	flex-direction: column;
}


.subcategoryButton
{
	width: 120px;
	height: 60px;
	border: 1px solid #00E6DC;
	border-radius: 0;
	padding: 5px;
	margin: 5px;
}

.subcategoryButton:hover:not(.acgCssButtonSelected)
{
	background-color: #00BEDC;
	border-color: white;
}

.acgRwdNarrow .subcategoryButton
{
	jwidth: 80vw;
	width: 100%;
	margin: 0px;
	background-color: rgb( 0, 85, 124 );
}

.subcategoryButton.acgCssButtonSelected
{
	background-color: #0087BE;
}

.subcategoryButtonLabel
{
	text-align: center;
}

.acgRwdNarrow .subcategoryButtonLabel
{
	text-align: left;
	font-size: 1.125em;
	font-weight: bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
	line-height: 1.1em;
	flex-grow: 1;
}

#considerBackButton
{
	font-size: 1.125em;
	font-weight: bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
	color: #00E6DC;
	fill: #00E6DC;
	display: flex;
	align-items: center;
}

.acgRwdNarrow #considerBackButton
{
	position: absolute;
	top: 30px;
	right: 30px;
}

#considerBackButton:hover
{
	color: white;
	fill: white;
}

#learnMoreAboutButton
{
	border: 1px solid #00E6DC;
	border-radius: 0;
	jwidth: 100%;
	height: 75px;
	color: white;
	font-size: 1.125em;
	font-weight: bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 40px;
}

.acgRwdWide #learnMoreAboutButton
{
	width: 296px;
	justify-content: flex-start;
}

.acgRwdNarrow #learnMoreAboutButton
{
	width: 296px;
	max-width: 80vw;
	justify-content: flex-start;
}

#learnMoreAboutButton:hover
{
	border-color: white;
}


.learnMoreAboutButtonText
{
	padding-left: 20px;
	padding-right: 20px;
	width: 256px;
}

.learnHowCanWorkHarderButtonText
{
	padding-left: 20px;
	padding-right: 20px;
	width: 256px;
}

.returnToConclusionsButton
{
	width: 375px;
	height: 75px;
	border: none;
	border-radius:0;
	text-align: center;
	padding: 10px;
	background-color: #00E6DC;
	color: rgb(0, 0, 40);
	font-size: 1.125em;
	font-weight: bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
	margin-top: -40px;
}

.acgRwdNarrow .returnToConclusionsButton
{
	width: 100%;
	margin-top: 30px;
}

.acgRwdWide .returnToConclusionsButton
{
	max-width: 35vw;
}

.returnToConclusionsButton:hover
{
	background-color: white;
}

.returnToConclusionsButtonContent
{
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: flex-start;
	height: 100%;
}

.svgReturnToConclusionsIcon
{
	margin-left: 10px;
	margin-right: 10px;
	fill: #000028;
}



/*
.iconPLM
{
	background-image:url("../images/icon_plm.png");
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.iconMCAD
{
	background-image:url("../images/icon_plm.png");
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.iconECAD
{
	background-image:url("../images/icon_plm.png");
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.iconSim
{
	background-image:url("../images/icon_plm.png");
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
*/


.export-button
{
    color:white;
    text-decoration:none;
    background-color:#029DAA;
	border-radius:0;
    width:8rem;
    padding:0.4em 0;
    text-align:center;
    position: absolute;
    right: 1em;
    bottom: 1em;
    jcursor: pointer;
    jbox-shadow: 2px 2px 0px rgba(0,0,0,0.5);
}

.export-button
{
    position: relative;
    right: auto;
    bottom: auto;
}