.btn {
	cursor: pointer;
}

@media (max-width: 1023px) {
    .ecocalculator > .container {
    	padding-left: 33px;
    	padding-right: 33px;
    }
}
.cl-filmtec-eco-elements-calculator:before,
	.cl-filmtec-eco-elements-calculator:after {
	content: " ";
	display: table
}

.cl-filmtec-eco-elements-calculator:after {
	clear: both
}

.cl-filmtec-eco-elements-calculator__header {
	display: inline-block;
	width: 100%
}
.cl-filmtec-eco-elements-calculator label {
	font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.cl-filmtec-eco-elements-calculator a.heading-anchor {
    font-size: inherit;
    color: #337ab7;
}

.cl-filmtec-eco-elements-calculator__step__content--final {
	display: inline-block
}

.cl-filmtec-eco-elements-calculator__step__content--final__wrapper {
	margin-left: -15px;
	margin-right: -15px
}

.cl-filmtec-eco-elements-calculator__step__content--final__wrapper:before,
	.cl-filmtec-eco-elements-calculator__step__content--final__wrapper:after
	{
	content: " ";
	display: table
}

.cl-filmtec-eco-elements-calculator__step__content--final__wrapper:after
	{
	clear: both
}

.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .left
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media ( min-width : 992px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .left
		{
		float: left;
		width: 58.3333333333%
	}
}

.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .right
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .right label.checkbox-inline
	{
	padding-right: 10px
}

@media ( min-width : 992px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .right
		{
		float: left;
		width: 41.6666666667%
	}
}

@media ( max-width : 373px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .left,
		.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .right
		{
		padding: 0
	}
}

@media ( max-width : 373px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .left .checkbox-inline+.checkbox-inline,
		.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .right .checkbox-inline+.checkbox-inline
		{
		margin: 5px 0 5px 0;
		display: block
	}
}

.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .left .key label,
	.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .right .key label
	{
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal
}

.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .left .key label+label,
	.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .right .key label+label
	{
	margin-left: 10px
}

.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .left .key .square,
	.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .right .key .square
	{
	width: 15px;
	height: 15px;
	display: inline-block
}

.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .left .key .square--light-blue,
	.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .right .key .square--light-blue
	{
	background: #b8c8d4
}

.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .left .key .square--light-green,
	.cl-filmtec-eco-elements-calculator__step__content--final__wrapper .right .key .square--light-green
	{
	background: #b2e0c1
}

.cl-filmtec-eco-elements-calculator table th, .cl-filmtec-eco-elements-calculator table.table > tbody > tr > td {
	padding: 8px;
    font-size: 14px;
    border-top: 1px solid #ddd;
}
.cl-filmtec-eco-elements-calculator table th, .cl-filmtec-eco-elements-calculator div[data-id=defaultValues] table.table > tbody > tr > td {
	text-align: left;
}
.cl-filmtec-eco-elements-calculator table th:first-child, .cl-filmtec-eco-elements-calculator table.table > tbody > tr > td:first-child {
	padding-left: 8px;
	width: 60px;
    display: table-cell;
}
.cl-filmtec-eco-elements-calculator table th:first-child, .cl-filmtec-eco-elements-calculator table.table > tbody > tr > td[data-col=out] {
	line-height: 27px;
}
.cl-filmtec-eco-elements-calculator div[data-id=FinalSavings] table > tbody > tr > td:first-child {
	width: unset;
}
.cl-filmtec-eco-elements-calculator div[data-id=FinalSavings] table > tbody > tr > th:first-child {
	display: block;
    width: 100%;
}
.cl-filmtec-eco-elements-calculator__step__content--final__scenario {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 50px 0;
	display: none
}

@media ( min-width : 992px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario {
		float: left;
		width: 100%
	}
}

.cl-filmtec-eco-elements-calculator__step__content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f9f9f9;
	border-radius: 3px;
	padding: 15px
}

@media ( min-width : 768px) {
	.cl-filmtec-eco-elements-calculator__step__content {
		float: left;
		width: 100%
	}
}

.cl-filmtec-eco-elements-calculator__step__content__wrapper ol {
	list-style: none;
	margin-bottom: 0;
	display: inline;
	float: left;
	text-align: center;
	padding: 25px 0;
	width: 33.33%
}

