﻿/* Common Definitions */
/*Cross-browser support*/
html[dir="ltr"] .ifvpath .mainVerticalLine {
  border-left: 2px solid #018BBC;
}
html[dir="rtl"] .ifvpath .mainVerticalLine {
  border-right: 2px solid #018BBC;
}
.ifvpath .disc {
  height: 40px;
  width: 40px;
  background-color: #00BDA5;
  border-radius: 50%;
  display: inline-block;
}
html[dir="ltr"] .ifvpath .disc {
  margin-right: 25px;
}
html[dir="rtl"] .ifvpath .disc {
  margin-left: 25px;
}
html[dir="ltr"] .ifvpath .title {
  padding-left: 20px;
}
html[dir="rtl"] .ifvpath .title {
  padding-right: 20px;
}
.ifvpath .title .subTitle {
  color: #9B9B9B;
}
.ifvpath .step .stepTitle {
  color: #4A4A4A;
  font-weight: bold;
}
.ifvpath .step .stepDescription {
  color: #9B9B9B;
}
.ifvpath .step .stepDescription .textVerticalLine {
  border-left: 2px solid #979797;
  margin: 10px 19px;
}
.ifvpath .step .stepDescription .text {
  padding: 16px 0;
}
.ifvpath .step .stepDescription .rectangle {
  border: 1px solid #979797;
  border-radius: 16px;
  padding: 10px 20px;
  margin: 8px;
  text-align: center;
}