
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
	margin:0px;
	padding:0px;
	font-size: 14px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	border-style:none;
	min-height: 100%;
} 
.addmore {
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    border: solid 1px #fff;
    margin-bottom: 10px;
    height: 32px;
	color:#fff;
	background: none;
}
.selection {
order: 1;
}
.selection input {
margin: 0px 10px 5px 5px;
}
.rte-crumbs {
    padding:0 !important;
}
.calculator-description h2 {
    display: none;
}
.calculator-input {
    position: relative;
    display: inline-block;
    max-width: 300px;
    width: 100%;
}
.input-label,
.input-answer,
.input-dropdown, .calculator-input > select {
    position: absolute;
    right: 0;
    background-color: #efefef;
    border: solid 1px #999;
    height: 49px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    font-weight:bold;
}
.rtl .input-label,
.rtl .input-answer,
.rtl .input-dropdown, .rtl .calculator-input > select {
    position: absolute;
    right: unset;
    left: 0;
    background-color: #efefef;
    border: solid 1px #999;
    height: 32px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 4px 0px 0px 4px;
    font-weight:bold;
}
.input-dropdown {
    padding:5px;
}
.input-answer {
    left: 0;
    right:auto;
    border-radius: 4px 0 0 4px;
    width: 25px;
    padding: 8px;
}
    .rtl .input-answer {
        left: auto;
        right:0;
        border-radius: 0 4px 4px 0;
        padding: 8px;
    }
.calculator input {
  border-radius:4px;
  border:solid 1px #999;
  padding: 0px 5px 0px 16px;
      font-size: 16px;
  max-width:100%;
  width:100%;
  box-shadow: none;
  margin-bottom: 10px;
  box-sizing:border-box;
  height:49px;
}
input.answer {
    background-color:#F8F8F8 
}
.calculator .input-answer ~ input.answer {
    padding-left: 30px;
}
.rtl .calculator .input-answer ~ input.answer {
    padding-left:5px;
    padding-right:30px;
}
span.input-headline {
  font-weight:bold;
  display:block;
  text-align: left;
  margin:0 0 5px 0;
  color:#fff;
}
  .rtl span.input-headline {
    text-align: right;
  }
.related-products {
    display: table;
    table-layout: fixed;
    width:100%;
}
.related-products div {
    display: table-cell;
    text-align: center;
}
.related-products div a img {
    border: 1px solid #a9a9a9;
    height:64px;
    width:64px;
}
#language-toggle {
    padding:25px 0 0 0;
}
.calculator {
  display: flex;
  flex-wrap: wrap;
}
.capacitor {
  margin-right:40px;
}
.rtl .capacitor {
  margin-right: 0px;
  margin-left: 40px;
}
.unit-title {
    text-align: center;
    max-width: 280px;
    font-size: 16px;
}
.rtl .unit-title {
    overflow: hidden;
    text-align: right;
}
 

.series {
    display: none;
}

.series.active {
    display: block;
}

#more-series.disable {
    color: #AAA;
    text-decoration: none;
    cursor: default;
}
.parallel {
    display: none;
}

.parallel.active {
    display: block;
}

#more-parallel.disable {
    color: #AAA;
    text-decoration: none;
    cursor: default;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.calc {
    padding: 15px;
    margin: auto;
    max-width: 330px;
    width: 100%;
}