@charset "UTF-8";

/* line 4, node_modules/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss */

html {
  box-sizing: border-box;
}

/* line 9, node_modules/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss */

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

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

/* line 34, node_modules/pikaday/scss/pikaday.scss */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 44, node_modules/pikaday/scss/pikaday.scss */

.pika-single.is-hidden {
  display: none;
}

/* line 48, node_modules/pikaday/scss/pikaday.scss */

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

/* line 56, node_modules/pikaday/scss/pikaday.scss */

.pika-single {
  *zoom: 1;
}

/* line 59, node_modules/pikaday/scss/pikaday.scss */

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

/* line 65, node_modules/pikaday/scss/pikaday.scss */

.pika-single:after {
  clear: both;
}

/* line 68, node_modules/pikaday/scss/pikaday.scss */

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

/* line 74, node_modules/pikaday/scss/pikaday.scss */

.pika-title {
  position: relative;
  text-align: center;
}

/* line 78, node_modules/pikaday/scss/pikaday.scss */

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 90, node_modules/pikaday/scss/pikaday.scss */

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

/* line 105, node_modules/pikaday/scss/pikaday.scss */

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

/* line 126, node_modules/pikaday/scss/pikaday.scss */

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

/* line 130, node_modules/pikaday/scss/pikaday.scss */

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

/* line 136, node_modules/pikaday/scss/pikaday.scss */

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

/* line 143, node_modules/pikaday/scss/pikaday.scss */

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

/* line 150, node_modules/pikaday/scss/pikaday.scss */

.pika-select {
  display: inline-block;
  *display: inline;
}

/* line 155, node_modules/pikaday/scss/pikaday.scss */

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

/* line 161, node_modules/pikaday/scss/pikaday.scss */

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

/* line 167, node_modules/pikaday/scss/pikaday.scss */

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

/* line 175, node_modules/pikaday/scss/pikaday.scss */

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* line 181, node_modules/pikaday/scss/pikaday.scss */

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

/* line 197, node_modules/pikaday/scss/pikaday.scss */

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

/* line 202, node_modules/pikaday/scss/pikaday.scss */

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

/* line 210, node_modules/pikaday/scss/pikaday.scss */

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

/* line 216, node_modules/pikaday/scss/pikaday.scss */

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

/* line 221, node_modules/pikaday/scss/pikaday.scss */

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* line 228, node_modules/pikaday/scss/pikaday.scss */

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

/* line 234, node_modules/pikaday/scss/pikaday.scss */

.pika-week {
  font-size: 11px;
  color: #999;
}

/* line 239, node_modules/pikaday/scss/pikaday.scss */

.is-inrange .pika-button {
  background: #D5E9F7;
}

/* line 243, node_modules/pikaday/scss/pikaday.scss */

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

/* line 250, node_modules/pikaday/scss/pikaday.scss */

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

/* line 1, web/static/css/vendor/_vendor.sass */

