.lrn_btn_blue  {
	background-color: #287BAF;
	color: #fff;
	border: 1px solid rgb(0, 0, 0); 
}

.lrn-assess .items .progress span {
	background: rgb(0, 0, 0);
}

.lrn.lrn-assess .lrn-region:not(.lrn-items-region) .lrn_btn_blue:hover:not(:disabled), .lrn.lrn-assess .dialogs .lrn_btn_blue:hover:not(:disabled) {
	background-color: rgb(0, 0, 0);
	color: #fff;
}


.lrn.lrn-assess .lrn-vertical-toc .pagination-active::after, .lrn.lrn-assess .lrn-vertical-toc .pagination-active a::after {
	border-color: transparent transparent transparent rgb(0, 0, 0);	
}

.lrn_widget.lrn_mcq .lrn_mcqgroup li .lrn-possible-answer {
    position: relative;
    width: 100%;
    display: table;
}


.solution_box {
	padding: 3px;
	font-size: 1rem;
}

.submit_answer {
	background-color: #287BAF;
	color: #fff;
	border: none;
	-webkit-transition: none;
	transition: none;
	padding: 6px 11px;
	line-height: 20px;
	border-radius: 3px;
	margin: 0;
	font-size: 0.8666666666666667rem !important;
	font-weight: bold;
	text-transform: uppercase !important;
	z-index: 1;
	margin-top: 5px !important;
	margin-bottom: 3px !important;
}

.submit_answer:hover {
	background-color: #333;
}








/* Gareth Learnosity overrides  */


article#Learnosity #LRN .lrn-assess {
	margin: 0 5px 0 10px;
	background: transparent;
}


article#Learnosity #LRN div.lrn-timer-wrapper {
	border: 1px solid #eee;
	border-right: none;
	border-radius: 2px 0 0 2px;
	margin-right: -5px;
}


article#Learnosity #LRN button.test-pause {
	margin-left: 0;
	border-radius: 0px 2px 2px 0;
}


article#Learnosity #LRN .lrn-assess .slides-container {
	position: relative;
	margin-right: 0px;
	width: auto;
}

	
article#Learnosity #LRN .lrn .row {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}	


article#Learnosity #LRN .lrn .row > div {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


article#Learnosity #LRN .lrn-assess .learnosity-item .content {
	padding-left: 0px;
	padding-right: 0px;
}


article#Learnosity #LRN .lrn-assess .items .progress {
	height: 9px;
	width: 100%;
	background: #D9D9D9;
	border-radius: 0;
	-webkit-box-shadow: none ;
	box-shadow: none;
	margin-bottom: 15px;	
}

article#Learnosity #LRN .lrn-assess .items .progress span {
	background: #A5CC3D;
}


article#Learnosity #LRN .lrn-assess .item-count {
	float: left;
	margin: 0;
	display: inline-block;
	min-width: 66px;
	text-align: center;
	border: 0;
	background: transparent;
	color: #666666;
	padding: 11px;
	height: 40px;
	font-size: 1rem;
	font-family: 'Open Sans';
    margin-left: -10px
}

article#Learnosity #LRN .lrn-assess .item-count span.current-item-pos {
	color: #000;
	font-size: 2rem;
}

article#Learnosity #LRN .lrn-assess .item-count span.current-item-pos:before {
	content: "Q";
	margin-right: -0.5rem;
}

article#Learnosity #LRN .lrn.lrn-assess .lrn-region:not(.lrn-items-region) .lrn_btn_blue, 
article#Learnosity #LRN .lrn.lrn-assess .dialogs .lrn_btn_blue {
	background-color: #287BAF;
	color: #fff;
	border: 1px solid #287BAF;
	-webkit-transition: none;
	transition: none;
}

article#Learnosity #LRN .lrn.lrn-assess .lrn-region:not(.lrn-items-region) .lrn_btn_blue:hover:not(:disabled), 
article#Learnosity #LRN .lrn.lrn-assess .dialogs .lrn_btn_blue:hover:not(:disabled) {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

