/** DO NOT EDIT THIS FILE, IT WAS BUILT FROM SOURCE **/

@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.form-group {
  margin-bottom: 0; }

.form-group > *:last-child {
  margin-bottom: 15px; }

.seligo-container {
  display: inline-block;
  position: relative; }

.seligo-cover {
  position: absolute; }

.seligo-cover[tabindex] {
  cursor: pointer; }

.seligo-drop {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 5px;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 9999; }

.seligo-current {
  padding-right: 18px; }

input.seligo-search {
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  height: auto;
  line-height: normal;
  margin: 6px 0;
  padding: 4px;
  width: 100%; }

.seligo-options {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative; }

.seligo-options:empty:before {
  background-color: #f1f1f1;
  color: #666;
  content: 'Nothing found';
  display: block;
  padding: 2px 0;
  text-align: center; }

.seligo-options > div {
  cursor: pointer;
  padding: 3px 6px;
  white-space: nowrap; }

.seligo-options > div.selected {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.seligo-remove {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjNjY2Ij4KPHBvbHlnb24gaWQ9IngtbWFyay1pY29uIiBwb2ludHM9IjQzOC4zOTMsMzc0LjU5NSAzMTkuNzU3LDI1NS45NzcgNDM4LjM3OCwxMzcuMzQ4IDM3NC41OTUsNzMuNjA3IDI1NS45OTUsMTkyLjIyNSAxMzcuMzc1LDczLjYyMiA3My42MDcsMTM3LjM1MiAxOTIuMjQ2LDI1NS45ODMgNzMuNjIyLDM3NC42MjUgMTM3LjM1Miw0MzguMzkzIDI1Ni4wMDIsMzE5LjczNCAzNzQuNjUyLDQzOC4zNzggIi8+Cjwvc3ZnPg==);
  background-size: 15px 15px;
  cursor: pointer;
  display: none;
  height: 15px;
  position: absolute;
  right: 4px;
  width: 15px; }

.seligo-drop[data-mode="xhr"] .seligo-remove {
  display: block; }

.seligo-drop[data-mode="xhr"][data-current=""] .seligo-remove {
  display: none; }

.seligo-xhr-search:hover {
  text-decoration: none; }

.seligo-drop[data-mode="xhr"] input.seligo-search {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNhYWFhYWEiPiA8cGF0aCBpZD0ibWFnbmlmaWVyLTUtaWNvbiIgZD0iTTQ2MC40ODgsMzg3LjE2NmwtMTE3LjA5LTExNy4wOUMzOTIuMDUxLDE2OS4xNzUsMzE4LjUwNCw1MCwyMDQuOTU5LDUwIGMtODQuNjg2LDAtMTUzLjU4NCw2OC44OTgtMTUzLjU4NCwxNTMuNTg1YzAsMTExLjcyMywxMTUuNzAzLDE4NS4zNzUsMjE2LjMwOCwxNDAuMTg3bDExOC4xLDExOC4wOTcgQzQxOS4zNzMsNDY0LjY3Miw0NjMuMzg3LDQyMS45MjIsNDYwLjQ4OCwzODcuMTY2eiBNMjA0Ljk1OSwzMDYuMTI2Yy01Ni41MzcsMC0xMDIuNTM1LTQ1Ljk5OS0xMDIuNTM1LTEwMi41NDEgYzAtNTYuNTM5LDQ1Ljk5OC0xMDIuNTM4LDEwMi41MzUtMTAyLjUzOGM1Ni41NDEsMCwxMDIuNTQxLDQ1Ljk5OSwxMDIuNTQxLDEwMi41MzhDMzA3LjUsMjYwLjEyNywyNjEuNSwzMDYuMTI2LDIwNC45NTksMzA2LjEyNnoiIC8+IDwvc3ZnPg==);
  background-position: calc(100% - 4px) 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px; }

.seligo-drop[data-mode="xhr"][data-loading="1"] input.seligo-search {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+IDxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDMyIDMyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxnPiA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+IDxnPjxyZWN0IGhlaWdodD0iOCIgd2lkdGg9IjIuNSIgZmlsbD0iI0FBQSIgeD0iMTQuNzUiLz48L2c+IDxnPjxyZWN0IGhlaWdodD0iMi41IiB3aWR0aD0iOCIgZmlsbD0iI0FBQSIgdHJhbnNmb3JtPSJtYXRyaXgoMC41LDAuODY2LC0wLjg2NiwwLjUsOS44NTY0LC01Ljg1NjQpICIgeT0iNC4zNTgiIHg9IjYiLz48L2c+IDxnPjxyZWN0IGhlaWdodD0iMi41IiB3aWR0aD0iOCIgZmlsbD0iI0FBQSIgdHJhbnNmb3JtPSJtYXRyaXgoMC44NjYsMC41LC0wLjUsMC44NjYsNS43NTE3LC0xLjQ2NDQpICIgeT0iOC43NSIgeD0iMS42MDkiLz48L2c+IDxnPjxyZWN0IGhlaWdodD0iMi41IiB3aWR0aD0iOCIgZmlsbD0iI0FBQSIgeT0iMTQuNzUiLz48L2c+IDxnPjxyZWN0IGhlaWdodD0iOCIgd2lkdGg9IjIuNSIgZmlsbD0iI0FBQSIgdHJhbnNmb3JtPSJtYXRyaXgoMC40OTk4LDAuODY2MSwtMC44NjYxLDAuNDk5OCwyMS44NTk4LDYuMTQ1KSAiIHk9IjE4IiB4PSI0LjM1OSIvPjwvZz4gPGc+PHJlY3QgaGVpZ2h0PSI4IiB3aWR0aD0iMi41IiBmaWxsPSIjQUFBIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjg2NiwwLjUsLTAuNSwwLjg2NiwxNC41MzU5LC0xLjQ2NTEpICIgeT0iMjIuMzkyIiB4PSI4Ljc1MiIvPjwvZz4gPGc+PHJlY3QgaGVpZ2h0PSI4IiB3aWR0aD0iMi41IiBmaWxsPSIjQUFBIiB5PSIyNCIgeD0iMTQuNzUyIi8+PC9nPiA8Zz48cmVjdCBoZWlnaHQ9IjIuNSIgd2lkdGg9IjgiIGZpbGw9IiNBQUEiIHRyYW5zZm9ybT0ibWF0cml4KDAuNTAwMSwwLjg2NiwtMC44NjYsMC41MDAxLDMzLjg1MjYsLTUuODYwMykgIiB5PSIyNS4xNDEiIHg9IjE4LjAwMyIvPjwvZz4gPGc+PHJlY3QgaGVpZ2h0PSIyLjUiIHdpZHRoPSI4IiBmaWxsPSIjQUFBIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjg2NjEsMC40OTk4LC0wLjQ5OTgsMC44NjYxLDE0LjUyODcsLTEwLjI0NzYpICIgeT0iMjAuNzQ3IiB4PSIyMi4zOTQiLz48L2c+IDxnPjxyZWN0IGhlaWdodD0iMi41IiB3aWR0aD0iOCIgZmlsbD0iI0FBQSIgeT0iMTQuNzQ3IiB4PSIyNC4wMDEiLz48L2c+IDxnPjxyZWN0IGhlaWdodD0iOCIgd2lkdGg9IjIuNSIgZmlsbD0iI0FBQSIgdHJhbnNmb3JtPSJtYXRyaXgoMC41LDAuODY2LC0wLjg2NiwwLjUsMjEuODUzNiwtMTcuODU3NykgIiB5PSI1Ljk5NyIgeD0iMjUuMTQyIi8+PC9nPiA8Zz48cmVjdCBoZWlnaHQ9IjgiIHdpZHRoPSIyLjUiIGZpbGw9IiNBQUEiIHRyYW5zZm9ybT0ibWF0cml4KDAuODY2MywwLjQ5OTUsLTAuNDk5NSwwLjg2NjMsNS43NDE3LC0xMC4yMzk5KSAiIHk9IjEuNjA2IiB4PSIyMC43NDkiLz48L2c+IDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgYXR0cmlidXRlVHlwZT0iWE1MIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTYgMTYiIHRvPSIzNjAgMTYgMTYiIGJlZ2luPSIwcyIgZHVyPSI0cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9nPiA8L3N2Zz4=);
  background-position: calc(100% - 4px) 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px; }

.seligo-drop[data-mode="xhr"] .seligo-options:empty:before {
  content: 'No results'; }

html,
body {
  height: 100%;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 0; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-font-smoothing: subpixel-antialiased; }

a:active,
a:focus {
  text-decoration: none; }

.user-authed .anon-only,
.user-anon .authed-only {
  display: none; }

.seligo-container {
  width: 100%; }

@media (max-width: 853px) {
  .hide-mobile {
    display: none; } }

.flex--grow {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.flex--no-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.link-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .link-list li {
    margin: 8px 0; }

#search-button-sticky-container {
  background-color: #E7E7E7;
  display: none;
  padding: 10px;
  position: fixed;
  top: 50px;
  z-index: 2; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.toolbar button {
  text-transform: inherit;
  font-weight: inherit;
  border-radius: 0;
  background: none;
  cursor: pointer;
  border: none;
  padding: 0; }

.toolbar #pw_toolbar_toggle {
  padding-left: 0; }

.toolbar #pw_close_alt {
  padding-left: 10px; }

.help-icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline; }