.torch {
  /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
  /**
 * Remove the margin in all browsers (opinionated).
 */
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Add the correct display in iOS 4-7.
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
  /* Links
   ========================================================================== */
  /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
  /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * Add the correct font style in Android 4.3-.
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /**
 * Correct the line-height for all headings in Chrome mobile, Firefox,
 * iOS Safari, Microsoft Edge and IE.
 */
  /**
 * Add the correct background and color in IE 9-.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10-.
 */
  /**
 * Hide the overflow in IE.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct margin in IE 8.
 */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /* Forms
   ========================================================================== */
  /**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
  /**
 * Restore the font weight unset by the previous rule.
 */
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Remove the inner border and padding in Firefox.
 */
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  /**
 * Remove the default vertical scrollbar in IE.
 */
  /**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
  /**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
}

/* line 8, web/static/css/vendor/_normalize.scss */

.torch html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* line 18, web/static/css/vendor/_normalize.scss */

.torch body {
  margin: 0;
}

/* line 31, web/static/css/vendor/_normalize.scss */

.torch article,
.torch aside,
.torch details,
.torch figcaption,
.torch figure,
.torch footer,
.torch header,
.torch main,
.torch menu,
.torch nav,
.torch section,
.torch summary {
  /* 1 */
  display: block;
}

/* line 50, web/static/css/vendor/_normalize.scss */

.torch audio,
.torch canvas,
.torch progress,
.torch video {
  display: inline-block;
}

/* line 61, web/static/css/vendor/_normalize.scss */

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

/* line 70, web/static/css/vendor/_normalize.scss */

.torch progress {
  vertical-align: baseline;
}

/* line 79, web/static/css/vendor/_normalize.scss */

.torch template,
.torch [hidden] {
  display: none;
}

/* line 92, web/static/css/vendor/_normalize.scss */

.torch a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* line 102, web/static/css/vendor/_normalize.scss */

.torch a:active,
.torch a:hover {
  outline-width: 0;
}

/* line 115, web/static/css/vendor/_normalize.scss */

.torch abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/* line 125, web/static/css/vendor/_normalize.scss */

.torch b,
.torch strong {
  font-weight: inherit;
}

/* line 134, web/static/css/vendor/_normalize.scss */

.torch b,
.torch strong {
  font-weight: bolder;
}

/* line 143, web/static/css/vendor/_normalize.scss */

.torch dfn {
  font-style: italic;
}

/* line 152, web/static/css/vendor/_normalize.scss */

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

/* line 162, web/static/css/vendor/_normalize.scss */

.torch h1,
.torch h2,
.torch h3,
.torch h4,
.torch h5,
.torch h6 {
  line-height: 1.15;
}

/* line 175, web/static/css/vendor/_normalize.scss */

.torch mark {
  background-color: #ff0;
  color: #000;
}

/* line 184, web/static/css/vendor/_normalize.scss */

.torch small {
  font-size: 80%;
}

/* line 193, web/static/css/vendor/_normalize.scss */

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

/* line 201, web/static/css/vendor/_normalize.scss */

.torch sub {
  bottom: -0.25em;
}

/* line 205, web/static/css/vendor/_normalize.scss */

.torch sup {
  top: -0.5em;
}

/* line 216, web/static/css/vendor/_normalize.scss */

.torch img {
  border-style: none;
}

/* line 224, web/static/css/vendor/_normalize.scss */

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

/* line 236, web/static/css/vendor/_normalize.scss */

.torch code,
.torch kbd,
.torch pre,
.torch samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* line 248, web/static/css/vendor/_normalize.scss */

.torch figure {
  margin: 1em 40px;
}

/* line 257, web/static/css/vendor/_normalize.scss */

.torch hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* line 271, web/static/css/vendor/_normalize.scss */

.torch button,
.torch input,
.torch optgroup,
.torch select,
.torch textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/* line 284, web/static/css/vendor/_normalize.scss */

.torch optgroup {
  font-weight: bold;
}

/* line 293, web/static/css/vendor/_normalize.scss */

.torch button,
.torch input {
  /* 1 */
  overflow: visible;
}

/* line 303, web/static/css/vendor/_normalize.scss */

.torch button,
.torch select {
  /* 1 */
  text-transform: none;
}

/* line 314, web/static/css/vendor/_normalize.scss */

.torch button,
.torch html [type="button"],
.torch [type="reset"],
.torch [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/* line 325, web/static/css/vendor/_normalize.scss */

.torch button::-moz-focus-inner,
.torch [type="button"]::-moz-focus-inner,
.torch [type="reset"]::-moz-focus-inner,
.torch [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 337, web/static/css/vendor/_normalize.scss */

.torch button:-moz-focusring,
.torch [type="button"]:-moz-focusring,
.torch [type="reset"]:-moz-focusring,
.torch [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 348, web/static/css/vendor/_normalize.scss */

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

/* line 361, web/static/css/vendor/_normalize.scss */

.torch legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/* line 374, web/static/css/vendor/_normalize.scss */

.torch textarea {
  overflow: auto;
}

/* line 383, web/static/css/vendor/_normalize.scss */

.torch [type="checkbox"],
.torch [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 393, web/static/css/vendor/_normalize.scss */

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

/* line 403, web/static/css/vendor/_normalize.scss */

.torch [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/* line 412, web/static/css/vendor/_normalize.scss */

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

/* line 421, web/static/css/vendor/_normalize.scss */

.torch ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/* line 431, web/static/css/vendor/_normalize.scss */

.torch ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* line 1, web/static/css/base/extends/_container.sass */

section.torch-header header.torch-main-header h1,
section.torch-content,
section.torch-header .torch-account nav,
section.torch-header header.torch-main-header nav,
section.torch.torch-toolbar-container .torch-toolbar {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-right: 30px solid transparent !important;
  border-left: 30px solid transparent !important;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */

section.torch-header header.torch-main-header h1::after,
section.torch-content::after,
section.torch-header .torch-account nav::after,
section.torch-header header.torch-main-header nav::after,
section.torch.torch-toolbar-container .torch-toolbar::after {
  clear: both;
  content: "";
  display: table;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */

section.torch-header header.torch-main-header h1::after,
section.torch-content::after,
section.torch-header .torch-account nav::after,
section.torch-header header.torch-main-header nav::after,
section.torch.torch-toolbar-container .torch-toolbar::after {
  clear: both;
  content: "";
  display: table;
}

/* line 1, web/static/css/base/_global.sass */

section.torch {
  overflow: hidden;
}

/* line 2, web/static/css/base/_buttons.sass */

section.torch .torch-button {
  appearance: none;
  background-color: #4980F9;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 10px 26px 11px 26px;
  text-decoration: none;
  transition: background-color 300ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 22, web/static/css/base/_buttons.sass */

section.torch .torch-button:hover,
section.torch .torch-button:focus {
  background-color: #3a66c7;
  color: #fff;
}

/* line 27, web/static/css/base/_buttons.sass */

section.torch .torch-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 31, web/static/css/base/_buttons.sass */

section.torch .torch-button:disabled:hover {
  background-color: #4980F9;
}

/* line 2, web/static/css/base/_forms.sass */

section.torch fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 8, web/static/css/base/_forms.sass */

section.torch legend {
  font-weight: 600;
  margin-bottom: 0.3em;
  padding: 0;
}

/* line 13, web/static/css/base/_forms.sass */

section.torch label {
  color: #000;
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
}

/* line 19, web/static/css/base/_forms.sass */

section.torch input,
section.torch select,
section.torch textarea {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

/* line 26, web/static/css/base/_forms.sass */

section.torch input[type="color"],
section.torch input[type="date"],
section.torch input[type="datetime"],
section.torch input[type="datetime-local"],
section.torch input[type="email"],
section.torch input[type="month"],
section.torch input[type="number"],
section.torch input[type="password"],
section.torch input[type="search"],
section.torch input[type="tel"],
section.torch input[type="text"],
section.torch input[type="time"],
section.torch input[type="url"],
section.torch input[type="week"],
section.torch input:not([type]),
section.torch textarea,
section.torch select[multiple] {
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 0.6em;
  padding: 10px 10px 11px 10px;
  transition: border-color 300ms ease;
  width: 100%;
}

/* line 39, web/static/css/base/_forms.sass */

section.torch input[type="color"]:hover,
section.torch input[type="date"]:hover,
section.torch input[type="datetime"]:hover,
section.torch input[type="datetime-local"]:hover,
section.torch input[type="email"]:hover,
section.torch input[type="month"]:hover,
section.torch input[type="number"]:hover,
section.torch input[type="password"]:hover,
section.torch input[type="search"]:hover,
section.torch input[type="tel"]:hover,
section.torch input[type="text"]:hover,
section.torch input[type="time"]:hover,
section.torch input[type="url"]:hover,
section.torch input[type="week"]:hover,
section.torch input:not([type]):hover,
section.torch textarea:hover,
section.torch select[multiple]:hover {
  border-color: #a7a7a7;
}

/* line 42, web/static/css/base/_forms.sass */

section.torch input[type="color"]:focus,
section.torch input[type="date"]:focus,
section.torch input[type="datetime"]:focus,
section.torch input[type="datetime-local"]:focus,
section.torch input[type="email"]:focus,
section.torch input[type="month"]:focus,
section.torch input[type="number"]:focus,
section.torch input[type="password"]:focus,
section.torch input[type="search"]:focus,
section.torch input[type="tel"]:focus,
section.torch input[type="text"]:focus,
section.torch input[type="time"]:focus,
section.torch input[type="url"]:focus,
section.torch input[type="week"]:focus,
section.torch input:not([type]):focus,
section.torch textarea:focus,
section.torch select[multiple]:focus {
  border-color: #4980F9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 3px #6291fa;
  outline: none;
}

/* line 47, web/static/css/base/_forms.sass */

section.torch input[type="color"]:disabled,
section.torch input[type="date"]:disabled,
section.torch input[type="datetime"]:disabled,
section.torch input[type="datetime-local"]:disabled,
section.torch input[type="email"]:disabled,
section.torch input[type="month"]:disabled,
section.torch input[type="number"]:disabled,
section.torch input[type="password"]:disabled,
section.torch input[type="search"]:disabled,
section.torch input[type="tel"]:disabled,
section.torch input[type="text"]:disabled,
section.torch input[type="time"]:disabled,
section.torch input[type="url"]:disabled,
section.torch input[type="week"]:disabled,
section.torch input:not([type]):disabled,
section.torch textarea:disabled,
section.torch select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

/* line 51, web/static/css/base/_forms.sass */

section.torch input[type="color"]:disabled:hover,
section.torch input[type="date"]:disabled:hover,
section.torch input[type="datetime"]:disabled:hover,
section.torch input[type="datetime-local"]:disabled:hover,
section.torch input[type="email"]:disabled:hover,
section.torch input[type="month"]:disabled:hover,
section.torch input[type="number"]:disabled:hover,
section.torch input[type="password"]:disabled:hover,
section.torch input[type="search"]:disabled:hover,
section.torch input[type="tel"]:disabled:hover,
section.torch input[type="text"]:disabled:hover,
section.torch input[type="time"]:disabled:hover,
section.torch input[type="url"]:disabled:hover,
section.torch input[type="week"]:disabled:hover,
section.torch input:not([type]):disabled:hover,
section.torch textarea:disabled:hover,
section.torch select[multiple]:disabled:hover {
  border: 1px solid #D1D1D1;
}

/* line 54, web/static/css/base/_forms.sass */

section.torch input[type="color"]::placeholder,
section.torch input[type="date"]::placeholder,
section.torch input[type="datetime"]::placeholder,
section.torch input[type="datetime-local"]::placeholder,
section.torch input[type="email"]::placeholder,
section.torch input[type="month"]::placeholder,
section.torch input[type="number"]::placeholder,
section.torch input[type="password"]::placeholder,
section.torch input[type="search"]::placeholder,
section.torch input[type="tel"]::placeholder,
section.torch input[type="text"]::placeholder,
section.torch input[type="time"]::placeholder,
section.torch input[type="url"]::placeholder,
section.torch input[type="week"]::placeholder,
section.torch input:not([type])::placeholder,
section.torch textarea::placeholder,
section.torch select[multiple]::placeholder {
  color: #999;
}

/* line 57, web/static/css/base/_forms.sass */

section.torch input[type="color"][readonly],
section.torch input[type="date"][readonly],
section.torch input[type="datetime"][readonly],
section.torch input[type="datetime-local"][readonly],
section.torch input[type="email"][readonly],
section.torch input[type="month"][readonly],
section.torch input[type="number"][readonly],
section.torch input[type="password"][readonly],
section.torch input[type="search"][readonly],
section.torch input[type="tel"][readonly],
section.torch input[type="text"][readonly],
section.torch input[type="time"][readonly],
section.torch input[type="url"][readonly],
section.torch input[type="week"][readonly],
section.torch input:not([type])[readonly],
section.torch textarea[readonly],
section.torch select[multiple][readonly] {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

/* line 61, web/static/css/base/_forms.sass */

section.torch textarea {
  resize: vertical;
}

/* line 65, web/static/css/base/_forms.sass */

section.torch [type="search"] {
  appearance: none;
}

/* line 68, web/static/css/base/_forms.sass */

section.torch [type="checkbox"],
section.torch [type="radio"] {
  display: inline;
  margin-right: 0.3em;
}

/* line 73, web/static/css/base/_forms.sass */

section.torch [type="file"] {
  margin-bottom: 0.6em;
  width: 100%;
}

/* line 77, web/static/css/base/_forms.sass */

section.torch select {
  margin-bottom: 0.6em;
  max-width: 100%;
  width: auto;
}

/* line 82, web/static/css/base/_forms.sass */

section.torch .help-block {
  color: #4980F9;
  display: block;
  margin: 10px 0 10px 0;
}

/* line 1, web/static/css/base/_layout.sass */

body {
  margin: 0;
}

/* line 2, web/static/css/base/_lists.sass */

section.torch ul,
section.torch ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 8, web/static/css/base/_lists.sass */

section.torch dl {
  margin: 0;
}

/* line 11, web/static/css/base/_lists.sass */

section.torch dt {
  font-weight: 600;
  margin: 0;
}

/* line 15, web/static/css/base/_lists.sass */

section.torch dd {
  margin: 0;
}

/* line 2, web/static/css/base/_media.sass */

section.torch figure {
  margin: 0;
}

/* line 5, web/static/css/base/_media.sass */

section.torch img,
section.torch picture {
  margin: 0;
  max-width: 100%;
}

/* line 1, web/static/css/base/_tables.sass */

section#settings {
  margin-top: 20px;
}

/* line 5, web/static/css/base/_tables.sass */

section#settings .info ul li {
  border: none;
  background-color: #FAFBFE;
}

/* line 8, web/static/css/base/_tables.sass */

section#settings .info ul li:nth-child(odd) {
  background-color: #fff;
}

/* line 11, web/static/css/base/_tables.sass */

section.torch section.torch-table {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */

section.torch section.torch-table:last-child {
  margin-right: 0;
}

/* line 14, web/static/css/base/_tables.sass */

section.torch .student_img_list {
  height: 45px;
  min-width: 45px;
  width: 45px;
  border-radius: 50%;
}

/* line 20, web/static/css/base/_tables.sass */

section.torch table {
  border-collapse: collapse;
  color: #000;
  font-size: 14px;
  table-layout: fixed;
  width: 100%;
  border: hidden;
}

/* line 28, web/static/css/base/_tables.sass */

section.torch thead {
  border: hidden;
}

/* line 31, web/static/css/base/_tables.sass */

section.torch tr th {
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 35, web/static/css/base/_tables.sass */

section.torch tr th,
section.torch tr td {
  border-bottom: hidden;
  border-right: hidden;
}

/* line 40, web/static/css/base/_tables.sass */

section.torch tr th:first-child,
section.torch tr td:first-child {
  border-left: 1px solid #D1D1D1;
}

/* line 43, web/static/css/base/_tables.sass */

section.torch th {
  background-color: #fff;
  border-top: 1px solid #D1D1D1;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  text-align: left;
}

/* line 53, web/static/css/base/_tables.sass */

section.torch th > * {
  color: #999;
  display: block;
  padding: 12px 10px;
}

/* line 59, web/static/css/base/_tables.sass */

section.torch th a,
section.torch th a:hover {
  color: #999;
}

/* line 63, web/static/css/base/_tables.sass */

section.torch th a {
  min-height: 4px;
  position: relative;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

/* line 68, web/static/css/base/_tables.sass */

section.torch th a.active {
  background-color: #23a8ff;
}

/* line 71, web/static/css/base/_tables.sass */

section.torch th a .caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 5px;
  margin-top: 5px;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
}

/* line 84, web/static/css/base/_tables.sass */

section.torch th a.active.desc .caret {
  border-top: 5px solid #333;
}

/* line 88, web/static/css/base/_tables.sass */

section.torch th a.active.asc .caret {
  border-bottom: 5px solid #333;
}

/* line 91, web/static/css/base/_tables.sass */

section.torch th a:hover {
  opacity: 0.7;
}

/* line 94, web/static/css/base/_tables.sass */

section.torch td {
  border-right: 1px solid #D1D1D1;
}

/* line 97, web/static/css/base/_tables.sass */

section.torch tr,
section.torch td,
section.torch th {
  vertical-align: middle;
}

/* line 103, web/static/css/base/_tables.sass */

section.torch thead tr th {
  /* Checkbox START */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* Checkbox STOP */
}

/* line 105, web/static/css/base/_tables.sass */

section.torch thead tr th .container {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 119, web/static/css/base/_tables.sass */

section.torch thead tr th .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 127, web/static/css/base/_tables.sass */

section.torch thead tr th .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: solid 0.5px #4980F9;
  border-radius: 2px;
  transition: all .5s;
}

/* line 140, web/static/css/base/_tables.sass */

section.torch thead tr th .container:hover input ~ .checkmark {
  background-color: #FAFBFE;
}

/* line 145, web/static/css/base/_tables.sass */

section.torch thead tr th .container input:checked ~ .checkmark {
  background-color: #4980F9;
}

/* line 150, web/static/css/base/_tables.sass */

section.torch thead tr th .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 157, web/static/css/base/_tables.sass */

section.torch thead tr th .container input:checked ~ .checkmark:after {
  display: block;
}

/* line 162, web/static/css/base/_tables.sass */

section.torch thead tr th .container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 173, web/static/css/base/_tables.sass */

section.torch tbody tr {
  background-color: #fff;
}

/* line 175, web/static/css/base/_tables.sass */

section.torch tbody tr:nth-child(odd) {
  background-color: #FAFBFE;
}

/* line 178, web/static/css/base/_tables.sass */

section.torch tbody tr td {
  padding: 12px 10px;
  /* Checkbox START */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* Checkbox STOP */
}

/* line 183, web/static/css/base/_tables.sass */

section.torch tbody tr td .container {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 197, web/static/css/base/_tables.sass */

section.torch tbody tr td .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 206, web/static/css/base/_tables.sass */

section.torch tbody tr td .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: solid 0.5px #4980F9;
  border-radius: 2px;
  transition: all .5s;
}

/* line 219, web/static/css/base/_tables.sass */

section.torch tbody tr td .container:hover input ~ .checkmark {
  background-color: #FAFBFE;
}

/* line 224, web/static/css/base/_tables.sass */

section.torch tbody tr td .container input:checked ~ .checkmark {
  background-color: #4980F9;
}

/* line 229, web/static/css/base/_tables.sass */

section.torch tbody tr td .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 236, web/static/css/base/_tables.sass */

section.torch tbody tr td .container input:checked ~ .checkmark:after {
  display: block;
}

/* line 241, web/static/css/base/_tables.sass */

section.torch tbody tr td .container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 253, web/static/css/base/_tables.sass */

section.torch tbody tr .torch-actions {
  font-size: 0;
}

/* line 256, web/static/css/base/_tables.sass */

section.torch tbody tr .torch-actions a,
section.torch tbody tr .torch-actions form {
  color: #4980F9;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 264, web/static/css/base/_tables.sass */

section.torch tbody tr .torch-actions > * {
  margin-right: 10px;
}

/* line 267, web/static/css/base/_tables.sass */

section.torch tbody tr .torch-actions > *:last-child {
  margin-right: 0;
}

/* line 270, web/static/css/base/_tables.sass */

section.torch tbody tr .torch-actions .delete-link {
  color: #c0392b;
}

/* line 1, web/static/css/base/_typography.sass */

section.torch {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

/* line 7, web/static/css/base/_typography.sass */

section.torch h1,
section.torch h2,
section.torch h3,
section.torch h4,
section.torch h5,
section.torch h6 {
  font-family: "Roboto", sans-serif;
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.6em;
}

/* line 18, web/static/css/base/_typography.sass */

section.torch p {
  margin: 0 0 0.6em;
}

/* line 21, web/static/css/base/_typography.sass */

section.torch a {
  color: #4980F9;
  text-decoration: none;
  transition: color 300ms ease;
}

/* line 26, web/static/css/base/_typography.sass */

section.torch a:active,
section.torch a:focus,
section.torch a:hover {
  color: #3760bb;
}

/* line 31, web/static/css/base/_typography.sass */

section.torch hr {
  border-bottom: 1px solid #D1D1D1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.2em 0;
}

/* line 1, web/static/css/base/_flash.sass */

.flash {
  padding: 10px;
  text-align: center;
  color: white;
}

/* line 6, web/static/css/base/_flash.sass */

.flash.info {
  background-color: #2980B9;
}

/* line 9, web/static/css/base/_flash.sass */

.flash.success {
  background-color: #16a085;
}

/* line 12, web/static/css/base/_flash.sass */

.flash.error {
  background-color: #c0392b;
}

/* line 1, web/static/css/components/_content.sass */

section.torch-content {
  padding-bottom: 40px;
  padding-top: 40px;
}

/* line 1, web/static/css/components/_filters.sass */

section.torch-filters {
  padding: 10px;
  background-color: #fff;
  color: #999;
}

/* line 8, web/static/css/components/_filters.sass */

section.torch-filters h3 {
  font-size: 18px;
  margin: 0 0 17px 0;
  padding: 0;
  font-weight: 300;
}

/* line 14, web/static/css/components/_filters.sass */

section.torch-filters .field {
  margin-bottom: 20px;
}

/* line 16, web/static/css/components/_filters.sass */

section.torch-filters .field .flexed {
  display: flex;
  justify-content: space-between;
}

/* line 19, web/static/css/components/_filters.sass */

section.torch-filters .field .flexed label {
  display: inline-block;
}

/* line 21, web/static/css/components/_filters.sass */

section.torch-filters .field .flexed .arrow {
  color: #4980F9;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

/* line 26, web/static/css/components/_filters.sass */

section.torch-filters .field .flexed .arrow-disabled {
  display: block;
  font-size: 25px;
}

/* line 29, web/static/css/components/_filters.sass */

section.torch-filters .field .filter-options {
  display: block;
}

/* line 32, web/static/css/components/_filters.sass */

section.torch-filters .torch-button {
  display: flex;
  margin: 0 auto;
}

/* line 36, web/static/css/components/_filters.sass */

section.torch-filters a {
  display: block;
  text-align: center;
}

/* line 2, web/static/css/components/_header.sass */

section.torch-header {
  background-color: #fff;
  border: 3px solid #f2f4f6;
  color: #333;
  font-weight: 700;
}

/* line 7, web/static/css/components/_header.sass */

section.torch-header .torch-account {
  padding: 10px 0;
  background-size: 0 0;
}

/* line 11, web/static/css/components/_header.sass */

section.torch-header .torch-account ul {
  font-size: 0;
  list-style-type: none;
}

/* line 15, web/static/css/components/_header.sass */

section.torch-header .torch-account li,
section.torch-header .torch-account a {
  font-size: 13px;
}

/* line 18, web/static/css/components/_header.sass */

section.torch-header .torch-account li {
  border-right: 1px solid #333;
  margin: 6px 0;
  padding: 0 10px;
}

/* line 23, web/static/css/components/_header.sass */

section.torch-header .torch-account li:last-child {
  border: none;
  font-weight: 700;
}

/* line 27, web/static/css/components/_header.sass */

section.torch-header .torch-account a {
  color: #333;
  position: relative;
}

/* line 31, web/static/css/components/_header.sass */

section.torch-header .torch-account a:hover {
  opacity: 1;
}

/* line 34, web/static/css/components/_header.sass */

section.torch-header .torch-account .navbar-form-logo {
  width: 125px;
}

/* line 36, web/static/css/components/_header.sass */

section.torch-header .torch-account .navbar-school-name {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 43, web/static/css/components/_header.sass */

section.torch-header header.torch-main-header h1 {
  color: #333;
  font-size: 48px;
  font-weight: 700;
  margin: 34px 0 10px 0;
}

/* line 53, web/static/css/components/_header.sass */

section.torch-header header.torch-main-header ul {
  padding: 0;
  list-style-type: none;
}

/* line 57, web/static/css/components/_header.sass */

section.torch-header header.torch-main-header li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 18px;
  padding: 0 20px 20px 0;
  text-align: center;
  border-bottom: 4px solid #fff;
}

/* line 66, web/static/css/components/_header.sass */

section.torch-header header.torch-main-header li:hover,
section.torch-header header.torch-main-header li:active,
section.torch-header header.torch-main-header li:focus {
  border-bottom: 4px solid #4980F9;
}

/* line 69, web/static/css/components/_header.sass */

section.torch-header header.torch-main-header .navbar-active {
  border-bottom: 4px solid #4980F9;
}

/* line 72, web/static/css/components/_header.sass */

section.torch-header header.torch-main-header a {
  color: #333;
  font-size: 18px;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

/* line 79, web/static/css/components/_header.sass */

section.torch-header header.torch-main-header a.active,
section.torch-header header.torch-main-header a:hover {
  color: #333;
  opacity: 1;
  text-shadow: 0.3px 0.3px 0px #333;
}

/* line 2, web/static/css/components/_pagination.sass */

#torch-pagination ul {
  font-size: 0;
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}

/* line 9, web/static/css/components/_pagination.sass */

#torch-pagination ul li {
  display: inline-block;
  font-size: 14px;
  height: 35px;
  width: 50px;
}

/* line 15, web/static/css/components/_pagination.sass */

#torch-pagination ul li a {
  display: block;
  text-align: center;
  padding: 10px 0 10px 0;
}

/* line 20, web/static/css/components/_pagination.sass */

#torch-pagination ul li a.active {
  border: 1px solid #D1D1D1;
}

/* line 3, web/static/css/components/_test-component.sass */

.torch-test-component .infinite-red-logo {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 45px;
  margin-left: 4em;
  width: 105px;
}

/* line 1, web/static/css/components/_toolbar.sass */

section.torch.torch-toolbar-container {
  background-color: #fff;
}

/* line 4, web/static/css/components/_toolbar.sass */

section.torch.torch-toolbar-container .torch-toolbar {
  font-size: 0;
}

/* line 7, web/static/css/components/_toolbar.sass */

section.torch.torch-toolbar-container .torch-toolbar h2 {
  font-size: 31px;
  font-weight: 700;
  margin: 18px 0 0 0;
  text-transform: capitalize;
}

/* line 13, web/static/css/components/_toolbar.sass */

section.torch.torch-toolbar-container .torch-toolbar .torch-button {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 10px 20px 0;
  text-transform: capitalize;
}

/* line 19, web/static/css/components/_toolbar.sass */

section.torch.torch-toolbar-container .torch-toolbar .torch-button:last-child {
  margin-right: 0;
}

/* line 1, web/static/css/layouts/_filters.sass */

section.torch-filters {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */

section.torch-filters:last-child {
  margin-right: 0;
}

/* line 7, web/static/css/layouts/_header.sass */

section.torch-header .torch-account ul {
  text-align: right;
}

/* line 10, web/static/css/layouts/_header.sass */

section.torch-header .torch-account li,
section.torch-header .torch-account a {
  display: inline-block;
}

/* line 13, web/static/css/layouts/_header.sass */

section.torch-header header.torch-main-header {
  overflow: hidden;
}

/* line 2, web/static/css/layouts/_pagination.sass */

section.torch-pagination ul.pagination {
  text-align: center;
}

/* line 5, web/static/css/layouts/_pagination.sass */

section.torch-pagination ul.pagination li {
  display: inline-block;
}

/* line 8, web/static/css/layouts/_pagination.sass */

section.torch-pagination ul.pagination a {
  display: block;
}

/* line 2, web/static/css/layouts/_toolbar.sass */

section.torch.torch-toolbar-container .torch-toolbar {
  text-align: right;
}

@media screen and (max-width: 767px) {
  /* line 2, web/static/css/layouts/_toolbar.sass */

  section.torch.torch-toolbar-container .torch-toolbar {
    text-align: center;
  }
}

/* line 9, web/static/css/layouts/_toolbar.sass */

section.torch.torch-toolbar-container .torch-toolbar h2 {
  float: left;
}

@media screen and (max-width: 767px) {
  /* line 9, web/static/css/layouts/_toolbar.sass */

  section.torch.torch-toolbar-container .torch-toolbar h2 {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 15, web/static/css/layouts/_toolbar.sass */

  section.torch.torch-toolbar-container .torch-toolbar .torch-button {
    dislay: block;
  }
}

/* line 2, web/static/css/utils/utils.sass */

.i-inline {
  display: inline-block !important;
}

/* line 5, web/static/css/utils/utils.sass */

.py1 {
  padding: 5px 0px;
}

/* line 8, web/static/css/utils/utils.sass */

.red-text {
  color: red;
}

/* line 11, web/static/css/utils/utils.sass */

.pu2 {
  padding-top: 10px;
}

/* line 11, stdin */

body {
  background-color: #f2f4f6;
}

/* line 14, stdin */

.site-title {
  float: left;
  margin: 6px 0;
}

/* line 18, stdin */

section.torch-header {
  letter-spacing: 0.2px;
}

/* line 22, stdin */

section.torch-header header.torch-main-header li {
  padding: 10px 10px 10px 10px;
}

/* line 25, stdin */

section.torch-header header.torch-main-header a {
  font-size: 14px;
}

/* line 29, stdin */

section.report-index button {
  margin-right: 5px;
}

/* line 33, stdin */

section.torch.torch-toolbar-container .torch-toolbar h2 {
  margin: 18px 0;
  font-size: 27px;
  color: #333;
}

/* line 38, stdin */

section.torch.torch-toolbar-container .torch-toolbar form {
  display: inline-block;
  margin-right: 10px;
}

/* line 42, stdin */

section.torch.torch-toolbar-container .torch-toolbar .back-button {
  background-color: #FFF;
  color: #4980F9;
  border: 1px solid #4980F9;
}

/* line 47, stdin */

section.torch.torch-toolbar-container .torch-toolbar .delete-button {
  background-color: #c0392b;
  color: #fff;
  border: 1px #fff solid;
}

/* line 52, stdin */

section.torch.torch-toolbar-container .torch-toolbar .disabled {
  color: #c0392b;
  opacity: 0.5;
  cursor: auto;
  background-color: #fff;
  border: 1px #c0392b solid;
}

/* line 59, stdin */

section.torch {
  overflow: initial;
}

/* line 62, stdin */

section.torch select {
  color: #999;
  margin-bottom: .6em;
  width: 100%;
  background-color: white;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  font-size: 14px;
}

/* line 71, stdin */

section.torch p.flash {
  margin-bottom: 0px;
}

/* line 74, stdin */

section.torch .pill {
  color: white;
  background-color: #fff;
  color: #000;
  border: 0.5px solid #999;
}

/* line 79, stdin */

section.torch .pill,
section.torch a.pill {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  font-weight: 800;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
  padding: .3em .6em;
  font-size: 85%;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin-right: 1em;
}

/* line 93, stdin */

section.torch .pill:hover,
section.torch a.pill:hover {
  background-color: #4980F9;
  color: white;
}

/* line 97, stdin */

section.torch section.torch-table {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */

section.torch section.torch-table:last-child {
  margin-right: 0;
}

/* line 100, stdin */

section.torch table {
  table-layout: auto;
}

/* line 103, stdin */

section.torch-filters.no-margin-right {
  margin-right: 0px;
}

/* line 106, stdin */

section.torch-filters {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */

section.torch-filters:last-child {
  margin-right: 0;
}

/* line 109, stdin */

section.torch-filters .flexed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 114, stdin */

section#login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: url(../images/classroom_a.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 125, stdin */

section#login h3 {
  font-size: 30px;
  margin-bottom: 0px;
  color: #555;
  text-align: center;
}

/* line 131, stdin */

section#login .sign-in-bar {
  max-width: 30px;
  border: 2px solid #47ADE2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* line 139, stdin */

section#login .login-form {
  width: 300px;
  width: 420px;
  padding: 60px;
  padding-top: 40px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 25px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 25px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 25px -5px rgba(0, 0, 0, 0.75);
}

/* line 150, stdin */

section#login .login-form label {
  color: #555;
  font-weight: 900;
}

/* line 154, stdin */

section#login .login-form .login-form-logo-wrapper {
  text-align: center;
}

/* line 157, stdin */

section#login .login-form .login-form-logo-wrapper .login-form-logo {
  margin-bottom: 40px;
  max-height: 60px;
}

/* line 161, stdin */

section#login .login-form .row {
  margin-bottom: 20px;
}

/* line 164, stdin */

section#login .button {
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
  border-radius: 6px;
  background: #47ADE2;
  color: #fff;
  padding: 10px;
  border-width: 0px;
}

/* line 174, stdin */

button.disabled {
  opacity: 0.5;
  cursor: "not-allowed";
}

/* line 179, stdin */

section#settings .info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */

section#settings .info:last-child {
  margin-right: 0;
}

/* line 182, stdin */

section#settings .school {
  margin-right: 0;
}

/* line 185, stdin */

section#settings .list-group {
  width: 100%;
}

/* line 188, stdin */

section#dashboard {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 193, stdin */

section#dashboard h1 {
  margin: 20px 0;
  font-size: 36px;
}

/* line 197, stdin */

section#dashboard .logo {
  display: block;
  margin: 0 auto;
  width: 120px;
}

/* line 202, stdin */

section#dashboard #filters {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

/* line 209, stdin */

section#dashboard #filters input {
  margin: 0 5px;
  width: 120px;
  text-align: center;
}

/* line 214, stdin */

section#dashboard .charts {
  display: block;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */

section#dashboard .charts::after {
  clear: both;
  content: "";
  display: table;
}