article#Learnosity #LRN #learnosity_assess > div > div.lrn-region-group.lrn-group-bottom {
	position: fixed;
	bottom: 0 !important;
	left: 0px;
	right: 30px;
	height: 60px;
	margin-left: 0px;
	z-index: 100;
	background: #fff;
	padding-left: 40px;
	border-top: 1px solid #eee;box-sizing: border-box;
}

article#Learnosity #LRN #learnosity_assess > div > div.lrn-region-group.lrn-group-bottom > div.lrn-region.lrn-bottom-right-region {
	top: 5px !important;
	left: -5px;
	margin-top: 0px;
	margin-top: 0px;
}

article#Learnosity #LRN #learnosity_assess > div > div.lrn-region-group.lrn-group-bottom > div.lrn-region.lrn-bottom-right-region.lrn-align-top button {
	padding: 0.3em 0.9em;
	margin: 0 0 0 5px;
}


.lrn.lrn-assess .lrn-bottom-right-region.lrn-align-top.lrn-region {
	left: 0;
}


.lrn.lrn-assess .lrn-region .bottom-wrapper .pos-right {
	float: none;
	margin-right: 10px;
}

.lrn.lrn-assess .lrn-region .bottom-wrapper > .lrn_btn {
	margin-right: 5px;
	margin-left: 0px;
}


div.solution_box {
	background: rgba(0,0,0,0.05);
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 0 0 5px 5px;
	margin: 2px 0 15px 0;
	min-height: 55px;
}

article#Learnosity #LRN .lrn.lrn-assess .lrn-region:not(.lrn-items-region) .lrn_btn_blue[aria-label="next"] {
	background-color: #287BAF;
	color: #fff;
	border: 1px solid #287BAF;
	-webkit-transition: none;
	transition: none;
}

article#Learnosity #LRN .lrn.lrn-assess .lrn-region:not(.lrn-items-region) .lrn_btn_blue[aria-label="next"]::before {
	color: #fff;
}

article#Learnosity #LRN .lrn.lrn-assess .lrn-region:not(.lrn-items-region) .lrn_btn_blue[aria-label="next"]:hover {
	background-color: #333;
	color: #fff;
}

article#Learnosity #LRN .lrn.lrn-assess .lrn_btn.custom_btn.submit_answer[aria-label="Submit Answer"] {
	background-color: #287BAF;
	color: #fff;
	border: 1px solid #287BAF;
	-webkit-transition: none;
	transition: none;
}

article#Learnosity #LRN .lrn.lrn-assess .lrn_btn.custom_btn.submit_answer[aria-label="Submit Answer"]:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
}


article#Learnosity #LRN .lrn-response-validate-wrapper.lrn_correct, 
article#Learnosity #LRN .lrn-response-validate-wrapper.lrn_incorrect, 
article#Learnosity #LRN .lrn-response-validate-wrapper.lrn_correct, 
article#Learnosity #LRN .lrn-response-validate-wrapper.lrn_incorrect {
	padding: 10px 15px 15px;
	border-radius: 3px 3px 0 0;
	border-width: 1px;
}


article#Learnosity #LRN .lrn_widget {
padding-top: 40px;
}


article#Learnosity #LRN .lrn_widget .lrn-response-validate-wrapper.lrn_correct:after, 
article#Learnosity #LRN .lrn_widget .lrn-response-validate-wrapper.lrn_incorrect:after, 
article#Learnosity #LRN .lrn_widget.lrn_mcq .lrn_mcqgroup.lrn_correct:after, 
article#Learnosity #LRN .lrn_widget.lrn_mcq .lrn_mcqgroup.lrn_incorrect:after, 
article#Learnosity #LRN .lrn_widget .lrn_response_container.lrn_correct:after, 
article#Learnosity #LRN .lrn_widget .lrn_response_container.lrn_incorrect:after, 
article#Learnosity #LRN .lrn_widget .lrn_response_input.lrn_correct:after, 
article#Learnosity #LRN .lrn_widget .lrn_response_input.lrn_incorrect:after, 
article#Learnosity #LRN .lrn_widget .lrn_response_input_wrapper.lrn_correct:after, 
article#Learnosity #LRN .lrn_widget .lrn_response_input_wrapper.lrn_incorrect:after {
	position: absolute;
	height: 2em;
	line-height: 2em;
	width: 2em;
	padding: 0 0 0 1px;
	left: 100%;
	border-radius: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -1em;
}



