.panel-title a{ width: 100%; display: block; }
.panel-heading.title-disabled {
  opacity: 0.5; cursor:not-allowed !important;
}
.panel-title {
	position:relative;
}
.title-disabled a {
  cursor: not-allowed; pointer-events: none;
}
.panel-heading.active-row {
  background: #000 !important; pointer-events:none;
}
.panel-heading.title-disabled.active-row {
	background:#b6d323 !important; 
}
.panel-group{
	margin-top:40px;
}
.panel-group .panel-heading {
  background: #b6d323; color: #fff;
	padding:0;
  border-radius:5px;
  font-family:"MuseoSans-Boldest"; cursor:pointer;
  
}
.panel-title a {
	padding:16px 20px;
	line-height: 18px;
    max-height: 90px;
    min-height: 42px;
}
.panel-group .panel-default {
	border: 0;
	box-shadow: none;
	margin-top:10px;
}
.active-row.first {
  opacity: 1;
}
.panel-group .panel-body {
	padding-top:30px; padding-bottom:0px;
	padding-left:0; padding-right:0;
	border:0 !important;
}

.aboutvan-top {
	margin-top:25px !important;
}
.panel-title a:hover,.panel-title a:focus {
	text-decoration:none !important;
}
.panel-collapse {
	padding-left:15px; padding-right:15px;
}
.panel-heading a:before {
	content: "";
    width: 1.75rem;
    height: 1.75rem;
    background: url(../img/edit@2x.png) no-repeat;
    background-size: 1.75rem;
    top: 32%;
    position: absolute;
    right: 15px;
}
.panel-heading.title-disabled a:before,.panel-heading.active-row a:before {
	display:none;
}
.accrHeaderBtn{
	color:inherit;
}
.accordion-headertitle {
	min-height: 48px;
    overflow: hidden;
    max-height: 53px;
}