/* line 217, stdin */

section#dashboard .chart {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
  margin-bottom: 20px;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */

section#dashboard .chart:last-child {
  margin-right: 0;
}

/* line 221, stdin */

section#dashboard #number-of-alerts {
  margin-right: 0;
}

/* line 224, stdin */

section#dashboard #activity-status {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */

section#dashboard #activity-status:last-child {
  margin-right: 0;
}

/* line 228, stdin */

section#dashboard .alerts div {
  margin: 5px;
}

/* line 231, stdin */

#map {
  height: 300px;
  width: 100%;
  margin: 20px 0;
}

/* line 236, stdin */

section.torch-content {
  padding-top: 0;
  margin-top: 20px;
}

/* line 239, stdin */

section.torch-content .csv-content {
  display: flex;
  margin: 15px 0;
}

/* line 242, stdin */

section.torch-content .csv-content p {
  margin: auto;
}

/* line 244, stdin */

section.torch-content .list-group {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */

section.torch-content .list-group:last-child {
  margin-right: 0;
}

/* line 249, stdin */

section.torch-content .list-group a.list-group-item {
  background-color: #fff;
  border: none;
}

/* line 253, stdin */

section.torch-content .list-group a.list-group-item:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  cursor: pointer;
}

/* line 257, stdin */

