.record_background {
	background-image: url(../img/others/login_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.9;
}
#dt_tableExport{

}
#dt_tableExport td.fixed-width{
	width:80% !important;
	max-width: 80% !important;
}
td.wrap-content span{
	white-space: normal !important;
	word-wrap: break-word !important;
	word-break: break-word !important;
}
.faq-list {
	margin: 0;
}

.faq-item {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 0;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 15px 0;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
}

.faq-answer {
	padding: 0 0 25px 0;
	color: #666;
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.7;
}

.faq-toggle {
	font-size: 20px;
}
