@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
  box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 600;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
  display: block;
  white-space: pre;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.clearfix:before, .lti-list-item:before, .container:before,
#content:before,
.clearfix:after,
.lti-list-item:after,
.container:after,
#content:after {
  content: " ";
  display: table;
}

.clearfix:after, .lti-list-item:after, .container:after,
#content:after {
  clear: both;
}

.clearfix, .lti-list-item, .container,
#content {
  *zoom: 1;
}

/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYjoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSojoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
html {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #6EA523;
  text-decoration: none;
  transition: all 0.15s ease;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

h1 {
  font-size: 24px;
  font-weight: 100;
}
h1.pageTitle {
  border-bottom: 1px solid #CCC;
  padding-bottom: 4px;
  margin-bottom: 24px;
}

h2 {
  font-size: 18px;
  font-weight: 600;
}

h3 {
  font-size: 16px;
  font-weight: 600;
}

h4 {
  font-size: 14px;
  font-weight: 600;
}

.spaced {
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

#mainNav {
  font-size: 18px;
}
#mainNav a {
  color: white;
  display: inline-block;
  line-height: 56px;
  padding: 0 16px;
}
#mainNav a:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#mainNav a img {
  margin-top: -1px;
}
#mainNav ul {
  list-style: none;
}

#subNav a {
  display: inline-block;
  color: #555555;
  line-height: 36px;
  padding: 0 20px;
}
#subNav a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}
#subNav ul {
  list-style: none;
}

*[class^=btn] {
  display: inline-block;
  line-height: 40px;
  padding: 0 32px;
  border-radius: 3px;
  text-decoration: none;
  border: 0;
  font-weight: 600;
  transition: all 0.2s ease;
}
*[class^=btn]:hover {
  text-decoration: none;
  cursor: pointer;
}
*[class^=btn]:focus {
  outline: 0;
}