@media ( max-width : 1200px) {
	.cl-filmtec-eco-elements-calculator__step__content__wrapper ol {
		width: 49%
	}
}

@media ( max-width : 768px) {
	.cl-filmtec-eco-elements-calculator__step__content__wrapper ol {
		float: initial
	}
}

.cl-filmtec-eco-elements-calculator__step__content__wrapper ol>label {
	padding-bottom: 25px;
	width: 100%
}

@media ( max-width : 768px) {
	.cl-filmtec-eco-elements-calculator__step__content__wrapper ol>label {
		padding-top: 25px
	}
}

.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li {
	padding: 5px
}

.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li label,
	.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li input[type="number"],
	.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li select
	{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	text-align: right;
	padding-right: 10px;
    font-size: 14px;
}

@media ( max-width : 373px) {
	.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li label,
		.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li input[type="number"],
		.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li select
		{
		text-align: center;
		padding-right: 0
	}
}

.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li label
	{
	font-weight: normal;
	padding-top: 5px
}

@media ( max-width : 373px) {
	.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li label
		{
		width: 100%;
		white-space: nowrap
	}
}

.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li input[type="number"]
	{
	line-height: 25px;
	text-align: center;
	outline: none;
	height: 30px;
	border-radius: 3px 0px 0px 3px;
	border: solid 1px #B3B3B3;
	border-right: none
}

@media ( max-width : 373px) {
	.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li input[type="number"]
		{
		width: 100%
	}
}

.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li .input-group
	{
	display: inline-block;
    width: unset;
}

@media ( max-width : 373px) {
	.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li .input-group
		{
		right: 20px
	}
}

@media ( min-width : 373px) and (max-width: 768px) {
	.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li .input-group
		{
		margin-right: 45px
	}
}

.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li .input-group span.unit
	{
    font-size: 14px;
	position: absolute;
	right: -44px;
	top: 0px;
	background-color: white;
	height: 30px;
	width: 45px;
	border: solid 1px #B3B3B3;
	border-left: none;
	border-radius: 0 3px 3px 0;
	border-width: 1px;
	line-height: 27px;
	text-align: right;
	padding-right: 2px
}

.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li .custom-dropdown
	{
	display: inline-block
}

@media ( max-width : 373px) {
	.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li .custom-dropdown
		{
		width: 100%
	}
}

.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li .custom-dropdown .select-convert__list
	{
	border: none;
    height: unset !important;
    width: unset;
    padding 5px 10px !important;
    float: none;
}

.cl-filmtec-eco-elements-calculator__step__content__wrapper ol li .custom-dropdown .select-convert__list p{
	color: #000 !important
}

.cl-filmtec-eco-elements-calculator a.btn {
	border: 1px solid #000;
	padding: 0 35px;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	background-color: #000;
	outline: none;
	color: #fff !important;
	white-space: nowrap;
	border-radius: 30px;
	margin: 10px 0
}

.cl-filmtec-eco-elements-calculator a.btn.next,
	.cl-filmtec-eco-elements-calculator a.btn.print,
	.cl-filmtec-eco-elements-calculator a.btn.reset {
	float: right
}

.cl-filmtec-eco-elements-calculator a.btn.next span,
	.cl-filmtec-eco-elements-calculator a.btn.print span,
	.cl-filmtec-eco-elements-calculator a.btn.reset span {
	left: 5px
}

.cl-filmtec-eco-elements-calculator a.btn.print {
	display: none
}

.cl-filmtec-eco-elements-calculator a.btn.back {
	float: left
}

.cl-filmtec-eco-elements-calculator a.btn.back span {
	right: 5px
}

.cl-filmtec-eco-elements-calculator a.btn:hover {
	border: 1px solid #e4001c;
	background-color: #e4001c;
}

.cl-filmtec-eco-elements-calculator__step--1col .cl-filmtec-eco-elements-calculator__step__content ol
	{
	float: initial;
	text-align: center
}

.cl-filmtec-eco-elements-calculator__step--1col .cl-filmtec-eco-elements-calculator__step__content ol label
	{
	min-width: 200px;
	white-space: nowrap
}

