.cloudBody .row {
	margin: 0;
}

.invisible {
	display: none;
}

#leftColumn,
#rightColumn {
	padding: 0px;
}

#rightColumn {
	min-width: 350px;
}

#leftColumn {
	padding-right: 5px;
}

.whitespace-break {
	white-space: pre-line;
	min-width: 200px;
}

#step1,
#step2 {
	min-width: 300px;
}

.margin {
	margin-right: 40px;
}

#submitZone {
	text-align: center;
	/* height: 70px; */
}

#submitZone[mode=progress] > span:first-child {
	display: none;
}

#submitZone[mode=submit] > span + span {
	display: none;
}

.classifyErrorStyle {
	color: red;
	font-weight: bold;
}

.classifyErrorStyle a {
	color: darkblue;
}

#formSubmit:active,
#formRestart:active {
	position: relative;
	top: 1px;
}

#formRestart {
	margin-right: 5px !important;
	margin-top: 5px;
}

#feedback {
	margin-left: 0px !important;
	margin-top: 5px;
}

#formSubmit[disabled]:active {
	top: 0px;
}

#submitImg {
	width: 30px;
}

#restartImg {
	width: 30px;
}

.labelArea {
	min-width: 227px;
	font-weight: bold;
	text-align: left;
}

.labelAreaSmall {
	min-width: 210px;
	font-weight: bold;
	text-align: left;
}

.labelInputAreaDynamic input {
	margin-bottom: 0px !important;
}

#userDataTable .labelArea {
	min-width: 235px;
}

#billingDataTable .labelArea {
	min-width: 235px;
}

.introductionFree {
	display: block;
	position: fixed;
	right: 15px;
	top: 20%;
	background: #fff0;
	border-radius: 10px;
	/* Add transition to the right property */
	transition: transform 0.5s ease;
	z-index: 1000;
}

.introductionClose {
	position: relative;
}