.btn-primary {
  background-color: #FF8400;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #FF8400;
}
.btn-primary:hover {
  background-color: rgb(247.35, 128.04, 0);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:active {
  background-color: rgb(234.6, 121.44, 0);
}

.btn-secondary {
  background: #ffffff;
  border: 1px solid #CCC;
  color: #555555;
}
.btn-secondary:hover {
  background: #fafafa;
}
.btn-secondary:active {
  background: #f0f0f0;
}

.btn {
  background-color: #f0f0f0;
  border: 1px solid #CCC;
  color: #555555;
}
.btn:hover {
  background-color: rgb(227.25, 227.25, 227.25);
}
.btn:active {
  background-color: rgb(219.6, 219.6, 219.6);
}

.spinner {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.spinner > div {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  float: left;
  animation: bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}
.spinner.light > div {
  background-color: #ffffff;
}
.spinner.dark > div {
  background-color: #444444;
}
@keyframes bouncedelay {
  0%, 100%, 80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.formContainer > div {
  display: block;
  margin: 10px 0;
}
.formContainer label,
.formContainer input {
  display: block;
  width: 100%;
}

/*.floatingLabel {
	label {
		margin-left: 6px;
		line-height: 20px;
		color: #999999;
		font-style: italic;
		@include translate3d(0, 1.7em, 0);
		transition: all .15s ease;
		&:hover {
			cursor: text;
		}
	}
	.active {
		label {
			margin-left: 3px;
			font-size: 12px;
			color: #666666;
			font-style: normal;
			@include translate3d(0,0,0);
		}
	}
}

.highlightLabel {
	&> div {
		display: flex;
		flex-direction: row;
	}
	label {
		width: 30%;
		position: relative;
		line-height: 29px;
		transition: all .3s ease;
		&:before {
			content: '';
			display: block;
			width: 0%;
			height: 29px;
			background: $active;
			position: absolute;
			top: 0;
			left: 0;
			z-index: -1;
			border-radius: 4px 0 0 4px;
			transition: all .3s ease;
		}
	}
	input {
		width: 70%;
		&:focus {
			outline: 0;
		}
	}
	.active {
		label {
			padding-left: 5px;
			color: white;
			&:before {
				width: 101%;
			}
		}
		input {
			border-radius: 0 4px 4px 0;
		}
	}
}*/
label {
  display: block;
}
label span {
  display: inline-block;
  padding: 6px 0 5px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  transition: all 0.15s ease;
  vertical-align: sub;
  background-color: #ffffff;
  background-image: url(../img/check2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #6EA523;
  border: 1px solid transparent;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 0;
}

input[type=radio] {
  border-radius: 50%;
  background-image: url(../img/radio2.svg);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 32px;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 0 29px 0 9px;
  min-width: 150px;
  background: #ffffff url(../img/icon-down-green.svg) right 10px center no-repeat;
}
select:focus {
  outline: 0;
}

input[type=text],
input[type=search],
input[type=email] {
  height: 32px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 0 5px;
  transition: all 0.2s ease;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus {
  outline: 0;
  border: 1px solid #6EA523;
  box-shadow: 0 0 0 2px rgba(110, 165, 35, 0.4);
}

::-webkit-input-placeholder {
  font-style: italic;
}

.filterBar {
  background: #f0f0f0;
  padding: 10px 0;
  margin-bottom: 32px;
}
.filterBar .container {
  display: flex;
  flex-direction: row;
}
.filterBar .container > div {
  flex: 1;
}

.actionBar {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 8px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.selectAll {
  line-height: 40px;
  background: #f0f0f0;
  border: 1px solid #CCC;
  padding: 0 8px;
  border-radius: 3px;
}
.selectAll img {
  padding: 0 4px;
}

.searchResultsTitle {
  flex: 1;
  text-align: center;
}

.pagination {
  font-size: 0;
}
.pagination li {
  font-size: 14px;
  display: inline-block;
  background: #FAFAFA;
  border: 1px solid #ccc;
  border-right: none;
}
.pagination li a {
  display: inline-block;
  width: 23px;
  color: #555555;
  text-align: center;
}
.pagination li a:hover {
  background: #fafafa;
  text-decoration: none;
}
.pagination li.active {
  background: #ffffff;
}
.pagination li:first-child {
  border-radius: 4px 0 0 4px;
  background: #f0f0f0;
}
.pagination li:last-child {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #CCC;
  background: #f0f0f0;
}

.tabBar {
  border-bottom: 1px solid #CCC;
  margin-top: 30px;
  font-size: 0;
}
.tabBar li {
  font-size: 14px;
  display: inline-block;
}
.tabBar li a {
  display: inline-block;
  line-height: 32px;
  padding: 0 24px;
  color: #555555;
  border-left: 1px solid #CCC;
}
.tabBar li a:hover {
  text-decoration: none;
}
.tabBar li:first-child a {
  border-left: 0;
}
.tabBar li.active a {
  border: 1px solid #CCC;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.tabBar li.active + li a {
  border-left: 0;
}

.inputGroup {
  display: flex;
  flex-direction: row;
}
.inputGroup input:first-child {
  border-radius: 3px 0 0 3px;
  border-right: 0;
  flex: 1;
}
.inputGroup button {
  position: relative;
  height: auto;
}
.inputGroup button:last-child {
  border-radius: 0 3px 3px 0;
  line-height: 30px;
}

.buttonGroup {
  display: flex;
  flex-direction: row;
}
.buttonGroup button {
  border-radius: 0;
  border-left: 0;
}
.buttonGroup button:first-child {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #CCCCCC;
}
.buttonGroup button:last-child {
  border-radius: 0 3px 3px 0;
}

.assess_from_lms p {
  display: block;
  float: none;
}

.test_id_modal .send_to_students_col h3 {
  margin: 0 0 8px 0;
}

.test_id_modal .send_to_students_col a {
  margin-top: 0;
}

.push_to_student_portal {
  margin-top: 32px;
}

.clipboard-dialogue {
  position: absolute;
  top: 30px;
  right: 0;
  font-weight: 400;
  color: #888888;
}

.container,
#content {
  width: 1020px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px;
}

#content,
.mainBody {
  margin-top: 40px;
}

#mainNav {
  background: #6EA523;
}
#mainNav li {
  display: inline-block;
}
#mainNav #primaryNav {
  float: left;
  margin-left: -20px;
}
#mainNav #sessionWidget {
  float: right;
}

#subNav {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 999;
}
#subNav li {
  display: inline-block;
  position: relative;
}
#subNav li.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #6EA523;
  position: absolute;
  left: 0;
  bottom: -2px;
}
#subNav #subnavLinks {
  float: left;
  margin-left: -20px;
}

.sidebar {
  width: calc(50% - 184px);
  float: left;
  padding: 0 20px;
}
.sidebar .content {
  width: 296px;
  float: right;
}

.profileInfo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 40px 0;
}
.profileInfo img {
  margin-right: 20px;
}

.myTrackers {
  margin: 40px 0;
}

