.qa_table{
	border:none;
}
.qa_table tr td{
	border:none;
}
.qa_textarea{
	min-height: 60px;
	height: auto;
	max-height: 200px;
}
.pop_textarea{
	min-height: 60px;
	height: auto;
	max-height: 200px;
}
.qa_email_input{
	border-radius: 10px!important;
}
.ans_btn_user{
	cursor: pointer;
	padding: 10px;
	font-size:14px; float:right;
}
.ans_section_pop{
	display: none;
	margin-left: 100px;
}
.show_more{
	color:red;
	text-decoration: underline;
	cursor: pointer;
}
.less_data{
	color:red;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom:20px; border-bottom:1px solid lightgray;
}
.link_class{
	color:red;
	text-decoration: underline;
	cursor: pointer;		
}
.modal {
  	display: none; /* Hidden by default */
  	position: fixed; /* Stay in place */
  	z-index: 10; /* Sit on top */
  	padding-top: 200px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 600px;
}
/* The Close Button */
.close {
    color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.main_tab_class{
	margin-left: 0px;
}
/* end test for dialog*/

.aspl_qacls_que_line{
	padding: 20px;
	margin: 20px 20px 20px 0px;
	background-color: white; 
	height: 170px;
}
.approve_icon{
	cursor: pointer;
	width:20px;
}
.dis_approve_icon{
	cursor: pointer;
	width:20px;
}
.aspl_qacls_que_img{
	float:left; 
	height: 100px;
}
.aspl_qacls_que_img img {
	width: 100px;
	height: 100px;
}
.aspl_qacls_que_detail{
	float:left; 
	min-width: 100px; 
	margin-left: 20px;
}
.aspl_qacls_ans_line{
	height:170px; 
	background-color: white; 
	padding: 20px; 
	margin: 20px 20px 20px 100px; 
}
.aspl_qacls_ans_img{
	float:left; 
	height: 100px;
}
.aspl_qacls_ans_img img {
	width: 100px;
	height: 100px;
}
.aspl_qacls_ans_detail{
	float:left; 
	min-width: 100px; 
	margin-left: 20px;
}

.aspl_qa_tab_line_main{
	width: 100%; 
	float: left; 
	margin-bottom: 20px; 
	border-bottom: 1px solid lightgray;
}
.aspl_qa_tab_count_box{
	width:100px;
	height: auto;
	border: 1px solid lightgray; 
	float: left; 
	border-radius: 10px;
	padding: 10px; 
	margin-bottom: 20px;
}

.aspl_qa_tab_count_box p{
	text-align: center; 
	font-weight: 600;
}
.aspl_qa_tab_content_box{
	width: 100%; 
	height: auto;
}
.parent_cl{
	float:right; 
	width:80%;
}
.ans_btn_qa{
	float:right; 
	margin-bottom:10px;
}
.aspl_qa_view_btn{
	float:right; 
	font-size:16px;
}
.aspl_qa_collapse_btn{
	float:right; 
	font-size:16px; 
	margin-bottom: 20px;
}
.aspl_qa_notice{
	width: 80%; 
	float: left; 
	margin-bottom: 20px; 
	border-left: 1px solid lightgray;
	margin-left: 20%;
}
.aspl_qa_tab_ans_line{
	width: 80%; 
	float: left; 
	margin-bottom: 20px; 
	border-left: 1px solid lightgray;
	margin-left: 20%;
}
.aspl_qa_tab_ans_detail{
	width: 100%; 
	height: auto; 
	margin-left: 10px;
}