.introductionClose > img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.introductionClose > button {
	border-color: transparent;
	background: transparent;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.introductionShow {
	display: none;
	position: relative;
}

.introductionShow > img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.introductionShow > button {
	border-color: transparent;
	background: transparent;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.introductionFree > br {
	display: none;
}

.introductionGfx {
	width: 50%;
	min-width: 300px;
}

.introductionGfxB {
	padding: 0;
	width: 300px;
	cursor: pointer;
	display: block;
	border-color: transparent;
	background: transparent;
	transform: rotate(-3.7deg);
	margin-left: 20px;
}

.introductionFreeB {
	padding: 10px 20px 10px;
	width: 300px;
	float: none;
	display: block;
	background: #cc0001;
	transform: rotate(-3.7deg);
	margin-left: 29px;
	font-size: 18px;
	font-weight: bold;
	border-color: #cc0001;
	box-shadow: 0px 10px 40px -14px #cc0001;
}

.introductionFreeB.ml28 {
	margin-left: 28px;
}

.introductionFreeB > img {
	margin-left: 6px;
	height: 13px;
}

.labelArea input {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	height: 30px;
	background-color: transparent;
	border: none;
	padding: 3px;
	margin-bottom: 3px;
	display: inline-block;
	text-align: left;
	font-size: 100%;
	color: #474647;
}

.labelArea button {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 3px;
	height: 27px;
}

.labelArea input[type=checkbox] {
	height: 26px;
}

.labelInputArea,
.labelInputAreaDynamic {
	min-width: 200px;
	font-weight: bold;
	text-align: right;
}

.labelInputAreaDynamic {
	margin: auto 0;
}

.upgradeMessage {
	font-weight: bold;
	text-align: left;
	margin: 5px 20px 10px 20px;
}

.tableText {
	font-weight: bold;
	text-align: right;
}

.tableTextValues {
	text-align: left;
	background-color: transparent;
	border: none;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}

.col-form-label {
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	padding-left: 15px;
}

#resultArea .scaleMax {
	max-width: 1310px;
	margin: 0 auto;
}

.rmText.rmText {
	padding-top: 0;
}

.rmText .labelInputArea {
	max-width: 377px;
	text-align: left;
	font-size: 80%;
	padding-left: 22px;
}

#tableForm,
.resultLotProd {
	margin: auto;
}

.cloudBody .prodCostsTr {
	background-color: #fa8722;
	color: #fff;
	border-radius: 10px;
}

.cloudBody .totalPCFEmissionTr {
	margin-top: 5px;
	background-color:
		/* #77b659; */
		#9dcc86;
	color: #fff;
	border-radius: 10px;
}

.cloudBody .purchasePriceTr {
	margin-top: 5px;
	background-color: #77B659;
	color: #fff;
	border-radius: 10px;
}

.cloudBody .progCostsTr {
	margin-top: 5px;
	background-color: #9D9D9C;
	color: #fff;
	border-radius: 10px;
}

.labelInputArea input[type='password'],
.labelInputArea input[type='email'],
.labelInputArea input[type='text']:not(.placeholderSearch),
.labelInputArea input[type='number']:not(.placeholderSearch),
.labelInputArea select,
.labelInputArea option,
.labelInputAreaDynamic input[type='password'],
.labelInputAreaDynamic input[type='email'],
.labelInputAreaDynamic input[type='text']:not(.placeholderSearch),
.labelInputAreaDynamic input[type='number']:not(.placeholderSearch),
.labelInputAreaDynamic select,
.labelInputAreaDynamic option {
	height: 30px;
	width: 200px;
	color: #474647;
	padding: 6px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	background-color: #fff;
	outline: 0;
	transition: background-color .2s;
	margin-bottom: 3px;
	display: inline-block;
	min-width: 200px;
	font-size: 100%;
	background-color: white;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.labelInputArea input[type=number][disabled]:not(.placeholderSearch) .labelInputAreaDynamic input[type=number][disabled]:not(.placeholderSearch) {
	background-color: rgb(0, 0, 0, 0.08);
}

.labelInputArea input[type=number]::-webkit-outer-spin-button:not(.placeholderSearch),
.labelInputArea input[type=number]::-webkit-inner-spin-button:not(.placeholderSearch),
.labelInputAreaDynamic input[type=number]::-webkit-outer-spin-button:not(.placeholderSearch),
.labelInputAreaDynamic input[type=number]::-webkit-inner-spin-button:not(.placeholderSearch) {
	-webkit-appearance: none;
	margin: 0;
}

.labelInputArea input[type=number]:not(.placeholderSearch),
.labelInputAreaDynamic input[type=number]:not(.placeholderSearch) {
	-moz-appearance: textfield;
	width: 80px;
	min-width: 80px;
	text-align: right;
	padding-right: 3px;
}

.labelInputArea input[type=number]::-ms-clear:not(.placeholderSearch),
.labelInputAreaDynamic input[type=number]::-ms-clear:not(.placeholderSearch) {
	display: none;
}

.sliderticks {
	display: flex;
	justify-content: space-between;
	padding-left: 0.55em;
	padding-right: 0.5em;
	font-size: 80%;
	font-weight: normal;
	max-width: 300px;
}

.sliderticks p {
	position: relative;
	display: flex;
	justify-content: space-around;
	text-align: center;
	width: 1px;
	background: #D3D3D3;
	height: 3px;
	width: 2px;
	margin: -10px 0px 0px 0px;
	padding: 0;
}

input[type='range'] {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 300px;
	height: 2.5em;
	background: transparent;
	font: inherit;
	margin-top: -0.5em;
	font: inherit;
	font: inherit;
	height: 2.5em;
}

input[type='range'],
input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

input[type='range']::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: none;
	height: 0.25em;
	background: linear-gradient(90deg, rgba(119, 182, 89, 1) 19%,
			rgba(241, 135, 52, 1) 42%, rgba(241, 135, 52, 1) 64%,
			rgba(255, 0, 0, 1) 100%);
}

.revertColorRange::-webkit-slider-runnable-track {
	background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%,
			rgba(241, 135, 52, 1) 23%, rgba(241, 135, 52, 1) 45%,
			rgba(119, 182, 89, 1) 80%) !important;
}