section.torch-content .list-group a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
  cursor: pointer;
}

/* line 262, stdin */

section.torch-content .list-group .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Checkbox START */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* Checkbox STOP */
}

/* line 275, stdin */

section.torch-content .list-group .list-group-item > .pill {
  float: right;
  transition: background-color 0.3s ease-in-out;
  display: inline-block;
  padding: .3em .6em;
  font-size: 75%;
  text-align: center;
  border-radius: .25em;
  margin-right: 1em;
}

/* line 286, stdin */

section.torch-content .list-group .list-group-item .container {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 300, stdin */

section.torch-content .list-group .list-group-item .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 308, stdin */

section.torch-content .list-group .list-group-item .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: solid 0.5px #4980F9;
  border-radius: 2px;
  transition: all .5s;
}

/* line 321, stdin */

section.torch-content .list-group .list-group-item .container:hover input ~ .checkmark {
  background-color: #FAFBFE;
}

/* line 326, stdin */

section.torch-content .list-group .list-group-item .container input:checked ~ .checkmark {
  background-color: #4980F9;
}

/* line 331, stdin */

section.torch-content .list-group .list-group-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 338, stdin */

section.torch-content .list-group .list-group-item .container input:checked ~ .checkmark:after {
  display: block;
}

/* line 343, stdin */

