.eChainFinder .content {
  border: 1px solid #ababab;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.eChainFinder .header {
  margin: 20px 5px 33px;
  line-height: 26px;
}
.eChainFinder .header .icon{
  margin: 0 3px -15px 0;
  fill: #9d9d9d;
}
.eChainFinder .header span{
  font-size: 27px;
  text-transform: uppercase;
  /*letter-spacing: 0.6px;*/
  color: #198541;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .eChainFinder .content {
    padding-top: 50px;
  }

  .eChainFinder .header {
    width: 100%;
    max-width: 300px;
  }
  .eChainFinder .header span{
    margin-left: 50px;
    display: block;
  }
  .eChainFinder .header .icon{
    margin-bottom: -46px;
  }
}

.eChainFinder .calc {
  clear: both;
  padding: 20px 0;
  background: #f0f0f0;
  border: 0 solid #e0e0e0;
  border-top-width: 1px;
}
.eChainFinder .calc .row {
  padding:0;
  margin: 0;
}
.eChainFinder .calc .row .row{
  margin: 0 -15px 7px -15px;
}
.eChainFinder .calc label {
  margin: 4px 0 0;
}
.eChainFinder .calc select {
  padding: 3px 6px;
  font-size: 15px;
  color: #9d9d9d;
  border: 1px solid #9d9d9d;
}

.eChainFinder .calc select option{
  display: none;
}

.eChainFinder .calc select option.noHide {
  display: block;
}

.eChainFinder .calc select option.forceShow {
  display: block !important;
}

