@import url('/eSolution/css/fonts/general_enclosed_foundicons.css');
.ui-accordion .ui-accordion-content {
	padding: 0 0 1em 0;
}
#course_search h3, #course_list {
	display: block;
	border: 0.1em solid #ccc;
	background: #eee;
	padding: 0.5em;
	width: 100%;
	/*min-height: 3em;*/
}
#course_search ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#course_search li {
	padding: 0.5em !important;
	display: block;
	border: 0.1em solid #ccc;
	background: #fefefe;
	text-decoration: none;
	cursor: pointer;
	margin: 0.4em 0.5em 0em 0.5em !important;
}
#course_search a {
	text-decoration: none;
}
#course_search h3 a, #course_list a {
	display: inline-block;
	border: 0.1em solid #ccc;
	background: #fefefe;
	padding: 0.5em;
	margin-left: 0.5em;
}
input.go, a.go, a#go {
	display: inline-block;
	border: 0.1em solid #ccc;
	background: #fefefe;
	padding: 2px;
	margin: 0 0.5em 0 0.2em;
	text-align: center;
	width: 100%;
	max-width: 5em;
	background-color: #fefefe;
}
div#course_search div ul li {
	min-height: 2.2em;
}
div#course_search div ul li a {
	height: 1.5em;
}
li.course a.course {
	display: inline-block;
	width: 80%;
}
li.course div.go {
	display: inline-block;
	width: 20%;
	text-align: right;
}
h3#term_heading {
	display: none;
}
h3#program_heading {
	display: none;
}
h3#course_heading {
	display: none;
}
h3#course_list {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin-bottom: 0px;
	z-index: 1000;
}
#course_search label {
	display: inline;
}
#course_search li.course {
	margin: 0em 0.5em 0em 0.5em !important;
	border-top: none;
}
@media (max-width: 768px)
{
	#course_search li {
		margin: 0.2em 0.2em 0em 0.2em !important;
	}
	span.selected_course {
		display: none;
	}
	#course_search li.course {
		margin: 0em 0.2em 0em 0.2em !important;
		border-top: none;
	}
}
#campus_heading .ui-icon {
	background-image: none;
	display: none;
}
#program_heading .ui-icon {
	background-image: none;
	display: none;
}
#term_heading .ui-icon {
	background-image: none;
	display: none;
}
#course_search input[type=checkbox] {
	margin-right: 0.5rem;
}