input[type='range']::-moz-range-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: none;
	height: 0.25em;
	background: linear-gradient(90deg, rgba(119, 182, 89, 1) 19%,
			rgba(241, 135, 52, 1) 42%, rgba(241, 135, 52, 1) 64%,
			rgba(255, 0, 0, 1) 100%);
}

.revertColorRange::-moz-range-track {
	background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%,
			rgba(241, 135, 52, 1) 23%, rgba(241, 135, 52, 1) 45%,
			rgba(119, 182, 89, 1) 80%) !important;
}

input[type=range]::-ms-fill-lower {
	background: transparent;
}

input[type=range]::-ms-fill-upper {
	background: transparent;
}

input[type='range']::-ms-ticks-before {
	color: transparent;
	display: block;
}

input[type='range']::-ms-track {
	color: transparent;
}

input[type='range']::-ms-ticks-after {
	color: transparent;
	display: block;
}

input[type='range']::-ms-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: none;
	height: 0.25em;
	background: linear-gradient(90deg, rgba(119, 182, 89, 1) 19%,
			rgba(241, 135, 52, 1) 42%, rgba(241, 135, 52, 1) 64%,
			rgba(255, 0, 0, 1) 100%);
}

.revertColorRange::-ms-track {
	background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%,
			rgba(241, 135, 52, 1) 23%, rgba(241, 135, 52, 1) 45%,
			rgba(119, 182, 89, 1) 80%) !important;
}

input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	margin-top: -0.5em;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 1em;
	height: 1em;
	border-radius: 50% 50% 0 50%;
	transform: scaleX(0.8) rotate(45deg);
	box-shadow: .25em .25em .5em #888;
	background: linear-gradient(to right bottom, #fff, #ccc);
}

input[type='range']::-moz-range-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	margin-top: -0.5em;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 1em;
	height: 1em;
	border-radius: 50% 50% 0 50%;
	transform: scaleX(0.8) rotate(45deg);
	box-shadow: .25em .25em .5em #888;
	background: linear-gradient(to right bottom, #fff, #ccc);
}

input[type='range']::-ms-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	margin-top: -0.5em;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 1em;
	height: 1em;
	border-radius: 50% 50% 0 50%;
	transform: scaleX(0.8) rotate(45deg);
	box-shadow: .25em .25em .5em #888;
	background: linear-gradient(to right bottom, #fff, #ccc);
}

input[type='range']:disabled::-webkit-slider-thumb {
	background: #ccc !important;
}

input[type='range']:disabled::-webkit-slider-runnable-track {
	background: #ccc !important;
}

input[type='range']:disabled::-moz-range-track {
	background: #ccc !important;
}

input[type='range']:disabled::-moz-range-thumb {
	background: #ccc !important;
}

input[type='range']:disabled::-ms-thumb {
	background: #ccc !important;
}

input[type='range']:disabled::-ms-track {
	background: #ccc !important;
}

input[type='range']::-ms-tooltip {
	display: none;
}

input[type='range']:focus {
	outline: none;
}

/*input[type='range']:focus::-webkit-slider-thumb {
	background: #F18734;
}

input[type='range']:focus::-moz-range-thumb {
	background: #F18734;
}

input[type='range']:focus::-ms-thumb {
	background: #F18734;
}*/
input[type='range']:focus ~ label span {
	color: #95a;
}

input[type='range'] ~ label {
	color: #333;
}

input[type='range'] ~ label span {
	color: #ccc;
}

input[type='range'] ~ label:after {
	margin: -4px;
	content: ":";
}