.cl-filmtec-eco-elements-calculator__step--2col .cl-filmtec-eco-elements-calculator__step__content__wrapper
	{
	max-width: 1000px;
	margin: 0 auto
}

.cl-filmtec-eco-elements-calculator__step--2col .cl-filmtec-eco-elements-calculator__step__content__wrapper ol
	{
	width: 49% !important
}

.cl-themed-block-wrapper .cl-filmtec-eco-elements-calculator {
	background: #fff
}

.cl-themed-block-wrapper--var2 .cl-filmtec-eco-elements-calculator a.btn
	{
	border: 1px solid #bf0d3e;
	background-color: #bf0d3e
}

.cl-themed-block-wrapper--var3 .cl-filmtec-eco-elements-calculator a.btn
	{
	border: 1px solid #ed8b00;
	background-color: #ed8b00
}

.cl-themed-block-wrapper--var4 .cl-filmtec-eco-elements-calculator a.btn
	{
	border: 1px solid #f15d22;
	background-color: #f15d22
}

.cl-themed-block-wrapper--var5 .cl-filmtec-eco-elements-calculator a.btn
	{
	border: 1px solid #910048;
	background-color: #910048
}

.cl-themed-block-wrapper--var6 .cl-filmtec-eco-elements-calculator a.btn
	{
	border: 1px solid #d0006f;
	background-color: #d0006f
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario {
	margin-left: -15px;
	margin-right: -15px
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .output-color
	{
	background-color: #b2e0c1 !important
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .required-color
	{
	background-color: #f9f9f9 !important
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving
	{
	margin-left: -15px;
	margin-right: -15px
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving:before,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving:after,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving:before,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving:after
	{
	content: " ";
	display: table
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving:after,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving:after
	{
	clear: both
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__header,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__header
	{
	display: inline-block
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__header .unit-table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__header .unit-table
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap
}

@media ( min-width : 992px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__header .unit-table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__header .unit-table
		{
		float: left;
		width: 16.6666666667%
	}
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	padding: 20px 0
}

@media ( min-width : 992px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings
		{
		float: left;
		width: 100%
	}
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass .left-table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass .left-table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass .left-table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass .left-table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 0
}

@media ( min-width : 992px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass .left-table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass .left-table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass .left-table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass .left-table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table
		{
		float: left;
		width: 75%
	}
}

@media ( min-width : 768px) and (max-width: 1071px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass .left-table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass .left-table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass .left-table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass .left-table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table
		{
		width: 100%
	}
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass .left-table table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass .left-table table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass .left-table table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass .left-table table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table table
	{
	min-height: 155px !important;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f9f9f9
}

@media ( min-width : 768px) and (max-width: 1071px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass .left-table table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass .left-table table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass .left-table table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass .left-table table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table table
		{
		width: 100%
	}
}

@media ( min-width : 992px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass .left-table table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass .left-table table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass .left-table table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass .left-table table,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table table
		{
		float: left;
		width: 50%
	}
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass .left-table table td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass .left-table table td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table table td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass .left-table table td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass .left-table table td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table table td
	{
	text-align: center;
	border-top: 1px solid #fff;
	white-space: nowrap
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass .left-table table th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass .left-table table th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table table th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass .left-table table th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass .left-table table th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table table th
	{
	background-color: #fff !important;
	border-top: none !important
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass .left-table table input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass .left-table table td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass .left-table table input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass .left-table table td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table table input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table table td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass .left-table table input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass .left-table table td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass .left-table table input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass .left-table table td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table table input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table table td
	{
	width: 60px
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass .left-table table.table-full-width,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass .left-table table.table-full-width,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table table.table-full-width,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass .left-table table.table-full-width,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass .left-table table.table-full-width,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table table.table-full-width
	{
	width: 100%
}

.cl-filmtec-eco-elements-calculator__wrapper .table tbody tr {
	background-color: transparent;
    box-shadow: none;
    border-bottom: none;
}
.cl-filmtec-eco-elements-calculator__wrapper .table.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass table.eco-improvement,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass table.eco-improvement,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass table.eco-improvement,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass table.eco-improvement,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 155px;
	background-color: #b2e0c1
}

@media ( min-width : 992px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement
		{
		float: left;
		width: 25%
	}
}

@media ( min-width : 768px) and (max-width: 1071px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement
		{
		width: 100%
	}
}

@media ( min-width : 768px) and (max-width: 1071px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass table.eco-improvement th.visible-sm,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass table.eco-improvement td.visible-sm,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass table.eco-improvement th.visible-sm,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass table.eco-improvement td.visible-sm,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement th.visible-sm,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement td.visible-sm,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass table.eco-improvement th.visible-sm,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass table.eco-improvement td.visible-sm,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass table.eco-improvement th.visible-sm,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass table.eco-improvement td.visible-sm,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement th.visible-sm,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement td.visible-sm
		{
		display: table-cell !important
	}
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass table.eco-improvement td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass table.eco-improvement td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass table.eco-improvement td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass table.eco-improvement td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement td
	{
	text-align: center;
	border-top: 1px solid #fff;
	white-space: nowrap
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass table.eco-improvement th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass table.eco-improvement th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass table.eco-improvement th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass table.eco-improvement th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement th
	{
	background-color: #fff !important;
	border-top: none !important
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass table.eco-improvement input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__1st-pass table.eco-improvement td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass table.eco-improvement input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__2nd-pass table.eco-improvement td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass table.eco-improvement input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__1st-pass table.eco-improvement td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass table.eco-improvement input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__2nd-pass table.eco-improvement td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement input,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement td
	{
	width: 60px
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table table
	{
	background-color: #b2e0c1;
	min-height: 155px
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .left-table table th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .left-table table th
	{
	padding: 0
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table
	{
	min-height: 155px
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table th
	{
	padding: 0
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 155px;
	background-color: #149832;
	color: #fff
}

@media ( min-width : 992px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement
		{
		float: left;
		width: 16.6666666667%
	}
}

@media ( min-width : 768px) and (max-width: 1071px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement
		{
		width: 100%
	}
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement th,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement th
	{
	color: #111
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings table.eco-improvement td,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings table.eco-improvement td
	{
	border: none !important
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .triangle-pointer,
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .triangle-pointer
	{
	border-bottom: 30px solid transparent;
	border-left: 30px solid #b2e0c1;
	border-top: 30px solid transparent;
	height: 0;
	float: left;
	margin: 50px 30px 0px -2px;
	width: 0
}

@media ( min-width : 0) and (max-width: 1071px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario .ro-energy-saving__potential-savings .triangle-pointer,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario .mb-chemical-saving__potential-savings .triangle-pointer
		{
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		border-top: 30px solid #b2e0c1;
		height: 0;
		float: left;
		margin: -20px 48% 0;
		width: 0
	}
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario--final-savings
	{
	margin-top: 0
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario--final-savings .final-savings
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 0
}

@media ( min-width : 992px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario--final-savings .final-savings
		{
		float: left;
		width: 100%
	}
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario--final-savings .final-savings table
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #149832;
	color: #fff
}

@media ( min-width : 992px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario--final-savings .final-savings table
		{
		float: left;
		width: 100%
	}
}

.cl-filmtec-eco-elements-calculator__step__content--final__scenario--final-savings .final-savings table td
	{
	border: none !important
}

@media ( min-width : 768px) {
	.cl-filmtec-eco-elements-calculator__step__content--final__scenario--final-savings .final-savings table td,
		.cl-filmtec-eco-elements-calculator__step__content--final__scenario--final-savings .final-savings table th
		{
		text-align: center
	}
}

table.table-borderless td, table.table-borderless tr, table.table-borderless th
	{
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important
}

@media ( max-width : 768px) {
	table.flatten-table tr {
		display: inline-block;
		width: 49%;
		float: right
	}
}

@media ( max-width : 768px) {
	table.flatten-table tr:first-child {
		float: left
	}
}

@media ( max-width : 768px) {
	table.flatten-table tr, table.flatten-table th, table.flatten-table td {
		display: block;
		text-align: left
	}
}

@media ( max-width : 768px) {
	table.flatten-table th {
		border: none;
		text-align: right
	}
}

.cl-resin-replacement-calculator {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
}

@media (max-width: 1023px) {
    .resigncalculator > .container {
    	padding-left: 33px;
    	padding-right: 33px;
    }
}

.resigncalculator .custom-dropdown--alt .select-convert__list {
		width: unset;
        float: none;
        height: auto !important;
        padding-left: 10px !important;
}

.cl-resin-replacement-calculator input[type="number"][disabled] {
	background-color: #fff;
	color: #bfbfbf
}

@media ( min-width : 768px) {
	.cl-resin-replacement-calculator {
		float: left;
		width: 100%
	}
}

@media ( min-width : 992px) {
	.cl-resin-replacement-calculator {
		float: left;
		width: 50%
	}
}

@media ( min-width : 1200px) {
	.cl-resin-replacement-calculator {
		float: left;
		width: 50%
	}
}

.cl-resin-replacement-calculator article {
	margin: 20px 0
}

.cl-resin-replacement-calculator textarea:hover,
	.cl-resin-replacement-calculator input:hover,
	.cl-resin-replacement-calculator textarea:active,
	.cl-resin-replacement-calculator input:active,
	.cl-resin-replacement-calculator textarea:focus,
	.cl-resin-replacement-calculator input:focus,
	.cl-resin-replacement-calculator button:focus,
	.cl-resin-replacement-calculator button:active,
	.cl-resin-replacement-calculator button:hover {
	outline: 0px !important;
	-webkit-appearance: none
}

.cl-resin-replacement-calculator .__section {
	margin: 20px 0
}

.cl-resin-replacement-calculator .__section header {
	margin: 20px 0;
	color: #e80033;
	font-size: 16px
}

.cl-resin-replacement-calculator .__section .__footer {
	margin: 20px 0;
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
}

@media ( min-width : 768px) {
	.cl-resin-replacement-calculator .__section .__footer {
		float: left;
		width: 100%
	}
}

@media ( min-width : 992px) {
	.cl-resin-replacement-calculator .__section .__footer {
		float: left;
		width: 100%
	}
}

@media ( min-width : 1200px) {
	.cl-resin-replacement-calculator .__section .__footer {
		float: left;
		width: 100%
	}
}

.cl-resin-replacement-calculator .select-convert {
	width: 100%
}

.cl-resin-replacement-calculator .select-convert .__list {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.cl-resin-replacement-calculator .__input-container {
	margin-left: -15px;
	margin-right: -15px;
	height: 44px
}

.cl-resin-replacement-calculator .__input-container.input-small {
	padding-right: 15px;
}

.cl-resin-replacement-calculator .__input-container:before,
	.cl-resin-replacement-calculator .__input-container:after {
	content: " ";
	display: table
}

.cl-resin-replacement-calculator .__input-container:after {
	clear: both
}

.cl-resin-replacement-calculator .__input-container.input-select .__input-col
	{
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media ( min-width : 768px) {
	.cl-resin-replacement-calculator .__input-container.input-select .__input-col
		{
		float: left;
		width: 100%
	}
}

@media ( min-width : 992px) {
	.cl-resin-replacement-calculator .__input-container.input-select .__input-col
		{
		float: left;
		width: 100%
	}
}

@media ( min-width : 1200px) {
	.cl-resin-replacement-calculator .__input-container.input-select .__input-col
		{
		float: left;
		width: 100%
	}
}

.cl-resin-replacement-calculator .__input-container.input-small .__input-col
	{
	position: relative;
	float: left;
	width: 75%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0;
	padding-right: 0
}

/*@media ( min-width : 768px) {
	.cl-resin-replacement-calculator .__input-container.input-small .__input-col
		{
		float: left;
		width: 91.6666666667%
	}
}*/

@media ( min-width : 768px) {
	.cl-resin-replacement-calculator .__input-container.input-small .__input-col
		{
		float: left;
		width: 83.3333333333%
	}
}

@media ( min-width : 1200px) {
	.cl-resin-replacement-calculator .__input-container.input-small .__input-col
		{
		float: left;
		width: 91.6666666667%
	}
}

.cl-resin-replacement-calculator .__input-container.input-small .__input-unit
	{
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0
}

@media ( min-width : 768px) {
	.cl-resin-replacement-calculator .__input-container.input-small .__input-unit
		{
		float: left;
		width: 16.6666666667%
	}
}

@media ( min-width : 992px) {
	.cl-resin-replacement-calculator .__input-container.input-small .__input-unit
		{
		float: left;
		width: 16.6666666667%
	}
}

@media ( min-width : 1200px) {
	.cl-resin-replacement-calculator .__input-container.input-small .__input-unit
		{
		float: left;
		width: 8.3333333333%
	}
}

.cl-resin-replacement-calculator .__input-container.input-large .__input-col
	{
	position: relative;
	float: left;
	width: 58.3333333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0;
	padding-right: 0
}

@media ( min-width : 768px) {
	.cl-resin-replacement-calculator .__input-container.input-large .__input-col
		{
		float: left;
		width: 66.6666666667%
	}
}

@media ( min-width : 992px) {
	.cl-resin-replacement-calculator .__input-container.input-large .__input-col
		{
		float: left;
		width: 66.6666666667%
	}
}

@media ( min-width : 1200px) {
	.cl-resin-replacement-calculator .__input-container.input-large .__input-col
		{
		float: left;
		width: 75%
	}
}

.cl-resin-replacement-calculator .__input-container.input-large .__input-unit
	{
	position: relative;
	float: left;
	width: 41.6666666667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0;
	padding-left: 0
}

@media ( min-width : 768px) {
	.cl-resin-replacement-calculator .__input-container.input-large .__input-unit
		{
		float: left;
		width: 33.3333333333%
	}
}

@media ( min-width : 992px) {
	.cl-resin-replacement-calculator .__input-container.input-large .__input-unit
		{
		float: left;
		width: 33.3333333333%
	}
}

@media ( min-width : 1200px) {
	.cl-resin-replacement-calculator .__input-container.input-large .__input-unit
		{
		float: left;
		width: 25%
	}
}

.cl-resin-replacement-calculator .__input-container .__input-label {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media ( min-width : 768px) {
	.cl-resin-replacement-calculator .__input-container .__input-label {
		float: left;
		width: 100%
	}
}

@media ( min-width : 992px) {
	.cl-resin-replacement-calculator .__input-container .__input-label {
		float: left;
		width: 100%
	}
}

@media ( min-width : 1200px) {
	.cl-resin-replacement-calculator .__input-container .__input-label {
		float: left;
		width: 100%
	}
}

.cl-resin-replacement-calculator .__input-container .__input-label .__label label
	{
	font-size: 14px;
	line-height: 31px;
	color: gray;
	font-weight: bold;
	margin-bottom: 0 !important
}

.cl-resin-replacement-calculator .__input-container .__input-col {
	position: relative;
	float: left;
	width: 66.6666666667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0;
	padding-right: 0
}

@media ( min-width : 768px) {
	.cl-resin-replacement-calculator .__input-container .__input-col {
		float: left;
		width: 75%
	}
}

@media ( min-width : 992px) {
	.cl-resin-replacement-calculator .__input-container .__input-col {
		float: left;
		width: 75%
	}
}

@media ( min-width : 1200px) {
	.cl-resin-replacement-calculator .__input-container .__input-col {
		float: left;
		width: 83.3333333333%
	}
}

.cl-resin-replacement-calculator .__input-container .__input-col input {
	width: 100%;
	height: 34px;
	font-size: 16px;
	margin-top: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-top: 0
}

.cl-resin-replacement-calculator .__input-container .__input-unit {
	position: relative;
	float: left;
	width: 33.3333333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0;
	padding-left: 0
}

@media ( min-width : 768px) {
	.cl-resin-replacement-calculator .__input-container .__input-unit {
		float: left;
		width: 25%
	}
}

@media ( min-width : 992px) {
	.cl-resin-replacement-calculator .__input-container .__input-unit {
		float: left;
		width: 25%
	}
}

@media ( min-width : 1200px) {
	.cl-resin-replacement-calculator .__input-container .__input-unit {
		float: left;
		width: 16.6666666667%
	}
}

.cl-resin-replacement-calculator .__input-container .__input-unit .__unit
	{
	line-height: 34px;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	color: black;
	text-align: center;
	height: 34px;
	font-size: 14px
}


.select-convert {
	position: relative;
	float: left;
	width: 100%
}

.select-convert__list {
	height: 43px;
	background: rgba(255, 255, 255);
	border-radius: 0;
	padding: 10px 12px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden
}

.select-convert__list:before {
	content: "";
	position: absolute;
	overflow: hidden;
	top: 17px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 11px solid #fff
}

.select-convert__list p {
	white-space: nowrap;
	margin: 0 30px 0 30px;
	overflow: hidden
}

.select-convert__list p:before {
	top: 12px;
	left: 10px;
	color: #fff;
	font-size: 26px;
	line-height: 33px;
	font-family: 'icomoon';
	position: absolute;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: '\e604';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.select-convert ul {
	display: none;
	background-color: #fff;
	left: 0;
	width: 100%;
	position: absolute;
	padding: 0px;
	border: 1px solid #bfbfbf;
	border-radius: 0;
	top: 42px;
	z-index: 100;
	max-height: 200px;
	overflow-y: auto
}

.select-convert ul li {
	text-align: left;
	list-style: none;
	color: #000;
	padding: 5px 0 5px 10px;
	cursor: pointer;
	font-size: 13px
}

.select-convert ul li:hover {
	background-color: #fdbb30;
	color: #fff
}

.select-convert:focus {
	border: 0px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.select-convert:focus .select-convert__list {
	outline: none;
	-webkit-box-shadow: 0px 0px 5px;
	box-shadow: 0px 0px 5px
}

.select-convert:focus .select-convert__list p {
	color: #fff
}

.custom-dropdown--alt {
	position: relative
}
/*
.custom-dropdown--alt .select-convert {
	float: none;
	width: auto;
	display: inline-block;
	text-align: left
}

@media ( min-width : 768px) {
	.custom-dropdown--alt .select-convert {
		min-width: 150px
	}
}*/

.custom-dropdown--alt .select-convert__list {
	height: auto;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 3px;
	color: #fdbb30;
	border: 2px solid #fdbb30
}

.custom-dropdown--alt .select-convert__list:before {
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #fdbb30
}

.custom-dropdown--alt .select-convert__list p {
	margin: 0 30px 0 0;
	color: #fdbb30 !important
}

.custom-dropdown--alt .select-convert__list p:before {
	content: ""
}

.custom-dropdown--alt .select-convert ul {
	top: 34px
}

.custom-dropdown--alt .select-convert ul li:hover {
	background-color: #fdbb30
}

.custom-dropdown--alt--color1 .select-convert__list {
	color: #fdbb30;
	border: 2px solid #fdbb30
}

.custom-dropdown--alt--color1 .select-convert__list:before {
	border-top: 7px solid #fdbb30
}

.custom-dropdown--alt--color1 .select-convert__list p {
	color: #fdbb30 !important
}

.custom-dropdown--alt--color1 .select-convert ul li:hover {
	background-color: #fdbb30
}

.custom-dropdown--alt--color2 .select-convert__list {
	color: #ed8b00;
	border: 2px solid #ed8b00
}

.custom-dropdown--alt--color2 .select-convert__list:before {
	border-top: 7px solid #ed8b00
}

.custom-dropdown--alt--color2 .select-convert__list p {
	color: #ed8b00 !important
}

.custom-dropdown--alt--color2 .select-convert ul li:hover {
	background-color: #ed8b00
}

.custom-dropdown--alt--color3 .select-convert__list {
	color: #bf0d3e;
	border: 2px solid #bf0d3e
}

.custom-dropdown--alt--color3 .select-convert__list:before {
	border-top: 7px solid #bf0d3e
}

.custom-dropdown--alt--color3 .select-convert__list p {
	color: #bf0d3e !important
}

.custom-dropdown--alt--color3 .select-convert ul li:hover {
	background-color: #bf0d3e
}

.custom-dropdown--alt--color4 .select-convert__list {
	color: #d0006f;
	border: 2px solid #d0006f
}

.custom-dropdown--alt--color4 .select-convert__list:before {
	border-top: 7px solid #d0006f
}

.custom-dropdown--alt--color4 .select-convert__list p {
	color: #d0006f !important
}

.custom-dropdown--alt--color4 .select-convert ul li:hover {
	background-color: #d0006f
}

.custom-dropdown--alt--color5 .select-convert__list {
	color: #e6e6e6;
	border: 2px solid #e6e6e6
}

.custom-dropdown--alt--color5 .select-convert__list:before {
	border-top: 7px solid #e6e6e6
}

.custom-dropdown--alt--color5 .select-convert__list p {
	color: #000 !important
}

.custom-dropdown--alt--color5 .select-convert ul li:hover {
	background-color: #e6e6e6
}

.cl-themed-block-wrapper--var1 .custom-dropdown--alt .select-convert__list
	{
	color: #e80033;
	border: 2px solid #e80033
}

.cl-themed-block-wrapper--var1 .custom-dropdown--alt .select-convert__list:before
	{
	border-top: 7px solid #e80033
}

.cl-themed-block-wrapper--var1 .custom-dropdown--alt .select-convert__list p
	{
	color: #e80033 !important
}

.cl-themed-block-wrapper--var1 .custom-dropdown--alt .select-convert ul li:hover
	{
	background-color: #e80033
}

.cl-themed-block-wrapper--var2 .custom-dropdown--alt .select-convert__list
	{
	color: #bf0d3e;
	border: 2px solid #bf0d3e
}

.cl-themed-block-wrapper--var2 .custom-dropdown--alt .select-convert__list:before
	{
	border-top: 7px solid #bf0d3e
}

.cl-themed-block-wrapper--var2 .custom-dropdown--alt .select-convert__list p
	{
	color: #bf0d3e !important
}

.cl-themed-block-wrapper--var2 .custom-dropdown--alt .select-convert ul li:hover
	{
	background-color: #bf0d3e
}

.cl-themed-block-wrapper--var3 .custom-dropdown--alt .select-convert__list
	{
	color: #ed8b00;
	border: 2px solid #ed8b00
}

.cl-themed-block-wrapper--var3 .custom-dropdown--alt .select-convert__list:before
	{
	border-top: 7px solid #ed8b00
}

.cl-themed-block-wrapper--var3 .custom-dropdown--alt .select-convert__list p
	{
	color: #ed8b00 !important
}

.cl-themed-block-wrapper--var3 .custom-dropdown--alt .select-convert ul li:hover
	{
	background-color: #ed8b00
}

.cl-themed-block-wrapper--var4 .custom-dropdown--alt .select-convert__list
	{
	color: #f15d22;
	border: 2px solid #f15d22
}

.cl-themed-block-wrapper--var4 .custom-dropdown--alt .select-convert__list:before
	{
	border-top: 7px solid #f15d22
}

.cl-themed-block-wrapper--var4 .custom-dropdown--alt .select-convert__list p
	{
	color: #f15d22 !important
}

.cl-themed-block-wrapper--var4 .custom-dropdown--alt .select-convert ul li:hover
	{
	background-color: #f15d22
}

.cl-themed-block-wrapper--var5 .custom-dropdown--alt .select-convert__list
	{
	color: #910048;
	border: 2px solid #910048
}

.cl-themed-block-wrapper--var5 .custom-dropdown--alt .select-convert__list:before
	{
	border-top: 7px solid #910048
}

.cl-themed-block-wrapper--var5 .custom-dropdown--alt .select-convert__list p
	{
	color: #910048 !important
}

.cl-themed-block-wrapper--var5 .custom-dropdown--alt .select-convert ul li:hover
	{
	background-color: #910048
}

.cl-themed-block-wrapper--var6 .custom-dropdown--alt .select-convert__list
	{
	color: #d0006f;
	border: 2px solid #d0006f
}

.cl-themed-block-wrapper--var6 .custom-dropdown--alt .select-convert__list:before
	{
	border-top: 7px solid #d0006f
}

.cl-themed-block-wrapper--var6 .custom-dropdown--alt .select-convert__list p
	{
	color: #d0006f !important
}

.cl-themed-block-wrapper--var6 .custom-dropdown--alt .select-convert ul li:hover
	{
	background-color: #d0006f
}