.tracker {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}
.tracker img {
  margin-right: 10px;
}
.tracker .progressBar {
  background: #e1e1e1;
  width: 200px;
  margin: 3px 0;
  border-radius: 2px;
}
.tracker .progressBar span {
  display: block;
  float: left;
  height: 10px;
}
.tracker .progressBar .m01 {
  background: #7ED321;
  border-radius: 2px 0 0 2px;
}
.tracker .progressBar .m02 {
  background: #F8E71C;
}
.tracker .progressBar .m03 {
  background: #D0021B;
  border-radius: 0 2px 2px 0;
}

.myAssessments {
  margin: 40px 0;
}

.assessment {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 10px 0;
}
.assessment img {
  margin-right: 10px;
}
.assessment div {
  flex: 1;
}
.assessment h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 3px;
}
.assessment span {
  font-size: 12px;
  color: #CCCCCC;
}

.main {
  width: calc(50% + 184px);
  float: right;
  background: #F3F5F0;
  padding: 40px 20px;
  min-height: calc(100vh - 83px);
}
.main .content {
  width: 644px;
}

.card {
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 10px;
}
.card header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card header img {
  margin-right: 20px;
}
.card header .title {
  font-size: 14px;
}
.card header .timestamp {
  font-size: 12px;
  color: #CCCCCC;
}
.card section {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}
.card section img {
  margin-right: 20px;
}
.card footer {
  margin-top: 20px;
}
.card .material-img {
  border: 5px solid #CCCCCC;
}

.material {
  display: flex;
  flex-direction: row;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #CCC;
}
.material .materialData {
  flex: 1;
}
.material > div:not(:last-child) {
  margin-right: 16px;
}

.emptyState {
  background: #f0f0f0;
  border-radius: 10px;
  margin-top: 32px;
  padding: 40px 0;
  text-align: center;
}

.overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.modal {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 32px;
  text-align: center;
  max-width: 480px;
  margin: 100px auto 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.active .modal {
  opacity: 1;
}

#lti-admin {
  /*font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;*/
}
#lti-admin .contentHeader {
  margin-bottom: 40px;
}
#lti-admin h1 {
  font-size: 24px;
  font-weight: 100;
}
#lti-admin h1.pageTitle {
  border-bottom: 1px solid #CCC;
  padding-bottom: 4px;
}
#lti-admin h1.pageTitle + p {
  margin-top: 8px;
}
#lti-admin h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 60px 0 24px;
}
#lti-admin .alert {
  border: 1px solid rgba(250, 164, 65, 0.5);
  background: rgba(250, 164, 65, 0.1);
  border-radius: 3px;
  padding: 12px 40px 12px 16px;
  margin-top: 16px;
  display: inline-block;
  line-height: 1.3;
  color: #444444;
}
#lti-admin .alert .label {
  font-size: 12px;
  display: block;
}
#lti-admin .alert .label + span {
  font-weight: 600;
}
#lti-admin {
  /*	strong {
  		font-weight: 600;
  	}
  	*[class^=btn] {
  	    display: inline-block;
  	    line-height: 40px;
  	    padding: 0 32px;
  	    border-radius: 4px;
  	    text-decoration: none;
  	    border: 0;
  	    font-weight: 600;
  	    transition: all .15s ease;
  	    height: auto;
  	    text-shadow: none;
  	    text-transform: none;
  	    &:hover {
  	        text-decoration: none;
  	    }
  	    &:focus {
  	        outline: 0;
  	    }
  	}
  	.btn-primary {
  	    background: $orange;
  	    color: white;
  	    &:hover {
  	        background: darken($orange, 5%);
  	    }
  	    &:active {
  	        background: darken($orange, 10%);
  	    }
  	}
  	.btn-secondary {
  		background: #ffffff;
  		border: 1px solid #CCC;
  		color: #444444;
  		&:hover {
  			background: #f0f0f0;
  		}
  		&:active {
  			background: #e1e1e1
  		}
  		.spinner {
  			&> div {
  		        background-color: #444;
  			}
  		}
  	}*/
}

.lti-list-item {
  border-bottom: 1px solid #CCCCCC;
  padding: 24px 0;
  line-height: 1.3;
}
.lti-list-item > div {
  float: left;
}
.lti-list-item .key,
.lti-list-item .secret {
  width: 380px;
  margin-right: 25px;
  padding: 5px 0;
}
.lti-list-item .domain {
  width: 340px;
  display: none;
}
.lti-list-item .generate-button {
  width: 180px;
  text-align: right;
}
.lti-list-item h3 {
  font-size: 16px;
  font-weight: 400;
}
.lti-list-item .label {
  display: block;
  font-size: 12px;
}
.lti-list-item .label + span {
  font-size: 14px;
  color: #BBBBBB;
  font-style: italic;
}
.lti-list-item.lti-generated .label + span {
  color: #444444;
  font-style: normal;
  font-weight: 600;
}
.lti-schoolList {
  display: none;
}

