﻿#degreeFilters {
	width: 100%;
	border-radius: 4px;
	margin-top: 15px;
}

	#degreeFilters .button-holder a.open-filters .glyphicon {
		margin-right: 10px;
		top: 3px;
	}

	#degreeFilters .button-holder a.open-filters {
		text-decoration: none;
		text-align: left;
		background-color: #0265c1;
		color: white;
		font-size: 1.22rem;
	}

	#degreeFilters .input-group {
		width: -webkit-fill-available;
	}

	#degreeFilters .checkbox label:after {
		content: '';
		display: table;
		clear: both;
	}

	#degreeFilters .checkbox input {
		height: 18px;
		width: 18px;
		margin-left: -21px;
		margin-top: 0;
	}

	#degreeFilters .filter-count {
		float: right;
		font-size: .75em;
		;
		font-style: italic;
		font-weight: 100;
		margin-top: 5px;
	}

#filterMenu .btn-primary {
	background-color: #0265c1;
}

#filterMenu .modal-dialog {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

#filterMenu .modal-content {
	border-radius: 0;
	height: 100vh;
}

#filterMenu .modal-footer {
	border-top: none;
}

	#filterMenu .modal-footer .btn {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 55px;
		border-radius: 0;
	}

#filterMenu .clearer:hover {
	color: #005eba;
	text-decoration: underline;
}

#filterMenu .modal-body .checkbox {
	margin-left: 10px;
}