section.torch-content .list-group .list-group-item .container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 355, stdin */

section.torch-content .map {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */

section.torch-content .map:last-child {
  margin-right: 0;
}

/* line 358, stdin */

section.torch-content .map #map {
  margin-top: 0;
}

/* line 360, stdin */

section.torch.torch-toolbar-container .subnav-container {
  padding-bottom: 20px;
}

/* line 362, stdin */

section.torch.torch-toolbar-container .subnav-container .torch-button {
  margin: 0px;
}

/* line 365, stdin */

section.torch.torch-toolbar-container .torch-toolbar nav.subnav {
  float: left;
  margin: 15px 0;
}

/* line 368, stdin */

section.torch.torch-toolbar-container .torch-toolbar nav.subnav a {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  color: #999;
}

/* line 375, stdin */

section.torch.torch-toolbar-container .torch-toolbar nav.subnav a.active {
  text-decoration: none;
  font-weight: 600;
  color: #4980F9;
}

/* line 380, stdin */

section.torch-header header.torch-main-header a.active {
  text-shadow: none;
  text-decoration: none;
}

/* line 384, stdin */

section.torch-header header.torch-main-header a:hover {
  text-shadow: none;
}

/* line 387, stdin */

section#upload {
  margin-top: 15px;
  display: flex;
}

