﻿#degreeAccordion {
	margin-top: 10px;
}

#degreeDetails .panel {
	background-color: unset;
}

#degreeDetails .panel-heading {
	padding-left: 0;
	padding-right: 0;
	background-color: unset;
	border-bottom: 1px solid lightgray;
}

#degreeDetails .panel-heading:last-child {
	border-bottom: none;
}

	#degreeDetails .panel-heading a, #degreeDetails .panel-body .degree a {
		text-decoration: none;
	}

#degreeDetails #degreeFilters .panel-heading {
	padding-top: 0;
}

#degreeDetails .panel-default {
	border: none;
}

#degreeDetails .panel-body {
	padding: 0;
	border: none;
	margin-top: 15px;
}

	#degreeDetails .panel-body .level {
		font-size: 0.77rem;
		font-weight: normal;
		line-height: 1;
	}

	#degreeDetails .panel-body .credit-range {
		color: green;
		font-weight: bold;
		font-size: larger;
	}

#degreeDetails .nav-tabs > li.active > a, #degreeDetails .nav-tabs > li.active > a:hover, #degreeDetails .nav-tabs > li.active > a:focus {
	background-color: #3a6fcd;
	color: unset;
	padding: 8px;
	bottom: -4px;
	right: 5px;
	border-bottom-color: #3a6fcd;
	text-decoration: none;
}

#degreeDetails .panel-title .count {
	font-size: 0.88rem;
	font-weight: normal;
	line-height: 1;
	color: var(--bootstrap-default);
}

#degreeDetails .panel-title {
	font-size: 1.22rem;
}

	#degreeDetails .panel-title > a {
		display: block;
		padding-left: 0;
		padding-right: 0;
		color: #005eba;
		font-weight: bold;
	}

/*#degreeDetails #filterAccordion .panel-title > a {
	padding-top: 5px;
	padding-bottom: 5px;
}*/

#degreeDetails #degreeFilters .panel-title > a {
	color: white;
}

#degreeDetails .panel-title > a::before {
	float: right;
	font-size: 1rem;
	color: #99bad7;
}
#degreeDetails .panel-title > a::before {
	color: #0095c7;
}
#degreeDetails .panel-title > a[aria-expanded="true"]::before {
	font-family: "Glyphicons Halflings";
	font-display: swap;
	content: "\2212";
}

#degreeDetails .panel-title > a[aria-expanded="false"]::before {
	font-family: "Glyphicons Halflings";
	font-display: swap;
	content: "\002b";
}