article#Learnosity #LRN .lrn_widget .lrn-workboard-btn > button {
	margin-top: -50px;
	margin-right: -5px;
	padding: 5px 10px;
	border-radius: 2px;
	color: #333;
	background-color: #eaeaea;
	transition: background-color 0.2s ease-in-out;
}

article#Learnosity #LRN .lrn_widget .lrn-workboard-btn > button:hover {
	background: #ccc;
}

article#Learnosity #LRN .lrn_widget .lrn-workboard-btn > button > .lrn-workboard-btn-open-plus {
	color: #287BAF;
}



.solution_box div.sol-expand {
	margin-bottom: 15px;
}


.solution_box div.sol-expand:last-child {
	margin-bottom: 0;
}

.solution_box div.sol-expand h5 {
	padding: 5px 35px 5px 10px;
	border: 1px solid #287BAF;
	line-height: 20px;
	color: #fff;
	background-color: #287BAF;
	border-radius: 3px;
	margin: 0;
	font-size: 0.8666666666666667rem;
	font-weight: bold;
	text-transform: uppercase;
	z-index:1;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAeCAYAAAC8AUekAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAK6wAACusBgosNWgAAAiNJREFUWAnNlztLA0EUhaNBkXRCEFJYCanS2dqmFWwTO39AOkkdC1NqWksbW3+AnWBlL9hoIwgq2AgqGr9DsjBZZzOzOxPYC4d53fOYkF2SSsVR4/H4AGw62qIey0++QaII9IHqCWwHiXmS5TP1Yxj3PWmzbRAHYhv1wXxvtivuSvpAPmYNcrnAHJpsY/7L/DCXmGezdIH0bTX0koGZFdwUPWOx6iXoaJIOkJ6r5l8Atk/wxOSKyboj29xj8YF0fMt+Adh5gidmd0y25ibMOBQPiJ+3Zi8Au0jwxPSFyU5GRuu2+oF4RWtyAdijogoG74v5vjVpalN9QP2hNVpG+zmlX2S5AumcNEdgySagfZ2rD6g/tCa5Ee2ATxCjLhBZM5NpDbQfo5SzY+pX2ND38DWGOho3YEMGGqdrhuBSPvvzxUET3AdbTAQeGE6AxhilXM2ZTzy9oKEOrmO4RdRQnno6q3VNY8zvaOgd/j1D1tDmJo56OxyHOgfy5W99e5lZM+eQ9Xv+OzBEXrr8wn7PJzdCqA3e8yYo2C+fduIdZUSwBR4LBvKlSb8VJXBaBOEGuPVNkrNPuo20Z9Q1BjVwmTOYq116tahBs8QwqoJTVyLPc+lUs7wWto9pD2T9dXNlF6+3sHA+wgTogh9X0tS5+rs++gvvURDge4HyBE8+Gc8LlC+45wXKG9xxgfIHT10g+Z+qsRwPZxLQNRJ4F7xpdPUWPf8D44Ece28MS2YAAAAASUVORK5CYII=);
	background-repeat: no-repeat;background-size: 15px auto;background-position: center right 10px;
	display: inline-block;
	min-width: 200px;
}



.solution_box div.sol-expand h5:hover {
	background-color: #555;
	border: 1px solid #555;
	color: #fff;
	cursor: pointer;
}


