/*
***********************************************************
Title: jpfaq.css
Author: Richard Connolly - ERICON broker GmbH
Date: 28.04.2023
***********************************************************
*/

h2.jpfaqCategory {
	width: 100%;
	line-height: 2.4em;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background: #86ba38d6;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	text-shadow: none;
	margin-bottom: 1em;
	padding-left: 0.2em;
	color: #FFF;
}

.tx-jpfaq {
	margin-bottom: 7em;
}

.tx-jpfaq .col-md-4 {
	width: 100%;
	margin-bottom: 2em; }

.tx-jpfaq h3 {
	border: none;
	text-transform: initial;
}

.tx-jpfaq .jpfaqAnswer p,
.tx-jpfaq .jpfaqAnswer table {
	font-size: inherit;
	color: inherit;
	margin-left: 2em;
}

.tx-jpfaq .jpfaqAnswer ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
	margin-right: 0;
}

.tx-jpfaq .jpfaqAnswer ol {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}

.tx-jpfaq .jpfaqAnswer li {
	list-style-type: disc;
	margin: 0.9em 0;
}

.tx-jpfaq .jpfaqAnswer ol li{
	list-style-type: decimal;
	margin: 0.9em 0;
}

.tx-jpfaq .jpfaqAnswer ol li ol li{
	list-style-type: square;
	margin: 0.9em 0;
}

.tx-jpfaq .jpfaqAnswer ul li,
.tx-jpfaq .jpfaqAnswer ol li { 
	font-size: inherit;
}

.tx-jpfaq .jpfaqAnswer table {
	border-collapse: collapse;
	border: 2px solid #88bb3546;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-spacing: 0;
	background-color: transparent; }

	.tx-jpfaq .jpfaqAnswer table caption {
	  padding-top: 8px;
	  padding-bottom: 8px;
	  color: #777777;
	  text-align: left; }
	
	.tx-jpfaq .jpfaqAnswer table th {
	  font-size: 90%;
	  text-align: center;
	  padding: 0.9em;
	  background-color: #aaca76b2; }
	
	  .tx-jpfaq .jpfaqAnswer tbody tr {
	    line-height: 2em; }
	
	    .tx-jpfaq .jpfaqAnswer tbody tr:hover,
	    .tx-jpfaq .jpfaqAnswer tbody tr:nth-child(even):hover {
	      background-color: #88bb3531; }
	
	    .tx-jpfaq .jpfaqAnswer tbody tr:nth-child(even) {
	      background-color: #88bb3513; }
	
	    .tx-jpfaq .jpfaqAnswer tbody tr:last-child {
	      border-bottom: 0 }
	
	  .tx-jpfaq .jpfaqAnswer tbody td {
	    border: 1px solid #dddbdb;
	    padding: 0.3em 0.9em;
	    text-align: center; }
	
	    .tx-jpfaq .jpfaqAnswer tbody td:first-child {
	      text-align: right;
	      border-left: 0; }
	
	      .tx-jpfaq .jpfaqAnswer tbody td:last-child {
	        text-align: center;
	        border-right: 0; }


.tx-jpfaq ul {
	max-width:80%;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

.tx-jpfaq li {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
}
	.tx-jpfaq li::before {
		content: none; }

.tx-jpfaq li h3 {
	background: url('/typo3conf/ext/jpfaq/Resources/Public/Images/plus.png') no-repeat left center;
	padding-left: 30px;
	margin: 1.5rem auto;
	cursor: pointer;
	font-size: 1.0em;
	color: #224a62;
}

.tx-jpfaq li h3.questionUnfolded {
	background: url('/typo3conf/ext/jpfaq/Resources/Public/Images/min.png') no-repeat left center;
}

.tx-jpfaq .jpfaqAll {
	margin-bottom: 10px;
}

.tx-jpfaq .jpfaqShowAll,
.tx-jpfaq .jpfaqHideAll {
	background: url('/typo3conf/ext/jpfaq/Resources/Public/Images/all_plus.png') no-repeat left center;
	float: right;
	color: inherit;
	padding-left: 20px;
	cursor: pointer;
}

.tx-jpfaq .jpfaqHideAll {
	background: url('/typo3conf/ext/jpfaq/Resources/Public/Images/all_min.png') no-repeat left center;
	margin-right: 1.5em;
	display: none;
}

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

.tx-jpfaq-filter-text {
	margin-bottom:4em;
	text-align: center; }
		#jpfaq-filter-count {
			color: rgb(196, 5, 5);}

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

.tx-jpfaq .jpfaqSpinner {
	background-image: url('/typo3conf/ext/jpfaq/Resources/Public/Images/jpfaqSpinner.gif');
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	margin: 10% 25%;
	display: block;
}

.jpfaqQuestionCommentContainer,
.jpfaqCatCommentContainer {
	position: relative;
}

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

.jpfaqAddCommentForm textarea {
	width: 100%;
}

.jpfaqCommentFormIntroHeader,
.jpfaqCatCommentFormIntroHeader {
	font-size: 1.0em;
	text-transform: capitalize;
	color: #86BA38;
	margin: 0 auto 1em;

}

.jpfaqCommentFormIntroText {
	font-size: 90%;
}

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

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

.jpfaqCatCommentContainerIntro {
	margin-top: 2em;
	text-align: center;
}

.jpfaqCatCommentContainerIntroText,
.jpfaqCatCommentContainerLink,
.tx-jpfaq .jpfaqShowAll,
.tx-jpfaq .jpfaqHideAll {
	font-size: 80%;
	margin-bottom: 3.5em;
}

.tx-jpfaq .jpfaqAnswer p.jpfaqQuestionHelpfulText,
.tx-jpfaq .jpfaqAnswer .jpfaqQuestionHelpful,
.tx-jpfaq .jpfaqAnswer .jpfaqQuestionNotHelpful {
	margin-top: 2.0em;
	margin-bottom: 6.0em;
	font-size: 90%;
	color: #949090;
	text-align: center;
}

.tx-jpfaq .jpfaqAnswer a.jpfaqQuestionHelpful,
.tx-jpfaq .jpfaqAnswer a.jpfaqQuestionNotHelpful {
	font-size: 100%;
	text-decoration: none;
}

.tx-jpfaq .jpfaqAnswer a.jpfaqQuestionHelpful:hover,
.tx-jpfaq .jpfaqAnswer a.jpfaqQuestionNotHelpful:hover {
	color: #87bb35;
}

.jpfaqCatCommentContainerIntro {
	border: 1px solid #949090;
}

.jpfaqCatCommentContainerIntro,
.jpfaqQuestionHelpfulText {
	color: #949090; 
	padding: 0 0 0 10px;
}

p.jpfaqAnswerIsHelpfulThankYouText {
	font-size: 90%;
	font-weight: bold;
	max-width: 400px;
	text-align: center;	
	margin-top: 2em;
	margin-right: auto;
	margin-bottom:4em;
	margin-left: auto;
	padding: 6px;
	border: 1px solid;
}

/* 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%;
}