.labels {
	position: absolute;
	bottom: 0;
	left: 0.75em;
}

.labels span {
	position: absolute;
	left: calc(var(- -i)*1.25em);
	transform: translate(-50%) scale(0.9);
	font-weight: 700;
}

.generalDataTableFormat {
	background-color: rgba(0, 0, 0, 0.03);
	border-radius: 15px;
	display: inline-block;
	padding: 10px;
}

.generalDataTableFormat .labelArea input:not([type=checkbox]),
.generalDataTableFormat .labelInputArea select {
	width: 330px;
	min-width: 330px;
}

#cockpitUserChartOptions .generalDataTableFormat label.labelArea {
	min-width: 250px;
}

#cockpitUserChartOptions .generalDataTableFormat div.labelArea {
	min-width: 100px;
}

#showPCFResultBtn {
	background-color: #77b659;
	border-color: #77b659;
	border-color: #77b659;
	box-shadow: 0px 10px 20px -14px #3e7327;
}

.formItemsStyle {
	padding: 5px;
}

.custom-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	/*padding-right: 36px !important; */
	/* make sure that text does not flow over dropdown button */
	/* only works in Firefox, unfortunately */
	text-overflow: ellipsis;
	width: 347px !important;
	min-width: 347px !important;
}

#modelnameRdonly {
	width: 347px !important;
	min-width: 347px !important;
}

.upgradeMessage {
	max-width: 500px;
}

#blankFailure {
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
	color: red;
}

.labelInputArea .blankInputFailure.blankInputFailure.blankInputFailure {
	border-color: red;
}

#blankMode,
#roundLength1,
#roundLength2,
#roundLength3 {
	margin-top: 10px;
}

.custom-select-disabled {
	color: gray !important;
	background: url("gfx/custom-select-disabled.svg") no-repeat #e0e0e0 right center !important;
}

.custom-select-hideLast + div > div.ss-content > div.ss-list > div:last-child {
	display: none;
}

.custom-select-hideSec + div > div.ss-content > div.ss-list > div:nth-child(2) {
	display: none;
}

.custom-select-hideThird + div > div.ss-content > div.ss-list > div:nth-child(3) {
	display: none;
}

.custom-select-single {
	width: auto;
	background: none;
	padding-right: 0px !important;
}

.custom-select::-ms-expand {
	/* hide native dropdown button in IE */
	display: none;
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.disabledExamples {
	opacity: 0.65;
	pointer-events: none;
}

#changeParamsBtn,
#planQuoteErrBtn {
	flex-basis: 0;
	flex-grow: 1;
}

.cloudBody .errViewerOnclick {
	margin-left: 10px;
	color: #77b659;
	text-decoration: underline;
	font-weight: bold;
}

#formChangeParams button {
	margin-left: 15px;
	margin-right: 15px;
}

.formSubmitWrapper {
	padding: 0;
}

#errorClassificationMsg {
	display: none;
}

/* BEGIN: PROGRESS BAR*/
.stepContainer {
	width: 100%;
	margin: 0 auto;
}

.stepProgressbar {
	counter-reset: step;
}

.stepProgressbar li {
	list-style-type: none;
	width: 33%;
	float: left;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: gray;
}

.stepProgressbar a {
	cursor: default;
}

.stepProgressbar a:before {
	width: 33px;
	height: 33px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 2px solid gray;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
	cursor: default;
}

.stepProgressbar li.active > a:before,
.stepProgressbar li.active > a {
	cursor: pointer;
}

.stepProgressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: gray;
	top: 15px;
	left: -50%;
	z-index: -1;
	cursor: default;
}

.stepProgressbar li:first-child:after {
	content: none;
}

.stepProgressbar li.active,
.stepProgressbar li.active > a {
	color: #77b659;
}

.stepProgressbar li.active:before,
.stepProgressbar li.active > a:before {
	border-color: #77b659;
}

