/*** stylesheet sed-accordion.css to be imported at the beginning of the sitename.css file when the resource sedtabs located in the extension module is used, that is: 
@import url(/system/modules/ch.ethz.sed.bootstrap.extensions/resources/css/sed-accordion.css);
 ***/

.panel-default {
    border-left: 30px solid #f4c730;
	border-top: 0px solid #f4c730;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

h4.panel-title {
	position:relative
}

.panel-default > .panel-heading:before {
    border-bottom:1px solid #f4c730;
	content:""
}

.panel-default > .panel-heading {
	border:0px solid #ddd
}


.sed_accordion::before {
content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: normal;
    left: -36px;
    position:absolute;
	color:#fff
}

.sed_accordion.active::before {
content: "\f106";
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: normal;
    left: -36px;
    position:absolute;
	color:#fff
}

.sed_accordion{
	transition:0.4s
}

.panel-title > a:link, .panel-title > a:hover, .panel-title > a:active,.panel-title > a:focus {
	text-decoration:none;
	border-bottom: 0px solid #000;
}
.panel-default > .panel-heading:before {
    border-bottom:1px solid #f4c730;
	content:""
}

.panel-default > .panel-heading {
	border:0px solid #ddd
}
