.jf_typo_toggle {
  display: block;
  clear: both;
  margin: 10px 0;
}
.jf_typo_toggle .trigger {
  margin: 0;
  height: auto;
  line-height: 34px;
  font-size: 18px;
  font-weight: 100;
  cursor: pointer;
  background: #F4F4F4;
  padding: 0 0 0 30px;
  letter-spacing: 1px;
  border: 1px dashed #E6E6E6;
  border-color: #E6E6E6;
  border-left: 3px solid #2a7b99;
  position: relative;
}
.jf_typo_toggle .trigger i {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 34px;
  background: url(../images/jf/jf_typo/jf_typo_plus.png) no-repeat 9px 11px;
}
.jf_typo_toggle .trigger:hover {
  background: #eee;
  border-color: #ddd;
  border-left-color: #2a7b99;
}
.jf_typo_toggle .trigger.active {
  background: #eee;
  border-color: #ddd;
  border-left-color: #2a7b99;
}
.jf_typo_toggle .trigger.active i {
  background-image: url(../images/jf/jf_typo/jf_typo_minus.png);
}
.jf_typo_toggle .container {
  display: none;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  font-size: 12px;
  border: 1px dashed #DDD;
  border-top: none;
  clear: both;
}
.jf_typo_toggle.style2 .trigger i {
  background-image: url(../images/jf/jf_typo/jf_typo_arrow_right.png);
}
.jf_typo_toggle.style2 .trigger.active i {
  background-image: url(../images/jf/jf_typo/jf_typo_arrow_bottom.png);
}
.jf_typo_toggle.style3 .trigger i {
  background-image: url(../images/jf/jf_typo/jf_typo_circle.png);
}
.jf_typo_toggle.style3 .trigger.active i {
  background-image: url(../images/jf/jf_typo/jf_typo_circle.png);
}
.jf_typo_toggle.style4 .trigger {
  background-color: #2a7b99;
  border: 1px dashed #fff;
  color: #fff;
}
.jf_typo_toggle.style4 .trigger i {
  background-image: url(../images/jf/jf_typo/jf_typo_plus_white.png);
}
.jf_typo_toggle.style4 .trigger.hover {
  background-color: #125A75;
}
.jf_typo_toggle.style4 .trigger.active {
  background-color: #125A75;
}
.jf_typo_toggle.style4 .trigger.active i {
  background-image: url(../images/jf/jf_typo/jf_typo_minus_white.png);
}
body.rtl .jf_typo_toggle .trigger {
  padding: 0 30px 0 0;
  border-left: 1px dashed #DDD;
  border-right: 3px solid #2a7b99;
}
body.rtl .jf_typo_toggle .trigger i {
  right: 0;
  left: auto;
}
body.rtl .jf_typo_toggle .trigger:hover {
  border-right-color: #2a7b99;
}
body.rtl .jf_typo_toggle.style2 .trigger i {
  background-image: url(../images/jf/jf_rtl/jf_typo_arrow_right.png);
}
body.rtl .jf_typo_toggle.style2 .trigger.active i {
  background-image: url(../images/jf/jf_typo/jf_typo_arrow_bottom.png);
}
body.rtl .jf_typo_toggle.style4 .trigger {
  border: 1px dashed #fff;
}
