.accordion {
  border-bottom: 1px solid #dedede;
  float: left;
  margin: 30px 0 10px;
  padding-bottom: 30px;
  width: 100%;
  }
 
.drawer {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  }
.accordion-item {
  width: 100%;
  float: left;
}
.accordion-item-active .accordion-header {
	 background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 2px solid #f0f0f0;
	transition: .25s;
	margin-bottom:2px;
}
.accordion-item-active .accordion-header-icon {
	color: #000;
}
.accordion-item-active .accordion-header h1 {
	color: #000;
}
.accordion-header {
  background: #f7f7f7 none repeat scroll 0 0;
  border-bottom: 2px solid #f0f0f0;
  cursor: pointer;
  float: left;
  min-height: 20px;
  padding: 10px 15px;
  transition: all 0.25s ease 0s;
  width: 100%;
}
.accordion-header h1 {
  color: #333333;
  float: left;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  width:90%;
}
.accordion-content {
	display: none;
	padding: 12px;
	color: #212121;
	float:left;
	width:100%;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
}
.accordion-content p {
	margin: 0;
	margin-bottom: 3px;
}
.accordion-header-icon {
  background: url("../images/angle-down.png") no-repeat scroll 0 0;
  float: left;
  height: 8px;
  float:right;
  margin: 8px 1.2% 0 0;
  width: 14px;
}
.accordion-header-icon.accordion-header-icon-active {
	background: url("../images/angle-up.png") no-repeat scroll 0 0;
  height:8px;
  margin: 8px 1.2% 0;
  float:right;
  width: 14px;
}

.svalue {
  float: left;
  padding: 0 1.5%;
  font-weight: bold;
  text-align: center;
  width: 9%;
}

.vname {
  float: left;
  margin: 0;
  padding: 0 2.5%;
  width:65%;
}

.length {
  float: right;
  margin: 0;
  padding: 0 1.5%;
  text-align: left;
  width: 17%;
}

.preview_btn {
  background: #b03060 none repeat scroll 0 0;
  color: #fff;
  float: right;
  font-size: 10px;
  padding: 0 5px;
  text-transform: uppercase;
}

.sub_video {
  font-size: 14px;
  width:100%;
}

.length_sub {
  float: right;
  margin: 0;
  padding: 0 1% 0 1.5%;
  text-align: left;
  width: 23%;
}

.vname_sub {
  float: left;
  margin: 0;
  padding: 0 1.7%;
  width:65%;
}

.scroll {
  float: left;
  max-height: 400px;
  overflow-y: auto;
  width: 100%;
}

.syb_accordion .accordion-header {
  background: #313131 none repeat scroll 0 0;
  border-bottom: medium none;
  margin-bottom: 5px;
}
  
.syb_accordion .accordion-header h1 {
  color: #fff;
  font-weight: normal;
  }

.syb_accordion .accordion-content {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom:8px;
  }

.syb_accordion .accordion-header-icon {
  background: url("../images/plus.png") no-repeat scroll 0 0;
  float: left;
  height: 16px;
  float:right;
  margin: 2px 1.2% 0 0;
  width: 15px;
}
.syb_accordion .accordion-header-icon.accordion-header-icon-active {
	background: url("../images/minus.png") no-repeat scroll 0 0;
  height:16px;
  margin: 2px 1.2% 0;
  float:right;
  width: 15px;
}


.syb_accordion .accordion-header.accordion-header-active {
  background: #0e88c3 none repeat scroll 0 0;
  }