/* line 390, stdin */

section#upload .dropzone {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border: 3px dashed #2C3E50;
  background: transparent;
}

/* line 399, stdin */

section#upload .dropzone:nth-child(2n) {
  margin-right: 0;
}

/* line 402, stdin */

section.flex-container {
  display: flex;
  width: 100%;
}

/* line 406, stdin */

section.flex-container.space-between {
  justify-content: space-between;
}

/* line 409, stdin */

section.flex-container .flex-col {
  flex: 1;
}

/* line 412, stdin */

section.flex-container .flex-col.width-30-p {
  max-width: 30%;
}

/* line 415, stdin */

.bus_route_students_filter {
  width: 50%;
  float: right;
  text-align: right;
}

/* line 421, stdin */

.bus_route_students_filter .flexed {
  display: flex;
}

/* line 423, stdin */

.bus_route_students_filter .flexed .datepicker {
  height: 35px;
  border-radius: 4px 0px 0px 4px;
}

/* line 426, stdin */

.bus_route_students_filter .flexed .torch-button {
  height: 35px;
  border-radius: 0px 4px 4px 0px;
}

/* line 430, stdin */

section.container-avatar {
  background-color: transparent;
  font-size: 30px;
  text-align: center;
}

/* line 434, stdin */

section.container-avatar .avatar {
  border-radius: 50%;
  height: 200px;
  min-height: 200px;
  min-width: 200px;
  width: 200px;
}

