/*------------------------------------*\
-------- Page Styles: Accordion
\*------------------------------------*/
body {
	position:relative;
	z-index:0;
}
.main{	
	text-align:left;	
}
.main:before {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	content:'';
}

.site-header-wrap {
	margin-bottom:60px;
	border-bottom:1px solid #cd9ad6;
}

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/

.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	background:#FFF;
	margin-bottom: 20px;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding: 15px 60px 15px 20px;
	display:inline-table;
	border: 1px solid #E4E4E4;
	margin-top: -1px;
	background: #ceebf6;
	transition:all linear 0.15s;
	font-size: 1em;
	font-weight: 600;
	text-decoration:none;
	text-align: left;
	color: #079bcc !important;
	line-height: 1em;
	background-image:url(/stat/edms/product-version-images/2023/PHD/arrow2.png);
	background-repeat:no-repeat;
	background-position:center right 3%;
}

.accordion-section-title.active, .accordion-section-title:hover {
	text-decoration:none;
}

.accordion-section-title.active{
	background-image:url(/stat/edms/product-version-images/2023/PHD/arrow.png);
	background-repeat:no-repeat;
	background-position:center right 3%;
	text-decoration:none;
	color: #474747;
	background-color:#f8f8f8;
	font-size: 1em;
}

.accordion-section-content table{
	border: 1px solid #e5e5e5;
	font-size:12px;
	line-height:20px;
	margin-top: -1px;
}

.FaqArrow{
	position:absolute;
	top:21px;
	right:24px;
	display:inline-block;
	width:19px;
	height:11px;
	padding:0;
	border:0;
	background:url(images/arrow.png);
	text-align:left;
	text-indent:-9999px;
}
.note{
	padding:10px;
	background-color:#E0ECFF;
	border-radius:6px;
	font-size:12px;
	margin-top:10px;
	word-wrap: break-word;
}
.new {
  color: white;
  font-size: 12px;
  margin-left: 5px;
  padding: 0 5px;    
  font-weight: 400;
  background-color: #09F;
}
.new2 {
  color: red;
  font-size: 12px;
  margin-left: 5px;
  padding: 0 5px;    
  font-weight: 400;

}
.list_head{
	text-align:left; 
	padding-left:15px;
	background:rgba(10, 154, 243, 0.3);
	line-height:24px;
}
.nav a:hover {
  background-color: #fff;
}