
a:focus,a:hover,a:active {
	outline: 0;
	text-decoration: none
}
.panel {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: 0 0;
	box-shadow: none
}
.panel:last-child {
	border-bottom: 0
}

.panel-group>.panel:first-child .panel-heading {
	border-radius: 4px 4px 0 0;
	height: 60px;
	line-height: 60px;
}

.panel-group .panel {
	border-radius: 0;
	margin-bottom: 15px;
    border: 1px solid rgba(68, 68, 70, 1);
}

.panel-group .panel+.panel {
	margin-top: 0
}

.panel-heading {
	border-radius: 0;
	border: 0;
	padding: 0
}
.panel-title a {
	display: block;
	padding-left: 20px;
	line-height: 60px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}
.panel-heading:hover {
	background: RGBA(248, 248, 248, 1);
}
.panel-body:hover {
	cursor: pointer;
}

.panel:last-child .panel-body {
	border-radius: 0 0 4px 4px
}

.panel:last-child .panel-heading {
	border-radius: 0 0 4px 4px;
	-webkit-transition: border-radius .3s linear .2s;
	transition: border-radius .3s linear .2s
}

.panel:last-child .panel-heading.active {
	border-radius: 0;
	-webkit-transition: border-radius linear 0s;
	transition: border-radius linear 0s
}

.panel-heading a:before {
	content: '\e146';
	position: absolute;
	font-family: material icons;
	right: 15px;
	top: 0px;
	font-size: 24px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(1);
	transform: scale(1);
	color:#d5544f;
}

.panel-heading.active a:before {
	content: ' ';
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

#bs-collapse .panel-heading a:after {
	content: ' ';
	font-size: 24px;
	position: absolute;
	font-family: material icons;
	right: 15px;
	top: 0px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .5s;
	transition: all .5s;
	color:#d5544f;
}

#bs-collapse .panel-heading.active a:after {
	content: '\e909';
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s;
	transition: all .5s
}

#accordion .panel-heading a:before {
	content: '\e316';
	font-size: 24px;
	position: absolute;
	font-family: material icons;
	right: 15px;
	top: 0px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .5s;
	transition: all .5s
}

#accordion .panel-heading.active a:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .5s;
	transition: all .5s
}