/* line 440, stdin */

section.container-avatar .profile-name-container {
  text-align: center;
  margin-top: 20px;
}

/* line 443, stdin */

section.container-avatar .profile-name-container span {
  display: block;
}

/* line 445, stdin */

section.container-avatar .profile-name-container .profile-name-span {
  color: #000;
}

/* line 448, stdin */

section.torch p {
  margin: 15px 0;
}

/* Checkbox START */

/* line 452, stdin */

.checkbox-content {
  align-items: flex-end;
  display: flex;
  padding: 3px 0;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

/* line 456, stdin */

.checkbox-content .container {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 470, stdin */

.checkbox-content .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 479, stdin */

.checkbox-content .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: solid 0.5px #4980F9;
  border-radius: 2px;
  transition: all .5s;
}

/* line 492, stdin */

.checkbox-content .container:hover input ~ .checkmark {
  background-color: #FAFBFE;
}

/* line 497, stdin */

.checkbox-content .container input:checked ~ .checkmark {
  background-color: #4980F9;
}

/* line 502, stdin */

.checkbox-content .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 509, stdin */

.checkbox-content .container input:checked ~ .checkmark:after {
  display: block;
}

/* line 514, stdin */

.checkbox-content .container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 525, stdin */

.checkbox-content .checkbox-text {
  display: inline-block;
}

/* Checkbox STOP */

/* line 529, stdin */

button.status-btn {
  border: 0.5px solid #999;
}

/* line 534, stdin */

button.status-btn {
  color: white;
  background-color: #fff;
  color: #000;
  border: 0.5px solid #999;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  font-weight: 800;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
  padding: .3em .6em;
  font-size: 85%;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin-right: 1em;
  cursor: pointer;
}

/* line 552, stdin */

button.status-btn:hover {
  background-color: #4980F9;
  color: white;
}

/* line 555, stdin */

button.status-btn.disable {
  background-color: #4980F9;
  color: white;
}

/* line 558, stdin */

button.status-btn.disable:hover {
  background-color: #fff;
  color: #000;
  border: 0.5px solid #999;
}

/* line 563, stdin */

.schools-index-title {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: baseline;
  margin-bottom: 10px;
}

/* line 571, stdin */

.button-container .torch-button.back-button {
  background-color: #FFF;
  color: #4980F9;
  border: 1px solid #4980F9;
}

/* line 576, stdin */

.button-container .torch-button.delete-button {
  background-color: #c0392b;
  color: #fff;
  border: 1px #fff;
}

/* line 580, stdin */

.button-container .torch-button.delete-button:hover {
  border: 1px solid #c0392b;
  color: #c0392b;
  background-color: #fff;
}

/* line 584, stdin */

.button-container .torch-button.edit-button {
  margin-right: 4px;
}

/* line 587, stdin */

section.torch.torch-content section.table-full {
  width: 100%;
}

/* line 591, stdin */

section.admin-log-show .flex-container {
  margin-top: 15px;
}

/* line 594, stdin */

section.dashboard-content {
  background: #FFF;
  padding: 20px 15px;
}

/* line 598, stdin */

.white-card {
  background: #FFF;
  padding: 20px 15px;
}

/* line 602, stdin */

section.torch tr td.td-section-title {
  padding-top: 10px;
  font-weight: 800;
  color: #4980F9;
}

/* line 607, stdin */

section.torch tr td.td-section-second-title {
  padding-top: 10px;
  font-weight: 800;
  color: #4980F9;
  opacity: 0.5;
  text-transform: uppercase;
}

/* line 614, stdin */

section.torch-table span.card-encode-btn {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 618, stdin */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 629, stdin */

.modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 600px;
}

/* line 635, stdin */

.modal .modal-content .modal-body {
  padding: 2px 16px;
}

/* line 637, stdin */

.modal .modal-content .modal-footer {
  padding: 2px 16px;
  color: white;
  text-align: right;
}

/* line 644, stdin */

.modal-encode-card .modal-content .message {
  text-align: center;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 650, stdin */

.modal-encode-card .modal-content .message.info {
  color: #2980B9;
}

/* line 652, stdin */

.modal-encode-card .modal-content .message.success {
  color: #16a085;
}

/* line 654, stdin */

.modal-encode-card .modal-content .message.error {
  color: #c0392b;
}

/* line 656, stdin */

.modal-encode-card .modal-content .button {
  text-align: center;
}

/* line 658, stdin */

.modal-encode-card .modal-content .button .back-button {
  padding: 10px 26px 11px 26px;
  background-color: #FFF;
  color: #c0392b;
  border: 1px solid #c0392b;
}


/*# sourceMappingURL=app.css.map*/