.help-icon-container > input,
.help-icon-container > select {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.help-icon {
  font-size: 1.5em;
  margin-left: 10px; }

ul.no-bullets {
  list-style-type: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px; }

.text--tiny {
  font-size: 0.3rem; }

.text--smaller {
  font-size: 0.6rem; }

.text--small {
  font-size: 0.8rem; }

.text--big {
  font-size: 1.2rem; }

.text--bigger {
  font-size: 1.4rem; }

.text--huge {
  font-size: 1.7rem; }

.text--light {
  font-weight: 300; }

.text--semibold {
  font-weight: 500; }

.text--bold {
  font-weight: bold; }

.text--right {
  text-align: right; }

.text--one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cols {
  display: -ms-flexbox;
  display: flex;
  padding: 8px; }

.col-1 {
  -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%; }

.col-2 {
  -ms-flex-preferred-size: 18.18182%;
      flex-basis: 18.18182%; }

.col-3 {
  -ms-flex-preferred-size: 27.27273%;
      flex-basis: 27.27273%; }

.col-4 {
  -ms-flex-preferred-size: 36.36364%;
      flex-basis: 36.36364%; }

.col-5 {
  -ms-flex-preferred-size: 45.45455%;
      flex-basis: 45.45455%; }

.col-6 {
  -ms-flex-preferred-size: 54.54545%;
      flex-basis: 54.54545%; }

.col-7 {
  -ms-flex-preferred-size: 63.63636%;
      flex-basis: 63.63636%; }

.col-8 {
  -ms-flex-preferred-size: 72.72727%;
      flex-basis: 72.72727%; }

.col-9 {
  -ms-flex-preferred-size: 81.81818%;
      flex-basis: 81.81818%; }

.col-10 {
  -ms-flex-preferred-size: 90.90909%;
      flex-basis: 90.90909%; }

.col-11 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

@media (max-width: 853px) {
  .cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cols .margin--tiny,
    .cols .margin--smaller,
    .cols .margin--small,
    .cols .margin--default,
    .cols .margin--big,
    .cols .margin--bigger,
    .cols .margin--huge {
      margin-left: 0;
      margin-right: 0; }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.pad--tiny,
.pad--tblr-tiny {
  padding: 2px 4px; }

.pad--tlr-tiny {
  padding: 2px 4px 0 4px; }

.pad--blr-tiny {
  padding: 0 4px 2px 4px; }

.pad--tb-tiny {
  padding: 2px 0; }

.pad--lr-tiny {
  padding: 0 4px; }

.pad--t-tiny {
  padding: 2px 0 0 0; }

.pad--b-tiny {
  padding: 0 0 2px 0; }

.pad--tiny:empty,
.pad--tblr-tiny:empty,
.pad--tlr-tiny:empty,
.pad--blr-tiny:empty,
.pad--tb-tiny:empty,
.pad--lr-tiny:empty,
.pad--t-tiny:empty,
.pad--b-tiny:empty {
  padding: 0; }

.pad--smaller,
.pad--tblr-smaller {
  padding: 4px 6px; }

.pad--tlr-smaller {
  padding: 4px 6px 0 6px; }

.pad--blr-smaller {
  padding: 0 6px 4px 6px; }

.pad--tb-smaller {
  padding: 4px 0; }

.pad--lr-smaller {
  padding: 0 6px; }

.pad--t-smaller {
  padding: 4px 0 0 0; }

.pad--b-smaller {
  padding: 0 0 4px 0; }

.pad--smaller:empty,
.pad--tblr-smaller:empty,
.pad--tlr-smaller:empty,
.pad--blr-smaller:empty,
.pad--tb-smaller:empty,
.pad--lr-smaller:empty,
.pad--t-smaller:empty,
.pad--b-smaller:empty {
  padding: 0; }

.pad--small,
.pad--tblr-small {
  padding: 6px 8px; }

.pad--tlr-small {
  padding: 6px 8px 0 8px; }

.pad--blr-small {
  padding: 0 8px 6px 8px; }

.pad--tb-small {
  padding: 6px 0; }

.pad--lr-small {
  padding: 0 8px; }

.pad--t-small {
  padding: 6px 0 0 0; }

.pad--b-small {
  padding: 0 0 6px 0; }

.pad--small:empty,
.pad--tblr-small:empty,
.pad--tlr-small:empty,
.pad--blr-small:empty,
.pad--tb-small:empty,
.pad--lr-small:empty,
.pad--t-small:empty,
.pad--b-small:empty {
  padding: 0; }

.pad--default,
.pad--tblr-default {
  padding: 8px 10px; }

.pad--tlr-default {
  padding: 8px 10px 0 10px; }

.pad--blr-default {
  padding: 0 10px 8px 10px; }

.pad--tb-default {
  padding: 8px 0; }

.pad--lr-default {
  padding: 0 10px; }

.pad--t-default {
  padding: 8px 0 0 0; }

.pad--b-default {
  padding: 0 0 8px 0; }

.pad--default:empty,
.pad--tblr-default:empty,
.pad--tlr-default:empty,
.pad--blr-default:empty,
.pad--tb-default:empty,
.pad--lr-default:empty,
.pad--t-default:empty,
.pad--b-default:empty {
  padding: 0; }

.pad--big,
.pad--tblr-big {
  padding: 10px 12px; }

.pad--tlr-big {
  padding: 10px 12px 0 12px; }

.pad--blr-big {
  padding: 0 12px 10px 12px; }

.pad--tb-big {
  padding: 10px 0; }

.pad--lr-big {
  padding: 0 12px; }

.pad--t-big {
  padding: 10px 0 0 0; }

.pad--b-big {
  padding: 0 0 10px 0; }

.pad--big:empty,
.pad--tblr-big:empty,
.pad--tlr-big:empty,
.pad--blr-big:empty,
.pad--tb-big:empty,
.pad--lr-big:empty,
.pad--t-big:empty,
.pad--b-big:empty {
  padding: 0; }

.pad--bigger,
.pad--tblr-bigger {
  padding: 12px 14px; }

.pad--tlr-bigger {
  padding: 12px 14px 0 14px; }

.pad--blr-bigger {
  padding: 0 14px 12px 14px; }

.pad--tb-bigger {
  padding: 12px 0; }

.pad--lr-bigger {
  padding: 0 14px; }

.pad--t-bigger {
  padding: 12px 0 0 0; }

.pad--b-bigger {
  padding: 0 0 12px 0; }

.pad--bigger:empty,
.pad--tblr-bigger:empty,
.pad--tlr-bigger:empty,
.pad--blr-bigger:empty,
.pad--tb-bigger:empty,
.pad--lr-bigger:empty,
.pad--t-bigger:empty,
.pad--b-bigger:empty {
  padding: 0; }

.pad--huge,
.pad--tblr-huge {
  padding: 14px 16px; }

.pad--tlr-huge {
  padding: 14px 16px 0 16px; }

.pad--blr-huge {
  padding: 0 16px 14px 16px; }

.pad--tb-huge {
  padding: 14px 0; }

.pad--lr-huge {
  padding: 0 16px; }

.pad--t-huge {
  padding: 14px 0 0 0; }

.pad--b-huge {
  padding: 0 0 14px 0; }

.pad--huge:empty,
.pad--tblr-huge:empty,
.pad--tlr-huge:empty,
.pad--blr-huge:empty,
.pad--tb-huge:empty,
.pad--lr-huge:empty,
.pad--t-huge:empty,
.pad--b-huge:empty {
  padding: 0; }

.margin--tiny {
  margin: 2px 4px; }

.margin--smaller {
  margin: 4px 6px; }

.margin--small {
  margin: 6px 8px; }

.margin--default {
  margin: 8px 10px; }

.margin--big {
  margin: 10px 12px; }

.margin--bigger {
  margin: 12px 14px; }

.margin--huge {
  margin: 14px 16px; }

.margin--none {
  margin: 0; }

svg.icon {
  pointer-events: none; }

svg path {
  fill: inherit; }

#icons {
  display: none; }

.banner {
  background-color: #111;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.banner a {
  color: #FFF; }

.banner a:hover {
  color: #E7E7E7;
  text-decoration: none; }

.banner__title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  padding: 12px; }

.banner__auth {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 0.95rem;
  margin-right: 12px; }
  .banner__auth .fa {
    font-size: 16px;
    margin-right: 2px; }
  .banner__auth .user-name {
    font-weight: bold; }

.banner__icons {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
  .banner__icons .header-icon {
    margin: 0 5px;
    font-size: 16px; }
  .banner__icons + .banner__auth {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 15px;
    margin-left: 10px; }

.menu-burger {
  color: #FFF;
  float: left;
  height: 100%;
  margin-left: 10px;
  padding: 10px 15px 11px;
  position: relative;
  z-index: 2999; }
  .menu-burger.open {
    color: #FFF;
    background-color: #000; }

.menu-flyout {
  position: absolute;
  box-sizing: border-box;
  top: 40px;
  left: 0;
  width: 380px;
  z-index: 9999;
  padding: 0 15px;
  background-color: #000;
  color: #FFF;
  font-size: 1rem;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s; }
  .menu-flyout ul {
    list-style-type: none;
    margin: 15px 0;
    padding: 0; }
  .menu-flyout a {
    display: block;
    padding: 10px 20px;
    color: #FFF; }
    .menu-flyout a:hover {
      background-color: rgba(255, 255, 255, 0.1);
      color: #FFF;
      text-decoration: none; }
  .menu-flyout a .fa {
    margin-right: 10px;
    margin-top: -1px; }
  .menu-flyout.open {
    max-height: 200px; }
  @media (max-width: 420px) {
    .menu-flyout .menu-flyout {
      width: 100%; } }

.btn {
  background-color: #666;
  border-radius: 0;
  color: #FFF;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase; }

.btn + .btn {
  margin-left: 15px; }

.btn:active,
.btn:focus,
.btn:hover {
  color: #FFF;
  background-color: #444; }

.btn--full {
  width: 100%; }

.btn__badge {
  background-color: #cc0000;
  color: #fff;
  position: absolute;
  right: 0;
  padding: 2px 4px;
  border-radius: 3px;
  bottom: -5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.6rem;
  text-align: center;
  font-size: .8rem; }

.btn .btn__badge {
  right: -5px;
  bottom: unset;
  top: -10px; }

@media (max-width: 853px) {
  .section__content .btn {
    display: block;
    width: 100%;
    margin: 8px 0; } }

.btn--badged {
  position: relative; }

.button__action-items {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px; }

.btn--approve {
  background-color: green !important; }
  .btn--approve:hover {
    background-color: #006700 !important; }

.btn--icon-left,
.btn--icon-right {
  font-size: 12px;
  padding: 10px 14px; }
  .btn--icon-left .fa,
  .btn--icon-right .fa {
    font-size: 13px; }

.btn--icon-left .fa {
  margin-right: 8px; }

.btn--icon-right .fa {
  margin-left: 8px; }

.button-grid {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px; }
  .button-grid .suggested-link {
    background-color: #E7E7E7;
    color: #111;
    margin: 1%;
    padding: 20px;
    width: 48%; }
    .button-grid .suggested-link:hover, .button-grid .suggested-link:focus, .button-grid .suggested-link:active {
      background-color: #444;
      color: #f4f4f4;
      text-decoration: none; }
    .button-grid .suggested-link .suggested-code,
    .button-grid .suggested-link .suggested-title {
      display: block; }
    .button-grid .suggested-link .suggested-code {
      font-size: 18px;
      font-weight: 500;
      line-height: 1em; }
    .button-grid .suggested-link .suggested-title {
      font-size: 0.9rem;
      font-weight: normal; }

.button-bar {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 853px) {
    .button-bar {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .button-bar button {
    margin: 0 8px; }
    @media (max-width: 853px) {
      .button-bar button {
        display: block;
        width: 100%;
        margin: 4px 0; } }
  .button-bar button:last-child {
    margin-right: 0; }
    @media (max-width: 853px) {
      .button-bar button:last-child {
        margin: 8px 0; } }
  .button-bar--right-align {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .button-bar--centered {
    -ms-flex-pack: center;
        justify-content: center; }

.button-stack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .button-stack .btn {
    margin: 8px 0px;
    width: 100%; }
  .button-stack .btn + .btn {
    margin-left: 0; }

.panels {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
  transition: transform 300ms ease; }
  @media (max-width: 853px) {
    .panels {
      transform: translateX(0) !important; } }

.course-section {
  border-bottom: 1px solid #E7E7E7;
  color: #111;
  display: -ms-flexbox;
  display: flex;
  font-size: 90%;
  padding: 8px; }
  @media (max-width: 853px) {
    .course-section {
      padding: 14px 4px 14px 14px; } }
  .course-section:hover {
    background-color: #f4f4f4; }
  .course-section:last-child {
    border-bottom-color: transparent; }
  .course-section.viewing {
    background-color: #a6a6a6;
    pointer-events: none; }
  .course-section .tba-course-code,
  .course-section .tba-term,
  .course-section .tba-section-no {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 12px; }
  .course-section .tba-course-code {
    width: 85px; }
  .course-section .tba-term {
    width: 50px; }
  .course-section .tba-section-no {
    width: 50px; }
  .course-section .tba-instr {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-right: 12px;
    text-align: right; }
  .course-section .tba-icon,
  .course-section .course-section-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25px; }
  .course-section .course-section-no {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8%; }
  .course-section .course-section-crn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 14%; }
  .course-section .course-section-mp {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%; }

.course-notes {
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0; }
  .course-notes li {
    display: -ms-flexbox;
    display: flex;
    margin: 0.5em 0; }
  .course-notes--icon {
    margin-right: 6px; }

.cancelled {
  text-decoration: line-through;
  color: #888 !important; }

.dtl-course-code {
  white-space: nowrap; }

.dtl-section {
  font-size: 1rem;
  font-weight: normal; }

.modal {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999; }

.modal--visible {
  display: block; }

.modal__content {
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.dialog {
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 400px; }
  @media (max-width: 853px) {
    .dialog {
      width: 88%;
      min-width: 0; } }

.dialog__body {
  font-size: 16px;
  padding: 20px; }

.dialog__footer {
  padding-bottom: 20px;
  text-align: center; }

.dialog__footer button + button {
  margin-left: 20px; }

.dialog--cart-copy {
  max-width: 400px; }

.cart-copy-options {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none; }
  .cart-copy-options li {
    display: -ms-flexbox;
    display: flex; }
    .cart-copy-options li + li {
      margin-top: 20px; }
    .cart-copy-options li input {
      opacity: 0;
      position: absolute; }
      .cart-copy-options li input ~ label {
        -ms-flex-align: center;
            align-items: center;
        border: 2px solid #dcdcdc;
        border-radius: 2px;
        color: #777;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        padding: 16px;
        margin: 0; }
        .cart-copy-options li input ~ label span {
          margin-left: 12px; }
        .cart-copy-options li input ~ label .fa::before {
          color: #efefef;
          content: '\f0c8';
          font-size: 1.7rem; }
      .cart-copy-options li input:checked ~ label {
        border-color: #444;
        color: inherit;
        pointer-events: none; }
        .cart-copy-options li input:checked ~ label .fa::before {
          color: #A3001C;
          content: '\f14a'; }

.panel__foot .cart-controls.button-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px; }
  .panel__foot .cart-controls.button-bar button {
    margin: 0;
    -ms-flex-preferred-size: calc(50% - 7px);
        flex-basis: calc(50% - 7px); }
  .panel__foot .cart-controls.button-bar button:nth-child(1):nth-last-child(3),
  .panel__foot .cart-controls.button-bar button:nth-child(1):nth-last-child(3) ~ button,
  .panel__foot .cart-controls.button-bar button:nth-child(1):nth-last-child(2),
  .panel__foot .cart-controls.button-bar button:nth-child(1):nth-last-child(2) ~ button,
  .panel__foot .cart-controls.button-bar button:nth-child(1):nth-last-child(1) {
    -ms-flex-preferred-size: unset;
        flex-basis: unset; }

.empty-space {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  left: 350px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 200ms ease; }
  @media (min-width: 853px) {
    .empty-space {
      background-image: url(background.jpg); } }
  @media (max-width: 853px) {
    .empty-space {
      display: none; } }

.empty-space__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  opacity: 1;
  transition: opacity 200ms ease-in-out;
  width: 100%; }

.empty-space__version {
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  display: none;
  font-size: 80%;
  position: absolute;
  right: 0; }

.empty-space--hidden .empty-space__content {
  opacity: 0; }

.empty-space--removed .empty-space__content {
  display: none; }

.promoted,
.glass {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px 20px 20px; }

.glass a {
  color: #FFF;
  text-decoration: underline; }

.promoted--removed {
  display: none; }

.promoted__content,
.glass__content {
  margin: 20px; }

.glass h2,
.glass .h2 {
  font-size: 3rem;
  margin-top: 0; }

.promoted__header,
.glass__header {
  font-size: 0.875em;
  margin-top: 0;
  padding: 10px;
  position: relative;
  background-color: #666; }

.promoted__show-all {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  padding: 10px; }
  .promoted__show-all:hover, .promoted__show-all:focus {
    color: #FFF;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.4); }

.promoted__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0; }
  .promoted__content .promoted__item {
    border: none;
    background-color: #E7E7E7;
    color: #444;
    font-size: 0.85em;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    width: 49%; }
    @media (max-width: 853px) {
      .promoted__content .promoted__item {
        width: 100%; } }
    .promoted__content .promoted__item:hover {
      background-color: #666;
      color: #FFF;
      text-decoration: none; }
    .promoted__content .promoted__item.active, .promoted__content .promoted__item.active:hover {
      background-color: #FFF;
      color: #666;
      border: 2px solid #666; }
    .promoted__content .promoted__item:focus, .promoted__content .promoted__item:active {
      outline: thin dotted black !important; }
    .promoted__content .promoted__item.inverse {
      background-color: #E7E7E7;
      color: #666; }
      .promoted__content .promoted__item.inverse:hover {
        background-color: #dadada;
        color: #666; }
      .promoted__content .promoted__item.inverse:focus, .promoted__content .promoted__item.inverse:active {
        outline: thin dotted; }
    .promoted__content .promoted__item.skeleton .promoted__item__code span,
    .promoted__content .promoted__item.skeleton .promoted__item__title {
      background-color: rgba(0, 0, 0, 0.1);
      color: transparent; }
    .promoted__content .promoted__item .fa {
      font-size: 2rem;
      left: 20px;
      position: absolute; }
    .promoted__content .promoted__item .promoted__item__code {
      display: block;
      font-size: 1.4rem;
      font-weight: 500;
      margin-bottom: 2px; }
    .promoted__content .promoted__item .promoted__item__title {
      display: inline-block;
      font-size: 0.875rem;
      font-weight: 100; }

.panel {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 400ms ease;
  width: 0; }
  @media (max-width: 853px) {
    .panel {
      left: 0 !important;
      width: 100% !important; } }
  @media (min-width: 853px) {
    .panel:nth-child(1) {
      z-index: 40; }
    .panel:nth-child(2) {
      z-index: 39; }
    .panel:nth-child(3) {
      z-index: 38; }
    .panel:nth-child(4) {
      z-index: 37; }
    .panel:nth-child(5) {
      z-index: 36; }
    .panel:nth-child(6) {
      z-index: 35; }
    .panel:nth-child(7) {
      z-index: 34; }
    .panel:nth-child(8) {
      z-index: 33; }
    .panel:nth-child(9) {
      z-index: 32; }
    .panel:nth-child(10) {
      z-index: 31; }
    .panel:nth-child(11) {
      z-index: 30; }
    .panel:nth-child(12) {
      z-index: 29; }
    .panel:nth-child(13) {
      z-index: 28; }
    .panel:nth-child(14) {
      z-index: 27; }
    .panel:nth-child(15) {
      z-index: 26; }
    .panel:nth-child(16) {
      z-index: 25; }
    .panel:nth-child(17) {
      z-index: 24; }
    .panel:nth-child(18) {
      z-index: 23; }
    .panel:nth-child(19) {
      z-index: 22; }
    .panel:nth-child(20) {
      z-index: 21; }
    .panel:nth-child(21) {
      z-index: 20; }
    .panel:nth-child(22) {
      z-index: 19; }
    .panel:nth-child(23) {
      z-index: 18; }
    .panel:nth-child(24) {
      z-index: 17; }
    .panel:nth-child(25) {
      z-index: 16; }
    .panel:nth-child(26) {
      z-index: 15; }
    .panel:nth-child(27) {
      z-index: 14; }
    .panel:nth-child(28) {
      z-index: 13; }
    .panel:nth-child(29) {
      z-index: 12; }
    .panel:nth-child(30) {
      z-index: 11; } }

.panel--busy {
  pointer-events: none; }

.panel__content {
  background-color: #FFF;
  border-right: 1px solid #f4f4f4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 400ms ease;
  width: 350px; }
  @media (max-width: 853px) {
    .panel__content {
      border-right: none;
      transform: translateX(100%);
      width: 100% !important; } }

.panel--2x .panel__content {
  width: 700px; }

.panel--2_5x .panel__content {
  width: 875px; }

.panel--3x .panel__content {
  width: 1050px; }

.panel--3_5x .panel__content {
  width: 1225px; }

.panel--visible .panel__content {
  transform: translateX(0); }

@media (max-width: 853px) {
  .panel--left .panel__content {
    transform: translateX(-100%); } }

.panel__content:focus {
  outline: transparent solid 1px;
  outline-offset: -2px; }

.panel__content::after {
  animation: barberpoll 1s linear infinite;
  background-color: #444;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  content: '';
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%; }

@keyframes barberpoll {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

.panel--kind-root .panel__content {
  background-color: #E7E7E7; }
  .panel--kind-root .panel__content label {
    font-size: 0.9rem;
    font-weight: normal; }

.panel--kind-results .panel__home {
  display: none; }

.panel--busy .panel__content::after {
  opacity: 1; }

.panel__body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  overflow-y: scroll;
  padding-bottom: 60px; }

.panel__head,
.panel__foot {
  background-color: #666;
  color: #FFF;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.panel__head {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  overflow: hidden;
  padding: 0 12px;
  white-space: nowrap; }
  .panel__head > * {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .panel__head h2,
  .panel__head .h2 {
    font-size: 1.7rem;
    font-weight: 100;
    margin: 0; }

.panel__info-bar {
  -ms-flex-align: center;
      align-items: center;
  background-color: #E7E7E7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.85rem; }

.panel__info-bar-text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em; }
  .panel__info-bar-text label {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 3px; }

.panel__info-bar-button {
  padding: 5px;
  white-space: nowrap; }
  .panel__info-bar-button:hover {
    text-decoration: none; }
  .panel__info-bar-button i.fa {
    font-size: 14px; }

.panel__fill-text {
  color: #9B9B9B;
  font-size: 1.45rem;
  margin: 30px 0;
  text-align: center; }

.panel__foot {
  padding: 10px 12px; }

.icon-link {
  -ms-flex-align: center;
      align-items: center;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-size: 25px;
  height: 34px;
  -ms-flex-pack: center;
      justify-content: center;
  width: 34px; }
  .icon-link:hover, .icon-link:focus, .icon-link:active {
    background: rgba(17, 17, 17, 0.3);
    color: #FFF;
    text-decoration: none; }
  .icon-link--small {
    font-size: 20px; }
  @media (min-width: 853px) {
    .icon-link--labelled {
      padding: 0 4px;
      width: auto; }
      .icon-link--labelled .fa {
        font-size: 18px;
        margin-right: 5px; } }
  .icon-link__label {
    font-size: 12px;
    display: none; }
    @media (min-width: 853px) {
      .icon-link__label {
        display: inline; } }
  .icon-link svg {
    fill: #FFF;
    height: 20px;
    width: 20px; }

.panel__back {
  background: rgba(255, 255, 255, 0.2);
  margin-right: 12px;
  -ms-flex-order: -1;
      order: -1; }

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

/* Not optimal, but needed for formbuilder */
.section__title, .section .section__title {
  background-color: #9B9B9B;
  border: none;
  color: #FFF;
  display: block;
  font-size: 1rem;
  line-height: initial;
  margin: 0;
  padding: 6px 7px;
  text-align: left;
  width: 100%; }

.section {
  border-bottom: 1px solid transparent; }
  .section .section__title .fa {
    width: 8px; }
  .section .section__content {
    overflow: hidden;
    padding: 10px; }
    .section .section__content .section__subhead {
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 1em; }
  .section--collapsable .section__title .fa::before {
    content: "\f0d7"; }
  .section--collapsable .section__content {
    padding: 0 10px; }
    .section--collapsable .section__content > :first-child {
      padding-top: 10px; }
    .section--collapsable .section__content > :last-child {
      padding-bottom: 10px; }
  .section--collapsed .section__title .fa::before {
    content: "\f0da"; }
  .section--collapsed .section__content {
    display: none; }
  .section .detail-title {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 0;
    font-size: 1em;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 0 0.25em 0; }
  .section .instructor {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5em; }
    .section .instructor .instructor-detail {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-weight: 500;
      padding-right: 12px;
      width: 33%; }
      .section .instructor .instructor-detail h4,
      .section .instructor .instructor-detail h5 {
        margin: 0; }
      .section .instructor .instructor-detail p {
        font-weight: normal;
        margin: 0; }
    .section .instructor .instructor-info {
      white-space: pre-wrap; }
    .section .instructor + .instructor {
      border-top: 1px solid #E7E7E7;
      margin-top: 1.2em;
      padding-top: 1.2em;
      margin-bottom: 1.2em; }

label {
  font-weight: normal; }

.toggle-check input[type="checkbox"] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.toggle-check label {
  padding-left: 0; }
  .toggle-check label:before {
    content: "\f204";
    font-family: "FontAwesome";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    line-height: 20px;
    font-size: 20px; }

.toggle-check input[type="checkbox"]:checked + label::before {
  content: "\f205"; }

.form-group select:invalid,
.form-group input[type="text"]:invalid {
  border: 2px solid #D0021B; }

.result {
  border-top: 1px solid #E7E7E7; }

.result--group-start {
  border-top: 2px solid #9B9B9B; }

.result--meta {
  border-top: none;
  color: #9B9B9B;
  font-size: 0.9rem;
  font-style: italic;
  margin: 4px 0 8px;
  text-align: center; }

.result--warning {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 10px; }
  .result--warning .fa {
    color: #F6AB00; }

.result--bar {
  background-color: #E7E7E7;
  border-top: 2px solid #9B9B9B;
  font-weight: 500;
  padding: 6px; }

.result__link {
  border-bottom: 1px solid #E7E7E7;
  color: #444;
  display: block;
  padding: 6px 8px; }
  .result__link:last-child {
    border-bottom-color: transparent; }
  .result__link:hover {
    background-color: #f4f4f4; }
  .result__link:hover, .result__link:focus {
    color: #444;
    text-decoration: none; }
  .result__link--viewing, .result__link--viewing:focus, .result__link--viewing:hover {
    background-color: #FBEDC0;
    pointer-events: none; }
    .result__link--viewing .result__icon, .result__link--viewing:focus .result__icon, .result__link--viewing:hover .result__icon {
      cursor: default;
      pointer-events: auto; }
  .result__link .result--warning {
    padding: 0; }

.result__headline {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.15rem;
  margin-bottom: 8px; }
  .result__headline + .result__part {
    margin-top: 12px; }

.result__code {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  padding-right: 10px;
  white-space: nowrap; }

.result__title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis; }

.result__part {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  padding: 2px 0;
  position: relative; }
  .result__part--cancelled {
    color: #666;
    text-decoration: line-through; }
  .result__part > span {
    overflow: hidden;
    margin-left: .2rem;
    margin-right: .2rem;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .result__part > span:first-child {
    margin-left: 0; }
  .result__part > span:last-child {
    margin-right: 0; }

.result__warning {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 10px 0; }
  .result__warning .fa {
    color: #F6AB00; }

.result__icon,
.result__part > span.result__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px; }

.result__badge {
  background-color: #CC0000;
  border-radius: 3px;
  color: #fff;
  left: -3px;
  position: absolute;
  text-align: center;
  padding: 2px 4px;
  top: -1px;
  min-width: 1.6rem;
  font-size: 0.8rem; }

.result__flex--1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 4.16667%;
      flex-basis: 4.16667%;
  max-width: 4.16667%; }

.result__flex--2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%; }

.result__flex--3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  max-width: 12.5%; }

.result__flex--4 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }

.result__flex--5 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 20.83333%;
      flex-basis: 20.83333%;
  max-width: 20.83333%; }

.result__flex--6 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.result__flex--7 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 29.16667%;
      flex-basis: 29.16667%;
  max-width: 29.16667%; }

.result__flex--8 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }

.result__flex--9 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 37.5%;
      flex-basis: 37.5%;
  max-width: 37.5%; }

.result__flex--10 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%; }

.result__flex--11 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 45.83333%;
      flex-basis: 45.83333%;
  max-width: 45.83333%; }

.result__flex--12 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.result__flex--13 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 54.16667%;
      flex-basis: 54.16667%;
  max-width: 54.16667%; }

.result__flex--14 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%; }

.result__flex--15 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 62.5%;
      flex-basis: 62.5%;
  max-width: 62.5%; }

.result__flex--16 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%; }

.result__flex--17 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 70.83333%;
      flex-basis: 70.83333%;
  max-width: 70.83333%; }

.result__flex--18 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.result__flex--19 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 79.16667%;
      flex-basis: 79.16667%;
  max-width: 79.16667%; }

.result__flex--20 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%; }

.result__flex--21 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 87.5%;
      flex-basis: 87.5%;
  max-width: 87.5%; }

.result__flex--22 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%; }

.result__flex--23 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 95.83333%;
      flex-basis: 95.83333%;
  max-width: 95.83333%; }

