﻿
#stage-picker {
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	margin-top: -10px;
	line-height: 40px;
}


a.stage-selector {
	font-size: 16px;

	padding-top: 3px;
	padding-right: 6px;
	padding-left: 8px;
	padding-bottom: 5px;

	background-color: rgba(255, 255, 255, 0.1);


	border: 1px solid #659ace;
	border-radius: 7px;

	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;

	cursor: pointer;
	text-decoration: none;
	white-space:nowrap;
}

a.stage-selector.selected {
	background-color: white;
}

a.stage-selector:hover {
	background-color: white;
	color: #659ace;
}


a.subject-picker-button {
	padding-left: 8px;
	padding-bottom: 2px;
	cursor: pointer;
	white-space:nowrap;
}

a.subject-picker-button.with-hint {
	font-size: 16px;
	margin-left: 10px;
	margin-top: -4px;
	line-height: 25px;
	padding-top: 0;
}

div.stage {
	margin-bottom: 10px;
	border-top: 1px solid white;
	border-color: rgba(255, 255, 255, 0.3);
	padding-top: 15px;
}



.key-stage-title {
	font-size: 20px;
	color: #659ace;
}



.subject-filters
{
	border-radius: 15px;
	background-image: url(/mobile/Images/transparentRectangles/blue15.png);
	margin-top: 10px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

	a.subject-filter {

		line-height: 40px;
		padding-left: 10px;
		padding-right: 8px;
		padding-top: 3px;
		padding-bottom: 6px;
		border: 1px solid white;
		margin: 5px;
		border-radius: 10px;
		text-decoration: none;
		cursor: pointer;
		outline: none;
		white-space: nowrap;
	}

	a.subject-filter:hover {
		background-color: white;
	}

	a.subject-filter.selected {
		background-color: white;
	}

	a.subject-filter:active {
		outline: none;
	}

	a.subject-filter-all {
		margin-right: 20px;
	}









/* subject picker - the modal that pops up to toggle subject selection */

a.subject-picker {
	background-color: rgba(101, 154, 206, 0.1);
}



#subjectPickList {
	list-style: none;
}

#subjectPickList li {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 6px;
	border: 1px solid white;
	margin: 5px;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	color: #659ace;
	display: inline-block;
}

#subjectPickList li:hover {
	border-color: #659ace;
	/*background-color: white;
	background-color: rgba(255, 255, 255, 0.5);*/
	color: #333;
}

#subjectPickList li.selected {
	background-color: white;
}




img.entry-down-arrow, img.entry-right-arrow {
	padding-top: 17px;
}