.solution_box div.sol-expand.show h5,
.solution_box div.sol-expand.show h5.sol-answer {
	border-radius: 3px 3px 0 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAeCAYAAAC8AUekAAAAAXNSR0IArs4c6QAAAkpJREFUWAnVmM1Nw0AQRhNEA7SQFqAEIjjAkZRArnBKSkhOnEMJyZELUigBWqAFSgjfM2Mr/l+vxyBGshzbu9+82d2ZXWV89XAz+q92OhT469PLnbQ3uubXj7e7IfycDCFq4Ftpn+na2rO7K3f4I/Bj2EECcIWvAU+DcA/ADb4FfJAAXOADwd0D6A3fEdw1gF7wAl+IhqoSY+QA/aMtGl6OqeGraM8/HVemEyUz7rrDyhm1G3A2IS9jE2Mz++oi2GnkDXwvB57g8KK3N32egywYXsLnUnzXxX0IS/TNT5B+ELwEL6XGiE+CVOMboc8M4K/VWuEldC8VwFnrv2H4IQD8NlojvASoJiTnX9jG/Nf6roVXR+p3rzpc6zX8w8I4KnuUSqUaJ9Om1kMlZiVIy8sPfZ8WS2lu5AU+USOvivIprbUu7n0trUTwZZbBC5wMBzzXIGvZ7QcjdaGRWnLXxXNfSwbWOBOtZNnoBZtE7BmlCLUT9Kz4Uj7Q99rcZvKxGx8OB5Ky7xklZV3baKfPubsCwI9XEViybDyWCZCMBsuk1ux7aVZqOzR/mJxIcK42JFascZiiEgT9Q2DtpurT6RBWgGOG54z8SD8YsZgAqCQk5hs6oWbtSeSYSpQtzQQepxEBAAx4DAD+ksCl0SXwDBzmqk0qJKme5Zzl5mJKZI4gbWeZHDiOs5FPKQJmYOkJjl/Ta0r2Ejj9SvAmVpUDJBgVJSY3kG0006USFRO5EhyxSng+SIwA0tHoVFHoH2PyScU6rkTMcspQkvwG0HvYEoEgG3QAAAAASUVORK5CYII=);
	background-color: #ddd;
    border-color: #ddd;
    color: #000;
}



.solution_box div.sol-expand > div {
	border-top: none;
	padding: 0px 10px;
	border-radius: 0px 0px 5px 5px;
	background: #fff;
	margin: 0;
	overflow: hidden;
	max-height: 0;
	margin-top: -1px;
	box-sizing: border-box;
	z-index: 0;
	opacity: 0;
}

.solution_box div.sol-expand.show > div {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
	max-height: 999999999px;
	opacity: 1;
	transition: opacity 0.1s ease-in, padding 0.1s ease-in, max-height 0.1s ease-in-out;
	overflow-x: auto;
}

.questionsMarksText {
	font-size: 1.0em;
	padding-top: 10px;
	padding-left: 20px;
	pointer-events: none;
}

.solutionsMarksText {
	font-size: 1.0em;
    padding-top: 0px;
    margin-top: 0px;
    padding-right: 0px;
    float: right;
    text-align: right;
}


article#Learnosity #LRN #learnosity_assess > div > div.lrn-region-group.lrn-group-middle > div.lrn-region.lrn-right-region {
	z-index: 0 !important;
}


div.learnosity-item:not(:focus) {
	outline: none;
}


article#Learnosity #LRN #learnosity_assess > div > div.lrn-region-group.lrn-group-bottom > div.lrn-region.lrn-bottom-right-region {
	display: block !important
}

article#Learnosity #LRN #learnosity_assess > div > div.lrn-region-group.lrn-group-bottom > div.lrn-region.lrn-bottom-region {
	display: none !important
}



article#Learnosity #LRN .lrn.lrn-assess .lrn-region .bottom-right-wrapper {
	text-align: right;
	display:flex;
	justify-content: flex-end;
}


article#Learnosity #LRN div.lrn-workboard > iframe {
	border-width: 0px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);

}