.eChainFinder .diagram  {
  display: table;
}
.eChainFinder .diagram img {
  width: 100px;
}
.eChainFinder .diagram .img{
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.eChainFinder .diagram .terhelhetoseg{
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #4b4b4b;
}
.eChainFinder .diagram .terhelhetoseg span {
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
}

.eChainFinder .calc .hossz_info {
  margin: 15px;
  padding-top:18px;
  font-size: 12px;
  border: 0 solid #ababab;
  border-top-width: 1px;
  text-align: center;
}

.eChainFinder .hossz label,
.eChainFinder .hossz .input{
  display: inline;
  vertical-align: middle;
}

.eChainFinder .hossz .row {
  padding-top: 15px !important;
}

.eChainFinder .hossz .input{
  text-align: right;
}
.eChainFinder .hossz .icon {
  margin-bottom: 2px;
  vertical-align: middle;
  fill: #9d9d9d;
}
.eChainFinder .hossz input {
  width: 85px;
  height: 27px;
  padding: 5px;
  border: 1px solid #9d9d9d;
  font-size: 14px;
  text-align: right;
}
.eChainFinder .kivanthossz {
  height: 60px;
  border: 0 solid #9d9d9d;
  border-right-width: 1px;
}
.eChainFinder .vagy {
  position: absolute;
  left: 50%;
  margin: 20px 0 0 -12px;
  padding-bottom: 3px;
  font-size: 12px;
  color: #9d9d9d;
  background: #f0f0f0;
}

.eChainFinder .calc .paramaterek,
.eChainFinder .calc .kivanthossz {
  padding-right: 20px;
}
.eChainFinder .calc .diagram,
.eChainFinder .calc .lokethossz {
  padding-left: 20px;
}


.eChainFinder .hossz input::-webkit-input-placeholder  /* Chrome/Opera/Safari */
{  color: white;  }
.eChainFinder .hossz input::-moz-placeholder /* Firefox 19+ */
{  color: white;  }
.eChainFinder .hossz input:-ms-input-placeholder /* IE 10+ */
{  color: white;  }
.eChainFinder .hossz input:-moz-placeholder  /* Firefox 18- */
{  color: white;  }
@media (max-width: 991px) {
  .eChainFinder .hossz label {
    display: block;
  }
  .eChainFinder .hossz input::-webkit-input-placeholder  /* Chrome/Opera/Safari */
  {  color: #9d9d9d;  }
  .eChainFinder .hossz input::-moz-placeholder /* Firefox 19+ */
  {  color: #9d9d9d;  }
  .eChainFinder .hossz input:-ms-input-placeholder /* IE 10+ */
  {  color: #9d9d9d;  }
  .eChainFinder .hossz input:-moz-placeholder  /* Firefox 18- */
  {  color: #9d9d9d;  }
}


.eChainFinder .calc .submit {
  margin: 20px 15px 0;
  padding-top:20px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0 solid #4b4b4b;
  border-top-width: 2px;
  text-align: left;
}

.eChainFinder .submit .btn_szamitas{
  width: 210px;
  height: 45px;
  padding: 13px 0;
  background: #198541;
  color: white;
  fill: white;
  text-align: center;
  border:  none;
}

.eChainFinder .submit .btn_szamitas[data-mode="2"]{
  background: #9d9d9d;
}

.eChainFinder .submit .btn_rendeleslista span,
.eChainFinder .submit .btn_szamitas span{
  font-size: 14px;
  text-transform: uppercase;
}
.eChainFinder .submit .btn_szamitas svg{
  margin-bottom: -1px;
}

.eChainFinder .result .submit {
  margin: 20px 15px 0;
  padding-top:20px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0 solid #9d9d9d;
  border-top-width: 1px;
  text-align: right;
  margin-bottom: 15px;
}

.eChainFinder .submit .btn_rendeleslista{
  float:right;
  width: 230px;
  height: 45px;
  padding: 13px 0;
  background: #198541;
  color: white;
  fill: white;
  text-align: center;
  border:  none;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .eChainFinder .calc .hossz_info { text-align: left; }
  .eChainFinder .hossz label {    height:45px;  }
  .eChainFinder .submit {  padding: 20px;  }
  .eChainFinder .submit .btn_szamitas,
  .eChainFinder .submit .btn_rendeleslista{  width: 100%;  }
}

.eChainFinder .result {
  padding: 0 15px;
}
.eChainFinder .result h2{
  margin: 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #198541;
}
.eChainFinder .result .adatok {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}
.eChainFinder .result .adatok .param{
  font-weight: bold;
}
.eChainFinder .result .adatok .ertek{
  text-align: right;
}
.eChainFinder .result .adatok .row{
  margin:0;
  padding: 3px 0;
}
.eChainFinder .result .adatok .row > div{
  padding:0;
}
.eChainFinder .result .adatok > div {
  padding-bottom: 8px;
  border: 0 solid #ababab;
  border-bottom-width: 1px;
}

.eChainFinder .result .abra {
  margin-bottom: 30px;
  text-align: center;
}
.eChainFinder .result .abra img {
  max-height: 210px;
  max-width: 100%;
}
.eChainFinder .result .kiegeszitoelemek{
  margin:0;
}
.eChainFinder .result h3{
  margin:0;
  padding: 13px 0 12px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border: 0 solid #9d9d9d;
  border-top-width: 1px;
}


.eChainFinder .listitem {
  margin: 0;
  border: 0 solid #9d9d9d;
  border-top-width: 1px;
}
.eChainFinder .listitem > div:first-child
.eChainFinder .listitem > div:last-child {
  padding: 0;
}

.eChainFinder .listitem > div {
  display: table;
  height:113px;
  /*background: #e0e0e0;*/
}
.eChainFinder .listitem > div > div{
  display: table-cell;
  vertical-align: middle;
  /*background: #f0f0f0;*/
}

.eChainFinder .li-img * {
  display: inline;
}
.eChainFinder .li-img input{
  width: 20px;
  height: 20px;
}
.eChainFinder .li-img img {
  max-width: 80%;
  max-height: 100px;
}
.eChainFinder .li-nev {
  font-weight: bold;
}
.eChainFinder .li-mho select {
  width:100%;
}
.eChainFinder .li-mho,
.eChainFinder .li-odb{
  text-align: right;
}
.eChainFinder .li-odb input[type=text] {
  width: 45%;
  text-align: right;
}
.eChainFinder .li-mho select,
.eChainFinder .li-odb input[type=text],
.eChainFinder .add-to-cart input[type=text]{
  height: 30px;
  padding: 0 10px;
  border: 1px solid #9d9d9d;
}

.eChainFinder .li-odb input[type=text] {
  width: 80px;
}

.eChainFinder .add-to-cart input[type=text]{
  width: 40px;
}

@media (max-width: 1199px) {
  .eChainFinder .li-img img {    max-width: 80%;  }
}
@media (max-width: 991px) {
  .eChainFinder .li-img img {    max-width: 75%;  }
}
@media (max-width: 767px) {
  .eChainFinder .listitem > div {    padding: 0;  }
  .eChainFinder .listitem > div.li-mho,
  .eChainFinder .listitem > div.li-odb  {    padding: 0 0 0 25px; text-align:left; }
  /*.eChainFinder .li-mho select {     width: 90%;  }*/
  .eChainFinder .li-img img {    max-width: 75%;  }
  .eChainFinder .li-mho,
  .eChainFinder .li-odb { height: 50px !important;  }
}


.eChainFinder .li-odb input::-webkit-input-placeholder  /* Chrome/Opera/Safari */
{  color: white;  }
.eChainFinder .li-odb input::-moz-placeholder /* Firefox 19+ */
{  color: white;  }
.eChainFinder .li-odb input:-ms-input-placeholder /* IE 10+ */
{  color: white;  }
.eChainFinder .li-odb input:-moz-placeholder  /* Firefox 18- */
{  color: white;  }
@media (min-width: 768px) and (max-width: 991px) {
  .eChainFinder .li-odb input::-webkit-input-placeholder  /* Chrome/Opera/Safari */
  {  color: #9d9d9d;  }
  .eChainFinder .li-odb input::-moz-placeholder /* Firefox 19+ */
  {  color: #9d9d9d;  }
  .eChainFinder .li-odb input:-ms-input-placeholder /* IE 10+ */
  {  color: #9d9d9d;  }
  .eChainFinder .li-odb input:-moz-placeholder  /* Firefox 18- */
  {  color: #9d9d9d;  }
}


.eChainFinder .add-to-cart {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.eChainFinder .add-to-cart label {
  font-size: 18px;
}

.eChainFinder .add-to-cart span {
  font-size: 18px;
}
.eChainFinder .add-to-cart .price-chain {
  padding: 15px;
  font-weight: bold;
}

.eChainFinder .add-to-cart-btn {
  width: 160px;
  height: 44px;
  position: relative;
  margin: 0 auto;
  text-indent: 20px;
}

.eChainFinder .add-to-cart-btn svg {
  fill:#ffffff;
  padding: 0px 0px 0px 0px;
  margin: auto 0px;
  position: absolute;
  top: 0px;
  left: 20px;
  bottom: 0px;
}

section.product_warning.chain_warning {
  padding-top:20px;
  padding-bottom: 40px;
  /*text-align: center;*/
}

section.product_warning.chain_warning svg {
  position: absolute;
}

section.product_warning.chain_warning span {
  float: right;
  padding-left: 50px;
}

.eChainFinder .pdf {
  height: 100px;
  vertical-align: middle;
  display: inline-block;
  line-height: 100px;
}

@media (max-width: 768px) {
  .eChainFinder .pdf {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    line-height: 40px;
  }
}

.eChainFinder .error {
  color: #a94442;
  margin-left: 15px;
  margin-right: 15px;
}
.eChainFinder .error svg.figyelmeztetes {
  fill: #a94442;
  margin-right: 10px;
  margin-top: 1px;
}
.chain_not_found {
  background-color: #fff;
}

.chain_not_found > div{
  padding: 20px;
  text-align: center;
  font-size: 20px;
}

.eChainFinder .add-to-cart span,
.eChainFinder .add-to-cart
{
  font-size: 18px;
  font-weight: normal;
}

.eChainFinder .accessories select:disabled{
  opacity: 0.6;
  cursor: not-allowed;
}

#vegelemszett div.info{
  font-size: 10px;
  text-align: center;

}

#vegelemszett div.info > div:first-child{
  padding-left: 66px;
}

#vegelemszett div.info > div:nth-child(2){
  padding-left: 52px;
}

@media screen and (max-width: 1199px){
  #vegelemszett div.info > div:first-child{
    padding-left: 56px;
  }

  #vegelemszett div.info > div:nth-child(2){
    padding-left: 41px;
  }
}

@media screen and (max-width: 991px){
  #vegelemszett div.info > div:first-child, #vegelemszett div.info > div:nth-child(2){
    padding-left: 0;
  }
}

@media screen and (max-width: 767px){
  #vegelemszett div.info{
    text-align: left;
  }
}

.eChainFinder .accessories .icon.info{
  margin-bottom: -3px;
}

.eChainFinder .accessories .info .icon.info{
  margin-bottom: -2px;
  margin-left: 2px;
}

#partcommunityModal .warning svg{
  fill: #f7901e;
  margin-bottom: -6px;
}

#partcommunityModal .warning{
  color: #f7901e;
  font-size: 20px;
  font-family: dinpro-bold, sans-serif;
}

#partcommunityModal .modal-header{
  margin-bottom: 20px;
}

#partcommunityModal .modal-text{
  font-family: dinpro-light, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 20px;
}

#partcommunityModal .modal_btn_ok{
  width: 210px;
  height: 45px;
  padding: 13px 0;
  background: #198541;
  color: white;
  fill: white;
  text-align: center;
  border: none;
  float: right;
  font-size: 16px;
  font-family: dinpro-bold, sans-serif;
  text-transform: uppercase;
}

#partcommunityModal .modal_btn_ok svg{
  fill: #fff;
  margin-right: 5px;
}

#partcommunityModal .modal-content{
  display: inline-block;
}

#partcommunityModal .chkbox-rect, #partcommunityModal .chkbox-label{
  display: inline-block;
  float: left;
}

#partcommunityModal .chkbox-label{
  margin-top: 2px;
}

#partcommunityModal .custom-checkbox.active .chkbox-rect span.glyphicon{
  padding: 1px 2px;
}