input[type="number"],
input[type="text"],
.input {
  background: #fff;
  height: 48px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 16px;
  text-transform: normal;
  display: inline-block;
  width: 100%;
  border: 1px solid #666;
  transition: all 0.15s ease-in-out;
}
input[type="number"][disabled],
input[type="text"][disabled],
.input[disabled] {
  color: transparent;
  background: #D2D2D2;
  border-color: #D2D2D2;
}
.input-max:focus {
  outline: none !important;
  border-color: #c21020;
  box-shadow: 0 0 0 0.1875rem rgba(194, 16, 32, 0.25);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #555;
  text-align: center;
  background: #F7F7F7;
  border: 1px solid #666;
  border-right: 0;
  min-width: 55px;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  transition: all 0.15s ease-in-out;
  width: 25%;
  font-family: 'jd_sans_probold';
  font-size: 16px;
}
.input-group-addon.disabled {
  background: #D2D2D2;
  border-color: #D2D2D2;
  color: transparent;
}
.input-group-label {
  display: inline-block;
  margin-top: 0px;
  font-family: 'jd_sans_probold';
}
.input-group-label.no-padding {
  margin-top: 0;
}
.input-group .form-control {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.text-alert {
  color: #ff0000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.text-warning {
  color: #ffb000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-mute {
  font-size: 0.85rem;
  color: #999;
}
.code-example {
  position: relative;
}
.code-example pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.code-example code {
  display: inline-block;
  background: #f7f7f7;
  font-size: 12px;
  max-height: 250px;
  white-space: pre;
  width: 100%;
  overflow: auto;
  font-size: 14px;
  padding: 20px 30px;
}
.code-example .copy-code {
  position: absolute;
  right: 12px;
  top: 12px;
}
.dropdown-input {
  width: 100%;
  background: #fff;
  padding: 10px 40px 10px 20px;
}
.dropdown-input span {
  line-height: 1.5;
}
/* 
*	Calculator specific
*/
.container-configuration {
  margin: 2rem 0 0 0;
}
.container-configuration .button-push {
  background: #fff;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  color: #367c2b;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  text-decoration: none;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.29);
  font-size: 14px;
}
.container-configuration .button-push.active {
  background: #367c2b;
  border-color: 1px solid #367c2b;
  color: #fff;
}
.container-calculator {
  min-height: 700px;
  margin-bottom:60px;
}
.container-calculator h2 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  background: #333;
  color: #fff;
  padding: 16px 24px;
  line-height: 1.4;
  margin: 0;
  border-bottom: 1px solid #c2c2c2;
}
.container-calculator .result-savings {
  font-size: 24px;
  font-family: 'jd_sans_probold';
  text-transform: uppercase;
  background: #367c2b;
  color: #fff;
  padding: 16px 24px;
  line-height: 1.4;
  display: flex;
}
.calculator {
  background: #eee;
  padding: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #e6e6e6;
  margin-bottom: 1rem;
}
.calculator strong {
  font-family: 'jd_sans_probold';
}
.calculator .row {
  margin-bottom: 1rem;
}
/**
*	Results
*/
.table {
  width: 100%;
  border: 0;
  margin: 0;
  table-layout: fixed;
  /*
	&-comp
	{
		margin-top: 0;
		> table
		{
			> tbody
			{
				> tr
				{
					> td
					{
						font-size: 14px;
						&.table-result
						{
							
							font-size: 18px;
							font-family: 'jd_sans_probold';
							color: @green;
							
						}
					}
				}
			}
		}
	}
	*/
}
.table tr:nth-of-type(odd) {
  background: #fff;
}
.table tr:nth-of-type(even) {
  background: #e5e6e6;
}
.table th {
  font-family: 'jd_sans_probold';
  background: #333;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: left;
  border-right: 1px solid #c2c2c2;
  line-height: 1.4;
  font-size: 14px;
}
.table th:last-child {
  border-right: 0;
}
.table td {
  border: 0;
  padding: 16px 24px;
  text-align: left;
  border-right: 1px solid #c2c2c2;
  line-height: 1.4;
  font-size: 14px;
}
.table td:last-child {
  border-right: 0;
}
.table td.table-result {
  font-size: 18px;
  font-family: 'jd_sans_probold';
  color: #367c2b;
}
.table strong {
  font-family: 'jd_sans_probold';
}
.calculator-broken-kernel .table-comp > table > tbody > tr > td.table-result,
.calculator-loss .table-comp > table > tbody > tr > td.table-result,
.calculator-wear-part .table-comp > table > tbody > tr > td.table-result {
  color: #333;
}
/**
*	Range Slider
*/
.filter-component .filters .filter {
  border-top: none;
}
.filter-component .filters .filter .range-slider-container .filter-range-slider {
  margin-top: 36px;
}
.filter-component .filters .filter .range-slider-container .noUi-base {
  background: #367c2b;
}
.filter-component .filters .filter .range-slider-container .noUi-handle {
  border: 1px solid #fff;
  background: #3f8139;
}
.filter-component .filters .filter .range-slider-container .noUi-handle .noUi-tooltip {
  top: -25px;
}
.noUi-value {
  font-family: 'jd_sans_probold';
  font-size: 16px;
  position: absolute;
  white-space: nowrap;
  text-align: center;
  color: #555;
  margin: 10px -10px 0 -7px;
}
.noUi-origin {
  background: #e5e6e6;
}
/* xs */
@media (max-width: 764px) {
  .button-push {
    width: 100%;
    display: block;
  }
  .container-configuration {
    margin-bottom: 0;
  }
  .container-calculator > .custom-row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .container-calculator > .custom-row p,
  .container-calculator > .custom-row .button1 {
    margin-left: 20px;
  }
  .container-calculator .result-savings {
    justify-content: space-between;
    text-align: left;
  }
  .container-calculator .result-savings > span {
    flex: 50%;
    align-self: center;
  }
  .container-calculator .result-savings > span.result-saving-price {
    text-align: center;
  }
}
@media (min-width: 764px) {
  .container-calculator .result-savings {
    justify-content: space-between;
    text-align: center;
  }
}
/* sm */
/* sm */
/*# sourceMappingURL=default.css.map */

.table-compx strong {
    text-transform: uppercase;
}

.table strong {
    text-transform: uppercase;
}