div.lrn-workboard > button.lrn-workboard-closebtn {
	border: none;
	box-shadow: 4px 0px 8px rgba(0,0,0,0.4);
	background-color: #333;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAYAAABxLuKEAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAK6wAACusBgosNWgAAAfxJREFUeAHtmUGOhDAMBHdW+/8vs/KBUQQu4yTEcGguZDqxcde0xIHPtm0/us4Efs+SFCMgMJADgREYIACyEiMwQABkJUZggADISozAAAGQlRiBAQIgKzECAwRAVmIEBgiArMQIDBAAWYkRGCAAshIjMEAA5MrE2HeamW81s/WAwJerwLRA2rU/1Vlta9r1+eRNSgUYz4inkSXvrKdR/ZC+GkxkINrbzURnor29fvi+GszVYJG5aO+q7/T+ajCfxIQeAE87tsr0Ptakf68GY4NkDLQg2jUZyfSk2pReAcYGyRgxIK+AYgNXgbFnZeDYuei6o0fU/7tXCcYeOmNspvZrOLuoBjMKpxSKDfkEmF445VCeBGPPfvX1VGIyb58dXM/ZvWb6/gSYEaMjNVNwqsHMGJyp7YZUCeYOY3f0SEGqApMxZG+fzBso0ytlPjpUASZjpAXSrmn2TE+qTemrwWQMeCA87Wgo0/tYk/69GszVIBGAaO+q7/T+ajCRuWhvNxadifb2+uH7ajA2mGfA08iEd9bTqH5IrwBjg7VG2nV26LamXWfru8/9dVeMF8wamq3vmrwqMV1DveGwwMC/IDACAwRAVmIEBgiArMQIDBAAWYkRGCAAshIjMEAAZCVGYIAAyEqMwAABkJUYgQECICsxAgMEQFZiBAYIgPwPvWopiUDw0vcAAAAASUVORK5CYII=);
	background-size: 35px auto;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	right: -13px;
	top: -14px;
	width: 29px;
	height:  29px;

}

div.lrn-workboard::before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: -1;
	
}


div.lrn-workboard > button.lrn-workboard-closebtn:hover {
	
	background-color: #777;
	
}






article#Learnosity #LRN .lrn_feature.lrn_calculator {
	margin-top: 54px;
}




.lrn.lrn-assess .lrn-bottom-right-region.lrn-align-top.lrn-region {
	max-width: 100%;
}




.lrn-assess .app-panel {
	z-index: 102;
}



article#Learnosity #LRN .lrn.lrn-assess .lrn-region:not(.lrn-items-region) div.bottom-right-wrapper > button[title="Previous"] {
	order:1;
}

article#Learnosity #LRN .lrn.lrn-assess .lrn-region:not(.lrn-items-region) div.bottom-right-wrapper > button[title="Previous"]:not([disabled]) {
	border: 1px solid #287BAF;
	color: #287BAF;
	background: rgba(33, 145, 209, 0.05);
}


div.bottom-right-wrapper > button[title="Next"] {
	order:2;
}


#learnosity_assess > div > div.lrn-region-group.lrn-group-bottom > div.lrn-region.lrn-bottom-right-region.lrn-align-top > div > button.lrn_btn.custom_btn.submit_test,
article#Learnosity #LRN .lrn.lrn-assess .lrn-region:not(.lrn-items-region) button.lrn_btn_blue[title="Submit All"],
article#Learnosity #LRN .lrn.lrn-assess .lrn-region:not(.lrn-items-region) button.lrn_btn_blue[title="Submit All"]:disabled,
article#Learnosity #LRN .lrn.lrn-assess .lrn-region:not(.lrn-items-region) button.lrn_btn.custom_btn[title="Finish and submit all"],
article#Learnosity #LRN .lrn.lrn-assess .lrn-region:not(.lrn-items-region) button.lrn_btn.custom_btn[title="Finish and submit all"]:disabled {
	order:3;
	display: block !important;
	background-color: rgb(138, 180, 0);
	border-color: rgb(138, 180, 0);
	color: #fff;
}

