.asnm {
	padding: 12px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.asnm-progress .bar {
	background: #073455;
}
.asnm-sidebar-nav {
	padding: 9px 0;
	max-height: 310px;
	overflow-y: auto;
}
.asnm-sidebar-nav ul.nav-list > li > .asnm-sidebar-link {
	display: block;
	width: 100%;
	padding: 5px 15px;
	margin-left: -15px;
	font-size: inherit;
	font-family: inherit;
	border: 0;
	box-sizing: unset;
	text-align: left;
	color: #073455;
	background-color: transparent;
	outline: none;
	transition: background 0.3s, color 0.3s;
}
.asnm-sidebar-nav ul.nav-list > li > .asnm-sidebar-link-total {
	padding-left: 32px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.asnm-sidebar-nav ul.nav-list > li > .asnm-sidebar-link > i.green {
	color: #8bc34a;
}
.asnm-sidebar-nav ul.nav-list > li > .asnm-sidebar-link > i.red {
	color: #f44336;
}
.asnm-sidebar-nav ul.nav-list > li.active > .asnm-sidebar-link,
.asnm-sidebar-nav
	ul.nav-list
	> li.active
	> .asnm-sidebar-link:hover
	.asnm-sidebar-nav
	ul.nav-list
	> li.active
	> .asnm-sidebar-link:focus {
	color: #ffffff;
	background-color: #073455;
}
.save-progress-btn {
	outline: none;
}
.asnm-cta-btn {
	position: relative;
	display: inline-block;
	z-index: 1;
	vertical-align: middle;
	box-sizing: border-box;
	max-width: 50px;
	padding: 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none !important;
}
.asnm-cta-btn:hover,
.asnm-cta-btn:focus,
.asnm-cta-btn.non-collapsed:hover {
	background: #000;
	max-width: 100%;
	text-decoration: none;
}
.asnm-cta-btn.non-collapsed {
	max-width: 100%;
	text-decoration: none;
}
.asnm-cta-btn span {
	position: relative;
	opacity: 0;
	pointer-events: none;
	vertical-align: middle;
}
.asnm-cta-btn:hover span,
.asnm-cta-btn:focus span,
.asnm-cta-btn.non-collapsed span {
	pointer-events: initial;
	opacity: 1;
	z-index: 1;
}
.asnm-cta-btn img {
	opacity: 0.8;
	height: 30px;
	max-width: 28px;
}
.asnm-cta-btn:hover img,
.asnm-cta-btn:focus img,
.asnm-cta-btn.non-collapsed img {
	opacity: 1;
}
[asnm-feedback] {
	page-break-inside: avoid;
}
.asnm-feedback {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	background-color: white;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow-x: auto;
}
.asnm-feedback::after {
	content: 'Solution';
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: whiteSmoke;
	border: 1px solid #ddd;
	color: #9da0a4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}
.asnm-book-reference {
	font-size: 90%;
	position: absolute;
	right: 12px;
	top: 6px;
}
.asnm-book-reference.simple {
	position: relative;
	right: 0;
	top: 0;
	display: inline;
}
.asnm .lab-info .lab-name {
	color: #073455;
	font-size: 21px;
}
.asnm-question {
	display: none;
	position: relative;
}
.asnm-question.active {
	display: block;
}
.asnm-question.isPrintView {
	display: block;
}
.asnm-question.active.up {
	-webkit-animation: fadeInUp 0.2s;
	animation: fadeInUp 0.2s;
}
.asnm-question.active.down {
	-webkit-animation: fadeInDown 0.2s;
	animation: fadeInDown 0.2s;
}
table.asnm-tableofvalues {
	width: 250px;
	margin-right: 30px;
	float: left;
}
table.asnm-tableofvalues thead,
table.asnm-tableofvalues th {
	text-align: center;
}
table.asnm-tableofvalues tr {
	height: 40px;
}
table.asnm-tableofvalues input {
	border: 0;
	border-bottom: 3px dashed #ddd;
	width: 70px;
	margin: 0 20px;
	height: 25px;
	text-align: center;
	font-size: 20px;
}
.asnm-fraction {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
}
.asnm-fraction-num {
	border-bottom: 1px black solid;
	padding-bottom: 3px;
}
.asnm-fraction-denom {
	padding-top: 3px;
}
.asnm-question .undefined {
	display: inline-block;
	padding: 0 3px;
	color: #fff;
	background-color: #f66;
	border: 1px solid #d66;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #ccc;
	animation: flashError 1s;
}
.asnm-question .undefined:hover {
	background-color: #f00;
}
.asnm-question .calc-button,
.asnm-question .calc-number {
	display: inline-block;
	padding: 0 4px;
	border-radius: 3px;
}
.asnm-question .calc-button {
	background-color: #333;
	color: #fff;
	font-weight: bold;
}
.asnm-question .calc-number {
	background-color: #b9e0a9;
	font-weight: bold;
}
.asnm-question .mathjax-multiline {
	margin-top: 2px;
	margin-bottom: 4px;
	display: block;
}
.asnm-question .mathjax-inline {
	display: inline-block;
}
.asnm-question span.tab {
	display: inline-block;
	width: 30px;
}
.asnm-question .tvm-timeline-border {
	border: 1px solid #ddd;
	margin: 16px;
}
.asnm-question input.is-correct {
	background-color: #dfb;
}
.asnm-question input.is-incorrect {
	background-color: #f66;
}
.asnm-question input.is-partial {
	background-color: #ffff66;
}
.asnm-question .answerbox-status-icon {
	position: relative;
	left: 10px;
	top: 4px;
	font-size: 24px;
}
.asnm-question .answerbox-status-icon + .answerbox-status-icon {
  display: none;
}
.asnm-question .answerbox-status-icon .icon-question {
	font-size: smaller;
	position: relative;
	left: -15px;
	top: -2px;
}
.asnm-question .answerbox-status-icon .icon-remove {
	font-size: smaller;
	position: relative;
	left: -17px;
	top: -2px;
}
div.answerbox-choice,
div.answerbox-choice-radio,
div.answerbox-choice-checkbox,
div.answerbox-list {
	display: inline-block;
}
div.answerbox-choice-radio-button {
	display: block;
}
.asnm-question .print-mode {
	width: 175px;
	height: 30px;
	vertical-align: top;
}
.answerbox-fill.print-mode {
	border-bottom: 1px solid #666666;
}
.asnm-question.solutions-shown .print-mode {
	height: 1px;
}
.asnm-question .answerbox-choice-radio .answer .caption,
.asnm-question .answerbox-choice-checkbox .answer .caption {
	background-color: #b4b4b4;
}
.asnm-question .answerbox-choice-radio #container,
.asnm-question .answerbox-choice-checkbox #container  {
	display: block;
}
.asnm-question .answerbox-choice-radio input,
.asnm-question .answerbox-choice-checkbox input  {
	margin: 0;
}
.asnm-question .answerbox-choice-radio input.print-mode,
.asnm-question .answerbox-choice-checkbox input.print-mode {
	display: none;
}
.asnm-question .answerbox-choice-radio .radio-click:hover {
	cursor: pointer;
}
.asnm-question .answerbox-choice-radio .caption,
.asnm-question .answerbox-choice-checkbox .caption {
	display: inline-block;
	margin-left: 10px;
	padding: 3px;
	border-radius: 5px;
}
.asnm-question .answerbox-choice-radio div,
.asnm-question .answerbox-choice-checkbox div {
	margin: 3px;
}
.asnm-question .answerbox-choice-radio-button button.radio-click {
	display: block;
	border: 1px solid #ccc;
	background: transparent;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
	transition: border-color .3s, background .3s;
}
.asnm-question .answerbox-choice-radio-button[disabled] {
	cursor: not-allowed;
}
.asnm-question .answerbox-choice-radio-button[disabled] button.radio-click {
	pointer-events: none;
	opacity: .8;
}
.asnm-question .answerbox-choice-radio-button button.radio-click > input[type=radio] {
	display: none;
}

.asnm-question .answerbox-choice-radio-button button.radio-click.checked {
	border-color: #2f48ff !important;
	background: rgba(82, 168, 236, 0.1);
	outline: none;
}

.asnm-question .answerbox-choice-radio-button button.radio-click:focus {
	outline: auto 1px #2f48ff;
}

.asnm-question .challenge-question-marker {
	background-image: url('https://vrettamedia.s3.amazonaws.com/challenge-question.jpg');
	height: 51px;
	width: 36px;
	display: block;
	margin: auto;
}
.asnm-question ul.answerbox-list {
	height: auto !important;
	margin: 0;
	position: relative;
	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;
	background-color: #fff;
	min-height: 26px;
	list-style-type: none;
	width: auto;
	display: inline-block;
	padding: 0 3px 0 0;
}
.asnm-question .answerbox-list .choice {
	float: left;
	list-style: none;
	display: list-item;
	text-align: -webkit-match-parent;
	padding: 3px 5px;
	margin: 3px 0 3px 5px;
	line-height: 13px;
	height: 15px;
	color: #333;
	font-size: 80%;
	cursor: default;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: revert;
}
.asnm-question .answerbox-list .choice a {
	color: #999;
	font-size: 150%;
	position: relative;
	top: 2px;
	text-decoration: none;
	transition: 0.2s;
}
.asnm-question .answerbox-list .choice a:hover {
	color: #e33;
}
.asnm-question .answerbox-list .field {
	border: 1px solid #aaaaaa;
	margin: 3px 0 3px 5px;
	float: left;
	list-style: none;
	display: list-item;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 21px;
	padding-right: 5px;
}
.answerbox-list .field input {
	color: #333;
	font-size: 80%;
	line-height: 15px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
	position: relative;
	top: -2px;
	width: 70px;
	padding-left: 3px;
	padding-right: 3px;
	height: auto;
}
.answerbox-list .field a {
	color: #999;
	font-size: 120%;
	text-decoration: none;
	position: relative;
	top: -3px;
	transition: 0.2s;
}
.answerbox-list .field a:hover {
	color: #09c;
}
.asnm-question div.p {
	margin-bottom: 1em;
	margin-top: 1em;
}
.asnm-question div.p.center {
	text-align: center;
}
.asnm-solution-note {
	font-weight: bold;
	font-size: 24px;
	text-align: right;
}
.asnm-solutions-selector {
	padding-bottom: 10px;
	position: absolute;
	max-width: 220px;
	width: 28.5%;
	margin-left: 3%;
	left: 100%;
	border: 1px solid #e1e2e1;
	padding: 10px;
	background: #f6f6f6;
	top: 0px;
	border-radius: 5px;
}
.asnm-solutions-selector.faded {
	opacity: 0.5;
}
.asnm-solutions-selector .header {
	padding: 0;
	padding-bottom: 10px;
}
.asnm-question-preview {
	max-width: 706px;
}
.asnm-question,
.asnm-review-container {
	border: 1px solid #dfdfdf;
	padding: 1em;
	border-radius: 5px;
}
.asnm-question {
	margin-bottom: 5px;
}
.asnm-question .asnm-note {
	font-size: 70%;
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.question-panel {
		width: 100% !important;
	}
	.asnm-solutions-selector {
		position: static !important;
		margin: 20px 0 !important;
		width: auto !important;
		max-width: 100% !important;
	}
	.question-nav > .asnm-sidebar-nav {
		display: none !important;
		opacity: 0;
	}
	.csap-assignment-header {
		box-sizing: border-box;
		font-size: 16px;
		max-width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.csap-assignment-header .csap-title-text,
	.csap-assignment-header .asnm-code-text {
		display: none;
	}
	.csap-assignment-header .mobile-header {
		display: inline-block;
	}
	.asnm {
		box-sizing: border-box;
		padding: 0;
		max-width: 100%;
	}
	.asnm-progress {
		display: none;
	}
	.mobile-asnm-nav {
		display: block !important;
		text-align: center;
		padding: 12px 0;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		margin: 0;
	}
	.mobile-asnm-nav h4 {
		margin: 1.5px 0 0;
		padding: 0;
	}
	.mobile-asnm-nav i {
		padding: 5px;
	}
	.asnm-question-body-mobile-override {
		padding: 0 12px;
		overflow-x: auto;
	}
}