.stepProgressbar li.active:after,
.stepProgressbar li.active > a:after {
	background-color: #77b659;
}

.settingsSection {
	padding-top: 20px;
}

.settingsSection a {
	font-weight: bold;
	color: #77b659;
}

.settingsSection p {
	margin-top: 0px;
	opacity: 50%;
}

#progressStep3 a:before,
#progressStep3 a {
	cursor: default !important;
}

.ss-main .ss-multi-selected .ss-values .ss-value {
	background-color: #77b659 !important;
}

.userAndBillingData {
	overflow: auto;
}

.userDataArea {
	float: left;
	margin-right: 20px;
	padding-bottom: 40px;
}

.billingDataArea {
	float: left;
	margin-right: 20px;
}

.billingDataDesc {
	text-align: left;
	margin-bottom: 10px
}

.highlightCalcVar {
	animation: highlightProdCosts 1s;
}

@keyframes highlightProdCosts {
	0% {
		background: #d56f17;
	}

	100% {
		background: #fa8722;
	}
}

.highlightProdCosts {
	animation: highlightProdCosts 0.4s;
}

@keyframes highlightPurchasePrice {
	0% {
		background: #5F9546;
	}

	100% {
		background: #77B659;
	}
}

.highlightPurchasePrice {
	animation: highlightPurchasePrice 0.4s;
}

@keyframes highlightProgCosts {
	0% {
		background: #828281;
	}

	100% {
		background: #9D9D9C;
	}
}

.highlightProgCosts {
	animation: highlightProgCosts 0.4s;
}

@keyframes highlightWhite {
	0% {
		background: #e0e0e0;
	}

	100% {
		background: #ffffff;
	}
}

.highlightExampleModels {
	animation: highlightWhite 1s;
}


/* END: PROGRESS BAR*/
@media (max-width : 575.98px) {

	.formItemsStyle .col-auto,
	.formItemsStyle .col-form-label {
		/* width: 100%; */
		text-align: left;
	}

	#step2 {
		margin-left: -15px;
		margin-right: -15px;
	}

	.generalDataTableFormat .labelArea input,
	.generalDataTableFormat .labelInputArea select,
	.tableTextValues {
		width: inherit;
	}

	.custom-select {
		min-width: 300px !important;
	}

	.labelArea {
		max-width: inherit;
		min-width: 210px !important;
	}

	.labelArea.minWidthNone {
		min-width: 0px !important;
	}
}

@media (min-width : 576px) {}

@media (max-width : 767.98px) {}

@media (min-width : 768px) {}

@media (max-width : 558px) {
	#feedback {
		margin-top: 10px !important;
	}
}

@media (max-width : 991.98px) {
	.stepContainer {
		margin-bottom: 20px;
	}

	.resetSubmitBtnArea {
		text-align: right;
	}

	#formRestart,
	#feedback {
		float: none !important;
	}

	#leftColumn {
		width: 100% !important;
		padding-right: 0px !important;
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) {

		/*  	#blankTable .row .col {*/
		#blankDefWrapper .row .col {
			padding-top: 0px !important;
			padding-bottom: 0px !important;
		}

		#rawPartDefWrapper .row .col {
			padding-top: 0px !important;
			padding-bottom: 0px !important;
		}
	}
}

@media (min-width : 992px) {}

@media (max-width : 1199.98px) {}

@media (min-width : 1200px) {}

@media (min-width :1011px) and (max-width:1163px) {
	#formChangeParams {
		margin-top: 10px;
	}
}

@media (min-width :1010px) and (max-width:1163px) {
	.labelInputAreaDynamic {
		padding-left: 0px;
		padding-right: 0px;
		margin: auto 0;
	}
}

@media (min-width :1011px) and (max-width:1264px) {
	.factorSlider {
		margin: 0 auto !important;
	}
}

@media (min-width :0px) and (max-width:619px) {
	.factorSlider {
		margin: 0 auto !important;
	}
}