/*Author: Jacco van der Post - www.id-webdesign.nl*/
.tx-jpfaq {
	margin-bottom: 5vh;
	}

.tx-jpfaq ul {
	margin: 0;
	padding: 0 0 10px;
	}
.tx-jpfaq li {
	background-color: #f2f2f2;
	list-style: none;
	margin: 0px 0 15px;
	padding: 10px 20px 1px 15px;
	}
.tx-jpfaq ul ul {
	margin: 20px 0 30px;
	padding: 0;
	}

.tx-jpfaq li li {
	background-color: #f2f2f2;
	margin: 0 0 0 20px;
	list-style: square;
	padding: 5px 0;
	}

.tx-jpfaq li h3 {
	font-size: 18px;
	line-height: 24px;
	background-image: url(css_assets/tab-plus.svg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	margin-top: 5px;
	margin-bottom: 12px;
	padding-left: 40px;
	cursor: pointer;
	}

.tx-jpfaq li h3.questionUnfolded {
	background: url(css_assets/tab-minus.svg) no-repeat left center;
}
.tx-jpfaq .jpfaqAll {
	margin-bottom: 15px;
}

.tx-jpfaq .jpfaqShowAll,
.tx-jpfaq .jpfaqHideAll {
	background: url(css_assets/tab-all-plus.svg) no-repeat left center;
	margin-left: 15px;
	padding-left: 36px;
	cursor: pointer;
	}

.tx-jpfaq .jpfaqHideAll {
	background: url(css_assets/tab-all-minus.svg) no-repeat left center;
}

.tx-jpfaq label,
.tx-jpfaq .jpfaqHideAll,
.tx-jpfaq .toggleTriggerContainer,
.tx-jpfaq #jpfaq-filter-count,
.jpfaqFinfo {
	display: none;
}

.tx-jpfaq form label {
	display: block;
}

.tx-jpfaq .jpfaqSpinner {
	background-image: url(css_assets/jpfaqSpinner.gif);
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	margin: 10% 25%;
	display: block;
}
.jpfaqAnswer {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 43px;
	border-top: 1px dotted silver;
	}

.jpfaqQuestionCommentContainer,
.jpfaqCatCommentContainer {
	font-size: 15px;
	position: relative;
	max-width: 100%;
	margin-top: 20px;
	}

.jpfaqAddCommentForm {
	display: none;
	padding: 16px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
}

.jpfaqAddCommentForm textarea {
	width: 100%;
}

.jpfaqCommentFormIntroHeader,
.jpfaqCatCommentFormIntroHeader {
	margin: 10px 0 0;
}

.jpfaqCommentFormIntroText {
	font-size: 90%;
}

.jpfaqQuestionComment label,
.jpfaqCatComment label {
	margin-top: 10px;
}

.jpfaqCommentFieldWarning {
	border: 2px solid red !important;
}

.jpfaqQuestionHelpfulText {
	font-size: 90%;
}

.jpfaqQuestionHelpful {
	margin-left: 10px;
}

.jpfaqAnswerIsHelpfulThankYouText {
	font-size: 90%;
	font-weight: bold;
}

/* include fontawesome for the close buttons */
.jpfaqCatCommentFormClose .fa-times,
.jpfaqCommentFormClose .fa-times,
.jpfaqThanks .fa-times {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	font-size: 120%;
}

.jpfaqThanks {
	padding: 16px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
}

.jpfaqThanksText {
	font-weight: bold;
}

.jpfaqThanksComment {
	font-style: italic;
}

.jpfaqThanksComment,
.jpfaqThanksNameEmail {
	font-size: 80%;
}
.jpfaqAdditionalAnswerContent {
	margin-top: 20px;
	}
.xjpfaqCategory {
	display: none;
	}