/* using CSS to change the text of the link label. but obviously use whatever makes sense here */
#lti-schoolListTrigger::before {
  content: "View ";
}

#lti-schoolListTrigger::after {
  content: url(../img/icon-down-grey.svg);
  display: inline-block;
  margin-left: 5px;
  top: -2px;
  position: relative;
}

#lti-schoolListTrigger.open::before {
  content: "Hide ";
}
#lti-schoolListTrigger.open::after {
  top: 2px;
}

*.lrg_orn_button {
  cursor: pointer;
  float: right;
  display: block;
  text-decoration: none;
  padding: 0 16px 0 20px;
  background: #fdcd9a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #fdcd9a 0%, #fa9a34 3%, #f98521 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcd9a', endColorstr='#f98521',GradientType=0 );
  border-radius: 2px;
  box-shadow: 0px 1px 2px #999;
  text-shadow: 0px -1px 0px #b5620e;
  border: 1px solid #b5620e;
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: capitalize;
  margin: 0;
  font-size: 15px;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
*.lrg_orn_button span {
  background: url(../img/icon_arrow.png) no-repeat top right;
  padding-right: 35px;
}

@media only screen and (max-width: 1000px) {
  body {
    width: 1000px;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#documentation #mainHead {
  background-color: #6EA523;
  display: block;
  position: sticky;
  top: 0;
  padding: 20px;
  color: white;
  font-size: 24px;
  font-weight: 100;
}
#documentation .bodyWrapper {
  display: flex;
  flex-direction: row;
}
#documentation .sidebar {
  width: 300px;
  display: block;
  padding: 20px;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
#documentation .mainBody {
  flex: 1;
  padding: 0 20px;
}
#documentation section {
  margin-bottom: 100px;
}
#documentation #color h3 {
  margin: 24px 0 8px;
}
#documentation #color .color {
  display: inline-block;
  padding: 20px;
  border: 1px solid #e1e1e1;
  text-align: center;
}
#documentation #color .color .swatch {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}
#documentation #color .color .swatch.green {
  background: #6EA523;
}
#documentation #color .color .swatch.mcgreen {
  background: #8dc63f;
}
#documentation #color .color .swatch.orange {
  background: #FF9300;
}
#documentation #color .color .swatch.orange2 {
  background: #F15B2D;
}
#documentation #color .color .swatch.gray {
  background: #555555;
}
#documentation #color .color .swatch.midgray {
  background: #8f8f8f;
}
#documentation #color .color .swatch.lightgray {
  background: #CCCCCC;
}
#documentation #color .color .swatch.lightestgray {
  background: #eeeeee;
}
#documentation #color .color .swatch.mred {
  background: #E31212;
}
#documentation #color .color .swatch.myellow {
  background: #E3DC12;
}
#documentation #color .color .swatch.mgreen {
  background: #0BBC18;
}
#documentation #color .color .swatch.mblue {
  background: #1566b2;
}
#documentation #color .color span {
  display: block;
}

.prettyprint {
  background: #fafafa;
  font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
  border: 1px solid rgb(224.5, 224.5, 224.5);
  padding: 20px 50px 20px 20px;
  border-radius: 3px;
  margin: 20px 0;
  display: inline-block;
}

.pln {
  color: rgba(0, 0, 0, 0.7);
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 35px;
  color: rgba(0, 0, 0, 0.4);
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  padding-left: 1em;
  list-style-type: decimal;
  border-left: 1px solid #CCC;
}

@media screen {
  /* string content */
  .str {
    color: #2a9292;
  }
  /* keyword */
  .kwd {
    color: #955ae7;
  }
  /* comment */
  .com {
    color: #7e7887;
  }
  /* type name */
  .typ {
    color: #576ddb;
  }
  /* literal value */
  .lit {
    color: #aa573c;
  }
  /* punctuation */
  .pun {
    color: #19171c;
  }
  /* lisp open bracket */
  .opn {
    color: #19171c;
  }
  /* lisp close bracket */
  .clo {
    color: #19171c;
  }
  /* markup tag name */
  .tag {
    color: #be4678;
  }
  /* markup attribute name */
  .atn {
    color: #aa573c;
  }
  /* markup attribute value */
  .atv {
    color: #398bc6;
  }
  /* declaration */
  .dec {
    color: #aa573c;
  }
  /* variable name */
  .var {
    color: #be4678;
  }
  /* function name */
  .fun {
    color: #576ddb;
  }
}/*# sourceMappingURL=main.css.map */