.result__flex--24 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

.result-criteria {
  background-color: #f4f4f4;
  margin-top: 20px;
  padding: 8px; }

.result-criteria__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.result-criteria__item {
  border-bottom: 1px solid #E7E7E7;
  padding: 4px 8px; }
  .result-criteria__item:last-child {
    border-bottom: none; }

.tray {
  background-color: #9B9B9B;
  border-top: 3px solid #444;
  bottom: 0;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 10px 12px;
  position: absolute;
  transform: translateY(100%);
  transition: transform 200ms ease;
  width: 100%; }
  .tray label {
    font-weight: 500; }
  .tray form fieldset legend {
    font-size: 1em;
    color: #FFF;
    border-bottom: none; }

.tray--visible {
  transform: translateY(0); }

.tray__flex-row {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 10px -5px; }
  .tray__flex-row--right-align {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .tray__flex-row > * {
    margin: 0 5px; }
  .tray__flex-row .form-control {
    width: 40%; }
    .tray__flex-row .form-control:focus {
      box-shadow: 0px 0px 17px 1px #555; }

.tray__row {
  margin-bottom: 1em; }

.tray__close-button {
  margin: 0.4em 0.4em 0.6em;
  font-size: 1.6em;
  color: white; }

.icon--cart {
  color: #1E90FF; }
  .icon--cart::before {
    content: '\f07a'; }

.icon--taken-equiv,
.icon--taken {
  color: #008000; }
  .icon--taken-equiv::before,
  .icon--taken::before {
    content: '\f00c'; }

.icon--registered::before {
  content: '\f00c'; }

.icon--warn::before,
.icon--soft-warn::before,
.icon--canceled::before {
  content: '\f071'; }

.icon--waitlist::before {
  content: '\f252'; }

.icon--full::before {
  content: '\f057';
  color: #dd0000; }

.icon--full-with-waitlist::before {
  content: '\f071';
  color: #948800; }

.demogchart .svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  overflow: hidden; }

.demogchart .svg-content-responsive {
  display: inline-block;
  top: 10px; }

.demogchart {
  position: relative;
  top: -15px;
  float: left; }

.demogchart svg g {
  cursor: pointer; }

.demogchart svg g text {
  font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 3em;
  fill: #666;
  opacity: 0; }

.demogchart svg g:hover text {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease-in; }

.pieslice_fy {
  fill: #639AD8; }

.pieslice_so {
  fill: #D85452; }

.pieslice_jr {
  fill: #5EB763; }

.pieslice_sr {
  fill: #F4A63D; }

.pieslice_gr {
  fill: #59A3A6; }

.pieslice_md {
  fill: #D17247; }

.pieslice_oth {
  fill: #EBCB60; }

.pieitem:before {
  margin: 0 10px 0 0;
  font-family: FontAwesome;
  content: "\f0c8"; }

.item_fy:before {
  color: #639AD8; }

.item_so:before {
  color: #D85452; }

.item_jr:before {
  color: #5EB763; }

.item_sr:before {
  color: #F4A63D; }

.item_gr:before {
  color: #59A3A6; }

.item_md:before {
  color: #D17247; }

.item_oth:before {
  color: #EBCB60; }

.demogchartlegend {
  margin: 20px 0 20px 20px;
  width: 300px;
  float: left; }

.demogchartlegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.bookcards {
  list-style: none;
  margin: 0;
  padding: 0; }
  .bookcards:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .bookcards li {
    box-sizing: border-box;
    float: left;
    width: 49%;
    height: 165px;
    overflow: hidden;
    padding: 20px; }
    .bookcards li:nth-of-type(odd) {
      padding-left: 0; }
    .bookcards li:nth-of-type(even) {
      padding-right: 0; }
    @media (max-width: 853px) {
      .bookcards li {
        float: none;
        padding: 0;
        margin: 10px 0;
        height: auto;
        width: 100%; } }
    .bookcards li .cover-image {
      width: 33%;
      float: left;
      margin: 0 10px 10px 0; }
      @media (max-width: 853px) {
        .bookcards li .cover-image {
          width: 25%; } }
    .bookcards li .title,
    .bookcards li .author,
    .bookcards li .isbn,
    .bookcards li .price {
      display: block;
      font-size: 0.85em; }
    .bookcards li .title {
      font-weight: bold;
      font-size: 1.1em; }

.booktable {
  margin-bottom: 1em;
  table-layout: auto; }
  .booktable thead {
    border-bottom: 1px solid #E7E7E7; }
  .booktable th {
    text-align: left;
    vertical-align: bottom; }
    .booktable th.author-header, .booktable th.isbn-header, .booktable th.price-header, .booktable th.rental-header {
      width: 18%; }
  .booktable td {
    vertical-align: top; }
  .booktable td,
  .booktable th {
    padding: 5px;
    font-size: 0.9em; }
  .booktable .numeric,
  .booktable .numeric-header {
    text-align: right; }
  .booktable .totalrow {
    border-top: 2px solid #666;
    border-bottom: none; }
    .booktable .totalrow td {
      padding-top: 5px;
      padding-bottom: 15px; }
  .booktable h5 {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 5px;
    font-size: 1rem;
    font-weight: bold; }
  .booktable col.bookisbn {
    width: 15%; }
  .booktable col.bookauthor {
    width: 18%; }
  .booktable col.bookprice {
    width: 20%; }
  @media (max-width: 853px) {
    .booktable .header-text {
      display: block; }
    .booktable .numeric,
    .booktable .numeric-header {
      text-align: left; } }
  .booktable caption {
    text-align: left; }
  .booktable h4 {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold; }

.booktable-grid th {
  text-align: left; }

.booktable-grid .numeric,
.booktable-grid .numeric-header {
  text-align: right; }

.buy-books {
  margin: 0 auto;
  display: block;
  max-width: 200px; }

.book-section {
  background-color: transparent;
  font-weight: bold; }

.book-form {
  display: inline-block; }
  @media (max-width: 853px) {
    .book-form {
      display: block; } }
  .book-form .btn {
    margin-left: 15px; }
    @media (max-width: 853px) {
      .book-form .btn {
        display: block;
        width: 100%;
        margin: 8px 0; } }

.termname {
  margin: 5px 0;
  padding: 5px 8px;
  font-weight: bold;
  background: #E7E7E7; }

.course-section:hover, .course-section:focus {
  color: #444;
  text-decoration: none; }

.course-section--viewing, .course-section--viewing:focus, .course-section--viewing:hover {
  background-color: #FBEDC0;
  pointer-events: none; }
  .course-section--viewing i.fa, .course-section--viewing:focus i.fa, .course-section--viewing:hover i.fa {
    cursor: default;
    pointer-events: auto; }

.course-section--cancelled, .course-section--cancelled:focus, .course-section--cancelled:hover {
  color: #666;
  text-decoration: line-through; }

.course-section--not-matched:not(.course-section--viewing) {
  color: #999; }

.course-section .course-section-schd,
.course-section .course-section-section-no,
.course-section .course-section-camp {
  width: 6%; }

.course-section .course-section-crn {
  width: 10%; }

.course-sections[role=grid] {
  display: table;
  width: 100%;
  border-collapse: collapse; }

.course-sections *[row=rowgroup] {
  width: 100%; }

.course-sections *[row=rowgroup]:nth-of-type(1) {
  display: table-header-group; }

.course-sections *[role=row] {
  display: table-row;
  width: 100%; }

.course-sections *[role=gridcell],
.course-sections *[role=columnheader],
.course-sections *[role=rowheader] {
  display: table-cell;
  border-collapse: collapse;
  padding: .5rem;
  -ms-flex-negative: unset !important;
      flex-shrink: unset !important;
  width: auto !important; }

.course-sections *[role=columnheader],
.course-sections *[role=rowheader] {
  font-weight: bold; }

.course-sections .course-section-icon {
  display: block; }

.course-sections .fa {
  margin-right: 2px; }

@media (min-width: 768px) {
  .course-sections .header-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; } }

@media (max-width: 767px) {
  .course-sections *[role=columnheader] {
    display: none; }
  .course-sections *[role=rowheader] {
    font-weight: normal;
    background-color: #f4f4f4; }
  .course-sections .course-section--viewing *[role=rowheader],
  .course-sections .course-section--viewing:focus *[role=rowheader],
  .course-sections .course-section--viewing:hover *[role=rowheader] {
    background-color: #FBEDC0; }
  .course-sections *[role=gridcell] {
    display: block; }
  .course-sections .header-text {
    display: inline-block;
    font-weight: 700; }
  .course-sections .course-section-icon {
    display: none; } }

#add-cart-form .hidden {
  display: none; }

*[role=grid] {
  display: table;
  width: 100%;
  border-collapse: collapse; }

*[row=rowgroup] {
  width: 100%; }

*[row=rowgroup]:nth-of-type(1) {
  display: table-header-group; }

*[role=row] {
  display: table-row;
  width: 100%;
  border-bottom: 1px solid #E7E7E7; }

*[role=gridcell],
*[role=columnheader],
*[role=rowheader] {
  display: table-cell;
  border-collapse: collapse;
  padding: .5rem;
  -ms-flex-negative: unset !important;
      flex-shrink: unset !important;
  width: auto !important; }
  *[role=gridcell].mobilecollapse,
  *[role=columnheader].mobilecollapse,
  *[role=rowheader].mobilecollapse {
    display: table-cell; }

*[role=columnheader] {
  font-weight: bold; }

.course-section-icon {
  display: block; }

@media (min-width: 854px) {
  .header-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; } }

@media (max-width: 853px) {
  *[role=gridcell].mobilecollapse,
  *[role=columnheader].mobilecollapse,
  *[role=rowheader].mobilecollapse {
    display: none; }
  *[role=columnheader] {
    display: none; }
  *[role=rowheader] {
    font-weight: normal;
    background-color: #f4f4f4; }
  .course-section--viewing *[role=rowheader],
  .course-section--viewing:focus *[role=rowheader],
  .course-section--viewing:hover *[role=rowheader] {
    background-color: #FBEDC0; }
  *[role=gridcell] {
    display: block; }
  .header-text {
    display: inline-block;
    font-weight: 700; }
  .course-section-icon {
    display: none; }
  .filler-col {
    display: none; }
  .numeric,
  .numeric-header {
    text-align: left; }
  colgroup {
    display: none; }
  *[role=grid] colgroup {
    display: none; } }

.error-message {
  background-color: #dd3333;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  padding: 10px; }
  .error-message__icon {
    font-size: 24px;
    margin-right: 8px;
    margin-top: -2px; }
  .error-message__text {
    font-weight: 500; }

.numeric-chart-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.numeric-chart {
  width: 33%;
  margin-bottom: 20px; }
  .numeric-chart .chart rect.background {
    stroke: none;
    fill: #e9e9e9; }
  .numeric-chart .chart rect.indicator {
    stroke: none;
    fill: #04538c; }
  .numeric-chart .svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    overflow: hidden; }
  .numeric-chart .svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0; }
  .numeric-chart h5,
  .numeric-chart .h5 {
    font-size: 0.9em;
    font-weight: 100;
    margin-right: 20px;
    overflow: hidden; }
    @media (max-width: 480px) {
      .numeric-chart h5,
      .numeric-chart .h5 {
        height: auto;
        overflow: auto; } }
  .numeric-chart .chart {
    float: left;
    width: 75px;
    margin-right: 10px; }
  .numeric-chart .chart-label {
    font-size: 0.85em;
    line-height: 17px; }
    @media (max-width: 480px) {
      .numeric-chart .chart-label {
        font-size: 0.75em; } }
  .numeric-chart p,
  .numeric-chart .p {
    background-color: rgba(0, 0, 0, 0.05);
    color: #444;
    line-height: 91px;
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
    margin-right: 20px; }
  @media (max-width: 480px) {
    .numeric-chart {
      width: 100%; } }

.oce-btn {
  float: right; }
  @media (max-width: 480px) {
    .oce-btn {
      font-size: 0.5em;
      float: right;
      margin-top: -3.2em; } }

.eval-course-list {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: -ms-flexbox;
  display: flex; }
  .eval-course-list > li {
    width: 25%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (max-width: 480px) {
      .eval-course-list > li {
        width: 25%;
        min-height: 6em;
        font-size: 0.8em;
        line-height: 1.6em; } }
    .eval-course-list > li h5,
    .eval-course-list > li .h5 {
      margin-bottom: 0; }
    .eval-course-list > li ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .eval-course-list > li + li {
      padding-left: 10px; }
    .eval-course-list > li .text {
      margin-bottom: 15px; }
    .eval-course-list > li .btn {
      margin-top: auto;
      padding: 5px 10px;
      text-transform: uppercase;
      display: block;
      width: 75%; }
      @media (max-width: 480px) {
        .eval-course-list > li .btn {
          width: 100%;
          padding: 5px; } }

.narrative-question .question {
  background-color: #dcdcdc;
  padding: 5px 5px 5px 10px;
  line-height: 31px; }
  @media (max-width: 480px) {
    .narrative-question .question {
      position: relative;
      line-height: 130%;
      padding-right: 40px; } }
  .narrative-question .question > i, .narrative-question .question > br {
    display: none; }
  .narrative-question .question .btn {
    padding: 5px 10px;
    float: right; }
    @media (max-width: 480px) {
      .narrative-question .question .btn {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 33px;
        margin-top: 0; } }

.narrative-question .response {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
  font-size: 0.9em; }

.narrative-question .responses {
  max-height: 0;
  overflow: hidden; }
  .narrative-question .responses .expand {
    float: right; }
  .narrative-question .responses.open {
    max-height: none; }

.more {
  overflow: hidden; }

.morecontent span {
  display: block;
  max-height: auto; }
  .morecontent span.collapsed {
    max-height: 0;
    overflow: hidden; }

.morelink {
  display: block; }

.compare-col-group {
  display: -ms-flexbox;
  display: flex; }

.compare-col {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
  padding-right: 1px;
  width: 50%; }
  @media (max-width: 480px) {
    .compare-col:nth-child(n+3) {
      display: none; } }
  .compare-col.compare-content {
    padding: 5px 15px 30px; }
  .compare-col:nth-child(odd) {
    background-color: #f4f4f4; }
  .compare-col h3,
  .compare-col .h3 {
    margin-bottom: -20px;
    margin-top: 6px; }
    .compare-col h3 a:hover,
    .compare-col .h3 a:hover {
      text-decoration: none; }
    .compare-col h3 .instructor,
    .compare-col .h3 .instructor {
      display: block;
      font-size: 1rem;
      font-weight: normal; }
  .compare-col h5,
  .compare-col .h5 {
    font-size: 1em;
    margin: 15px 0 8px; }
  .compare-col .numeric-chart {
    width: 100%;
    float: none;
    margin: 0 0 20px; }
    .compare-col .numeric-chart p {
      margin: 0 0 8px;
      height: 84px; }
    .compare-col .numeric-chart .chart {
      width: 55%;
      float: left;
      margin-right: 10px; }
      @media (max-width: 480px) {
        .compare-col .numeric-chart .chart {
          width: 30%; } }
      .compare-col .numeric-chart .chart rect.background {
        fill: #c9c9c9; }
    @media (max-width: 480px) {
      .compare-col .numeric-chart .chart-label {
        line-height: 17.5px; } }
  .compare-col .narrative-question .question {
    background-color: #04538c;
    color: #fff;
    padding: 5px 40px 5px 10px;
    line-height: 150%;
    position: relative; }
    .compare-col .narrative-question .question .btn {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }

.compare-recs,
.compare-items-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.compare-recs li .btn {
  border: 1px solid #63AAFF;
  background-color: #E1EFFF;
  color: #333;
  margin-bottom: 10px;
  padding: 10px;
  display: block;
  text-align: left;
  white-space: normal;
  width: 100%; }
  .compare-recs li .btn:hover {
    background-color: #FBEDC0;
    border-color: #F4A63D;
    color: #333;
    text-decoration: none; }

.compare-recs li h5,
.compare-recs li .h5 {
  margin: 0;
  width: 33%;
  float: left;
  font-weight: 600;
  font-size: 1.1em; }

.compare-recs li .title,
.compare-recs li .secdata {
  font-weight: normal; }

.compare-recs .secdata {
  text-align: right;
  font-size: 0.9em; }

.compare-recs .title {
  font-weight: 600;
  margin-top: 5px; }

.compare-recs .compare__cart,
.compare-recs .compare__remove {
  background-color: #63AAFF;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 1.1em; }

.compare-recs .compare__remove {
  margin-left: -10px; }

.compare-items-list .course-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  font-size: 0.9em;
  padding: 9px;
  background-color: #E7E7E7;
  margin-bottom: 10px; }
  .compare-items-list .course-box h5,
  .compare-items-list .course-box .h5 {
    font-size: 1em;
    font-weight: 600;
    margin: 2px 0 0;
    width: 25%;
    -ms-flex: 1;
        flex: 1; }
  .compare-items-list .course-box .secdata {
    text-align: left;
    -ms-flex: 0.25;
        flex: 0.25; }
  .compare-items-list .course-box .title {
    margin-left: 10px;
    -ms-flex: 3;
        flex: 3; }
  .compare-items-list .course-box a {
    padding: 0;
    background: transparent;
    text-align: right;
    -ms-flex: 0.25;
        flex: 0.25; }
    .compare-items-list .course-box a .fa {
      font-size: 1.5em; }

.course-select-set {
  display: -ms-flexbox;
  display: flex; }
  .course-select-set select {
    display: inline-block;
    -ms-flex: 0.5;
        flex: 0.5;
    margin-right: 5px; }
  .course-select-set .course-num {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-flex: 1;
        flex: 1; }
  .course-select-set .course-sec {
    -ms-flex: 0.5;
        flex: 0.5; }
  .course-select-set .btn {
    padding: 3px 15px 5px;
    width: auto;
    margin-top: 2px; }

.panel--kind-compare-control .panel__head .icon-link__label {
  display: none; }

.panel--kind-compare-control fieldset legend {
  border: none;
  font-size: 0.8em;
  margin: 5px 0 8px; }

.panel--kind-calendar svg {
  font: 10px sans-serif; }

.panel--kind-calendar svg .axis path {
  display: none; }

.panel--kind-calendar svg.chart g:hover {
  fill: brown; }

.panel--kind-calendar svg .axis line {
  shape-rendering: crispEdges;
  stroke: #000; }

.panel--kind-calendar svg .axis .minor line {
  stroke: #777;
  stroke-dasharray: 2,2; }

.panel--kind-calendar svg .chart {
  fill: steelblue; }

.panel--kind-calendar svg text {
  fill: #555;
  font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif; }

.panel--kind-calendar svg .axis .tick line {
  stroke: #ddddcf; }

.panel--kind-calendar svg .weekdaygrid .tick line {
  stroke: #efefe1; }

.panel--kind-calendar svg .active rect {
  fill: #fbff00; }

.panel--kind-calendar svg .section {
  outline-style: none; }

.panel--kind-calendar svg .grabbable:hover {
  cursor: -webkit-grab;
  cursor: grab; }

.panel--kind-calendar svg .grabbed:hover {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.panel--kind-calendar #calendar .timeblock {
  cursor: pointer; }

.panel--kind-calendar .calfocus {
  outline: 1px dotted black; }

.calendar_viewing {
  display: -ms-flexbox;
  display: flex; }
  .calendar_viewing__course {
    width: 40%; }
    .calendar_viewing__course .fa {
      margin-right: 4px; }
  .calendar_viewing__meets {
    width: 30%; }
  .calendar_viewing__instr {
    text-align: right;
    width: 30%; }

.calendar__buttons {
  margin-top: 15px;
  text-align: center; }

.da-table {
  width: 100%; }
  .da-table th,
  .da-table td {
    padding: 6px 0;
    vertical-align: top; }
  .da-table th {
    text-align: left; }

.progress-list-item {
  border-bottom: 1px solid #ccc; }
  .progress-list-item a {
    display: block;
    padding: 10px;
    color: black; }
    .progress-list-item a:hover {
      background-color: #f3f3f3;
      text-decoration: none; }
  .progress-list-item.active a {
    background-color: #FBEDC4; }

.progress-bar {
  margin-top: 5px; }
  .progress-bar rect.background {
    fill: #fff;
    stroke: #666; }
  .progress-bar rect.indicator {
    fill: #2A6DBC;
    stroke: none; }

.progress-area,
.progress-pct {
  font-weight: bold; }

.progress-pct {
  float: right; }

.subsection__title {
  font-weight: bold;
  background-color: #9B9B9B;
  color: #FFF;
  padding: 7px;
  margin-top: 10px; }

.subsection__subtitle {
  background-color: #E7E7E7;
  padding: 7px;
  font-weight: bold; }
  .subsection__subtitle strong {
    color: #D0021B; }

.subsection__list {
  margin-bottom: 20px; }

.subsection__item {
  border-bottom: 1px solid #E7E7E7; }
  .subsection__item a {
    display: block;
    padding: 12px;
    color: black; }
    .subsection__item a:hover {
      background-color: #f4f4f4;
      text-decoration: none; }
  .subsection__item.active a {
    background-color: #FBEDC0; }
  .subsection__item h5 {
    font-size: 1.25em;
    margin-top: 0;
    font-weight: bold; }

.unmet-conditions-list li {
  margin-bottom: 5px; }

.sc_courselist td {
  padding: 5px; }
  .sc_courselist td.hourscol {
    text-align: right; }

.sc_courselist tr {
  border-bottom: 1px solid #E7E7E7; }
  .sc_courselist tr.areaheader {
    background-color: #9B9B9B;
    color: #FFF;
    font-weight: bold; }
  .sc_courselist tr.areaheader + tr {
    background-color: #E7E7E7;
    font-weight: 500; }
  .sc_courselist tr.listsum {
    background-color: #E7E7E7;
    font-weight: 700; }

.sc_courselist td.hourscol {
  text-align: right; }

.codecol .code,
span.areaheader {
  position: relative;
  padding-left: 20px; }
  .codecol .code:before,
  span.areaheader:before {
    content: ' ';
    font-size: 18px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -2px; }
  .codecol .code.satisfied:before,
  span.areaheader.satisfied:before {
    content: '';
    font-family: FontAwesome;
    color: green; }
  .codecol .code.satisfied:after,
  span.areaheader.satisfied:after {
    content: '';
    font-family: FontAwesome;
    color: white;
    position: absolute;
    font-size: 13px;
    left: 0;
    top: 0;
    margin-left: 1px;
    margin-top: 1px; }

.codecol .code.notoffered {
  color: gray; }
  .codecol .code.notoffered:after {
    content: '';
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    color: gray;
    margin-left: 5px; }
  .codecol .code.notoffered:hover {
    cursor: not-allowed;
    text-decoration: none; }

.hidden {
  display: none; }

#notifications {
  position: fixed;
  width: 350px;
  max-width: 90vw;
  z-index: 3000;
  top: 1em;
  right: 1em; }
/* spell-checker:words barberpoll keyframes lfjs modaldiv */

.sam-wait.screen {
	background: #fff;
	border: none;
	border-radius: 0;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0;
	text-align: left;
	width: 550px;
}

@media only screen and (max-width: 767px) {
	.sam-wait.screen {
		width: 90%;
	}
}

.sam-wait__head {
	background-color: #111;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	position: relative;
	text-transform: uppercase;
}

.sam-wait__head::after {
	-webkit-animation: barberpoll 1s linear infinite;
	animation: barberpoll 1s linear infinite;
	background-color: inherit;
	background-image: linear-gradient(
		135deg,
		rgba(40, 40, 40, 0.5) 25%,
		rgba(225, 225, 225, 0.5) 25%,
		rgba(225, 225, 225, 0.5) 50%,
		rgba(40, 40, 40, 0.5) 50%,
		rgba(40, 40, 40, 0.5) 75%,
		rgba(225, 225, 225, 0.5) 75%,
		rgba(225, 225, 225, 0.5)
	);
	background-size: 40px 40px;
	content: '';
	height: 5px;
	left: 0;
	opacity: 0;
	position: absolute;
	bottom: -5px;
	width: 100%;
}

.sam-wait__head--busy::after {
	opacity: 1;
}

.sam-wait__close {
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.3rem;
	position: absolute;
	right: 6px;
}

.sam-wait__close:hover,
.sam-wait__close:active {
	color: rgba(255, 255, 255, 0.4);
}

.sam-wait__body {
	padding: 20px;
}

.sam-wait__message {
	font-size: 1.1rem;
}

.sam-wait__error {
	background-color: #eee;
	padding: 20px;
}

.sam-wait__foot {
	padding: 0 20px 20px 20px;
	text-align: right;
}

.sam-wait__button {
	display: inline-block;
	background-image: none;
	background-color: #333;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 0;
	margin-left: 20px;
	text-align: center;
	text-transform: uppercase;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}

.sam-wait__button--cancel,
.sam-wait__button--cancel.btn {
	background-color: transparent;
	color: #4A90E2;
	transition: all 100ms;
}

.sam-wait__button--cancel:hover,
.sam-wait__button--cancel:active,
.sam-wait__button--cancel:focus,
.sam-wait__button--cancel.btn:hover,
.sam-wait__button--cancel.btn:active,
.sam-wait__button--cancel.btn:focus {
	background-color: rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes barberpoll {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}

@keyframes barberpoll {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}

#lfjs_modaldiv {
	background-color: #000;
}
.panel--kind-custom-meet-pat .panel__body {
	overflow-y: hidden;
	height: 100vh;
	padding-bottom: 0px;
}

.time-select {
	height: 100%;
	overflow-y: hidden;
	display: flex;
	flex-direction: column;
}

.time-select__header {
	flex-shrink: 0;
}

.time-select__selector {
	flex-shrink: 1;
}

.time-select__days {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-basis: auto;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	margin-left: 3.25rem;
	margin-right: 18px;
	width: inherit;
}

.time-select__day {
	flex: 1 1 auto;
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
	text-align:center;
}

.select-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	margin-left: .5rem;
	overflow-y: scroll;
	padding-top: 1rem;
	padding-bottom: 1rem;
	height: 100%;
}

.select-grid__times {
	width: 2.75rem;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
}

.select-grid__time {
	flex: 1 1 auto;
	position: relative;
	bottom: 1rem;
	font-family: "segoe ui", helvetica, sans-serif;
	font-size: 1rem;
	min-height: 160px;
	max-height: 160px;
}

.select-grid__time,
.time-select__day {
	font-size: 0.85em;
}

.select-grid__times div:last-child {
	min-height: 0px;
}

.select-grid__canvas-container {
	width: 100%;
}

.select-grid__canvas {
	height: 100%;
}

.select-grid__row {
	display: flex;
	flex-basis: auto;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
	height: 40px;
	background-color:#818181;
}

.select-grid__block {
	flex: 1 1 auto;
	flex-grow: 1;
	min-width: 40px;
	border-left: 1px solid #ddddcf;
	background-color: white;
	position: relative;
	display: block;
}

.select-grid__block:hover {
	cursor: cell;
}

.select-grid__block--available {
	background-color: #3a3a3a;
}

.select-grid__block--hour {
	border-bottom: 2px solid #ddddcf;
}

.select-grid__block--hour-start {
	border-top: 2px solid #ddddcf;
}

.select-grid__row td:last-child {
	border-right: 1px solid #ddddcf;
}

.select-grid__block--selected {
	opacity: .75;
}

.select-grid__block--selected-top {
	border-top: 2px solid #818181;
}

.select-grid__block--selected-bottom {
	border-bottom: 2px solid #818181;
}

.select-grid__block--selected-left {
	border-left: 2px solid #818181;
}

.select-grid__block--selected-right {
	border-right: 2px solid #818181 !important;
}

.select-grid__block--selected-top.select-grid__block--selected-left::before {
	content:'';
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #ddddcf transparent transparent transparent;
	position: absolute;
	left: 7px;
	top: 7px;
}

.select-grid__block--selected-bottom.select-grid__block--selected-right::after {
	content:'';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #ddddcf transparent;
	position: absolute;
	right: 7px;
	bottom: 7px;
}

.select-grid__block--focus {
	opacity: 1;
}

.panel--kind-custom-meet-pat .meet-pat-btn-busy {
	background-color: white;
	color:black;
}

.panel--kind-custom-meet-pat .meet-pat-btn-busy:hover, .panel--kind-custom-meet-pat .meet-pat-btn-busy:focus {
	background-color: #f3f3f3;
	color:black;
}

.meet-pat-btns{
	float: right;
}

.edit-meet-pat-button {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	margin-left: 2px;
	padding: 0;
	text-align: left;
}

.meet-pat-rec {
	width: 100%;
}

.meet-pat-rec > * {
	display: inline;
}

.label-text {
	line-height: 2em;
	margin-left: 0.3em;
	font-weight: bold;
}

.edit-meet-pat-button {
	float: right;
	padding: 0.2em 0.7em;
	width: auto !important
}

.exclude-list {
	list-style: none;
	margin-left: 0;
	padding-left: 2.2em;
}

.time-select-keyboard-btn {
	align-self: flex-start;
	padding: 0.2em 0.7em;
	margin: 5px 0 0 5px;
}

.time-select-keyboard-btn .fa.fa-keyboard-o {
	font-size: 24px;
}

.panel--kind-custom-meet-pat-keyboard .icon-link__label {
	display:none;
}

.panel--kind-custom-meet-pat .toggle-check label {
	font-weight: bold;
	text-transform: uppercase;
}

.panel--kind-custom-meet-pat .toggle-check span {
	padding: 10px 0px 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}

.panel--kind-custom-meet-pat .toggle-check span:hover {
	cursor: default;
}

.panel--kind-custom-meet-pat .toggle-check label:before {
	top: 20;
	position: relative;
	margin-right: 15px;
	font-size: 25px;
}

.panel--kind-custom-meet-pat .sw-time-toggle label:before {
	display: none;
}

.keyboard-shortcuts dd {
	margin-bottom: 1em;
}

@media only screen and (max-width: 600px) {
	.toggle-check {
	  width: 100%;
	}

	.toggle-check label {
		width: 50%;
	}

	.meet-pat-btns {
		width: 100%;
	}

	.meet-pat-btns .btn {
		width: 100%;
		margin-top: 0.5em;
	}

	.meet-pat-btns .btn + .btn {
		margin-left: 0;
	}
}

/* Select and Deselect labels can be shown as tabs or a switch */
/* tabs */
.sw-time-toggle label {
	display: inline-block;
	padding: 10px 20px; /* to match buttons */
	border: 2px solid white;
	text-transform: uppercase;
	text-align: center;
	min-width: 8em;
	font-weight: bold;
	float: left;
	cursor: pointer;
}

.sw-time-toggle input[type=radio]:checked + label {
	background-color: white;
	color: black;
}

.sw-time-toggle input[type=radio] {
	position:fixed;
	opacity: 0;
	left:101px;
	height:1px;
	width:1px;
	display:block;
	overflow:hidden;
}

.sw-time-toggle .fa-toggle-on,
.sw-time-toggle .fa-toggle-off {
	display: none;
}

/* end tabs */

/* switch */
/*
.sw-time-toggle .fa-toggle-on,
.sw-time-toggle .fa-toggle-off {
	font-size: 1.5rem;
	float: left;
	margin: 1rem 0.2em 0;
	cursor: pointer;
}

 .sw-time-toggle label {
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	float: left;
	margin-top: calc(1rem + 2px);
	cursor: pointer;
}

.sw-time-toggle input[type=radio] {
	position:fixed;
	opacity: 0;
	left:101px;
	height:1px;
	width:1px;
	display:block;
	overflow:hidden;
}

@media only screen and (max-width: 600px) {
	.toggle-check label {
		width:	auto;
	}
}
*/
/* end switch */


.slidein-notification {
	top: 2em;
	font-size: 1rem; 
	padding: 1em; 
	background: #222222; 
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); 
	color: #fff; 
	border-radius: 3px;
	position: fixed; 
	left: 50%; 
	animation-duration: .1s;
	animation-name: slidein;
	animation-iteration-count: 1;
} 

@keyframes slidein {
	from {
		top: -4em;
	}

	to {
		top: 2em;
	}
}.icon--success-plus {
	color: #417505;
}

.icon--success-plus::before {
	content: "\f067";
}

.icon--success-check {
	color: #417505;
}

.icon--success-check::before {
	content: "\f00c";
}

.icon--failure-times {
	color: #D0021B;
}

.icon--failure-times::before {
	content: "\f00d";
}

.icon--failure-minus {
	color: #D0021B;
}

.icon--failure-minus::before {
	content: "\f068";
}

.icon--pencil::before {
	content: "\f040";
}

.icon--success-wait {
	color: #F5A623;
}

.icon--success-wait::before {
	content: "\f252";
}

.icon--staged-drop-if-enrolled {
	color: #F6AB00;
}

.icon--staged-target-of-drop-if-enrolled {
	color: #F6AB00;
}

.icon--staged-target-of-drop-if-enrolled::before {
	content: "\f071";
}

.icon--staged-drop-if-enrolled::before {
	content: "\f071";
}

.icon--swap {
	color: #F6AB00;
}

.icon--swap::before {
	content: "\f071";
}

.icon--swap-out {
	color: #F6AB00;
}

.icon--swap-out::before {
	content: "\f071";
}

.iconset--swap-out.icon--cart {
	color: #D0021B;
}

.iconset--swap-out.icon--cart::before {
	color: #D0021B; /* Intentional */
	content: "\f068";
}

.iconset--swap-out.icon--registered {
	color: #D0021B;
}

.iconset--swap-out.icon--registered::before {
	content: "\f068";
}

.panel--kind-cart-registration .panel__home {
	display: none;
}

.panel--kind-cart-registration-confirmation .panel__home {
	display: none;
}

.result__part.registration-status span {
	white-space: normal;
}

.course-attrib--data select:invalid,
.course-attrib--data input[type="text"]:invalid {
	border: 2px solid #D0021B;
}

.panel--kind-cart-registration .result--bar {
	padding: 0;
}

.result--bar .instructions {
	font-size: .85rem;
	font-weight: normal;
	margin-bottom: 0;
	padding: 1em;
}

/* ----------- */

.btn--disabled,
.btn--disabled:hover {
	background-color: #9B9B9B;
	cursor: not-allowed;
}

.panel__foot {
	padding-top: 1.5em;
}

.panel__foot a {
	color: #CFB87B;
	text-decoration: underline;
}

.tray--visible {
	border-top: none;
}

.text--center {
	text-align: center;
}

.panel__foot h3 {
	font-size: 1.3em;
	margin-top: 0;
}

.progress-bar {
	height: 18px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #9B9B9B;
	margin: 1em 0;
	position: relative;
}

.progress-bar:after {
	content: ' ';
	width: 15%;
	height: 16px;
	background-color: #CFB87B;
	position: absolute;
	top: 0;
	left: 0;
	transition: width, 0.2s, ease;
}

p + .button-bar {
	margin-top: 1.5em;
}

.result-set-label {
	padding: 0.2em;
	background-color: #dcdcdc;
	border-top: 2px solid #666;
	font-size: 0.85em;
}

.result-set-label--success {
	background-color: #BBCEA6;
	border-top-color: #417505;
}

.result-set-label--waitlist {
	background-color: #FCE4BC;
	border-top-color: #CFB87B;
}

.result-set-label--failure {
	background-color: #F7D4D9;
	border-top-color: #D0021B;
}

.result-set-label + .result {
	border-top: none;
}

.icon-success {
	color: #417505;
}

.icon-failure {
	color: #D0021B;
}

.icon-waitlist {
	color: #F5A623;
}

.options-open {
	background-color: #EEE6D1;
}

.result__options {
	margin-top: 1.75em;
}

.option-set {
	display: flex;
	margin-top: 0.4em;
}

.option-set label {
	flex-basis: 40%;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-right: 1em;
}

.option-set select {
	width: 50%;
}

.option-set input[type='text'] {
	font-size: 0.8em;
	width: 50%;
}

.option-set .btn {
	margin: 1em auto;
}

.result-with-icon .result__part > span:first-child {
	margin-left: 25px;
}

.panel__warnings {
	padding: 1em;
	background-color: #FFEBCA;
}

.panel__warnings h3 {
	font-size: 0.9em;
	margin-top: 0;
	font-weight: 700;
}

.panel__warnings h3 .fa-warning {
	color: #F5A623;
}

.panel__warnings p {
	font-size: 0.9em;
	margin-bottom: 0;
}

.registration-status {
	margin-top: 8px;
}

.right-icon {
	display: block;
	float: right;
	padding: 0.75em;
	font-size: 1.5em;
	color: #000;
	position: relative;
}

.fancy-check input[type='checkbox'] {
	opacity: 0;
	position: absolute;
	margin: 10px 3px 0;
	transform: scale(1.5);
}

.fancy-check input[type='checkbox'] + label:before {
font-family: FontAwesome;
opacity: 1 !important;
content: "\f096";
margin-right: 3px;
}

.fancy-check input[type='checkbox']:disabled + label:before {
	color: #aaa;
}

.fancy-check input[type='checkbox']:checked + label:before {
	content: "\f046";
	margin-right: 0;
}

.fancy-check input[type='checkbox']:focus + label:before {
 outline: rgb(59, 153, 252) auto 5px;
}

.panel__info-bar .instructions {
padding: 1em;
margin-bottom: 0;
}

.registration-options {
    display: flex;
}

.registration-options .course-notes {
    width: auto;
	flex-grow: 1;
}


@media all and (min-width: 768px) {
	.registration-options {
		display: flex;
	}

	.edit-button-container {
        position: static;
		padding-left: 1em;
        top: auto;
        right: auto;
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
    }
}

.course-attrib.hidden {
	display:none;
}

.course-attrib--label {
font-weight: bold;
font-size: 0.9em;
text-transform: uppercase;
margin-right: 0.5em;
padding-top: 2px;
}

label.course-attrib--label {
font-weight: bold;
font-size: 0.9em;
display: inline-block;
width: 40%;
}

.course-attrib--data {
display: inline-block;
width: 60%;
}

.course-attrib--data select,
.course-attrib--data input[type="text"] {
width: 100%;
}

.btn {
text-transform: uppercase;
}

.reg-pin {
text-align: right;
padding-bottom: 0.5em;
}

.reg-pin label {
text-transform: uppercase;
font-weight: bold;
font-size: 0.9em;
}

.button-bar.flex-layout {
display: flex;
}

.small-large button,
.large-small button {
flex-grow: 1;
}
.small-large button:last-child,
.large-small button:first-child {
flex-grow: 2.5;
}
.toggle-check-button {
	font-size: 1.3em;
	color: #111;
}

.toggle-check-button:hover,
.toggle-check-button:active,
.toggle-check-button:focus {
	color: #111;
}

.toggle-check-button[data-action="none"]:hover {
	cursor: default;
}

.toggle-check-button[data-status="registered"] .fa-times,
.toggle-check-button[data-status="registered"] .fa-square,
.toggle-check-button[data-status="denied"] .fa-check,
.toggle-check-button[data-status="revoked"] .fa-check,
.toggle-check-button[data-status="approved"] .fa-times,
.toggle-check-button[data-status="approved"] .fa-square,
.toggle-check-button[data-status="pending"] .fa-check,
.toggle-check-button[data-status="pending"] .fa-times,
.toggle-check-button[data-status="pending"] .fa-square {
	display: none;
}

.toggle-check-button[data-status="approved"],
.toggle-check-button[data-status="approved"]:active,
.toggle-check-button[data-status="approved"]:focus,
.toggle-check-button[data-status="approved"]:hover {
	color: green;
}

.toggle-check-button[data-status="denied"],
.toggle-check-button[data-status="denied"]:active,
.toggle-check-button[data-status="denied"]:focus,
.toggle-check-button[data-status="denied"]:hover {
	color: #D0021B;
}

.toggle-check-button[data-status="denied"] .fa-times,
.toggle-check-button[data-status="denied"]:active .fa-times,
.toggle-check-button[data-status="denied"]:focus .fa-times,
.toggle-check-button[data-status="denied"]:hover .fa-times {
	color: #fff;
}

.toggle-check-button[data-status="revoked"],
.toggle-check-button[data-status="revoked"]:active,
.toggle-check-button[data-status="revoked"]:focus,
.toggle-check-button[data-status="revoked"]:hover {
	color: #9B9B9B;
}

.toggle-check-button[data-status="revoked"] .fa-times,
.toggle-check-button[data-status="revoked"]:active .fa-times,
.toggle-check-button[data-status="revoked"]:focus .fa-times,
.toggle-check-button[data-status="revoked"]:hover .fa-times {
	color: #fff;
}

.toggle-check-button[data-status="registered"],
.toggle-check-button[data-status="registered"]:active,
.toggle-check-button[data-status="registered"]:focus,
.toggle-check-button[data-status="registered"]:hover {
	color: #9B9B9B;
}

.request__row[data-ticket-expired="true"] .toggle-check-button,
.request__row[data-ticket-expired="true"] .toggle-check-button:active,
.request__row[data-ticket-expired="true"] .toggle-check-button:focus,
.request__row[data-ticket-expired="true"] .toggle-check-button:hover {
	color: #9B9B9B;
}

.request-table {
	width: 100%;
	table-layout: fixed;
}

@media (max-width: 853px) {
	.request-table {
		table-layout: auto;
	}
}

.request-table th {
	text-align: left;
	display: none;
}

.request-table .request__row:hover {
	background-color: #FBEDC0;
}

.request-table .request__row:hover td:not(.reqapprove) {
	cursor: pointer;
}

.request-table td,
.request-table th {
	padding: 0.2em;
}

 @media (max-width: 853px) {
	.request-table td,
	.request-table th {
		padding: 1em 0.5em;
	}
}

.request-table tr:nth-child(even) {
	background-color: #f4f4f4;
}

.request-table tr.new-item {
	background-color: #fdf4d8;
}

.request-table .icon {
	width: 3%;
}

.request-table .datetime {
	width: 10%;
}

.request-table .section {
	width: 10%;
}

.request-table .name {
	width: 15%;
}

.request-table .conccode {
	width: 10%;
}

.request-table .reqapprove {
	text-align: center;
	width: 5%;
}

.request-table .email,
.request-table .level {
	width: 2.5%;
}

@media (max-width: 853px) {
	.request-table .concode {
		display: none;
	}
}

.request-table .reqtext {
	width: 42%;
}

.request-tray .tray__row {
	padding: 1em;
}

[data-status="approved"] button[data-action="override-mark-approved"],
[data-status="denied"] button[data-action="override-mark-denied"] {
	display: none;
}

#deny-all-pending-override-requests {
	margin: 0;
}

.result__override-text {
	background-color: #f4f4f4;
	border: 1px solid #E7E7E7;
	padding: 8px;
	display: block;
	font-size: 0.85em;
	margin: 5px 0 5px 19px;
	word-wrap: break-word;
}

.override-status  {
	display: block;
	font-weight: bold;
	margin-top: 4px;
	text-align: right;
}

.result__override-text--registered {
	display: none;
}

.override-status--approved {
	color: green;
}

.override-status--denied {
	color: red;
}

.override-status--revoked {
	color: red;
}

.add-remove-cart-form .tray__flex-row,
.add-cart-override-request .tray__flex-row {
	display: block;
	margin: 0 0 14px 0;
}

.add-remove-cart-form .tray__flex-row > *,
.add-cart-override-request .tray__flex-row > * {
	margin: 0 0 5px 0;
}

.add-remove-cart-form .tray__flex-row .form-control,
.add-cart-override-request .tray__flex-row .form-control {
	width: 100%;
}

.add-remove-cart-form legend {
	margin-bottom: 14px;
}

.add-remove-cart-form label,
.add-cart-override-request label {
	display: block;
	font-size: 0.85em;
	font-weight: 700;
	margin-top: 1em;
}

.add-remove-cart-form textarea,
.add-cart-override-request textarea {
	height: 6em;
	width: 100%;
}

.add-cart-override-request__link {
	font-size: 0.85em;
	text-align: right;
}

.tray__flex-row.add-cart-override-request__input,
.add-cart-override-request--expanded .tray__flex-row.add-cart-override-request__link {
	display: none;
}

.add-cart-override-request--expanded .tray__flex-row.add-cart-override-request__input {
	display: block;
}

.add-cart-override-request__char-limit {
	float: right;
	font-weight: normal;
	margin-left: 10px;
}

.override-error {
	color: #DD0000;
	font-size: 1.5em;
}

.not-in-cart .fa-ban {
	color: #DD0000;
}

.request__row .override-error,
.request__row .not-in-cart,
.request__row .ticket-expired {
	display: none;
}

.request__row[data-has-error="true"] .override-error,
.request__row[data-has-error="false"][data-ticket-expired="true"] .ticket-expired,
.request__row[data-has-error="false"][data-ticket-expired="false"][data-in-a-cart="false"] .not-in-cart {
	display: block;
}

.panel--kind-override-requests .panel__info-bar {
	align-items: flex-start;
	padding: 10px;
}

@media (max-width: 853px) {
	.panel--kind-override-requests .panel__info-bar {
		flex-direction: column;
	}
}

.panel--kind-override-requests .panel__info-bar label {
	font-weight: 600;
	margin-bottom: 0;
}

.panel--kind-override-requests .panel__info-bar-text {
	white-space: normal;
	width: 33%;
}

@media (max-width: 853px){
	.panel--kind-override-requests .panel__info-bar-text {
		width: 95%;
	}
}

.panel--kind-override-requests .panel__info-bar-text h3 {
	margin: 0;
	font-size: 1rem;
}

.panel--kind-override-requests .panel__info-bar-text .cols {
	padding: 4px 0 8px 0;
}

select#override-request-sort {
	width: 80%;
	padding: 4px;
}

span.x-course {
    padding: 4px 8px;
	margin: 4px 4px 0 0;
	display: inline-block;
	background-color: #f4f4f4;
    border: 1px solid #E7E7E7;
}
.results-row-plan-course {
	position: relative;
}

.results-row-plan-course .panel__home {
	display: none;
}

.results-row-plan-course .result__title {
	white-space: normal;
}

.results-row-plan-course .result__part .btn {
	padding: 0.2em 0.7em;
	font-size: 0.9em;
}

.results-row-plan-course .icon-link.results-plan-item-edit {
	color: #000;
}

.panel__info-bar-views {
	display:  flex;
	align-items:  center;
}

.panel__info-bar-views * {
	margin: 5px;
}

.tray-plan-tools * {
	margin: 5px;
}

.panel--is-plan .panel__head .deep-link {
	display: none;
}



/* generic styles for all panels */
.panel-plan .panel__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0.25em;
}
.panel-plan .panel__foot {
  padding: 10px 12px;
  background-color: #d1d1d1;
}
.panel-plan .panel__foot .btn {
  background-color: #91222b;
  background-image: none !important;
  padding: 10px 20px !important;
  margin: 0;
  border-radius: 0;
}
.panel-plan .panel__plan-view {
  display: flex;
  flex-grow: 1;
  align-items: center;
  max-width: 200px;
  margin-left: 1em;
}
.panel-plan .panel__plan-view select {
  margin-left: 0.25em;
}
.panel-plan .results-row-plan-section {
  background: #011f5b;
  color: #fff;
  overflow: hidden;
}
.panel-plan .results-row-plan-section .section__title {
  background: #011f5b;
  color: #fff;
  flex-basis: 130px;
}
.panel-plan .result--group-start {
  border-top: 0;
}
.panel-plan .result--group-start a[role=row] {
  display: block;
  border-bottom: 2px solid #9b9b9b;
}
.panel-plan .result__link {
  padding: 0;
}
.panel-plan .result__link.warning {
  background-color: #f7e8e8;
}
.panel-plan .result__link.warning span[role=rowheader] {
  background-color: #f7e8e8;
}
.panel-plan .result__headline {
  margin-bottom: 0;
  overflow: hidden;
}
.panel-plan .result__headline .result__code {
  font-weight: bold;
  padding: 6px 2rem 6px 6px;
}
.panel-plan .result__title {
  padding: 6px;
}
.panel-plan li[role=gridcell] {
  display: block;
  border-collapse: unset;
}
.panel-plan .result__class-info {
  padding: 6px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.panel-plan .result__class-info .result__class-info-item {
  padding: 0.25rem 0.5rem 0.25rem 0;
  flex-basis: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
}

/* panel specific styles */
.panel--plan-audit .results-row-plan-section {
  display: grid;
  grid-template-areas: "result__code class-types";
  grid-template-columns: 130px 60%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .panel--plan-audit .results-row-plan-section {
    grid-template-columns: 130px 1fr;
  }
}
.panel--plan-audit .class-types {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding-right: 1em;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  font-size: 14px;
}
@media (max-width: 600px) {
  .panel--plan-audit .class-types {
    justify-content: flex-end;
    padding-right: 0.25em;
    gap: 1rem;
  }
}
.panel--plan-audit .class-types li {
  text-transform: uppercase;
  text-align: center;
  width: 2.5rem !important;
  padding: 0.25em;
}
.panel--plan-audit .class-types li.desktop {
  display: none;
}
.panel--plan-audit .class-types li.mobile {
  display: block !important;
  font-size: 10px;
}
@media (min-width: 600px) {
  .panel--plan-audit .class-types li {
    width: 100% !important;
  }
  .panel--plan-audit .class-types li.desktop {
    display: block;
  }
  .panel--plan-audit .class-types li.mobile {
    display: none !important;
  }
}
.panel--plan-audit .class-types li[role=columnheader] {
  font-weight: normal;
}
.panel--plan-audit .result__headline {
  display: grid;
  grid-template-areas: "result__code result__title class-types";
  grid-template-columns: 130px auto 60%;
}
@media (max-width: 600px) {
  .panel--plan-audit .result__headline {
    grid-template-areas: "result__code class-types" "result__title result__title";
    grid-template-columns: 130px 1fr;
  }
}
.panel--plan-audit .result__headline .result__code {
  flex-basis: 130px;
  grid-area: result__code;
}
.panel--plan-audit .result__headline .class-types {
  grid-area: class-types;
}
.panel--plan-audit .result__headline .class-types li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel--plan-audit .result__headline .class-types li.checked::before {
  content: "\f058";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 1.25em;
  height: 1.25em;
  color: #090;
  font-family: FontAwesome;
  font-size: 18px;
  border-radius: 50%;
}
.panel--plan-audit .result__headline .class-types li:not(.checked)::before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  border: 1px solid #d1d1d1;
}
/*
@media (min-width: 600px) {
  .panel--plan-audit .result__headline .class-types li:nth-child(odd) {
    background-color: #fafafa;
  }
}
*/
@media (max-width: 600px) {
  .panel--plan-audit .result__headline .class-types li {
    border: 1px solid #d1d1d1;
  }
  .panel--plan-audit .result__headline .class-types li:not(.checked)::before {
    content: unset;
  }
}
.panel--plan-audit .result__title {
  grid-area: result__title;
}
.panel--plan-audit .grad-requirements {
  display: grid;
  align-items: center;
  justify-content: flex-end;
  grid-template-columns: auto 60%;
  background-color: #e7e7e7;
  padding: 0.5em 0;
}
@media (max-width: 600px) {
  .panel--plan-audit .grad-requirements {
    grid-template-columns: auto auto;
  }
}
.panel--plan-audit .grad-requirements .req-text {
  font-weight: bold;
  margin-left: auto;
}
.section__title.plan-section-title {
	background: #011f5b;
	color: #fff;
}

.pick-plan .result {
	min-height: 70px;
	padding: 8px 6px;
}

#schedule-plan-form .edit-meet-pat-button {
	color: #333;
}

.section .section__title.minor_title {
	background-color: #ededed;
	color: black;
}

.btn.btn--embedded-link {
	padding: 0;
	background: transparent;
	text-decoration: underline;
	text-transform: capitalize;
	position: static;
	display: inline;
	line-height: initial;
	border: none;
	margin: 0;
	vertical-align: initial;
	text-align: left;
}

.btn.btn--embedded-link:hover, .btn.btn--embedded-link:focus {
	background: transparent;
}

.schedule-list-hidden .schedule-list {
	display:none;
}

.possible-schedules-section button {
	border-radius: 5px;
	color:black
}

.schedule-list-hidden .hide-possible-schedules-btn {
	display: none;
}

.possible-schedules-section .show-possible-schedules-btn {
	display: none;
}

.schedule-list-hidden .show-possible-schedules-btn {
	display: -ms-flexbox;
	display: flex;
}

.schedule-list {
	padding: 0;
	margin: 0;
}

.schedule-list li {
	list-style: none;
}

.possible-schedules-section {
	display: flex;
	border-bottom: 1px solid #ccc;
}

.possible-schedules-section span {
	flex-grow: 1;
}.possible-schedule-meeting-time {
	display: inline-block;
	margin-right: .25rem;
}

.possible-schedule-meeting-time:not(:last-child)::after{
	content: ',';
}

.schedule-list li {
	display: flex;
	flex-wrap: nowrap;
}

.schedule-list li a {
	border-right: 1px solid #ccc;
}

.possible-plan-schedule {
	flex-grow: 1;
}svg text.svg-icon--plus-circle {
	font-family: "FontAwesome";
	fill: #417505;
	font-size: 10px;
}header.banner {
	background-color: #ad0000;
}
.panel__foot,
.section__title,
.section .section__title {
	background-color: #ad0000;
}
.tray {
	border-top-color: #000;
	background-color: #ad0000;
}
.panel__head,
.sam-wait__head,
.sam-wait__button--login,
.btn {
	background-color: #000;
}
.sam-wait__button--login:hover,
.sam-wait__button--login:focus,
.btn:hover,
.btn:focus {
	background-color: #000000;
}

.promoted__header {
	background-color: rgba(0, 0, 0, 0.7);
}


.empty-space {
	background-image: url('/gallery/night_logo_oval.jpg');
}




.show-only--samenabled { display: none; }
.screens--samenabled--on .show-only--samenabled { display: unset; }
.screens--samenabled--on .hide-when--samenabled { display: none; }
.screens--samenabled--off .show-only--samenabled { display: none; }


.show-only--isprod { display: none; }
.screens--isprod--on .show-only--isprod { display: unset; }
.screens--isprod--on .hide-when--isprod { display: none; }
.screens--isprod--off .show-only--isprod { display: none; }


.show-only--current-term-latest { display: none; }
.screens--current-term-latest--on .show-only--current-term-latest { display: unset; }
.screens--current-term-latest--on .hide-when--current-term-latest { display: none; }
.screens--current-term-latest--off .show-only--current-term-latest { display: none; }


.show-only--current-term-auditable { display: none; }
.screens--current-term-auditable--on .show-only--current-term-auditable { display: unset; }
.screens--current-term-auditable--on .hide-when--current-term-auditable { display: none; }
.screens--current-term-auditable--off .show-only--current-term-auditable { display: none; }


/* 947/329 - Remove Validate and Audit View buttons from Plan Tools */
.tray-plan-tools [data-action="plan-validate"], 
.tray-plan-tools .button-bar:has([data-action="plan-validate"]), 
.tray-plan-tools [data-action="plan-audit-view"], 
.tray-plan-tools .button-bar:has([data-action="plan-audit-view"]) {
	display: none;
}