.lrn.lrn-assess.lrn-xs .lrn_btn .btn-label {
	display: inline;
}


#learnosity_assess > div > div.lrn-region-group.lrn-group-bottom > div.lrn-region.lrn-bottom-right-region.lrn-align-top > div > button.lrn_btn.custom_btn.submit_test:hover {
	background-color: #333;
	border-color: #333;
}

div.bottom-right-wrapper > button[title="Review"],
div.bottom-right-wrapper > button[title="Finish and Submit All"] {
	order:4;
	display: none !important;
}


.lrn-float-element {
	z-index: 11 !important;
}

.lrn-assessapp-feature-container {
	height: 0;
}



@media screen and (min-width: 1024px) {

	article#Learnosity #LRN #learnosity_assess > div > div.lrn-region-group.lrn-group-bottom {
		left: 20px;
	}
	
	div.toolsPanel {
		left:60px;
	}

}


@media screen and (max-width: 960px) {
	
	article#Learnosity #LRN .lrn_widget .lrn-workboard-btn::after {
		content: "Workboard unavailable, insufficent screen width";
		text-align: right;
		display: block;
		position: relative;
		width: 200px;
		color: #999;
		float: right;
	}

	article#Learnosity #LRN .lrn_widget .lrn-workboard-btn > button,
	article#Learnosity #LRN div.lrn-workboard {
		display: none !important;
	}

}



@media screen and (max-width: 630px) {

	div.toolsPanel {
		display:none;
	}
	

}



@media screen and (min-width: 900px) {

	article#Learnosity #LRN div.lrn-timer-wrapper {
		width: 225px;
		background-color: #fff;
	}
	
	article#Learnosity #LRN div.lrn-timer-wrapper .counter {
		font-size: 1.2em;
	}

	
}

@media screen and (min-width: 900px) and (min-height: 600px) {
	
	article#Learnosity #LRN .lrn-assess {
		margin: 0 10px 0 10px;
	}
	
	article#Learnosity #LRN div.lrn-timer-wrapper .counter {
		font-size: 1.2em;
	}
	
	article#Learnosity #LRN div.lrn-timer-wrapper {
		position: fixed;
		right: 85px;
		z-index: 5;
		width: 220px;
		
	}
	
	article#Learnosity #LRN button.test-pause {
		position: fixed;
		right: 30px;
	}

	
	article#Learnosity #LRN .lrn-assess .slides-container {
		margin-right: 270px;
	}
	
	article#Learnosity #LRN #learnosity_assess > div > div.lrn-region-group.lrn-group-middle > div.lrn-region.lrn-right-region {
		position: fixed;
		right: 30px;
	}
	

}

.lrn_showAuth.lrn_audiocontroldiv {
    z-index: 102;
}

.lrn_stimulus .lrn_stimulus_content {
    margin-bottom: 1em;
}

.lrn_cloze.lrn_cloze_vertical_top_none .lrn_response_input {
    padding: 10px 20px 20px;
}


/* Overflow fix for workboard button & mathml LE-2638 */
.lrn_stimulus .lrn_stimulus_content,
.lrn_widget.lrn_choicematrix, 
.lrn_widget.lrn_imageclozetext, 
.lrn_widget.lrn_imageclozedropdown, 
.lrn_widget.lrn_imageclozeassociation, 
.lrn_widget.lrn_association, 
.lrn_widget.lrn_sortlist, 
.lrn_widget.lrn_classification, 
.lrn_widget.lrn_numberline, 
.lrn_widget.lrn_numberlineplot, 
.lrn_widget.lrn_graphplotting {
	overflow: visible !important;
}


@media screen and (max-width: 987px) {
	article#Learnosity #LRN #learnosity_assess > div > div.lrn-region-group.lrn-group-bottom {
		display: none;
	}
}


@media screen and (max-width: 500px) {
	
	article#Learnosity #LRN .lrn-assess .item-count {
		display: block;
		float: none;
	}
	
	.lrn-assess .timer {
		padding: 8px;
		height: 25.5px;
	}
}
