@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 10, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 26, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 54, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 62, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 91, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 100, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 108, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 113, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 118, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 125, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 131, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 135, ../../stylesheets/sass/vendor/bootstrap/base/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 9, ../../stylesheets/sass/vendor/bootstrap/base/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_scaffolding.scss */
a {
  color: #08c;
  text-decoration: none;
}

/* line 26, ../../stylesheets/sass/vendor/bootstrap/base/_scaffolding.scss */
a:hover {
  color: #005580;
  text-decoration: underline;
}

/* line 36, ../../stylesheets/sass/vendor/bootstrap/base/_scaffolding.scss */
.img-rounded {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 41, ../../stylesheets/sass/vendor/bootstrap/base/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 50, ../../stylesheets/sass/vendor/bootstrap/base/_scaffolding.scss */
.img-circle {
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
}

/* line 332, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row:after {
  clear: both;
}

/* line 336, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span3 {
  width: 220px;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span6 {
  width: 460px;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 343, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.span12, .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.offset3 {
  margin-left: 260px;
}

/* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 359, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid:after {
  clear: both;
}
/* line 362, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.12766%;
  *margin-left: 1.62766%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 30px;
}
/* line 370, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span1 {
  width: 6.38298%;
  *width: 5.88298%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span2 {
  width: 14.89362%;
  *width: 14.39362%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span3 {
  width: 23.40426%;
  *width: 22.90426%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span4 {
  width: 31.91489%;
  *width: 31.41489%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span5 {
  width: 40.42553%;
  *width: 39.92553%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span6 {
  width: 48.93617%;
  *width: 48.43617%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span7 {
  width: 57.44681%;
  *width: 56.94681%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span8 {
  width: 65.95745%;
  *width: 65.45745%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span9 {
  width: 74.46809%;
  *width: 73.96809%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span10 {
  width: 82.97872%;
  *width: 82.47872%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span11 {
  width: 91.48936%;
  *width: 90.98936%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.5%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 10.6383%;
  *margin-left: 2.30496%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 0.1773%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 19.14894%;
  *margin-left: 10.8156%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 8.68794%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 27.65957%;
  *margin-left: 19.32624%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 17.19858%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 36.17021%;
  *margin-left: 27.83688%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 25.70922%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 44.68085%;
  *margin-left: 36.34752%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 34.21986%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 53.19149%;
  *margin-left: 44.85816%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 42.7305%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 61.70213%;
  *margin-left: 53.36879%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 51.24113%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 70.21277%;
  *margin-left: 61.87943%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 59.75177%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 78.7234%;
  *margin-left: 70.39007%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 68.26241%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 87.23404%;
  *margin-left: 78.90071%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 76.77305%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 95.74468%;
  *margin-left: 87.41135%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 85.28369%;
}

/* line 12, ../../stylesheets/sass/vendor/bootstrap/base/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 17, ../../stylesheets/sass/vendor/bootstrap/base/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 7, ../../stylesheets/sass/vendor/bootstrap/base/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, ../../stylesheets/sass/vendor/bootstrap/base/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 12, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 23, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
small {
  font-size: 85%;
}

/* line 26, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
strong {
  font-weight: bold;
}

/* line 29, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
em {
  font-style: italic;
}

/* line 32, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
cite {
  font-style: normal;
}

/* line 37, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
.muted {
  color: #999;
}

/* line 40, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 41, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
a.text-warning:hover {
  color: #a47e3c;
}

/* line 43, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 44, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
a.text-error:hover {
  color: #953b39;
}

/* line 46, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 47, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
a.text-info:hover {
  color: #2d6987;
}

/* line 49, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
.text-success {
  color: #468847;
}

/* line 50, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
a.text-success:hover {
  color: #356635;
}

/* line 56, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
/* line 63, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

/* line 70, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 74, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h1 {
  font-size: 38.5px;
}

/* line 75, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h2 {
  font-size: 31.5px;
}

/* line 76, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h3 {
  font-size: 24.5px;
}

/* line 77, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h4 {
  font-size: 17.5px;
}

/* line 78, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h5 {
  font-size: 14px;
}

/* line 79, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h6 {
  font-size: 11.9px;
}

/* line 81, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h1 small {
  font-size: 24.5px;
}

/* line 82, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h2 small {
  font-size: 17.5px;
}

/* line 83, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h3 small {
  font-size: 14px;
}

/* line 84, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
h4 small {
  font-size: 14px;
}

/* line 90, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

/* line 102, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 106, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 112, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
li {
  line-height: 20px;
}

/* line 115, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 122, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 125, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
dt,
dd {
  line-height: 20px;
}

/* line 129, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
dt {
  font-weight: bold;
}

/* line 132, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
dd {
  margin-left: 10px;
}

/* line 136, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
.dl-horizontal {
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}
/* line 138, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 145, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 154, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

/* line 162, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 168, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 174, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
/* line 178, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
/* line 182, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
/* line 186, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 192, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
/* line 198, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 203, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 206, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 214, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 222, ../../stylesheets/sass/vendor/bootstrap/base/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 8, ../../stylesheets/sass/vendor/bootstrap/base/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 17, ../../stylesheets/sass/vendor/bootstrap/base/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 25, ../../stylesheets/sass/vendor/bootstrap/base/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 41, ../../stylesheets/sass/vendor/bootstrap/base/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}
/* line 46, ../../stylesheets/sass/vendor/bootstrap/base/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

/* line 55, ../../stylesheets/sass/vendor/bootstrap/base/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
form {
  marign: 0 0 20px;
}

/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 33, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
legend small {
  font-size: 15px;
  color: #999;
}

/* line 40, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 47, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 55, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 65, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 95, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 101, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
textarea {
  height: auto;
}

/* line 106, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  -o-transition: border 0.2s linear, box-shadow 0.2s linear;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
/* line 128, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 137, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}

/* line 147, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 158, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

/* line 166, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 173, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 179, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 190, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 200, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 206, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
/* line 86, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
/* line 89, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 226, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 231, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 238, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 245, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 252, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 261, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 262, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-small {
  width: 90px;
}

/* line 263, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 264, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-large {
  width: 210px;
}

/* line 265, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 266, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 269, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 282, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 304, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.controls-row {
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.controls-row:after {
  clear: both;
}

/* line 309, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 315, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 324, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 334, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 146, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
/* line 152, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
/* line 159, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 164, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 170, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 146, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
/* line 152, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
/* line 159, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 164, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 170, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 146, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
/* line 152, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
/* line 159, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 164, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 170, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 146, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
/* line 152, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
/* line 159, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 164, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
/* line 170, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 366, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 371, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 380, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 394, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 399, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 404, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 417, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
/* line 424, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
/* line 431, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
/* line 440, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
/* line 444, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
/* line 458, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-prepend .add-on,
.input-prepend .btn {
  vertical-align: top;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 463, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append .active, .input-append .current,
.input-prepend .active,
.input-prepend .current {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 470, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
/* line 473, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}

/* line 481, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
/* line 485, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
/* line 489, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
/* line 494, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}

/* line 502, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 506, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
/* line 512, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
/* line 516, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
/* line 521, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 529, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 541, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-search .input-append .search-query {
  -moz-border-radius: 14px 0 0 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px 0 0 14px;
}
/* line 542, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-search .input-append .btn {
  -moz-border-radius: 0 14px 14px 0;
  -webkit-border-radius: 0;
  border-radius: 0 14px 14px 0;
}
/* line 545, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-search .input-prepend .search-query {
  -moz-border-radius: 0 14px 14px 0;
  -webkit-border-radius: 0;
  border-radius: 0 14px 14px 0;
}
/* line 546, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-search .input-prepend .btn {
  -moz-border-radius: 14px 0 0 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px 0 0 14px;
}

/* line 559, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 572, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 578, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-search label,
.form-search .btn-group, .form-inline label,
.form-inline .btn-group {
  display: inline-block;
}
/* line 584, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-search .input-append,
.form-search .input-prepend, .form-inline .input-append,
.form-inline .input-prepend {
  margin-bottom: 0;
}
/* line 589, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-search .radio,
.form-search .checkbox, .form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 597, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 606, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 611, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 621, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}
/* line 626, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
/* line 633, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 640, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
/* line 645, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}
/* line 652, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
/* line 657, ../../stylesheets/sass/vendor/bootstrap/base/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 9, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 23, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 31, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table th {
  font-weight: bold;
}
/* line 35, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table thead th {
  vertical-align: bottom;
}
/* line 39, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
/* line 48, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 59, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 69, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 75, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
/* line 80, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/* line 92, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 96, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 101, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 4px;
}
/* line 106, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 113, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 119, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 134, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

/* line 147, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

/* line 159, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table tbody tr.success td {
  background-color: #dff0d8;
}
/* line 162, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table tbody tr.error td {
  background-color: #f2dede;
}
/* line 165, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
/* line 168, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table tbody tr.info td {
  background-color: #d9edf7;
}

/* line 175, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
/* line 178, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
/* line 181, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
/* line 184, ../../stylesheets/sass/vendor/bootstrap/base/_tables.scss */
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

/* line 6, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 15, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
/* line 61, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 67, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
/* line 72, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
/* line 84, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu .dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzdiMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0077b3));
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
  background-repeat: repeat-x;
}
/* line 94, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-menu .active > a, .dropdown-menu .current > a,
.dropdown-menu .active > a:hover,
.dropdown-menu .current > a:hover {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzdiMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0077b3));
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
  background-repeat: repeat-x;
}
/* line 105, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
/* line 111, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
/* line 119, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 128, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.open {
  *z-index: 1000;
}
/* line 133, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 146, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
/* line 152, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 161, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}
/* line 165, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -moz-border-radius: 0 6px 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 6px;
}
/* line 172, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* line 177, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -moz-border-radius: 5px 5px 5px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 0;
}
/* line 186, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
/* line 199, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
/* line 204, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 210, ../../stylesheets/sass/vendor/bootstrap/base/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -moz-border-radius: 6px 0 6px 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 7, ../../stylesheets/sass/vendor/bootstrap/base/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../../stylesheets/sass/vendor/bootstrap/base/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_wells.scss */
.well-large {
  padding: 24px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 26, ../../stylesheets/sass/vendor/bootstrap/base/_wells.scss */
.well-small {
  padding: 9px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 6, ../../stylesheets/sass/vendor/bootstrap/base/_component-animations.scss */
.fade {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 9, ../../stylesheets/sass/vendor/bootstrap/base/_component-animations.scss */
.fade.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* line 19, ../../stylesheets/sass/vendor/bootstrap/base/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 5, ../../stylesheets/sass/vendor/bootstrap/base/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2000);
  opacity: 20;
}
/* line 13, ../../stylesheets/sass/vendor/bootstrap/base/_close.scss */
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4000);
  opacity: 40;
}

/* line 24, ../../stylesheets/sass/vendor/bootstrap/base/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 10, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn:hover, .btn:active, .btn.active, .btn.current, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn:active, .btn.active, .btn.current {
  background-color: #cccccc;
}
/* line 61, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn:first-child {
  *margin-left: 0;
}
/* line 29, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* line 40, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 45, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn.active, .btn.current, .btn:active {
  background-color: #e6e6e6;
  background-image: none;
  outline: 0;
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 54, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6500);
  opacity: 65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 68, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 73, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}

/* line 79, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 84, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 90, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 99, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 108, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 116, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 125, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-primary.active, .btn-primary.current,
.btn-warning.active,
.btn-warning.current,
.btn-danger.active,
.btn-danger.current,
.btn-success.active,
.btn-success.current,
.btn-info.active,
.btn-info.current,
.btn-inverse.active,
.btn-inverse.current {
  color: rgba(255, 255, 255, 0.75);
}

/* line 136, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

/* line 141, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDRjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0044cc));
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.current, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-primary:active, .btn-primary.active, .btn-primary.current {
  background-color: #003399;
}

/* line 145, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYjQ1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4OTQwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #f89406));
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.current, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-warning:active, .btn-warning.active, .btn-warning.current {
  background-color: #c67605;
}

/* line 149, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNWY1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JkMzYyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee5f5b), color-stop(100%, #bd362f));
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.current, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-danger:active, .btn-danger.active, .btn-danger.current {
  background-color: #942a25;
}

/* line 153, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyYzQ2MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUxYTM1MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.current, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-success:active, .btn-success.active, .btn-success.current {
  background-color: #408140;
}

/* line 157, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmOTZiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #2f96b4));
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.current, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-info:active, .btn-info.active, .btn-info.current {
  background-color: #24748c;
}

/* line 161, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #222222));
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  background-repeat: repeat-x;
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.current, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-inverse:active, .btn-inverse.active, .btn-inverse.current {
  background-color: #090909;
}

/* line 169, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 173, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 182, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 186, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 190, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 200, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 207, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 212, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
/* line 217, ../../stylesheets/sass/vendor/bootstrap/base/_buttons.scss */
.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}

/* line 5, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
/* line 61, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}
/* line 15, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}
/* line 20, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 25, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}
/* line 29, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
/* line 35, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 11px;
}
/* line 38, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 12px;
}
/* line 41, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 16px;
}
/* line 46, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 53, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 58, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* line 62, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 68, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group > .btn.current {
  z-index: 2;
}
/* line 79, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
/* line 86, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
/* line 92, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
/* line 96, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 107, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 113, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
/* line 116, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
/* line 119, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
/* line 122, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
/* line 125, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
/* line 128, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
/* line 131, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
/* line 137, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 144, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 148, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}

/* line 156, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 161, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

/* line 166, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 172, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 185, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 196, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 200, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 206, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 210, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group-vertical .btn:first-child {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}

/* line 213, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group-vertical .btn:last-child {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
}

/* line 216, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group-vertical .btn-large:first-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}

/* line 219, ../../stylesheets/sass/vendor/bootstrap/base/_button-groups.scss */
.btn-group-vertical .btn-large:last-child {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
}

/* line 8, ../../stylesheets/sass/vendor/bootstrap/base/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
/* line 16, ../../stylesheets/sass/vendor/bootstrap/base/_alerts.scss */
.alert h4 {
  margin: 0;
}
/* line 20, ../../stylesheets/sass/vendor/bootstrap/base/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 31, ../../stylesheets/sass/vendor/bootstrap/base/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 36, ../../stylesheets/sass/vendor/bootstrap/base/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 43, ../../stylesheets/sass/vendor/bootstrap/base/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 53, ../../stylesheets/sass/vendor/bootstrap/base/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
/* line 56, ../../stylesheets/sass/vendor/bootstrap/base/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
/* line 60, ../../stylesheets/sass/vendor/bootstrap/base/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 9, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

/* line 16, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 19, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 25, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 30, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 41, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 50, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 55, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 61, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 64, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-list > .active > a, .nav-list > .current > a,
.nav-list > .active > a:hover,
.nav-list > .current > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

/* line 70, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 75, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 85, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 89, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 93, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 105, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 109, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 113, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
/* line 119, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 124, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs > .active > a, .nav-tabs > .current > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .current > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 138, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 147, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-pills > .active > a, .nav-pills > .current > a,
.nav-pills > .active > a:hover,
.nav-pills > .current > a:hover {
  color: #fff;
  background-color: #08c;
}

/* line 159, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 162, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 167, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 170, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 174, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 177, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 180, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

/* line 186, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 189, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 198, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs .dropdown-menu {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
}

/* line 201, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-pills .dropdown-menu {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 208, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

/* line 213, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
/* line 218, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 224, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav .active .dropdown-toggle .caret, .nav .current .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 228, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret, .nav-tabs .current .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 235, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav > .dropdown.active > a:hover, .nav > .dropdown.current > a:hover {
  cursor: pointer;
}

/* line 241, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.current > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* line 248, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open.current .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
  opacity: 100;
}

/* line 257, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-stacked .open > a:hover {
  border-color: #999;
}

/* line 271, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabbable {
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 274, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tab-content {
  overflow: auto;
  overflow: visible;
}

/* line 283, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 290, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 294, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tab-content > .active, .tab-content > .current,
.pill-content > .active,
.pill-content > .current {
  display: block;
}

/* line 303, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 306, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 310, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
}
/* line 312, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 317, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .current > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .current > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 326, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 330, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 338, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 343, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}

/* line 347, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}

/* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .current > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .current > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 357, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 362, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}

/* line 366, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}

/* line 369, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .current > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .current > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 381, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav > .disabled > a {
  color: #999;
}

/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_navs.scss */
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 10, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #777;
  *position: relative;
  *z-index: 2;
}

/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 37, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 42, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 50, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 60, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .brand:hover {
  text-decoration: none;
}

/* line 67, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

/* line 74, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-link {
  color: #777;
}
/* line 76, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-link:hover {
  color: #333;
}

/* line 83, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

/* line 92, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 96, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}

/* line 104, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.navbar-form:after {
  clear: both;
}
/* line 107, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
/* line 113, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
/* line 119, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
/* line 124, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
/* line 128, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 136, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 141, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* line 154, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
/* line 157, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-static-top .navbar-inner {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 168, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 176, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 180, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 183, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 199, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 204, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 210, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}
/* line 212, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 222, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 229, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 233, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 238, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 246, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 251, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

/* line 259, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav > .active > a, .navbar .nav > .current > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .current > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .current > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 270, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e6e6e6));
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.current, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.current {
  background-color: #cccccc;
}

/* line 279, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 287, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
/* line 309, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 322, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
/* line 329, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 338, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.current > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.current > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

/* line 344, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

/* line 348, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.current > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.current > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 356, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
/* line 360, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
/* line 364, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
/* line 368, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -moz-border-radius: 6px 0 6px 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 381, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse {
  color: #999;
}
/* line 384, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(100%, #111111));
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  background-repeat: repeat-x;
  border-color: #252525;
}
/* line 389, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 393, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
}
/* line 398, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
/* line 404, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .nav .active > a, .navbar-inverse .nav .current > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .current > a:hover,
.navbar-inverse .nav .active > a:focus,
.navbar-inverse .nav .current > a:focus {
  color: #fff;
  background-color: #111111;
}
/* line 412, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999;
}
/* line 414, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 420, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
/* line 426, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.current > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.current > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
/* line 432, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
/* line 436, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.current > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.current > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 445, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 83, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
/* line 86, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
/* line 89, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
/* line 454, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
/* line 468, ../../stylesheets/sass/vendor/bootstrap/base/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1MTUxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0MDQwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #151515), color-stop(100%, #040404));
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  background-repeat: repeat-x;
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.current, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.current {
  background-color: black;
}

/* line 5, ../../stylesheets/sass/vendor/bootstrap/base/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 11, ../../stylesheets/sass/vendor/bootstrap/base/_breadcrumbs.scss */
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
/* line 16, ../../stylesheets/sass/vendor/bootstrap/base/_breadcrumbs.scss */
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
/* line 20, ../../stylesheets/sass/vendor/bootstrap/base/_breadcrumbs.scss */
.breadcrumb .active, .breadcrumb .current {
  color: #999;
}

/* line 6, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination {
  margin: 20px 0;
}

/* line 10, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 21, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 24, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 34, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .current > a,
.pagination ul > .active > span,
.pagination ul > .current > span {
  background-color: #f5f5f5;
}

/* line 39, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination ul > .active > a, .pagination ul > .current > a,
.pagination ul > .active > span,
.pagination ul > .current > span {
  color: #999;
  cursor: default;
}

/* line 44, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 51, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 56, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 65, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 68, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 78, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
/* line 83, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* line 87, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 96, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 100, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 108, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 116, ../../stylesheets/sass/vendor/bootstrap/base/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}

/* line 6, ../../stylesheets/sass/vendor/bootstrap/base/_pager.scss */
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../stylesheets/sass/vendor/bootstrap/base/_pager.scss */
.pager li {
  display: inline;
}

/* line 15, ../../stylesheets/sass/vendor/bootstrap/base/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* line 23, ../../stylesheets/sass/vendor/bootstrap/base/_pager.scss */
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 27, ../../stylesheets/sass/vendor/bootstrap/base/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 31, ../../stylesheets/sass/vendor/bootstrap/base/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 35, ../../stylesheets/sass/vendor/bootstrap/base/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/* line 6, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 15, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
}

/* line 24, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  outline: none;
}
/* line 41, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal.fade {
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
/* line 44, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal.fade.in {
  top: 50%;
}

/* line 47, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
/* line 51, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}
/* line 53, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 60, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 66, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 71, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 82, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 87, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 91, ../../stylesheets/sass/vendor/bootstrap/base/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 7, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 15, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8000);
  opacity: 80;
}
/* line 16, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
}
/* line 17, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
}
/* line 18, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
}
/* line 19, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
}

/* line 23, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 34, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 42, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 49, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 56, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 63, ../../stylesheets/sass/vendor/bootstrap/base/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #fff;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 23, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 24, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 25, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 29, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}

/* line 40, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}
/* line 42, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover-content p, .popover-content ul, .popover-content ol {
  margin-bottom: 0;
}

/* line 48, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 57, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover .arrow:after {
  content: "";
  z-index: -1;
}

/* line 63, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #fff;
}
/* line 69, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
/* line 76, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #fff;
}
/* line 82, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
/* line 89, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #fff;
}
/* line 95, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
/* line 102, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #fff;
}
/* line 108, ../../stylesheets/sass/vendor/bootstrap/base/_popovers.scss */
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}

/* line 9, ../../stylesheets/sass/vendor/bootstrap/base/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, ../../stylesheets/sass/vendor/bootstrap/base/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 20, ../../stylesheets/sass/vendor/bootstrap/base/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 27, ../../stylesheets/sass/vendor/bootstrap/base/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 37, ../../stylesheets/sass/vendor/bootstrap/base/_thumbnails.scss */
a.thumbnail:hover {
  border-color: #08c;
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 43, ../../stylesheets/sass/vendor/bootstrap/base/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 49, ../../stylesheets/sass/vendor/bootstrap/base/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

/* line 10, ../../stylesheets/sass/vendor/bootstrap/base/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 18, ../../stylesheets/sass/vendor/bootstrap/base/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, ../../stylesheets/sass/vendor/bootstrap/base/_media.scss */
.media-object {
  display: block;
}

/* line 32, ../../stylesheets/sass/vendor/bootstrap/base/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../../stylesheets/sass/vendor/bootstrap/base/_media.scss */
.media .pull-left {
  margin-right: 10px;
}

/* line 43, ../../stylesheets/sass/vendor/bootstrap/base/_media.scss */
.media .pull-right {
  margin-left: 10px;
}

/* line 52, ../../stylesheets/sass/vendor/bootstrap/base/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 7, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

/* line 21, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 24, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

/* line 32, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
a.label:hover, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 47, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.label-important,
.badge.label-important {
  background-color: #b94a48;
}
/* line 48, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.label-important[href],
.badge.label-important[href] {
  background-color: #953b39;
}
/* line 50, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.label-warning,
.badge.label-warning {
  background-color: #f89406;
}
/* line 51, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.label-warning[href],
.badge.label-warning[href] {
  background-color: #c67605;
}
/* line 53, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.label-success,
.badge.label-success {
  background-color: #468847;
}
/* line 54, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.label-success[href],
.badge.label-success[href] {
  background-color: #356635;
}
/* line 56, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.label-info,
.badge.label-info {
  background-color: #3a87ad;
}
/* line 57, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.label-info[href],
.badge.label-info[href] {
  background-color: #2d6987;
}
/* line 59, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.label-inverse,
.badge.label-inverse {
  background-color: #333;
}
/* line 60, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.label-inverse[href],
.badge.label-inverse[href] {
  background-color: #1a1a1a;
}
/* line 47, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.badge-important,
.badge.badge-important {
  background-color: #b94a48;
}
/* line 48, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.badge-important[href],
.badge.badge-important[href] {
  background-color: #953b39;
}
/* line 50, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.badge-warning,
.badge.badge-warning {
  background-color: #f89406;
}
/* line 51, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.badge-warning[href],
.badge.badge-warning[href] {
  background-color: #c67605;
}
/* line 53, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.badge-success,
.badge.badge-success {
  background-color: #468847;
}
/* line 54, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.badge-success[href],
.badge.badge-success[href] {
  background-color: #356635;
}
/* line 56, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.badge-info,
.badge.badge-info {
  background-color: #3a87ad;
}
/* line 57, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.badge-info[href],
.badge.badge-info[href] {
  background-color: #2d6987;
}
/* line 59, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.badge-inverse,
.badge.badge-inverse {
  background-color: #333;
}
/* line 60, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.label.badge-inverse[href],
.badge.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 66, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 73, ../../stylesheets/sass/vendor/bootstrap/base/_labels-badges.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 45, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 55, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0OWJkZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0ODBiZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #149bdf), color-stop(100%, #0480be));
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  background-repeat: repeat-x;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 68, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress .bar + .bar {
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 73, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 79, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress.active .bar, .progress.current .bar {
  -moz-animation: progress-bar-stripes 2s linear infinite 1s;
  -webkit-animation: progress-bar-stripes 2s linear infinite 1s;
  animation: progress-bar-stripes 2s linear infinite 1s;
}

/* line 87, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNWY1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M0M2MzNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
  background-repeat: repeat-x;
}

/* line 90, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

/* line 95, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyYzQ2MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3YTk1NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
  background-repeat: repeat-x;
}

/* line 98, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

/* line 103, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzOWJiOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
  background-repeat: repeat-x;
}

/* line 106, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

/* line 111, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYjQ1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4OTQwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #f89406));
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  background-repeat: repeat-x;
}

/* line 114, ../../stylesheets/sass/vendor/bootstrap/base/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

/* line 6, ../../stylesheets/sass/vendor/bootstrap/base/_accordion.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 11, ../../stylesheets/sass/vendor/bootstrap/base/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, ../../stylesheets/sass/vendor/bootstrap/base/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}
/* line 19, ../../stylesheets/sass/vendor/bootstrap/base/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 27, ../../stylesheets/sass/vendor/bootstrap/base/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 31, ../../stylesheets/sass/vendor/bootstrap/base/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
}

/* line 5, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
/* line 9, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .item {
  display: none;
  position: relative;
  -moz-transition: ease-in-out 0.6s left;
  -o-transition: ease-in-out 0.6s left;
  -webkit-transition: ease-in-out 0.6s left;
  transition: ease-in-out 0.6s left;
}
/* line 19, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .item > img {
  display: block;
  line-height: 1;
}
/* line 25, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .active, .carousel .current,
.carousel .next,
.carousel .prev {
  display: block;
}
/* line 29, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .active, .carousel .current {
  left: 0;
}
/* line 31, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .active.left, .carousel .left.current {
  left: -100%;
}
/* line 32, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .active.right, .carousel .right.current {
  left: 100%;
}
/* line 35, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 42, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .next {
  left: 100%;
}
/* line 43, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .prev {
  left: -100%;
}
/* line 45, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
/* line 48, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .active.left, .carousel .left.current {
  left: -100%;
}
/* line 49, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel .active.right, .carousel .right.current {
  left: 100%;
}

/* line 56, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5000);
  opacity: 50;
}
/* line 81, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}
/* line 87, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=9000);
  opacity: 90;
}

/* line 97, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
/* line 105, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel-caption h4, .carousel-caption p {
  color: #fff;
  line-height: 20px;
}
/* line 109, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}
/* line 112, ../../stylesheets/sass/vendor/bootstrap/base/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 5, ../../stylesheets/sass/vendor/bootstrap/base/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_hero-unit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
/* line 21, ../../stylesheets/sass/vendor/bootstrap/base/_hero-unit.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 7, ../../stylesheets/sass/vendor/bootstrap/base/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, ../../stylesheets/sass/vendor/bootstrap/base/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, ../../stylesheets/sass/vendor/bootstrap/base/_utilities.scss */
.hide {
  display: none;
}

/* line 18, ../../stylesheets/sass/vendor/bootstrap/base/_utilities.scss */
.show {
  display: block;
}

/* line 23, ../../stylesheets/sass/vendor/bootstrap/base/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, ../../stylesheets/sass/vendor/bootstrap/base/_utilities.scss */
.affix {
  position: fixed;
}

/*!
 * Bootstrap Responsive v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 8, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 16, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 17, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 20, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 21, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 26, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 27, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 29, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 31, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 37, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 38, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 40, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 42, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 332, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row:after {
    clear: both;
  }

  /* line 336, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span1 {
    width: 70px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span2 {
    width: 170px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span3 {
    width: 270px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span4 {
    width: 370px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span5 {
    width: 470px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span6 {
    width: 570px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span7 {
    width: 670px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span8 {
    width: 770px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span9 {
    width: 870px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span10 {
    width: 970px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span11 {
    width: 1070px;
  }

  /* line 343, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span12, .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset1 {
    margin-left: 130px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset2 {
    margin-left: 230px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset3 {
    margin-left: 330px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset4 {
    margin-left: 430px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset5 {
    margin-left: 530px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset6 {
    margin-left: 630px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset7 {
    margin-left: 730px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset8 {
    margin-left: 830px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset9 {
    margin-left: 930px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset10 {
    margin-left: 1030px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset11 {
    margin-left: 1130px;
  }

  /* line 359, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 362, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.5641%;
    *margin-left: 2.0641%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 30px;
  }
  /* line 370, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span1 {
    width: 5.98291%;
    *width: 5.48291%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span2 {
    width: 14.52991%;
    *width: 14.02991%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span3 {
    width: 23.07692%;
    *width: 22.57692%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span4 {
    width: 31.62393%;
    *width: 31.12393%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span5 {
    width: 40.17094%;
    *width: 39.67094%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span6 {
    width: 48.71795%;
    *width: 48.21795%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span7 {
    width: 57.26496%;
    *width: 56.76496%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span8 {
    width: 65.81197%;
    *width: 65.31197%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span9 {
    width: 74.35897%;
    *width: 73.85897%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span10 {
    width: 82.90598%;
    *width: 82.40598%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span11 {
    width: 91.45299%;
    *width: 90.95299%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.5%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.11111%;
    *margin-left: 2.25397%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.54701%;
    *margin-left: -0.31013%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.65812%;
    *margin-left: 10.80098%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.09402%;
    *margin-left: 8.23687%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.20513%;
    *margin-left: 19.34799%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.64103%;
    *margin-left: 16.78388%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.75214%;
    *margin-left: 27.89499%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.18803%;
    *margin-left: 25.33089%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.29915%;
    *margin-left: 36.442%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.73504%;
    *margin-left: 33.8779%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.84615%;
    *margin-left: 44.98901%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.28205%;
    *margin-left: 42.42491%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.39316%;
    *margin-left: 53.53602%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.82906%;
    *margin-left: 50.97192%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.94017%;
    *margin-left: 62.08303%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.37607%;
    *margin-left: 59.51893%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.48718%;
    *margin-left: 70.63004%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.92308%;
    *margin-left: 68.06593%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.03419%;
    *margin-left: 79.17705%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.47009%;
    *margin-left: 76.61294%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.5812%;
    *margin-left: 87.72405%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.01709%;
    *margin-left: 85.15995%;
  }

  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span1 {
    float: none;
    width: 54px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span2 {
    float: none;
    width: 154px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span3 {
    float: none;
    width: 254px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span4 {
    float: none;
    width: 354px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span5 {
    float: none;
    width: 454px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span6 {
    float: none;
    width: 554px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span7 {
    float: none;
    width: 654px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span8 {
    float: none;
    width: 754px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span9 {
    float: none;
    width: 854px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span10 {
    float: none;
    width: 954px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span11 {
    float: none;
    width: 1054px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span12 {
    float: none;
    width: 1154px;
    margin-left: 0;
  }

  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
  }

  /* line 399, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

  /* line 21, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -30px;
  }

  /* line 24, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 30px;
  }

  /* line 27, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-1200px-min.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 332, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row:after {
    clear: both;
  }

  /* line 336, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span1 {
    width: 42px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span2 {
    width: 104px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span3 {
    width: 166px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span4 {
    width: 228px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span5 {
    width: 290px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span6 {
    width: 352px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span7 {
    width: 414px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span8 {
    width: 476px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span9 {
    width: 538px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span10 {
    width: 600px;
  }

  /* line 350, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span11 {
    width: 662px;
  }

  /* line 343, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .span12, .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset1 {
    margin-left: 82px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset2 {
    margin-left: 144px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset3 {
    margin-left: 206px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset4 {
    margin-left: 268px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset5 {
    margin-left: 330px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset6 {
    margin-left: 392px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset7 {
    margin-left: 454px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset8 {
    margin-left: 516px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset9 {
    margin-left: 578px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset10 {
    margin-left: 640px;
  }

  /* line 355, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .offset11 {
    margin-left: 702px;
  }

  /* line 359, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 362, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.76243%;
    *margin-left: 2.26243%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 30px;
  }
  /* line 370, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span1 {
    width: 5.8011%;
    *width: 5.3011%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span2 {
    width: 14.36464%;
    *width: 13.86464%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span3 {
    width: 22.92818%;
    *width: 22.42818%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span4 {
    width: 31.49171%;
    *width: 30.99171%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span5 {
    width: 40.05525%;
    *width: 39.55525%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span6 {
    width: 48.61878%;
    *width: 48.11878%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span7 {
    width: 57.18232%;
    *width: 56.68232%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span8 {
    width: 65.74586%;
    *width: 65.24586%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span9 {
    width: 74.30939%;
    *width: 73.80939%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span10 {
    width: 82.87293%;
    *width: 82.37293%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span11 {
    width: 91.43646%;
    *width: 90.93646%;
  }
  /* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.5%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.32597%;
    *margin-left: 2.20692%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.56354%;
    *margin-left: -0.55551%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895%;
    *margin-left: 10.77046%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.12707%;
    *margin-left: 8.00802%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.45304%;
    *margin-left: 19.33399%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.69061%;
    *margin-left: 16.57156%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 37.01657%;
    *margin-left: 27.89753%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.25414%;
    *margin-left: 25.1351%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.58011%;
    *margin-left: 36.46106%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.81768%;
    *margin-left: 33.69863%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 54.14365%;
    *margin-left: 45.0246%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.38122%;
    *margin-left: 42.26217%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.70718%;
    *margin-left: 53.58813%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.94475%;
    *margin-left: 50.8257%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 71.27072%;
    *margin-left: 62.15167%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.50829%;
    *margin-left: 59.38924%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.83425%;
    *margin-left: 70.71521%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.07182%;
    *margin-left: 67.95278%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.39779%;
    *margin-left: 79.27874%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.63536%;
    *margin-left: 76.51631%;
  }
  /* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.96133%;
    *margin-left: 87.84228%;
  }
  /* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1989%;
    *margin-left: 85.07985%;
  }

  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span1 {
    float: none;
    width: 26px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span2 {
    float: none;
    width: 88px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span3 {
    float: none;
    width: 150px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span4 {
    float: none;
    width: 212px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span5 {
    float: none;
    width: 274px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span6 {
    float: none;
    width: 336px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span7 {
    float: none;
    width: 398px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span8 {
    float: none;
    width: 460px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span9 {
    float: none;
    width: 522px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span10 {
    float: none;
    width: 584px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span11 {
    float: none;
    width: 646px;
    margin-left: 0;
  }
  /* line 405, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  table .span12 {
    float: none;
    width: 708px;
    margin-left: 0;
  }

  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  /* line 396, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }

  /* line 399, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  /* line 9, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 14, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 21, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }

  /* line 29, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 35, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }

  /* line 43, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .container {
    width: auto;
  }

  /* line 47, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }

  /* line 51, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .row,
  .thumbnails {
    margin-left: 0;
  }

  /* line 55, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  /* line 60, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 69, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 74, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  /* line 81, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 91, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  /* line 98, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  /* line 103, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 110, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 112, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 126, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  /* line 131, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }

  /* line 137, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  /* line 144, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 151, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 155, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 159, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 167, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  /* line 174, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 180, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  /* line 185, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  /* line 191, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  /* line 13, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }

  /* line 17, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  /* line 21, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }

  /* line 24, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }

  /* line 27, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  /* line 31, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }

  /* line 36, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  /* line 45, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }

  /* line 49, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }

  /* line 53, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }

  /* line 56, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  /* line 59, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  /* line 62, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }

  /* line 67, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  /* line 75, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  /* line 80, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  /* line 83, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }

  /* line 87, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }

  /* line 91, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }

  /* line 96, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  /* line 101, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 115, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  /* line 119, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }

  /* line 123, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  /* line 127, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  /* line 133, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 142, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }

  /* line 148, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  /* line 153, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  /* line 159, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }

  /* line 165, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  /* line 176, ../../stylesheets/sass/vendor/bootstrap/responsive/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=3.1.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=3.1.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff?v=3.1.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=3.1.0") format("truetype"), url("/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
/* line 36, ../../stylesheets/sass/vendor/_fontawesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 45, ../../stylesheets/sass/vendor/_fontawesome.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 52, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
/* line 57, ../../stylesheets/sass/vendor/_fontawesome.scss */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}

/* increased font size for icon-large */
/* line 64, ../../stylesheets/sass/vendor/_fontawesome.scss */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}

/* line 70, ../../stylesheets/sass/vendor/_fontawesome.scss */
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}

/* line 74, ../../stylesheets/sass/vendor/_fontawesome.scss */
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}

/* line 79, ../../stylesheets/sass/vendor/_fontawesome.scss */
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}

/* line 84, ../../stylesheets/sass/vendor/_fontawesome.scss */
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

/* line 88, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 91, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-light {
  color: #ffffff;
}

/* line 94, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-dark {
  color: #333333;
}

/* line 97, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 104, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-2x {
  font-size: 2em;
}

/* line 107, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 113, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-3x {
  font-size: 3em;
}

/* line 116, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 122, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-4x {
  font-size: 4em;
}

/* line 125, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 131, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-5x {
  font-size: 5em;
}

/* line 134, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 140, ../../stylesheets/sass/vendor/_fontawesome.scss */
.pull-right {
  float: right;
}

/* line 143, ../../stylesheets/sass/vendor/_fontawesome.scss */
.pull-left {
  float: left;
}

/* line 146, ../../stylesheets/sass/vendor/_fontawesome.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

/* line 150, ../../stylesheets/sass/vendor/_fontawesome.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 157, ../../stylesheets/sass/vendor/_fontawesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 170, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .current > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-pills > .current > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .current > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.nav-list > .current > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .current > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .current > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .current > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-menu > .current > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
/* line 186, ../../stylesheets/sass/vendor/_fontawesome.scss */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 192, ../../stylesheets/sass/vendor/_fontawesome.scss */
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 198, ../../stylesheets/sass/vendor/_fontawesome.scss */
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 208, ../../stylesheets/sass/vendor/_fontawesome.scss */
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

/* line 214, ../../stylesheets/sass/vendor/_fontawesome.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 218, ../../stylesheets/sass/vendor/_fontawesome.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 224, ../../stylesheets/sass/vendor/_fontawesome.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* line 228, ../../stylesheets/sass/vendor/_fontawesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

/* line 234, ../../stylesheets/sass/vendor/_fontawesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

/* line 238, ../../stylesheets/sass/vendor/_fontawesome.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 245, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

/* line 253, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

/* line 264, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 269, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
/* line 317, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 325, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 333, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 341, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 348, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 357, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 360, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-music:before {
  content: "\f001";
}

/* line 363, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-search:before {
  content: "\f002";
}

/* line 366, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-envelope:before {
  content: "\f003";
}

/* line 369, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 372, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-star:before {
  content: "\f005";
}

/* line 375, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 378, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-user:before {
  content: "\f007";
}

/* line 381, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-film:before {
  content: "\f008";
}

/* line 384, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 387, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 390, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 393, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 396, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 399, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 402, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 405, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-off:before {
  content: "\f011";
}

/* line 408, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 411, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-cog:before {
  content: "\f013";
}

/* line 414, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 417, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-home:before {
  content: "\f015";
}

/* line 420, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-file:before {
  content: "\f016";
}

/* line 423, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-time:before {
  content: "\f017";
}

/* line 426, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-road:before {
  content: "\f018";
}

/* line 429, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 432, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 435, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 438, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 441, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 444, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}

/* F020 doesn't work in Safari. all shifted one down */
/* line 449, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 452, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 455, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 458, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 461, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 464, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 467, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 470, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 473, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 476, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 479, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 482, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 485, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 488, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 491, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 494, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 497, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-font:before {
  content: "\f031";
}

/* line 500, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 503, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 506, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 509, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 512, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 515, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 518, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 521, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 524, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 527, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 530, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 533, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 536, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 539, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 542, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 545, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 548, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 551, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 554, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-share:before {
  content: "\f045";
}

/* line 557, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-check:before {
  content: "\f046";
}

/* line 560, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-move:before {
  content: "\f047";
}

/* line 563, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 566, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 569, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 572, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 575, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 578, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 581, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 584, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 587, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 590, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 593, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 596, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 599, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 602, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 605, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 608, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 611, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 614, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 617, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 620, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 623, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 626, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 629, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 632, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 635, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 638, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 641, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}

/* line 645, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 648, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 651, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 654, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 657, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 660, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 663, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 666, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 669, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 672, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 675, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 678, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 681, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 684, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 687, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-random:before {
  content: "\f074";
}

/* line 690, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 693, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 696, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 699, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 702, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 705, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 708, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 711, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 714, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 717, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 720, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 723, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 726, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 729, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 732, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-key:before {
  content: "\f084";
}

/* line 735, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-cogs:before {
  content: "\f085";
}

/* line 738, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 741, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-thumbs-up:before {
  content: "\f087";
}

/* line 744, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-thumbs-down:before {
  content: "\f088";
}

/* line 747, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 750, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 753, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 756, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 759, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 762, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 765, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 768, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 771, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 774, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 777, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 780, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 783, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-check-empty:before {
  content: "\f096";
}

/* line 786, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 789, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 792, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 795, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 798, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 801, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 804, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 807, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 810, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 813, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 816, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 819, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 822, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 825, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 828, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 831, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 834, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 837, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 840, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 843, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 846, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 849, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 852, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 855, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 858, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 861, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 864, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 867, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 870, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 873, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 876, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 879, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 882, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 885, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 888, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 891, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 894, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 897, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 900, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 903, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 906, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 909, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 912, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 915, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 918, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 921, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 924, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 927, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 930, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 933, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 936, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 939, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 942, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 945, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 948, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 951, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 954, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-envelope-alt:before {
  content: "\f0e0";
}

/* line 957, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 960, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}

/* line 964, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 967, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 970, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 973, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 976, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 979, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 982, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 985, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 988, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 991, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 994, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 997, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 1000, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 1003, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 1006, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 1009, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 1012, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 1015, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 1018, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-file-alt:before {
  content: "\f0f6";
}

/* line 1021, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 1024, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 1027, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 1030, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 1033, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 1036, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 1039, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 1042, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 1045, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 1048, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 1051, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 1054, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 1057, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 1060, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 1063, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 1066, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 1069, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 1072, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 1075, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 1078, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 1081, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 1084, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 1087, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 1090, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 1093, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 1096, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}

/* line 1100, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 1103, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 1106, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 1109, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 1112, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 1115, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 1118, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 1121, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 1124, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 1127, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 1130, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 1133, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 1136, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-code:before {
  content: "\f121";
}

/* line 1139, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 1142, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 1145, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 1149, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 1152, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 1155, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 1158, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 1161, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-question:before {
  content: "\f128";
}

/* line 1164, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-info:before {
  content: "\f129";
}

/* line 1167, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 1170, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 1173, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 1176, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 1179, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 1182, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 1185, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 1188, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 1191, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 1194, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 1197, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 1200, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 1203, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 1206, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 1209, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 1212, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 1215, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 1218, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 1221, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 1224, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 1227, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 1230, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 1233, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 1236, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 1239, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 1242, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 1245, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 1248, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 1251, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 1254, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 1257, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 1260, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 1263, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 1266, ../../stylesheets/sass/vendor/_fontawesome.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 11, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
  	border-top: 1px solid #ddd !important;
  }*/
}
/* line 15, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker.datepicker-rtl {
  direction: rtl;
}
/* line 17, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
/* line 21, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker > div {
  display: none;
}
/* line 24, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker.days div.datepicker-days {
  display: block;
}
/* line 27, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker.months div.datepicker-months {
  display: block;
}
/* line 30, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker.years div.datepicker-years {
  display: block;
}
/* line 33, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker table {
  margin: 0;
}
/* line 36, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
/* line 48, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
/* line 53, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}
/* line 57, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999;
}
/* line 61, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
/* line 67, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fde19a;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZDQ5YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZjU5YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdd49a), color-stop(100%, #fdf59a));
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDD49A', endColorstr='#FFFDF59A', GradientType=0);
  background-repeat: repeat-x;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #fdf59a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #000 !important;
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.datepicker table tr td.today:hover, .datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today.current, .datepicker table tr td.today.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.current:hover, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.current, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled.current:hover, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover[disabled] {
  color: #fff;
  background-color: #fdf59a;
  *background-color: #fcf282;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today.current, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.current:hover, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.current, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled.current:hover {
  background-color: #fbf069;
}
/* line 75, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker table tr td.active, .datepicker table tr td.current, .datepicker table tr td.active:hover, .datepicker table tr td.current:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.disabled.current, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.disabled.current:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDRjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0044cc));
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.datepicker table tr td.active:hover, .datepicker table tr td.current:hover, .datepicker table tr td.active:active, .datepicker table tr td.current:active, .datepicker table tr td.active.active, .datepicker table tr td.current, .datepicker table tr td.active.disabled, .datepicker table tr td.disabled.current, .datepicker table tr td.active[disabled], .datepicker table tr td[disabled].current, .datepicker table tr td.active:hover:hover, .datepicker table tr td.current:hover:hover, .datepicker table tr td.active:hover:active, .datepicker table tr td.current:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.current:hover, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.current:hover.disabled, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.current:hover[disabled], .datepicker table tr td.active.disabled:hover, .datepicker table tr td.disabled.current:hover, .datepicker table tr td.active.disabled:active, .datepicker table tr td.disabled.current:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.disabled.current, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.disabled.disabled.current, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.disabled[disabled].current, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.disabled.current:hover:hover, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.disabled.current:hover:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.disabled.current:hover, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.disabled.current:hover.disabled, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.disabled.current:hover[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.datepicker table tr td.active:active, .datepicker table tr td.current:active, .datepicker table tr td.active.active, .datepicker table tr td.current, .datepicker table tr td.active:hover:active, .datepicker table tr td.current:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.current:hover, .datepicker table tr td.active.disabled:active, .datepicker table tr td.disabled.current:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.disabled.current, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.disabled.current:hover:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.disabled.current:hover {
  background-color: #003399;
}
/* line 83, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
/* line 92, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker table tr td span:hover {
  background: #eee;
}
/* line 95, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
/* line 101, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker table tr td span.active, .datepicker table tr td span.current, .datepicker table tr td span.active:hover, .datepicker table tr td span.current:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.disabled.current, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.disabled.current:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDRjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0044cc));
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.datepicker table tr td span.active:hover, .datepicker table tr td span.current:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.current:active, .datepicker table tr td span.active.active, .datepicker table tr td span.current, .datepicker table tr td span.active.disabled, .datepicker table tr td span.disabled.current, .datepicker table tr td span.active[disabled], .datepicker table tr td span[disabled].current, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.current:hover:hover, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.current:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.current:hover, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.current:hover.disabled, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.current:hover[disabled], .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.disabled.current:hover, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.disabled.current:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.disabled.current, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.disabled.disabled.current, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.disabled[disabled].current, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.disabled.current:hover:hover, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.disabled.current:hover:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.disabled.current:hover, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.disabled.current:hover.disabled, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.disabled.current:hover[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.datepicker table tr td span.active:active, .datepicker table tr td span.current:active, .datepicker table tr td span.active.active, .datepicker table tr td span.current, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.current:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.current:hover, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.disabled.current:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.disabled.current, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.disabled.current:hover:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.disabled.current:hover {
  background-color: #003399;
}
/* line 109, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker table tr td span.old {
  color: #999;
}
/* line 115, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker th.switch {
  width: 145px;
}
/* line 119, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}
/* line 122, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eee;
}
/* line 131, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
/* line 137, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 142, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker-inline {
  width: 220px;
}

/* line 145, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
}
/* line 148, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
/* line 159, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 172, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.input-append.date,
.input-prepend.date {
  margin-bottom: 0px;
}
/* line 173, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.input-append.date *,
.input-prepend.date * {
  cursor: pointer;
}
/* line 177, ../../stylesheets/sass/vendor/datepicker/_datepicker.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  width: 16px;
  height: 16px;
}

@font-face {
  font-family: 'Signature';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local("Mr De Haviland Regular"), local("MrDeHaviland-Regular"), url(/css/signaturefont.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* line 8, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble {
  position: absolute;
  z-index: 11;
  margin-top: -6px;
  opacity: 0;
}
/* line 14, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner {
  position: absolute;
  bottom: 0;
  border: 1px solid black;
  width: 300px;
  margin-left: -150px;
  background-color: white;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  border: 1px solid #666;
  padding: 1em;
  background: #fcfcfc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 28, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table {
  width: 100%;
}
/* line 32, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content {
  padding: 0;
}
/* line 35, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field {
  position: relative;
  zoom: 1;
  margin-bottom: 0.5em;
}
/* line 40, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field:last-child {
  margin-bottom: 0;
}
/* line 44, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field > label {
  padding-top: 0;
  margin-bottom: 0;
}
/* line 49, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field > div {
  padding: 0;
}
/* line 52, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field > div input {
  margin: 0;
}
/* line 60, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table div.DTE_Form_Buttons {
  text-align: right;
  margin-top: 1em;
}
/* line 64, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table div.DTE_Form_Buttons button {
  margin-bottom: 0;
}
/* line 70, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 75, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Form_Info,
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Bubble_Table {
  padding-top: 42px;
}
/* line 81, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Form_Error {
  float: none;
  display: none;
  padding: 0;
  margin-bottom: 0.5em;
}
/* line 88, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 22px;
  height: 22px;
  border: 2px solid white;
  background-color: black;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  z-index: 12;
  box-shadow: 2px 2px 6px #111;
}
/* line 130, ../../stylesheets/sass/vendor/dt-editor/mixins.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
  content: '\00d7';
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Courier New', Courier, monospace;
  padding-left: 1px;
}
/* line 140, ../../stylesheets/sass/vendor/dt-editor/mixins.scss */
div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:hover {
  background-color: #092079;
  box-shadow: 2px 2px 9px #111;
}
/* line 93, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble div.DTE_Bubble_Triangle {
  position: absolute;
  height: 10px;
  width: 10px;
  top: -6px;
  background-color: white;
  border: 1px solid #666;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 111, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble.below div.DTE_Bubble_Liner {
  top: 10px;
  bottom: auto;
}
/* line 116, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble.below div.DTE_Bubble_Triangle {
  top: 4px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 127, ../../stylesheets/sass/vendor/dt-editor/bubble.scss */
div.DTE_Bubble_Background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10 Consumer Preview */
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Firefox */
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera */
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 10;
}
/* line 159, ../../stylesheets/sass/vendor/dt-editor/mixins.scss */
div.DTE_Bubble_Background > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* line 174, ../../stylesheets/sass/vendor/dt-editor/mixins.scss */
div.DTE_Bubble_Background > div:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}

/* line 16, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable tbody tr.highlight {
  background-color: #FFFBCC !important;
}
/* line 20, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable tbody tr.highlight,
table.dataTable tbody tr.noHighlight,
table.dataTable tbody tr.highlight td,
table.dataTable tbody tr.noHighlight td {
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
/* line 31, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.stripe tbody tr.odd.highlight, table.dataTable.display tbody tr.odd.highlight {
  background-color: #f9f5c7;
}
/* line 43, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.hover tbody tr:hover.highlight,
table.dataTable.hover tbody tr.odd:hover.highlight,
table.dataTable.hover tbody tr.even:hover.highlight, table.dataTable.display tbody tr:hover.highlight,
table.dataTable.display tbody tr.odd:hover.highlight,
table.dataTable.display tbody tr.even:hover.highlight {
  background-color: #f6f2c5;
}
/* line 54, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.order-column tbody tr.highlight > .sorting_1,
table.dataTable.order-column tbody tr.highlight > .sorting_2,
table.dataTable.order-column tbody tr.highlight > .sorting_3, table.dataTable.display tbody tr.highlight > .sorting_1,
table.dataTable.display tbody tr.highlight > .sorting_2,
table.dataTable.display tbody tr.highlight > .sorting_3 {
  background-color: #faf6c8;
}
/* line 66, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.display tbody tr.odd.highlight > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.highlight > .sorting_1 {
  background-color: #f1edc1;
}
/* line 67, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.display tbody tr.odd.highlight > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.highlight > .sorting_2 {
  background-color: #f3efc2;
}
/* line 68, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.display tbody tr.odd.highlight > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.highlight > .sorting_3 {
  background-color: #f5f1c4;
}
/* line 74, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.display tbody tr.even.highlight > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.highlight > .sorting_1 {
  background-color: #faf6c8;
}
/* line 75, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.display tbody tr.even.highlight > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.highlight > .sorting_2 {
  background-color: #fcf8ca;
}
/* line 76, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.display tbody tr.even.highlight > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.highlight > .sorting_3 {
  background-color: #fefacb;
}
/* line 87, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.display tbody tr:hover.highlight > .sorting_1,
table.dataTable.display tbody tr.odd:hover.highlight > .sorting_1,
table.dataTable.display tbody tr.even:hover.highlight > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.highlight > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.highlight > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.highlight > .sorting_1 {
  background-color: #eae6bb;
}
/* line 88, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.display tbody tr:hover.highlight > .sorting_2,
table.dataTable.display tbody tr.odd:hover.highlight > .sorting_2,
table.dataTable.display tbody tr.even:hover.highlight > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.highlight > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.highlight > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.highlight > .sorting_2 {
  background-color: #ece8bd;
}
/* line 89, ../../stylesheets/sass/vendor/dt-editor/datatable.scss */
table.dataTable.display tbody tr:hover.highlight > .sorting_3,
table.dataTable.display tbody tr.odd:hover.highlight > .sorting_3,
table.dataTable.display tbody tr.even:hover.highlight > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.highlight > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.highlight > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.highlight > .sorting_3 {
  background-color: #efebbf;
}

/* line 4, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime {
  position: absolute;
  background-color: white;
  z-index: 2050;
  border: 1px solid #ccc;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  padding: 0 20px 6px 20px;
  width: 275px;
}
/* line 13, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-title {
  text-align: center;
  padding: 5px 0px 3px;
}
/* line 18, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table {
  border-spacing: 0;
  margin: 12px 0;
  width: 100%;
}
/* line 23, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table.editor-datetime-table-nospace {
  margin-top: -12px;
}
/* line 27, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table th {
  font-size: 0.8em;
  color: #777;
  font-weight: normal;
  width: 14.285714286%;
  padding: 0 0 4px 0;
  text-align: center;
}
/* line 36, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table td {
  font-size: 0.9em;
  color: #444;
  padding: 0;
}
/* line 42, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table td.selectable {
  text-align: center;
  background: #f5f5f5;
}
/* line 46, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table td.selectable.disabled {
  color: #aaa;
  background: white;
}
/* line 50, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table td.selectable.disabled button:hover {
  color: #aaa;
  background: white;
}
/* line 56, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table td.selectable.now {
  background-color: #ddd;
}
/* line 59, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table td.selectable.now button {
  font-weight: bold;
}
/* line 64, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table td.selectable.selected button {
  background: #4E6CA3;
  color: white;
  border-radius: 2px;
}
/* line 70, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table td.selectable button:hover {
  background: #ff8000;
  color: white;
  border-radius: 2px;
}
/* line 77, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table td.editor-datetime-week {
  font-size: 0.7em;
}
/* line 81, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table button {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  font-size: inherit;
  color: inherit;
  text-align: center;
  padding: 4px 0;
  cursor: pointer;
  margin: 0;
}
/* line 93, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table button span {
  display: inline-block;
  min-width: 14px;
  text-align: right;
}
/* line 100, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime table.weekNumber th {
  width: 12.5%;
}
/* line 106, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-calendar table {
  margin-top: 0;
}
/* line 111, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-label {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 5px 6px;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 120, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-label:hover {
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #f5f5f5;
}
/* line 130, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-label select {
  position: absolute;
  top: 6px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
/* line 141, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime.horizontal {
  width: 550px;
}
/* line 144, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime.horizontal div.editor-datetime-date,
div.editor-datetime.horizontal div.editor-datetime-time {
  width: 48%;
}
/* line 149, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime.horizontal div.editor-datetime-time {
  margin-left: 4%;
}
/* line 154, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-date {
  position: relative;
  float: left;
  width: 100%;
}
/* line 160, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-time {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
/* line 167, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-time > span {
  vertical-align: middle;
}
/* line 171, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-time th {
  text-align: left;
}
/* line 175, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-time div.editor-datetime-timeblock {
  display: inline-block;
  vertical-align: middle;
}
/* line 182, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-iconLeft,
div.editor-datetime div.editor-datetime-iconRight,
div.editor-datetime div.editor-datetime-iconUp,
div.editor-datetime div.editor-datetime-iconDown {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  overflow: hidden;
  box-sizing: border-box;
}
/* line 194, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-iconLeft:hover,
div.editor-datetime div.editor-datetime-iconRight:hover,
div.editor-datetime div.editor-datetime-iconUp:hover,
div.editor-datetime div.editor-datetime-iconDown:hover {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #f0f0f0;
  opacity: 0.6;
}
/* line 201, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-iconLeft button,
div.editor-datetime div.editor-datetime-iconRight button,
div.editor-datetime div.editor-datetime-iconUp button,
div.editor-datetime div.editor-datetime-iconDown button {
  border: none;
  background: transparent;
  text-indent: 30px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
/* line 211, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-iconLeft {
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}
/* line 218, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-iconRight {
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}
/* line 225, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-iconUp {
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=");
}
/* line 230, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime div.editor-datetime-iconDown {
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC");
}

/* line 236, ../../stylesheets/sass/vendor/dt-editor/datetime.scss */
div.editor-datetime-error {
  clear: both;
  padding: 0 1em;
  max-width: 240px;
  font-size: 11px;
  line-height: 1.25em;
  text-align: center;
  color: #b11f1f;
}

/*
 * Namespace: DTED - DataTables Editor Display - Envelope
 */
/* line 6, ../../stylesheets/sass/vendor/dt-editor/envelope.scss */
div.DTED_Envelope_Wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  z-index: 11;
  display: none;
  overflow: hidden;
}
/* line 19, ../../stylesheets/sass/vendor/dt-editor/envelope.scss */
div.DTED_Envelope_Wrapper div.DTED_Envelope_Shadow {
  position: absolute;
  top: -10px;
  left: 10px;
  right: 10px;
  height: 10px;
  z-index: 10;
  box-shadow: 0 0 20px black;
}
/* line 29, ../../stylesheets/sass/vendor/dt-editor/envelope.scss */
div.DTED_Envelope_Wrapper div.DTED_Envelope_Container {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  box-shadow: 3px 3px 10px #555;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: white;
}
/* line 43, ../../stylesheets/sass/vendor/dt-editor/envelope.scss */
div.DTED_Envelope_Wrapper div.DTED_Envelope_Container div.DTE_Processing_Indicator {
  right: 36px;
}
/* line 47, ../../stylesheets/sass/vendor/dt-editor/envelope.scss */
div.DTED_Envelope_Wrapper div.DTED_Envelope_Container div.DTE_Footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 52, ../../stylesheets/sass/vendor/dt-editor/envelope.scss */
div.DTED_Envelope_Wrapper div.DTED_Envelope_Container div.DTED_Envelope_Close {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 12;
  text-align: center;
  font-size: 12px;
  background: #F8F8F8;
  background: -webkit-gradient(linear, center bottom, center top, from(#CCC), to(white));
  background: -moz-linear-gradient(top, white, #CCC);
  background: linear-gradient(to bottom, #ffffff, #cccccc);
  text-shadow: 0 1px 0 white;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0px 0px 1px #999;
  -moz-box-shadow: 0px 0px 1px #999;
  -webkit-box-shadow: 0px 0px 1px #999;
}

/* line 80, ../../stylesheets/sass/vendor/dt-editor/envelope.scss */
div.DTED_Envelope_Background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  /* Fallback */
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10 Consumer Preview */
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Firefox */
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera */
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(0, 0, 0, 0.4)));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C Markup, IE10 Release Preview */
}

/* line 5, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field input,
div.DTE_Field textarea {
  box-sizing: border-box;
  background-color: white;
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
}
/* line 13, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field input:focus,
div.DTE_Field textarea:focus {
  background-color: #ffffee;
}
/* line 18, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field input[type="color"],
div.DTE_Field input[type="date"],
div.DTE_Field input[type="datetime"],
div.DTE_Field input[type="datetime-local"],
div.DTE_Field input[type="email"],
div.DTE_Field input[type="month"],
div.DTE_Field input[type="number"],
div.DTE_Field input[type="password"],
div.DTE_Field input[type="search"],
div.DTE_Field input[type="tel"],
div.DTE_Field input[type="text"],
div.DTE_Field input[type="time"],
div.DTE_Field input[type="url"],
div.DTE_Field input[type="week"] {
  padding: 5px 4px;
  width: 100%;
}
/* line 36, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field label div.DTE_Label_Info {
  font-size: 0.85em;
  margin-top: 0.25em;
}
/* line 40, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field label div.DTE_Label_Info:empty {
  margin-top: 0;
}
/* line 45, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field div.DTE_Field_Info,
div.DTE_Field div.DTE_Field_Message,
div.DTE_Field div.DTE_Field_Error {
  font-size: 11px;
  line-height: 1em;
  margin-top: 5px;
}
/* line 52, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field div.DTE_Field_Info:empty,
div.DTE_Field div.DTE_Field_Message:empty,
div.DTE_Field div.DTE_Field_Error:empty {
  margin-top: 0;
}
/* line 57, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field div.DTE_Field_Error {
  display: none;
  color: #b11f1f;
}
/* line 62, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field div.multi-value {
  display: none;
  border: 1px dotted #666;
  border-radius: 3px;
  padding: 5px;
  background-color: #fafafa;
  cursor: pointer;
}
/* line 70, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field div.multi-value span {
  font-size: 0.8em;
  line-height: 1.25em;
  display: block;
  color: #666;
}
/* line 77, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field div.multi-value.multi-noEdit {
  border: 1px solid #ccc;
  cursor: auto;
  background-color: #fcfcfc;
}
/* line 82, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field div.multi-value.multi-noEdit:hover {
  background-color: #fcfcfc;
}
/* line 87, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field div.multi-value:hover {
  background-color: #f1f1f1;
}
/* line 92, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field.disabled {
  color: grey;
}
/* line 95, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field.disabled div.multi-value {
  cursor: default;
  border: 1px dotted #aaa;
  background-color: transparent;
}
/* line 102, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field div.multi-restore {
  display: none;
  margin-top: 0.5em;
  font-size: 0.8em;
  line-height: 1.25em;
  color: #3879d9;
}
/* line 109, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field div.multi-restore:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 118, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field_Type_textarea textarea {
  padding: 3px;
  width: 100%;
  height: 80px;
}

/* line 126, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field.DTE_Field_Type_date img {
  vertical-align: middle;
  cursor: pointer;
}

/* line 134, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field_Type_checkbox div.DTE_Field_Input > div > div,
div.DTE_Field_Type_radio div.DTE_Field_Input > div > div {
  margin-bottom: 0.25em;
}
/* line 137, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field_Type_checkbox div.DTE_Field_Input > div > div:last-child,
div.DTE_Field_Type_radio div.DTE_Field_Input > div > div:last-child {
  margin-bottom: 0;
}
/* line 144, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field_Type_checkbox div.DTE_Field_Input > div > div label,
div.DTE_Field_Type_radio div.DTE_Field_Input > div > div label {
  margin-left: 0.75em;
  vertical-align: middle;
}

/* line 151, ../../stylesheets/sass/vendor/dt-editor/fields.scss */
div.DTE_Field_Type_select div.DTE_Field_Input {
  padding-top: 4px;
}

/* line 4, ../../stylesheets/sass/vendor/dt-editor/inline.scss */
div.DTE_Inline {
  position: relative;
  display: table;
  width: 100%;
}
/* line 9, ../../stylesheets/sass/vendor/dt-editor/inline.scss */
div.DTE_Inline div.DTE_Inline_Field,
div.DTE_Inline div.DTE_Inline_Buttons {
  display: table-cell;
  vertical-align: middle;
}
/* line 14, ../../stylesheets/sass/vendor/dt-editor/inline.scss */
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field,
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field {
  padding: 0;
}
/* line 17, ../../stylesheets/sass/vendor/dt-editor/inline.scss */
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field > label,
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field > label {
  display: none;
}
/* line 21, ../../stylesheets/sass/vendor/dt-editor/inline.scss */
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="color"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="date"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="datetime"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="datetime-local"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="email"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="month"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="number"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="password"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="search"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="tel"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="text"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="time"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="url"],
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type="week"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="color"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="date"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="datetime"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="datetime-local"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="email"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="month"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="number"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="password"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="search"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="tel"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="text"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="time"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="url"],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type="week"] {
  width: 100%;
}
/* line 39, ../../stylesheets/sass/vendor/dt-editor/inline.scss */
div.DTE_Inline div.DTE_Inline_Field div.DTE_Form_Buttons button,
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Form_Buttons button {
  margin: -6px 0 -6px 4px;
  padding: 5px;
}
/* line 46, ../../stylesheets/sass/vendor/dt-editor/inline.scss */
div.DTE_Inline div.DTE_Field input[type="color"],
div.DTE_Inline div.DTE_Field input[type="date"],
div.DTE_Inline div.DTE_Field input[type="datetime"],
div.DTE_Inline div.DTE_Field input[type="datetime-local"],
div.DTE_Inline div.DTE_Field input[type="email"],
div.DTE_Inline div.DTE_Field input[type="month"],
div.DTE_Inline div.DTE_Field input[type="number"],
div.DTE_Inline div.DTE_Field input[type="password"],
div.DTE_Inline div.DTE_Field input[type="search"],
div.DTE_Inline div.DTE_Field input[type="tel"],
div.DTE_Inline div.DTE_Field input[type="text"],
div.DTE_Inline div.DTE_Field input[type="time"],
div.DTE_Inline div.DTE_Field input[type="url"],
div.DTE_Inline div.DTE_Field input[type="week"] {
  margin: -6px 0;
}
/* line 63, ../../stylesheets/sass/vendor/dt-editor/inline.scss */
div.DTE_Inline div.DTE_Field_Error,
div.DTE_Inline div.DTE_Form_Error {
  font-size: 11px;
  line-height: 1.2em;
  padding: 0;
  margin-top: 10px;
}
/* line 70, ../../stylesheets/sass/vendor/dt-editor/inline.scss */
div.DTE_Inline div.DTE_Field_Error:empty,
div.DTE_Inline div.DTE_Form_Error:empty {
  margin-top: 0;
}

/* line 77, ../../stylesheets/sass/vendor/dt-editor/inline.scss */
span.dtr-data div.DTE_Inline {
  display: inline-table;
}

/* line 3, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -390px;
  width: 780px;
  height: 100%;
  z-index: 11;
}
/* line 12, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 17, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 22, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content {
  position: relative;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 28, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE {
  background: white;
  border-radius: 6px;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 34, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Header {
  right: 0;
  width: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
/* line 41, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Body_Content {
  box-sizing: border-box;
  background: #fcfcfc;
}
/* line 46, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Footer {
  right: 0;
  width: auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* line 54, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 22px;
  height: 22px;
  border: 2px solid white;
  background-color: black;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  z-index: 12;
  box-shadow: 2px 2px 6px #111;
}
/* line 130, ../../stylesheets/sass/vendor/dt-editor/mixins.scss */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close:after {
  content: '\00d7';
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Courier New', Courier, monospace;
  padding-left: 1px;
}
/* line 140, ../../stylesheets/sass/vendor/dt-editor/mixins.scss */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close:hover {
  background-color: #092079;
  box-shadow: 2px 2px 9px #111;
}

/* line 63, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper div.DTE_Footer {
  display: flex;
  justify-content: end;
}
/* line 68, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper div.DTE_Footer_Content {
  display: none;
}
/* line 72, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Wrapper div.DTE.inFormError div.DTE_Footer {
  justify-content: space-between;
}

/* line 78, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
div.DTED_Lightbox_Background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10 Consumer Preview */
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Firefox */
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera */
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 10;
}
/* line 159, ../../stylesheets/sass/vendor/dt-editor/mixins.scss */
div.DTED_Lightbox_Background > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* line 174, ../../stylesheets/sass/vendor/dt-editor/mixins.scss */
div.DTED_Lightbox_Background > div:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}

/* line 84, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
body.DTED_Lightbox_Mobile div.DTED_Lightbox_Background {
  height: 0;
}
/* line 88, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
body.DTED_Lightbox_Mobile div.DTED_Lightbox_Shown {
  display: none;
}
/* line 92, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
body.DTED_Lightbox_Mobile div.DTED_Lightbox_Wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  margin-left: 0;
  -webkit-overflow-scrolling: touch;
}
/* line 103, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
body.DTED_Lightbox_Mobile div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container {
  display: block;
}
/* line 106, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
body.DTED_Lightbox_Mobile div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper {
  display: block;
}
/* line 109, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
body.DTED_Lightbox_Mobile div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content {
  border: 4px solid rgba(220, 220, 220, 0.5);
  border-radius: 0;
}
/* line 113, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
body.DTED_Lightbox_Mobile div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE {
  border-radius: 0;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
}
/* line 118, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
body.DTED_Lightbox_Mobile div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 123, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
body.DTED_Lightbox_Mobile div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Footer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 129, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
body.DTED_Lightbox_Mobile div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close {
  top: 11px;
  right: 15px;
}

@media only screen and (max-width: 780px) {
  /* line 141, ../../stylesheets/sass/vendor/dt-editor/lightbox.scss */
  div.DTED_Lightbox_Wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
/* line 6, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body {
  padding: 52px 0;
}
/* line 9, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body div.DTE_Body_Content {
  position: relative;
  overflow: auto;
}
/* line 13, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body div.DTE_Body_Content div.DTE_Form_Info {
  padding: 1em 1em 0 1em;
  margin: 0;
}
/* line 18, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body div.DTE_Body_Content div.DTE_Field {
  position: relative;
  zoom: 1;
  clear: both;
  padding: 5px 20%;
  border: 1px solid transparent;
}
/* line 26, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body div.DTE_Body_Content div.DTE_Field:after {
  display: block;
  content: ".";
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/* line 35, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body div.DTE_Body_Content div.DTE_Field:hover {
  background-color: #f9f9f9;
  border: 1px solid #f3f3f3;
}
/* line 40, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body div.DTE_Body_Content div.DTE_Field > label {
  float: left;
  width: 40%;
  padding-top: 6px;
}
/* line 46, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input {
  float: right;
  width: 60%;
}
/* line 54, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body div.DTE_Body_Content div.DTE_Field.full {
  padding: 5px 0 5px 20%;
}
/* line 57, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > label {
  width: 30%;
}
/* line 61, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > div.DTE_Field_Input {
  width: 70%;
}
/* line 67, ../../stylesheets/sass/vendor/dt-editor/main.scss */
div.DTE_Body div.DTE_Body_Content div.DTE_Field.block > div.DTE_Field_Input {
  float: none;
  clear: both;
  width: 100%;
}

/* line 79, ../../stylesheets/sass/vendor/dt-editor/main.scss */
html[dir="rtl"] div.DTE_Body div.DTE_Body_Content div.DTE_Field > label {
  float: right;
}
/* line 83, ../../stylesheets/sass/vendor/dt-editor/main.scss */
html[dir="rtl"] div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input {
  float: left;
}
/* line 88, ../../stylesheets/sass/vendor/dt-editor/main.scss */
html[dir="rtl"] div.DTE div.DTE_Form_Buttons button {
  float: left;
}

@media only screen and (max-width: 768px) {
  /* line 98, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    padding: 5px 10%;
  }
  /* line 101, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.full {
    padding: 5px 0 5px 10%;
  }
  /* line 104, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > label {
    width: 35.5%;
  }
  /* line 108, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > div.DTE_Field_Input {
    width: 64.5%;
  }
  /* line 114, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.block > div.DTE_Field_Input {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 127, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    padding: 5px 0;
  }
  /* line 130, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.full {
    padding: 5px 0%;
  }
  /* line 133, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > label {
    width: 40%;
  }
  /* line 137, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > div.DTE_Field_Input {
    width: 60%;
  }
  /* line 143, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.block > div.DTE_Field_Input {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  /* line 157, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    position: relative;
    zoom: 1;
    clear: both;
    padding: 5px 0;
  }
  /* line 164, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field > label {
    float: none;
    width: auto;
    padding-top: 0;
  }
  /* line 170, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input {
    float: none;
    width: auto;
  }
  /* line 175, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.full, div.DTE_Body div.DTE_Body_Content div.DTE_Field.block {
    padding: 5px 0;
  }
  /* line 179, ../../stylesheets/sass/vendor/dt-editor/main.scss */
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > label,
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > div.DTE_Field_Input, div.DTE_Body div.DTE_Body_Content div.DTE_Field.block > label,
  div.DTE_Body div.DTE_Body_Content div.DTE_Field.block > div.DTE_Field_Input {
    width: 100%;
  }
}
/* line 3, ../../stylesheets/sass/vendor/dt-editor/processing.scss */
div.DTE div.DTE_Processing_Indicator {
  position: absolute;
  top: 17px;
  right: 9px;
  height: 2em;
  width: 2em;
  z-index: 20;
  font-size: 12px;
  display: none;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 19, ../../stylesheets/sass/vendor/dt-editor/processing.scss */
div.DTE.processing div.DTE_Processing_Indicator {
  display: block;
}
/* line 23, ../../stylesheets/sass/vendor/dt-editor/processing.scss */
div.DTE.processing div.DTE_Field div.DTE_Processing_Indicator {
  display: none;
}
/* line 28, ../../stylesheets/sass/vendor/dt-editor/processing.scss */
div.DTE div.DTE_Field div.DTE_Processing_Indicator {
  top: 13px;
  right: 0;
  font-size: 8px;
}
/* line 35, ../../stylesheets/sass/vendor/dt-editor/processing.scss */
div.DTE.DTE_Inline div.DTE_Processing_Indicator {
  top: 5px;
  right: 6px;
  font-size: 6px;
}
/* line 43, ../../stylesheets/sass/vendor/dt-editor/processing.scss */
div.DTE.DTE_Bubble div.DTE_Processing_Indicator {
  top: 10px;
  right: 14px;
  font-size: 8px;
}
/* line 50, ../../stylesheets/sass/vendor/dt-editor/processing.scss */
div.DTE div.DTE_Processing_Indicator span,
div.DTE div.DTE_Processing_Indicator:before,
div.DTE div.DTE_Processing_Indicator:after {
  display: block;
  background: black;
  width: 0.5em;
  height: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-animation: editorProcessing 0.9s infinite ease-in-out;
  animation: editorProcessing 0.9s infinite ease-in-out;
}
/* line 64, ../../stylesheets/sass/vendor/dt-editor/processing.scss */
div.DTE div.DTE_Processing_Indicator:before,
div.DTE div.DTE_Processing_Indicator:after {
  position: absolute;
  top: 0;
  content: '';
}
/* line 71, ../../stylesheets/sass/vendor/dt-editor/processing.scss */
div.DTE div.DTE_Processing_Indicator:before {
  left: -1em;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
/* line 77, ../../stylesheets/sass/vendor/dt-editor/processing.scss */
div.DTE div.DTE_Processing_Indicator span {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
/* line 82, ../../stylesheets/sass/vendor/dt-editor/processing.scss */
div.DTE div.DTE_Processing_Indicator:after {
  left: 1em;
}
@-webkit-keyframes editorProcessing {
  0%,
		80%,
		100% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1.5);
  }
}
@keyframes editorProcessing {
  0%,
		80%,
		100% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1.5);
  }
}
/* line 2, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload {
  padding-top: 4px;
}
/* line 5, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload div.eu_table {
  display: table;
  width: 100%;
}
/* line 10, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload div.row {
  display: table-row;
}
/* line 14, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload div.cell {
  display: table-cell;
  position: relative;
  width: 50%;
  vertical-align: top;
}
/* line 21, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload div.cell + div.cell {
  padding-left: 10px;
}
/* line 26, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload div.row + div.row div.cell {
  padding-top: 10px;
}
/* line 31, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload button.btn,
div.DTE div.editor_upload input[type=file] {
  width: 100%;
  height: 2.3em;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
}
/* line 40, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
/* line 48, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload div.drop {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 3px dashed #ccc;
  border-radius: 6px;
  min-height: 4em;
  color: #999;
  padding-top: 3px;
  text-align: center;
}
/* line 60, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload div.drop.over {
  border: 3px dashed #111;
  color: #111;
}
/* line 65, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload div.drop span {
  max-width: 75%;
  font-size: 0.85em;
  line-height: 1em;
}
/* line 73, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload div.rendered img {
  max-width: 8em;
  margin: 0 auto;
}
/* line 80, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.noDrop div.drop {
  display: none;
}
/* line 84, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.noDrop div.row.second {
  display: none;
}
/* line 88, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.noDrop div.rendered {
  margin-top: 10px;
}
/* line 94, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.noClear div.clearValue button {
  display: none;
}
/* line 100, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.multi div.cell {
  display: block;
  width: 100%;
}
/* line 104, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.multi div.cell div.drop {
  min-height: 0;
  padding-bottom: 5px;
}
/* line 110, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.multi div.clearValue {
  display: none;
}
/* line 114, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.multi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 119, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.multi ul li {
  position: relative;
  margin-top: 0.5em;
}
/* line 123, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.multi ul li:first-child {
  margin-top: 0;
}
/* line 127, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.multi ul li img {
  vertical-align: middle;
}
/* line 131, ../../stylesheets/sass/vendor/dt-editor/upload.scss */
div.DTE div.editor_upload.multi ul li button {
  position: absolute;
  width: 40px;
  right: 0;
  top: 50%;
  margin-top: -1.5em;
}

/*! Hint.css - v2.7.0 - 2021-10-01
* https://kushagra.dev/lab/hint/
* Copyright (c) 2021 Kushagra Gour */
/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
/* line 26, ../../stylesheets/sass/vendor/_hint.scss */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */
}

/* line 35, ../../stylesheets/sass/vendor/_hint.scss */
[class*="hint--"]:before, [class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

/* line 50, ../../stylesheets/sass/vendor/_hint.scss */
[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* line 53, ../../stylesheets/sass/vendor/_hint.scss */
[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

/* line 57, ../../stylesheets/sass/vendor/_hint.scss */
[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

/* line 63, ../../stylesheets/sass/vendor/_hint.scss */
[class*="hint--"]:after {
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
}

/* line 71, ../../stylesheets/sass/vendor/_hint.scss */
[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}

/* line 73, ../../stylesheets/sass/vendor/_hint.scss */
[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}

/* line 76, ../../stylesheets/sass/vendor/_hint.scss */
[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
/* line 95, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-left:before {
  border-top-color: #383838;
}

/* line 98, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-right:before {
  border-top-color: #383838;
}

/* line 101, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top:before {
  border-top-color: #383838;
}

/* line 104, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-left:before {
  border-bottom-color: #383838;
}

/* line 107, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-right:before {
  border-bottom-color: #383838;
}

/* line 110, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom:before {
  border-bottom-color: #383838;
}

/* line 113, ../../stylesheets/sass/vendor/_hint.scss */
.hint--left:before {
  border-left-color: #383838;
}

/* line 116, ../../stylesheets/sass/vendor/_hint.scss */
.hint--right:before {
  border-right-color: #383838;
}

/**
 * top tooltip
 */
/* line 122, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top:before {
  margin-bottom: -11px;
}

/* line 125, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

/* line 129, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top:before {
  left: calc(50% - 6px);
}

/* line 132, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 137, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 142, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
/* line 150, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom:before {
  margin-top: -11px;
}

/* line 153, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

/* line 157, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom:before {
  left: calc(50% - 6px);
}

/* line 160, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 165, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 170, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
/* line 178, ../../stylesheets/sass/vendor/_hint.scss */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}

/* line 182, ../../stylesheets/sass/vendor/_hint.scss */
.hint--right:after {
  margin-bottom: -14px;
}

/* line 185, ../../stylesheets/sass/vendor/_hint.scss */
.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

/* line 189, ../../stylesheets/sass/vendor/_hint.scss */
.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/* line 194, ../../stylesheets/sass/vendor/_hint.scss */
.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
/* line 202, ../../stylesheets/sass/vendor/_hint.scss */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}

/* line 206, ../../stylesheets/sass/vendor/_hint.scss */
.hint--left:after {
  margin-bottom: -14px;
}

/* line 209, ../../stylesheets/sass/vendor/_hint.scss */
.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

/* line 213, ../../stylesheets/sass/vendor/_hint.scss */
.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* line 218, ../../stylesheets/sass/vendor/_hint.scss */
.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
/* line 226, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-left:before {
  margin-bottom: -11px;
}

/* line 229, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

/* line 233, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-left:before {
  left: calc(50% - 6px);
}

/* line 236, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 241, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-left:after {
  margin-left: 12px;
}

/* line 244, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 249, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
/* line 257, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-right:before {
  margin-bottom: -11px;
}

/* line 260, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

/* line 264, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-right:before {
  left: calc(50% - 6px);
}

/* line 267, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

/* line 272, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-right:after {
  margin-left: -12px;
}

/* line 275, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 280, ../../stylesheets/sass/vendor/_hint.scss */
.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
/* line 288, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-left:before {
  margin-top: -11px;
}

/* line 291, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

/* line 295, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-left:before {
  left: calc(50% - 6px);
}

/* line 298, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 303, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-left:after {
  margin-left: 12px;
}

/* line 306, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 311, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
/* line 319, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-right:before {
  margin-top: -11px;
}

/* line 322, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

/* line 326, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-right:before {
  left: calc(50% - 6px);
}

/* line 329, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

/* line 334, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-right:after {
  margin-left: -12px;
}

/* line 337, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 342, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
/* line 359, ../../stylesheets/sass/vendor/_hint.scss */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

/* line 366, ../../stylesheets/sass/vendor/_hint.scss */
.hint--small:after {
  width: 80px;
}

/* line 369, ../../stylesheets/sass/vendor/_hint.scss */
.hint--medium:after {
  width: 150px;
}

/* line 372, ../../stylesheets/sass/vendor/_hint.scss */
.hint--large:after {
  width: 300px;
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
/* line 381, ../../stylesheets/sass/vendor/_hint.scss */
[class*="hint--"] {
  /**
	 * tooltip body
	 */
}

/* line 385, ../../stylesheets/sass/vendor/_hint.scss */
[class*="hint--"]:after {
  text-shadow: 0 -1px 0px black;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
/* line 404, ../../stylesheets/sass/vendor/_hint.scss */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}

/* line 408, ../../stylesheets/sass/vendor/_hint.scss */
.hint--error.hint--top-left:before {
  border-top-color: #b34e4d;
}

/* line 411, ../../stylesheets/sass/vendor/_hint.scss */
.hint--error.hint--top-right:before {
  border-top-color: #b34e4d;
}

/* line 414, ../../stylesheets/sass/vendor/_hint.scss */
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

/* line 417, ../../stylesheets/sass/vendor/_hint.scss */
.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d;
}

/* line 420, ../../stylesheets/sass/vendor/_hint.scss */
.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d;
}

/* line 423, ../../stylesheets/sass/vendor/_hint.scss */
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

/* line 426, ../../stylesheets/sass/vendor/_hint.scss */
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

/* line 429, ../../stylesheets/sass/vendor/_hint.scss */
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */
/* line 435, ../../stylesheets/sass/vendor/_hint.scss */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}

/* line 439, ../../stylesheets/sass/vendor/_hint.scss */
.hint--warning.hint--top-left:before {
  border-top-color: #c09854;
}

/* line 442, ../../stylesheets/sass/vendor/_hint.scss */
.hint--warning.hint--top-right:before {
  border-top-color: #c09854;
}

/* line 445, ../../stylesheets/sass/vendor/_hint.scss */
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

/* line 448, ../../stylesheets/sass/vendor/_hint.scss */
.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854;
}

/* line 451, ../../stylesheets/sass/vendor/_hint.scss */
.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854;
}

/* line 454, ../../stylesheets/sass/vendor/_hint.scss */
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

/* line 457, ../../stylesheets/sass/vendor/_hint.scss */
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

/* line 460, ../../stylesheets/sass/vendor/_hint.scss */
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */
/* line 466, ../../stylesheets/sass/vendor/_hint.scss */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d;
}

/* line 470, ../../stylesheets/sass/vendor/_hint.scss */
.hint--info.hint--top-left:before {
  border-top-color: #3986ac;
}

/* line 473, ../../stylesheets/sass/vendor/_hint.scss */
.hint--info.hint--top-right:before {
  border-top-color: #3986ac;
}

/* line 476, ../../stylesheets/sass/vendor/_hint.scss */
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

/* line 479, ../../stylesheets/sass/vendor/_hint.scss */
.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac;
}

/* line 482, ../../stylesheets/sass/vendor/_hint.scss */
.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac;
}

/* line 485, ../../stylesheets/sass/vendor/_hint.scss */
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

/* line 488, ../../stylesheets/sass/vendor/_hint.scss */
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

/* line 491, ../../stylesheets/sass/vendor/_hint.scss */
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */
/* line 497, ../../stylesheets/sass/vendor/_hint.scss */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}

/* line 501, ../../stylesheets/sass/vendor/_hint.scss */
.hint--success.hint--top-left:before {
  border-top-color: #458746;
}

/* line 504, ../../stylesheets/sass/vendor/_hint.scss */
.hint--success.hint--top-right:before {
  border-top-color: #458746;
}

/* line 507, ../../stylesheets/sass/vendor/_hint.scss */
.hint--success.hint--top:before {
  border-top-color: #458746;
}

/* line 510, ../../stylesheets/sass/vendor/_hint.scss */
.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746;
}

/* line 513, ../../stylesheets/sass/vendor/_hint.scss */
.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746;
}

/* line 516, ../../stylesheets/sass/vendor/_hint.scss */
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

/* line 519, ../../stylesheets/sass/vendor/_hint.scss */
.hint--success.hint--left:before {
  border-left-color: #458746;
}

/* line 522, ../../stylesheets/sass/vendor/_hint.scss */
.hint--success.hint--right:before {
  border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
/* line 534, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

/* line 538, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 543, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

/* line 548, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 553, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

/* line 558, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 563, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 568, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 573, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

/* line 578, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 583, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

/* line 588, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 593, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--bottom-right:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 598, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* line 603, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--left:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* line 608, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/* line 613, ../../stylesheets/sass/vendor/_hint.scss */
.hint--always.hint--right:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
/* line 627, ../../stylesheets/sass/vendor/_hint.scss */
.hint--rounded:after {
  border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
/* line 640, ../../stylesheets/sass/vendor/_hint.scss */
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}

/* line 645, ../../stylesheets/sass/vendor/_hint.scss */
.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/* line 650, ../../stylesheets/sass/vendor/_hint.scss */
.hint--no-shadow:before, .hint--no-shadow:after {
  text-shadow: initial;
  box-shadow: initial;
}

/* line 654, ../../stylesheets/sass/vendor/_hint.scss */
.hint--no-arrow:before {
  display: none;
}

/*div.DTE_Body div.DTE_Body_Content div.DTE_Field {
	&> label {
		color: inherit;
		font-weight: bold;
		padding-top: 17px;
		font-size: inherit;
	}
	&.skinny {
		input, select {
			height: 2rem;
		}
	}
}*/
/* line 16, ../../stylesheets/sass/app/_data-tables-editor.scss */
div.DTE_Body select, div.DTE_Body textarea, div.DTE_Body input[type="text"], div.DTE_Body input[type="password"], div.DTE_Body input[type="datetime"], div.DTE_Body input[type="datetime-local"], div.DTE_Body input[type="date"], div.DTE_Body input[type="month"], div.DTE_Body input[type="time"], div.DTE_Body input[type="week"], div.DTE_Body input[type="number"], div.DTE_Body input[type="email"], div.DTE_Body input[type="url"], div.DTE_Body input[type="search"], div.DTE_Body input[type="tel"], div.DTE_Body input[type="color"], div.DTE_Body .uneditable-input {
  height: 30px;
}

/* line 22, ../../stylesheets/sass/app/_data-tables-editor.scss */
.data-table-view header, .data-table-view .dt-buttons {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 29, ../../stylesheets/sass/app/_data-tables-editor.scss */
.data-table-view header .filters select {
  margin-bottom: 0;
}
/* line 35, ../../stylesheets/sass/app/_data-tables-editor.scss */
.data-table-view:not(.edit-mode) .edit-mode-only {
  display: none;
}

/* line 41, ../../stylesheets/sass/app/_data-tables-editor.scss */
div.DTE_Body div.DTE_Body_Content {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 45, ../../stylesheets/sass/app/_data-tables-editor.scss */
div.DTE_Body div.DTE_Body_Content .DTE_Field_Type_text + div.DTE_Field.DTE_Field_Type_select.subject-enrolment {
  border-top: 1px solid #ccc;
  padding-top: 12px !important;
}

/* line 54, ../../stylesheets/sass/app/_data-tables-editor.scss */
.data-table-view header h3 .title-link {
  float: right;
  font-weight: normal;
  font-size: 12pt;
}
/* line 60, ../../stylesheets/sass/app/_data-tables-editor.scss */
.data-table-view header h3 select {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: bold;
  padding: 3px;
  margin-left: 5px;
}

/* line 72, ../../stylesheets/sass/app/_data-tables-editor.scss */
.dataTable .no-wrap, .dataTable .nowrap {
  white-space: nowrap;
}

/* line 76, ../../stylesheets/sass/app/_data-tables-editor.scss */
.dataTable .select-checkbox:focus {
  outline: none;
}

/* line 80, ../../stylesheets/sass/app/_data-tables-editor.scss */
.dataTables_filter {
  padding-right: 10px;
}

/* line 84, ../../stylesheets/sass/app/_data-tables-editor.scss */
.dataTables_info {
  padding-left: 5px;
}

/* line 89, ../../stylesheets/sass/app/_data-tables-editor.scss */
.dataTable .editor_edit, .dataTable .editor_delete, .dataTable .editor_duplicate {
  margin-right: 20px;
}
/* line 92, ../../stylesheets/sass/app/_data-tables-editor.scss */
.dataTable th {
  text-align: left;
}

/* line 97, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE_Field .DTE_Field_InputControl input[type="number"] {
  width: 60px;
}

/* line 104, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE_Field_Type_checkbox .DTE_Field_InputControl label {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 4px;
}

/* line 111, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE_Field_InputControl input[readonly=readonly] {
  border-style: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px dotted #ddd;
}

/* line 119, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE_Inline_Field .DTE_Field_InputControl > input {
  height: auto;
}
/* line 123, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE_Inline_Field .DTE_Field_Type_checkbox .DTE_Field_InputControl {
  margin-top: 0;
}
/* line 128, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE_Inline_Field .DTE_Field_Type_select .DTE_Field_Input {
  padding-top: 0;
}
/* line 131, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE_Inline_Field .DTE_Field_Type_select select {
  height: auto;
  width: auto;
  margin-bottom: 0;
}

/* line 139, ../../stylesheets/sass/app/_data-tables-editor.scss */
.dataTable td.col-checkmark {
  padding-top: 6px;
  padding-bottom: 2px;
}

/* line 144, ../../stylesheets/sass/app/_data-tables-editor.scss */
div.DTED_Lightbox_Wrapper {
  left: 60%;
}

/* line 148, ../../stylesheets/sass/app/_data-tables-editor.scss */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Body_Content {
  background-color: transparent;
}

/* line 152, ../../stylesheets/sass/app/_data-tables-editor.scss */
table.dataTable.display.DTFC_Cloned thead, table.DTFC_Cloned tfoot {
  background-color: #f9f9f9;
}

/* line 156, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE_Header_Content {
  font-size: 16pt;
  line-height: 110%;
  font-weight: 400;
  margin-top: 24px;
  margin-left: 24px;
}

/* line 164, ../../stylesheets/sass/app/_data-tables-editor.scss */
div.DTE_Body {
  padding: 0;
}

/* line 168, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE select {
  display: inherit;
}
/* line 170, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE select:focus {
  outline: 2px solid #008080;
}

/* line 175, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE_Footer {
  padding: 24px;
}
/* line 178, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE_Footer .DTE_Form_Buttons {
  text-align: right;
}
/* line 180, ../../stylesheets/sass/app/_data-tables-editor.scss */
.DTE_Footer .DTE_Form_Buttons .btn {
  margin-left: 20px;
}

/* line 186, ../../stylesheets/sass/app/_data-tables-editor.scss */
div.DTED_Lightbox_Wrapper {
  z-index: 998;
}

/* line 192, ../../stylesheets/sass/app/_data-tables-editor.scss */
table.dataTable + .dt-buttons {
  float: right;
  margin-top: 10px;
  margin-bottom: -10px;
}

/* line 199, ../../stylesheets/sass/app/_data-tables-editor.scss */
.dt-buttons button {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 207, ../../stylesheets/sass/app/_data-tables-editor.scss */
div.DTE_Body div.DTE_Body_Content .DTE_Field.grouped-first .DTE_Field_Input input, div.DTE_Body div.DTE_Body_Content .DTE_Field.grouped .DTE_Field_Input input {
  margin-bottom: 0;
}
/* line 212, ../../stylesheets/sass/app/_data-tables-editor.scss */
div.DTE_Body div.DTE_Body_Content .DTE_Field.grouped > .DTE_Label, div.DTE_Body div.DTE_Body_Content .DTE_Field.grouped-last > .DTE_Label {
  font-weight: normal;
}

/* line 223, ../../stylesheets/sass/app/_data-tables-editor.scss */
.container table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, .container table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before, .container table.dataTable.dtr-inline.collapsed > tbody tr.parent > td:first-child:before, .container table.dataTable.dtr-inline.collapsed > tbody tr.parent > th:first-child:before {
  line-height: 16px;
  background-color: #999;
  top: 32%;
}

/* line 3, ../../stylesheets/sass/app/_sidebar.scss */
.sidebar .nav-list .nav-header, .sidebar .nav-list li > a {
  padding: 3px 10px;
}

@media (max-width: 979px) {
  /* line 18, ../../stylesheets/sass/app/_sidebar.scss */
  .sidebar {
    width: 170px !important;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    background: white;
    -moz-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    -webkit-transform: translateX(-170px);
    transform: translateX(-170px);
    -moz-transition: all 0.5s 0;
    -o-transition: all 0.5s 0;
    -webkit-transition: all 0.5s 0;
    transition: all 0.5s 0;
  }
  /* line 32, ../../stylesheets/sass/app/_sidebar.scss */
  .sidebar .box {
    border-radius: 0;
    -moz-box-shadow: 0px 5px #333333;
    -webkit-box-shadow: 0px 5px #333333;
    box-shadow: 0px 5px #333333;
  }

  /* line 38, ../../stylesheets/sass/app/_sidebar.scss */
  #content-area, .site-top-bar, body:before {
    -moz-transition: all 0.5s 0;
    -o-transition: all 0.5s 0;
    -webkit-transition: all 0.5s 0;
    transition: all 0.5s 0;
  }

  /* line 43, ../../stylesheets/sass/app/_sidebar.scss */
  body.sidebar-open .sidebar {
    -moz-box-shadow: 0px 5px #333333;
    -webkit-box-shadow: 0px 5px #333333;
    box-shadow: 0px 5px #333333;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 47, ../../stylesheets/sass/app/_sidebar.scss */
  body.sidebar-open #content-area, body.sidebar-open .site-top-bar, body.sidebar-open:before {
    -moz-transform: translateX(170px);
    -ms-transform: translateX(170px);
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
  }
}
/* line 1, ../../stylesheets/sass/app/_top-bar.scss */
.site-top-bar {
  height: 40px;
  background: url("/img/bg/debut_dark.png") #eef4f7;
  -moz-box-shadow: 0 2px 5px #c8c8c8;
  -webkit-box-shadow: 0 2px 5px #c8c8c8;
  box-shadow: 0 2px 5px #c8c8c8;
  padding: 0 25px;
  margin-bottom: 10px;
}
/* line 9, ../../stylesheets/sass/app/_top-bar.scss */
.site-top-bar h1 {
  color: white;
  font-size: 1.0em;
  line-height: 1.5;
  font-weight: 200;
}
/* line 16, ../../stylesheets/sass/app/_top-bar.scss */
.site-top-bar .menu-toggle {
  display: block;
  margin: 7px 5px 3px 0;
}
/* line 19, ../../stylesheets/sass/app/_top-bar.scss */
.site-top-bar .menu-toggle i {
  color: white;
  line-height: 20px;
}
/* line 25, ../../stylesheets/sass/app/_top-bar.scss */
.site-top-bar .utilities {
  float: right;
  padding: 5px 0 5px 5px;
}
/* line 29, ../../stylesheets/sass/app/_top-bar.scss */
.site-top-bar .search-query {
  font-size: 10px;
}
@media (max-width: 767px) {
  /* line 1, ../../stylesheets/sass/app/_top-bar.scss */
  .site-top-bar {
    margin-bottom: 0px;
    padding: 0 5px;
    background: #1c1c20;
    padding: 6px 5px;
    padding-top: 10px;
  }
  /* line 37, ../../stylesheets/sass/app/_top-bar.scss */
  .site-top-bar .utilities .btn {
    display: none;
  }
  /* line 41, ../../stylesheets/sass/app/_top-bar.scss */
  .site-top-bar .utilities .switch-btn {
    display: inline-block;
  }
  /* line 45, ../../stylesheets/sass/app/_top-bar.scss */
  .site-top-bar .search-query {
    width: 100px;
  }
}

/* line 1, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box {
  position: relative;
  min-height: 660px;
  min-width: 600px;
}
@media (max-width: 600px) {
  /* line 1, ../../stylesheets/sass/app/_tabbed-display-box.scss */
  .tabbed-display-box {
    min-width: auto;
  }
}
/* line 10, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .left-tab-box {
  margin-right: -1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  background: #ebebeb;
}
/* line 19, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .left-tab-box .picture {
  width: 200px;
}
/* line 23, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .left-tab-box .period-display {
  width: 200px;
  height: 267px;
  background: #323232;
  line-height: 1;
}
/* line 28, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .left-tab-box .period-display span {
  text-align: center;
  display: block;
  color: white;
}
/* line 32, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .left-tab-box .period-display span.day {
  padding-top: 70px;
  font-weight: bold;
  font-size: 32px;
}
/* line 37, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .left-tab-box .period-display span.period {
  font-size: 112px;
}
/* line 43, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .left-tab-box .tabs-left .nav-tabs {
  width: 179px;
  padding-left: 20px;
  margin-bottom: 0;
  float: none;
}
/* line 48, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .left-tab-box .tabs-left .nav-tabs .active a, .tabbed-display-box .left-tab-box .tabs-left .nav-tabs .current a {
  background: #fafafa;
}
/* line 51, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .left-tab-box .tabs-left .nav-tabs a, .tabbed-display-box .left-tab-box .tabs-left .nav-tabs a:hover {
  text-align: right;
  outline: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 57, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .left-tab-box .tabs-left .nav-tabs a, .tabbed-display-box .left-tab-box .tabs-left .nav-tabs a:hover, .tabbed-display-box .left-tab-box .tabs-left .nav-tabs .active a:hover, .tabbed-display-box .left-tab-box .tabs-left .nav-tabs .current a:hover {
  border-color: transparent;
}
/* line 62, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box > .tab-content {
  margin-left: 200px;
  overflow: visible;
}
/* line 66, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .tab-pane {
  padding: 10px 30px;
  position: relative;
  min-height: 750px;
}
/* line 72, ../../stylesheets/sass/app/_tabbed-display-box.scss */
.tabbed-display-box .header-small-screen {
  background-color: #eee;
  height: 30px;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 2px;
  font-size: 16px;
  color: #888;
  line-height: 26px;
  display: none;
}
@media (max-width: 767px) {
  /* line 85, ../../stylesheets/sass/app/_tabbed-display-box.scss */
  .tabbed-display-box .header-small-screen {
    display: block;
  }
  /* line 87, ../../stylesheets/sass/app/_tabbed-display-box.scss */
  .tabbed-display-box .header-small-screen a.btn {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 93, ../../stylesheets/sass/app/_tabbed-display-box.scss */
  .tabbed-display-box .tab-pane {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 98, ../../stylesheets/sass/app/_tabbed-display-box.scss */
  .tabbed-display-box .left-tab-box {
    top: 33px;
  }
  /* line 103, ../../stylesheets/sass/app/_tabbed-display-box.scss */
  .tabbed-display-box li a {
    line-height: 30px;
  }
  /* line 108, ../../stylesheets/sass/app/_tabbed-display-box.scss */
  .tabbed-display-box .left-tab-box {
    width: 180px;
  }
  /* line 110, ../../stylesheets/sass/app/_tabbed-display-box.scss */
  .tabbed-display-box .left-tab-box .tabs-left .nav-tabs {
    padding-left: 0;
  }
  /* line 114, ../../stylesheets/sass/app/_tabbed-display-box.scss */
  .tabbed-display-box > .tab-content {
    margin-left: 180px;
  }
  /* line 120, ../../stylesheets/sass/app/_tabbed-display-box.scss */
  .tabbed-display-box:not(.opened) > .tab-content {
    margin-left: 0;
  }
  /* line 123, ../../stylesheets/sass/app/_tabbed-display-box.scss */
  .tabbed-display-box:not(.opened) .left-tab-box {
    display: none;
  }
}

/* line 1, ../../stylesheets/sass/app/_page-header.scss */
#page-header {
  margin-bottom: 1px;
  padding: 0 10px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0));
  background-image: -moz-linear-gradient(#fcfcfc, #f0f0f0);
  background-image: -webkit-linear-gradient(#fcfcfc, #f0f0f0);
  background-image: linear-gradient(#fcfcfc, #f0f0f0);
  border-bottom: 1px solid #d7d7d7;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
#page-header:before, #page-header:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
#page-header:after {
  clear: both;
}
/* line 8, ../../stylesheets/sass/app/_page-header.scss */
#page-header h1 {
  float: left;
  margin-right: 8px;
  margin-bottom: 0;
}
/* line 13, ../../stylesheets/sass/app/_page-header.scss */
#page-header h3 {
  padding-top: 15px;
  color: #c8c8c8;
  font-weight: 200;
  margin: 0;
  clear: none;
  white-space: nowrap;
}
/* line 21, ../../stylesheets/sass/app/_page-header.scss */
#page-header h1, #page-header h3 {
  display: inline-block;
  text-shadow: 1px 1px 0 #ebebeb;
}
/* line 25, ../../stylesheets/sass/app/_page-header.scss */
#page-header .breadcrumb {
  margin: 0;
  padding: 0;
  clear: both;
  background: transparent;
  font-size: 11px;
  position: relative;
  top: -2px;
  opacity: 0.5;
}
/* line 35, ../../stylesheets/sass/app/_page-header.scss */
#page-header .breadcrumb:hover {
  opacity: 1;
}
/* line 38, ../../stylesheets/sass/app/_page-header.scss */
#page-header .breadcrumb .divider {
  color: #777777;
}
@media (max-width: 767px) {
  /* line 44, ../../stylesheets/sass/app/_page-header.scss */
  #page-header h1 {
    font-size: 24px;
    line-height: 1;
    margin-top: 6px;
  }
  /* line 49, ../../stylesheets/sass/app/_page-header.scss */
  #page-header h3 {
    font-size: 20px;
    line-height: 1;
    padding-top: 10px;
  }
}
/* line 55, ../../stylesheets/sass/app/_page-header.scss */
#page-header .right-content {
  line-height: 20px;
  margin-top: 30px;
  float: right;
}
@media (max-width: 767px) {
  /* line 55, ../../stylesheets/sass/app/_page-header.scss */
  #page-header .right-content {
    margin-top: 5px;
  }
}
/* line 63, ../../stylesheets/sass/app/_page-header.scss */
#page-header .right-content .lms-link {
  font-weight: bold;
}

/* line 2, ../../stylesheets/sass/app/_page-content.scss */
#main-content .well {
  border: 1px solid #969696;
  border-radius: 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  background-image: -moz-linear-gradient(#ffffff, #dcdcdc);
  background-image: -webkit-linear-gradient(#ffffff, #dcdcdc);
  background-image: linear-gradient(#ffffff, #dcdcdc);
}

/* line 9, ../../stylesheets/sass/app/_page-content.scss */
.btn-toolbar.with-title {
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-toolbar.with-title:before, .btn-toolbar.with-title:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.btn-toolbar.with-title:after {
  clear: both;
}
/* line 11, ../../stylesheets/sass/app/_page-content.scss */
.btn-toolbar.with-title h2 {
  margin: 0 5px 0 0;
}
/* line 14, ../../stylesheets/sass/app/_page-content.scss */
.btn-toolbar.with-title .btn-group {
  padding-top: 7px;
}

/* line 19, ../../stylesheets/sass/app/_page-content.scss */
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
  background-color: white;
}

/* line 24, ../../stylesheets/sass/app/_page-content.scss */
.table-striped tbody tr:hover td, .table-striped tbody tr:hover th, .table-striped tbody tr:hover .attendance-toggle:not(.current-period) {
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #e3e3e3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9d9d9), color-stop(100%, #f2f2f2));
  background-image: -moz-linear-gradient(top, #d9d9d9, #f2f2f2);
  background-image: -webkit-linear-gradient(top, #d9d9d9, #f2f2f2);
  background-image: linear-gradient(to bottom, #d9d9d9, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9D9D9', endColorstr='#FFF2F2F2', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f2f2f2 #f2f2f2 #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #f2f2f2;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.table-striped tbody tr:hover td:hover, .table-striped tbody tr:hover td:active, .table-striped tbody tr:hover td.active, .table-striped tbody tr:hover td.current, .table-striped tbody tr:hover td.disabled, .table-striped tbody tr:hover td[disabled], .table-striped tbody tr:hover th:hover, .table-striped tbody tr:hover th:active, .table-striped tbody tr:hover th.active, .table-striped tbody tr:hover th.current, .table-striped tbody tr:hover th.disabled, .table-striped tbody tr:hover th[disabled], .table-striped tbody tr:hover .attendance-toggle:not(.current-period):hover, .table-striped tbody tr:hover .attendance-toggle:not(.current-period):active, .table-striped tbody tr:hover .attendance-toggle:not(.current-period).active, .table-striped tbody tr:hover .attendance-toggle.current:not(.current-period), .table-striped tbody tr:hover .attendance-toggle:not(.current-period).disabled, .table-striped tbody tr:hover .attendance-toggle:not(.current-period)[disabled] {
  color: #333;
  background-color: #f2f2f2;
  *background-color: #e6e6e6;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.table-striped tbody tr:hover td:active, .table-striped tbody tr:hover td.active, .table-striped tbody tr:hover td.current, .table-striped tbody tr:hover th:active, .table-striped tbody tr:hover th.active, .table-striped tbody tr:hover th.current, .table-striped tbody tr:hover .attendance-toggle:not(.current-period):active, .table-striped tbody tr:hover .attendance-toggle:not(.current-period).active, .table-striped tbody tr:hover .attendance-toggle.current:not(.current-period) {
  background-color: #d9d9d9;
}

/* line 29, ../../stylesheets/sass/app/_page-content.scss */
.thumbnail {
  background: #fafafa;
}

/* line 1, ../../stylesheets/sass/app/_typography.scss */
h3 {
  clear: both;
  margin: 0;
}

/* line 5, ../../stylesheets/sass/app/_typography.scss */
dl {
  margin-bottom: 10px;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
dl:before, dl:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
dl:after {
  clear: both;
}

/* line 9, ../../stylesheets/sass/app/_typography.scss */
dt {
  clear: left;
  float: left;
  width: 200px;
}

/* line 14, ../../stylesheets/sass/app/_typography.scss */
dd {
  float: left;
  clear: right;
}

/* line 19, ../../stylesheets/sass/app/_typography.scss */
.extra-info dl {
  margin-bottom: 0;
}
/* line 22, ../../stylesheets/sass/app/_typography.scss */
.extra-info dt {
  width: 100px;
}
/* line 25, ../../stylesheets/sass/app/_typography.scss */
.extra-info h4 {
  margin: 0;
}

/* line 29, ../../stylesheets/sass/app/_typography.scss */
.text-left {
  text-align: left;
}

/* line 32, ../../stylesheets/sass/app/_typography.scss */
.text-center, .table td.text-center {
  text-align: center;
}

/* line 35, ../../stylesheets/sass/app/_typography.scss */
.text-right {
  text-align: right;
}

@media screen {
  /* line 2, ../../stylesheets/sass/app/_layout.scss */
  html {
    background: #c5c9eb;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("/img/logincover/oldschool.jpg");
    /*&.print-layout {
      background-image: none;
      background-color: transparent;
    }*/
  }
  /* line 11, ../../stylesheets/sass/app/_layout.scss */
  html.abc {
    background-image: url("/img/logincover/abc.jpg");
  }
  /* line 12, ../../stylesheets/sass/app/_layout.scss */
  html.acbc {
    background-image: url("/img/logincover/acbc.jpg");
  }
  /* line 13, ../../stylesheets/sass/app/_layout.scss */
  html.bbc {
    background-image: url("/img/logincover/bbc.jpg");
  }
  /* line 14, ../../stylesheets/sass/app/_layout.scss */
  html.abbc {
    background-image: url("/img/logincover/abbc.jpg");
  }
  /* line 15, ../../stylesheets/sass/app/_layout.scss */
  html.qbc {
    background-image: url("/img/logincover/qbc.jpg");
  }
  /* line 16, ../../stylesheets/sass/app/_layout.scss */
  html.sheridan {
    background-image: url("/img/logincover/sc.jpg");
  }
  /* line 17, ../../stylesheets/sass/app/_layout.scss */
  html.pws {
    background-image: url("/img/logincover/pws.jpg");
  }
  /* line 19, ../../stylesheets/sass/app/_layout.scss */
  html li.abe-only {
    display: none;
  }
  /* line 22, ../../stylesheets/sass/app/_layout.scss */
  html.abe {
    background-image: none;
    background-color: #1e2742;
  }
  /* line 26, ../../stylesheets/sass/app/_layout.scss */
  html.abe li.abe-only {
    display: initial;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-width: 1600px) {
  /* line 2, ../../stylesheets/sass/app/_layout.scss */
  html {
    background-image: url("/img/logincover/oldschool@2x.jpg");
  }
  /* line 34, ../../stylesheets/sass/app/_layout.scss */
  html.abc {
    background-image: url("/img/logincover/abc@2x.jpg");
  }
  /* line 35, ../../stylesheets/sass/app/_layout.scss */
  html.acbc {
    background-image: url("/img/logincover/acbc@2x.jpg");
  }
  /* line 37, ../../stylesheets/sass/app/_layout.scss */
  html.bbc {
    background-image: url("/img/logincover/bbc@2x.jpg");
  }
  /* line 38, ../../stylesheets/sass/app/_layout.scss */
  html.qbc {
    background-image: url("/img/logincover/qbc@2x.jpg");
  }
  /* line 39, ../../stylesheets/sass/app/_layout.scss */
  html.sheridan {
    background-image: url("/img/logincover/sc@2x.jpg");
  }
  /* line 40, ../../stylesheets/sass/app/_layout.scss */
  html.pws {
    background-image: url("/img/logincover/pws@2x.jpg");
  }
  /* line 42, ../../stylesheets/sass/app/_layout.scss */
  html.abe {
    background-image: none;
    background-color: #1e2742;
  }
}
@media screen {
  /* line 50, ../../stylesheets/sass/app/_layout.scss */
  html.demo {
    background-image: none;
    background-color: #ffd273;
  }
  /* line 62, ../../stylesheets/sass/app/_layout.scss */
  html .site-top-bar #menu-toggle {
    margin-top: 2px;
    line-height: 27px;
    width: 18px;
    font-size: 21px;
    margin-right: 8px;
  }
  /* line 70, ../../stylesheets/sass/app/_layout.scss */
  html .site-top-bar #top-bar-app-short-name {
    font-size: 20px;
    line-height: 18px;
  }
}
/* line 79, ../../stylesheets/sass/app/_layout.scss */
#top-bar-app-name, #top-bar-app-short-name {
  cursor: pointer;
}

/* line 84, ../../stylesheets/sass/app/_layout.scss */
.per-school > div {
  display: none;
}

/* line 87, ../../stylesheets/sass/app/_layout.scss */
.abc .per-school .abc,
.acbc .per-school .acbc,
.gbc .per-school .gbc,
.qbc .per-school .qbc,
.abbc .per-school .abbc,
.abe .per-school .abe,
.bbc .per-school .bbc {
  display: block;
}

/* line 98, ../../stylesheets/sass/app/_layout.scss */
.primary .per-school .secondary,
.secondary .per-school .primary {
  display: none !important;
}

/* line 103, ../../stylesheets/sass/app/_layout.scss */
body {
  margin: 0;
  background: none;
}
@media (max-width: 767px) {
  /* line 103, ../../stylesheets/sass/app/_layout.scss */
  body {
    padding: 0;
  }
}

/* line 111, ../../stylesheets/sass/app/_layout.scss */
#main-nav .nav-list {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 117, ../../stylesheets/sass/app/_layout.scss */
#main-nav li.include-for-request-lists-only, #left-sidebar-nav li.include-for-request-lists-only {
  display: none;
}

/* line 123, ../../stylesheets/sass/app/_layout.scss */
body.requests-lists-only #main-nav li:not(.include-for-request-lists), body.requests-lists-only #left-sidebar-nav li:not(.include-for-request-lists) {
  display: none;
}

/* line 129, ../../stylesheets/sass/app/_layout.scss */
#main-content {
  max-width: 100%;
  overflow: visible;
}
@media (min-width: 768px) {
  /* line 136, ../../stylesheets/sass/app/_layout.scss */
  #main-content .padded-content {
    padding: 10px 30px;
  }
}

/* line 142, ../../stylesheets/sass/app/_layout.scss */
.show-if-has-tass-web-access {
  display: none;
}

/* line 147, ../../stylesheets/sass/app/_layout.scss */
body.has-tass-web-access .show-if-has-tass-web-access {
  display: initial;
}
/* line 150, ../../stylesheets/sass/app/_layout.scss */
body.has-tass-web-access .hide-if-has-tass-web-access {
  display: none;
}

/* line 155, ../../stylesheets/sass/app/_layout.scss */
footer {
  color: white;
  text-shadow: black 1px 1px 1px;
  margin-top: 10px;
}

/* line 161, ../../stylesheets/sass/app/_layout.scss */
.box {
  border-radius: 2px;
}
@media screen {
  /* line 161, ../../stylesheets/sass/app/_layout.scss */
  .box {
    background: #fafafa;
    border: 1px solid white;
    -moz-box-shadow: 0px 0px 3px 3px #c8c8c8;
    -webkit-box-shadow: 0px 0px 3px 3px #c8c8c8;
    box-shadow: 0px 0px 3px 3px #c8c8c8;
  }
}

@media (min-width: 481px) {
  /* line 171, ../../stylesheets/sass/app/_layout.scss */
  .table-min-width {
    min-width: 650px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 178, ../../stylesheets/sass/app/_layout.scss */
  #page {
    margin-left: 0;
    width: 100%;
  }

  /* line 182, ../../stylesheets/sass/app/_layout.scss */
  #content-area {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 189, ../../stylesheets/sass/app/_layout.scss */
  #page {
    -moz-box-shadow: 0px 5px #333333;
    -webkit-box-shadow: 0px 5px #333333;
    box-shadow: 0px 5px #333333;
  }
}
/* line 197, ../../stylesheets/sass/app/_layout.scss */
.hidden-frame {
  width: 0;
  height: 0;
  max-width: 0;
  max-height: 0;
  border-style: none;
  visisibility: hidden;
}

/* line 207, ../../stylesheets/sass/app/_layout.scss */
html.os-ios {
  height: 100%;
  overflow: hidden;
}
/* line 211, ../../stylesheets/sass/app/_layout.scss */
html.os-ios body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 218, ../../stylesheets/sass/app/_layout.scss */
#student-twl-container, #files-container, .embedded-frame-container {
  position: relative;
  width: 100%;
  height: 1000px;
}

/* line 224, ../../stylesheets/sass/app/_layout.scss */
.full-frame {
  width: 100%;
  border: 0;
  min-height: 400px;
}

/* line 230, ../../stylesheets/sass/app/_layout.scss */
td.cell-bottom {
  vertical-align: bottom;
}

/* line 234, ../../stylesheets/sass/app/_layout.scss */
div.vertical {
  margin-left: -36px;
  position: absolute;
  width: 115px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  /* Safari/Chrome */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -o-transform: rotate(-90deg);
  /* Opera */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
}

/* line 246, ../../stylesheets/sass/app/_layout.scss */
.nav-tabs > .active > a, .nav-tabs > .current > a,
.nav-tabs > .current > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .current > a:hover,
.nav-tabs > .current > a:hover {
  background-color: #fafafa;
}

/* line 253, ../../stylesheets/sass/app/_layout.scss */
th.vertical {
  height: 120px;
  width: 44px;
  line-height: 14px;
  padding-bottom: 20px;
  text-align: left;
}

/* line 262, ../../stylesheets/sass/app/_layout.scss */
.clearfix {
  *zoom: 1;
}
/* line 264, ../../stylesheets/sass/app/_layout.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
/* line 269, ../../stylesheets/sass/app/_layout.scss */
.clearfix:after {
  clear: both;
}

/* line 275, ../../stylesheets/sass/app/_layout.scss */
.staff-tools-view .hero-unit {
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 283, ../../stylesheets/sass/app/_layout.scss */
.family-mappings header {
  margin-top: 10px;
  margin-bottom: 2  0px;
}

/* line 1, ../../stylesheets/sass/app/_loading.scss */
.loading-screen {
  text-align: center;
  font-size: 20px;
  padding: 20px;
}

/* line 3, ../../stylesheets/sass/app/_notifications.scss */
#notifications {
  position: fixed;
  margin: 0 auto;
  top: 75px;
  left: 35%;
  right: 35%;
  min-width: 300px;
  z-index: 8000;
}
/* line 12, ../../stylesheets/sass/app/_notifications.scss */
#notifications .alert {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 17, ../../stylesheets/sass/app/_notifications.scss */
#notifications-count {
  top: 0;
  margin-left: 5px;
}

/* line 22, ../../stylesheets/sass/app/_notifications.scss */
#notifications-btn {
  margin: 0 5px;
}

/* line 28, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu {
  min-width: 450px;
}
/* line 31, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .header {
  font-size: 9pt;
  padding: 0 10px;
}
/* line 36, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .loading-item {
  display: none;
  text-align: center;
  color: #555;
}
/* line 42, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu.loading .loading-item {
  display: list-item;
}
/* line 46, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .divider {
  margin: 5px 0 0 0;
}
/* line 50, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .notification-item {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 2px;
}
/* line 52, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .notification-item::last-child {
  border-bottom-style: none;
}
/* line 57, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .notification-item.unread {
  background-color: #eeeff5;
}
/* line 61, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .notification-item .icon-large.icon-fixed-width {
  margin-left: -1.8714285714285714em;
}
/* line 64, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .notification-item a {
  padding-left: 32px;
}
/* line 67, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .notification-item .date, .notifications-dropdown .dropdown-menu .notification-item .description {
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
/* line 73, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .notification-item .date {
  float: right;
}
/* line 80, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .notification-item.active > a .date, .notifications-dropdown .dropdown-menu .notification-item.current > a .date, .notifications-dropdown .dropdown-menu .notification-item.active > a .description, .notifications-dropdown .dropdown-menu .notification-item.current > a .description, .notifications-dropdown .dropdown-menu .notification-item > a:hover .date, .notifications-dropdown .dropdown-menu .notification-item > a:hover .description, .notifications-dropdown .dropdown-menu .notification-item > a:focus .date, .notifications-dropdown .dropdown-menu .notification-item > a:focus .description {
  color: #eee;
}
/* line 86, ../../stylesheets/sass/app/_notifications.scss */
.notifications-dropdown .dropdown-menu .badge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 9, ../../stylesheets/sass/app/_forms.scss */
.form-horizontal label + .help-block {
  margin-top: -5px;
}

/* line 15, ../../stylesheets/sass/app/_forms.scss */
.form-horizontal input[type="file"] {
  line-height: 20px;
}

/* line 20, ../../stylesheets/sass/app/_forms.scss */
.control-static {
  padding-top: 5px;
  display: block;
}

/* line 30, ../../stylesheets/sass/app/_forms.scss */
.view-mode .control-label {
  font-weight: bold;
}

/* line 38, ../../stylesheets/sass/app/_forms.scss */
.form-inline.list-filter label {
  color: #999;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 45, ../../stylesheets/sass/app/_forms.scss */
.list-filter.sort-selector {
  margin-top: 20px;
}
/* line 48, ../../stylesheets/sass/app/_forms.scss */
.list-filter.sort-selector a {
  margin-right: 20px;
}
/* line 50, ../../stylesheets/sass/app/_forms.scss */
.list-filter.sort-selector a.active, .list-filter.sort-selector a.current {
  font-weight: bold;
  color: #005580;
}

/* line 59, ../../stylesheets/sass/app/_forms.scss */
.auto-html {
  white-space: pre-wrap;
}
/* line 61, ../../stylesheets/sass/app/_forms.scss */
.auto-html > * {
  white-space: normal;
}
/* line 64, ../../stylesheets/sass/app/_forms.scss */
.auto-html > p {
  margin-bottom: 0;
}

/* line 1, ../../stylesheets/sass/app/_twl.scss */
.twl-frame {
  width: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 400px;
}

/* line 2, ../../stylesheets/sass/app/_datatables.scss */
.dataTables_wrapper .custom-buttons {
  float: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 7, ../../stylesheets/sass/app/_datatables.scss */
.dataTables_wrapper .custom-buttons button {
  margin-right: 10px;
}
/* line 12, ../../stylesheets/sass/app/_datatables.scss */
.dataTables_wrapper td.grow {
  width: 100%;
}
/* line 16, ../../stylesheets/sass/app/_datatables.scss */
.dataTables_wrapper td.width20 {
  width: 20%;
}
/* line 21, ../../stylesheets/sass/app/_datatables.scss */
.dataTables_wrapper table.dataTable tfoot th,
.dataTables_wrapper table.dataTable thead th {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 28, ../../stylesheets/sass/app/_datatables.scss */
.dataTables_wrapper table.dataTable td.text-center {
  padding-right: 20px;
}
/* line 36, ../../stylesheets/sass/app/_datatables.scss */
.dataTables_wrapper table.dataTable tbody td.select-checkbox:before, .dataTables_wrapper table.dataTable tbody th.select-checkbox:before,
.dataTables_wrapper table.dataTable tr.selected td.select-checkbox:after, .dataTables_wrapper table.dataTable tr.selected th.select-checkbox:after {
  top: auto;
}
/* line 41, ../../stylesheets/sass/app/_datatables.scss */
.dataTables_wrapper .textarea-display {
  white-space: pre-wrap;
}

/* line 46, ../../stylesheets/sass/app/_datatables.scss */
.table-filters {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}

/* line 58, ../../stylesheets/sass/app/_datatables.scss */
.editor-datetime select {
  width: 100%;
}

/* line 64, ../../stylesheets/sass/app/_datatables.scss */
.dtsp-searchPanes .dtsp-nameColumn {
  cursor: pointer;
}
/* line 66, ../../stylesheets/sass/app/_datatables.scss */
.dtsp-searchPanes .dtsp-nameColumn:hover {
  background-color: #f3f3f3;
}

/* line 2, ../../stylesheets/sass/app/_video.scss */
.video-request-form .help-block {
  color: #999;
}
/* line 5, ../../stylesheets/sass/app/_video.scss */
.video-request-form .question {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 10, ../../stylesheets/sass/app/_video.scss */
.video-request-form .question-row {
  margin-bottom: 10px;
}
/* line 13, ../../stylesheets/sass/app/_video.scss */
.video-request-form .answer {
  padding-left: 10px;
}
/* line 16, ../../stylesheets/sass/app/_video.scss */
.video-request-form .explanation {
  border: 1px solid #64a7bd;
  background-color: #d0e2ea;
  border-radius: 2px;
  padding: 5px;
}
/* line 21, ../../stylesheets/sass/app/_video.scss */
.video-request-form .explanation .hl {
  background-color: #feffe2;
}

/* line 29, ../../stylesheets/sass/app/_video.scss */
.staff-tools-view .hero-unit p {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}
/* line 34, ../../stylesheets/sass/app/_video.scss */
.staff-tools-view .hero-unit h2 {
  font-size: 26px;
  margin-bottom: 0;
}

/* line 1, ../../stylesheets/sass/app/_reports.scss */
.report-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 6, ../../stylesheets/sass/app/_reports.scss */
.report-filters .full-width {
  flex-basis: 100%;
}
/* line 10, ../../stylesheets/sass/app/_reports.scss */
.report-filters > *,
.report-filters .input-append.date, .report-filters .input-prepend.date {
  margin-right: 20px;
  margin-bottom: 10px;
}
/* line 16, ../../stylesheets/sass/app/_reports.scss */
.report-filters label {
  font-weight: bold;
}
/* line 18, ../../stylesheets/sass/app/_reports.scss */
.report-filters label.full-width {
  margin-bottom: 5px;
}

/* line 26, ../../stylesheets/sass/app/_reports.scss */
.menu-screen .menu-section {
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 20px;
  padding-bottom: 10px;
}
/* line 34, ../../stylesheets/sass/app/_reports.scss */
.menu-screen .menu-section .btn-large {
  margin-right: 20px;
  width: 210px;
}
/* line 39, ../../stylesheets/sass/app/_reports.scss */
.menu-screen .menu-section h3 {
  margin-top: -10px;
  margin-bottom: 10px;
}
/* line 44, ../../stylesheets/sass/app/_reports.scss */
.menu-screen .menu-section p {
  margin-bottom: 15px;
}

/* line 51, ../../stylesheets/sass/app/_reports.scss */
.attendance-report-table tr.student-header {
  background-color: #ddd;
}
/* line 53, ../../stylesheets/sass/app/_reports.scss */
.attendance-report-table tr.student-header .name, .attendance-report-table tr.student-header .rollgroup, .attendance-report-table tr.student-header .yeargroup {
  margin-right: 20px;
}
/* line 56, ../../stylesheets/sass/app/_reports.scss */
.attendance-report-table tr.student-header .rollgroup, .attendance-report-table tr.student-header .yeargroup {
  font-weight: normal;
  font-style: italic;
}
/* line 61, ../../stylesheets/sass/app/_reports.scss */
.attendance-report-table th {
  width: 100%;
}
/* line 64, ../../stylesheets/sass/app/_reports.scss */
.attendance-report-table th.period {
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  padding-left: 0;
  padding-right: 0;
}
/* line 72, ../../stylesheets/sass/app/_reports.scss */
.attendance-report-table th.period, .attendance-report-table td.period {
  text-align: center;
  border-left: 1px solid #ddd;
}
/* line 77, ../../stylesheets/sass/app/_reports.scss */
.attendance-report-table td.period {
  font-weight: bold;
}
/* line 80, ../../stylesheets/sass/app/_reports.scss */
.attendance-report-table td {
  border-top-style: none;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  /* line 91, ../../stylesheets/sass/app/_reports.scss */
  .attendance-audit-report .row-fluid .span10 {
    width: 82.90598%;
    *width: 82.40598%;
    float: left;
  }
  /* line 96, ../../stylesheets/sass/app/_reports.scss */
  .attendance-audit-report .row-fluid .span2 {
    width: 14.89362%;
    *width: 14.39362%;
    float: left;
  }
}
/* line 103, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report .type-P {
  color: green;
}
/* line 106, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report td.type-P {
  font-weight: normal;
}
/* line 109, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report .type-E {
  color: darkblue;
}
/* line 113, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report .type-L {
  color: orangered;
}
/* line 117, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report .type-A {
  color: red;
}
/* line 121, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report dt {
  width: 120px;
}
/* line 127, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report .legend label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 134, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report td .extra-details {
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
}
/* line 139, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report td .extra-details .remark {
  font-style: italic;
}
/* line 142, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report td .extra-details .status {
  float: right;
}
/* line 146, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report .footer {
  margin-top: 20px;
  text-align: center;
}
/* line 151, ../../stylesheets/sass/app/_reports.scss */
.attendance-audit-report .footer .print-date {
  display: inline-block;
  margin-left: 20px;
  font-style: italic;
}

/* line 159, ../../stylesheets/sass/app/_reports.scss */
td .dt-percentage {
  float: right;
  margin-right: 10px;
}

/* line 1, ../../stylesheets/sass/app/_student-picker.scss */
.student-picker {
  min-width: 200px;
}

/* line 2, ../../stylesheets/sass/app/_permission-forms.scss */
.nav-list .permission-form-badge {
  float: right;
  margin-top: 5px;
}

/* line 8, ../../stylesheets/sass/app/_permission-forms.scss */
.permission-form-list {
  padding: 20px;
}

/* line 3, ../../stylesheets/sass/app/_staff-groups.scss */
.staff-permissions .dataTable tbody tr td {
  vertical-align: top;
}

@media (max-width: 767px) {
  /* line 2, ../../stylesheets/sass/general/_bootstrap-fixes.scss */
  html .modal {
    top: 0 !important;
    bottom: 0 !important;
  }
  /* line 4, ../../stylesheets/sass/general/_bootstrap-fixes.scss */
  html .modal, html .modal .modal-body, html .modal .modal-footer, html .modal .modal-header {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: auto !important;
  }
  /* line 16, ../../stylesheets/sass/general/_bootstrap-fixes.scss */
  html .modal .modal-header {
    top: 0px;
    height: 40px;
  }
  /* line 20, ../../stylesheets/sass/general/_bootstrap-fixes.scss */
  html .modal .modal-body {
    top: 58px;
    bottom: 61px;
    overflow: auto;
  }
  /* line 25, ../../stylesheets/sass/general/_bootstrap-fixes.scss */
  html .modal .modal-footer {
    bottom: 0px;
    height: 30px;
  }
}
/* line 32, ../../stylesheets/sass/general/_bootstrap-fixes.scss */
.no-wrap {
  white-space: nowrap;
}

/* line 38, ../../stylesheets/sass/general/_bootstrap-fixes.scss */
.table tr.no-border th, .table tr.no-border td {
  border-top-style: none;
}

/* line 44, ../../stylesheets/sass/general/_bootstrap-fixes.scss */
.btn-small .caret {
  margin-top: 8px;
}

/* line 8, ../../stylesheets/sass/general/_print-utilities.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 11, ../../stylesheets/sass/general/_print-utilities.scss */
  .visible-print {
    display: inherit !important;
  }

  /* line 12, ../../stylesheets/sass/general/_print-utilities.scss */
  .hidden-print {
    display: none !important;
  }

  /* line 13, ../../stylesheets/sass/general/_print-utilities.scss */
  .print-page {
    page-break-before: always;
    page-break-after: always;
  }
}
/* line 20, ../../stylesheets/sass/general/_print-utilities.scss */
.print-section-together {
  page-break-inside: avoid;
}

/* line 1, ../../stylesheets/sass/general/_animations.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-ms-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 55, ../../stylesheets/sass/general/_animations.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-ms-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 105, ../../stylesheets/sass/general/_animations.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

/* line 60, ../../stylesheets/sass/screen.scss */
.btn {
  outline: 0 !important;
}

/* line 63, ../../stylesheets/sass/screen.scss */
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: white;
}

/* line 4, ../../stylesheets/sass/features/_attendance.scss */
#attendance {
  min-width: 600px;
}

/* line 9, ../../stylesheets/sass/features/_attendance.scss */
.attendance-view {
  margin-bottom: 300px;
}
/* line 12, ../../stylesheets/sass/features/_attendance.scss */
.attendance-view.hide-locked .all-locked {
  display: none;
}
/* line 17, ../../stylesheets/sass/features/_attendance.scss */
.attendance-view a.icon-flag.note-type-IEP {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  background-image: url(/img/alerts/icon-iep.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 19, ../../stylesheets/sass/features/_attendance.scss */
.attendance-view a.icon-flag.note-type-IEP::before {
  display: none;
  content: '';
}
/* line 32, ../../stylesheets/sass/features/_attendance.scss */
.attendance-view a.icon-flag.note-type-Medical_action_plan {
  color: #3eae1e;
}
/* line 34, ../../stylesheets/sass/features/_attendance.scss */
.attendance-view a.icon-flag.note-type-Medical_action_plan::before {
  content: "\f022";
}
/* line 42, ../../stylesheets/sass/features/_attendance.scss */
.attendance-view .input-append.date input {
  width: 70px;
}
/* line 46, ../../stylesheets/sass/features/_attendance.scss */
.attendance-view .show-selector {
  display: none;
}
/* line 50, ../../stylesheets/sass/features/_attendance.scss */
.attendance-view .alert {
  clear: both;
}
@media (max-width: 480px) {
  /* line 55, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-view .show-selector {
    display: inline-block;
    margin-left: 0;
    float: left;
    clear: left;
  }
  /* line 61, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-view h3 {
    font-size: 18px;
  }
  /* line 65, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-view .btn-toolbar {
    margin-top: -8px;
  }
  /* line 67, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-view .btn-toolbar .btn-group {
    margin-top: 8px;
  }
  /* line 70, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-view .btn-toolbar .btn-group.date-selector {
    margin-right: 5px;
  }
  /* line 73, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-view .btn-toolbar .btn-group.day-selector {
    margin-left: 0;
  }
  /* line 75, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-view .btn-toolbar .btn-group.day-selector a {
    padding: 4px 6px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  /* line 93, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table .attendance-row td:first-child {
    line-height: 1.2;
    font-size: 13px;
    padding: 0 3px;
    vertical-align: middle;
  }
  /* line 101, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table .extended {
    display: none;
  }
  /* line 104, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table td.out-of-class, .attendance-table td.phone-button, .attendance-table td.bus-list-button, .attendance-table td.behaviour-button {
    display: none;
  }
  /* line 108, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table.expanded td.out-of-class, .attendance-table.expanded td.phone-button, .attendance-table.expanded td.bus-list-button, .attendance-table.expanded td.behaviour-button {
    display: table-cell;
  }
  /* line 111, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table.expanded .extended {
    display: table-cell;
  }
  /* line 115, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table.expanded .period-cell {
    display: none;
  }
  /* line 120, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table .period-cell {
    width: 24px;
    padding: 4px 0;
  }
  /* line 124, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table th.period-cell {
    text-align: center;
    font-size: 11px;
  }
  /* line 129, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table .attendance-toggle {
    margin: -4px 0px;
  }
  /* line 132, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table .attendance-toggle.locked {
    width: 23px;
  }
  /* line 135, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table .attendance-toggle.locked .attendance-label {
    font-size: 11px;
    width: 20px;
    height: 20px;
    top: 6px;
    left: 2px;
  }
  /* line 142, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table .attendance-toggle.locked .attendance-label:before {
    line-height: 20px;
    width: 20px;
  }
}
/* line 150, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table .col-attendance {
  width: 32px;
}
/* line 153, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table .col-out-of-class {
  width: 105px;
}
/* line 156, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table .col-phone {
  width: 32px;
}
/* line 159, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table .col-behaviour {
  width: 48px;
}
/* line 162, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table .col-bus-list {
  width: 58px;
}
/* line 166, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table td.bus-list-button {
  display: flex;
}
@media (max-width: 480px) {
  /* line 171, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table .col-attendance, .attendance-table .col-out-of-class, .attendance-table .col-phone, .attendance-table .col-behaviour, .attendance-table .col-bus-list {
    width: auto;
  }
}
/* line 178, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table .attendance-row .hover-btn {
  visibility: hidden;
  float: right;
  outline: 0;
}
/* line 183, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table .attendance-row:hover .hover-btn,
.attendance-table .attendance-row .hover-btn.active,
.attendance-table .attendance-row .hover-btn.current,
.attendance-table .attendance-row .hover-btn.open {
  visibility: visible;
}
@media (hover: none) {
  /* line 190, ../../stylesheets/sass/features/_attendance.scss */
  .attendance-table .attendance-row .hover-btn {
    visibility: visible;
  }
}
/* line 195, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table td:first-child a:first-child {
  line-height: 24px;
}
/* line 199, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table a[class^="icon-"] {
  color: #969696;
  margin-left: 9px;
  font-size: 17px;
  margin-left: 5px;
  /*&:hover {
    color: rgb(100,100,100);
    text-decoration: none;
  }*/
}
/* line 210, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table a.icon-medkit {
  color: #3eae1e;
}
/* line 213, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table a.icon-warning-sign {
  color: #f91a1a;
}
/* line 216, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table a.icon-home {
  color: #0043e1;
}
/* line 219, ../../stylesheets/sass/features/_attendance.scss */
.attendance-table a.icon-flag {
  color: #f19727;
}

/* line 226, ../../stylesheets/sass/features/_attendance.scss */
.set-all .attendance-toggle, .set-all td {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyYzQ2MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUxYTM1MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.set-all .attendance-toggle:hover, .set-all .attendance-toggle:active, .set-all .attendance-toggle.active, .set-all .attendance-toggle.current, .set-all .attendance-toggle.disabled, .set-all .attendance-toggle[disabled], .set-all td:hover, .set-all td:active, .set-all td.active, .set-all td.current, .set-all td.disabled, .set-all td[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.set-all .attendance-toggle:active, .set-all .attendance-toggle.active, .set-all .attendance-toggle.current, .set-all td:active, .set-all td.active, .set-all td.current {
  background-color: #408140;
}
/* line 228, ../../stylesheets/sass/features/_attendance.scss */
.set-all .attendance-toggle.current-period, .set-all td.current-period {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #327a32;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0OGMzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNWYyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #348c34), color-stop(100%, #2f5f2f));
  background-image: -moz-linear-gradient(top, #348c34, #2f5f2f);
  background-image: -webkit-linear-gradient(top, #348c34, #2f5f2f);
  background-image: linear-gradient(to bottom, #348c34, #2f5f2f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF348C34', endColorstr='#FF2F5F2F', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2f5f2f #2f5f2f #162c16;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #2f5f2f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.set-all .attendance-toggle.current-period:hover, .set-all .attendance-toggle.current-period:active, .set-all .attendance-toggle.current-period.active, .set-all .attendance-toggle.current-period.current, .set-all .attendance-toggle.current-period.disabled, .set-all .attendance-toggle.current-period[disabled], .set-all td.current-period:hover, .set-all td.current-period:active, .set-all td.current-period.active, .set-all td.current-period.current, .set-all td.current-period.disabled, .set-all td.current-period[disabled] {
  color: #fff;
  background-color: #2f5f2f;
  *background-color: #274e27;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.set-all .attendance-toggle.current-period:active, .set-all .attendance-toggle.current-period.active, .set-all .attendance-toggle.current-period.current, .set-all td.current-period:active, .set-all td.current-period.active, .set-all td.current-period.current {
  background-color: #1e3d1e;
}

/* line 233, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle {
  display: block;
  width: 32px;
  height: 32px;
  margin: -4px -5px;
  outline: 0;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E6E6', endColorstr='#FFFFFFFF', GradientType=0);
  background-repeat: repeat-x;
  border-color: #fff #fff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #fff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-right: 1px solid #e6e6e6;
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle:hover, .attendance-toggle:active, .attendance-toggle.active, .attendance-toggle.current, .attendance-toggle.disabled, .attendance-toggle[disabled] {
  color: #333;
  background-color: #fff;
  *background-color: #f2f2f2;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle:active, .attendance-toggle.active, .attendance-toggle.current {
  background-color: #e6e6e6;
}
/* line 242, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle.current-period {
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #bdbdbd;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzYjNiMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b3b3b3), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(top, #b3b3b3, #cccccc);
  background-image: -webkit-linear-gradient(top, #b3b3b3, #cccccc);
  background-image: linear-gradient(to bottom, #b3b3b3, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB3B3B3', endColorstr='#FFCCCCCC', GradientType=0);
  background-repeat: repeat-x;
  border-color: #cccccc #cccccc #a6a6a6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #cccccc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle.current-period:hover, .attendance-toggle.current-period:active, .attendance-toggle.current-period.active, .attendance-toggle.current-period.current, .attendance-toggle.current-period.disabled, .attendance-toggle.current-period[disabled] {
  color: #333;
  background-color: #cccccc;
  *background-color: #bfbfbf;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle.current-period:active, .attendance-toggle.current-period.active, .attendance-toggle.current-period.current {
  background-color: #b3b3b3;
}
/* line 248, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle:hover {
  text-decoration: none;
}
/* line 252, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle.locked {
  cursor: default;
}
/* line 256, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle.locked.current-period {
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
}
/* line 260, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle .attendance-label {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  position: relative;
  top: 3px;
  left: 5px;
}
/* line 268, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle .attendance-label:before {
  display: block;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  width: 25px;
}
/* line 278, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle[data-state=late] .attendance-label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmOTZiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #2f96b4));
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle[data-state=late] .attendance-label:hover, .attendance-toggle[data-state=late] .attendance-label:active, .attendance-toggle[data-state=late] .attendance-label.active, .attendance-toggle[data-state=late] .attendance-label.current, .attendance-toggle[data-state=late] .attendance-label.disabled, .attendance-toggle[data-state=late] .attendance-label[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle[data-state=late] .attendance-label:active, .attendance-toggle[data-state=late] .attendance-label.active, .attendance-toggle[data-state=late] .attendance-label.current {
  background-color: #24748c;
}
/* line 280, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle[data-state=late] .attendance-label:before {
  content: "L";
}
/* line 283, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle[data-state=absent] .attendance-label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNWY1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JkMzYyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee5f5b), color-stop(100%, #bd362f));
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle[data-state=absent] .attendance-label:hover, .attendance-toggle[data-state=absent] .attendance-label:active, .attendance-toggle[data-state=absent] .attendance-label.active, .attendance-toggle[data-state=absent] .attendance-label.current, .attendance-toggle[data-state=absent] .attendance-label.disabled, .attendance-toggle[data-state=absent] .attendance-label[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle[data-state=absent] .attendance-label:active, .attendance-toggle[data-state=absent] .attendance-label.active, .attendance-toggle[data-state=absent] .attendance-label.current {
  background-color: #942a25;
}
/* line 285, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle[data-state=absent] .attendance-label:before {
  content: "A";
}
/* line 288, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle[data-state=present] .attendance-label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyYzQ2MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUxYTM1MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle[data-state=present] .attendance-label:hover, .attendance-toggle[data-state=present] .attendance-label:active, .attendance-toggle[data-state=present] .attendance-label.active, .attendance-toggle[data-state=present] .attendance-label.current, .attendance-toggle[data-state=present] .attendance-label.disabled, .attendance-toggle[data-state=present] .attendance-label[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle[data-state=present] .attendance-label:active, .attendance-toggle[data-state=present] .attendance-label.active, .attendance-toggle[data-state=present] .attendance-label.current {
  background-color: #408140;
}
/* line 290, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle[data-state=present] .attendance-label:before {
  content: "P";
}
/* line 293, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle[data-state=external] .attendance-label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDRjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0044cc));
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle[data-state=external] .attendance-label:hover, .attendance-toggle[data-state=external] .attendance-label:active, .attendance-toggle[data-state=external] .attendance-label.active, .attendance-toggle[data-state=external] .attendance-label.current, .attendance-toggle[data-state=external] .attendance-label.disabled, .attendance-toggle[data-state=external] .attendance-label[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle[data-state=external] .attendance-label:active, .attendance-toggle[data-state=external] .attendance-label.active, .attendance-toggle[data-state=external] .attendance-label.current {
  background-color: #003399;
}
/* line 295, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle[data-state=external] .attendance-label:before {
  content: "E";
}
/* line 298, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle[data-state=departed] .attendance-label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYjQ1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4OTQwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #f89406));
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 291, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle[data-state=departed] .attendance-label:hover, .attendance-toggle[data-state=departed] .attendance-label:active, .attendance-toggle[data-state=departed] .attendance-label.active, .attendance-toggle[data-state=departed] .attendance-label.current, .attendance-toggle[data-state=departed] .attendance-label.disabled, .attendance-toggle[data-state=departed] .attendance-label[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
/* line 298, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.attendance-toggle[data-state=departed] .attendance-label:active, .attendance-toggle[data-state=departed] .attendance-label.active, .attendance-toggle[data-state=departed] .attendance-label.current {
  background-color: #c67605;
}
/* line 300, ../../stylesheets/sass/features/_attendance.scss */
.attendance-toggle[data-state=departed] .attendance-label:before {
  content: "D";
}

/* line 304, ../../stylesheets/sass/features/_attendance.scss */
.student-attendance-toolbar {
  margin-bottom: 10px;
}

/* line 309, ../../stylesheets/sass/features/_attendance.scss */
.custom-attendance-form .date input {
  width: 115px;
}
/* line 312, ../../stylesheets/sass/features/_attendance.scss */
.custom-attendance-form .control-label {
  width: 100px;
}
/* line 315, ../../stylesheets/sass/features/_attendance.scss */
.custom-attendance-form .controls {
  margin-left: 120px;
}

/* line 320, ../../stylesheets/sass/features/_attendance.scss */
.report-select-form {
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.report-select-form:before, .report-select-form:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
.report-select-form:after {
  clear: both;
}
@media print {
  /* line 320, ../../stylesheets/sass/features/_attendance.scss */
  .report-select-form {
    display: none !important;
  }
}

/* line 1, ../../stylesheets/sass/features/_buslists.scss */
.buslist-print.report-tables > div {
  page-break-before: always;
  page-break-after: always;
}

/* line 7, ../../stylesheets/sass/features/_buslists.scss */
.bus-enrolment-list.dataTable .editor_edit {
  margin-right: 0;
}
/* line 10, ../../stylesheets/sass/features/_buslists.scss */
.bus-enrolment-list small {
  font-size: 75%;
  font-weight: bold;
}

/* line 17, ../../stylesheets/sass/features/_buslists.scss */
.daily-bus-enrolments .default-route {
  color: #999;
  font-style: italic;
}

@keyframes move-it {
  0% {
    background-position: initial;
  }
  100% {
    background-position: 100px 0px;
  }
}
/* line 30, ../../stylesheets/sass/features/_buslists.scss */
.bus-attendance-reports-view .material-icons {
  font-size: 18px;
  vertical-align: sub;
}

/* line 36, ../../stylesheets/sass/features/_buslists.scss */
.trip-panel {
  margin-top: 15px;
  background-color: #eee;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #e8e8e8;
}
/* line 44, ../../stylesheets/sass/features/_buslists.scss */
.trip-panel .btn {
  white-space: nowrap;
}
/* line 48, ../../stylesheets/sass/features/_buslists.scss */
.trip-panel .start-trip-panel {
  text-align: center;
}
/* line 52, ../../stylesheets/sass/features/_buslists.scss */
.trip-panel.saving-data {
  background: repeating-linear-gradient(45deg, #e3ebf4, #e3ebf4 5%, #d4e1f3 5%, #d4e1f3 10%);
  background-size: 100px 100px;
  animation: move-it 2s linear infinite;
}
/* line 59, ../../stylesheets/sass/features/_buslists.scss */
.trip-panel.saving-data button {
  opacity: 50%;
}
/* line 64, ../../stylesheets/sass/features/_buslists.scss */
.trip-panel .stop-trip-panel .panel-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
/* line 69, ../../stylesheets/sass/features/_buslists.scss */
.trip-panel .stop-trip-panel .panel-row .running-time {
  font-weight: bold;
}
/* line 73, ../../stylesheets/sass/features/_buslists.scss */
.trip-panel .stop-trip-panel .panel-row > * + * {
  margin-left: 5px;
}
/* line 77, ../../stylesheets/sass/features/_buslists.scss */
.trip-panel .stop-trip-panel .panel-row + .panel-row {
  margin-top: 10px;
}
/* line 81, ../../stylesheets/sass/features/_buslists.scss */
.trip-panel .stop-trip-panel .panel-row .info {
  text-align: center;
  width: 100%;
  font-size: 90%;
  font-style: italic;
}

/* line 93, ../../stylesheets/sass/features/_buslists.scss */
.swal-button.start-trip-confirm, .swal-button.stop-trip-confirm {
  background-color: green;
}

/* line 98, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-menu {
  font-size: 120%;
}
/* line 101, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-menu ul.route-menu {
  margin-left: 0;
}
/* line 103, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-menu ul.route-menu li {
  line-height: 2;
  list-style-type: none;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 0;
  margin-top: 20px;
  font-size: 130%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  text-align: center;
}
/* line 115, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-menu ul.route-menu li a {
  display: block;
  padding: 15px 20px;
}

/* line 128, ../../stylesheets/sass/features/_buslists.scss */
.buslist-modal-student-photo {
  max-height: 50vh;
  border-radius: 5px;
}

/* line 134, ../../stylesheets/sass/features/_buslists.scss */
.swal-button-container .reset-tag {
  background-color: #943939;
}

/* line 141, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .add-student-panel {
  margin-top: 15px;
  background-color: #fbfbfb;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #f9f1f1;
}
/* line 149, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .add-student-panel select {
  width: 100%;
}
/* line 153, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .add-student-panel .actions {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
/* line 157, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .add-student-panel .actions .add-student-btn {
  color: green;
  font-weight: bold;
}
/* line 162, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .add-student-panel label {
  margin-top: 5px;
}
/* line 164, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .add-student-panel label input[type="checkbox"] {
  margin-top: -2px;
  margin-right: 3px;
  margin-left: 5px;
}
/* line 173, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .input-append.date input {
  min-width: 150px;
}
/* line 176, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .input-append.date .icon-th:before {
  line-height: 1.5;
}
/* line 181, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .toolbar {
  display: flex;
  justify-content: space-between;
}
/* line 186, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .time-of-day-select select {
  margin-bottom: 0;
  width: auto;
}
/* line 191, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list {
  margin-top: 10px;
  width: 100%;
  border-top: 1px solid #ddd;
}
/* line 198, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list.more-menu-content {
  border-top-style: none;
}
/* line 200, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list.more-menu-content .tag-status {
  text-align: left;
}
/* line 205, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .student-bus-record {
  border-bottom: 1px solid #ddd;
}
/* line 210, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .geolocation-position-unknown {
  color: #666;
  font-style: italic;
}
/* line 215, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .photo-cell {
  width: 55px;
  text-align: center;
}
/* line 216, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .photo-cell img {
  border-radius: 5px;
  height: 70px;
  background-color: #e5e7e8;
  min-width: 52px;
}
/* line 227, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .photo-cell, .bus-list-view .online-bus-list .info-cell {
  padding-right: 8px;
}
/* line 231, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .student-name {
  font-weight: bold;
  font-style: 110%;
}
/* line 236, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .extra-info {
  font-weight: 300;
}
/* line 239, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .attendance {
  font-style: italic;
  white-space: nowrap;
}
/* line 244, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .tag-buttons-cell {
  text-align: right;
}
/* line 246, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .tag-buttons-cell .btn.tag-on-btn {
  color: green;
  font-weight: bold;
}
/* line 250, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .tag-buttons-cell .btn.tag-off-btn {
  color: #164b9a;
  font-weight: bold;
}
/* line 259, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .student-bus-record.not-catching {
  opacity: 0.6;
}
/* line 263, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .student-bus-record.highlighted {
  background-color: #d5fffe;
}
/* line 267, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .student-bus-record .other-route {
  font-weight: bold;
  color: #dc3700;
  font-style: normal;
}
/* line 276, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .student-bus-record.tagging-on, .bus-list-view .online-bus-list .student-bus-record.tagging-off, .bus-list-view .online-bus-list .student-bus-record.saving-data {
  background: repeating-linear-gradient(45deg, #e3ebf4, #e3ebf4 5%, #d4e1f3 5%, #d4e1f3 10%);
  background-size: 100px 100px;
  animation: move-it 2s linear infinite;
}
/* line 283, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .student-bus-record.tagging-on button, .bus-list-view .online-bus-list .student-bus-record.tagging-off button, .bus-list-view .online-bus-list .student-bus-record.saving-data button {
  opacity: 50%;
}
/* line 287, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .student-bus-record.tagging-on .tag-buttons-cell button, .bus-list-view .online-bus-list .student-bus-record.tagging-off .tag-buttons-cell button, .bus-list-view .online-bus-list .student-bus-record.saving-data .tag-buttons-cell button {
  display: none;
}
/* line 290, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .student-bus-record.tagging-on .tag-buttons-cell::before, .bus-list-view .online-bus-list .student-bus-record.tagging-off .tag-buttons-cell::before, .bus-list-view .online-bus-list .student-bus-record.saving-data .tag-buttons-cell::before {
  content: "Saving tag status...";
  display: inline;
  font-weight: bold;
  color: #333;
  font-size: 90%;
  font-weight: bold;
  max-width: 70px;
  text-align: center;
  line-height: 1.1;
}
/* line 305, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .tag-status {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 311, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .tagged-on-time {
  font-weight: normal;
  color: green;
}
/* line 315, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .tagged-off-time {
  font-weight: normal;
  color: #164b9a;
}
/* line 321, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .more-info-only, .bus-list-view .online-bus-list .more-info-only-inline {
  display: none;
}
/* line 326, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list.more-menu-content .more-info-only {
  display: block;
}
/* line 329, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list.more-menu-content .more-info-only-inline {
  display: inline;
}
/* line 333, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list.more-menu-content .tagged-on-time, .bus-list-view .online-bus-list.more-menu-content .tagged-off-time {
  float: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 341, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .more-menu-cell {
  text-align: right;
}
/* line 343, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .more-menu-cell button {
  color: #333;
  font-weight: bolder;
  font-size: 150%;
  border-style: none;
  background-color: transparent;
  width: 44px;
  height: 44px;
  margin-right: 5px;
  margin-left: 5px;
}
/* line 354, ../../stylesheets/sass/features/_buslists.scss */
.bus-list-view .online-bus-list .more-menu-cell button:hover {
  border: 1px solid #ddd;
}

/* line 365, ../../stylesheets/sass/features/_buslists.scss */
.leaflet-control-attribution a:first-child {
  display: none;
}
/* line 368, ../../stylesheets/sass/features/_buslists.scss */
.leaflet-control-attribution span[aria-hidden="true"] {
  display: none;
}

/* line 374, ../../stylesheets/sass/features/_buslists.scss */
.bus-trip-map-view .dropdown-menu {
  z-index: 2000;
}
/* line 378, ../../stylesheets/sass/features/_buslists.scss */
.bus-trip-map-view .bus-trip-list {
  margin-top: 20px;
}
/* line 381, ../../stylesheets/sass/features/_buslists.scss */
.bus-trip-map-view .bus-trip-list .bus-trip {
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
/* line 382, ../../stylesheets/sass/features/_buslists.scss */
.bus-trip-map-view .bus-trip-list .bus-trip .route-name {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/* line 395, ../../stylesheets/sass/features/_buslists.scss */
.bus-trip-map-view .bus-trip-list .bus-trip .map {
  height: 350px;
  background-color: #ddd;
  border-radius: 5px;
  margin-top: 10px;
}
/* line 402, ../../stylesheets/sass/features/_buslists.scss */
.bus-trip-map-view .bus-trip-list .bus-trip .map-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: -4px;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 409, ../../stylesheets/sass/features/_buslists.scss */
.bus-trip-map-view .bus-trip-list .bus-trip .map-controls label {
  margin-bottom: 0;
}
/* line 412, ../../stylesheets/sass/features/_buslists.scss */
.bus-trip-map-view .bus-trip-list .bus-trip .map-controls input[type="checkbox"] {
  margin-top: 0;
  margin-bottom: 3px;
}
/* line 416, ../../stylesheets/sass/features/_buslists.scss */
.bus-trip-map-view .bus-trip-list .bus-trip .map-controls .follow-current {
  display: none;
}
/* line 423, ../../stylesheets/sass/features/_buslists.scss */
.bus-trip-map-view .bus-trip-list .bus-trip.has-current-position .map-controls .follow-current {
  display: block;
}

@media print {
  /* line 3, ../../stylesheets/sass/features/_marksbook.scss */
  .afl-page a {
    color: black;
    text-decoration: none;
  }
}
/* line 8, ../../stylesheets/sass/features/_marksbook.scss */
.afl-page .well {
  padding: 4px 19px;
}
/* line 10, ../../stylesheets/sass/features/_marksbook.scss */
.afl-page .well dl, .afl-page .well table {
  margin: 0;
}

/* line 16, ../../stylesheets/sass/features/_marksbook.scss */
.afl-header img {
  display: block;
  max-width: 100%;
}
/* line 20, ../../stylesheets/sass/features/_marksbook.scss */
.afl-header h1, .afl-header h2 {
  text-align: center;
}

/* line 24, ../../stylesheets/sass/features/_marksbook.scss */
.afl-footer {
  border-top: dashed 1px #646464;
  padding-top: 0.5cm;
}
/* line 27, ../../stylesheets/sass/features/_marksbook.scss */
.afl-footer p {
  text-align: center;
}
/* line 30, ../../stylesheets/sass/features/_marksbook.scss */
.afl-footer .table td, .afl-footer .table th {
  border: none;
}
/* line 33, ../../stylesheets/sass/features/_marksbook.scss */
.afl-footer th {
  width: 20%;
}

/* line 39, ../../stylesheets/sass/features/_marksbook.scss */
.show-only-sem1 .sem2 {
  display: none;
}

/* line 42, ../../stylesheets/sass/features/_marksbook.scss */
.show-only-sem2 .sem1 {
  display: none;
}

/* line 46, ../../stylesheets/sass/features/_marksbook.scss */
.import-assessments .import-form {
  display: flex;
  align-items: flex-end;
}
/* line 49, ../../stylesheets/sass/features/_marksbook.scss */
.import-assessments .import-form label {
  margin-left: 5px;
}
/* line 53, ../../stylesheets/sass/features/_marksbook.scss */
.import-assessments .year-column, .import-assessments .class-column {
  padding-right: 20px;
}
/* line 57, ../../stylesheets/sass/features/_marksbook.scss */
.import-assessments .submit-column button {
  white-space: nowrap;
}
/* line 62, ../../stylesheets/sass/features/_marksbook.scss */
.import-assessments .year-column select {
  width: auto;
  margin-bottom: 0;
}
/* line 67, ../../stylesheets/sass/features/_marksbook.scss */
.import-assessments .class-column {
  flex-grow: 1;
}
/* line 69, ../../stylesheets/sass/features/_marksbook.scss */
.import-assessments .class-column select {
  margin-bottom: 0;
  width: 100%;
}

@media print {
  /* line 78, ../../stylesheets/sass/features/_marksbook.scss */
  .marks-table {
    overflow: hidden;
  }
  /* line 79, ../../stylesheets/sass/features/_marksbook.scss */
  .marks-table thead {
    height: 150px !important;
  }
}
/* line 86, ../../stylesheets/sass/features/_marksbook.scss */
.standard-mode .assessment-header {
  height: 150px !important;
}
/* line 88, ../../stylesheets/sass/features/_marksbook.scss */
.standard-mode .assessment-header > div {
  position: relative;
}
/* line 90, ../../stylesheets/sass/features/_marksbook.scss */
.standard-mode .assessment-header > div > div {
  text-overflow: ellipsis;
  transform: rotate(270deg);
  transform-origin: 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media print {
  /* line 90, ../../stylesheets/sass/features/_marksbook.scss */
  .standard-mode .assessment-header > div > div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 150px !important;
    height: 150px !important;
  }
}

/* line 109, ../../stylesheets/sass/features/_marksbook.scss */
.marksbook-reports-menu .menu-section {
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 20px;
  padding-bottom: 10px;
}
/* line 117, ../../stylesheets/sass/features/_marksbook.scss */
.marksbook-reports-menu .menu-section .btn-large {
  margin-right: 20px;
  width: 210px;
}
/* line 122, ../../stylesheets/sass/features/_marksbook.scss */
.marksbook-reports-menu .menu-section h3 {
  margin-top: -10px;
  margin-bottom: 10px;
}
/* line 127, ../../stylesheets/sass/features/_marksbook.scss */
.marksbook-reports-menu .menu-section p {
  margin-bottom: 15px;
}

/* line 136, ../../stylesheets/sass/features/_marksbook.scss */
.marks-table .print-mark {
  display: none;
}

/* line 141, ../../stylesheets/sass/features/_marksbook.scss */
.assessment-setup {
  min-height: 250px;
}

@media screen {
  /* line 149, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks {
    border-top: 1px solid #ccc;
    padding: 10px;
    padding-bottom: 70px;
    margin-bottom: -10px;
    background-color: #FAFAFA;
    margin-left: -230px;
    margin-right: -30px;
  }
  /* line 158, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks.fullscreen {
    border-top: none;
    padding: inherit;
    margin-bottom: inherit;
    margin-left: inherit;
    margin-right: inherit;
  }
  /* line 167, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable tfoot th,
  .enter-marks table.dataTable thead th {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 175, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable td a.inactive {
    font-style: italic;
    color: #8d989d;
  }
  /* line 181, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .stream-cell input {
    max-width: 35px;
    margin: 0;
  }
  /* line 189, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable.stripe tbody tr.odd {
    background-color: #e8e8e8;
  }
  /* line 194, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable.stripe tbody tr.even {
    background-color: #f8f8f8;
  }
  /* line 199, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .input-append {
    margin-bottom: 0;
  }
  /* line 203, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable tbody tr td {
    vertical-align: middle;
    padding: 5px 5px;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 211, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .stream-cell + .mark-cell {
    border-left: 1px solid #b0b0b0;
  }
  /* line 216, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .stream-cell input {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    color: black;
    text-align: center;
  }
  /* line 221, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .stream-cell input:hover, .enter-marks table.dataTable .stream-cell input:focus {
    background-color: white;
    border-color: #cccccc;
  }
  /* line 229, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .mark-cell {
    border-right: 1px solid #b0b0b0;
    text-align: right;
    padding-right: 0;
  }
  /* line 230, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .mark-cell input, .enter-marks table.dataTable .mark-cell .input-append input {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    color: black;
  }
  /* line 235, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .mark-cell input:hover, .enter-marks table.dataTable .mark-cell input:focus, .enter-marks table.dataTable .mark-cell .input-append input:hover, .enter-marks table.dataTable .mark-cell .input-append input:focus {
    background-color: white;
    border-color: #cccccc;
  }
  /* line 245, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .mark-cell .outof-cell {
    border-radius: 0;
    background-color: #d4efc9;
    border: 1px solid #d4efc9;
  }
  /* line 250, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .mark-cell .outof-cell input {
    background-color: white;
  }
  /* line 254, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .mark-cell .overridden.outof-cell {
    color: #b03500;
    font-weight: 500;
  }
  /* line 260, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.dataTable .total-cell, .enter-marks table.dataTable .grade-cell {
    padding-right: 5px;
  }
  /* line 269, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks .enable-outof-override .outof-cell {
    cursor: pointer;
  }
  /* line 271, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks .enable-outof-override .outof-cell:hover {
    background-color: #f9f9f9;
  }
  /* line 274, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks .enable-outof-override .outof-cell input {
    margin-top: -5px;
    width: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 288, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks .dataTables_wrapper th.assessment-header {
    font-size: 12px;
  }
  /* line 293, ../../stylesheets/sass/features/_marksbook.scss */
  .enter-marks table.DTFC_Cloned thead, .enter-marks table.DTFC_Cloned tfoot {
    background-color: #FAFAFA;
  }

  /* line 300, ../../stylesheets/sass/features/_marksbook.scss */
  .grade-cutoff-form .input-append.input-prepend {
    margin-left: 10px;
  }
  /* line 302, ../../stylesheets/sass/features/_marksbook.scss */
  .grade-cutoff-form .input-append.input-prepend .input-mini {
    width: 40px;
  }
  /* line 307, ../../stylesheets/sass/features/_marksbook.scss */
  .grade-cutoff-form .input-append.input-prepend.error input {
    border: 1px solid #eed3d7;
    color: #b94a48;
    background-color: #f2dede;
  }
}
@media print {
  /* line 319, ../../stylesheets/sass/features/_marksbook.scss */
  .marks-table th, .marks-table td {
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: auto !important;
  }
  /* line 325, ../../stylesheets/sass/features/_marksbook.scss */
  .marks-table .print-mark {
    display: inline;
  }
  /* line 329, ../../stylesheets/sass/features/_marksbook.scss */
  .marks-table .mark-cell {
    text-align: center;
    min-width: 25px !important;
  }
  /* line 334, ../../stylesheets/sass/features/_marksbook.scss */
  .marks-table .assessment-header {
    line-height: 13px;
  }
  /* line 337, ../../stylesheets/sass/features/_marksbook.scss */
  .marks-table .assessment-header small {
    font-weight: 200;
    letter-spacing: 1px;
  }
}
/* line 2, ../../stylesheets/sass/features/_timetable.scss */
.timetable-table .expand-icon, .timetable-table .contract-icon {
  display: none;
}
/* line 5, ../../stylesheets/sass/features/_timetable.scss */
.timetable-table .day-short-name {
  display: none;
}

@media (max-width: 480px) {
  /* line 11, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table {
    table-layout: fixed;
  }
  /* line 14, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table .day-short-name {
    display: inherit;
  }
  /* line 17, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table .day-full-name {
    display: none;
  }
  /* line 21, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table .expand-icon, .timetable-table .contract-icon {
    font-size: 12px;
    color: #aaa;
    display: inline-block;
    float: right;
    margin-right: 4px;
    margin-top: 1px;
    margin-bottom: -1px;
  }
  /* line 31, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table .contract-icon {
    display: none;
  }
  /* line 35, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table thead th {
    width: 18%;
    white-space: nowrap;
  }
  /* line 39, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table thead th.period-header {
    width: 10%;
  }
  /* line 42, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table thead th.expanded {
    width: 40%;
  }
  /* line 44, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table thead th.expanded .contract-icon {
    display: inline;
  }
  /* line 47, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table thead th.expanded .expand-icon {
    display: none;
  }
  /* line 50, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table thead th.expanded .day-short-name {
    display: none;
  }
  /* line 53, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-table thead th.expanded .day-full-name {
    display: inherit;
  }
}
/* line 63, ../../stylesheets/sass/features/_timetable.scss */
.bbc .staff-timetable-view .timetable-slot {
  height: 70px;
}
/* line 66, ../../stylesheets/sass/features/_timetable.scss */
.bbc .staff-timetable-view .timetable-slot.empty-slot {
  height: auto;
}

/* line 72, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot {
  margin: -4px -5px;
  display: block;
  padding: 6px 6px 0;
  min-width: 102px;
  height: 80px;
  overflow: hidden;
}
/* line 81, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.relief {
  border: 2px dashed #006dff;
}
/* line 84, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.relief .relief-label {
  color: blue;
}
/* line 89, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot span.checks {
  background-color: white;
  border-radius: 3px;
  padding-left: 3px;
  padding-right: 3px;
  clear: both;
  display: block;
  border: 2px solid #bd362f;
}
/* line 99, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot:hover {
  text-decoration: none;
}
/* line 107, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.hidden {
  height: 10px;
}
/* line 111, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot h5, .timetable-slot h6, .timetable-slot small {
  line-height: 1;
  margin: 0 0 3px 0;
}
@media (max-width: 480px) {
  /* line 72, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-slot {
    min-width: auto;
    padding: 3px 3px 0;
  }
  /* line 117, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-slot h5 {
    font-size: 11px;
  }
  /* line 121, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-slot h6 {
    font-size: 10px;
  }
  /* line 124, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-slot small {
    font-size: 9px;
  }
}
/* line 132, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour1 {
  background: #ec88b8;
  color: #f8ffdb;
}
/* line 136, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour2 {
  background: #8e8f8f;
  color: #c8cab9;
}
/* line 140, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour3 {
  background: #f293bd;
  color: #fad5e5;
}
/* line 144, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour4 {
  background: #f7afce;
  color: #5D5E5E;
}
/* line 148, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour5 {
  background: #fad5e5;
  color: #F69479;
}
/* line 152, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour6 {
  background: #f8fadc;
  color: #ec71b9;
}
/* line 156, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour7 {
  background: #f0f2b2;
  color: #f284bd;
}
/* line 160, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour8 {
  background: #eaec88;
  color: #fabc78;
}
/* line 164, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour9 {
  background: #fbb877;
  color: #f8f6d7;
}
/* line 168, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour10 {
  background: #f69479;
  color: #f8edcf;
}
/* line 172, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour11 {
  background: #f1697a;
  color: #eaf988;
}
/* line 176, ../../stylesheets/sass/features/_timetable.scss */
.timetable-slot.colour12 {
  background: #5d5e5e;
  color: #fdffe0;
}
@media print {
  /* line 72, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-slot {
    background: white !important;
    color: black !important;
  }
}

/* line 192, ../../stylesheets/sass/features/_timetable.scss */
.batch-timetables-print h1, .timetable-print h1 {
  display: none;
}
/* line 196, ../../stylesheets/sass/features/_timetable.scss */
.batch-timetables-print h2 small, .timetable-print h2 small {
  float: right;
  margin-top: 13px;
  font-size: 22px;
}
/* line 203, ../../stylesheets/sass/features/_timetable.scss */
.batch-timetables-print .timetable-slot.empty-slot, .timetable-print .timetable-slot.empty-slot {
  display: none;
}
/* line 207, ../../stylesheets/sass/features/_timetable.scss */
.batch-timetables-print th.showfull, .timetable-print th.showfull {
  height: 80px;
}
/* line 211, ../../stylesheets/sass/features/_timetable.scss */
.batch-timetables-print th, .timetable-print th {
  white-space: nowrap;
}
/* line 215, ../../stylesheets/sass/features/_timetable.scss */
.batch-timetables-print td, .timetable-print td {
  width: 20%;
}
@media print {
  /* line 220, ../../stylesheets/sass/features/_timetable.scss */
  .batch-timetables-print .student-section, .timetable-print .student-section {
    page-break-before: always;
  }
  /* line 224, ../../stylesheets/sass/features/_timetable.scss */
  .batch-timetables-print tbody th .hidden-phone, .timetable-print tbody th .hidden-phone {
    display: inline !important;
  }
  /* line 227, ../../stylesheets/sass/features/_timetable.scss */
  .batch-timetables-print tbody th .visible-phone, .timetable-print tbody th .visible-phone {
    display: none !important;
  }
}

@media screen {
  /* line 235, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-print .student-name {
    display: none;
  }
}
/* line 242, ../../stylesheets/sass/features/_timetable.scss */
.timetable-print .timetable-name {
  float: right;
  margin-top: 15px;
}

@media print {
  /* line 250, ../../stylesheets/sass/features/_timetable.scss */
  .room-timetable.timetable-print .timetable-slot {
    min-height: 50px;
  }
  /* line 254, ../../stylesheets/sass/features/_timetable.scss */
  .room-timetable.timetable-print th.showfull {
    height: 48px;
  }

  /* line 262, ../../stylesheets/sass/features/_timetable.scss */
  .staff-timetable-view h6 {
    display: none;
  }

  /* line 268, ../../stylesheets/sass/features/_timetable.scss */
  .staff-timetable-view .timetable-slot.relief h6 {
    display: block;
  }

  /* line 273, ../../stylesheets/sass/features/_timetable.scss */
  .all-room-timeables .timetable-table {
    page-break-after: always;
  }

  /* line 278, ../../stylesheets/sass/features/_timetable.scss */
  .student-timetable-preview .student-timetable {
    page-break-after: always;
  }
}
/* line 285, ../../stylesheets/sass/features/_timetable.scss */
.timetable-staging .timetable-list .dt-buttons {
  position: sticky;
  top: 70px;
  z-index: 9;
  background-color: #f2f2f2;
  padding-top: 10px;
  margin-top: -10px;
  padding-left: 10px;
  border-radius: 5px;
}

/* line 299, ../../stylesheets/sass/features/_timetable.scss */
.timetable-staging .print-btn, .batch-timetables-print .print-btn, .timetable-print .print-btn {
  margin-right: 20px;
}
@media print {
  /* line 303, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging ul.nav.nav-tabs, .batch-timetables-print ul.nav.nav-tabs, .timetable-print ul.nav.nav-tabs {
    display: none;
  }
  /* line 307, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .pull-right.filters, .batch-timetables-print .pull-right.filters, .timetable-print .pull-right.filters {
    margin-top: -35px;
  }
  /* line 309, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .pull-right.filters select, .batch-timetables-print .pull-right.filters select, .timetable-print .pull-right.filters select {
    border-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border-style: none;
  }
  /* line 319, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .tab-content, .batch-timetables-print .tab-content, .timetable-print .tab-content {
    clear: both;
  }
  /* line 322, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .tab-content .tab-pane.timetable-list, .batch-timetables-print .tab-content .tab-pane.timetable-list, .timetable-print .tab-content .tab-pane.timetable-list {
    display: none;
  }
  /* line 325, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .tab-content .tab-pane.timetable-grid, .batch-timetables-print .tab-content .tab-pane.timetable-grid, .timetable-print .tab-content .tab-pane.timetable-grid {
    display: block;
  }
  /* line 328, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .tab-content .timetable-slot.empty-slot, .batch-timetables-print .tab-content .timetable-slot.empty-slot, .timetable-print .tab-content .timetable-slot.empty-slot {
    display: none;
  }
  /* line 331, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .tab-content th.showfull, .batch-timetables-print .tab-content th.showfull, .timetable-print .tab-content th.showfull {
    height: 80px;
  }
  /* line 336, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot, .batch-timetables-print .timetable-slot, .timetable-print .timetable-slot {
    min-height: 82px;
    height: auto;
  }
  /* line 339, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot h6, .batch-timetables-print .timetable-slot h6, .timetable-print .timetable-slot h6 {
    font-weight: normal;
    font-size: 10px;
  }
  /* line 344, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour1, .batch-timetables-print .timetable-slot.colour1, .timetable-print .timetable-slot.colour1 {
    background-color: rgba(141, 211, 199, 0.3) !important;
  }
  /* line 345, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour2, .batch-timetables-print .timetable-slot.colour2, .timetable-print .timetable-slot.colour2 {
    background-color: rgba(255, 255, 179, 0.3) !important;
  }
  /* line 346, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour3, .batch-timetables-print .timetable-slot.colour3, .timetable-print .timetable-slot.colour3 {
    background-color: rgba(190, 186, 218, 0.3) !important;
  }
  /* line 347, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour4, .batch-timetables-print .timetable-slot.colour4, .timetable-print .timetable-slot.colour4 {
    background-color: rgba(251, 128, 114, 0.3) !important;
  }
  /* line 348, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour5, .batch-timetables-print .timetable-slot.colour5, .timetable-print .timetable-slot.colour5 {
    background-color: rgba(128, 177, 211, 0.3) !important;
  }
  /* line 349, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour6, .batch-timetables-print .timetable-slot.colour6, .timetable-print .timetable-slot.colour6 {
    background-color: rgba(253, 180, 98, 0.3) !important;
  }
  /* line 350, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour7, .batch-timetables-print .timetable-slot.colour7, .timetable-print .timetable-slot.colour7 {
    background-color: rgba(179, 222, 105, 0.3) !important;
  }
  /* line 351, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour8, .batch-timetables-print .timetable-slot.colour8, .timetable-print .timetable-slot.colour8 {
    background-color: rgba(252, 205, 229, 0.3) !important;
  }
  /* line 352, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour9, .batch-timetables-print .timetable-slot.colour9, .timetable-print .timetable-slot.colour9 {
    background-color: rgba(217, 217, 217, 0.3) !important;
  }
  /* line 353, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour10, .batch-timetables-print .timetable-slot.colour10, .timetable-print .timetable-slot.colour10 {
    background-color: rgba(188, 128, 189, 0.3) !important;
  }
  /* line 354, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour11, .batch-timetables-print .timetable-slot.colour11, .timetable-print .timetable-slot.colour11 {
    background-color: rgba(204, 235, 197, 0.3) !important;
  }
  /* line 355, ../../stylesheets/sass/features/_timetable.scss */
  .timetable-staging .timetable-slot.colour12, .batch-timetables-print .timetable-slot.colour12, .timetable-print .timetable-slot.colour12 {
    background-color: rgba(255, 237, 111, 0.3) !important;
  }
}

/* line 3, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-timetable-preview .student-timetable, .student-timetable-preview .staff-timetable, .staff-timetable-preview .student-timetable, .staff-timetable-preview .staff-timetable {
  margin: 30px;
  max-width: 708px;
}
/* line 6, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-timetable-preview .student-timetable .student-name, .student-timetable-preview .student-timetable .staff-name, .student-timetable-preview .staff-timetable .student-name, .student-timetable-preview .staff-timetable .staff-name, .staff-timetable-preview .student-timetable .student-name, .staff-timetable-preview .student-timetable .staff-name, .staff-timetable-preview .staff-timetable .student-name, .staff-timetable-preview .staff-timetable .staff-name {
  float: right;
  margin-top: 15px;
  display: block;
}
/* line 12, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-timetable-preview .student-timetable .period-count, .student-timetable-preview .staff-timetable .period-count, .staff-timetable-preview .student-timetable .period-count, .staff-timetable-preview .staff-timetable .period-count {
  font-size: 18px;
  float: none;
  margin-left: 20px;
}
/* line 19, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-timetable-preview .staff-timetable, .staff-timetable-preview .staff-timetable {
  page-break-after: always;
}
/* line 21, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-timetable-preview .staff-timetable h6, .staff-timetable-preview .staff-timetable h6 {
  display: none;
}
/* line 25, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-timetable-preview .staff-timetable .timetable-slot.relief h6, .staff-timetable-preview .staff-timetable .timetable-slot.relief h6 {
  display: block;
}
/* line 30, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-timetable-preview .staff-timetable .timetable-slot, .staff-timetable-preview .staff-timetable .timetable-slot {
  height: auto;
  min-height: 50px;
  padding-bottom: 3px;
}
/* line 34, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-timetable-preview .staff-timetable .timetable-slot.relief, .staff-timetable-preview .staff-timetable .timetable-slot.relief {
  border: 2px dashed #006dff;
}
/* line 36, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-timetable-preview .staff-timetable .timetable-slot.relief .relief-label, .staff-timetable-preview .staff-timetable .timetable-slot.relief .relief-label {
  color: blue;
}
/* line 41, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-timetable-preview .staff-timetable th.showfull, .staff-timetable-preview .staff-timetable th.showfull {
  height: 48px;
}
@media print {
  /* line 46, ../../stylesheets/sass/features/_timetable-admin.scss */
  .student-timetable-preview th, .student-timetable-preview td, .staff-timetable-preview th, .staff-timetable-preview td {
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
  }
  /* line 50, ../../stylesheets/sass/features/_timetable-admin.scss */
  .student-timetable-preview table, .staff-timetable-preview table {
    border: 1px solid #aaa;
    border-left-style: none;
  }
}
/* line 55, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-timetable-preview .btn, .staff-timetable-preview .btn {
  float: right;
  margin-right: 30px;
  margin-top: 10px;
}

/* line 63, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-assignment-table em.relief-assignment-empty {
  color: #999;
  cursor: pointer;
}
/* line 67, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-assignment-table .relief-assignment {
  cursor: pointer;
}
/* line 71, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-assignment-table tr.row-type-staffAbsence td {
  background-color: #e2e2e2;
  font-weight: bold;
  padding-top: 20px;
}
/* line 77, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-assignment-table.dataTable .editor_edit, .relief-assignment-table.dataTable .editor_delete {
  margin-right: 4px;
  margin-left: 4px;
}
/* line 82, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-assignment-table .replacement-staff {
  min-width: 220px;
}
/* line 87, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-assignment-table .timesheet-required input {
  margin-top: -6px;
}
/* line 89, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-assignment-table .timesheet-required input:focus {
  outline: none;
}
/* line 92, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-assignment-table .timesheet-required input + label {
  display: none;
}
/* line 96, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-assignment-table .timesheet-required .unchecked {
  color: #ccc;
}

/* line 103, ../../stylesheets/sass/features/_timetable-admin.scss */
.room-usage-view .room-row {
  display: flex;
  justify-content: space-between;
}
/* line 107, ../../stylesheets/sass/features/_timetable-admin.scss */
.room-usage-view .room-row.empty {
  color: #999;
}
/* line 111, ../../stylesheets/sass/features/_timetable-admin.scss */
.room-usage-view .student-count {
  width: 40px;
  text-align: center;
}

/* line 118, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-list-view .legend-text {
  float: right;
}
/* line 122, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-list-view .relief-notes {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
/* line 128, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-list-view .replacement-staff .select2 {
  max-width: 218px;
}
/* line 132, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-list-view .class-title {
  width: 50%;
}
/* line 136, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-list-view .copy-mode {
  margin-left: 0;
  margin-right: auto;
}
/* line 139, ../../stylesheets/sass/features/_timetable-admin.scss */
.relief-list-view .copy-mode .material-icons.unchecked {
  display: none;
}
@media print {
  /* line 145, ../../stylesheets/sass/features/_timetable-admin.scss */
  .relief-list-view th.timesheet-required {
    color: transparent;
  }
  /* line 148, ../../stylesheets/sass/features/_timetable-admin.scss */
  .relief-list-view .dataTable th {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 153, ../../stylesheets/sass/features/_timetable-admin.scss */
  .relief-list-view .editor_edit, .relief-list-view .editor_delete {
    display: none;
  }
  /* line 156, ../../stylesheets/sass/features/_timetable-admin.scss */
  .relief-list-view a {
    color: black;
  }
  /* line 159, ../../stylesheets/sass/features/_timetable-admin.scss */
  .relief-list-view .table-filters {
    display: none;
  }
  /* line 162, ../../stylesheets/sass/features/_timetable-admin.scss */
  .relief-list-view .dt-buttons {
    display: none;
  }
  /* line 165, ../../stylesheets/sass/features/_timetable-admin.scss */
  .relief-list-view .relief-assignment-empty {
    display: none;
  }
  /* line 168, ../../stylesheets/sass/features/_timetable-admin.scss */
  .relief-list-view .class-title.no-wrap {
    white-space: normal;
    min-width: 200px;
  }
  /* line 173, ../../stylesheets/sass/features/_timetable-admin.scss */
  .relief-list-view .relief-assignment-table .replacement-staff {
    min-width: auto;
    max-width: 165px;
  }
  /* line 177, ../../stylesheets/sass/features/_timetable-admin.scss */
  .relief-list-view .relief-assignment-table .unchecked {
    display: none;
  }
}

/* line 185, ../../stylesheets/sass/features/_timetable-admin.scss */
.roll-group-list .inactive {
  color: #999;
}

/* line 192, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin .menu-section {
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 20px;
  padding-bottom: 10px;
}
/* line 200, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin .menu-section .btn-large {
  margin-right: 20px;
  width: 210px;
}
/* line 206, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin h3 {
  margin-top: -10px;
  margin-bottom: 10px;
}
/* line 211, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin p {
  margin-bottom: 15px;
}
/* line 215, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin .action-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 218, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin .action-buttons .btn {
  margin-right: 10px;
}
/* line 221, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin .action-buttons .btn.seperator-left {
  margin-left: 30px;
}
/* line 228, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view .scroll-container {
  overflow-x: scroll;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ccc;
}
/* line 234, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid {
  border-color: transparent;
  border-style: solid;
}
/* line 239, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .grid-line .show-on-hover {
  visibility: hidden;
}
/* line 243, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .grid-line:hover .show-on-hover {
  visibility: visible;
}
/* line 248, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid th {
  background-color: #eee;
}
/* line 251, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid th, .timetable-admin.grid-view table.timetable-grid td {
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: top;
}
/* line 257, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .line-header {
  white-space: nowrap;
}
/* line 261, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid input[type="checkbox"] {
  margin-top: -3px;
}
/* line 266, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .line-headings label {
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
}
/* line 273, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .subject-selection-options label {
  display: block;
  text-align: left;
}
/* line 278, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid input.line-key {
  width: 70px;
}
/* line 281, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid input.line-frequency {
  width: 35px;
  text-align: right;
}
/* line 286, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .grid-cell {
  white-space: nowrap;
}
/* line 289, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .grid-cell select {
  max-width: 100px;
  margin-bottom: 0;
}
/* line 293, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .grid-cell select.class-select {
  width: auto;
  margin-bottom: 0;
  height: 28px;
  min-width: 50px;
}
/* line 299, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .grid-cell select.teacher-select, .timetable-admin.grid-view table.timetable-grid .grid-cell select.room-select {
  max-width: 154px;
}
/* line 303, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .grid-cell .select2-container--default .select2-selection--single .select2-selection__clear {
  color: #888;
  line-height: 24px;
}
/* line 308, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .grid-cell .select2-search__field {
  margin-bottom: 0;
}
/* line 313, ../../stylesheets/sass/features/_timetable-admin.scss */
.timetable-admin.grid-view table.timetable-grid .grid-cell .select-row {
  margin-top: 5px;
}

/* line 324, ../../stylesheets/sass/features/_timetable-admin.scss */
.grid-select2-nowrap li {
  white-space: nowrap;
}

/* line 330, ../../stylesheets/sass/features/_timetable-admin.scss */
.select2-results .teacher-result {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
/* line 335, ../../stylesheets/sass/features/_timetable-admin.scss */
.select2-results .departments {
  float: right;
  color: #3f3fff;
  margin-left: 10px;
}
/* line 340, ../../stylesheets/sass/features/_timetable-admin.scss */
.select2-results .key {
  color: #999;
}
/* line 345, ../../stylesheets/sass/features/_timetable-admin.scss */
.select2-results .select2-results__option--highlighted .departments {
  color: #c9daef;
}
/* line 348, ../../stylesheets/sass/features/_timetable-admin.scss */
.select2-results .select2-results__option--highlighted .key {
  color: #ddd;
}

/* line 356, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-paste-area {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px;
  border-radius: 4px;
}
/* line 363, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-paste-area .paste-area-buttons {
  padding-left: 22px;
}
/* line 365, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-paste-area .paste-area-buttons .btn {
  margin-right: 20px;
}
/* line 370, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-paste-area .input-area {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
/* line 375, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-paste-area .input-area .icon-area {
  padding-top: 4px;
  width: 22px;
  /*.empty {
    
  }*/
}
/* line 379, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-paste-area .input-area .icon-area .indicator {
  width: 18px;
  height: 18px;
  border-radius: 10px;
  margin-top: 2px;
}
/* line 385, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-paste-area .input-area .icon-area .matched {
  background-color: #14b014;
}
/* line 391, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-paste-area .input-area .icon-area .not-matched {
  background-color: #f24e4e;
}
/* line 395, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-paste-area .input-area .paste-area {
  flex: 1;
}
/* line 399, ../../stylesheets/sass/features/_timetable-admin.scss */
.student-paste-area textarea {
  width: calc(100% - 40px);
  height: 100%;
  min-height: 200px;
}

/* line 406, ../../stylesheets/sass/features/_timetable-admin.scss */
table.yeargroup-counts {
  margin-bottom: 20px;
}
/* line 410, ../../stylesheets/sass/features/_timetable-admin.scss */
table.yeargroup-counts thead {
  border-bottom: 1px solid #ccc;
}
/* line 413, ../../stylesheets/sass/features/_timetable-admin.scss */
table.yeargroup-counts td {
  text-align: center;
}
/* line 417, ../../stylesheets/sass/features/_timetable-admin.scss */
table.yeargroup-counts td, table.yeargroup-counts th {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 422, ../../stylesheets/sass/features/_timetable-admin.scss */
table.yeargroup-counts th {
  font-weight: bold;
}

/* line 428, ../../stylesheets/sass/features/_timetable-admin.scss */
.subject-selection-grid-view table td .student.oversize, .subject-selection-grid-view .info-legend.oversize {
  color: red;
}
/* line 432, ../../stylesheets/sass/features/_timetable-admin.scss */
.subject-selection-grid-view table td .student.multiple-selected .student-name, .subject-selection-grid-view .info-legend.multiple-selected .student-name {
  background-color: #fffbad;
}
/* line 437, ../../stylesheets/sass/features/_timetable-admin.scss */
.subject-selection-grid-view table td .student.draft, .subject-selection-grid-view .info-legend.draft {
  color: gray;
  font-style: italic;
}
/* line 442, ../../stylesheets/sass/features/_timetable-admin.scss */
.subject-selection-grid-view table td {
  vertical-align: top;
  white-space: nowrap;
}
/* line 443, ../../stylesheets/sass/features/_timetable-admin.scss */
.subject-selection-grid-view table td .subject-key {
  font-weight: bold;
}
/* line 450, ../../stylesheets/sass/features/_timetable-admin.scss */
.subject-selection-grid-view table td .student.hovering span.student-name {
  background-color: #426cff;
  color: white;
  border-radius: 3px;
  padding-left: 3px;
  margin-left: -3px;
  padding-right: 3px;
  margin-right: -3px;
}
/* line 459, ../../stylesheets/sass/features/_timetable-admin.scss */
.subject-selection-grid-view table td ol {
  margin-left: 18px;
  margin-bottom: 0;
}
/* line 463, ../../stylesheets/sass/features/_timetable-admin.scss */
.subject-selection-grid-view table td ol li::marker {
  color: #999;
}

/* line 1, ../../stylesheets/sass/features/_student.scss */
#profile {
  min-width: 670px;
}

/* line 5, ../../stylesheets/sass/features/_student.scss */
.day-timetable-summary dt {
  width: 30px;
}
/* line 8, ../../stylesheets/sass/features/_student.scss */
.day-timetable-summary dd {
  float: none;
}

/* line 14, ../../stylesheets/sass/features/_student.scss */
.icon-alerts a {
  margin-right: 10px;
}

/* line 19, ../../stylesheets/sass/features/_student.scss */
.alert.alert-medical, pre.medical-notes {
  background-color: #e6fde0;
  border-color: #85e192;
}

/* line 24, ../../stylesheets/sass/features/_student.scss */
.alert.alert-education-plan {
  background-color: #ffe3fc;
  border-color: #decbdc;
}

/* line 30, ../../stylesheets/sass/features/_student.scss */
.alert-education-plan p, .alert-medical-action-plan p {
  margin: 0 0 0 0;
}
/* line 33, ../../stylesheets/sass/features/_student.scss */
.alert-education-plan .left-label, .alert-medical-action-plan .left-label {
  float: left;
  margin-right: 5px;
}

/* line 39, ../../stylesheets/sass/features/_student.scss */
.alert-medical-action-plan {
  color: #4e7e3f;
}

/* line 42, ../../stylesheets/sass/features/_student.scss */
.alert-education-plan {
  color: #783b79;
}

/* line 46, ../../stylesheets/sass/features/_student.scss */
dd.medical-condtions {
  min-width: 200px;
}

/* line 50, ../../stylesheets/sass/features/_student.scss */
pre.medical-notes {
  word-break: normal;
}

/* line 55, ../../stylesheets/sass/features/_student.scss */
.published-reports-list, .parent-booking-view {
  padding: 20px;
}

/* line 60, ../../stylesheets/sass/features/_student.scss */
.published-reports-list li small {
  margin-left: 20px;
}

/* line 65, ../../stylesheets/sass/features/_student.scss */
.demerit-list-toolbar {
  margin-bottom: 10px;
}

/* line 68, ../../stylesheets/sass/features/_student.scss */
.demerit-row.Rejected {
  opacity: 0.6;
}

/* line 71, ../../stylesheets/sass/features/_student.scss */
.demerit-row {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}

/* line 78, ../../stylesheets/sass/features/_student.scss */
#demerit.tab-pane, #infringement.tab-pane {
  min-height: 650px;
}

/* line 83, ../../stylesheets/sass/features/_student.scss */
.demerit-count {
  float: right;
  line-height: 2;
}

/* line 89, ../../stylesheets/sass/features/_student.scss */
.demerit-text .well {
  margin-bottom: 5px;
}
/* line 92, ../../stylesheets/sass/features/_student.scss */
.demerit-text .approval-toolbar {
  margin-bottom: 20px;
}
/* line 94, ../../stylesheets/sass/features/_student.scss */
.demerit-text .approval-toolbar .btn {
  margin-left: 40px;
}

/* line 100, ../../stylesheets/sass/features/_student.scss */
.commendation-list-toolbar {
  margin-bottom: 10px;
}

/* line 103, ../../stylesheets/sass/features/_student.scss */
.commendation-row.Rejected {
  opacity: 0.6;
}

/* line 108, ../../stylesheets/sass/features/_student.scss */
#commendation.tab-pane, #infringement.tab-pane {
  min-height: 650px;
}

/* line 113, ../../stylesheets/sass/features/_student.scss */
.commendation-count {
  float: right;
  line-height: 2;
}

/* line 119, ../../stylesheets/sass/features/_student.scss */
.commendation-text .well {
  margin-bottom: 5px;
}
/* line 122, ../../stylesheets/sass/features/_student.scss */
.commendation-text .approval-toolbar {
  margin-bottom: 20px;
}
/* line 124, ../../stylesheets/sass/features/_student.scss */
.commendation-text .approval-toolbar .btn {
  margin-left: 40px;
}

/* line 130, ../../stylesheets/sass/features/_student.scss */
.sendout-list-toolbar {
  margin-bottom: 10px;
}

/* line 134, ../../stylesheets/sass/features/_student.scss */
.sendout-row.Rejected {
  opacity: 0.6;
}

/* line 140, ../../stylesheets/sass/features/_student.scss */
#sendout.tab-pane,
#infringement.tab-pane {
  min-height: 650px;
}

/* line 145, ../../stylesheets/sass/features/_student.scss */
.sendout-count {
  float: right;
  line-height: 2;
}

/* line 151, ../../stylesheets/sass/features/_student.scss */
.sendout-text .well {
  margin-bottom: 5px;
}
/* line 155, ../../stylesheets/sass/features/_student.scss */
.sendout-text .approval-toolbar {
  margin-bottom: 20px;
}
/* line 158, ../../stylesheets/sass/features/_student.scss */
.sendout-text .approval-toolbar .btn {
  margin-left: 40px;
}

/* line 165, ../../stylesheets/sass/features/_student.scss */
.sendout-view .year-heading {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 50px;
}

/* line 172, ../../stylesheets/sass/features/_student.scss */
.homeworkRecord-list-toolbar {
  margin-bottom: 10px;
}

/* line 175, ../../stylesheets/sass/features/_student.scss */
.homeworkRecord-row.Rejected {
  opacity: 0.6;
}

/* line 180, ../../stylesheets/sass/features/_student.scss */
#homeworkRecord.tab-pane, #infringement.tab-pane {
  min-height: 650px;
}

/* line 185, ../../stylesheets/sass/features/_student.scss */
.homeworkRecord-count {
  float: right;
  line-height: 2;
}

/* line 191, ../../stylesheets/sass/features/_student.scss */
.homeworkRecord-text .well {
  margin-bottom: 5px;
}
/* line 194, ../../stylesheets/sass/features/_student.scss */
.homeworkRecord-text .approval-toolbar {
  margin-bottom: 20px;
}
/* line 196, ../../stylesheets/sass/features/_student.scss */
.homeworkRecord-text .approval-toolbar .btn {
  margin-left: 40px;
}

/* line 203, ../../stylesheets/sass/features/_student.scss */
.homeworkRecord-view .btn-success, .demerit-view .btn-success, .commendation-view .btn-success, .sendout-view .btn-success {
  margin-right: 20px;
}

/* line 209, ../../stylesheets/sass/features/_student.scss */
#pastoral-care-notes form, #curriculum-notes form {
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
#pastoral-care-notes form:before, #pastoral-care-notes form:after, #curriculum-notes form:before, #curriculum-notes form:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
#pastoral-care-notes form:after, #curriculum-notes form:after {
  clear: both;
}
/* line 212, ../../stylesheets/sass/features/_student.scss */
#pastoral-care-notes textarea, #curriculum-notes textarea {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
}
/* line 216, ../../stylesheets/sass/features/_student.scss */
#pastoral-care-notes button, #curriculum-notes button {
  float: right;
  clear: both;
}
/* line 220, ../../stylesheets/sass/features/_student.scss */
#pastoral-care-notes .note-details *, #curriculum-notes .note-details * {
  float: right;
  text-align: right;
  clear: both;
}
/* line 225, ../../stylesheets/sass/features/_student.scss */
#pastoral-care-notes .loop-container, #curriculum-notes .loop-container {
  margin-top: 15px;
}

/* line 231, ../../stylesheets/sass/features/_student.scss */
.note-list-toolbar div {
  line-height: 30px;
}

/* line 237, ../../stylesheets/sass/features/_student.scss */
.past-student {
  opacity: 0.3;
}
/* line 240, ../../stylesheets/sass/features/_student.scss */
.past-student td:first-child:after {
  font-style: italic;
  content: " (Past student)";
}

/* line 250, ../../stylesheets/sass/features/_student.scss */
.hide-past-students .past-student {
  display: none;
}

/* line 254, ../../stylesheets/sass/features/_student.scss */
.show-past-students-trigger {
  margin-right: 10px;
}
/* line 256, ../../stylesheets/sass/features/_student.scss */
.show-past-students-trigger .btn {
  padding: 0;
}

/* line 262, ../../stylesheets/sass/features/_student.scss */
.contact-details .relationship-icon {
  color: #999;
}
/* line 265, ../../stylesheets/sass/features/_student.scss */
.contact-details dt {
  width: 130px;
}
/* line 267, ../../stylesheets/sass/features/_student.scss */
.contact-details dt.contact-label {
  font-weight: 400;
  text-indent: 10px;
}
/* line 273, ../../stylesheets/sass/features/_student.scss */
.contact-details dt.dt-full-width {
  width: auto;
  min-width: 130px;
}
/* line 278, ../../stylesheets/sass/features/_student.scss */
.contact-details .comms-rule {
  margin-right: 10px;
}
/* line 280, ../../stylesheets/sass/features/_student.scss */
.contact-details .comms-rule .icon-check {
  color: green;
}
/* line 283, ../../stylesheets/sass/features/_student.scss */
.contact-details .comms-rule .icon-remove {
  color: red;
}

/* line 292, ../../stylesheets/sass/features/_student.scss */
table.hide-house th:nth-child(3), table.hide-house td:nth-child(3) {
  display: none;
}

/* line 300, ../../stylesheets/sass/features/_student.scss */
table.hide-house.show-photos th:nth-child(3), table.hide-house.show-photos td:nth-child(3) {
  display: table-cell;
}
/* line 303, ../../stylesheets/sass/features/_student.scss */
table.hide-house.show-photos th:nth-child(4), table.hide-house.show-photos td:nth-child(4) {
  display: none;
}

/* line 310, ../../stylesheets/sass/features/_student.scss */
.student-row-view td {
  vertical-align: middle;
}
/* line 313, ../../stylesheets/sass/features/_student.scss */
.student-row-view .photo-cell {
  width: 40px;
  text-align: center;
}
/* line 314, ../../stylesheets/sass/features/_student.scss */
.student-row-view .photo-cell img {
  border-radius: 5px;
  height: 50px;
  background-color: #e5e7e8;
  min-width: 40px;
}
/* line 325, ../../stylesheets/sass/features/_student.scss */
.student-row-view .photo-cell, .student-row-view .info-cell {
  padding-right: 8px;
}

/* line 331, ../../stylesheets/sass/features/_student.scss */
.modal-student-photo {
  max-height: 50vh;
  border-radius: 5px;
}

/* line 339, ../../stylesheets/sass/features/_student.scss */
.class-student-list h3 .btn {
  font-weight: normal;
  margin-top: 7px;
  margin-left: 5px;
}
/* line 345, ../../stylesheets/sass/features/_student.scss */
.class-student-list .empty-cell {
  display: none;
}
@media print and (orientation: landscape) {
  /* line 351, ../../stylesheets/sass/features/_student.scss */
  .class-student-list h3 {
    font-size: 20px;
  }
}
@media print {
  /* line 355, ../../stylesheets/sass/features/_student.scss */
  .class-student-list h3 .btn {
    display: none;
  }
  /* line 361, ../../stylesheets/sass/features/_student.scss */
  .class-student-list .print-grid .extra {
    display: none;
  }
  /* line 366, ../../stylesheets/sass/features/_student.scss */
  .class-student-list .print-grid td {
    white-space: nowrap;
  }
  /* line 371, ../../stylesheets/sass/features/_student.scss */
  .class-student-list .empty-cell {
    display: table-cell;
    border: 1px solid #999;
    width: 30px;
  }
}
@media print and (orientation: landscape) {
  /* line 371, ../../stylesheets/sass/features/_student.scss */
  .class-student-list .empty-cell {
    width: 50px;
  }
}

@media print {
  /* line 386, ../../stylesheets/sass/features/_student.scss */
  #student-notes h1, #infringement h1, #demerit h1, #commendation h1, #sendout h1, #homeworkRecord h1 {
    padding: 0 10px;
    font-size: 20px;
  }
  /* line 391, ../../stylesheets/sass/features/_student.scss */
  #student-notes .note-type-filter-print, #student-notes .demerit-type-filter-print, #student-notes .commendation-type-filter-print, #student-notes .sendout-type-filter-print, #infringement .note-type-filter-print, #infringement .demerit-type-filter-print, #infringement .commendation-type-filter-print, #infringement .sendout-type-filter-print, #demerit .note-type-filter-print, #demerit .demerit-type-filter-print, #demerit .commendation-type-filter-print, #demerit .sendout-type-filter-print, #commendation .note-type-filter-print, #commendation .demerit-type-filter-print, #commendation .commendation-type-filter-print, #commendation .sendout-type-filter-print, #sendout .note-type-filter-print, #sendout .demerit-type-filter-print, #sendout .commendation-type-filter-print, #sendout .sendout-type-filter-print, #homeworkRecord .note-type-filter-print, #homeworkRecord .demerit-type-filter-print, #homeworkRecord .commendation-type-filter-print, #homeworkRecord .sendout-type-filter-print {
    font-size: 18px;
    padding-top: 17px;
  }
  /* line 396, ../../stylesheets/sass/features/_student.scss */
  #student-notes hr, #infringement hr, #demerit hr, #commendation hr, #sendout hr, #homeworkRecord hr {
    margin: 0;
  }
  /* line 400, ../../stylesheets/sass/features/_student.scss */
  #student-notes .note-details, #student-notes .demerit-details, #student-notes .commendation-details, #student-notes .sendout-details, #student-notes .homeworkRecord-details, #infringement .note-details, #infringement .demerit-details, #infringement .commendation-details, #infringement .sendout-details, #infringement .homeworkRecord-details, #demerit .note-details, #demerit .demerit-details, #demerit .commendation-details, #demerit .sendout-details, #demerit .homeworkRecord-details, #commendation .note-details, #commendation .demerit-details, #commendation .commendation-details, #commendation .sendout-details, #commendation .homeworkRecord-details, #sendout .note-details, #sendout .demerit-details, #sendout .commendation-details, #sendout .sendout-details, #sendout .homeworkRecord-details, #homeworkRecord .note-details, #homeworkRecord .demerit-details, #homeworkRecord .commendation-details, #homeworkRecord .sendout-details, #homeworkRecord .homeworkRecord-details {
    width: 120px;
  }
  /* line 402, ../../stylesheets/sass/features/_student.scss */
  #student-notes .note-details a, #student-notes .demerit-details a, #student-notes .commendation-details a, #student-notes .sendout-details a, #student-notes .homeworkRecord-details a, #infringement .note-details a, #infringement .demerit-details a, #infringement .commendation-details a, #infringement .sendout-details a, #infringement .homeworkRecord-details a, #demerit .note-details a, #demerit .demerit-details a, #demerit .commendation-details a, #demerit .sendout-details a, #demerit .homeworkRecord-details a, #commendation .note-details a, #commendation .demerit-details a, #commendation .commendation-details a, #commendation .sendout-details a, #commendation .homeworkRecord-details a, #sendout .note-details a, #sendout .demerit-details a, #sendout .commendation-details a, #sendout .sendout-details a, #sendout .homeworkRecord-details a, #homeworkRecord .note-details a, #homeworkRecord .demerit-details a, #homeworkRecord .commendation-details a, #homeworkRecord .sendout-details a, #homeworkRecord .homeworkRecord-details a {
    color: #333;
    font-weight: bold;
  }
  /* line 408, ../../stylesheets/sass/features/_student.scss */
  #student-notes .note-text .well, #student-notes .demerit-text .well, #student-notes .commendation-text .well, #student-notes .sendout-text .well, #student-notes .homeworkRecord-text .well, #infringement .note-text .well, #infringement .demerit-text .well, #infringement .commendation-text .well, #infringement .sendout-text .well, #infringement .homeworkRecord-text .well, #demerit .note-text .well, #demerit .demerit-text .well, #demerit .commendation-text .well, #demerit .sendout-text .well, #demerit .homeworkRecord-text .well, #commendation .note-text .well, #commendation .demerit-text .well, #commendation .commendation-text .well, #commendation .sendout-text .well, #commendation .homeworkRecord-text .well, #sendout .note-text .well, #sendout .demerit-text .well, #sendout .commendation-text .well, #sendout .sendout-text .well, #sendout .homeworkRecord-text .well, #homeworkRecord .note-text .well, #homeworkRecord .demerit-text .well, #homeworkRecord .commendation-text .well, #homeworkRecord .sendout-text .well, #homeworkRecord .homeworkRecord-text .well {
    background-color: transparent;
    background-image: none;
    padding: 0;
    border-style: none;
    box-shadow: none;
    margin-bottom: 0;
  }
  /* line 417, ../../stylesheets/sass/features/_student.scss */
  #student-notes .note-row, #student-notes .demerit-row, #student-notes .commendation-row, #student-notes .sendout-row, #student-notes .homeworkRecord-row, #infringement .note-row, #infringement .demerit-row, #infringement .commendation-row, #infringement .sendout-row, #infringement .homeworkRecord-row, #demerit .note-row, #demerit .demerit-row, #demerit .commendation-row, #demerit .sendout-row, #demerit .homeworkRecord-row, #commendation .note-row, #commendation .demerit-row, #commendation .commendation-row, #commendation .sendout-row, #commendation .homeworkRecord-row, #sendout .note-row, #sendout .demerit-row, #sendout .commendation-row, #sendout .sendout-row, #sendout .homeworkRecord-row, #homeworkRecord .note-row, #homeworkRecord .demerit-row, #homeworkRecord .commendation-row, #homeworkRecord .sendout-row, #homeworkRecord .homeworkRecord-row {
    border-bottom: 1px solid #eee;
    padding: 10px;
    padding-right: 0;
  }
}
@media print and (orientation: landscape) {
  /* line 424, ../../stylesheets/sass/features/_student.scss */
  #student-notes h1, #infringement h1, #demerit h1, #commendation h1, #sendout h1, #homeworkRecord h1 {
    font-size: 20px;
  }
  /* line 427, ../../stylesheets/sass/features/_student.scss */
  #student-notes .note-type-filter-print, #student-notes .demerit-type-filter-print, #student-notes .commendation-type-filter-print, #student-notes .sendout-type-filter-print, #student-notes .homeworkRecord-type-filter-print, #infringement .note-type-filter-print, #infringement .demerit-type-filter-print, #infringement .commendation-type-filter-print, #infringement .sendout-type-filter-print, #infringement .homeworkRecord-type-filter-print, #demerit .note-type-filter-print, #demerit .demerit-type-filter-print, #demerit .commendation-type-filter-print, #demerit .sendout-type-filter-print, #demerit .homeworkRecord-type-filter-print, #commendation .note-type-filter-print, #commendation .demerit-type-filter-print, #commendation .commendation-type-filter-print, #commendation .sendout-type-filter-print, #commendation .homeworkRecord-type-filter-print, #sendout .note-type-filter-print, #sendout .demerit-type-filter-print, #sendout .commendation-type-filter-print, #sendout .sendout-type-filter-print, #sendout .homeworkRecord-type-filter-print, #homeworkRecord .note-type-filter-print, #homeworkRecord .demerit-type-filter-print, #homeworkRecord .commendation-type-filter-print, #homeworkRecord .sendout-type-filter-print, #homeworkRecord .homeworkRecord-type-filter-print {
    padding-top: 11px;
  }
}

/* line 3, ../../stylesheets/sass/features/_login.scss */
html#login .login-form-container, html#staff-app .login-form-container {
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #e6e6e6;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 220px;
  padding: 10px;
}
/* line 12, ../../stylesheets/sass/features/_login.scss */
html#login .login-form-container h3, html#login .login-form-container h4, html#staff-app .login-form-container h3, html#staff-app .login-form-container h4 {
  font-size: 1.6em;
  text-align: center;
  margin: 0;
  line-height: 1;
}
/* line 18, ../../stylesheets/sass/features/_login.scss */
html#login .login-form-container h4, html#staff-app .login-form-container h4 {
  font-size: 1.4em;
  text-align: center;
  font-weight: 200;
  margin-bottom: 10px;
}
/* line 27, ../../stylesheets/sass/features/_login.scss */
html#login .login-form .logo, html#login .password-set-form .logo, html#staff-app .login-form .logo, html#staff-app .password-set-form .logo {
  height: 150px;
}

/* line 33, ../../stylesheets/sass/features/_login.scss */
.parent-student-selector {
  padding: 20px;
  font-size: 120%;
}
/* line 38, ../../stylesheets/sass/features/_login.scss */
.parent-student-selector li {
  line-height: 2;
}

/* line 43, ../../stylesheets/sass/features/_login.scss */
.switch-btn {
  margin-right: 20px;
}

/* line 2, ../../stylesheets/sass/features/_comments.scss */
.comment-list .comment {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 20px;
}
/* line 7, ../../stylesheets/sass/features/_comments.scss */
.comment-list .comment .comment-body {
  white-space: pre-wrap;
}
/* line 12, ../../stylesheets/sass/features/_comments.scss */
.comment-list .comment.edit-mode textarea {
  width: 98%;
  margin: 0;
}
/* line 16, ../../stylesheets/sass/features/_comments.scss */
.comment-list .comment.edit-mode .comment-body {
  margin-bottom: 0;
}
/* line 19, ../../stylesheets/sass/features/_comments.scss */
.comment-list .comment.edit-mode .comment-actions {
  text-align: right;
}
/* line 24, ../../stylesheets/sass/features/_comments.scss */
.comment-list .comment .comment-and-close-btn {
  margin-left: 10px;
}
/* line 29, ../../stylesheets/sass/features/_comments.scss */
.comment-list .comment-header, .comment-list .comment-body, .comment-list .comment-actions, .comment-list .comment-richtext {
  padding: 1%;
}
/* line 33, ../../stylesheets/sass/features/_comments.scss */
.comment-list .comment-header {
  background-color: #ebebeb;
  color: #767676;
}
/* line 37, ../../stylesheets/sass/features/_comments.scss */
.comment-list .comment-header input[type="checkbox"] {
  margin: 0;
}
/* line 41, ../../stylesheets/sass/features/_comments.scss */
.comment-list .comment-header.private-comment {
  background-color: #C0CDEF;
  color: #333;
}

/* line 6, ../../stylesheets/sass/features/_issues.scss */
.issue-list.subtasks-list small {
  display: none;
}
/* line 11, ../../stylesheets/sass/features/_issues.scss */
.issue-list .subtask-prefix {
  display: none;
}
/* line 17, ../../stylesheets/sass/features/_issues.scss */
.issue-list.tree-view tr.subtask td.info-left {
  padding-left: 20px;
}
/* line 19, ../../stylesheets/sass/features/_issues.scss */
.issue-list.tree-view tr.subtask td.info-left .subtask-prefix {
  display: inline;
}
/* line 23, ../../stylesheets/sass/features/_issues.scss */
.issue-list.tree-view tr.subtask .title {
  margin-left: -15px;
}
/* line 30, ../../stylesheets/sass/features/_issues.scss */
.issue-list.list-view-compact small {
  display: none;
}
/* line 35, ../../stylesheets/sass/features/_issues.scss */
.issue-list td small {
  color: #999;
}
/* line 44, ../../stylesheets/sass/features/_issues.scss */
.issue-list .edit-btn {
  display: none;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 18px;
  float: right;
}
/* line 56, ../../stylesheets/sass/features/_issues.scss */
.issue-list tr:hover .edit-btn {
  display: inline-block;
}
/* line 65, ../../stylesheets/sass/features/_issues.scss */
.issue-list tr.priority-Low a[href] {
  color: #79b5d2;
}
/* line 67, ../../stylesheets/sass/features/_issues.scss */
.issue-list tr.priority-Low a[href] strong {
  font-weight: normal;
}
/* line 71, ../../stylesheets/sass/features/_issues.scss */
.issue-list tr.priority-Low small {
  color: #bfbfbf;
}
/* line 74, ../../stylesheets/sass/features/_issues.scss */
.issue-list tr.priority-Low .label {
  font-weight: normal;
  color: #bfbfbf;
  background-color: transparent;
  border: 1px solid #bfbfbf;
  text-shadow: none;
}
/* line 83, ../../stylesheets/sass/features/_issues.scss */
.issue-list tr.priority-Low:hover a[href] {
  color: #08c;
}
/* line 86, ../../stylesheets/sass/features/_issues.scss */
.issue-list tr.priority-Low:hover small {
  color: #999;
}
/* line 90, ../../stylesheets/sass/features/_issues.scss */
.issue-list tr.priority-Low:hover .label {
  color: #999;
  border: 1px solid #999;
}
/* line 97, ../../stylesheets/sass/features/_issues.scss */
.issue-list tr span.label {
  margin-right: 5px;
}
/* line 101, ../../stylesheets/sass/features/_issues.scss */
.issue-list td.actions {
  text-align: right;
  transition: max-width 200ms;
  max-width: 2px;
}
/* line 106, ../../stylesheets/sass/features/_issues.scss */
.issue-list td.actions .btn-group {
  opacity: 0;
  transition: opacity 200ms;
}
/* line 111, ../../stylesheets/sass/features/_issues.scss */
.issue-list:hover {
  /*td.info-left {
  	box-shadow: -15px 0 15px -15px rgba(0, 0, 0, 0.2) inset;
  }*/
}
/* line 112, ../../stylesheets/sass/features/_issues.scss */
.issue-list:hover tr td.actions {
  max-width: 60px;
}
/* line 114, ../../stylesheets/sass/features/_issues.scss */
.issue-list:hover tr td.actions .btn-group {
  display: none;
  opacity: 1;
}
/* line 124, ../../stylesheets/sass/features/_issues.scss */
.issue-list:hover tr:hover td.actions .btn-group {
  display: inline-block;
}
/* line 137, ../../stylesheets/sass/features/_issues.scss */
.issue-list .sub-category {
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  color: #666;
}
/* line 144, ../../stylesheets/sass/features/_issues.scss */
.issue-list .due-date {
  margin-right: 10px;
  margin-top: 6px;
  line-height: 1;
  float: right;
}
/* line 151, ../../stylesheets/sass/features/_issues.scss */
.issue-list td.info-right {
  /*width: 140px;*/
  width: 70px;
  text-align: left;
}
/* line 157, ../../stylesheets/sass/features/_issues.scss */
.issue-list td.info-assignedto {
  max-width: 70px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 75%;
}
@media (max-width: 480px) {
  /* line 157, ../../stylesheets/sass/features/_issues.scss */
  .issue-list td.info-assignedto {
    display: none;
  }
}
/* line 171, ../../stylesheets/sass/features/_issues.scss */
.issue-list .info-right .inline-assignedto {
  display: none;
}
@media (max-width: 480px) {
  /* line 171, ../../stylesheets/sass/features/_issues.scss */
  .issue-list .info-right .inline-assignedto {
    display: inline;
  }
}
/* line 180, ../../stylesheets/sass/features/_issues.scss */
.issue-list .contractor-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  overflow: hidden;
}
/* line 188, ../../stylesheets/sass/features/_issues.scss */
.issue-list .progress {
  width: 100%;
  height: 13px;
  line-height: 13px;
  margin-bottom: 4px;
  margin-top: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset;
}
/* line 197, ../../stylesheets/sass/features/_issues.scss */
.issue-list .progress .bar {
  font-size: 10px;
  font-weight: normal;
  /*&.bar-low-value {
  	//color: $grayDarker;
  	&::before {
  		content: '';
  		padding:0;
  		padding-left: 110%;
  	}
  	color: $grayDark;
  	text-shadow: none;
  }
  &.bar-zero {
  	&::before {
  		content: '';
  		padding-left: 5px;
  	}
  }*/
}

/* line 223, ../../stylesheets/sass/features/_issues.scss */
.issue-view .form-horizontal .control-group {
  margin-bottom: 0;
}
/* line 227, ../../stylesheets/sass/features/_issues.scss */
.issue-view #other-issues {
  font-size: 90%;
}
/* line 229, ../../stylesheets/sass/features/_issues.scss */
.issue-view #other-issues ul {
  margin-left: 15px;
}
/* line 232, ../../stylesheets/sass/features/_issues.scss */
.issue-view #other-issues li {
  line-height: 17px;
}
/* line 237, ../../stylesheets/sass/features/_issues.scss */
.issue-view ul.truncated {
  margin-bottom: 0;
}
/* line 240, ../../stylesheets/sass/features/_issues.scss */
.issue-view ul.truncated li:nth-child(n+4) {
  display: none;
}
/* line 243, ../../stylesheets/sass/features/_issues.scss */
.issue-view ul.truncated li.truncate-show-all {
  display: list-item;
  list-style-type: none;
  text-align: right;
  font-style: italic;
}
/* line 250, ../../stylesheets/sass/features/_issues.scss */
.issue-view ul.truncated.show-all li:nth-child(n+4) {
  display: list-item;
}
/* line 253, ../../stylesheets/sass/features/_issues.scss */
.issue-view ul.truncated.show-all li.truncate-show-all {
  display: none;
}

/* line 262, ../../stylesheets/sass/features/_issues.scss */
.issue-view .progress, .issue-list .progress {
  white-space: nowrap;
}
/* line 264, ../../stylesheets/sass/features/_issues.scss */
.issue-view .progress .bar, .issue-list .progress .bar {
  text-shadow: 0 0 2px #000;
}
/* line 267, ../../stylesheets/sass/features/_issues.scss */
.issue-view .progress .bar.bar-low-value, .issue-list .progress .bar.bar-low-value {
  color: #333;
  text-shadow: none;
}
/* line 269, ../../stylesheets/sass/features/_issues.scss */
.issue-view .progress .bar.bar-low-value::before, .issue-list .progress .bar.bar-low-value::before {
  content: '';
  padding: 0;
  padding-left: 110%;
}
/* line 278, ../../stylesheets/sass/features/_issues.scss */
.issue-view .progress .bar.bar-zero::before, .issue-list .progress .bar.bar-zero::before {
  content: '';
  padding-left: 5px;
}
/* line 287, ../../stylesheets/sass/features/_issues.scss */
.issue-view .multi-line, .issue-list .multi-line {
  white-space: pre-wrap;
}

/* line 293, ../../stylesheets/sass/features/_issues.scss */
.report-select-form .pull-right {
  margin-left: 20px;
}

@media (max-width: 480px) {
  /* line 300, ../../stylesheets/sass/features/_issues.scss */
  .issue-list-filter .nav-pills {
    clear: both;
  }
  /* line 303, ../../stylesheets/sass/features/_issues.scss */
  .issue-list-filter .input-medium {
    width: 120px;
  }
  /* line 307, ../../stylesheets/sass/features/_issues.scss */
  .issue-list-filter .sort-selector a {
    white-space: nowrap;
  }
}
/* line 316, ../../stylesheets/sass/features/_issues.scss */
.issue-list-filter .filter-selectors {
  display: flex;
  column-gap: 12px;
}
/* line 321, ../../stylesheets/sass/features/_issues.scss */
.issue-list-filter .form-inline.list-filter label {
  padding-left: 0;
}

/* line 326, ../../stylesheets/sass/features/_issues.scss */
.issue-list-filter .sort-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: flex-start;
  align-items: center;
}
/* line 333, ../../stylesheets/sass/features/_issues.scss */
.issue-list-filter .sort-selector label {
  margin-bottom: 0;
}
/* line 337, ../../stylesheets/sass/features/_issues.scss */
.issue-list-filter .sort-selector a {
  margin-right: 0;
  margin-left: 20px;
}

/* line 343, ../../stylesheets/sass/features/_issues.scss */
.add-contractor-list {
  margin-left: 20px;
}

/* line 348, ../../stylesheets/sass/features/_issues.scss */
.related-issues {
  transition: opacity 0.2s;
  opacity: 1;
}
/* line 351, ../../stylesheets/sass/features/_issues.scss */
.related-issues.empty {
  opacity: 0;
}

/* line 356, ../../stylesheets/sass/features/_issues.scss */
.watch-tooltip {
  font-size: 14px;
  font-weight: normal;
  display: none;
  color: #3a87ad;
  margin-right: 10px;
}
/* line 363, ../../stylesheets/sass/features/_issues.scss */
.watch-tooltip.show {
  display: inline;
}

/* line 372, ../../stylesheets/sass/features/_issues.scss */
.issue-view .control-static.multi-line table td, .issue-view .control-static.multi-line table th, .issue-view .cke-editable table td, .issue-view .cke-editable table th, .issue-view .comment-richtext table td, .issue-view .comment-richtext table th, .issue-form .control-static.multi-line table td, .issue-form .control-static.multi-line table th, .issue-form .cke-editable table td, .issue-form .cke-editable table th, .issue-form .comment-richtext table td, .issue-form .comment-richtext table th {
  border: 1px solid #aaa;
}

/* line 2, ../../stylesheets/sass/features/_academic-reports.scss */
.report-approval br + .btn-small {
  margin-top: 5px;
}

/* line 9, ../../stylesheets/sass/features/_academic-reports.scss */
div.DTE_Body .comment-bank-edit-comment textarea {
  height: auto;
}
/* line 13, ../../stylesheets/sass/features/_academic-reports.scss */
div.DTE_Body .comment-bank-edit-comment .DTE_Field_Message {
  line-height: 1.4;
}

/* line 25, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .select2-hidden-accessible {
  position: relative !important;
}
/* line 31, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .repeating-student-name {
  display: none;
}
/* line 35, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports.class-view .repeating-student-name {
  display: inline;
  font-weight: normal;
  text-transform: none;
}
/* line 42, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .number-row label {
  font-weight: bold;
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 8pt;
}
/* line 49, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .number-row input {
  margin-bottom: 0;
  width: 50px;
  font-size: 8pt;
}
/* line 56, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .btn-primary[disabled] {
  border-top-color: rgba(0, 0, 0, 0.14902);
  border-right-color: rgba(0, 0, 0, 0.14902);
  border-bottom-color: rgba(0, 0, 0, 0.24706);
  border-left-color: rgba(0, 0, 0, 0.14902);
  background-color: #e6e6e6;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
/* line 66, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .vetresult-template {
  display: none;
}
/* line 70, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .comment-bank-select {
  width: 100%;
}
/* line 74, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .comment-length-indicator {
  text-align: right;
  color: #999;
  height: 17px;
  font-size: 13px;
  margin-top: -27px;
  margin-bottom: 10px;
}
/* line 83, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .subject-name .marksbook-link {
  float: right;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}
/* line 90, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .action-buttons button {
  margin-right: 20px;
}
/* line 96, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .action-buttons .status-panel select {
  margin-bottom: 0;
  margin-left: 10px;
}
/* line 102, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .action-buttons .extra-details > div {
  margin-bottom: 10px;
}
/* line 105, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .action-buttons .extra-details input {
  margin-bottom: 0;
}
/* line 109, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .action-buttons.changes-to-save:after {
  display: inline;
  content: 'There are unsaved changes in this section.';
  color: #D67D00;
  font-size: 16px;
  font-weight: 200;
  vertical-align: middle;
}
/* line 117, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .action-buttons .alert {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-top: 3px;
}
/* line 126, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .form-inline .radio input[type="radio"] {
  margin-right: 8px;
}
/* line 129, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .form-inline .radio + select {
  margin-left: 8px;
}
/* line 134, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .report-logo {
  display: none;
}
/* line 139, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view h4 {
  font-size: 20px;
  text-transform: uppercase;
}
/* line 146, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .criterion-row td.clear-button {
  max-width: 21px;
  width: 21px;
}
/* line 149, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .criterion-row td.clear-button .btn.btn-mini {
  height: 16px;
  line-height: 12px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 3px;
  visibility: hidden;
}
/* line 158, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .criterion-row:hover td.clear-button .btn.btn-mini {
  visibility: visible;
}
/* line 162, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view th {
  text-align: left;
}
/* line 166, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view td input {
  max-width: 18px;
}
/* line 169, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view td input[type="range"] {
  max-width: 70%;
}
/* line 173, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .section-header {
  font-size: 16px;
}
/* line 177, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .section-result-header {
  display: none;
}
/* line 181, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .choice-header, .academic-reports .criteria-view .choice-field, .academic-reports .criteria-view .cols-1 .criterion-label.radio-criterion {
  border: 1px solid #999 !important;
}
/* line 184, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .cols-1 .criterion-label.radio-criterion {
  padding-left: 10px;
}
/* line 188, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .small-section {
  margin-bottom: -125px;
}
/* line 192, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .criteria-section.cols-1 tr {
  height: 40px;
}
/* line 196, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .choice-header abbr[title] {
  text-decoration: none;
  border-bottom-style: none;
}
/* line 202, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .vertical-table th.choice-header {
  text-align: center;
  max-width: 30px;
  min-width: abbr;
  min-width-font-weight: normal;
}
/* line 210, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .vertical-table td.choice-field {
  min-width: 30px;
  width: 30px;
  max-width: 30px;
  text-align: center;
  vertical-align: middle;
}
/* line 219, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view td input[type="radio"] {
  margin-top: -2px;
}
/* line 222, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view td.grade-field,
.academic-reports .criteria-view td.hidden-cell {
  width: 31px;
  max-width: 31px;
  min-width: 31px;
}
/* line 229, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .choice-header.vertical {
  font-weight: normal;
}
/* line 233, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .choice-hidden {
  display: none !important;
}
/* line 238, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .grade-row th, .academic-reports .criteria-view .grade-row td {
  padding-top: 10px;
}
/* line 244, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .criteria-section table {
  width: 100%;
  margin-bottom: 10px;
}
/* line 250, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .college-reporting-panel textarea {
  width: 100%;
  height: 100px;
}
/* line 254, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .college-reporting-panel label {
  font-size: 12px;
  font-weight: bold;
}
/* line 258, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .college-reporting-panel select {
  margin-left: 20px;
}
/* line 263, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .cols-1 .comment-field {
  border: 1px solid #999;
}
/* line 266, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view td.comment-field {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 270, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .section-plain .comment-field {
  width: 100%;
}
/* line 273, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .comment-field {
  padding-right: 10px;
}
/* line 275, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .comment-field.has-comment-bank {
  max-width: 100px;
}
/* line 278, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .comment-field textarea {
  width: 100%;
  height: 100px;
}
/* line 282, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .comment-field .comment-display {
  display: none;
}
/* line 287, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .comment-field .comment-display.has-comment-bank.comment-unmodified:before, .academic-reports .criteria-view .comment-field .comment-display.has-comment-bank.comment-modified:before {
  display: block;
  border: 1px solid;
  padding-left: 3px;
  padding-right: 3px;
  float: right;
  margin-top: -20px;
  height: 16px;
  margin-right: -5px;
}
/* line 297, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .comment-field .comment-display.has-comment-bank.comment-unmodified:before {
  content: 'Unaltered from the comment bank';
  border-color: green;
  color: green;
}
/* line 302, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .comment-field .comment-display.has-comment-bank.comment-modified:before {
  content: 'This comment has been altered from the comment bank or manually entered';
  border-color: #ec8628;
  color: #ec8628;
}
/* line 309, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .comment-field.readonly-comment {
  border-style: none;
  padding-top: 0;
  display: block;
}
/* line 313, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .comment-field.readonly-comment textarea {
  display: none;
}
/* line 316, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .comment-field.readonly-comment .comment-display {
  display: block;
}
/* line 321, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view p.description-box {
  border: 1px solid #999;
  white-space: pre-line;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 330, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .choice-header .choice-code {
  display: none;
}
/* line 334, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .choice-header .choice-label {
  display: inline;
}
/* line 340, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .syntax-instructions {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 85%;
  color: #999;
}
/* line 345, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .syntax-instructions code {
  color: #555;
}
/* line 350, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .syntax-options {
  padding-top: 10px;
}
/* line 352, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .syntax-options label, .academic-reports .syntax-options select {
  font-size: 85%;
  color: #999;
}
/* line 360, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports.achivement-choices-setup .choice-definition-list textarea {
  min-width: 250px;
}
/* line 365, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-preview {
  border-top: 1px solid #ccc;
  padding: 10px;
  padding-bottom: 70px;
  margin-bottom: -10px;
  background-color: #FAFAFA;
}
/* line 376, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .criteria-view .criteria-section.span6:nth-child(2n-1) {
  margin-left: 0;
}
/* line 382, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .report-footer .signature {
  border-top: 1px solid #999999;
  width: 200px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  padding-top: 5px;
}
/* line 390, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .report-footer .cursive-signature {
  font-family: 'Signature';
  text-align: center;
  width: 200px;
  margin-bottom: -17px;
  font-size: 34px;
}
/* line 400, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .subject-area-list td, .academic-reports .subject-class-map-list td {
  vertical-align: middle;
}
/* line 402, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .subject-area-list td > select, .academic-reports .subject-area-list td > input, .academic-reports .subject-class-map-list td > select, .academic-reports .subject-class-map-list td > input {
  margin-bottom: 0;
}
/* line 409, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.grade-distro-enabled,
.academic-reports .grade-row.year-distro,
.academic-reports .grade-row.year-distro + .grade-row {
  height: auto !important;
}
/* line 413, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.grade-distro-enabled .grade-distro, .academic-reports .grade-row.grade-distro-enabled .criterion-label,
.academic-reports .grade-row.year-distro .grade-distro,
.academic-reports .grade-row.year-distro .criterion-label,
.academic-reports .grade-row.year-distro + .grade-row .grade-distro,
.academic-reports .grade-row.year-distro + .grade-row .criterion-label {
  border: 1px solid grey;
  padding-top: 1px;
}
/* line 417, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.grade-distro-enabled .grade-field,
.academic-reports .grade-row.year-distro .grade-field,
.academic-reports .grade-row.year-distro + .grade-row .grade-field {
  padding-top: 1px;
}
/* line 421, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.grade-distro-enabled .criterion-label,
.academic-reports .grade-row.year-distro .criterion-label,
.academic-reports .grade-row.year-distro + .grade-row .criterion-label {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 425, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.grade-distro-enabled .grade-distro,
.academic-reports .grade-row.year-distro .grade-distro,
.academic-reports .grade-row.year-distro + .grade-row .grade-distro {
  font-weight: normal;
  width: 30px;
  text-align: center;
  font-size: 90%;
}
/* line 430, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.grade-distro-enabled .grade-distro.selected,
.academic-reports .grade-row.year-distro .grade-distro.selected,
.academic-reports .grade-row.year-distro + .grade-row .grade-distro.selected {
  font-size: 130%;
  font-weight: bold;
}
/* line 437, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.hide-distro td {
  border-style: none !important;
}
/* line 440, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.hide-distro .grade-distro {
  display: none;
}
/* line 443, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.hide-distro.year-distro {
  display: none !important;
}
/* line 447, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.hide-distro .default-grade {
  display: none;
}
/* line 453, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.exam-result-enabled .grade-field {
  border: 1px solid grey;
}
/* line 455, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .grade-row.exam-result-enabled .grade-field select.span12 {
  width: 80%;
}
/* line 461, ../../stylesheets/sass/features/_academic-reports.scss */
.academic-reports .default-grade {
  height: 20px;
  margin-bottom: -20px;
  margin-left: 20px;
  font-style: italic;
  color: #666;
}
@media print {
  /* line 461, ../../stylesheets/sass/features/_academic-reports.scss */
  .academic-reports .default-grade {
    display: none !important;
  }
}

@media screen {
  /* line 477, ../../stylesheets/sass/features/_academic-reports.scss */
  html.print-layout .reports-header > .row {
    margin-left: 0;
  }
  /* line 480, ../../stylesheets/sass/features/_academic-reports.scss */
  html.print-layout .reports-header .span9.offset1 {
    margin-left: 0;
    width: 100%;
  }
  /* line 483, ../../stylesheets/sass/features/_academic-reports.scss */
  html.print-layout .reports-header .span9.offset1 .print-preview-btn {
    display: none;
  }

  /* line 493, ../../stylesheets/sass/features/_academic-reports.scss */
  html:not(.print-layout) body:not(.print-preview) .semester-select {
    margin-bottom: 20px;
  }
  /* line 495, ../../stylesheets/sass/features/_academic-reports.scss */
  html:not(.print-layout) body:not(.print-preview) .semester-select select {
    margin-left: 10px;
  }
  /* line 500, ../../stylesheets/sass/features/_academic-reports.scss */
  html:not(.print-layout) body:not(.print-preview) .show-all-subjects {
    margin-left: 20px;
  }
  /* line 504, ../../stylesheets/sass/features/_academic-reports.scss */
  html:not(.print-layout) body:not(.print-preview) .report-pdf-download {
    float: right;
    margin-top: -45px;
  }
  /* line 508, ../../stylesheets/sass/features/_academic-reports.scss */
  html:not(.print-layout) body:not(.print-preview) .report-footer {
    display: none;
  }
  /* line 512, ../../stylesheets/sass/features/_academic-reports.scss */
  html:not(.print-layout) body:not(.print-preview) .enter-academic-reports {
    border: 1px solid #ddd;
    padding: 10px;
    padding-bottom: 70px;
    margin-bottom: -10px;
    background-color: #FAFAFA;
  }
  /* line 522, ../../stylesheets/sass/features/_academic-reports.scss */
  html:not(.print-layout) body:not(.print-preview) .enter-academic-reports.fullscreen {
    border-top: none;
    padding: inherit;
    margin-bottom: inherit;
    margin-left: inherit;
    margin-right: inherit;
  }
}
/* line 534, ../../stylesheets/sass/features/_academic-reports.scss */
.comment-display.has-comment-bank.comment-unmodified:before, .comment-display.has-comment-bank.comment-modified:before {
  display: block;
}
@media print {
  /* line 534, ../../stylesheets/sass/features/_academic-reports.scss */
  .comment-display.has-comment-bank.comment-unmodified:before, .comment-display.has-comment-bank.comment-modified:before {
    display: none !important;
  }
}

@media print {
  /* line 543, ../../stylesheets/sass/features/_academic-reports.scss */
  .print-review-mode .comment-display.has-comment-bank.comment-unmodified:before, .print-review-mode .comment-display.has-comment-bank.comment-modified:before {
    display: block !important;
  }
}

@media print {
  /* line 550, ../../stylesheets/sass/features/_academic-reports.scss */
  .print-review-mode .academic-reports .default-grade {
    display: block !important;
  }
}

/* line 1, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report {
  display: none;
}
@media print {
  /* line 1, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
  .academic-reports .college-report {
    display: block;
  }
}
/* line 7, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body {
  font-size: 9pt;
}
/* line 9, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body .grade-legend {
  border: 1px solid #999;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  margin-left: 5px;
}
/* line 19, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body .grade-legend h4 {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}
/* line 25, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body .grade-legend p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}
/* line 32, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body .form-teacher {
  padding-top: 90px;
  padding-left: 10px;
  padding-bottom: 20px;
  font-size: 13pt;
}
/* line 39, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body .subjects {
  padding-right: 1px;
}
/* line 43, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body .subject-table {
  width: 100%;
  border: 1px solid #999;
  border-right-style: none;
  border-bottom-style: none;
}
/* line 50, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body .subject-table th {
  text-transform: uppercase;
  text-align: left;
}
/* line 55, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body .subject-table .grade-column {
  text-align: center;
  width: 60px;
}
/* line 60, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body .subject-table td, .academic-reports .college-report .report-body .subject-table th {
  line-height: 1.2;
  border: 0.2pt solid black;
  border-left-style: none;
  border-top-style: none;
  padding: 8px;
}
/* line 68, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body .subject-table .subject-name {
  text-transform: uppercase;
}
/* line 71, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-body .subject-table .teacher-name {
  white-space: nowrap;
}
/* line 78, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
.academic-reports .college-report .report-footer {
  margin-top: 70px !important;
}

/* line 84, ../../stylesheets/sass/features/schoolTemplates/_college-report.scss */
body.print-preview .academic-reports .college-report {
  display: block;
}

/* line 2, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .report-header {
  text-align: center;
  margin-bottom: 10px;
}
/* line 4, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .report-header h2 {
  margin-bottom: 0;
  font-size: 25px;
}
/* line 8, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .report-header h3 {
  font-size: 20px;
  line-height: 2;
}
/* line 12, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .report-header h3.student-name {
  line-height: 40px;
}
/* line 15, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .report-header h3.year-description {
  font-size: 14px;
  line-height: 1;
}
/* line 24, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .report-section > .row-fluid > .row-fluid:first-child > .criteria-section:not(.comment) {
  margin-bottom: -40px;
}
/* line 27, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .report-section > .row-fluid > .row-fluid:first-child > .criteria-section:not(.comment).sem-pri-cfs {
  margin-bottom: 0;
}
/* line 33, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .grade-row .grade-field {
  position: relative;
  z-index: 900;
}
/* line 38, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .grade-row .criterion-label {
  width: 1px;
  white-space: nowrap;
}
/* line 42, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .grade-row .grade-field select {
  margin-bottom: 0;
  width: 100px;
  margin-left: 10px;
}
/* line 49, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .criteria-section, .sem-report-a.academic-reports .criteria-section .comment-display, .sem-report-a.academic-reports .criteria-section .criterion-label, .sem-report-a.academic-reports .criteria-section .section-header {
  font-size: 12px;
}
/* line 52, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .criteria-section > table {
  margin-bottom: 0;
}
/* line 58, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .criteria-section .vertical-table .section-header {
  vertical-align: bottom;
}
/* line 62, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .criteria-section .vertical-table .criterion-row {
  height: 23px !important;
}
/* line 64, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .criteria-section .vertical-table .criterion-row .criterion-label {
  line-height: 1;
  padding-left: 5px;
  border-left-style: none !important;
}
/* line 72, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .action-buttons {
  margin-bottom: 10px;
}
/* line 76, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .school-class-name {
  font-size: 14px;
}
/* line 79, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .school-class-name .teacher-name {
  text-transform: none;
  float: right;
}
/* line 86, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .report-section {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
/* line 91, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports th.choice-header.vertical {
  text-align: left !important;
  white-space: normal;
  font-size: 10px;
  position: relative;
  height: 85px;
  min-width: 47px;
  width: 47px;
}
/* line 100, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports th.choice-header.vertical div.vertical {
  width: 97px;
  margin-left: -27px;
}
/* line 106, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .sem-pri th.choice-header.vertical {
  white-space: normal;
  height: 65px;
}
/* line 109, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.sem-report-a.academic-reports .sem-pri th.choice-header.vertical div.vertical {
  width: 77px;
  margin-left: -25px;
  padding-left: 20px;
}

/* line 124, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .report-section:last-child {
  margin-bottom: 70px;
}
/* line 128, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .vertical-table {
  margin-bottom: 0;
}
/* line 132, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .marksbook-link-section {
  display: none;
}
/* line 139, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .grade-row .grade-field select {
  font-weight: bold;
  font-size: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
/* line 152, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .criteria-section .vertical-table .criterion-row {
  height: 20px !important;
}
/* line 157, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .vertical-table .choice-field {
  line-height: 1;
}
/* line 159, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .vertical-table .choice-field label {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1;
}
/* line 167, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .criteria-section, .print-preview .sem-report-a.academic-reports .criteria-section .comment-display, .print-preview .sem-report-a.academic-reports .criteria-section .criterion-label, .print-preview .sem-report-a.academic-reports .criteria-section .section-header {
  font-size: 10px;
}
/* line 171, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .section-header, .print-preview .sem-report-a.academic-reports h4.school-class-name {
  font-size: 10px !important;
  padding-left: 5px;
}
/* line 176, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .comment-display, .print-preview .sem-report-a.academic-reports .criterion-label {
  font-size: 10px !important;
}
/* line 180, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .comment-display {
  line-height: 16px;
}
/* line 184, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .choice-field input[type="radio"]:checked + label {
  margin-bottom: 0;
  line-height: 1;
}
/* line 187, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .choice-field input[type="radio"]:checked + label:before {
  font-size: 10px !important;
}
/* line 193, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .report-section {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
/* line 198, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .report-footer .legend-table {
  margin-left: auto;
  margin-top: -40px;
  margin-bottom: 60px;
  border: 1px solid #999;
}
/* line 203, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .report-footer .legend-table th, .print-preview .sem-report-a.academic-reports .report-footer .legend-table td {
  border: 1px solid #999;
  text-align: left;
  font-size: 11px;
  padding: 3px 8px;
}
/* line 209, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .report-footer .legend-table tbody th {
  text-align: center;
}
/* line 214, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .report-logo {
  display: block;
  position: relative;
  right: 0;
  margin-left: 10px;
  width: 125px;
  height: auto;
  margin-bottom: -145px;
  margin-top: 15px;
}
/* line 226, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .criteria-view .cols-1 tr {
  height: auto;
}
/* line 229, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .criteria-view .cols-1 .comment-field {
  border-style: none;
  padding-top: 0;
  padding-bototm: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 236, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
.print-preview .sem-report-a.academic-reports .criteria-view .cols-1 .comment-display {
  padding-let: 9;
}

@media print {
  /* line 124, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .report-section:last-child {
    margin-bottom: 70px;
  }
  /* line 128, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .vertical-table {
    margin-bottom: 0;
  }
  /* line 132, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .marksbook-link-section {
    display: none;
  }
  /* line 139, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .grade-row .grade-field select {
    font-weight: bold;
    font-size: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
  /* line 152, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .criteria-section .vertical-table .criterion-row {
    height: 20px !important;
  }
  /* line 157, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .vertical-table .choice-field {
    line-height: 1;
  }
  /* line 159, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .vertical-table .choice-field label {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1;
  }
  /* line 167, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .criteria-section, .sem-report-a.academic-reports .criteria-section .comment-display, .sem-report-a.academic-reports .criteria-section .criterion-label, .sem-report-a.academic-reports .criteria-section .section-header {
    font-size: 10px;
  }
  /* line 171, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .section-header, .sem-report-a.academic-reports h4.school-class-name {
    font-size: 10px !important;
    padding-left: 5px;
  }
  /* line 176, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .comment-display, .sem-report-a.academic-reports .criterion-label {
    font-size: 10px !important;
  }
  /* line 180, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .comment-display {
    line-height: 16px;
  }
  /* line 184, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .choice-field input[type="radio"]:checked + label {
    margin-bottom: 0;
    line-height: 1;
  }
  /* line 187, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .choice-field input[type="radio"]:checked + label:before {
    font-size: 10px !important;
  }
  /* line 193, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .report-section {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
  /* line 198, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .report-footer .legend-table {
    margin-left: auto;
    margin-top: -40px;
    margin-bottom: 60px;
    border: 1px solid #999;
  }
  /* line 203, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .report-footer .legend-table th, .sem-report-a.academic-reports .report-footer .legend-table td {
    border: 1px solid #999;
    text-align: left;
    font-size: 11px;
    padding: 3px 8px;
  }
  /* line 209, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .report-footer .legend-table tbody th {
    text-align: center;
  }
  /* line 214, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .report-logo {
    display: block;
    position: relative;
    right: 0;
    margin-left: 10px;
    width: 125px;
    height: auto;
    margin-bottom: -145px;
    margin-top: 15px;
  }
  /* line 226, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .criteria-view .cols-1 tr {
    height: auto;
  }
  /* line 229, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .criteria-view .cols-1 .comment-field {
    border-style: none;
    padding-top: 0;
    padding-bototm: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 236, ../../stylesheets/sass/features/schoolTemplates/_sem-report-a.scss */
  .sem-report-a.academic-reports .criteria-view .cols-1 .comment-display {
    padding-let: 9;
  }

  @page {
    size: 210mm 297mm;
    /* portrait */
    /* you can also specify margins here: */
  }
  /*#content-area {
  	min-width: 766px !important;
  	max-width: 766px !important;
  	width: 766px !important;
  }*/
}
/* line 5, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .section-col-1 + .section-col-2 .section-header {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
/* line 13, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports.sem-report-b-v2 .section-col-2:nth-child(1), .sem-report-b.academic-reports.sem-report-b-v2 .section-col-2:nth-child(2) {
  page-break-after: always;
}
/* line 17, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports.sem-report-b-v2 .section-col-1 + .section-col-2 {
  clear: both;
}
/* line 23, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .cover-page {
  display: none;
}
/* line 27, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .parent-interview-panel input {
  margin-top: 0;
  margin-right: 5px;
}
/* line 34, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports.S2 .parent-interview-panel, .sem-report-b.academic-reports.S2 .parent-interview-requested {
  display: none;
}
/* line 42, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .report-header.page-2 h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 50, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .report-header.page-2 h3.student-name, .sem-report-b.academic-reports .report-header.page-2 h3.year-description {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
}
/* line 56, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .report-header.page-2 h3.student-name {
  margin-bottom: 0;
}
/* line 65, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .report-header.page-2:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-jsobey.png);
  width: 1px;
  height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 76, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .comment-field.standalone.span12 {
  margin-left: 0;
}
/* line 79, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .comment-field.standalone .comment-display {
  padding-top: 2px;
  padding-bottom: 4px;
}
/* line 86, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view h4.subject-name {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}
/* line 93, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view .section-col-1 h4.subject-name {
  margin-top: 5px;
}
/* line 98, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view th.section-header {
  font-size: 15px;
}
/* line 102, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view .choice-header {
  font-size: 12px;
  font-weight: normal;
}
/* line 107, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view .criterion-label {
  font-size: 13px;
}
/* line 111, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view p.description-box {
  margin-left: 0;
}
/* line 115, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view .criterion-row, .sem-report-b.academic-reports .criteria-view .grade-row {
  line-height: 16px;
}
/* line 119, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view .criterion-row .choice-field label, .sem-report-b.academic-reports .criteria-view .grade-row .choice-field label {
  margin-bottom: 0;
}
/* line 125, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view .criteria-section.cols-2.span6:nth-child(2n-1) {
  clear: both;
}
/* line 129, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view .report-section.section-col-1:nth-child(2n+1) {
  /* background-color: #000; */
  margin-right: 4%;
  margin-right: 2.76243%;
}
/* line 134, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view .report-section.section-col-1 {
  width: 48%;
  width: 48.61878%;
  float: left;
  /* margin-right: 2%; */
  box-sizing: border-box;
}
/* line 145, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .choice-header .choice-code {
  display: inline;
}
/* line 148, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .choice-header .choice-label {
  display: none;
}
/* line 153, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criterion-label {
  width: 100%;
}
/* line 159, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .action-buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}
/* line 165, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .choice-field, .sem-report-b.academic-reports .choice-header {
  min-width: 30px;
  text-align: center;
  padding: 0;
}
/* line 171, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view td.grade-field {
  min-width: 91px;
  max-width: 91px;
  width: 91px;
}
/* line 175, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view td.grade-field select.span12 {
  width: 50px;
  height: 22px;
}
/* line 181, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view .criteria-section.cols-1 tr {
  height: auto;
}
/* line 183, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-view .criteria-section.cols-1 tr .criterion-label.radio-criterion {
  border-style: none !important;
  padding-left: 0;
}
/* line 189, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-section tr.grade-row td {
  padding-top: 5px;
}
/* line 194, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-section tbody tr.grade-row:first-child td {
  padding-top: 0;
}
/* line 197, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.sem-report-b.academic-reports .criteria-section tbody tr.grade-row:first-child select {
  margin-bottom: 0;
}

/* line 568, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports {
  font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
  /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
  		more balanced when presente within text). For the reports we've been asked to disable them
  		which is what this CSS should do. It enables 'Lining Figures' instead. */
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
  /*.choice-field input[type="radio"]:checked + label {
  	margin-bottom: 0;
  	line-height: 1;
  	&:before {
  		font-size: 10px !important;
  	}
  }*/
}
/* line 217, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .description-box {
  font-size: 12px;
  line-height: 1.3;
}
/* line 222, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .comment-field {
  border: 1px solid #999;
  line-height: 1.2;
}
/* line 227, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .section-col-1 + .section-col-2 .section-header {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
/* line 244, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .criteria-section .choice-field input[type="radio"]:checked + label:before {
  font-weight: normal;
  font-size: 10px;
}
/* line 250, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .report-logo {
  display: block;
  position: relative;
  right: 0;
  margin-left: 10px;
  width: 125px;
  height: auto;
  margin-bottom: -145px;
  margin-top: 0;
}
/* line 261, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .criterion-row .choice-field input[type="radio"]:checked + label {
  line-height: 16px;
}
/* line 266, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .criteria-view .section-col-1 h4.subject-name {
  margin-bottom: -17px;
  font-size: 16px;
}
/* line 271, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .criteria-view .section-col-1 p.description-box {
  margin-top: 18px;
}
/* line 278, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .criteria-section.cols-1 tr.criterion-row {
  height: auto;
}
/* line 284, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports.long-student-name .cover-page .student-photo {
  margin-bottom: -75px;
}
/* line 287, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports.long-student-name .cover-page h3.student-name {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/* line 295, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .criteria-view td.grade-field {
  padding-left: 0;
}
/* line 298, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .criteria-view td.grade-field select.span12 {
  border: 1px solid #999;
  border-radius: 0;
  padding: 0;
  height: 19px;
  min-height: 19px;
  max-height: 19px;
  margin: 0;
  margin-left: -1px;
  width: 32px;
  text-align: left;
  padding-left: 5px;
  font-size: 13px;
  line-height: 1;
}
/* line 316, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .report-footer {
  width: 45%;
  float: right;
  margin-top: -30px !important;
  text-align: right;
}
/* line 325, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .report-blank-page {
  page-break-after: always;
}
/* line 329, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page {
  display: block;
  page-break-after: always;
}
/* line 333, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .student-photo {
  margin-bottom: -30px;
  margin-top: 20px;
  height: 200px;
}
/* line 337, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .student-photo img {
  height: 200px;
}
/* line 343, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page.v2 .student-photo {
  margin-bottom: -70px;
}
/* line 348, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .cover-page-content {
  margin-top: 50px;
}
/* line 350, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .cover-page-content:before, .print-preview .sem-report-b.academic-reports .cover-page .cover-page-content:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 355, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .cover-page-content:after {
  clear: both;
}
/* line 360, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 368, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .student-name {
  font-size: 36px;
  text-align: center;
  /* font-weight: 900; */
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
/* line 376, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .year-description {
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
/* line 382, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends {
  width: 35%;
  float: left;
  padding-top: 34px;
}
/* line 387, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends h4, .print-preview .sem-report-b.academic-reports .cover-page .legends .legend {
  padding-left: 8px;
}
/* line 391, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
}
/* line 397, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends .legend-info {
  font-size: 80%;
  line-height: 1.3;
  margin-top: 5px;
}
/* line 400, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends .legend-info ol, .print-preview .sem-report-b.academic-reports .cover-page .legends .legend-info ul {
  margin-left: 20px;
}
/* line 402, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends .legend-info ol li, .print-preview .sem-report-b.academic-reports .cover-page .legends .legend-info ul li {
  line-height: 1.3;
}
/* line 406, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends .legend-info p {
  margin-bottom: 3px;
}
/* line 412, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends .legend {
  border-top: 1px solid #999;
}
/* line 414, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends .legend h5 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 420, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends .legend.standard-achieved h5 {
  margin-top: 30px;
}
/* line 425, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends .legend dl {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 430, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends .legend dt {
  width: 30px;
}
/* line 435, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .legends .legend dd + dd {
  font-size: 80%;
  margin-left: 40px;
  line-height: 1;
  margin-bottom: 6px;
}
/* line 444, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects {
  width: 60%;
  margin-left: 5%;
  float: left;
}
/* line 449, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects h4 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}
/* line 458, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects table.subject-list {
  width: 100%;
}
/* line 461, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects table.subject-list tr > *:first-child {
  border-right: 1px solid #999;
}
/* line 465, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects table.subject-list th, .print-preview .sem-report-b.academic-reports .cover-page .subjects table.subject-list td {
  padding: 0;
  padding-left: 8px;
  text-align: left;
  vertical-align: top;
}
/* line 472, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects table.subject-list thead {
  border-bottom: 1px solid #999;
}
/* line 475, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects table.subject-list thead th {
  font-size: 16px;
}
/* line 480, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects table.subject-list td {
  font-size: 14px;
  line-height: 1.7;
}
/* line 486, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects .cover-extra-details {
  padding-left: 8px;
}
/* line 490, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects .note {
  font-size: 80%;
  margin-top: 20px;
}
/* line 495, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects .signatures {
  margin-top: 160px;
}
/* line 499, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects .signature {
  border-top: 1px solid #999999;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  padding-top: 5px;
}
/* line 510, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-aventer.png);
  width: 105px;
  height: 64px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -66px;
  margin-left: 50px;
  margin-bottom: 4px;
}
/* line 524, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects .span4 .principal.signature:before {
  margin-top: -54px;
  margin-left: 13px;
  margin-bottom: -7px;
}
/* line 530, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects .attendance {
  margin-top: 20px;
  font-weight: bold;
}
/* line 533, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects .attendance .days-absent {
  border: 1px solid #999;
  line-height: 25px;
  height: 25px;
  float: right;
  font-weight: normal;
  margin-top: -3px;
  width: 50px;
  text-align: center;
}
/* line 545, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects .parent-interview-requested {
  margin-top: 30px;
  font-weight: bold;
}
/* line 549, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
.print-preview .sem-report-b.academic-reports .cover-page .subjects .parent-interview-requested .tickbox {
  border: 1px solid #999;
  line-height: 25px;
  height: 25px;
  float: right;
  font-weight: normal;
  margin-top: -3px;
  width: 50px;
  text-align: center;
}

@media print {
  /* line 572, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports {
    font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
    /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
    		more balanced when presente within text). For the reports we've been asked to disable them
    		which is what this CSS should do. It enables 'Lining Figures' instead. */
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    /*.choice-field input[type="radio"]:checked + label {
    	margin-bottom: 0;
    	line-height: 1;
    	&:before {
    		font-size: 10px !important;
    	}
    }*/
  }
  /* line 217, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .description-box {
    font-size: 12px;
    line-height: 1.3;
  }
  /* line 222, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .comment-field {
    border: 1px solid #999;
    line-height: 1.2;
  }
  /* line 227, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .section-col-1 + .section-col-2 .section-header {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
  }
  /* line 244, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .criteria-section .choice-field input[type="radio"]:checked + label:before {
    font-weight: normal;
    font-size: 10px;
  }
  /* line 250, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .report-logo {
    display: block;
    position: relative;
    right: 0;
    margin-left: 10px;
    width: 125px;
    height: auto;
    margin-bottom: -145px;
    margin-top: 0;
  }
  /* line 261, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .criterion-row .choice-field input[type="radio"]:checked + label {
    line-height: 16px;
  }
  /* line 266, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .criteria-view .section-col-1 h4.subject-name {
    margin-bottom: -17px;
    font-size: 16px;
  }
  /* line 271, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .criteria-view .section-col-1 p.description-box {
    margin-top: 18px;
  }
  /* line 278, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .criteria-section.cols-1 tr.criterion-row {
    height: auto;
  }
  /* line 284, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports.long-student-name .cover-page .student-photo {
    margin-bottom: -75px;
  }
  /* line 287, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports.long-student-name .cover-page h3.student-name {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 295, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .criteria-view td.grade-field {
    padding-left: 0;
  }
  /* line 298, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .criteria-view td.grade-field select.span12 {
    border: 1px solid #999;
    border-radius: 0;
    padding: 0;
    height: 19px;
    min-height: 19px;
    max-height: 19px;
    margin: 0;
    margin-left: -1px;
    width: 32px;
    text-align: left;
    padding-left: 5px;
    font-size: 13px;
    line-height: 1;
  }
  /* line 316, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .report-footer {
    width: 45%;
    float: right;
    margin-top: -30px !important;
    text-align: right;
  }
  /* line 325, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .report-blank-page {
    page-break-after: always;
  }
  /* line 329, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page {
    display: block;
    page-break-after: always;
  }
  /* line 333, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .student-photo {
    margin-bottom: -30px;
    margin-top: 20px;
    height: 200px;
  }
  /* line 337, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .student-photo img {
    height: 200px;
  }
  /* line 343, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page.v2 .student-photo {
    margin-bottom: -70px;
  }
  /* line 348, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .cover-page-content {
    margin-top: 50px;
  }
  /* line 350, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .cover-page-content:before, .sem-report-b.academic-reports .cover-page .cover-page-content:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 355, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .cover-page-content:after {
    clear: both;
  }
  /* line 360, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page h2 {
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  /* line 368, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .student-name {
    font-size: 36px;
    text-align: center;
    /* font-weight: 900; */
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
  }
  /* line 376, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .year-description {
    text-align: center;
    font-size: 24px;
    line-height: 1;
  }
  /* line 382, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends {
    width: 35%;
    float: left;
    padding-top: 34px;
  }
  /* line 387, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends h4, .sem-report-b.academic-reports .cover-page .legends .legend {
    padding-left: 8px;
  }
  /* line 391, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 17px;
  }
  /* line 397, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends .legend-info {
    font-size: 80%;
    line-height: 1.3;
    margin-top: 5px;
  }
  /* line 400, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends .legend-info ol, .sem-report-b.academic-reports .cover-page .legends .legend-info ul {
    margin-left: 20px;
  }
  /* line 402, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends .legend-info ol li, .sem-report-b.academic-reports .cover-page .legends .legend-info ul li {
    line-height: 1.3;
  }
  /* line 406, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends .legend-info p {
    margin-bottom: 3px;
  }
  /* line 412, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends .legend {
    border-top: 1px solid #999;
  }
  /* line 414, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends .legend h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 420, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends .legend.standard-achieved h5 {
    margin-top: 30px;
  }
  /* line 425, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends .legend dl {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 430, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends .legend dt {
    width: 30px;
  }
  /* line 435, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .legends .legend dd + dd {
    font-size: 80%;
    margin-left: 40px;
    line-height: 1;
    margin-bottom: 6px;
  }
  /* line 444, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects {
    width: 60%;
    margin-left: 5%;
    float: left;
  }
  /* line 449, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects h4 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
  }
  /* line 458, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects table.subject-list {
    width: 100%;
  }
  /* line 461, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects table.subject-list tr > *:first-child {
    border-right: 1px solid #999;
  }
  /* line 465, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects table.subject-list th, .sem-report-b.academic-reports .cover-page .subjects table.subject-list td {
    padding: 0;
    padding-left: 8px;
    text-align: left;
    vertical-align: top;
  }
  /* line 472, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects table.subject-list thead {
    border-bottom: 1px solid #999;
  }
  /* line 475, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects table.subject-list thead th {
    font-size: 16px;
  }
  /* line 480, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects table.subject-list td {
    font-size: 14px;
    line-height: 1.7;
  }
  /* line 486, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects .cover-extra-details {
    padding-left: 8px;
  }
  /* line 490, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects .note {
    font-size: 80%;
    margin-top: 20px;
  }
  /* line 495, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects .signatures {
    margin-top: 160px;
  }
  /* line 499, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects .signature {
    border-top: 1px solid #999999;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    padding-top: 5px;
  }
  /* line 510, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-aventer.png);
    width: 105px;
    height: 64px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -66px;
    margin-left: 50px;
    margin-bottom: 4px;
  }
  /* line 524, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects .span4 .principal.signature:before {
    margin-top: -54px;
    margin-left: 13px;
    margin-bottom: -7px;
  }
  /* line 530, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects .attendance {
    margin-top: 20px;
    font-weight: bold;
  }
  /* line 533, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects .attendance .days-absent {
    border: 1px solid #999;
    line-height: 25px;
    height: 25px;
    float: right;
    font-weight: normal;
    margin-top: -3px;
    width: 50px;
    text-align: center;
  }
  /* line 545, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects .parent-interview-requested {
    margin-top: 30px;
    font-weight: bold;
  }
  /* line 549, ../../stylesheets/sass/features/schoolTemplates/_sem-report-b.scss */
  .sem-report-b.academic-reports .cover-page .subjects .parent-interview-requested .tickbox {
    border: 1px solid #999;
    line-height: 25px;
    height: 25px;
    float: right;
    font-weight: normal;
    margin-top: -3px;
    width: 50px;
    text-align: center;
  }
}
/* line 5, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .section-col-1 + .section-col-2 .section-header {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
/* line 12, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .cover-page {
  display: none;
}
/* line 16, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .parent-interview-panel input {
  margin-top: 0;
  margin-right: 5px;
}
/* line 24, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .report-header.page-2 h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 32, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .report-header.page-2 h3.student-name, .sem-report-c.academic-reports .report-header.page-2 h3.year-description {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
}
/* line 38, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .report-header.page-2 h3.student-name {
  margin-bottom: 0;
}
/* line 46, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .report-header.page-2:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-aliberts.png);
  width: 1px;
  height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 57, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .comment-field.standalone.span12 {
  margin-left: 0;
}
/* line 60, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .comment-field.standalone .comment-display {
  padding-top: 2px;
  padding-bottom: 4px;
}
/* line 67, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view h4.subject-name {
  font-size: 18px;
  margin-top: 20px;
}
/* line 72, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view h4.teacher-name {
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
}
/* line 80, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .section-col-1 h4.subject-name {
  margin-top: 5px;
}
/* line 85, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .criteria-section.span6 {
  margin-left: 2.12766%;
}
@media (min-width: 1200px) {
  /* line 85, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .criteria-view .criteria-section.span6 {
    margin-left: 2.5641%;
  }
}
/* line 91, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .criteria-section.span6:nth-child(2) {
  margin-left: 0;
}
/* line 95, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view th.section-header, .sem-report-c.academic-reports .criteria-view tr.heading td.criterion-label {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 101, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .choice-header {
  font-size: 12px;
  font-weight: normal;
}
/* line 106, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .criterion-label {
  font-size: 14px;
}
/* line 110, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view p.description-box {
  margin-left: 0;
}
/* line 114, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view tr.spacer-row, .sem-report-c.academic-reports .criteria-view tr.no-criteria.heading {
  height: 32px;
  border-bottom: 1px solid #999;
}
/* line 119, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view tr.no-criteria.heading {
  height: 32px;
}
/* line 121, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view tr.no-criteria.heading td.criterion-label {
  line-height: 1;
  padding: 0;
}
/* line 128, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .grade-na-us .section-result-header {
  display: table-cell;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
}
/* line 135, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view tr.grade-na-us:last-child {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
/* line 138, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view tr.grade-na-us:last-child .criterion-label {
  font-size: 17px;
  text-transform: uppercase;
}
/* line 144, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .criterion-row, .sem-report-c.academic-reports .criteria-view .grade-row {
  line-height: 16px;
  border-bottom: 1px solid #999;
  height: 32px;
}
/* line 150, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .criterion-row .choice-field label, .sem-report-c.academic-reports .criteria-view .grade-row .choice-field label {
  margin-bottom: 0;
}
/* line 156, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .report-section.section-col-1:nth-child(2n+1) {
  /* background-color: #000; */
  margin-right: 4%;
  margin-right: 2.76243%;
}
/* line 161, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .report-section.section-col-1 {
  width: 48%;
  width: 48.61878%;
  float: left;
  /* margin-right: 2%; */
  box-sizing: border-box;
}
/* line 176, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .choice-header .choice-code {
  display: inline;
}
/* line 179, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .choice-header .choice-label {
  display: none;
}
/* line 184, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criterion-label {
  width: 100%;
}
/* line 190, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .action-buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}
/* line 196, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .choice-field, .sem-report-c.academic-reports .choice-header {
  min-width: 22px;
  text-align: center;
  padding: 0;
}
/* line 202, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view td.grade-field {
  min-width: 91px;
  max-width: 91px;
  width: 91px;
}
/* line 206, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view td.grade-field select.span12 {
  width: 60px;
  height: 22px;
  margin-bottom: 0;
}
/* line 216, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .grade-row.full-width .section-header,
.sem-report-c.academic-reports .criteria-view table.sem-sec-wh .section-header {
  border-bottom: 1px solid #999;
}
/* line 221, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .grade-row.sem-sec-al {
  border-bottom-style: none;
}
/* line 223, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field {
  height: 85px;
}
/* line 225, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field select.span12 {
  width: 100%;
}
/* line 230, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field .sem-sec-al-display {
  display: none;
}
/* line 236, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .criterion-row.yesno {
  height: auto;
  border-bottom-style: none;
}
/* line 239, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .criterion-row.yesno .criterion-label {
  font-weight: bold;
}
/* line 242, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .criterion-row.yesno .separate-choice-field {
  min-width: 60px;
}
/* line 244, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .criterion-row.yesno .separate-choice-field label {
  margin-bottom: 0;
}
/* line 251, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .criteria-section.cols-1 tr {
  height: auto;
}
/* line 253, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-view .criteria-section.cols-1 tr .criterion-label.radio-criterion {
  border-style: none !important;
  padding-left: 0;
}
/* line 259, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-section tr.grade-row td {
  padding-top: 3px;
}
/* line 263, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-section.sem-sec-sn.cols-2.span6 {
  width: 100%;
}
/* line 266, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-section.sem-sec-sn.cols-2.span6 + .criteria-section.cols-2.span6 {
  width: 100%;
  margin-left: 0;
}
/* line 269, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-section.sem-sec-sn.cols-2.span6 + .criteria-section.cols-2.span6 .grade-row.gradeNA {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
/* line 272, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-section.sem-sec-sn.cols-2.span6 + .criteria-section.cols-2.span6 .grade-row.gradeNA td {
  font-size: 17px;
  text-transform: uppercase;
}
/* line 281, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-section tbody tr.grade-row:first-child td {
  padding-top: 0;
}
/* line 284, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.sem-report-c.academic-reports .criteria-section tbody tr.grade-row:first-child select {
  margin-bottom: 0;
}

/* line 692, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports {
  font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
  /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
  		more balanced when presente within text). For the reports we've been asked to disable them
  		which is what this CSS should do. It enables 'Lining Figures' instead. */
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
  /*.choice-field input[type="radio"]:checked + label {
  	margin-bottom: 0;
  	line-height: 1;
  	&:before {
  		font-size: 10px !important;
  	}
  }*/
}
/* line 304, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .description-box {
  font-size: 12px;
  line-height: 1.3;
  padding-top: 4px;
  padding-bottom: 3px;
}
/* line 311, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .report-section {
  page-break-after: always;
}
/* line 315, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .comment-field {
  border: 1px solid #999;
  line-height: 1.2;
}
/* line 320, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .section-col-1 + .section-col-2 .section-header {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
/* line 327, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports.section-count-1, .print-preview .sem-report-c.academic-reports.section-count-3, .print-preview .sem-report-c.academic-reports.section-count-5, .print-preview .sem-report-c.academic-reports.section-count-7, .print-preview .sem-report-c.academic-reports.section-count-9, .print-preview .sem-report-c.academic-reports.section-count-11, .print-preview .sem-report-c.academic-reports.section-count-13 {
  padding-bottom: 1000px;
}
/* line 353, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .criteria-section .choice-field input[type="radio"]:checked + label:before {
  font-weight: normal;
  font-size: 10px;
}
/* line 359, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .report-logo {
  display: block;
  position: relative;
  right: 0;
  margin-left: 10px;
  width: 125px;
  height: auto;
  margin-bottom: -145px;
  margin-top: 0;
}
/* line 370, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .report-header.page-2 {
  display: none;
}
/* line 374, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .criterion-row .choice-field input[type="radio"]:checked + label {
  line-height: 16px;
}
/* line 379, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .criteria-view .section-col-1 h4.subject-name {
  margin-bottom: -17px;
  font-size: 16px;
}
/* line 384, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .criteria-view .section-col-1 p.description-box {
  margin-top: 18px;
  height: 112px;
}
/* line 391, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .criteria-section.cols-1 tr.criterion-row {
  height: auto;
}
/* line 395, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports tr.spacer-row, .print-preview .sem-report-c.academic-reports tr.no-criteria.heading {
  height: 32px;
}
/* line 401, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .grade-row.sem-sec-al td.grade-field select.span12 {
  display: none;
}
/* line 404, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .grade-row.sem-sec-al td.grade-field .sem-sec-al-display {
  display: block;
  font-size: 17px;
  text-align: center;
}
/* line 412, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field {
  height: 85px;
}
/* line 416, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .criteria-view td.grade-field {
  padding-left: 0;
  padding-top: 0;
  min-width: 50px;
  max-width: 50px;
  width: 50px;
  /*select.span12 {
  	//border: 1px solid #999;
  	border-style: none;
  	border-radius: 0;
  	padding: 0;
  	//height: 19px;
  	//min-height: 19px;
  	//max-height: 19px;
  	margin: 0;
  	margin-left: -1px;
  	width: 32px;
  	text-align: left;
  	padding-left: 5px;
  	font-size: 15px;
  }*/
}
/* line 438, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .criteria-view td.grade-field select.span12 {
  float: none;
  display: inline-block;
  width: 90%;
  margin-left: 2%;
  text-align: center;
}
/* line 445, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .criteria-view td.grade-field select.span12 option {
  text-align: center;
}
/* line 454, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .report-section:last-child {
  display: none;
}
/* line 460, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports.sem-report-c-2021 .report-section:last-child {
  display: block;
}
/* line 465, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports.sem-report-c-2021 .cover-page .signatures {
  margin-top: 100px;
}
/* line 470, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .report-footer {
  width: 45%;
  float: right;
  margin-top: -30px !important;
  text-align: right;
}
/* line 479, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page {
  display: block;
  page-break-after: always;
}
/* line 483, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .cover-page-content {
  margin-top: 20px;
}
/* line 485, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .cover-page-content:before, .print-preview .sem-report-c.academic-reports .cover-page .cover-page-content:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 490, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .cover-page-content:after {
  clear: both;
}
/* line 495, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 503, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .student-name {
  font-size: 36px;
  text-align: center;
  /* font-weight: 900; */
  margin-top: 45px;
  margin-bottom: 0;
  line-height: 1.2;
}
/* line 512, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .year-description {
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
/* line 518, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .home-room-comment {
  border: 1px solid #999;
  padding: 5px;
  margin-top: 10px;
  line-height: 1.2;
}
/* line 523, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .home-room-comment:before {
  content: 'Pastoral Care Teacher:';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
/* line 531, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .legends {
  width: 35%;
  float: left;
}
/* line 536, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .legends h4, .print-preview .sem-report-c.academic-reports .cover-page .legends .legend {
  padding-left: 8px;
}
/* line 540, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .legends h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
}
/* line 546, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .legends .legend {
  border-top: 1px solid #999;
}
/* line 548, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .legends .legend h5 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 554, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .legends .legend dl {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 559, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .legends .legend dt {
  width: 30px;
}
/* line 563, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .legends .legend dt, .print-preview .sem-report-c.academic-reports .cover-page .legends .legend dd {
  line-height: 17px;
}
/* line 567, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .legends .legend dd + dd {
  font-size: 80%;
  margin-left: 40px;
  line-height: 1;
  margin-bottom: 3px;
}
/* line 574, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .legends .legend .grade-range {
  font-size: 120%;
  margin-bottom: 3px;
  display: inline-block;
}
/* line 578, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .legends .legend .grade-range + .grade-range {
  float: right;
  width: 100px;
}
/* line 586, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .attendance {
  text-align: right;
  margin-top: 10px;
}
/* line 589, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .attendance .days-absent {
  display: inline-block;
  border: 1px solid #999;
  width: 50px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
}
/* line 601, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .signatures {
  text-align: center;
  margin-top: 45px;
}
/* line 606, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .signature {
  border-top: 1px solid #999999;
  width: 200px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  padding-top: 5px;
}
/* line 615, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .no-signature {
  width: 200px;
  display: inline-block;
}
/* line 618, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .no-signature .teacher-name {
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
  padding-bottom: 3px;
  margin-top: -3px;
}
/* line 626, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-aliberts.png);
  width: 110px;
  height: 62px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -54px;
  margin-left: 36px;
  margin-bottom: -9px;
}
/* line 639, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .subjects {
  width: 60%;
  margin-left: 5%;
  float: left;
}
/* line 644, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .subjects h4 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}
/* line 653, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .subjects .subject {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2;
}
/* line 659, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .subjects .extra-details {
  padding-left: 8px;
}
/* line 663, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .subjects .note {
  font-size: 80%;
  margin-top: 10px;
}
/* line 668, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .subjects .parent-interview-requested {
  margin-top: 10px;
  font-weight: bold;
}
/* line 672, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
.print-preview .sem-report-c.academic-reports .cover-page .subjects .parent-interview-requested .tickbox {
  border: 1px solid #999;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3px;
  float: right;
  line-height: 1;
  font-weight: normal;
  margin-top: -3px;
}

@media print {
  /* line 696, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports {
    font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
    /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
    		more balanced when presente within text). For the reports we've been asked to disable them
    		which is what this CSS should do. It enables 'Lining Figures' instead. */
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    /*.choice-field input[type="radio"]:checked + label {
    	margin-bottom: 0;
    	line-height: 1;
    	&:before {
    		font-size: 10px !important;
    	}
    }*/
  }
  /* line 304, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .description-box {
    font-size: 12px;
    line-height: 1.3;
    padding-top: 4px;
    padding-bottom: 3px;
  }
  /* line 311, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .report-section {
    page-break-after: always;
  }
  /* line 315, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .comment-field {
    border: 1px solid #999;
    line-height: 1.2;
  }
  /* line 320, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .section-col-1 + .section-col-2 .section-header {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
  }
  /* line 327, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports.section-count-1, .sem-report-c.academic-reports.section-count-3, .sem-report-c.academic-reports.section-count-5, .sem-report-c.academic-reports.section-count-7, .sem-report-c.academic-reports.section-count-9, .sem-report-c.academic-reports.section-count-11, .sem-report-c.academic-reports.section-count-13 {
    padding-bottom: 1000px;
  }
  /* line 353, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .criteria-section .choice-field input[type="radio"]:checked + label:before {
    font-weight: normal;
    font-size: 10px;
  }
  /* line 359, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .report-logo {
    display: block;
    position: relative;
    right: 0;
    margin-left: 10px;
    width: 125px;
    height: auto;
    margin-bottom: -145px;
    margin-top: 0;
  }
  /* line 370, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .report-header.page-2 {
    display: none;
  }
  /* line 374, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .criterion-row .choice-field input[type="radio"]:checked + label {
    line-height: 16px;
  }
  /* line 379, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .criteria-view .section-col-1 h4.subject-name {
    margin-bottom: -17px;
    font-size: 16px;
  }
  /* line 384, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .criteria-view .section-col-1 p.description-box {
    margin-top: 18px;
    height: 112px;
  }
  /* line 391, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .criteria-section.cols-1 tr.criterion-row {
    height: auto;
  }
  /* line 395, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports tr.spacer-row, .sem-report-c.academic-reports tr.no-criteria.heading {
    height: 32px;
  }
  /* line 401, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .grade-row.sem-sec-al td.grade-field select.span12 {
    display: none;
  }
  /* line 404, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .grade-row.sem-sec-al td.grade-field .sem-sec-al-display {
    display: block;
    font-size: 17px;
    text-align: center;
  }
  /* line 412, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field {
    height: 85px;
  }
  /* line 416, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .criteria-view td.grade-field {
    padding-left: 0;
    padding-top: 0;
    min-width: 50px;
    max-width: 50px;
    width: 50px;
    /*select.span12 {
    	//border: 1px solid #999;
    	border-style: none;
    	border-radius: 0;
    	padding: 0;
    	//height: 19px;
    	//min-height: 19px;
    	//max-height: 19px;
    	margin: 0;
    	margin-left: -1px;
    	width: 32px;
    	text-align: left;
    	padding-left: 5px;
    	font-size: 15px;
    }*/
  }
  /* line 438, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .criteria-view td.grade-field select.span12 {
    float: none;
    display: inline-block;
    width: 90%;
    margin-left: 2%;
    text-align: center;
  }
  /* line 445, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .criteria-view td.grade-field select.span12 option {
    text-align: center;
  }
  /* line 454, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .report-section:last-child {
    display: none;
  }
  /* line 460, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports.sem-report-c-2021 .report-section:last-child {
    display: block;
  }
  /* line 465, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports.sem-report-c-2021 .cover-page .signatures {
    margin-top: 100px;
  }
  /* line 470, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .report-footer {
    width: 45%;
    float: right;
    margin-top: -30px !important;
    text-align: right;
  }
  /* line 479, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page {
    display: block;
    page-break-after: always;
  }
  /* line 483, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .cover-page-content {
    margin-top: 20px;
  }
  /* line 485, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .cover-page-content:before, .sem-report-c.academic-reports .cover-page .cover-page-content:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 490, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .cover-page-content:after {
    clear: both;
  }
  /* line 495, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page h2 {
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  /* line 503, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .student-name {
    font-size: 36px;
    text-align: center;
    /* font-weight: 900; */
    margin-top: 45px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  /* line 512, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .year-description {
    text-align: center;
    font-size: 24px;
    line-height: 1;
  }
  /* line 518, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .home-room-comment {
    border: 1px solid #999;
    padding: 5px;
    margin-top: 10px;
    line-height: 1.2;
  }
  /* line 523, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .home-room-comment:before {
    content: 'Pastoral Care Teacher:';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
  }
  /* line 531, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .legends {
    width: 35%;
    float: left;
  }
  /* line 536, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .legends h4, .sem-report-c.academic-reports .cover-page .legends .legend {
    padding-left: 8px;
  }
  /* line 540, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .legends h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 17px;
  }
  /* line 546, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .legends .legend {
    border-top: 1px solid #999;
  }
  /* line 548, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .legends .legend h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 554, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .legends .legend dl {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 559, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .legends .legend dt {
    width: 30px;
  }
  /* line 563, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .legends .legend dt, .sem-report-c.academic-reports .cover-page .legends .legend dd {
    line-height: 17px;
  }
  /* line 567, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .legends .legend dd + dd {
    font-size: 80%;
    margin-left: 40px;
    line-height: 1;
    margin-bottom: 3px;
  }
  /* line 574, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .legends .legend .grade-range {
    font-size: 120%;
    margin-bottom: 3px;
    display: inline-block;
  }
  /* line 578, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .legends .legend .grade-range + .grade-range {
    float: right;
    width: 100px;
  }
  /* line 586, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .attendance {
    text-align: right;
    margin-top: 10px;
  }
  /* line 589, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .attendance .days-absent {
    display: inline-block;
    border: 1px solid #999;
    width: 50px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
  }
  /* line 601, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .signatures {
    text-align: center;
    margin-top: 45px;
  }
  /* line 606, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .signature {
    border-top: 1px solid #999999;
    width: 200px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    padding-top: 5px;
  }
  /* line 615, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .no-signature {
    width: 200px;
    display: inline-block;
  }
  /* line 618, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .no-signature .teacher-name {
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
    padding-bottom: 3px;
    margin-top: -3px;
  }
  /* line 626, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-aliberts.png);
    width: 110px;
    height: 62px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -54px;
    margin-left: 36px;
    margin-bottom: -9px;
  }
  /* line 639, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .subjects {
    width: 60%;
    margin-left: 5%;
    float: left;
  }
  /* line 644, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .subjects h4 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
  }
  /* line 653, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .subjects .subject {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 2;
  }
  /* line 659, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .subjects .extra-details {
    padding-left: 8px;
  }
  /* line 663, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .subjects .note {
    font-size: 80%;
    margin-top: 10px;
  }
  /* line 668, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .subjects .parent-interview-requested {
    margin-top: 10px;
    font-weight: bold;
  }
  /* line 672, ../../stylesheets/sass/features/schoolTemplates/_sem-report-c.scss */
  .sem-report-c.academic-reports .cover-page .subjects .parent-interview-requested .tickbox {
    border: 1px solid #999;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
    float: right;
    line-height: 1;
    font-weight: normal;
    margin-top: -3px;
  }
}
/* line 4, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .cover-page {
  display: none;
}
/* line 9, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .report-header.page-2 h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 17, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .report-header.page-2 h3.student-name, .sem-report-d.academic-reports .report-header.page-2 h3.year-description {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
}
/* line 23, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .report-header.page-2 h3.student-name {
  margin-bottom: 0;
}
/* line 31, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .report-header.page-2:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-aliberts.png);
  width: 1px;
  height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 42, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .comment-field.standalone.span12 {
  margin-left: 0;
}
/* line 45, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .comment-field.standalone .comment-display {
  padding-top: 2px;
  padding-bottom: 4px;
}
/* line 51, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view {
  /*.criteria-section.cols-1 tr {
  	height: 
  }*/
}
/* line 52, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view h4.subject-name {
  font-size: 18px;
  margin-top: 20px;
}
/* line 57, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view h4.teacher-name {
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
}
/* line 65, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view .section-col-1 h4.subject-name {
  margin-top: 5px;
}
/* line 70, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view th.section-header, .sem-report-d.academic-reports .criteria-view tr.heading td.criterion-label {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 76, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view td.criterion-label {
  font-size: 15px;
}
/* line 80, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view p.description-box {
  margin-left: 0;
}
/* line 85, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view .criterion-row.yesno .criterion-label {
  border-style: none !important;
  padding-left: 0;
}
/* line 92, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view table.sem-sec-wh .choice-header {
  width: 10%;
}
/* line 95, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view table.sem-sec-wh .choice-header, .sem-report-d.academic-reports .criteria-view table.sem-sec-wh .choice-field {
  text-align: center;
}
/* line 104, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-sn .criterion-label {
  padding-top: 0;
  width: 100%;
}
/* line 108, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-sn .criterion-label::before {
  content: '•';
  display: inline-block;
  width: 20px;
  text-align: center;
}
/* line 116, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-sn td.grade-field {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
  padding-top: 0;
}
/* line 121, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-sn td.grade-field select.span12 {
  margin-bottom: 0;
}
/* line 127, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view tr.grade-row.gradeNA td {
  border: 2px solid #999;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17px !important;
  padding-top: 0;
}
/* line 133, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view tr.grade-row.gradeNA td.criterion-label {
  padding-left: 10px;
  width: 100%;
}
/* line 137, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view tr.grade-row.gradeNA td.grade-field {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
}
/* line 142, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .criteria-view tr.grade-row.gradeNA td select.span {
  margin-bottom: 0;
}
/* line 150, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.sem-report-d.academic-reports .action-buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}

/* line 553, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports {
  font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
  /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
  		more balanced when presente within text). For the reports we've been asked to disable them
  		which is what this CSS should do. It enables 'Lining Figures' instead. */
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
  	/*.criteria-view .grade-row.sem-sec-sn {
  		td.grade-field {
  			border: 1px solid #999;
  
  			select.span12 {
  				//margin-left: 35%;
  			}
  		}
  	}*/
}
/* line 173, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .description-box {
  font-size: 15px;
  line-height: 1.3;
  padding-top: 4px;
  padding-bottom: 3px;
}
/* line 180, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .comment-field {
  border: 1px solid #999;
  line-height: 1.2;
}
/* line 185, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports.section-count-1, .print-preview .sem-report-d.academic-reports.section-count-3, .print-preview .sem-report-d.academic-reports.section-count-5, .print-preview .sem-report-d.academic-reports.section-count-7, .print-preview .sem-report-d.academic-reports.section-count-9, .print-preview .sem-report-d.academic-reports.section-count-11, .print-preview .sem-report-d.academic-reports.section-count-13 {
  padding-bottom: 1000px;
}
/* line 195, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .section-col-1 + .section-col-2 .section-header {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
/* line 202, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .report-entry-only {
  display: none;
}
/* line 206, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .report-logo {
  display: block;
  position: relative;
  right: 0;
  margin-left: 10px;
  width: 125px;
  height: auto;
  margin-bottom: -145px;
  margin-top: 0;
}
/* line 217, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .report-header.page-2 {
  display: none;
}
/* line 221, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .report-section {
  page-break-before: always;
}
/* line 225, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criterion-row .choice-field input[type="radio"]:checked + label {
  line-height: 16px;
}
/* line 231, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criteria-view .section-col-1 h4.subject-name {
  font-size: 17px;
}
/* line 235, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criteria-view .section-col-1 h4.subject-name, .print-preview .sem-report-d.academic-reports .criteria-view .section-col-1 h4.teacher-name, .print-preview .sem-report-d.academic-reports .criteria-view .section-col-1 h5.report-type {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 239, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criteria-view .section-col-1 h5.report-type {
  font-size: 15px;
  font-weight: normal;
}
/* line 244, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criteria-view .section-col-1 p.description-box {
  margin-top: 10px;
  min-height: 112px;
}
/* line 251, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criteria-section.cols-1 tr.criterion-row {
  height: auto;
}
/* line 255, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports tr.spacer-row, .print-preview .sem-report-d.academic-reports tr.no-criteria.heading {
  height: 32px;
}
/* line 261, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .grade-row.sem-sec-al td.grade-field select.span12 {
  display: none;
}
/* line 264, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .grade-row.sem-sec-al td.grade-field .sem-sec-al-display {
  display: block;
  font-size: 17px;
  text-align: center;
}
/* line 272, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field {
  height: 85px;
}
/* line 276, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criteria-view td.grade-field {
  padding-left: 0;
  padding-top: 0;
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}
/* line 283, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criteria-view td.grade-field select.span12 {
  border-style: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-left: -1px;
  width: 32px;
  text-align: left;
  padding-left: 5px;
  font-size: 15px;
}
/* line 312, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criteria-view .grade-row.gradeNA td.grade-field, .print-preview .sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-sn td.grade-field {
  border: 2px solid #999;
}
/* line 315, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criteria-view .grade-row.gradeNA td.grade-field select.span12, .print-preview .sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-sn td.grade-field select.span12 {
  float: none;
  display: inline-block;
  width: 90%;
  margin-left: 2%;
  text-align: center;
}
/* line 322, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .criteria-view .grade-row.gradeNA td.grade-field select.span12 option, .print-preview .sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-sn td.grade-field select.span12 option {
  text-align: center;
}
/* line 332, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .report-footer {
  width: 45%;
  float: right;
  margin-top: -30px !important;
  text-align: right;
}
/* line 341, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page {
  display: block;
  page-break-after: always;
}
/* line 345, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .cover-page-content {
  margin-top: 25px;
}
/* line 347, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .cover-page-content:before, .print-preview .sem-report-d.academic-reports .cover-page .cover-page-content:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 352, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .cover-page-content:after {
  clear: both;
}
/* line 357, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 365, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .student-name {
  font-size: 36px;
  text-align: center;
  /* font-weight: 900; */
  margin-top: 60px;
  margin-bottom: 0;
  line-height: 1.2;
}
/* line 373, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .year-description {
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
/* line 379, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .home-room-comment {
  border: 1px solid #999;
  padding: 5px;
  margin-top: 10px;
  line-height: 16px;
}
/* line 384, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .home-room-comment:before {
  content: 'Pastoral Care Teacher Comment:';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
/* line 392, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .legends {
  width: 35%;
  float: left;
}
/* line 397, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .legends h4, .print-preview .sem-report-d.academic-reports .cover-page .legends .legend {
  padding-left: 8px;
}
/* line 401, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .legends h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
}
/* line 407, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .legends .legend {
  border-top: 1px solid #999;
}
/* line 408, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .legends .legend div {
  line-height: 1.3;
}
/* line 413, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .legends .legend h5 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 419, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .legends .legend dl {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 424, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .legends .legend dt {
  width: 30px;
}
/* line 429, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .legends .legend dd + dd {
  font-size: 80%;
  margin-left: 40px;
  line-height: 1;
  margin-bottom: 3px;
}
/* line 436, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .legends .legend .grade-range {
  font-size: 120%;
  margin-bottom: 3px;
  display: inline-block;
}
/* line 440, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .legends .legend .grade-range + .grade-range {
  float: right;
  width: 100px;
}
/* line 448, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .attendance {
  text-align: right;
  margin-top: 10px;
}
/* line 451, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .attendance .days-absent {
  display: inline-block;
  border: 1px solid #999;
  width: 50px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
}
/* line 463, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .signatures {
  text-align: center;
  margin-top: 25px;
}
/* line 468, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .signature {
  border-top: 1px solid #999999;
  width: 200px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  padding-top: 5px;
}
/* line 477, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .no-signature {
  width: 200px;
  display: inline-block;
}
/* line 480, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .no-signature .teacher-name {
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
  padding-bottom: 3px;
  margin-top: -3px;
}
/* line 488, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-aliberts.png);
  width: 110px;
  height: 62px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -54px;
  margin-left: 36px;
  margin-bottom: -9px;
}
/* line 501, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .subjects {
  width: 60%;
  margin-left: 5%;
  float: left;
}
/* line 506, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .subjects h4 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}
/* line 515, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .subjects .subject {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2;
}
/* line 521, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .subjects .extra-details {
  padding-left: 8px;
}
/* line 525, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .subjects .note {
  font-size: 80%;
  margin-top: 10px;
}
/* line 530, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .subjects .parent-interview-requested {
  margin-top: 10px;
  font-weight: bold;
}
/* line 534, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
.print-preview .sem-report-d.academic-reports .cover-page .subjects .parent-interview-requested .tickbox {
  border: 1px solid #999;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3px;
  float: right;
  line-height: 1;
  font-weight: normal;
  margin-top: -3px;
}

@media print {
  /* line 557, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports {
    font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
    /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
    		more balanced when presente within text). For the reports we've been asked to disable them
    		which is what this CSS should do. It enables 'Lining Figures' instead. */
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    	/*.criteria-view .grade-row.sem-sec-sn {
    		td.grade-field {
    			border: 1px solid #999;
    
    			select.span12 {
    				//margin-left: 35%;
    			}
    		}
    	}*/
  }
  /* line 173, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .description-box {
    font-size: 15px;
    line-height: 1.3;
    padding-top: 4px;
    padding-bottom: 3px;
  }
  /* line 180, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .comment-field {
    border: 1px solid #999;
    line-height: 1.2;
  }
  /* line 185, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports.section-count-1, .sem-report-d.academic-reports.section-count-3, .sem-report-d.academic-reports.section-count-5, .sem-report-d.academic-reports.section-count-7, .sem-report-d.academic-reports.section-count-9, .sem-report-d.academic-reports.section-count-11, .sem-report-d.academic-reports.section-count-13 {
    padding-bottom: 1000px;
  }
  /* line 195, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .section-col-1 + .section-col-2 .section-header {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
  }
  /* line 202, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .report-entry-only {
    display: none;
  }
  /* line 206, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .report-logo {
    display: block;
    position: relative;
    right: 0;
    margin-left: 10px;
    width: 125px;
    height: auto;
    margin-bottom: -145px;
    margin-top: 0;
  }
  /* line 217, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .report-header.page-2 {
    display: none;
  }
  /* line 221, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .report-section {
    page-break-before: always;
  }
  /* line 225, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criterion-row .choice-field input[type="radio"]:checked + label {
    line-height: 16px;
  }
  /* line 231, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criteria-view .section-col-1 h4.subject-name {
    font-size: 17px;
  }
  /* line 235, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criteria-view .section-col-1 h4.subject-name, .sem-report-d.academic-reports .criteria-view .section-col-1 h4.teacher-name, .sem-report-d.academic-reports .criteria-view .section-col-1 h5.report-type {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 239, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criteria-view .section-col-1 h5.report-type {
    font-size: 15px;
    font-weight: normal;
  }
  /* line 244, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criteria-view .section-col-1 p.description-box {
    margin-top: 10px;
    min-height: 112px;
  }
  /* line 251, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criteria-section.cols-1 tr.criterion-row {
    height: auto;
  }
  /* line 255, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports tr.spacer-row, .sem-report-d.academic-reports tr.no-criteria.heading {
    height: 32px;
  }
  /* line 261, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .grade-row.sem-sec-al td.grade-field select.span12 {
    display: none;
  }
  /* line 264, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .grade-row.sem-sec-al td.grade-field .sem-sec-al-display {
    display: block;
    font-size: 17px;
    text-align: center;
  }
  /* line 272, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field {
    height: 85px;
  }
  /* line 276, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criteria-view td.grade-field {
    padding-left: 0;
    padding-top: 0;
    min-width: 50px;
    max-width: 50px;
    width: 50px;
  }
  /* line 283, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criteria-view td.grade-field select.span12 {
    border-style: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-left: -1px;
    width: 32px;
    text-align: left;
    padding-left: 5px;
    font-size: 15px;
  }
  /* line 312, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criteria-view .grade-row.gradeNA td.grade-field, .sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-sn td.grade-field {
    border: 2px solid #999;
  }
  /* line 315, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criteria-view .grade-row.gradeNA td.grade-field select.span12, .sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-sn td.grade-field select.span12 {
    float: none;
    display: inline-block;
    width: 90%;
    margin-left: 2%;
    text-align: center;
  }
  /* line 322, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .criteria-view .grade-row.gradeNA td.grade-field select.span12 option, .sem-report-d.academic-reports .criteria-view .grade-row.sem-sec-sn td.grade-field select.span12 option {
    text-align: center;
  }
  /* line 332, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .report-footer {
    width: 45%;
    float: right;
    margin-top: -30px !important;
    text-align: right;
  }
  /* line 341, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page {
    display: block;
    page-break-after: always;
  }
  /* line 345, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .cover-page-content {
    margin-top: 25px;
  }
  /* line 347, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .cover-page-content:before, .sem-report-d.academic-reports .cover-page .cover-page-content:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 352, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .cover-page-content:after {
    clear: both;
  }
  /* line 357, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page h2 {
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  /* line 365, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .student-name {
    font-size: 36px;
    text-align: center;
    /* font-weight: 900; */
    margin-top: 60px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  /* line 373, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .year-description {
    text-align: center;
    font-size: 24px;
    line-height: 1;
  }
  /* line 379, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .home-room-comment {
    border: 1px solid #999;
    padding: 5px;
    margin-top: 10px;
    line-height: 16px;
  }
  /* line 384, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .home-room-comment:before {
    content: 'Pastoral Care Teacher Comment:';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
  }
  /* line 392, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .legends {
    width: 35%;
    float: left;
  }
  /* line 397, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .legends h4, .sem-report-d.academic-reports .cover-page .legends .legend {
    padding-left: 8px;
  }
  /* line 401, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .legends h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 17px;
  }
  /* line 407, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .legends .legend {
    border-top: 1px solid #999;
  }
  /* line 408, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .legends .legend div {
    line-height: 1.3;
  }
  /* line 413, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .legends .legend h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 419, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .legends .legend dl {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 424, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .legends .legend dt {
    width: 30px;
  }
  /* line 429, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .legends .legend dd + dd {
    font-size: 80%;
    margin-left: 40px;
    line-height: 1;
    margin-bottom: 3px;
  }
  /* line 436, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .legends .legend .grade-range {
    font-size: 120%;
    margin-bottom: 3px;
    display: inline-block;
  }
  /* line 440, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .legends .legend .grade-range + .grade-range {
    float: right;
    width: 100px;
  }
  /* line 448, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .attendance {
    text-align: right;
    margin-top: 10px;
  }
  /* line 451, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .attendance .days-absent {
    display: inline-block;
    border: 1px solid #999;
    width: 50px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
  }
  /* line 463, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .signatures {
    text-align: center;
    margin-top: 25px;
  }
  /* line 468, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .signature {
    border-top: 1px solid #999999;
    width: 200px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    padding-top: 5px;
  }
  /* line 477, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .no-signature {
    width: 200px;
    display: inline-block;
  }
  /* line 480, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .no-signature .teacher-name {
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
    padding-bottom: 3px;
    margin-top: -3px;
  }
  /* line 488, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-aliberts.png);
    width: 110px;
    height: 62px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -54px;
    margin-left: 36px;
    margin-bottom: -9px;
  }
  /* line 501, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .subjects {
    width: 60%;
    margin-left: 5%;
    float: left;
  }
  /* line 506, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .subjects h4 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
  }
  /* line 515, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .subjects .subject {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 2;
  }
  /* line 521, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .subjects .extra-details {
    padding-left: 8px;
  }
  /* line 525, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .subjects .note {
    font-size: 80%;
    margin-top: 10px;
  }
  /* line 530, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .subjects .parent-interview-requested {
    margin-top: 10px;
    font-weight: bold;
  }
  /* line 534, ../../stylesheets/sass/features/schoolTemplates/_sem-report-d.scss */
  .sem-report-d.academic-reports .cover-page .subjects .parent-interview-requested .tickbox {
    border: 1px solid #999;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
    float: right;
    line-height: 1;
    font-weight: normal;
    margin-top: -3px;
  }
}
/* line 4, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .report-cover-svg, .sem-report-e.academic-reports .report-header {
  display: none;
}
/* line 8, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .report-cover-letter {
  display: none;
}
/* line 12, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports h4.subject-name {
  font-size: 16px;
}
/* line 16, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .report-page-header {
  text-align: right;
}
/* line 20, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .action-buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  position: relative;
}
/* line 28, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports.primary .student-photo .student-image, .sem-report-e.academic-reports.secondary .student-photo .student-image {
  margin-top: 35.5%;
  margin-left: 16.5%;
}
/* line 34, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view {
  /*.criterion-row {
  	&.grade, &.pri-effort, &.yesno {
  		.criterion-label {
  			width: 100px;
  		}
  		.grade-field {
  			width
  		}
  	}
  	
  }*/
}
/* line 36, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .report-section {
  margin-bottom: 60px;
}
/* line 38, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .report-section:nth-child(1), .sem-report-e.academic-reports .criteria-view .report-section:nth-child(2) {
  margin-bottom: 40px;
}
/* line 41, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .report-section:nth-child(3), .sem-report-e.academic-reports .criteria-view .report-section:nth-child(6), .sem-report-e.academic-reports .criteria-view .report-section:nth-child(9) {
  padding-top: 50px;
  page-break-before: always;
}
/* line 53, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .range-field {
  white-space: nowrap;
}
/* line 56, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view td input[type="range"] {
  max-width: 60%;
}
/* line 61, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criterion-row.yesno .criterion-label {
  border-style: none;
  padding-left: 0;
}
/* line 68, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort, .sem-report-e.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno {
  display: block;
  margin-top: -47px;
  width: auto;
  white-space: nowrap;
}
/* line 73, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td.criterion-label.radio-criterion, .sem-report-e.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno td.criterion-label.radio-criterion {
  border-style: none !important;
}
/* line 77, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td, .sem-report-e.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno td {
  display: inline-block;
}
/* line 81, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
  margin-left: 110%;
}
@media (max-width: 767px) {
  /* line 81, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
    margin-left: 59%;
  }
}
/* line 86, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort .separate-choice-field:nth-child(2) input {
  float: right;
  margin-top: 4px !important;
  margin-left: 15px;
}
/* line 93, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .criterion-label {
  white-space: nowrap;
}
/* line 96, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .grade-field {
  width: 100%;
}
/* line 103, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .row-fluid > .row-fluid:first-child .criteria-section.cols-1 tr.criterion-row.pri-effort {
  margin-left: 0;
  margin-top: 0;
  width: 0;
  margin-bottom: 45px;
}
/* line 121, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.span12 {
  width: 20%;
}
/* line 123, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.span12.level, .sem-report-e.academic-reports .criteria-view .criteria-section.span12.pri-level, .sem-report-e.academic-reports .criteria-view .criteria-section.span12.comments, .sem-report-e.academic-reports .criteria-view .criteria-section.span12.freq, .sem-report-e.academic-reports .criteria-view .criteria-section.span12.pri-freq, .sem-report-e.academic-reports .criteria-view .criteria-section.span12.sec-freq {
  width: 100%;
}
/* line 129, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.freq tr, .sem-report-e.academic-reports .criteria-view .criteria-section.pri-freq tr, .sem-report-e.academic-reports .criteria-view .criteria-section.sec-freq tr {
  height: 32px;
}
/* line 131, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.freq tr td, .sem-report-e.academic-reports .criteria-view .criteria-section.freq tr th, .sem-report-e.academic-reports .criteria-view .criteria-section.pri-freq tr td, .sem-report-e.academic-reports .criteria-view .criteria-section.pri-freq tr th, .sem-report-e.academic-reports .criteria-view .criteria-section.sec-freq tr td, .sem-report-e.academic-reports .criteria-view .criteria-section.sec-freq tr th {
  padding-top: 3px;
}
/* line 135, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.freq .choice-header, .sem-report-e.academic-reports .criteria-view .criteria-section.pri-freq .choice-header, .sem-report-e.academic-reports .criteria-view .criteria-section.sec-freq .choice-header {
  max-width: 80px;
  min-width: 80px;
  width: 80px;
  text-align: center;
  font-weight: normal;
}
/* line 145, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .criteria-section.freq .choice-field, .sem-report-e.academic-reports .criteria-view .criteria-section.pri-freq .choice-field, .sem-report-e.academic-reports .criteria-view .criteria-section.sec-freq .choice-field {
  text-align: center;
}
/* line 150, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .vertical-table {
  margin-top: -150px;
  pointer-events: none;
}
/* line 153, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .vertical-table .criterion-row {
  pointer-events: auto;
}
/* line 156, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .vertical-table div.vertical {
  /*margin-left: -32px; Chrome seems to need -32px, while FF needs -36px grr */
  margin-left: -36px;
}
/* line 160, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.sem-report-e.academic-reports .criteria-view .vertical-table th.vertical {
  height: 120px;
  width: 50px;
  padding-bottom: 25px;
  position: relative;
  min-width: 50px;
}

/* line 386, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports {
  font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
  /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
  		more balanced when presente within text). For the reports we've been asked to disable them
  		which is what this CSS should do. It enables 'Lining Figures' instead. */
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
}
/* line 178, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-cover-svg {
  display: inherit;
  width: 104%;
  margin-left: -2%;
  margin-right: -2%;
  height: auto;
}
/* line 186, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-header {
  display: block;
  margin-right: 40px;
  margin-top: -95px;
}
/* line 191, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-header h2 {
  font-size: 25px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
/* line 200, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-cover-letter {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  page-break-after: always;
  page-break-inside: avoid;
}
/* line 206, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-cover-letter h2 {
  font-size: 28px;
}
/* line 209, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-cover-letter h3 {
  font-size: 20px;
}
/* line 212, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-cover-letter h4 {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 216, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-cover-letter p {
  font-size: 13px;
}
/* line 220, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-cover-letter .cover-page-footer {
  margin-top: 25px;
}
/* line 222, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-cover-letter .cover-page-footer h4 {
  margin-bottom: 0;
}
/* line 225, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-cover-letter .cover-page-footer p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 232, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .print-preview .sem-report-e.academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 235, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .print-preview .sem-report-e.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 238, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .print-preview .sem-report-e.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 241, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .print-preview .sem-report-e.academic-reports .report-cover-letter p, .print-preview .sem-report-e.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
/* line 259, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-section.section-col-1:last-child {
  margin-top: -35px;
}
/* line 264, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-section.section-col-1:nth-last-child(2) {
  page-break-before: always;
}
/* line 270, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-page-header, .print-preview .sem-report-e.academic-reports .report-footer, .print-preview .sem-report-e.academic-reports .report-section {
  margin-left: 60px;
  margin-right: 60px;
}
/* line 276, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
  padding-top: 3px;
}
/* line 278, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
  float: right;
  margin-top: -2px;
  margin-left: 4px;
}
/* line 285, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .criteria-view .criterion-row.level, .print-preview .sem-report-e.academic-reports .criteria-view .criterion-row.pri-level {
  height: 36px;
}
/* line 287, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .criteria-view .criterion-row.level td, .print-preview .sem-report-e.academic-reports .criteria-view .criterion-row.pri-level td {
  padding-left: 8px;
  padding-top: 3px;
}
/* line 294, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .criteria-section.freq .choice-field, .print-preview .sem-report-e.academic-reports .criteria-section.pri-freq .choice-field, .print-preview .sem-report-e.academic-reports .criteria-section.sec-freq .choice-field {
  text-align: center;
}
/* line 296, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .print-preview .sem-report-e.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before, .print-preview .sem-report-e.academic-reports .criteria-section.sec-freq .choice-field input[type="radio"] + label:before {
  font-size: 20px;
}
/* line 300, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .criteria-section.freq .section-header, .print-preview .sem-report-e.academic-reports .criteria-section.pri-freq .section-header, .print-preview .sem-report-e.academic-reports .criteria-section.sec-freq .section-header {
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 5px;
}
/* line 306, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .criteria-section.freq th, .print-preview .sem-report-e.academic-reports .criteria-section.freq td, .print-preview .sem-report-e.academic-reports .criteria-section.pri-freq th, .print-preview .sem-report-e.academic-reports .criteria-section.pri-freq td, .print-preview .sem-report-e.academic-reports .criteria-section.sec-freq th, .print-preview .sem-report-e.academic-reports .criteria-section.sec-freq td {
  border: 1px solid #999;
}
/* line 311, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .comment-field.standalone {
  border: 1px solid #999;
}
/* line 314, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .comment-display {
  min-height: 130px;
  font-size: 8pt;
  line-height: 1.4;
}
/* line 321, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .choice-header.vertical, .print-preview .sem-report-e.academic-reports .freq .choice-header, .print-preview .sem-report-e.academic-reports .freq .section-header,
.print-preview .sem-report-e.academic-reports .pri-freq .choice-header, .print-preview .sem-report-e.academic-reports .pri-freq .section-header,
.print-preview .sem-report-e.academic-reports .sec-freq .choice-header, .print-preview .sem-report-e.academic-reports .sec-freq .section-header {
  background-color: #2a7d8b;
  color: white;
  font-size: 14px;
}
/* line 330, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .parent-interview-requested .tickbox {
  border: 1px solid #999;
  padding-top: 5px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 10px;
  display: inline-block;
  width: 14px;
  height: 16px;
  vertical-align: text-bottom;
}
/* line 342, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .attendance {
  line-height: 2;
}
/* line 346, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .signature {
  margin-top: 50px;
}
/* line 349, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-date, .print-preview .sem-report-e.academic-reports .report-footer .teacher-name {
  padding-left: 2px;
  margin-top: 24px;
  display: inline-block;
}
/* line 353, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-date + .signature, .print-preview .sem-report-e.academic-reports .report-footer .teacher-name + .signature {
  margin-top: 6px;
}
/* line 357, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports .report-date {
  font-size: 120%;
}
/* line 362, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports.secondary .report-cover-letter .cover-page-footer {
  margin-top: 90px;
}
/* line 369, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
.print-preview .sem-report-e.academic-reports.primary.status-published .principal.signature:before, .print-preview .sem-report-e.academic-reports.primary.status-review_complete .principal.signature:before, .print-preview .sem-report-e.academic-reports.primary.status-amendment_complete .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-jventer.png);
  width: 89px;
  height: 76px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -63px;
  margin-left: 54px;
  margin-bottom: -14px;
}

@media print {
  /* line 390, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports {
    font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
    /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
    		more balanced when presente within text). For the reports we've been asked to disable them
    		which is what this CSS should do. It enables 'Lining Figures' instead. */
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
  }
  /* line 178, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-svg {
    display: inherit;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    height: auto;
  }
  /* line 186, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-header {
    display: block;
    margin-right: 40px;
    margin-top: -95px;
  }
  /* line 191, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-header h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
  }
  /* line 200, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    page-break-after: always;
    page-break-inside: avoid;
  }
  /* line 206, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter h2 {
    font-size: 28px;
  }
  /* line 209, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter h3 {
    font-size: 20px;
  }
  /* line 212, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 216, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter p {
    font-size: 13px;
  }
  /* line 220, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter .cover-page-footer {
    margin-top: 25px;
  }
  /* line 222, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter .cover-page-footer h4 {
    margin-bottom: 0;
  }
  /* line 225, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter .cover-page-footer p {
    margin-bottom: 0;
  }
}
@media print and (max-width: 767px) {
  /* line 232, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 235, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 238, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 241, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-cover-letter p, .sem-report-e.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
@media print {
  /* line 259, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-section.section-col-1:last-child {
    margin-top: -35px;
  }
  /* line 264, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-section.section-col-1:nth-last-child(2) {
    page-break-before: always;
  }
  /* line 270, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-page-header, .sem-report-e.academic-reports .report-footer, .sem-report-e.academic-reports .report-section {
    margin-left: 60px;
    margin-right: 60px;
  }
  /* line 276, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
    padding-top: 3px;
  }
  /* line 278, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
    float: right;
    margin-top: -2px;
    margin-left: 4px;
  }
  /* line 285, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .criteria-view .criterion-row.level, .sem-report-e.academic-reports .criteria-view .criterion-row.pri-level {
    height: 36px;
  }
  /* line 287, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .criteria-view .criterion-row.level td, .sem-report-e.academic-reports .criteria-view .criterion-row.pri-level td {
    padding-left: 8px;
    padding-top: 3px;
  }
  /* line 294, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .criteria-section.freq .choice-field, .sem-report-e.academic-reports .criteria-section.pri-freq .choice-field, .sem-report-e.academic-reports .criteria-section.sec-freq .choice-field {
    text-align: center;
  }
  /* line 296, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .sem-report-e.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before, .sem-report-e.academic-reports .criteria-section.sec-freq .choice-field input[type="radio"] + label:before {
    font-size: 20px;
  }
  /* line 300, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .criteria-section.freq .section-header, .sem-report-e.academic-reports .criteria-section.pri-freq .section-header, .sem-report-e.academic-reports .criteria-section.sec-freq .section-header {
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 5px;
  }
  /* line 306, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .criteria-section.freq th, .sem-report-e.academic-reports .criteria-section.freq td, .sem-report-e.academic-reports .criteria-section.pri-freq th, .sem-report-e.academic-reports .criteria-section.pri-freq td, .sem-report-e.academic-reports .criteria-section.sec-freq th, .sem-report-e.academic-reports .criteria-section.sec-freq td {
    border: 1px solid #999;
  }
  /* line 311, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .comment-field.standalone {
    border: 1px solid #999;
  }
  /* line 314, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .comment-display {
    min-height: 130px;
    font-size: 8pt;
    line-height: 1.4;
  }
  /* line 321, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .choice-header.vertical, .sem-report-e.academic-reports .freq .choice-header, .sem-report-e.academic-reports .freq .section-header,
  .sem-report-e.academic-reports .pri-freq .choice-header, .sem-report-e.academic-reports .pri-freq .section-header,
  .sem-report-e.academic-reports .sec-freq .choice-header, .sem-report-e.academic-reports .sec-freq .section-header {
    background-color: #2a7d8b;
    color: white;
    font-size: 14px;
  }
  /* line 330, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .parent-interview-requested .tickbox {
    border: 1px solid #999;
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 10px;
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: text-bottom;
  }
  /* line 342, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .attendance {
    line-height: 2;
  }
  /* line 346, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .signature {
    margin-top: 50px;
  }
  /* line 349, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-date, .sem-report-e.academic-reports .report-footer .teacher-name {
    padding-left: 2px;
    margin-top: 24px;
    display: inline-block;
  }
  /* line 353, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-date + .signature, .sem-report-e.academic-reports .report-footer .teacher-name + .signature {
    margin-top: 6px;
  }
  /* line 357, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports .report-date {
    font-size: 120%;
  }
  /* line 362, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports.secondary .report-cover-letter .cover-page-footer {
    margin-top: 90px;
  }
  /* line 369, ../../stylesheets/sass/features/schoolTemplates/_sem-report-e.scss */
  .sem-report-e.academic-reports.primary.status-published .principal.signature:before, .sem-report-e.academic-reports.primary.status-review_complete .principal.signature:before, .sem-report-e.academic-reports.primary.status-amendment_complete .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-jventer.png);
    width: 89px;
    height: 76px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -63px;
    margin-left: 54px;
    margin-bottom: -14px;
  }
}
/* line 4, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .report-cover-svg, .sem-report-f.academic-reports .report-header {
  display: none;
}
/* line 8, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .report-cover-letter {
  display: none;
}
/* line 12, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports h4.subject-name {
  font-size: 16px;
}
/* line 15, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports h4.subject-name .teacher-name {
  float: right;
  text-transform: none;
}
/* line 21, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .report-page-header {
  text-align: right;
  padding-top: 20px;
}
/* line 26, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .action-buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  position: relative;
}
/* line 34, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports.primary .student-photo .student-image, .sem-report-f.academic-reports.secondary .student-photo .student-image {
  margin-top: 35.5%;
  margin-left: 16.5%;
}
/* line 41, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view {
  /*.criterion-row {
  	&.grade, &.pri-effort, &.yesno {
  		.criterion-label {
  			width: 100px;
  		}
  		.grade-field {
  			width
  		}
  	}
  	
  }*/
}
/* line 43, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .comment-field .comment-display.has-comment-bank {
  display: block;
  font-size: 0;
  color: transparent;
}
/* line 47, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .comment-field .comment-display.has-comment-bank::before {
  font-size: 10pt;
  margin-top: -4px;
  padding-bottom: 3px;
}
/* line 54, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .report-section {
  margin-bottom: 30px;
  /*&:nth-child(1), &:nth-child(2) {
  	margin-bottom: 40px;
  }
  &:nth-child(3), &:nth-child(6), &:nth-child(9) {
  	padding-top: 50px;
  	page-break-before: always;
  }*/
}
/* line 63, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .report-section:nth-child(3n+4) {
  page-break-before: always;
  margin-top: 60px;
}
/* line 68, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .report-section .report-section:nth-child(1), .sem-report-f.academic-reports .criteria-view .report-section .report-section:nth-child(2) {
  margin-bottom: 40px;
}
/* line 79, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .range-field {
  white-space: nowrap;
}
/* line 82, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view td input[type="range"] {
  max-width: 60%;
}
/* line 87, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criterion-row.yesno .criterion-label {
  border-style: none;
  padding-left: 0;
}
/* line 94, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .grade-row .grade-field {
  position: relative;
  z-index: 900;
}
/* line 99, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .grade-row .criterion-label {
  width: 1px;
  white-space: nowrap;
}
/* line 103, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .grade-row .grade-field select {
  margin-bottom: 0;
  width: 100px;
  margin-left: 10px;
}
/* line 109, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .grade-row .grade-distro.selected {
  padding-top: 3px;
  padding-bottom: 3px;
}
/* line 121, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.comment tr {
  height: auto;
}
/* line 126, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section .no-criteria {
  height: 25px;
}
/* line 129, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section .no-criteria .criterion-label {
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 5px;
  min-width: 86px;
}
/* line 136, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section .no-criteria .value {
  font-size: 10pt;
  width: 100%;
}
/* line 141, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .grade-row.stream, .sem-report-f.academic-reports .criteria-view .grade-row.streamgrade, .sem-report-f.academic-reports .criteria-view .grade-row.vet-units {
  height: 25px;
}
/* line 143, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .grade-row.stream .criterion-label, .sem-report-f.academic-reports .criteria-view .grade-row.streamgrade .criterion-label, .sem-report-f.academic-reports .criteria-view .grade-row.vet-units .criterion-label {
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 5px;
}
/* line 149, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .grade-row.stream select, .sem-report-f.academic-reports .criteria-view .grade-row.streamgrade select, .sem-report-f.academic-reports .criteria-view .grade-row.vet-units select {
  margin-left: 0;
}
/* line 155, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .grade-row.vet-units td {
  padding-top: 0;
}
/* line 158, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .grade-row.vet-units select {
  padding: 0;
}
/* line 164, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort, .sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno {
  display: block;
  margin-top: -44px;
  width: auto;
  white-space: nowrap;
}
/* line 169, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td.criterion-label.radio-criterion, .sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno td.criterion-label.radio-criterion {
  border-style: none !important;
}
/* line 173, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td, .sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno td {
  display: inline-block;
}
/* line 177, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
  margin-left: 110%;
}
@media (max-width: 767px) {
  /* line 177, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
    margin-left: 82%;
  }
}
/* line 182, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort .separate-choice-field:nth-child(2) input {
  float: right;
  margin-top: 4px !important;
  margin-left: 15px;
}
/* line 189, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .criterion-label, .sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row .grade .criterion-label {
  white-space: nowrap;
}
/* line 192, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .grade-field, .sem-report-f.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row .grade .grade-field {
  width: 100%;
}
/* line 199, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .row-fluid > .row-fluid:first-child .criteria-section.cols-1 tr.criterion-row.pri-effort {
  margin-left: 0;
  margin-top: 0;
  width: 0;
  margin-bottom: 45px;
}
/* line 219, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.span12.level, .sem-report-f.academic-reports .criteria-view .criteria-section.span12.pri-level, .sem-report-f.academic-reports .criteria-view .criteria-section.span12.comments, .sem-report-f.academic-reports .criteria-view .criteria-section.span12.freq, .sem-report-f.academic-reports .criteria-view .criteria-section.span12.pri-freq, .sem-report-f.academic-reports .criteria-view .criteria-section.span12.sec-freq {
  width: 100%;
}
/* line 225, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.freq tr, .sem-report-f.academic-reports .criteria-view .criteria-section.pri-freq tr, .sem-report-f.academic-reports .criteria-view .criteria-section.sec-freq tr {
  height: 32px;
}
/* line 227, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.freq tr td, .sem-report-f.academic-reports .criteria-view .criteria-section.freq tr th, .sem-report-f.academic-reports .criteria-view .criteria-section.pri-freq tr td, .sem-report-f.academic-reports .criteria-view .criteria-section.pri-freq tr th, .sem-report-f.academic-reports .criteria-view .criteria-section.sec-freq tr td, .sem-report-f.academic-reports .criteria-view .criteria-section.sec-freq tr th {
  padding-top: 3px;
}
/* line 231, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.freq .choice-header, .sem-report-f.academic-reports .criteria-view .criteria-section.pri-freq .choice-header, .sem-report-f.academic-reports .criteria-view .criteria-section.sec-freq .choice-header {
  max-width: 80px;
  min-width: 80px;
  width: 80px;
  text-align: center;
  font-weight: normal;
}
/* line 241, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .criteria-section.freq .choice-field, .sem-report-f.academic-reports .criteria-view .criteria-section.pri-freq .choice-field, .sem-report-f.academic-reports .criteria-view .criteria-section.sec-freq .choice-field {
  text-align: center;
}
/* line 246, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .vertical-table {
  margin-top: -150px;
  pointer-events: none;
}
/* line 249, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .vertical-table .criterion-row {
  pointer-events: auto;
}
/* line 252, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .vertical-table div.vertical {
  /*margin-left: -32px; Chrome seems to need -32px, while FF needs -36px grr */
  margin-left: -36px;
}
/* line 256, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.sem-report-f.academic-reports .criteria-view .vertical-table th.vertical {
  height: 120px;
  width: 50px;
  padding-bottom: 25px;
  position: relative;
  min-width: 50px;
}

/* line 509, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports {
  font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
  /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
  		more balanced when presente within text). For the reports we've been asked to disable them
  		which is what this CSS should do. It enables 'Lining Figures' instead. */
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
}
/* line 274, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-cover-svg {
  display: inherit;
  width: 104%;
  margin-left: -2%;
  margin-right: -2%;
  height: auto;
}
/* line 282, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-header {
  display: block;
  margin-right: 40px;
  margin-top: -95px;
}
/* line 287, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-header h2 {
  font-size: 25px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
/* line 296, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-cover-letter {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  page-break-after: always;
  page-break-inside: avoid;
}
/* line 302, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-cover-letter h2 {
  font-size: 28px;
}
/* line 305, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-cover-letter h3 {
  font-size: 20px;
}
/* line 308, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-cover-letter h4 {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 312, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-cover-letter p {
  font-size: 13px;
}
/* line 316, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-cover-letter .cover-page-footer {
  margin-top: 25px;
}
/* line 318, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-cover-letter .cover-page-footer h4 {
  margin-bottom: 0;
}
/* line 321, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-cover-letter .cover-page-footer p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 328, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .print-preview .sem-report-f.academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 331, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .print-preview .sem-report-f.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 334, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .print-preview .sem-report-f.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 337, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .print-preview .sem-report-f.academic-reports .report-cover-letter p, .print-preview .sem-report-f.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
/* line 355, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-section.section-col-1:last-child {
  margin-top: -35px;
}
/* line 366, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-page-header, .print-preview .sem-report-f.academic-reports .report-footer, .print-preview .sem-report-f.academic-reports .report-section {
  margin-left: 60px;
  margin-right: 60px;
}
/* line 372, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
  padding-top: 5px;
}
/* line 374, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
  float: right;
  margin-top: -4px;
  margin-left: 12px;
}
/* line 381, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criteria-view .criterion-row.level, .print-preview .sem-report-f.academic-reports .criteria-view .criterion-row.pri-level {
  height: 36px;
}
/* line 383, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criteria-view .criterion-row.level td, .print-preview .sem-report-f.academic-reports .criteria-view .criterion-row.pri-level td {
  padding-left: 8px;
  padding-top: 3px;
}
/* line 391, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criteria-section .grade-row.stream td.grade-field, .print-preview .sem-report-f.academic-reports .criteria-section .grade-row.stream td.criterion-label, .print-preview .sem-report-f.academic-reports .grade-row.streamgrade td.grade-field, .print-preview .sem-report-f.academic-reports .grade-row.streamgrade td.criterion-label {
  padding-top: 0;
}
/* line 394, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criteria-section .grade-row.stream select, .print-preview .sem-report-f.academic-reports .grade-row.streamgrade select {
  padding: 0;
}
/* line 399, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .marksbook-link-section {
  display: none;
}
/* line 404, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criteria-section.freq .choice-field, .print-preview .sem-report-f.academic-reports .criteria-section.pri-freq .choice-field, .print-preview .sem-report-f.academic-reports .criteria-section.sec-freq .choice-field {
  text-align: center;
}
/* line 406, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .print-preview .sem-report-f.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before, .print-preview .sem-report-f.academic-reports .criteria-section.sec-freq .choice-field input[type="radio"] + label:before {
  font-size: 20px;
}
/* line 410, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criteria-section.freq .section-header, .print-preview .sem-report-f.academic-reports .criteria-section.pri-freq .section-header, .print-preview .sem-report-f.academic-reports .criteria-section.sec-freq .section-header {
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 5px;
}
/* line 416, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criteria-section.freq th, .print-preview .sem-report-f.academic-reports .criteria-section.freq td, .print-preview .sem-report-f.academic-reports .criteria-section.pri-freq th, .print-preview .sem-report-f.academic-reports .criteria-section.pri-freq td, .print-preview .sem-report-f.academic-reports .criteria-section.sec-freq th, .print-preview .sem-report-f.academic-reports .criteria-section.sec-freq td {
  border: 1px solid #999;
}
/* line 421, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .comment-field.standalone {
  border: 1px solid #999;
}
/* line 424, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .comment-display {
  min-height: 46px;
  font-size: 8pt;
  line-height: 1.4;
}
/* line 431, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criteria-view .comment-field .comment-display.has-comment-bank {
  font-size: 8pt;
  color: #333;
}
/* line 434, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .criteria-view .comment-field .comment-display.has-comment-bank::before {
  font-size: 8pt;
  margin-top: -23px;
  padding-bottom: 0;
}
/* line 441, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .choice-header.vertical, .print-preview .sem-report-f.academic-reports .freq .choice-header, .print-preview .sem-report-f.academic-reports .freq .section-header,
.print-preview .sem-report-f.academic-reports .pri-freq .choice-header, .print-preview .sem-report-f.academic-reports .pri-freq .section-header,
.print-preview .sem-report-f.academic-reports .sec-freq .choice-header, .print-preview .sem-report-f.academic-reports .sec-freq .section-header {
  background-color: #2a7d8b;
  color: white;
  font-size: 14px;
}
/* line 450, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .parent-interview-requested .tickbox {
  border: 1px solid #999;
  padding-top: 2px;
  padding-left: 6px;
  padding-bottom: 3px;
  padding-right: 2px;
  margin-left: 10px;
  display: inline-block;
  width: 14px;
  height: 16px;
  vertical-align: bottom;
}
/* line 463, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .attendance {
  line-height: 2;
}
/* line 467, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .signature {
  margin-top: 70px;
}
/* line 470, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-date, .print-preview .sem-report-f.academic-reports .report-footer .teacher-name {
  padding-left: 2px;
  margin-top: 44px;
  display: inline-block;
}
/* line 475, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-date {
  font-size: 120%;
}
/* line 479, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports .report-date + .signature {
  margin-top: 6px;
}
/* line 484, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports.secondary .report-cover-letter {
  padding-top: 50px;
}
/* line 487, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports.secondary .report-cover-letter .cover-page-footer {
  margin-top: 50px;
}
/* line 491, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
.print-preview .sem-report-f.academic-reports.secondary.status-published .principal.signature:before, .print-preview .sem-report-f.academic-reports.secondary.status-review_complete .principal.signature:before, .print-preview .sem-report-f.academic-reports.secondary.status-amendment_complete .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-jbond.png);
  width: 125px;
  height: 57px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -48px;
  margin-left: 31px;
  margin-bottom: -9px;
}

@media print {
  /* line 513, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports {
    font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
    /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
    		more balanced when presente within text). For the reports we've been asked to disable them
    		which is what this CSS should do. It enables 'Lining Figures' instead. */
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
  }
  /* line 274, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-svg {
    display: inherit;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    height: auto;
  }
  /* line 282, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-header {
    display: block;
    margin-right: 40px;
    margin-top: -95px;
  }
  /* line 287, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-header h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
  }
  /* line 296, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    page-break-after: always;
    page-break-inside: avoid;
  }
  /* line 302, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter h2 {
    font-size: 28px;
  }
  /* line 305, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter h3 {
    font-size: 20px;
  }
  /* line 308, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 312, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter p {
    font-size: 13px;
  }
  /* line 316, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter .cover-page-footer {
    margin-top: 25px;
  }
  /* line 318, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter .cover-page-footer h4 {
    margin-bottom: 0;
  }
  /* line 321, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter .cover-page-footer p {
    margin-bottom: 0;
  }
}
@media print and (max-width: 767px) {
  /* line 328, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 331, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 334, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 337, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-cover-letter p, .sem-report-f.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
@media print {
  /* line 355, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-section.section-col-1:last-child {
    margin-top: -35px;
  }
  /* line 366, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-page-header, .sem-report-f.academic-reports .report-footer, .sem-report-f.academic-reports .report-section {
    margin-left: 60px;
    margin-right: 60px;
  }
  /* line 372, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
    padding-top: 5px;
  }
  /* line 374, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
    float: right;
    margin-top: -4px;
    margin-left: 12px;
  }
  /* line 381, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criteria-view .criterion-row.level, .sem-report-f.academic-reports .criteria-view .criterion-row.pri-level {
    height: 36px;
  }
  /* line 383, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criteria-view .criterion-row.level td, .sem-report-f.academic-reports .criteria-view .criterion-row.pri-level td {
    padding-left: 8px;
    padding-top: 3px;
  }
  /* line 391, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criteria-section .grade-row.stream td.grade-field, .sem-report-f.academic-reports .criteria-section .grade-row.stream td.criterion-label, .sem-report-f.academic-reports .grade-row.streamgrade td.grade-field, .sem-report-f.academic-reports .grade-row.streamgrade td.criterion-label {
    padding-top: 0;
  }
  /* line 394, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criteria-section .grade-row.stream select, .sem-report-f.academic-reports .grade-row.streamgrade select {
    padding: 0;
  }
  /* line 399, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .marksbook-link-section {
    display: none;
  }
  /* line 404, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criteria-section.freq .choice-field, .sem-report-f.academic-reports .criteria-section.pri-freq .choice-field, .sem-report-f.academic-reports .criteria-section.sec-freq .choice-field {
    text-align: center;
  }
  /* line 406, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .sem-report-f.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before, .sem-report-f.academic-reports .criteria-section.sec-freq .choice-field input[type="radio"] + label:before {
    font-size: 20px;
  }
  /* line 410, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criteria-section.freq .section-header, .sem-report-f.academic-reports .criteria-section.pri-freq .section-header, .sem-report-f.academic-reports .criteria-section.sec-freq .section-header {
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 5px;
  }
  /* line 416, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criteria-section.freq th, .sem-report-f.academic-reports .criteria-section.freq td, .sem-report-f.academic-reports .criteria-section.pri-freq th, .sem-report-f.academic-reports .criteria-section.pri-freq td, .sem-report-f.academic-reports .criteria-section.sec-freq th, .sem-report-f.academic-reports .criteria-section.sec-freq td {
    border: 1px solid #999;
  }
  /* line 421, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .comment-field.standalone {
    border: 1px solid #999;
  }
  /* line 424, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .comment-display {
    min-height: 46px;
    font-size: 8pt;
    line-height: 1.4;
  }
  /* line 431, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criteria-view .comment-field .comment-display.has-comment-bank {
    font-size: 8pt;
    color: #333;
  }
  /* line 434, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .criteria-view .comment-field .comment-display.has-comment-bank::before {
    font-size: 8pt;
    margin-top: -23px;
    padding-bottom: 0;
  }
  /* line 441, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .choice-header.vertical, .sem-report-f.academic-reports .freq .choice-header, .sem-report-f.academic-reports .freq .section-header,
  .sem-report-f.academic-reports .pri-freq .choice-header, .sem-report-f.academic-reports .pri-freq .section-header,
  .sem-report-f.academic-reports .sec-freq .choice-header, .sem-report-f.academic-reports .sec-freq .section-header {
    background-color: #2a7d8b;
    color: white;
    font-size: 14px;
  }
  /* line 450, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .parent-interview-requested .tickbox {
    border: 1px solid #999;
    padding-top: 2px;
    padding-left: 6px;
    padding-bottom: 3px;
    padding-right: 2px;
    margin-left: 10px;
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: bottom;
  }
  /* line 463, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .attendance {
    line-height: 2;
  }
  /* line 467, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .signature {
    margin-top: 70px;
  }
  /* line 470, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-date, .sem-report-f.academic-reports .report-footer .teacher-name {
    padding-left: 2px;
    margin-top: 44px;
    display: inline-block;
  }
  /* line 475, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-date {
    font-size: 120%;
  }
  /* line 479, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports .report-date + .signature {
    margin-top: 6px;
  }
  /* line 484, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports.secondary .report-cover-letter {
    padding-top: 50px;
  }
  /* line 487, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports.secondary .report-cover-letter .cover-page-footer {
    margin-top: 50px;
  }
  /* line 491, ../../stylesheets/sass/features/schoolTemplates/_sem-report-f.scss */
  .sem-report-f.academic-reports.secondary.status-published .principal.signature:before, .sem-report-f.academic-reports.secondary.status-review_complete .principal.signature:before, .sem-report-f.academic-reports.secondary.status-amendment_complete .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-jbond.png);
    width: 125px;
    height: 57px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -48px;
    margin-left: 31px;
    margin-bottom: -9px;
  }
}
/* line 7, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .report-cover-svg, .sem-report-qbc-primary.academic-reports .report-header {
  display: none;
}
/* line 11, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .report-cover-letter {
  display: none;
}
/* line 14, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .report-last-page {
  display: none;
}
/* line 20, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports h4.subject-name {
  font-size: 16px;
}
/* line 25, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .report-page-header {
  text-align: right;
  padding-top: 20px;
}
/* line 30, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .action-buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  position: relative;
}
/* line 38, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports.primary .student-photo .student-image {
  margin-top: 35.5%;
  margin-left: 16.5%;
}
/* line 43, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports.primary .criterion-row.choice-value-N-A {
  background-color: #ccc;
  color: #888;
}
/* line 50, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .education-plan-panel input {
  margin-top: -2px;
}
/* line 55, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view {
  /*.criterion-row {
  	&.grade, &.pri-effort, &.yesno {
  		.criterion-label {
  			width: 100px;
  		}
  		.grade-field {
  			width
  		}
  	}
  	
  }*/
}
/* line 57, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .report-section {
  margin-bottom: 30px;
}
/* line 68, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .range-field {
  white-space: nowrap;
}
/* line 71, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view td input[type="range"] {
  max-width: 60%;
}
/* line 76, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.yesno .criterion-label {
  border-style: none;
  padding-left: 0;
}
/* line 84, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .pri-effort .clear-button button {
  line-height: 12px;
  font-size: 9px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: -6px;
}
/* line 95, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno {
  display: block;
  margin-top: -47px;
  width: auto;
  white-space: nowrap;
}
/* line 100, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td.criterion-label.radio-criterion, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno td.criterion-label.radio-criterion {
  border-style: none !important;
}
/* line 104, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno td {
  display: inline-block;
  margin-left: 5px;
}
/* line 109, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
  margin-left: 95%;
}
@media (max-width: 767px) {
  /* line 109, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
    margin-left: 82%;
  }
}
/* line 114, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort .separate-choice-field:nth-child(2) input {
  float: right;
  margin-top: 4px !important;
  margin-left: 15px;
}
/* line 121, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .criterion-label {
  white-space: nowrap;
}
/* line 124, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .grade-field {
  width: 100%;
}
/* line 131, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .row-fluid > .row-fluid:first-child .criteria-section.cols-1 tr.criterion-row.pri-effort {
  margin-left: 0;
  margin-top: 0;
  width: 0;
  margin-bottom: 45px;
}
/* line 149, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.span12 {
  width: 20%;
}
/* line 151, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.span12.level, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.span12.pri-level, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.span12.pri-level-2020, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.span12.comments, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.span12.freq, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.span12.pri-freq {
  width: 100%;
}
/* line 157, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.freq tr, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.pri-freq tr {
  height: 32px;
}
/* line 159, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.freq tr td, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.freq tr th, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.pri-freq tr td, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.pri-freq tr th {
  padding-top: 3px;
}
/* line 163, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.freq .choice-header, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.pri-freq .choice-header {
  max-width: 85px;
  min-width: 85px;
  width: 85px;
  text-align: center;
  font-weight: normal;
}
/* line 173, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.freq .choice-field, .sem-report-qbc-primary.academic-reports .criteria-view .criteria-section.pri-freq .choice-field {
  text-align: center;
}
/* line 178, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .vertical-table {
  margin-top: -150px;
  pointer-events: none;
}
/* line 181, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .vertical-table .criterion-row {
  pointer-events: auto;
}
/* line 184, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .vertical-table div.vertical {
  /*margin-left: -32px; Chrome seems to need -32px, while FF needs -36px grr */
  margin-left: -39px;
}
/* line 188, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .vertical-table th.vertical {
  height: 86px;
  padding-bottom: 13px;
  position: relative;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
}
/* line 200, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view .criteria-section .pri-level-2020 th.choice-header-Working-towards div.vertical {
  max-width: 100px;
  margin-left: -32px;
  margin-top: -8px;
}
/* line 212, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.sem-report-qbc-primary.academic-reports .criteria-view.covid .criteria-section.cols-1 .criterion-row.pri-effort, .sem-report-qbc-primary.academic-reports .criteria-view.covid .criteria-section.cols-1 .criterion-row.yesno {
  margin-bottom: 38px;
  margin-top: 0;
  margin-left: 0;
}

/* line 833, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports {
  font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
  color: black;
  /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
  		more balanced when presente within text). For the reports we've been asked to disable them
  		which is what this CSS should do. It enables 'Lining Figures' instead. */
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
}
/* line 227, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.primary {
  font-size: 12pt;
}
/* line 233, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-svg {
  display: inherit;
  width: 104%;
  margin-left: -2%;
  margin-right: -2%;
  height: auto;
}
/* line 241, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .choice-header-N-A, .print-preview .sem-report-qbc-primary.academic-reports .choice-field-N-A {
  display: none;
}
/* line 245, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-header {
  display: block;
  margin-right: 40px;
  margin-top: -95px;
}
/* line 250, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-header h2 {
  font-size: 25px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
/* line 259, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  display: block;
  page-break-after: always;
  page-break-inside: avoid;
}
/* line 266, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter section {
  border: 2px solid black;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 271, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter section p {
  font-size: 10pt;
  line-height: 1.3;
}
/* line 276, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter section ul li {
  line-height: 1.3;
  font-size: 10pt;
}
/* line 282, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter section .strand-descriptor {
  margin-bottom: 0;
}
/* line 285, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter section h3 {
  font-size: 11pt;
  text-decoration: underline;
  line-height: 1.3;
  margin-top: 20px;
}
/* line 291, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter section h4 {
  font-size: 10pt;
  text-decoration: underline;
  margin-top: 2px;
  line-height: 1.3;
}
/* line 297, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter section .strand-descriptor + p:not(.strand-descriptor) {
  margin-top: 20px;
}
/* line 302, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter table.grade-legend {
  border: 2px solid black;
  font-size: 10pt;
  line-height: 1.2;
  width: 100%;
}
/* line 308, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter table.grade-legend th {
  background-color: #ddd;
  white-space: nowrap;
  text-align: left;
}
/* line 313, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter table.grade-legend th, .print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter table.grade-legend td {
  border: 0.5px solid #666;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 321, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter h2 {
  font-size: 12pt;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}
/* line 328, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter h2:not(:first-child) {
  margin-top: 15px;
}
/* line 332, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter h3 {
  font-size: 20px;
}
/* line 335, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter h4 {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 339, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter p {
  font-size: 13px;
}
/* line 343, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter .cover-page-footer {
  margin-top: 25px;
}
/* line 345, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter .cover-page-footer h4 {
  margin-bottom: 0;
}
/* line 348, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter .cover-page-footer p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 356, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter h2 {
    font-size: 12pt;
  }
  /* line 359, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 362, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 365, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter p, .print-preview .sem-report-qbc-primary.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
/* line 382, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-section.section-col-1:last-child {
  margin-top: -35px;
}
/* line 388, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-page-header, .print-preview .sem-report-qbc-primary.academic-reports .report-footer, .print-preview .sem-report-qbc-primary.academic-reports .report-section {
  margin-left: 60px;
  margin-right: 60px;
}
/* line 393, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-footer {
  margin-top: 60px;
}
/* line 397, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .section-header {
  white-space: nowrap;
}
/* line 401, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort {
  margin-left: 160px !important;
}
/* line 402, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort .clear-button {
  display: none !important;
}
/* line 406, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field input:checked + span:before {
  font-weight: bold;
  font-size: 15pt;
}
/* line 410, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
  padding-top: 4px;
}
/* line 412, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
  float: right;
  margin-top: -3px;
  margin-left: 10px;
}
/* line 419, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span {
  margin-right: 6px;
}
/* line 426, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort {
  margin-left: 0 !important;
}
/* line 429, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
  padding-top: 4px;
}
/* line 431, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
  float: right;
  margin-top: -3px;
  margin-left: 18px;
}
/* line 439, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.level, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.pri-level, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.pri-level-2020 {
  height: 36px;
}
/* line 441, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.level td, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.pri-level td, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.pri-level-2020 td {
  padding-left: 8px;
  padding-top: 3px;
}
/* line 448, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-section.freq .choice-field, .print-preview .sem-report-qbc-primary.academic-reports .criteria-section.pri-freq .choice-field {
  text-align: center;
}
/* line 450, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .print-preview .sem-report-qbc-primary.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before {
  font-size: 20px;
}
/* line 454, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-section.freq .section-header, .print-preview .sem-report-qbc-primary.academic-reports .criteria-section.pri-freq .section-header {
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 5px;
}
/* line 460, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-section.freq th, .print-preview .sem-report-qbc-primary.academic-reports .criteria-section.freq td, .print-preview .sem-report-qbc-primary.academic-reports .criteria-section.pri-freq th, .print-preview .sem-report-qbc-primary.academic-reports .criteria-section.pri-freq td {
  border: 1px solid #999;
}
/* line 465, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .grade-row .grade-field {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
/* line 469, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .grade-row .grade-field select {
  font-size: 150%;
  font-weight: bold;
  padding: 0;
  padding-top: 3px;
  padding-left: 5px;
}
/* line 478, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .grade-row.pri-grade .criterion-label {
  white-space: nowrap;
}
/* line 482, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .comment-display {
  min-height: 130px;
  font-size: 11pt;
  line-height: 1.4;
}
/* line 488, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .comment-field.standalone {
  border: 1px solid #999;
}
/* line 490, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .comment-field.standalone .comment-display {
  font-size: 12pt;
}
/* line 495, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .choice-header.vertical, .print-preview .sem-report-qbc-primary.academic-reports .freq .choice-header, .print-preview .sem-report-qbc-primary.academic-reports .freq .section-header,
.print-preview .sem-report-qbc-primary.academic-reports .pri-freq .choice-header, .print-preview .sem-report-qbc-primary.academic-reports .pri-freq .section-header {
  background-color: #35738A;
  color: white;
  font-size: 14px;
}
/* line 503, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .education-plan {
  margin-bottom: 20px;
}
/* line 504, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .education-plan .tickbox {
  border: 1px solid #999;
  padding-left: 6px;
  padding-right: 2px;
  margin-left: 10px;
  display: inline-block;
  width: 14px;
  height: 16px;
  padding-bottom: 3px;
  padding-top: 2px;
  vertical-align: bottom;
}
/* line 519, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .attendance {
  line-height: 2;
}
/* line 523, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-footer .signature {
  margin-top: 150px;
  width: 100%;
}
/* line 527, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-date {
  padding-left: 2px;
  margin-top: 24px;
  margin-top: 124px;
  display: inline-block;
}
/* line 534, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-date + .signature {
  margin-top: 6px;
}
/* line 539, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-footer .qbc.primary .class-teacher, .print-preview .sem-report-qbc-primary.academic-reports .report-footer .qbc.primary .date-column {
  height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* line 548, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-footer .teacher-name {
  padding-left: 2px;
  display: inline-block;
  white-space: pre-line;
}
/* line 553, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-footer .teacher-name + .signature {
  margin-top: 6px;
}
/* line 559, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.status-published .principal.signature:before, .print-preview .sem-report-qbc-primary.academic-reports.status-review_complete .principal.signature:before, .print-preview .sem-report-qbc-primary.academic-reports.status-amendment_complete .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-pjurgens.png);
  width: 124px;
  height: 68px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -54px;
  margin-left: 35px;
  margin-bottom: -14px;
}
/* line 573, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.status-published .span3 .principal.signature:before, .print-preview .sem-report-qbc-primary.academic-reports.status-review_complete .span3 .principal.signature:before, .print-preview .sem-report-qbc-primary.academic-reports.status-amendment_complete .span3 .principal.signature:before {
  margin-left: 8px;
}
/* line 577, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.status-published .deputy.signature:before, .print-preview .sem-report-qbc-primary.academic-reports.status-review_complete .deputy.signature:before, .print-preview .sem-report-qbc-primary.academic-reports.status-amendment_complete .deputy.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-ssaunders.png);
  width: 124px;
  height: 68px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -76px;
  margin-left: 10px;
  margin-bottom: 8px;
}
/* line 594, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section {
  margin-bottom: 30px;
  /*&:nth-child(1), &:nth-child(2) {
  	margin-bottom: 40px;
  }*/
  /*&:nth-child(5),&:nth-child(6),&:nth-child(7) {
  	& > .row-fluid {
  		border: 1px solid black;
  		padding: 10px;
  		padding-top: 0;
  		padding-bottom: 0;
  		margin-left: -11px;
  	}
  }*/
  			/*.criteria-section.digital-technologies {
  				margin-top: -30px;
  
  			}*/
}
/* line 599, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(3), .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(9), .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(11) {
  padding-top: 50px;
  page-break-before: always;
}
/* line 604, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(3) {
  padding-top: 10px;
}
/* line 608, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(3), .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(4), .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(5) {
  margin-bottom: 20px;
}
/* line 612, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) {
  padding-top: 30px;
}
/* line 616, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6), .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) {
  margin-bottom: 30px;
}
/* line 620, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7), .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(8), .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(11) {
  margin-bottom: 10px;
}
/* line 625, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(8) .subject-name {
  margin-top: 20px;
}
/* line 631, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(9), .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(10) {
  padding-top: 30px;
  margin-bottom: 20px;
}
/* line 652, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(-n+8) .subject-name {
  margin-left: -11px;
}
/* line 655, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(-n+8) > .row-fluid {
  border: 1px solid black;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -11px;
  padding-top: 38px;
}
/* line 665, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(n+9) {
  margin-left: 49px;
  margin-right: 49px;
}
/* line 671, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(n+9) .criteria-section table {
  border: 1px double black;
  /*tr:first-child {
  	th,td {
  		border-top-style: none;
  		&:first-child {
  			border-left-style: none;
  		}
  		&:last-child {
  			border-right-style: none;
  		}
  	}
  }*/
}
/* line 690, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(5) > .row-fluid, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) > .row-fluid, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) > .row-fluid {
  padding-top: 0;
}
/* line 702, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-visual-arts table,
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-performance-arts table,
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-design-and-technologies table,
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-digital-technologies table,
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-health-education table,
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-physical-education table {
  margin-bottom: 0;
}
/* line 711, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) .pri-level .criterion-label, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) .pri-level-2020 .criterion-label, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) .pri-level .criterion-label, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) .pri-level-2020 .criterion-label {
  color: transparent;
}
/* line 717, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(5) .criteria-section.pri-level, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(5) .criteria-section.pri-level-2020, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) .criteria-section.pri-level, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) .criteria-section.pri-level-2020, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) .criteria-section.pri-level, .print-preview .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) .criteria-section.pri-level-2020 {
  min-height: 0;
}
/* line 732, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  border-style: none;
}
/* line 739, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .vertical-table.pri-level {
  margin-top: -130px;
  border: 1px solid #999;
}
/* line 745, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .criteria-section table {
  margin-bottom: 0;
}
/* line 749, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .criterion-row.pri-effort {
  margin-left: 0 !important;
}
/* line 753, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
  margin-left: 20px;
}
/* line 756, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span {
  margin-right: 7px;
}
/* line 760, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .report-section.section-col-1:last-child {
  margin-top: 40px;
}
/* line 765, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section {
  margin-bottom: 40px;
}
/* line 769, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section:nth-child(1) h4.subject-name, .print-preview .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section:nth-child(2) h4.subject-name {
  margin-bottom: 25px;
}
/* line 774, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section:nth-child(3) {
  padding-top: 0;
  page-break-before: avoid;
}
/* line 778, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section:nth-child(4) {
  page-break-before: always;
  padding-top: 50px;
}
/* line 784, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports.interim .report-last-page {
  padding-top: 950px;
}
/* line 790, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .qbc-cover-page .scripture {
  font-size: 10pt;
}
/* line 793, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .qbc-cover-page h3 {
  font-size: 28px;
}
/* line 798, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-last-page {
  display: block;
  page-break-before: always;
  padding-top: 980px;
}
/* line 802, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-last-page .address-logo {
  margin-left: 20px;
  margin-right: -105px;
  margin-top: -4px;
  float: left;
}
/* line 807, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-last-page .address-logo img {
  width: 85px;
}
/* line 811, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-last-page .address-details {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
/* line 815, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-last-page .address-details .school-name {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 820, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-last-page .address-details .phone, .print-preview .sem-report-qbc-primary.academic-reports .report-last-page .address-details .address-physical {
  margin-right: 20px;
}
/* line 824, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
.print-preview .sem-report-qbc-primary.academic-reports .report-last-page .address-details .addresses div, .print-preview .sem-report-qbc-primary.academic-reports .report-last-page .address-details .contact div {
  display: inline-block;
}

@media print {
  /* line 837, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports {
    font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
    color: black;
    /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
    		more balanced when presente within text). For the reports we've been asked to disable them
    		which is what this CSS should do. It enables 'Lining Figures' instead. */
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
  }
  /* line 227, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.primary {
    font-size: 12pt;
  }
  /* line 233, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-svg {
    display: inherit;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    height: auto;
  }
  /* line 241, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .choice-header-N-A, .sem-report-qbc-primary.academic-reports .choice-field-N-A {
    display: none;
  }
  /* line 245, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-header {
    display: block;
    margin-right: 40px;
    margin-top: -95px;
  }
  /* line 250, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-header h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
  }
  /* line 259, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    display: block;
    page-break-after: always;
    page-break-inside: avoid;
  }
  /* line 266, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter section {
    border: 2px solid black;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 271, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter section p {
    font-size: 10pt;
    line-height: 1.3;
  }
  /* line 276, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter section ul li {
    line-height: 1.3;
    font-size: 10pt;
  }
  /* line 282, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter section .strand-descriptor {
    margin-bottom: 0;
  }
  /* line 285, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter section h3 {
    font-size: 11pt;
    text-decoration: underline;
    line-height: 1.3;
    margin-top: 20px;
  }
  /* line 291, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter section h4 {
    font-size: 10pt;
    text-decoration: underline;
    margin-top: 2px;
    line-height: 1.3;
  }
  /* line 297, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter section .strand-descriptor + p:not(.strand-descriptor) {
    margin-top: 20px;
  }
  /* line 302, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter table.grade-legend {
    border: 2px solid black;
    font-size: 10pt;
    line-height: 1.2;
    width: 100%;
  }
  /* line 308, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter table.grade-legend th {
    background-color: #ddd;
    white-space: nowrap;
    text-align: left;
  }
  /* line 313, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter table.grade-legend th, .sem-report-qbc-primary.academic-reports .report-cover-letter table.grade-legend td {
    border: 0.5px solid #666;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 321, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter h2 {
    font-size: 12pt;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
  }
  /* line 328, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter h2:not(:first-child) {
    margin-top: 15px;
  }
  /* line 332, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter h3 {
    font-size: 20px;
  }
  /* line 335, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 339, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter p {
    font-size: 13px;
  }
  /* line 343, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter .cover-page-footer {
    margin-top: 25px;
  }
  /* line 345, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter .cover-page-footer h4 {
    margin-bottom: 0;
  }
  /* line 348, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter .cover-page-footer p {
    margin-bottom: 0;
  }
}
@media print and (max-width: 767px) {
  /* line 356, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter h2 {
    font-size: 12pt;
  }
  /* line 359, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 362, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 365, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-cover-letter p, .sem-report-qbc-primary.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
@media print {
  /* line 382, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-section.section-col-1:last-child {
    margin-top: -35px;
  }
  /* line 388, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-page-header, .sem-report-qbc-primary.academic-reports .report-footer, .sem-report-qbc-primary.academic-reports .report-section {
    margin-left: 60px;
    margin-right: 60px;
  }
  /* line 393, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-footer {
    margin-top: 60px;
  }
  /* line 397, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .section-header {
    white-space: nowrap;
  }
  /* line 401, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort {
    margin-left: 160px !important;
  }
  /* line 402, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort .clear-button {
    display: none !important;
  }
  /* line 406, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field input:checked + span:before {
    font-weight: bold;
    font-size: 15pt;
  }
  /* line 410, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
    padding-top: 4px;
  }
  /* line 412, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
    float: right;
    margin-top: -3px;
    margin-left: 10px;
  }
  /* line 419, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span {
    margin-right: 6px;
  }
  /* line 426, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort {
    margin-left: 0 !important;
  }
  /* line 429, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
    padding-top: 4px;
  }
  /* line 431, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
    float: right;
    margin-top: -3px;
    margin-left: 18px;
  }
  /* line 439, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.level, .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.pri-level, .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.pri-level-2020 {
    height: 36px;
  }
  /* line 441, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.level td, .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.pri-level td, .sem-report-qbc-primary.academic-reports .criteria-view .criterion-row.pri-level-2020 td {
    padding-left: 8px;
    padding-top: 3px;
  }
  /* line 448, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-section.freq .choice-field, .sem-report-qbc-primary.academic-reports .criteria-section.pri-freq .choice-field {
    text-align: center;
  }
  /* line 450, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .sem-report-qbc-primary.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before {
    font-size: 20px;
  }
  /* line 454, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-section.freq .section-header, .sem-report-qbc-primary.academic-reports .criteria-section.pri-freq .section-header {
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 5px;
  }
  /* line 460, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-section.freq th, .sem-report-qbc-primary.academic-reports .criteria-section.freq td, .sem-report-qbc-primary.academic-reports .criteria-section.pri-freq th, .sem-report-qbc-primary.academic-reports .criteria-section.pri-freq td {
    border: 1px solid #999;
  }
  /* line 465, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .grade-row .grade-field {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
  }
  /* line 469, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .grade-row .grade-field select {
    font-size: 150%;
    font-weight: bold;
    padding: 0;
    padding-top: 3px;
    padding-left: 5px;
  }
  /* line 478, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .grade-row.pri-grade .criterion-label {
    white-space: nowrap;
  }
  /* line 482, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .comment-display {
    min-height: 130px;
    font-size: 11pt;
    line-height: 1.4;
  }
  /* line 488, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .comment-field.standalone {
    border: 1px solid #999;
  }
  /* line 490, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .comment-field.standalone .comment-display {
    font-size: 12pt;
  }
  /* line 495, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .choice-header.vertical, .sem-report-qbc-primary.academic-reports .freq .choice-header, .sem-report-qbc-primary.academic-reports .freq .section-header,
  .sem-report-qbc-primary.academic-reports .pri-freq .choice-header, .sem-report-qbc-primary.academic-reports .pri-freq .section-header {
    background-color: #35738A;
    color: white;
    font-size: 14px;
  }
  /* line 503, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .education-plan {
    margin-bottom: 20px;
  }
  /* line 504, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .education-plan .tickbox {
    border: 1px solid #999;
    padding-left: 6px;
    padding-right: 2px;
    margin-left: 10px;
    display: inline-block;
    width: 14px;
    height: 16px;
    padding-bottom: 3px;
    padding-top: 2px;
    vertical-align: bottom;
  }
  /* line 519, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .attendance {
    line-height: 2;
  }
  /* line 523, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-footer .signature {
    margin-top: 150px;
    width: 100%;
  }
  /* line 527, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-date {
    padding-left: 2px;
    margin-top: 24px;
    margin-top: 124px;
    display: inline-block;
  }
  /* line 534, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-date + .signature {
    margin-top: 6px;
  }
  /* line 539, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-footer .qbc.primary .class-teacher, .sem-report-qbc-primary.academic-reports .report-footer .qbc.primary .date-column {
    height: 176px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  /* line 548, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-footer .teacher-name {
    padding-left: 2px;
    display: inline-block;
    white-space: pre-line;
  }
  /* line 553, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-footer .teacher-name + .signature {
    margin-top: 6px;
  }
  /* line 559, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.status-published .principal.signature:before, .sem-report-qbc-primary.academic-reports.status-review_complete .principal.signature:before, .sem-report-qbc-primary.academic-reports.status-amendment_complete .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-pjurgens.png);
    width: 124px;
    height: 68px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -54px;
    margin-left: 35px;
    margin-bottom: -14px;
  }
  /* line 573, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.status-published .span3 .principal.signature:before, .sem-report-qbc-primary.academic-reports.status-review_complete .span3 .principal.signature:before, .sem-report-qbc-primary.academic-reports.status-amendment_complete .span3 .principal.signature:before {
    margin-left: 8px;
  }
  /* line 577, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.status-published .deputy.signature:before, .sem-report-qbc-primary.academic-reports.status-review_complete .deputy.signature:before, .sem-report-qbc-primary.academic-reports.status-amendment_complete .deputy.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-ssaunders.png);
    width: 124px;
    height: 68px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -76px;
    margin-left: 10px;
    margin-bottom: 8px;
  }
  /* line 594, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section {
    margin-bottom: 30px;
    /*&:nth-child(1), &:nth-child(2) {
    	margin-bottom: 40px;
    }*/
    /*&:nth-child(5),&:nth-child(6),&:nth-child(7) {
    	& > .row-fluid {
    		border: 1px solid black;
    		padding: 10px;
    		padding-top: 0;
    		padding-bottom: 0;
    		margin-left: -11px;
    	}
    }*/
    			/*.criteria-section.digital-technologies {
    				margin-top: -30px;
    
    			}*/
  }
  /* line 599, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(3), .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(9), .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(11) {
    padding-top: 50px;
    page-break-before: always;
  }
  /* line 604, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(3) {
    padding-top: 10px;
  }
  /* line 608, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(3), .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(4), .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(5) {
    margin-bottom: 20px;
  }
  /* line 612, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) {
    padding-top: 30px;
  }
  /* line 616, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6), .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) {
    margin-bottom: 30px;
  }
  /* line 620, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7), .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(8), .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(11) {
    margin-bottom: 10px;
  }
  /* line 625, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(8) .subject-name {
    margin-top: 20px;
  }
  /* line 631, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(9), .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(10) {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  /* line 652, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(-n+8) .subject-name {
    margin-left: -11px;
  }
  /* line 655, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(-n+8) > .row-fluid {
    border: 1px solid black;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -11px;
    padding-top: 38px;
  }
  /* line 665, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(n+9) {
    margin-left: 49px;
    margin-right: 49px;
  }
  /* line 671, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(n+9) .criteria-section table {
    border: 1px double black;
    /*tr:first-child {
    	th,td {
    		border-top-style: none;
    		&:first-child {
    			border-left-style: none;
    		}
    		&:last-child {
    			border-right-style: none;
    		}
    	}
    }*/
  }
  /* line 690, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(5) > .row-fluid, .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) > .row-fluid, .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) > .row-fluid {
    padding-top: 0;
  }
  /* line 702, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-visual-arts table,
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-performance-arts table,
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-design-and-technologies table,
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-digital-technologies table,
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-health-education table,
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section .row-physical-education table {
    margin-bottom: 0;
  }
  /* line 711, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) .pri-level .criterion-label, .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) .pri-level-2020 .criterion-label, .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) .pri-level .criterion-label, .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) .pri-level-2020 .criterion-label {
    color: transparent;
  }
  /* line 717, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(5) .criteria-section.pri-level, .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(5) .criteria-section.pri-level-2020, .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) .criteria-section.pri-level, .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(6) .criteria-section.pri-level-2020, .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) .criteria-section.pri-level, .sem-report-qbc-primary.academic-reports .criteria-view .report-section:nth-child(7) .criteria-section.pri-level-2020 {
    min-height: 0;
  }
  /* line 732, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section > .row-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    border-style: none;
  }
  /* line 739, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .vertical-table.pri-level {
    margin-top: -130px;
    border: 1px solid #999;
  }
  /* line 745, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .criteria-section table {
    margin-bottom: 0;
  }
  /* line 749, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .criterion-row.pri-effort {
    margin-left: 0 !important;
  }
  /* line 753, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
    margin-left: 20px;
  }
  /* line 756, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span {
    margin-right: 7px;
  }
  /* line 760, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .report-section.section-col-1:last-child {
    margin-top: 40px;
  }
  /* line 765, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section {
    margin-bottom: 40px;
  }
  /* line 769, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section:nth-child(1) h4.subject-name, .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section:nth-child(2) h4.subject-name {
    margin-bottom: 25px;
  }
  /* line 774, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section:nth-child(3) {
    padding-top: 0;
    page-break-before: avoid;
  }
  /* line 778, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .criteria-view .report-section:nth-child(4) {
    page-break-before: always;
    padding-top: 50px;
  }
  /* line 784, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports.interim .report-last-page {
    padding-top: 950px;
  }
  /* line 790, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .qbc-cover-page .scripture {
    font-size: 10pt;
  }
  /* line 793, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .qbc-cover-page h3 {
    font-size: 28px;
  }
  /* line 798, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-last-page {
    display: block;
    page-break-before: always;
    padding-top: 980px;
  }
  /* line 802, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-last-page .address-logo {
    margin-left: 20px;
    margin-right: -105px;
    margin-top: -4px;
    float: left;
  }
  /* line 807, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-last-page .address-logo img {
    width: 85px;
  }
  /* line 811, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-last-page .address-details {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  /* line 815, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-last-page .address-details .school-name {
    font-weight: bold;
    text-transform: uppercase;
  }
  /* line 820, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-last-page .address-details .phone, .sem-report-qbc-primary.academic-reports .report-last-page .address-details .address-physical {
    margin-right: 20px;
  }
  /* line 824, ../../stylesheets/sass/features/schoolTemplates/_qbc-primary.scss */
  .sem-report-qbc-primary.academic-reports .report-last-page .address-details .addresses div, .sem-report-qbc-primary.academic-reports .report-last-page .address-details .contact div {
    display: inline-block;
  }
}
/* line 5, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .section-col-1 + .section-col-2 .section-header, .gbc-secondary.gbc-semester-report.academic-reports .section-col-1 + .section-col-2 .section-header {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
/* line 12, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .cover-page, .gbc-secondary.gbc-semester-report.academic-reports .cover-page {
  display: none;
}
/* line 16, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .parent-interview-panel input, .gbc-secondary.gbc-semester-report.academic-reports .parent-interview-panel input {
  margin-top: 0;
  margin-right: 5px;
}
/* line 24, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .report-header.page-2 h2, .gbc-secondary.gbc-semester-report.academic-reports .report-header.page-2 h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 32, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .report-header.page-2 h3.student-name, .gbc-secondary.gbc-interim-report.academic-reports .report-header.page-2 h3.year-description, .gbc-secondary.gbc-semester-report.academic-reports .report-header.page-2 h3.student-name, .gbc-secondary.gbc-semester-report.academic-reports .report-header.page-2 h3.year-description {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
}
/* line 38, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .report-header.page-2 h3.student-name, .gbc-secondary.gbc-semester-report.academic-reports .report-header.page-2 h3.student-name {
  margin-bottom: 0;
}
/* line 46, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .report-header.page-2:before, .gbc-secondary.gbc-semester-report.academic-reports .report-header.page-2:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-aliberts.png);
  width: 1px;
  height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 57, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .comment-field.standalone.span12, .gbc-secondary.gbc-semester-report.academic-reports .comment-field.standalone.span12 {
  margin-left: 0;
}
/* line 60, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .comment-field.standalone .comment-display, .gbc-secondary.gbc-semester-report.academic-reports .comment-field.standalone .comment-display {
  padding-top: 2px;
  padding-bottom: 4px;
}
/* line 66, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .split-heading, .gbc-secondary.gbc-semester-report.academic-reports .split-heading {
  display: flex;
  justify-content: space-between;
}
/* line 72, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view h4.subject-name, .gbc-secondary.gbc-interim-report.academic-reports .criteria-view h4.student-name, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view h4.subject-name, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view h4.student-name {
  font-size: 18px;
  margin-top: 20px;
}
/* line 78, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .marksbook-link, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .marksbook-link {
  margin-left: 10px;
}
/* line 82, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view h4.teacher-name, .gbc-secondary.gbc-interim-report.academic-reports .criteria-view h4.absent-percent, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view h4.teacher-name, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view h4.absent-percent {
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
}
/* line 90, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .section-col-1 h4.subject-name, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .section-col-1 h4.subject-name {
  margin-top: 5px;
}
/* line 95, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criteria-section.span6, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criteria-section.span6 {
  margin-left: 2.12766%;
}
@media (min-width: 1200px) {
  /* line 95, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criteria-section.span6, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criteria-section.span6 {
    margin-left: 2.5641%;
  }
}
/* line 101, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criteria-section.span6:nth-child(2), .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criteria-section.span6:nth-child(2) {
  margin-left: 0;
}
/* line 105, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view th.section-header, .gbc-secondary.gbc-interim-report.academic-reports .criteria-view tr.heading td.criterion-label, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view th.section-header, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view tr.heading td.criterion-label {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 111, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .choice-header, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .choice-header {
  font-size: 12px;
  font-weight: normal;
}
/* line 116, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criterion-label, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criterion-label {
  font-size: 14px;
}
/* line 120, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view p.description-box, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view p.description-box {
  margin-left: 0;
}
/* line 124, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view tr.spacer-row, .gbc-secondary.gbc-interim-report.academic-reports .criteria-view tr.no-criteria.heading, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view tr.spacer-row, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view tr.no-criteria.heading {
  height: 32px;
  border-bottom: 1px solid #999;
}
/* line 129, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view tr.no-criteria.heading, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view tr.no-criteria.heading {
  height: 32px;
}
/* line 131, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view tr.no-criteria.heading td.criterion-label, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view tr.no-criteria.heading td.criterion-label {
  line-height: 1;
  padding: 0;
}
/* line 138, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .grade-na-us .section-result-header, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .grade-na-us .section-result-header {
  display: table-cell;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
}
/* line 145, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view tr.grade-na-us:last-child, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view tr.grade-na-us:last-child {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
/* line 148, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view tr.grade-na-us:last-child .criterion-label, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view tr.grade-na-us:last-child .criterion-label {
  font-size: 17px;
  text-transform: uppercase;
}
/* line 154, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criterion-row, .gbc-secondary.gbc-interim-report.academic-reports .criteria-view .grade-row, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criterion-row, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .grade-row {
  line-height: 16px;
  border-bottom: 1px solid #999;
  height: 32px;
}
/* line 160, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criterion-row .choice-field label, .gbc-secondary.gbc-interim-report.academic-reports .criteria-view .grade-row .choice-field label, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criterion-row .choice-field label, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .grade-row .choice-field label {
  margin-bottom: 0;
}
/* line 166, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .report-section.section-col-1:nth-child(2n+1), .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .report-section.section-col-1:nth-child(2n+1) {
  /* background-color: #000; */
  margin-right: 4%;
  margin-right: 2.76243%;
}
/* line 171, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .report-section.section-col-1, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .report-section.section-col-1 {
  width: 48%;
  width: 48.61878%;
  float: left;
  /* margin-right: 2%; */
  box-sizing: border-box;
}
/* line 186, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .choice-header .choice-code, .gbc-secondary.gbc-semester-report.academic-reports .choice-header .choice-code {
  display: inline;
}
/* line 189, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .choice-header .choice-label, .gbc-secondary.gbc-semester-report.academic-reports .choice-header .choice-label {
  display: none;
}
/* line 194, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criterion-label, .gbc-secondary.gbc-semester-report.academic-reports .criterion-label {
  width: 100%;
}
/* line 200, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .action-buttons, .gbc-secondary.gbc-semester-report.academic-reports .action-buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}
/* line 206, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .choice-field, .gbc-secondary.gbc-interim-report.academic-reports .choice-header, .gbc-secondary.gbc-semester-report.academic-reports .choice-field, .gbc-secondary.gbc-semester-report.academic-reports .choice-header {
  min-width: 22px;
  text-align: center;
  padding: 0;
}
/* line 212, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view td.grade-field, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view td.grade-field {
  min-width: 91px;
  max-width: 91px;
  width: 91px;
}
/* line 216, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view td.grade-field select.span12, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view td.grade-field select.span12 {
  width: 60px;
  height: 22px;
  margin-bottom: 0;
}
/* line 226, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .grade-row.full-width .section-header,
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view table.sem-sec-wh .section-header, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .grade-row.full-width .section-header,
.gbc-secondary.gbc-semester-report.academic-reports .criteria-view table.sem-sec-wh .section-header {
  border-bottom: 1px solid #999;
}
/* line 231, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .grade-row.sem-sec-al, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .grade-row.sem-sec-al {
  border-bottom-style: none;
}
/* line 233, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field {
  height: 85px;
}
/* line 235, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field select.span12, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field select.span12 {
  width: 100%;
}
/* line 240, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field .sem-sec-al-display, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field .sem-sec-al-display {
  display: none;
}
/* line 246, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criterion-row.yesno, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criterion-row.yesno {
  height: auto;
  border-bottom-style: none;
}
/* line 249, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criterion-row.yesno .criterion-label, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criterion-row.yesno .criterion-label {
  font-weight: bold;
}
/* line 252, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criterion-row.yesno .separate-choice-field, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criterion-row.yesno .separate-choice-field {
  min-width: 60px;
}
/* line 254, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criterion-row.yesno .separate-choice-field label, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criterion-row.yesno .separate-choice-field label {
  margin-bottom: 0;
}
/* line 261, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criteria-section.cols-1 tr, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criteria-section.cols-1 tr {
  height: auto;
}
/* line 263, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-view .criteria-section.cols-1 tr .criterion-label.radio-criterion, .gbc-secondary.gbc-semester-report.academic-reports .criteria-view .criteria-section.cols-1 tr .criterion-label.radio-criterion {
  border-style: none !important;
  padding-left: 0;
}
/* line 269, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section tr.grade-row td, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section tr.grade-row td {
  padding-top: 3px;
}
/* line 273, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.int-sec-level.cols-2.span6, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section.int-sec-level.cols-2.span6 {
  width: 100%;
}
/* line 276, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.int-sec-level.cols-2.span6 .choice-header, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section.int-sec-level.cols-2.span6 .choice-header {
  min-width: 80px;
  text-align: center;
  padding: 3px;
}
/* line 282, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.int-sec-level.cols-2.span6 td.criterion-label, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section.int-sec-level.cols-2.span6 td.criterion-label {
  border: 1px solid #999 !important;
  padding-left: 5px;
}
/* line 288, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .na-row .criterion-label, .gbc-secondary.gbc-semester-report.academic-reports .na-row .criterion-label {
  font-size: 12px;
  border-style: none !important;
}
/* line 296, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.sec-outcomes-sn.cols-2.span6, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section.sec-outcomes-sn.cols-2.span6 {
  width: 100%;
  margin-left: 0;
  margin-top: 15px;
}
/* line 301, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.sec-outcomes-sn.cols-2.span6 .grade-row, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section.sec-outcomes-sn.cols-2.span6 .grade-row {
  border-bottom-style: none;
}
/* line 306, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.sec-level-na.cols-2.span6,
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.sec-outcomes-na.cols-2.span6, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section.sec-level-na.cols-2.span6,
.gbc-secondary.gbc-semester-report.academic-reports .criteria-section.sec-outcomes-na.cols-2.span6 {
  width: 100%;
  margin-left: 0;
}
/* line 311, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.sec-level-na.cols-2.span6 .choice-header,
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.sec-outcomes-na.cols-2.span6 .choice-header, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section.sec-level-na.cols-2.span6 .choice-header,
.gbc-secondary.gbc-semester-report.academic-reports .criteria-section.sec-outcomes-na.cols-2.span6 .choice-header {
  min-width: 80px;
  text-align: center;
  padding: 3px;
}
/* line 315, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.sec-level-na.cols-2.span6 .choice-header.choice-header-NA,
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.sec-outcomes-na.cols-2.span6 .choice-header.choice-header-NA, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section.sec-level-na.cols-2.span6 .choice-header.choice-header-NA,
.gbc-secondary.gbc-semester-report.academic-reports .criteria-section.sec-outcomes-na.cols-2.span6 .choice-header.choice-header-NA {
  min-width: 40px;
}
/* line 321, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.sec-level-na.cols-2.span6 td.criterion-label,
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section.sec-outcomes-na.cols-2.span6 td.criterion-label, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section.sec-level-na.cols-2.span6 td.criterion-label,
.gbc-secondary.gbc-semester-report.academic-reports .criteria-section.sec-outcomes-na.cols-2.span6 td.criterion-label {
  border: 1px solid #999 !important;
  padding-left: 5px;
}
/* line 328, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section tbody tr.grade-row:first-child td, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section tbody tr.grade-row:first-child td {
  padding-top: 0;
}
/* line 331, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.gbc-secondary.gbc-interim-report.academic-reports .criteria-section tbody tr.grade-row:first-child select, .gbc-secondary.gbc-semester-report.academic-reports .criteria-section tbody tr.grade-row:first-child select {
  margin-bottom: 0;
}

/* line 974, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports {
  font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
  /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
  		more balanced when presente within text). For the reports we've been asked to disable them
  		which is what this CSS should do. It enables 'Lining Figures' instead. */
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
  /*.choice-field input[type="radio"]:checked + label {
  	margin-bottom: 0;
  	line-height: 1;
  	&:before {
  		font-size: 10px !important;
  	}
  }*/
}
/* line 582, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .description-box {
  font-size: 12px;
  line-height: 1.3;
  padding-top: 4px;
  padding-bottom: 3px;
}
/* line 589, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .report-section {
  page-break-after: always;
  margin-bottom: 40px;
}
/* line 594, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .comment-field {
  border: 1px solid #999;
  line-height: 1.2;
}
/* line 599, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .section-col-1 + .section-col-2 .section-header {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
/* line 606, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports.section-count-1, .print-preview .gbc-interim-report.academic-reports.section-count-3, .print-preview .gbc-interim-report.academic-reports.section-count-5, .print-preview .gbc-interim-report.academic-reports.section-count-7, .print-preview .gbc-interim-report.academic-reports.section-count-9, .print-preview .gbc-interim-report.academic-reports.section-count-11, .print-preview .gbc-interim-report.academic-reports.section-count-13 {
  padding-bottom: 1000px;
}
/* line 632, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .criteria-section .choice-field input[type="radio"]:checked + label:before {
  font-weight: normal;
  font-size: 18px;
}
/* line 638, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .report-logo {
  display: block;
  position: relative;
  right: 0;
  margin-left: 10px;
  width: 125px;
  height: auto;
  margin-bottom: -145px;
  margin-top: 0;
}
/* line 649, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .report-header.page-2 {
  display: none;
}
/* line 653, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .criterion-row .choice-field input[type="radio"]:checked + label {
  line-height: 16px;
}
/* line 659, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .criteria-view .section-col-1 h4.subject-name, .print-preview .gbc-interim-report.academic-reports .criteria-view .section-col-1 h4.student-name {
  margin-bottom: -17px;
  font-size: 16px;
}
/* line 665, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .criteria-view .section-col-1 p.description-box {
  margin-top: 18px;
  height: 112px;
}
/* line 672, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .criteria-section.cols-1 tr.criterion-row {
  height: auto;
}
/* line 676, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports tr.spacer-row, .print-preview .gbc-interim-report.academic-reports tr.no-criteria.heading {
  height: 32px;
}
/* line 682, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .grade-row.sem-sec-al td.grade-field select.span12 {
  display: none;
}
/* line 685, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .grade-row.sem-sec-al td.grade-field .sem-sec-al-display {
  display: block;
  font-size: 17px;
  text-align: center;
}
/* line 693, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field {
  height: 85px;
}
/* line 697, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .criteria-view td.grade-field {
  padding-left: 0;
  padding-top: 0;
  min-width: 50px;
  max-width: 50px;
  width: 50px;
  /*select.span12 {
  	//border: 1px solid #999;
  	border-style: none;
  	border-radius: 0;
  	padding: 0;
  	//height: 19px;
  	//min-height: 19px;
  	//max-height: 19px;
  	margin: 0;
  	margin-left: -1px;
  	width: 32px;
  	text-align: left;
  	padding-left: 5px;
  	font-size: 15px;
  }*/
}
/* line 719, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .criteria-view td.grade-field select.span12 {
  float: none;
  display: inline-block;
  width: 90%;
  margin-left: 2%;
  text-align: center;
}
/* line 726, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .criteria-view td.grade-field select.span12 option {
  text-align: center;
}
/* line 738, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports.gbc-interim-report-2021 .report-section:last-child {
  display: block;
}
/* line 743, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports.gbc-interim-report-2021 .cover-page .signatures {
  margin-top: 100px;
}
/* line 748, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .report-section {
  margin-bottom: 40px;
}
/* line 752, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .report-footer {
  width: 45%;
  float: right;
  margin-top: -30px !important;
  text-align: right;
}
/* line 761, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page {
  display: block;
  page-break-after: always;
}
/* line 765, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .cover-page-content {
  margin-top: 20px;
}
/* line 767, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .cover-page-content:before, .print-preview .gbc-interim-report.academic-reports .cover-page .cover-page-content:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 772, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .cover-page-content:after {
  clear: both;
}
/* line 777, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 785, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .student-name {
  font-size: 36px;
  text-align: center;
  /* font-weight: 900; */
  margin-top: 90px;
  margin-bottom: 10px;
  line-height: 1.2;
}
/* line 794, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .year-description {
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
/* line 800, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .home-room-comment {
  border: 1px solid #999;
  padding: 5px;
  margin-top: 10px;
  line-height: 1.2;
}
/* line 805, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .home-room-comment:before {
  content: 'Pastoral Care Teacher:';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
/* line 813, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .legends {
  width: 35%;
  float: left;
}
/* line 818, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .legends h4, .print-preview .gbc-interim-report.academic-reports .cover-page .legends .legend {
  padding-left: 8px;
}
/* line 822, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .legends h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
}
/* line 828, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .legends .legend {
  border-top: 1px solid #999;
}
/* line 830, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .legends .legend h5 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 836, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .legends .legend dl {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 841, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .legends .legend dt {
  width: 30px;
}
/* line 845, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .legends .legend dt, .print-preview .gbc-interim-report.academic-reports .cover-page .legends .legend dd {
  line-height: 17px;
}
/* line 849, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .legends .legend dd + dd {
  font-size: 80%;
  margin-left: 40px;
  line-height: 1;
  margin-bottom: 3px;
}
/* line 856, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .legends .legend .grade-range {
  font-size: 120%;
  margin-bottom: 3px;
  display: inline-block;
}
/* line 860, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .legends .legend .grade-range + .grade-range {
  float: right;
  width: 100px;
}
/* line 868, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .attendance {
  text-align: right;
  margin-top: 10px;
}
/* line 871, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .attendance .days-absent {
  display: inline-block;
  border: 1px solid #999;
  width: 50px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
}
/* line 883, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .signatures {
  text-align: center;
  margin-top: 45px;
}
/* line 888, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .signature {
  border-top: 1px solid #999999;
  width: 200px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  padding-top: 5px;
}
/* line 897, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .no-signature {
  width: 200px;
  display: inline-block;
}
/* line 900, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .no-signature .teacher-name {
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
  padding-bottom: 3px;
  margin-top: -3px;
}
/* line 908, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-aliberts.png);
  width: 110px;
  height: 62px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -54px;
  margin-left: 36px;
  margin-bottom: -9px;
}
/* line 921, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .subjects {
  width: 60%;
  margin-left: 5%;
  float: left;
}
/* line 926, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .subjects h4 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}
/* line 935, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .subjects .subject {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2;
}
/* line 941, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .subjects .extra-details {
  padding-left: 8px;
}
/* line 945, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .subjects .note {
  font-size: 80%;
  margin-top: 10px;
}
/* line 950, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .subjects .parent-interview-requested {
  margin-top: 10px;
  font-weight: bold;
}
/* line 954, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-interim-report.academic-reports .cover-page .subjects .parent-interview-requested .tickbox {
  border: 1px solid #999;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3px;
  float: right;
  line-height: 1;
  font-weight: normal;
  margin-top: -3px;
}

@media print {
  /* line 978, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports {
    font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
    /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
    		more balanced when presente within text). For the reports we've been asked to disable them
    		which is what this CSS should do. It enables 'Lining Figures' instead. */
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    /*.choice-field input[type="radio"]:checked + label {
    	margin-bottom: 0;
    	line-height: 1;
    	&:before {
    		font-size: 10px !important;
    	}
    }*/
  }
  /* line 582, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .description-box {
    font-size: 12px;
    line-height: 1.3;
    padding-top: 4px;
    padding-bottom: 3px;
  }
  /* line 589, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .report-section {
    page-break-after: always;
    margin-bottom: 40px;
  }
  /* line 594, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .comment-field {
    border: 1px solid #999;
    line-height: 1.2;
  }
  /* line 599, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .section-col-1 + .section-col-2 .section-header {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
  }
  /* line 606, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports.section-count-1, .gbc-interim-report.academic-reports.section-count-3, .gbc-interim-report.academic-reports.section-count-5, .gbc-interim-report.academic-reports.section-count-7, .gbc-interim-report.academic-reports.section-count-9, .gbc-interim-report.academic-reports.section-count-11, .gbc-interim-report.academic-reports.section-count-13 {
    padding-bottom: 1000px;
  }
  /* line 632, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .criteria-section .choice-field input[type="radio"]:checked + label:before {
    font-weight: normal;
    font-size: 18px;
  }
  /* line 638, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .report-logo {
    display: block;
    position: relative;
    right: 0;
    margin-left: 10px;
    width: 125px;
    height: auto;
    margin-bottom: -145px;
    margin-top: 0;
  }
  /* line 649, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .report-header.page-2 {
    display: none;
  }
  /* line 653, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .criterion-row .choice-field input[type="radio"]:checked + label {
    line-height: 16px;
  }
  /* line 659, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .criteria-view .section-col-1 h4.subject-name, .gbc-interim-report.academic-reports .criteria-view .section-col-1 h4.student-name {
    margin-bottom: -17px;
    font-size: 16px;
  }
  /* line 665, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .criteria-view .section-col-1 p.description-box {
    margin-top: 18px;
    height: 112px;
  }
  /* line 672, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .criteria-section.cols-1 tr.criterion-row {
    height: auto;
  }
  /* line 676, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports tr.spacer-row, .gbc-interim-report.academic-reports tr.no-criteria.heading {
    height: 32px;
  }
  /* line 682, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .grade-row.sem-sec-al td.grade-field select.span12 {
    display: none;
  }
  /* line 685, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .grade-row.sem-sec-al td.grade-field .sem-sec-al-display {
    display: block;
    font-size: 17px;
    text-align: center;
  }
  /* line 693, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .criteria-view .grade-row.sem-sec-al td.grade-field {
    height: 85px;
  }
  /* line 697, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .criteria-view td.grade-field {
    padding-left: 0;
    padding-top: 0;
    min-width: 50px;
    max-width: 50px;
    width: 50px;
    /*select.span12 {
    	//border: 1px solid #999;
    	border-style: none;
    	border-radius: 0;
    	padding: 0;
    	//height: 19px;
    	//min-height: 19px;
    	//max-height: 19px;
    	margin: 0;
    	margin-left: -1px;
    	width: 32px;
    	text-align: left;
    	padding-left: 5px;
    	font-size: 15px;
    }*/
  }
  /* line 719, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .criteria-view td.grade-field select.span12 {
    float: none;
    display: inline-block;
    width: 90%;
    margin-left: 2%;
    text-align: center;
  }
  /* line 726, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .criteria-view td.grade-field select.span12 option {
    text-align: center;
  }
  /* line 738, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports.gbc-interim-report-2021 .report-section:last-child {
    display: block;
  }
  /* line 743, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports.gbc-interim-report-2021 .cover-page .signatures {
    margin-top: 100px;
  }
  /* line 748, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .report-section {
    margin-bottom: 40px;
  }
  /* line 752, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .report-footer {
    width: 45%;
    float: right;
    margin-top: -30px !important;
    text-align: right;
  }
  /* line 761, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page {
    display: block;
    page-break-after: always;
  }
  /* line 765, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .cover-page-content {
    margin-top: 20px;
  }
  /* line 767, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .cover-page-content:before, .gbc-interim-report.academic-reports .cover-page .cover-page-content:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 772, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .cover-page-content:after {
    clear: both;
  }
  /* line 777, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page h2 {
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  /* line 785, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .student-name {
    font-size: 36px;
    text-align: center;
    /* font-weight: 900; */
    margin-top: 90px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  /* line 794, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .year-description {
    text-align: center;
    font-size: 24px;
    line-height: 1;
  }
  /* line 800, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .home-room-comment {
    border: 1px solid #999;
    padding: 5px;
    margin-top: 10px;
    line-height: 1.2;
  }
  /* line 805, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .home-room-comment:before {
    content: 'Pastoral Care Teacher:';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
  }
  /* line 813, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .legends {
    width: 35%;
    float: left;
  }
  /* line 818, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .legends h4, .gbc-interim-report.academic-reports .cover-page .legends .legend {
    padding-left: 8px;
  }
  /* line 822, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .legends h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 17px;
  }
  /* line 828, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .legends .legend {
    border-top: 1px solid #999;
  }
  /* line 830, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .legends .legend h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 836, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .legends .legend dl {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 841, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .legends .legend dt {
    width: 30px;
  }
  /* line 845, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .legends .legend dt, .gbc-interim-report.academic-reports .cover-page .legends .legend dd {
    line-height: 17px;
  }
  /* line 849, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .legends .legend dd + dd {
    font-size: 80%;
    margin-left: 40px;
    line-height: 1;
    margin-bottom: 3px;
  }
  /* line 856, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .legends .legend .grade-range {
    font-size: 120%;
    margin-bottom: 3px;
    display: inline-block;
  }
  /* line 860, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .legends .legend .grade-range + .grade-range {
    float: right;
    width: 100px;
  }
  /* line 868, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .attendance {
    text-align: right;
    margin-top: 10px;
  }
  /* line 871, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .attendance .days-absent {
    display: inline-block;
    border: 1px solid #999;
    width: 50px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
  }
  /* line 883, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .signatures {
    text-align: center;
    margin-top: 45px;
  }
  /* line 888, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .signature {
    border-top: 1px solid #999999;
    width: 200px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    padding-top: 5px;
  }
  /* line 897, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .no-signature {
    width: 200px;
    display: inline-block;
  }
  /* line 900, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .no-signature .teacher-name {
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
    padding-bottom: 3px;
    margin-top: -3px;
  }
  /* line 908, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-aliberts.png);
    width: 110px;
    height: 62px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -54px;
    margin-left: 36px;
    margin-bottom: -9px;
  }
  /* line 921, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .subjects {
    width: 60%;
    margin-left: 5%;
    float: left;
  }
  /* line 926, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .subjects h4 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
  }
  /* line 935, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .subjects .subject {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 2;
  }
  /* line 941, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .subjects .extra-details {
    padding-left: 8px;
  }
  /* line 945, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .subjects .note {
    font-size: 80%;
    margin-top: 10px;
  }
  /* line 950, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .subjects .parent-interview-requested {
    margin-top: 10px;
    font-weight: bold;
  }
  /* line 954, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-interim-report.academic-reports .cover-page .subjects .parent-interview-requested .tickbox {
    border: 1px solid #999;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
    float: right;
    line-height: 1;
    font-weight: normal;
    margin-top: -3px;
  }
}
/* line 340, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page {
  display: block;
  page-break-after: always;
}
/* line 344, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .cover-page-content {
  margin-top: 20px;
}
/* line 346, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .cover-page-content:before, .print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .cover-page-content:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 351, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .cover-page-content:after {
  clear: both;
}
/* line 356, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 364, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .student-name {
  font-size: 36px;
  text-align: center;
  /* font-weight: 900; */
  margin-top: 45px;
  margin-bottom: 0;
  line-height: 1.2;
}
/* line 373, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .year-description {
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
/* line 379, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .home-room-comment {
  border: 1px solid #999;
  padding: 5px;
  margin-top: 10px;
  line-height: 1.2;
}
/* line 384, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .home-room-comment:before {
  content: 'Pastoral Care Teacher:';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
/* line 392, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends {
  width: 35%;
  float: left;
}
/* line 397, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends h4, .print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend {
  padding-left: 8px;
}
/* line 401, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
}
/* line 407, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend {
  border-top: 1px solid #999;
}
/* line 409, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend h5 {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 0px;
}
/* line 417, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend dl {
  margin-top: 0px;
  margin-bottom: 3px;
}
/* line 424, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend dt {
  width: 30px;
}
/* line 428, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend dt, .print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend dd {
  line-height: 16px;
}
/* line 432, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend dd + dd {
  font-size: 80%;
  margin-left: 40px;
  line-height: 1;
  margin-bottom: 3px;
}
/* line 439, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend .grade-range {
  font-size: 120%;
  margin-bottom: 3px;
  display: inline-block;
}
/* line 443, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend .grade-range + .grade-range {
  float: right;
  width: 100px;
}
/* line 449, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend div {
  line-height: 1.3;
}
/* line 455, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend.standard-achieved dd {
  clear: both;
}
/* line 462, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .attendance {
  text-align: right;
  margin-top: 10px;
}
/* line 465, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .attendance .days-absent {
  display: inline-block;
  border: 1px solid #999;
  width: 50px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
}
/* line 477, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .signatures {
  text-align: center;
  margin-top: 45px;
}
/* line 482, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .signature {
  border-top: 1px solid #999999;
  width: 200px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  padding-top: 5px;
}
/* line 491, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .no-signature {
  width: 200px;
  display: inline-block;
}
/* line 494, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .no-signature .teacher-name {
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
  padding-bottom: 3px;
  margin-top: -3px;
}
/* line 502, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-aliberts.png);
  width: 110px;
  height: 62px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -54px;
  margin-left: 36px;
  margin-bottom: -9px;
}
/* line 515, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects {
  width: 60%;
  margin-left: 5%;
  float: left;
}
/* line 520, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects h4 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}
/* line 529, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects .subject {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2;
}
/* line 535, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects .extra-details {
  padding-left: 8px;
}
/* line 539, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects .note {
  font-size: 80%;
  margin-top: 10px;
}
/* line 544, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects .parent-interview-requested {
  margin-top: 10px;
  font-weight: bold;
}
/* line 548, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
.print-preview .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects .parent-interview-requested .tickbox {
  border: 1px solid #999;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3px;
  float: right;
  line-height: 1;
  font-weight: normal;
  margin-top: -3px;
}

@media print {
  /* line 340, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page {
    display: block;
    page-break-after: always;
  }
  /* line 344, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .cover-page-content {
    margin-top: 20px;
  }
  /* line 346, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .cover-page-content:before, .gbc-semester-report.academic-reports.gbc-secondary .cover-page .cover-page-content:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 351, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .cover-page-content:after {
    clear: both;
  }
  /* line 356, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page h2 {
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  /* line 364, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .student-name {
    font-size: 36px;
    text-align: center;
    /* font-weight: 900; */
    margin-top: 45px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  /* line 373, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .year-description {
    text-align: center;
    font-size: 24px;
    line-height: 1;
  }
  /* line 379, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .home-room-comment {
    border: 1px solid #999;
    padding: 5px;
    margin-top: 10px;
    line-height: 1.2;
  }
  /* line 384, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .home-room-comment:before {
    content: 'Pastoral Care Teacher:';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
  }
  /* line 392, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends {
    width: 35%;
    float: left;
  }
  /* line 397, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends h4, .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend {
    padding-left: 8px;
  }
  /* line 401, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 17px;
  }
  /* line 407, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend {
    border-top: 1px solid #999;
  }
  /* line 409, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend h5 {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 0px;
  }
  /* line 417, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend dl {
    margin-top: 0px;
    margin-bottom: 3px;
  }
  /* line 424, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend dt {
    width: 30px;
  }
  /* line 428, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend dt, .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend dd {
    line-height: 16px;
  }
  /* line 432, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend dd + dd {
    font-size: 80%;
    margin-left: 40px;
    line-height: 1;
    margin-bottom: 3px;
  }
  /* line 439, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend .grade-range {
    font-size: 120%;
    margin-bottom: 3px;
    display: inline-block;
  }
  /* line 443, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend .grade-range + .grade-range {
    float: right;
    width: 100px;
  }
  /* line 449, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend div {
    line-height: 1.3;
  }
  /* line 455, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .legends .legend.standard-achieved dd {
    clear: both;
  }
  /* line 462, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .attendance {
    text-align: right;
    margin-top: 10px;
  }
  /* line 465, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .attendance .days-absent {
    display: inline-block;
    border: 1px solid #999;
    width: 50px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
  }
  /* line 477, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .signatures {
    text-align: center;
    margin-top: 45px;
  }
  /* line 482, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .signature {
    border-top: 1px solid #999999;
    width: 200px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    padding-top: 5px;
  }
  /* line 491, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .no-signature {
    width: 200px;
    display: inline-block;
  }
  /* line 494, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .no-signature .teacher-name {
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
    padding-bottom: 3px;
    margin-top: -3px;
  }
  /* line 502, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-aliberts.png);
    width: 110px;
    height: 62px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -54px;
    margin-left: 36px;
    margin-bottom: -9px;
  }
  /* line 515, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects {
    width: 60%;
    margin-left: 5%;
    float: left;
  }
  /* line 520, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects h4 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
  }
  /* line 529, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects .subject {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 2;
  }
  /* line 535, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects .extra-details {
    padding-left: 8px;
  }
  /* line 539, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects .note {
    font-size: 80%;
    margin-top: 10px;
  }
  /* line 544, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects .parent-interview-requested {
    margin-top: 10px;
    font-weight: bold;
  }
  /* line 548, ../../stylesheets/sass/features/schoolTemplates/_gbc-secondary.scss */
  .gbc-semester-report.academic-reports.gbc-secondary .cover-page .subjects .parent-interview-requested .tickbox {
    border: 1px solid #999;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
    float: right;
    line-height: 1;
    font-weight: normal;
    margin-top: -3px;
  }
}
/* line 5, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports.sem-report-a.academic-reports .report-logo {
  width: auto;
  height: 100px;
  margin-bottom: -100px;
}
/* line 9, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports.sem-report-a.academic-reports .report-logo img {
  max-width: auto;
  max-height: 100%;
  width: auto;
}
/* line 16, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports.sem-report-a.academic-reports h2 {
  font-weight: normal;
}
/* line 20, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports.sem-report-a.academic-reports .bbc-cover-page {
  display: none;
}
/* line 24, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports.sem-report-a.academic-reports .default-grade {
  margin-bottom: -12px;
}
/* line 29, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports.sem-report-a.academic-reports .row-iep-comment {
  display: none;
}
/* line 33, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports.sem-report-a.academic-reports .has-iep-comment .row-iep-comment {
  display: block;
}
/* line 39, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .report-cover-letter {
  display: none;
}
/* line 46, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reportsinterim-report.academic-reports .report-logo {
  float: left;
  width: 105px;
  position: absolute;
  margin-left: 10px;
}
/* line 52, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reportsinterim-report.academic-reports .report-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 63, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .criteria-view .report-section > .row-fluid > .criteria-section.span12 {
  margin-left: 5px;
}
/* line 67, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .criteria-view .criterion-row.yesno .criterion-label {
  width: 220px;
}
/* line 70, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .criteria-view .criterion-row.yesno .separate-choice-field.choice-field-Yes {
  width: 60px;
}
/* line 76, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .criteria-view .sem-sec-snr th.choice-header.vertical {
  padding-bottom: 35px;
  height: 90px;
}
/* line 81, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .criteria-view .sem-sec-snr th.choice-header.vertical div.vertical {
  width: 121px;
  margin-left: -37px;
}
/* line 87, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .criteria-view .criteria-section.extra-grade {
  margin-top: 45px;
  margin-bottom: -65px;
}
/* line 91, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .criteria-view .criteria-section.extra-grade table {
  width: 294px;
}
/* line 94, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .criteria-view .criteria-section.extra-grade table tr.extra-grade td {
  border: 1px solid grey;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 101, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .criteria-view .criteria-section.extra-grade table tr.extra-grade .criterion-label {
  width: 150px;
}
/* line 111, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .report-footer {
  page-break-inside: avoid;
  margin-top: 10px;
}
/* line 114, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .report-footer .row-fluid > span4:first-child {
  padding-left: 10px;
}
/* line 117, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .academic-reports .report-footer .days-absent {
  border: 1px solid #999;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

/* line 322, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports {
  font-family: Arial, Helvetica Neue, sans-serif;
  font-size: 10pt;
  /*.report-logo {
  	display: block;
  	position: absolute;
  	right: 15px;
  	top: 15px;
  	width: 234px;
  	height: 166px;
  }*/
}
/* line 138, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .report-cover-letter {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  page-break-after: always;
  page-break-inside: avoid;
}
/* line 144, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .report-cover-letter h2 {
  font-size: 28px;
  text-align: center;
}
/* line 148, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .report-cover-letter h3 {
  font-size: 20px;
}
/* line 151, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .report-cover-letter h4 {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 155, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .report-cover-letter p {
  font-size: 13px;
}
/* line 159, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .report-cover-letter .cover-page-footer {
  margin-top: 25px;
}
/* line 161, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .report-cover-letter .cover-page-footer h4 {
  margin-bottom: 0;
}
/* line 164, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .report-cover-letter .cover-page-footer p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 171, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .print-preview .academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 174, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .print-preview .academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 177, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .print-preview .academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 180, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .print-preview .academic-reports .report-cover-letter p, .bbc .print-preview .academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
/* line 189, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports.sem-report-a {
  /*&.status-published, &.status-review_complete, &.status-amendment_complete {
  	.signature:before {
  		content: '';
  		display: block;
  		background-image: url(/img/reports/signature-tamara.png);
  		width: 155px;
  		height: 52px;
  		background-size: 100%;
  		background-repeat: no-repeat;
  		margin-top: -48px;
  		margin-left: 32px;
  		margin-bottom: -6px;
  	}
  }*/
}
/* line 204, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports.sem-report-a .default-grade {
  display: none;
}
/* line 208, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports.sem-report-a h4.school-class-name {
  font-size: 16px !important;
}
/* line 210, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports.sem-report-a h4.school-class-name .teacher-name {
  font-size: 11px !important;
}
/* line 216, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports.sem-report-a .report-section > .row-fluid > .row-fluid:first-child > .criteria-section:not(.comment) {
  margin-bottom: -100px;
}
/* line 225, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports.sem-report-a .criterion-row.yesno .separate-choice-field.choice-field-No {
  visibility: hidden;
}
/* line 228, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports.sem-report-a .criterion-row.yesno .choice-field-Yes label {
  color: transparent;
}
/* line 230, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports.sem-report-a .criterion-row.yesno .choice-field-Yes label span {
  color: black;
}
/* line 237, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports.sem-report-a .criteria-view .grade-row th, .bbc .print-preview .academic-reports.sem-report-a .criteria-view .grade-row td {
  padding-top: 0;
}
/* line 260, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .choice-field input[type="radio"]:checked + label:before {
  font-weight: bold;
  font-size: 15pt;
}
/* line 266, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports hr {
  display: none;
}
/* line 270, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .criteria-section.sem-sec:before, .bbc .print-preview .academic-reports .criteria-section.sem-sec-snr:before {
  display: block;
  content: 'Achievement';
  text-align: center;
  font-weight: bold;
  /* padding-right: 50px; */
  font-size: 110%;
  width: 200px;
  /* right: 0; */
  margin-right: 0;
  margin-left: auto;
}
/* line 283, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .completion-grade .grade-field select {
  width: 150px;
}
/* line 288, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .criteria-view .criteria-section.extra-grade {
  margin-top: 77px;
  margin-bottom: -100px;
}
/* line 292, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .criteria-view .criteria-section.extra-grade table {
  width: 142px;
}
/* line 295, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .criteria-view .criteria-section.extra-grade table tr.extra-grade td {
  border: 1px solid grey;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 302, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .criteria-view .criteria-section.extra-grade table tr.extra-grade td select {
  height: 21px;
  line-height: 21px;
  min-height: 21px;
  font-size: 13px;
}
/* line 309, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .criteria-view .criteria-section.extra-grade table tr.extra-grade .criterion-label {
  width: 97px;
}
/* line 312, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-preview .academic-reports .criteria-view .criteria-section.extra-grade table tr.extra-grade .grade-field {
  min-width: auto;
  width: auto;
}

@media print {
  /* line 326, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports {
    font-family: Arial, Helvetica Neue, sans-serif;
    font-size: 10pt;
    /*.report-logo {
    	display: block;
    	position: absolute;
    	right: 15px;
    	top: 15px;
    	width: 234px;
    	height: 166px;
    }*/
  }
  /* line 138, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    page-break-after: always;
    page-break-inside: avoid;
  }
  /* line 144, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter h2 {
    font-size: 28px;
    text-align: center;
  }
  /* line 148, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter h3 {
    font-size: 20px;
  }
  /* line 151, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 155, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter p {
    font-size: 13px;
  }
  /* line 159, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter .cover-page-footer {
    margin-top: 25px;
  }
  /* line 161, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter .cover-page-footer h4 {
    margin-bottom: 0;
  }
  /* line 164, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter .cover-page-footer p {
    margin-bottom: 0;
  }
}
@media print and (max-width: 767px) {
  /* line 171, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 174, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 177, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 180, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .report-cover-letter p, .bbc .academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
@media print {
  /* line 189, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports.sem-report-a {
    /*&.status-published, &.status-review_complete, &.status-amendment_complete {
    	.signature:before {
    		content: '';
    		display: block;
    		background-image: url(/img/reports/signature-tamara.png);
    		width: 155px;
    		height: 52px;
    		background-size: 100%;
    		background-repeat: no-repeat;
    		margin-top: -48px;
    		margin-left: 32px;
    		margin-bottom: -6px;
    	}
    }*/
  }
  /* line 204, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports.sem-report-a .default-grade {
    display: none;
  }
  /* line 208, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports.sem-report-a h4.school-class-name {
    font-size: 16px !important;
  }
  /* line 210, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports.sem-report-a h4.school-class-name .teacher-name {
    font-size: 11px !important;
  }
  /* line 216, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports.sem-report-a .report-section > .row-fluid > .row-fluid:first-child > .criteria-section:not(.comment) {
    margin-bottom: -100px;
  }
  /* line 225, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports.sem-report-a .criterion-row.yesno .separate-choice-field.choice-field-No {
    visibility: hidden;
  }
  /* line 228, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports.sem-report-a .criterion-row.yesno .choice-field-Yes label {
    color: transparent;
  }
  /* line 230, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports.sem-report-a .criterion-row.yesno .choice-field-Yes label span {
    color: black;
  }
  /* line 237, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports.sem-report-a .criteria-view .grade-row th, .bbc .academic-reports.sem-report-a .criteria-view .grade-row td {
    padding-top: 0;
  }
  /* line 260, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .choice-field input[type="radio"]:checked + label:before {
    font-weight: bold;
    font-size: 15pt;
  }
  /* line 266, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports hr {
    display: none;
  }
  /* line 270, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .criteria-section.sem-sec:before, .bbc .academic-reports .criteria-section.sem-sec-snr:before {
    display: block;
    content: 'Achievement';
    text-align: center;
    font-weight: bold;
    /* padding-right: 50px; */
    font-size: 110%;
    width: 200px;
    /* right: 0; */
    margin-right: 0;
    margin-left: auto;
  }
  /* line 283, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .completion-grade .grade-field select {
    width: 150px;
  }
  /* line 288, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .criteria-view .criteria-section.extra-grade {
    margin-top: 77px;
    margin-bottom: -100px;
  }
  /* line 292, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .criteria-view .criteria-section.extra-grade table {
    width: 142px;
  }
  /* line 295, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .criteria-view .criteria-section.extra-grade table tr.extra-grade td {
    border: 1px solid grey;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 302, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .criteria-view .criteria-section.extra-grade table tr.extra-grade td select {
    height: 21px;
    line-height: 21px;
    min-height: 21px;
    font-size: 13px;
  }
  /* line 309, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .criteria-view .criteria-section.extra-grade table tr.extra-grade .criterion-label {
    width: 97px;
  }
  /* line 312, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .criteria-view .criteria-section.extra-grade table tr.extra-grade .grade-field {
    min-width: auto;
    width: auto;
  }
  /* line 328, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
  .bbc .academic-reports .bbc-cover-page {
    display: block !important;
  }
}
/* line 336, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-review-mode .academic-reports .report-footer {
  display: none;
}
/* line 339, ../../stylesheets/sass/features/schoolTemplates/_bbc-secondary.scss */
.bbc .print-review-mode .academic-reports .page-break {
  display: none;
}

/* line 5, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .report-cover-svg, .sem-report-bbc-primary.academic-reports .report-header {
  display: none;
}
/* line 9, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .bbc-cover-page {
  display: none;
}
/* line 13, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .report-cover-letter {
  display: none;
}
/* line 16, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .report-last-page {
  display: none;
}
/* line 20, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports h4.subject-name {
  font-size: 15px;
}
/* line 23, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports h4.subject-name .teacher-name {
  float: right;
  text-transform: none;
}
/* line 29, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .report-page-header {
  text-align: right;
  padding-top: 20px;
}
/* line 34, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .action-buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  position: relative;
}
/* line 42, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports.primary .student-photo .student-image {
  margin-top: 35.5%;
  margin-left: 16.5%;
}
/* line 47, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports.primary .criterion-row.choice-value-N-A {
  background-color: #ccc;
  color: #888;
}
/* line 53, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view {
  /*.criterion-row {
  	&.grade, &.pri-effort, &.yesno {
  		.criterion-label {
  			width: 100px;
  		}
  		.grade-field {
  			width
  		}
  	}
  	
  }*/
}
/* line 55, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .report-section {
  margin-bottom: 60px;
}
/* line 61, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .row-pri-punctuality .criteria-section.pri-punctuality {
  margin-bottom: -42px;
  float: right;
  width: auto;
  z-index: 900;
  position: relative;
}
/* line 68, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .row-pri-punctuality .criteria-section.pri-punctuality tr:first-child {
  display: none;
}
/* line 72, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .row-pri-punctuality .criteria-section.pri-punctuality .choice-header, .sem-report-bbc-primary.academic-reports .criteria-view .row-pri-punctuality .criteria-section.pri-punctuality .choice-field, .sem-report-bbc-primary.academic-reports .criteria-view .row-pri-punctuality .criteria-section.pri-punctuality .criterion-label.radio-criterion {
  border-style: none !important;
}
/* line 75, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .row-pri-punctuality .criteria-section.pri-punctuality label {
  margin-bottom: 0;
  margin-left: 15px;
}
/* line 79, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .row-pri-punctuality .criteria-section.pri-punctuality .seperate-choice-field {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 86, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.character-legend.span12 {
  width: 100%;
  text-align: right;
  font-size: 15px;
  margin-top: -19px;
}
/* line 92, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.character-legend.span12 table.character-legend {
  margin-bottom: 0;
}
/* line 94, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.character-legend.span12 table.character-legend tr {
  height: 30px;
}
/* line 97, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.character-legend.span12 table.character-legend tr:first-child {
  display: none;
}
/* line 101, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.character-legend.span12 table.character-legend .criterion-label b {
  margin-left: 8px;
  margin-right: 4px;
}
/* line 105, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.character-legend.span12 table.character-legend .criterion-label i {
  margin-right: 8px;
}
/* line 118, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .range-field {
  white-space: nowrap;
}
/* line 121, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view td input[type="range"] {
  max-width: 60%;
}
/* line 126, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.yesno .criterion-label {
  border-style: none;
  padding-left: 0;
}
/* line 133, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno {
  display: block;
  margin-top: -47px;
  width: auto;
  white-space: nowrap;
}
/* line 138, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td.criterion-label.radio-criterion, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno td.criterion-label.radio-criterion {
  border-style: none !important;
}
/* line 142, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno td {
  display: inline-block;
  margin-left: 5px;
}
/* line 147, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
  margin-left: 95%;
  /*.separate-choice-field:nth-child(2) input {
  	float: right;
  	margin-top: 4px !important;
  	margin-left: 15px;
  }*/
}
@media (max-width: 767px) {
  /* line 147, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
    margin-left: 82%;
  }
}
/* line 159, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .criterion-label {
  white-space: nowrap;
}
/* line 162, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .grade-field {
  width: 100%;
}
/* line 169, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .row-fluid > .row-fluid:first-child .criteria-section.cols-1 tr.criterion-row.pri-effort {
  margin-left: 0;
  margin-top: 0;
  width: 0;
  margin-bottom: 45px;
}
/* line 187, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.span12 {
  width: 20%;
}
/* line 189, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.span12.level, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.span12.pri-level, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.span12.pri-pp-outcomes, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.span12.pri-lower-level, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.span12.comments, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.span12.freq, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.span12.pri-character, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.span12.pri-k-level {
  width: 100%;
}
/* line 197, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.freq tr, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.pri-character tr, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.pri-pp-outcomes tr {
  height: 30px;
}
/* line 199, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.freq tr td, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.freq tr th, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.pri-character tr td, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.pri-character tr th, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.pri-pp-outcomes tr td, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.pri-pp-outcomes tr th {
  padding-top: 3px;
}
/* line 203, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.freq .choice-header, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.pri-character .choice-header, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.pri-pp-outcomes .choice-header {
  max-width: 85px;
  min-width: 85px;
  width: 85px;
  text-align: center;
  font-weight: normal;
}
/* line 213, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.freq .choice-field, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.pri-character .choice-field, .sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.pri-pp-outcomes .choice-field {
  text-align: center;
}
/* line 219, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .criteria-section.pri-pp-outcomes .choice-header {
  max-width: 95px;
  min-width: 95px;
  width: 95px;
}
/* line 227, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .vertical-table {
  margin-top: -120px;
  pointer-events: none;
}
/* line 230, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .vertical-table .criterion-row {
  pointer-events: auto;
}
/* line 233, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .vertical-table div.vertical {
  /*margin-left: -32px; Chrome seems to need -32px, while FF needs -36px grr */
  margin-left: -39px;
}
/* line 237, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .criteria-view .vertical-table th.vertical {
  height: 86px;
  padding-bottom: 13px;
  position: relative;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
}
/* line 251, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports .row-pri-lower-level .vertical-table th.vertical {
  height: 114px;
}
/* line 259, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .section-col-1.report-section:nth-child(-n+9) > .row-fluid {
  border-style: none;
  padding: 0;
  padding-top: 0;
}
/* line 266, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .section-col-1.report-section:nth-child(6) {
  page-break-before: always;
}
/* line 272, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .vertical-table {
  margin-top: 0;
}
/* line 274, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .vertical-table th.vertical {
  height: 114px;
}
/* line 284, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports.report-year-0 .cover-titles .report-year-groups, .sem-report-bbc-primary.academic-reports.report-year-1 .cover-titles .report-year-groups, .sem-report-bbc-primary.academic-reports.report-year-2 .cover-titles .report-year-groups {
  display: none;
}
/* line 288, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports.report-year-0 .row-pri-k-level .vertical-table, .sem-report-bbc-primary.academic-reports.report-year-1 .row-pri-k-level .vertical-table, .sem-report-bbc-primary.academic-reports.report-year-2 .row-pri-k-level .vertical-table {
  margin-top: 0;
}
/* line 290, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.sem-report-bbc-primary.academic-reports.report-year-0 .row-pri-k-level .vertical-table th.vertical, .sem-report-bbc-primary.academic-reports.report-year-1 .row-pri-k-level .vertical-table th.vertical, .sem-report-bbc-primary.academic-reports.report-year-2 .row-pri-k-level .vertical-table th.vertical {
  height: 114px;
}

/* line 790, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports {
  font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
  color: black;
  /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
  		more balanced when presente within text). For the reports we've been asked to disable them
  		which is what this CSS should do. It enables 'Lining Figures' instead. */
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
}
/* line 301, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.primary {
  font-size: 12pt;
}
/* line 307, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-svg {
  display: inherit;
  width: 104%;
  margin-left: -2%;
  margin-right: -2%;
  height: auto;
}
/* line 315, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .choice-header-N-A, .print-preview .sem-report-bbc-primary.academic-reports .choice-field-N-A {
  display: none;
}
/* line 319, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-header {
  display: block;
  margin-right: 40px;
  margin-top: -95px;
}
/* line 324, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-header h2 {
  font-size: 25px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
/* line 333, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  display: block;
  page-break-after: always;
  page-break-inside: avoid;
}
/* line 340, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter section {
  border: 2px solid black;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 345, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter section p {
  font-size: 16px;
  line-height: 1.7;
}
/* line 350, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter section ul li {
  line-height: 2;
  font-size: 16px;
}
/* line 357, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter table.grade-legend {
  border: 2px solid black;
  font-size: 16px;
  line-height: 1.5;
}
/* line 362, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter table.grade-legend th {
  background-color: #ddd;
  white-space: nowrap;
  text-align: left;
}
/* line 367, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter table.grade-legend th, .print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter table.grade-legend td {
  border: 0.5px solid #666;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 375, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter h2 {
  font-size: 19px;
  text-transform: uppercase;
}
/* line 380, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter h2:not(:first-child) {
  margin-top: 30px;
}
/* line 384, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter h3 {
  font-size: 20px;
}
/* line 387, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter h4 {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 391, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter p {
  font-size: 13px;
}
@media (max-width: 767px) {
  /* line 398, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 401, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 404, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 407, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter p, .print-preview .sem-report-bbc-primary.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
/* line 423, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-section.section-col-1:last-child {
  margin-top: -35px;
}
/* line 429, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-page-header, .print-preview .sem-report-bbc-primary.academic-reports .report-footer, .print-preview .sem-report-bbc-primary.academic-reports .report-section {
  margin-left: 60px;
  margin-right: 60px;
}
/* line 434, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-footer {
  margin-top: -56px !important;
}
/* line 439, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .section-header {
  white-space: nowrap;
}
/* line 443, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criterion-row.pri-effort {
  margin-left: 160px !important;
  /*.separate-choice-field:nth-child(2) label {
  	padding-top: 4px;
  	& > span {
  		float: right;
  		margin-top: -3px;
  		margin-left: 10px;
  	}
  }
  .separate-choice-field:nth-child(5) label {
  	& > span {
  		margin-right: 6px;
  	}
  }*/
}
/* line 445, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criterion-row.pri-effort .criterion-label {
  vertical-align: top;
  padding-top: 6px;
}
/* line 449, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field {
  vertical-align: top;
}
/* line 451, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field label {
  text-align: center;
  padding-top: 21px;
}
/* line 456, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field input + span:before {
  margin-top: -20px;
  display: block;
}
/* line 475, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.level, .print-preview .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-level, .print-preview .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-ppp-outcomes, .print-preview .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-lower-level {
  height: 36px;
}
/* line 477, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.level td, .print-preview .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-level td, .print-preview .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-ppp-outcomes td, .print-preview .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-lower-level td {
  padding-left: 8px;
  padding-top: 3px;
}
/* line 484, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq .choice-field, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character .choice-field, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes .choice-field {
  text-align: center;
}
/* line 486, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character .choice-field input[type="radio"] + label:before, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes .choice-field input[type="radio"] + label:before {
  font-size: 20px;
}
/* line 490, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq .section-header, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character .section-header, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes .section-header {
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 5px;
}
/* line 496, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq th, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq td, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character th, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character td, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes th, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes td {
  border: 1px solid #999;
}
/* line 499, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-character, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-pp-outcomes, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-character, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-pp-outcomes, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-character, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-pp-outcomes {
  font-size: 11pt;
}
/* line 501, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-character tr, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-pp-outcomes tr, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-character tr, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-pp-outcomes tr, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-character tr, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-pp-outcomes tr {
  height: 36px;
}
/* line 503, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-character tr th, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-character tr td, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-pp-outcomes tr th, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-pp-outcomes tr td, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-character tr th, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-character tr td, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-pp-outcomes tr th, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-pp-outcomes tr td, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-character tr th, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-character tr td, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-pp-outcomes tr th, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-pp-outcomes tr td {
  padding-top: 1px;
}
/* line 510, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-k-level tr, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-k-level tr, .print-preview .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-k-level tr {
  height: 38px;
  line-height: 1.2;
}
/* line 519, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .critera-section.pri-pp-outcomes th.section-header {
  border-left-style: none;
  botder-top-style: none;
}
/* line 526, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .grade-row .grade-field select {
  font-size: 150%;
  font-weight: bold;
  padding: 0;
  padding-top: 3px;
  padding-left: 5px;
}
/* line 536, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .row-pri-punctuality .criteria-section.pri-punctuality {
  margin-top: 15px;
  margin-right: -15px;
}
/* line 541, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .row-pri-punctuality .criteria-section.pri-punctuality .separate-choice-field label {
  white-space: nowrap;
  width: 90px;
  text-align: center;
  margin-left: 0;
}
/* line 546, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .row-pri-punctuality .criteria-section.pri-punctuality .separate-choice-field label input + span:before {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -47px;
  margin-top: -12px;
}
/* line 558, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .grade-row td {
  padding-top: 0;
}
/* line 562, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .grade-row.pri-grade .criterion-label {
  white-space: nowrap;
}
/* line 566, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .comment-field.standalone {
  border: 1px solid #999;
}
/* line 569, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .comment-display {
  min-height: 120px;
  font-size: 11pt;
  line-height: 1.4;
}
/* line 576, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .choice-header.vertical, .print-preview .sem-report-bbc-primary.academic-reports .freq .choice-header, .print-preview .sem-report-bbc-primary.academic-reports .freq .section-header,
.print-preview .sem-report-bbc-primary.academic-reports .pri-character .choice-header, .print-preview .sem-report-bbc-primary.academic-reports .pri-character .section-header, .print-preview .sem-report-bbc-primary.academic-reports .pri-pp-outcomes .choice-header {
  background-color: #35738A;
  color: white;
  font-size: 14px;
}
/* line 585, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .parent-interview-requested .tickbox {
  border: 1px solid #999;
  padding-top: 5px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 10px;
  display: inline-block;
  width: 14px;
  height: 16px;
  vertical-align: text-bottom;
}
/* line 597, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .attendance {
  line-height: 2;
  font-size: 11pt;
}
/* line 602, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-footer .cursive-signature {
  margin-top: 95px;
}
/* line 605, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-footer .signature {
  margin-top: 22px;
  width: 100%;
}
/* line 609, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-date {
  padding-left: 2px;
  margin-top: 94px;
  display: inline-block;
}
/* line 615, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-date + .signature {
  margin-top: 6px;
}
/* line 622, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section .criteria-section.pri-k-level tr.criterion-row {
  height: 40px;
}
/* line 625, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section .criteria-section.pri-k-level .choice-field input[type="radio"]:checked + label:before {
  font-size: 25px;
}
/* line 629, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(3) {
  margin-bottom: 40px;
}
/* line 632, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(1), .print-preview .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(3), .print-preview .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(4), .print-preview .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(5) {
  padding-top: 30px;
}
/* line 636, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(5) {
  margin-bottom: 0;
}
/* line 643, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-view .report-section {
  margin-bottom: 60px;
}
/* line 646, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-view .report-section:nth-child(3), .print-preview .sem-report-bbc-primary.academic-reports .criteria-view .report-section:nth-child(6) {
  padding-top: 30px;
}
/* line 650, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-view .report-section:nth-child(9) {
  margin-bottom: 15px;
  padding-top: 15px;
}
/* line 655, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .criteria-view .report-section.print-section-together.section-col-1:last-child {
  page-break-before: avoid;
}
/* line 669, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(-n+8) .subject-name, .print-preview .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(-n+8) .subject-name, .print-preview .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(-n+8) .subject-name {
  margin-left: -11px;
}
/* line 672, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(-n+8) > .row-fluid, .print-preview .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(-n+8) > .row-fluid, .print-preview .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(-n+8) > .row-fluid {
  border: 1px solid black;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -11px;
  padding-top: 20px;
}
/* line 681, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(8), .print-preview .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(8), .print-preview .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(8) {
  page-break-before: always;
}
/* line 684, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(8), .print-preview .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(8), .print-preview .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(8) {
  padding-top: 15px;
  margin-bottom: 0;
}
/* line 689, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(9), .print-preview .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(9), .print-preview .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(9) {
  page-break-before: always;
}
/* line 693, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(10), .print-preview .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(10), .print-preview .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(10) {
  margin-top: 0;
}
/* line 699, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section .pri-k-level .vertical-table tr, .print-preview .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section .pri-k-level .vertical-table tr, .print-preview .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section .pri-k-level .vertical-table tr {
  height: 34px;
}
/* line 702, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section .pri-k-level .vertical-table tr .choice-field input[type="radio"]:checked + label:before, .print-preview .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section .pri-k-level .vertical-table tr .choice-field input[type="radio"]:checked + label:before, .print-preview .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section .pri-k-level .vertical-table tr .choice-field input[type="radio"]:checked + label:before {
  font-size: 18px;
}
/* line 713, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(9), .print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(10), .print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(11), .print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(12) {
  margin-bottom: 15px;
}
/* line 717, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(14) {
  padding-top: 25px;
}
/* line 726, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-3 .criteria-view .report-section:nth-child(-n+9) .subject-name, .print-preview .sem-report-bbc-primary.academic-reports.report-year-4 .criteria-view .report-section:nth-child(-n+9) .subject-name, .print-preview .sem-report-bbc-primary.academic-reports.report-year-5 .criteria-view .report-section:nth-child(-n+9) .subject-name, .print-preview .sem-report-bbc-primary.academic-reports.report-year-6 .criteria-view .report-section:nth-child(-n+9) .subject-name {
  margin-left: -11px;
}
/* line 729, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-3 .criteria-view .report-section:nth-child(-n+9) > .row-fluid, .print-preview .sem-report-bbc-primary.academic-reports.report-year-4 .criteria-view .report-section:nth-child(-n+9) > .row-fluid, .print-preview .sem-report-bbc-primary.academic-reports.report-year-5 .criteria-view .report-section:nth-child(-n+9) > .row-fluid, .print-preview .sem-report-bbc-primary.academic-reports.report-year-6 .criteria-view .report-section:nth-child(-n+9) > .row-fluid {
  border: 1px solid black;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -11px;
  padding-top: 20px;
}
/* line 738, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-3 .criteria-view .report-section:nth-child(10), .print-preview .sem-report-bbc-primary.academic-reports.report-year-4 .criteria-view .report-section:nth-child(10), .print-preview .sem-report-bbc-primary.academic-reports.report-year-5 .criteria-view .report-section:nth-child(10), .print-preview .sem-report-bbc-primary.academic-reports.report-year-6 .criteria-view .report-section:nth-child(10) {
  page-break-before: always;
  margin-top: 30px;
}
/* line 745, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports.report-year-3 .cover-titles .report-year-groups, .print-preview .sem-report-bbc-primary.academic-reports.report-year-4 .cover-titles .report-year-groups, .print-preview .sem-report-bbc-primary.academic-reports.report-year-5 .cover-titles .report-year-groups, .print-preview .sem-report-bbc-primary.academic-reports.report-year-6 .cover-titles .report-year-groups {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: -50px;
}
/* line 755, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-last-page {
  display: block;
  page-break-before: always;
  padding-top: 980px;
}
/* line 759, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-last-page .address-logo {
  margin-left: 20px;
  margin-right: -105px;
  margin-top: -4px;
  float: left;
}
/* line 764, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-last-page .address-logo img {
  width: 85px;
}
/* line 768, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-last-page .address-details {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
/* line 772, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-last-page .address-details .school-name {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 777, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-last-page .address-details .phone, .print-preview .sem-report-bbc-primary.academic-reports .report-last-page .address-details .address-physical {
  margin-right: 20px;
}
/* line 781, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-last-page .address-details .addresses div, .print-preview .sem-report-bbc-primary.academic-reports .report-last-page .address-details .contact div {
  display: inline-block;
}
/* line 792, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
.print-preview .sem-report-bbc-primary.academic-reports .report-footer {
  padding-bottom: 300px;
}

@media print {
  /* line 797, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports {
    font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
    color: black;
    /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
    		more balanced when presente within text). For the reports we've been asked to disable them
    		which is what this CSS should do. It enables 'Lining Figures' instead. */
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
  }
  /* line 301, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.primary {
    font-size: 12pt;
  }
  /* line 307, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-svg {
    display: inherit;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    height: auto;
  }
  /* line 315, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .choice-header-N-A, .sem-report-bbc-primary.academic-reports .choice-field-N-A {
    display: none;
  }
  /* line 319, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-header {
    display: block;
    margin-right: 40px;
    margin-top: -95px;
  }
  /* line 324, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-header h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
  }
  /* line 333, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    display: block;
    page-break-after: always;
    page-break-inside: avoid;
  }
  /* line 340, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter section {
    border: 2px solid black;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 345, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter section p {
    font-size: 16px;
    line-height: 1.7;
  }
  /* line 350, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter section ul li {
    line-height: 2;
    font-size: 16px;
  }
  /* line 357, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter table.grade-legend {
    border: 2px solid black;
    font-size: 16px;
    line-height: 1.5;
  }
  /* line 362, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter table.grade-legend th {
    background-color: #ddd;
    white-space: nowrap;
    text-align: left;
  }
  /* line 367, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter table.grade-legend th, .sem-report-bbc-primary.academic-reports .report-cover-letter table.grade-legend td {
    border: 0.5px solid #666;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 375, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter h2 {
    font-size: 19px;
    text-transform: uppercase;
  }
  /* line 380, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter h2:not(:first-child) {
    margin-top: 30px;
  }
  /* line 384, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter h3 {
    font-size: 20px;
  }
  /* line 387, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 391, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter p {
    font-size: 13px;
  }
}
@media print and (max-width: 767px) {
  /* line 398, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 401, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 404, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 407, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-cover-letter p, .sem-report-bbc-primary.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
@media print {
  /* line 423, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-section.section-col-1:last-child {
    margin-top: -35px;
  }
  /* line 429, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-page-header, .sem-report-bbc-primary.academic-reports .report-footer, .sem-report-bbc-primary.academic-reports .report-section {
    margin-left: 60px;
    margin-right: 60px;
  }
  /* line 434, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-footer {
    margin-top: -56px !important;
  }
  /* line 439, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .section-header {
    white-space: nowrap;
  }
  /* line 443, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criterion-row.pri-effort {
    margin-left: 160px !important;
    /*.separate-choice-field:nth-child(2) label {
    	padding-top: 4px;
    	& > span {
    		float: right;
    		margin-top: -3px;
    		margin-left: 10px;
    	}
    }
    .separate-choice-field:nth-child(5) label {
    	& > span {
    		margin-right: 6px;
    	}
    }*/
  }
  /* line 445, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criterion-row.pri-effort .criterion-label {
    vertical-align: top;
    padding-top: 6px;
  }
  /* line 449, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field {
    vertical-align: top;
  }
  /* line 451, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field label {
    text-align: center;
    padding-top: 21px;
  }
  /* line 456, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field input + span:before {
    margin-top: -20px;
    display: block;
  }
  /* line 475, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.level, .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-level, .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-ppp-outcomes, .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-lower-level {
    height: 36px;
  }
  /* line 477, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.level td, .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-level td, .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-ppp-outcomes td, .sem-report-bbc-primary.academic-reports .criteria-view .criterion-row.pri-lower-level td {
    padding-left: 8px;
    padding-top: 3px;
  }
  /* line 484, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-section.freq .choice-field, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character .choice-field, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes .choice-field {
    text-align: center;
  }
  /* line 486, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character .choice-field input[type="radio"] + label:before, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes .choice-field input[type="radio"] + label:before {
    font-size: 20px;
  }
  /* line 490, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-section.freq .section-header, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character .section-header, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes .section-header {
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 5px;
  }
  /* line 496, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-section.freq th, .sem-report-bbc-primary.academic-reports .criteria-section.freq td, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character th, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character td, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes th, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes td {
    border: 1px solid #999;
  }
  /* line 499, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-character, .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-pp-outcomes, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-character, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-pp-outcomes, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-character, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-pp-outcomes {
    font-size: 11pt;
  }
  /* line 501, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-character tr, .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-pp-outcomes tr, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-character tr, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-pp-outcomes tr, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-character tr, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-pp-outcomes tr {
    height: 36px;
  }
  /* line 503, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-character tr th, .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-character tr td, .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-pp-outcomes tr th, .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-pp-outcomes tr td, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-character tr th, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-character tr td, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-pp-outcomes tr th, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-pp-outcomes tr td, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-character tr th, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-character tr td, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-pp-outcomes tr th, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-pp-outcomes tr td {
    padding-top: 1px;
  }
  /* line 510, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-section.freq table.pri-k-level tr, .sem-report-bbc-primary.academic-reports .criteria-section.pri-character table.pri-k-level tr, .sem-report-bbc-primary.academic-reports .criteria-section.pri-pp-outcomes table.pri-k-level tr {
    height: 38px;
    line-height: 1.2;
  }
  /* line 519, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .critera-section.pri-pp-outcomes th.section-header {
    border-left-style: none;
    botder-top-style: none;
  }
  /* line 526, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .grade-row .grade-field select {
    font-size: 150%;
    font-weight: bold;
    padding: 0;
    padding-top: 3px;
    padding-left: 5px;
  }
  /* line 536, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .row-pri-punctuality .criteria-section.pri-punctuality {
    margin-top: 15px;
    margin-right: -15px;
  }
  /* line 541, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .row-pri-punctuality .criteria-section.pri-punctuality .separate-choice-field label {
    white-space: nowrap;
    width: 90px;
    text-align: center;
    margin-left: 0;
  }
  /* line 546, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .row-pri-punctuality .criteria-section.pri-punctuality .separate-choice-field label input + span:before {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -47px;
    margin-top: -12px;
  }
  /* line 558, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .grade-row td {
    padding-top: 0;
  }
  /* line 562, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .grade-row.pri-grade .criterion-label {
    white-space: nowrap;
  }
  /* line 566, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .comment-field.standalone {
    border: 1px solid #999;
  }
  /* line 569, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .comment-display {
    min-height: 120px;
    font-size: 11pt;
    line-height: 1.4;
  }
  /* line 576, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .choice-header.vertical, .sem-report-bbc-primary.academic-reports .freq .choice-header, .sem-report-bbc-primary.academic-reports .freq .section-header,
  .sem-report-bbc-primary.academic-reports .pri-character .choice-header, .sem-report-bbc-primary.academic-reports .pri-character .section-header, .sem-report-bbc-primary.academic-reports .pri-pp-outcomes .choice-header {
    background-color: #35738A;
    color: white;
    font-size: 14px;
  }
  /* line 585, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .parent-interview-requested .tickbox {
    border: 1px solid #999;
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 10px;
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: text-bottom;
  }
  /* line 597, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .attendance {
    line-height: 2;
    font-size: 11pt;
  }
  /* line 602, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-footer .cursive-signature {
    margin-top: 95px;
  }
  /* line 605, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-footer .signature {
    margin-top: 22px;
    width: 100%;
  }
  /* line 609, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-date {
    padding-left: 2px;
    margin-top: 94px;
    display: inline-block;
  }
  /* line 615, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-date + .signature {
    margin-top: 6px;
  }
  /* line 622, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section .criteria-section.pri-k-level tr.criterion-row {
    height: 40px;
  }
  /* line 625, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section .criteria-section.pri-k-level .choice-field input[type="radio"]:checked + label:before {
    font-size: 25px;
  }
  /* line 629, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(3) {
    margin-bottom: 40px;
  }
  /* line 632, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(1), .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(3), .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(4), .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(5) {
    padding-top: 30px;
  }
  /* line 636, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.sem-report-kindy .criteria-view .report-section:nth-child(5) {
    margin-bottom: 0;
  }
  /* line 643, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-view .report-section {
    margin-bottom: 60px;
  }
  /* line 646, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-view .report-section:nth-child(3), .sem-report-bbc-primary.academic-reports .criteria-view .report-section:nth-child(6) {
    padding-top: 30px;
  }
  /* line 650, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-view .report-section:nth-child(9) {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  /* line 655, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .criteria-view .report-section.print-section-together.section-col-1:last-child {
    page-break-before: avoid;
  }
  /* line 669, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(-n+8) .subject-name, .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(-n+8) .subject-name, .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(-n+8) .subject-name {
    margin-left: -11px;
  }
  /* line 672, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(-n+8) > .row-fluid, .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(-n+8) > .row-fluid, .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(-n+8) > .row-fluid {
    border: 1px solid black;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -11px;
    padding-top: 20px;
  }
  /* line 681, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(8), .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(8), .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(8) {
    page-break-before: always;
  }
  /* line 684, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(8), .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(8), .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(8) {
    padding-top: 15px;
    margin-bottom: 0;
  }
  /* line 689, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(9), .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(9), .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(9) {
    page-break-before: always;
  }
  /* line 693, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(10), .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section:nth-child(10), .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section:nth-child(10) {
    margin-top: 0;
  }
  /* line 699, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section .pri-k-level .vertical-table tr, .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section .pri-k-level .vertical-table tr, .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section .pri-k-level .vertical-table tr {
    height: 34px;
  }
  /* line 702, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section .pri-k-level .vertical-table tr .choice-field input[type="radio"]:checked + label:before, .sem-report-bbc-primary.academic-reports.report-year-1 .criteria-view .report-section .pri-k-level .vertical-table tr .choice-field input[type="radio"]:checked + label:before, .sem-report-bbc-primary.academic-reports.report-year-2 .criteria-view .report-section .pri-k-level .vertical-table tr .choice-field input[type="radio"]:checked + label:before {
    font-size: 18px;
  }
  /* line 713, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(9), .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(10), .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(11), .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(12) {
    margin-bottom: 15px;
  }
  /* line 717, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-0 .criteria-view .report-section:nth-child(14) {
    padding-top: 25px;
  }
  /* line 726, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-3 .criteria-view .report-section:nth-child(-n+9) .subject-name, .sem-report-bbc-primary.academic-reports.report-year-4 .criteria-view .report-section:nth-child(-n+9) .subject-name, .sem-report-bbc-primary.academic-reports.report-year-5 .criteria-view .report-section:nth-child(-n+9) .subject-name, .sem-report-bbc-primary.academic-reports.report-year-6 .criteria-view .report-section:nth-child(-n+9) .subject-name {
    margin-left: -11px;
  }
  /* line 729, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-3 .criteria-view .report-section:nth-child(-n+9) > .row-fluid, .sem-report-bbc-primary.academic-reports.report-year-4 .criteria-view .report-section:nth-child(-n+9) > .row-fluid, .sem-report-bbc-primary.academic-reports.report-year-5 .criteria-view .report-section:nth-child(-n+9) > .row-fluid, .sem-report-bbc-primary.academic-reports.report-year-6 .criteria-view .report-section:nth-child(-n+9) > .row-fluid {
    border: 1px solid black;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -11px;
    padding-top: 20px;
  }
  /* line 738, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-3 .criteria-view .report-section:nth-child(10), .sem-report-bbc-primary.academic-reports.report-year-4 .criteria-view .report-section:nth-child(10), .sem-report-bbc-primary.academic-reports.report-year-5 .criteria-view .report-section:nth-child(10), .sem-report-bbc-primary.academic-reports.report-year-6 .criteria-view .report-section:nth-child(10) {
    page-break-before: always;
    margin-top: 30px;
  }
  /* line 745, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports.report-year-3 .cover-titles .report-year-groups, .sem-report-bbc-primary.academic-reports.report-year-4 .cover-titles .report-year-groups, .sem-report-bbc-primary.academic-reports.report-year-5 .cover-titles .report-year-groups, .sem-report-bbc-primary.academic-reports.report-year-6 .cover-titles .report-year-groups {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: -50px;
  }
  /* line 755, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-last-page {
    display: block;
    page-break-before: always;
    padding-top: 980px;
  }
  /* line 759, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-last-page .address-logo {
    margin-left: 20px;
    margin-right: -105px;
    margin-top: -4px;
    float: left;
  }
  /* line 764, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-last-page .address-logo img {
    width: 85px;
  }
  /* line 768, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-last-page .address-details {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  /* line 772, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-last-page .address-details .school-name {
    font-weight: bold;
    text-transform: uppercase;
  }
  /* line 777, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-last-page .address-details .phone, .sem-report-bbc-primary.academic-reports .report-last-page .address-details .address-physical {
    margin-right: 20px;
  }
  /* line 781, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-last-page .address-details .addresses div, .sem-report-bbc-primary.academic-reports .report-last-page .address-details .contact div {
    display: inline-block;
  }
  /* line 799, ../../stylesheets/sass/features/schoolTemplates/_bbc-primary.scss */
  .sem-report-bbc-primary.academic-reports .report-footer {
    padding-bottom: 0;
  }
}
/* line 4, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .report-cover-svg, .acbc-primary-report.academic-reports .report-header {
  display: none;
}
/* line 8, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .report-cover-letter {
  display: none;
}
/* line 12, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports h4.subject-name {
  font-size: 16px;
}
/* line 16, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .report-page-header {
  text-align: right;
}
/* line 20, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .action-buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  position: relative;
}
/* line 28, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports.primary .student-photo .student-image, .acbc-primary-report.academic-reports.secondary .student-photo .student-image {
  margin-top: 35.5%;
  margin-left: 16.5%;
}
/* line 34, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view {
  /*.criterion-row {
  	&.grade, &.pri-effort, &.yesno {
  		.criterion-label {
  			width: 100px;
  		}
  		.grade-field {
  			width
  		}
  	}
  	
  }*/
}
/* line 36, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .report-section {
  margin-bottom: 60px;
}
/* line 38, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .report-section:nth-child(1), .acbc-primary-report.academic-reports .criteria-view .report-section:nth-child(2), .acbc-primary-report.academic-reports .criteria-view .report-section:nth-child(3), .acbc-primary-report.academic-reports .criteria-view .report-section:nth-child(11) {
  margin-bottom: 40px;
}
/* line 41, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .report-section:nth-child(12) {
  margin-bottom: 0;
}
/* line 44, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .report-section:nth-child(4), .acbc-primary-report.academic-reports .criteria-view .report-section:nth-child(7), .acbc-primary-report.academic-reports .criteria-view .report-section:nth-child(11) {
  padding-top: 50px;
  page-break-before: always;
}
/* line 56, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .range-field {
  white-space: nowrap;
}
/* line 59, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view td input[type="range"] {
  max-width: 60%;
}
/* line 64, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criterion-row.yesno .criterion-label {
  border-style: none;
  padding-left: 0;
}
/* line 71, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort, .acbc-primary-report.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno {
  display: block;
  margin-top: -47px;
  width: auto;
  white-space: nowrap;
}
/* line 76, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td.criterion-label.radio-criterion, .acbc-primary-report.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno td.criterion-label.radio-criterion {
  border-style: none !important;
}
/* line 80, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td, .acbc-primary-report.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.yesno td {
  display: inline-block;
}
/* line 84, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
  margin-left: 110%;
}
@media (max-width: 767px) {
  /* line 84, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
    margin-left: 59%;
  }
}
/* line 89, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort .separate-choice-field:nth-child(2) input {
  float: right;
  margin-top: 4px !important;
  margin-left: 15px;
}
/* line 96, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .criterion-label {
  white-space: nowrap;
}
/* line 99, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .grade-field {
  width: 100%;
}
/* line 106, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .row-fluid > .row-fluid:first-child .criteria-section.cols-1 tr.criterion-row.pri-effort {
  margin-left: 0;
  margin-top: 0;
  width: 0;
  margin-bottom: 45px;
}
/* line 124, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.span12 {
  width: 20%;
}
/* line 126, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.span12.level, .acbc-primary-report.academic-reports .criteria-view .criteria-section.span12.pri-level, .acbc-primary-report.academic-reports .criteria-view .criteria-section.span12.comments, .acbc-primary-report.academic-reports .criteria-view .criteria-section.span12.freq, .acbc-primary-report.academic-reports .criteria-view .criteria-section.span12.pri-freq, .acbc-primary-report.academic-reports .criteria-view .criteria-section.span12.sec-freq {
  width: 100%;
}
/* line 132, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.freq tr, .acbc-primary-report.academic-reports .criteria-view .criteria-section.pri-freq tr, .acbc-primary-report.academic-reports .criteria-view .criteria-section.sec-freq tr {
  height: 32px;
}
/* line 134, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.freq tr td, .acbc-primary-report.academic-reports .criteria-view .criteria-section.freq tr th, .acbc-primary-report.academic-reports .criteria-view .criteria-section.pri-freq tr td, .acbc-primary-report.academic-reports .criteria-view .criteria-section.pri-freq tr th, .acbc-primary-report.academic-reports .criteria-view .criteria-section.sec-freq tr td, .acbc-primary-report.academic-reports .criteria-view .criteria-section.sec-freq tr th {
  padding-top: 3px;
}
/* line 138, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.freq .choice-header, .acbc-primary-report.academic-reports .criteria-view .criteria-section.pri-freq .choice-header, .acbc-primary-report.academic-reports .criteria-view .criteria-section.sec-freq .choice-header {
  max-width: 80px;
  min-width: 80px;
  width: 80px;
  text-align: center;
  font-weight: normal;
}
/* line 148, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .criteria-section.freq .choice-field, .acbc-primary-report.academic-reports .criteria-view .criteria-section.pri-freq .choice-field, .acbc-primary-report.academic-reports .criteria-view .criteria-section.sec-freq .choice-field {
  text-align: center;
}
/* line 153, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .vertical-table {
  margin-top: -150px;
  pointer-events: none;
}
/* line 156, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .vertical-table .criterion-row {
  pointer-events: auto;
}
/* line 159, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .vertical-table div.vertical {
  /*margin-left: -32px; Chrome seems to need -32px, while FF needs -36px grr */
  margin-left: -36px;
}
/* line 163, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.acbc-primary-report.academic-reports .criteria-view .vertical-table th.vertical {
  height: 120px;
  width: 50px;
  padding-bottom: 25px;
  position: relative;
  min-width: 50px;
}

/* line 402, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports {
  font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
  /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
  		more balanced when presente within text). For the reports we've been asked to disable them
  		which is what this CSS should do. It enables 'Lining Figures' instead. */
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
}
/* line 181, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-cover-svg {
  display: inherit;
  width: 104%;
  margin-left: -2%;
  margin-right: -2%;
  height: auto;
}
/* line 189, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-header {
  display: block;
  margin-right: 40px;
  margin-top: -95px;
}
/* line 194, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-header h2 {
  font-size: 25px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
/* line 203, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-cover-letter {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  page-break-after: always;
  page-break-inside: avoid;
}
/* line 209, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-cover-letter h2 {
  font-size: 28px;
}
/* line 212, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-cover-letter h3 {
  font-size: 20px;
}
/* line 215, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-cover-letter h4 {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 219, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-cover-letter p {
  font-size: 13px;
}
/* line 223, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-cover-letter .cover-page-footer {
  margin-top: 25px;
}
/* line 225, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-cover-letter .cover-page-footer h4 {
  margin-bottom: 0;
}
/* line 228, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-cover-letter .cover-page-footer p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 235, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .print-preview .acbc-primary-report.academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 238, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .print-preview .acbc-primary-report.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 241, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .print-preview .acbc-primary-report.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 244, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .print-preview .acbc-primary-report.academic-reports .report-cover-letter p, .print-preview .acbc-primary-report.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
/* line 262, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-section.section-col-1:last-child {
  page-break-before: always;
  margin-top: 50px;
}
/* line 272, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-page-header, .print-preview .acbc-primary-report.academic-reports .report-footer, .print-preview .acbc-primary-report.academic-reports .report-section {
  margin-left: 60px;
  margin-right: 60px;
}
/* line 278, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
  padding-top: 3px;
}
/* line 280, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
  float: right;
  margin-top: -2px;
  margin-left: 4px;
}
/* line 290, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-section:nth-child(12) .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
  padding-top: 3px;
}
/* line 292, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-section:nth-child(12) .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
  float: right;
  margin-top: -2px;
  margin-left: 14px;
}
/* line 301, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .criteria-view .criterion-row.level, .print-preview .acbc-primary-report.academic-reports .criteria-view .criterion-row.pri-level {
  height: 36px;
}
/* line 303, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .criteria-view .criterion-row.level td, .print-preview .acbc-primary-report.academic-reports .criteria-view .criterion-row.pri-level td {
  padding-left: 8px;
  padding-top: 3px;
}
/* line 310, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .criteria-section.freq .choice-field, .print-preview .acbc-primary-report.academic-reports .criteria-section.pri-freq .choice-field, .print-preview .acbc-primary-report.academic-reports .criteria-section.sec-freq .choice-field {
  text-align: center;
}
/* line 312, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .print-preview .acbc-primary-report.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before, .print-preview .acbc-primary-report.academic-reports .criteria-section.sec-freq .choice-field input[type="radio"] + label:before {
  font-size: 20px;
}
/* line 316, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .criteria-section.freq .section-header, .print-preview .acbc-primary-report.academic-reports .criteria-section.pri-freq .section-header, .print-preview .acbc-primary-report.academic-reports .criteria-section.sec-freq .section-header {
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 5px;
}
/* line 322, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .criteria-section.freq th, .print-preview .acbc-primary-report.academic-reports .criteria-section.freq td, .print-preview .acbc-primary-report.academic-reports .criteria-section.pri-freq th, .print-preview .acbc-primary-report.academic-reports .criteria-section.pri-freq td, .print-preview .acbc-primary-report.academic-reports .criteria-section.sec-freq th, .print-preview .acbc-primary-report.academic-reports .criteria-section.sec-freq td {
  border: 1px solid #999;
}
/* line 327, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .comment-field.standalone {
  border: 1px solid #999;
}
/* line 330, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .comment-display {
  min-height: 130px;
  font-size: 8pt;
  line-height: 1.4;
}
/* line 337, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .choice-header.vertical, .print-preview .acbc-primary-report.academic-reports .freq .choice-header, .print-preview .acbc-primary-report.academic-reports .freq .section-header,
.print-preview .acbc-primary-report.academic-reports .pri-freq .choice-header, .print-preview .acbc-primary-report.academic-reports .pri-freq .section-header,
.print-preview .acbc-primary-report.academic-reports .sec-freq .choice-header, .print-preview .acbc-primary-report.academic-reports .sec-freq .section-header {
  background-color: #2a7d8b;
  color: white;
  font-size: 14px;
}
/* line 346, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .parent-interview-requested .tickbox {
  border: 1px solid #999;
  padding-top: 5px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 10px;
  display: inline-block;
  width: 14px;
  height: 16px;
  vertical-align: text-bottom;
}
/* line 358, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .attendance {
  line-height: 2;
}
/* line 362, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .signature {
  margin-top: 50px;
}
/* line 365, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-date, .print-preview .acbc-primary-report.academic-reports .report-footer .teacher-name {
  padding-left: 2px;
  margin-top: 24px;
  display: inline-block;
}
/* line 369, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-date + .signature, .print-preview .acbc-primary-report.academic-reports .report-footer .teacher-name + .signature {
  margin-top: 6px;
}
/* line 373, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports .report-date {
  font-size: 120%;
}
/* line 378, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports.secondary .report-cover-letter .cover-page-footer {
  margin-top: 90px;
}
/* line 385, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
.print-preview .acbc-primary-report.academic-reports.primary.status-published .principal.signature:before, .print-preview .acbc-primary-report.academic-reports.primary.status-review_complete .principal.signature:before, .print-preview .acbc-primary-report.academic-reports.primary.status-amendment_complete .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-jventer.png);
  width: 89px;
  height: 76px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -63px;
  margin-left: 54px;
  margin-bottom: -14px;
}

@media print {
  /* line 406, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports {
    font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
    /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
    		more balanced when presente within text). For the reports we've been asked to disable them
    		which is what this CSS should do. It enables 'Lining Figures' instead. */
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
  }
  /* line 181, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-svg {
    display: inherit;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    height: auto;
  }
  /* line 189, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-header {
    display: block;
    margin-right: 40px;
    margin-top: -95px;
  }
  /* line 194, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-header h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
  }
  /* line 203, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    page-break-after: always;
    page-break-inside: avoid;
  }
  /* line 209, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter h2 {
    font-size: 28px;
  }
  /* line 212, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter h3 {
    font-size: 20px;
  }
  /* line 215, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 219, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter p {
    font-size: 13px;
  }
  /* line 223, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter .cover-page-footer {
    margin-top: 25px;
  }
  /* line 225, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter .cover-page-footer h4 {
    margin-bottom: 0;
  }
  /* line 228, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter .cover-page-footer p {
    margin-bottom: 0;
  }
}
@media print and (max-width: 767px) {
  /* line 235, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 238, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 241, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 244, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-cover-letter p, .acbc-primary-report.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
@media print {
  /* line 262, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-section.section-col-1:last-child {
    page-break-before: always;
    margin-top: 50px;
  }
  /* line 272, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-page-header, .acbc-primary-report.academic-reports .report-footer, .acbc-primary-report.academic-reports .report-section {
    margin-left: 60px;
    margin-right: 60px;
  }
  /* line 278, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
    padding-top: 3px;
  }
  /* line 280, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
    float: right;
    margin-top: -2px;
    margin-left: 4px;
  }
  /* line 290, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-section:nth-child(12) .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
    padding-top: 3px;
  }
  /* line 292, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-section:nth-child(12) .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
    float: right;
    margin-top: -2px;
    margin-left: 14px;
  }
  /* line 301, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .criteria-view .criterion-row.level, .acbc-primary-report.academic-reports .criteria-view .criterion-row.pri-level {
    height: 36px;
  }
  /* line 303, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .criteria-view .criterion-row.level td, .acbc-primary-report.academic-reports .criteria-view .criterion-row.pri-level td {
    padding-left: 8px;
    padding-top: 3px;
  }
  /* line 310, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .criteria-section.freq .choice-field, .acbc-primary-report.academic-reports .criteria-section.pri-freq .choice-field, .acbc-primary-report.academic-reports .criteria-section.sec-freq .choice-field {
    text-align: center;
  }
  /* line 312, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .acbc-primary-report.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before, .acbc-primary-report.academic-reports .criteria-section.sec-freq .choice-field input[type="radio"] + label:before {
    font-size: 20px;
  }
  /* line 316, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .criteria-section.freq .section-header, .acbc-primary-report.academic-reports .criteria-section.pri-freq .section-header, .acbc-primary-report.academic-reports .criteria-section.sec-freq .section-header {
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 5px;
  }
  /* line 322, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .criteria-section.freq th, .acbc-primary-report.academic-reports .criteria-section.freq td, .acbc-primary-report.academic-reports .criteria-section.pri-freq th, .acbc-primary-report.academic-reports .criteria-section.pri-freq td, .acbc-primary-report.academic-reports .criteria-section.sec-freq th, .acbc-primary-report.academic-reports .criteria-section.sec-freq td {
    border: 1px solid #999;
  }
  /* line 327, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .comment-field.standalone {
    border: 1px solid #999;
  }
  /* line 330, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .comment-display {
    min-height: 130px;
    font-size: 8pt;
    line-height: 1.4;
  }
  /* line 337, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .choice-header.vertical, .acbc-primary-report.academic-reports .freq .choice-header, .acbc-primary-report.academic-reports .freq .section-header,
  .acbc-primary-report.academic-reports .pri-freq .choice-header, .acbc-primary-report.academic-reports .pri-freq .section-header,
  .acbc-primary-report.academic-reports .sec-freq .choice-header, .acbc-primary-report.academic-reports .sec-freq .section-header {
    background-color: #2a7d8b;
    color: white;
    font-size: 14px;
  }
  /* line 346, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .parent-interview-requested .tickbox {
    border: 1px solid #999;
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 10px;
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: text-bottom;
  }
  /* line 358, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .attendance {
    line-height: 2;
  }
  /* line 362, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .signature {
    margin-top: 50px;
  }
  /* line 365, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-date, .acbc-primary-report.academic-reports .report-footer .teacher-name {
    padding-left: 2px;
    margin-top: 24px;
    display: inline-block;
  }
  /* line 369, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-date + .signature, .acbc-primary-report.academic-reports .report-footer .teacher-name + .signature {
    margin-top: 6px;
  }
  /* line 373, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports .report-date {
    font-size: 120%;
  }
  /* line 378, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports.secondary .report-cover-letter .cover-page-footer {
    margin-top: 90px;
  }
  /* line 385, ../../stylesheets/sass/features/schoolTemplates/_acbc-primary.scss */
  .acbc-primary-report.academic-reports.primary.status-published .principal.signature:before, .acbc-primary-report.academic-reports.primary.status-review_complete .principal.signature:before, .acbc-primary-report.academic-reports.primary.status-amendment_complete .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-jventer.png);
    width: 89px;
    height: 76px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -63px;
    margin-left: 54px;
    margin-bottom: -14px;
  }
}
/* line 7, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .report-cover-svg, .sem-report-abbc-primary.academic-reports .report-header, .int-report-abbc.academic-reports .report-cover-svg, .int-report-abbc.academic-reports .report-header {
  display: none;
}
/* line 11, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .report-cover-letter, .int-report-abbc.academic-reports .report-cover-letter {
  display: none;
}
/* line 14, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .report-last-page, .int-report-abbc.academic-reports .report-last-page {
  display: none;
}
/* line 20, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports h4.subject-name, .int-report-abbc.academic-reports h4.subject-name {
  font-size: 16px;
}
/* line 26, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports.int-report-abbc h4.subject-name, .int-report-abbc.academic-reports.int-report-abbc h4.subject-name {
  margin-bottom: -30px;
  margin-left: 9px;
}
/* line 32, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .report-page-header, .int-report-abbc.academic-reports .report-page-header {
  text-align: right;
  padding-top: 20px;
}
/* line 37, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .action-buttons, .int-report-abbc.academic-reports .action-buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  position: relative;
}
/* line 45, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports.primary .student-photo .student-image, .int-report-abbc.academic-reports.primary .student-photo .student-image {
  margin-top: 35.5%;
  margin-left: 16.5%;
}
/* line 50, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports.primary .criterion-row.choice-value-N-A, .int-report-abbc.academic-reports.primary .criterion-row.choice-value-N-A {
  background-color: #ccc;
  color: #888;
}
/* line 57, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .education-plan-panel input, .int-report-abbc.academic-reports .education-plan-panel input {
  margin-top: -2px;
}
/* line 62, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view, .int-report-abbc.academic-reports .criteria-view {
  /*.criterion-row {
  	&.grade, &.pri-effort, &.yesno {
  		.criterion-label {
  			width: 100px;
  		}
  		.grade-field {
  			width
  		}
  	}
  	
  }*/
}
/* line 64, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .report-section, .int-report-abbc.academic-reports .criteria-view .report-section {
  margin-bottom: 60px;
}
/* line 74, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .row-yesno, .int-report-abbc.academic-reports .criteria-view .row-yesno {
  margin-top: 25px;
}
/* line 79, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.concern th.choice-header, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.concern .choice-field, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.yesno th.choice-header, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.yesno .choice-field, .int-report-abbc.academic-reports .criteria-view .criteria-section.concern th.choice-header, .int-report-abbc.academic-reports .criteria-view .criteria-section.concern .choice-field, .int-report-abbc.academic-reports .criteria-view .criteria-section.yesno th.choice-header, .int-report-abbc.academic-reports .criteria-view .criteria-section.yesno .choice-field {
  text-align: center;
}
/* line 84, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.concern .choice-header, .int-report-abbc.academic-reports .criteria-view .criteria-section.concern .choice-header {
  width: 120px;
}
/* line 90, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.yesno .choice-header, .int-report-abbc.academic-reports .criteria-view .criteria-section.yesno .choice-header {
  width: 120px;
}
/* line 96, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .range-field, .int-report-abbc.academic-reports .criteria-view .range-field {
  white-space: nowrap;
}
/* line 99, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view td input[type="range"], .int-report-abbc.academic-reports .criteria-view td input[type="range"] {
  max-width: 60%;
}
/* line 107, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .pri-effort .clear-button button, .int-report-abbc.academic-reports .criteria-view .pri-effort .clear-button button {
  line-height: 12px;
  font-size: 9px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: -6px;
}
/* line 118, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort, .int-report-abbc.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
  display: block;
  margin-top: -47px;
  width: auto;
  white-space: nowrap;
}
/* line 123, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td.criterion-label.radio-criterion, .int-report-abbc.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td.criterion-label.radio-criterion {
  border-style: none !important;
}
/* line 127, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td, .int-report-abbc.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort td {
  display: inline-block;
  margin-left: 5px;
}
/* line 132, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort, .int-report-abbc.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
  margin-left: 95%;
}
@media (max-width: 767px) {
  /* line 132, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort, .int-report-abbc.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort {
    margin-left: 82%;
  }
}
/* line 137, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort .separate-choice-field:nth-child(2) input, .int-report-abbc.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-effort .separate-choice-field:nth-child(2) input {
  float: right;
  margin-top: 4px !important;
  margin-left: 15px;
}
/* line 144, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .criterion-label, .int-report-abbc.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .criterion-label {
  white-space: nowrap;
}
/* line 147, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .grade-field, .int-report-abbc.academic-reports .criteria-view .criteria-section.cols-1 .criterion-row.pri-grade .grade-field {
  width: 100%;
}
/* line 154, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .row-fluid > .row-fluid:first-child .criteria-section.cols-1 tr.criterion-row.pri-effort, .int-report-abbc.academic-reports .criteria-view .row-fluid > .row-fluid:first-child .criteria-section.cols-1 tr.criterion-row.pri-effort {
  margin-left: 0;
  margin-top: 0;
  width: 0;
  margin-bottom: 45px;
}
/* line 172, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.span12, .int-report-abbc.academic-reports .criteria-view .criteria-section.span12 {
  width: 20%;
}
/* line 174, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.span12.level, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.span12.pri-level, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.span12.pri-level-2020, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.span12.comments, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.span12.freq, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.span12.pri-freq, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.span12.concern, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.span12.yesno, .int-report-abbc.academic-reports .criteria-view .criteria-section.span12.level, .int-report-abbc.academic-reports .criteria-view .criteria-section.span12.pri-level, .int-report-abbc.academic-reports .criteria-view .criteria-section.span12.pri-level-2020, .int-report-abbc.academic-reports .criteria-view .criteria-section.span12.comments, .int-report-abbc.academic-reports .criteria-view .criteria-section.span12.freq, .int-report-abbc.academic-reports .criteria-view .criteria-section.span12.pri-freq, .int-report-abbc.academic-reports .criteria-view .criteria-section.span12.concern, .int-report-abbc.academic-reports .criteria-view .criteria-section.span12.yesno {
  width: 100%;
}
/* line 180, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.freq tr, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.pri-freq tr, .int-report-abbc.academic-reports .criteria-view .criteria-section.freq tr, .int-report-abbc.academic-reports .criteria-view .criteria-section.pri-freq tr {
  height: 32px;
}
/* line 182, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.freq tr td, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.freq tr th, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.pri-freq tr td, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.pri-freq tr th, .int-report-abbc.academic-reports .criteria-view .criteria-section.freq tr td, .int-report-abbc.academic-reports .criteria-view .criteria-section.freq tr th, .int-report-abbc.academic-reports .criteria-view .criteria-section.pri-freq tr td, .int-report-abbc.academic-reports .criteria-view .criteria-section.pri-freq tr th {
  padding-top: 3px;
}
/* line 186, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.freq .choice-header, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.pri-freq .choice-header, .int-report-abbc.academic-reports .criteria-view .criteria-section.freq .choice-header, .int-report-abbc.academic-reports .criteria-view .criteria-section.pri-freq .choice-header {
  max-width: 85px;
  min-width: 85px;
  width: 85px;
  text-align: center;
  font-weight: normal;
}
/* line 196, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.freq .choice-field, .sem-report-abbc-primary.academic-reports .criteria-view .criteria-section.pri-freq .choice-field, .int-report-abbc.academic-reports .criteria-view .criteria-section.freq .choice-field, .int-report-abbc.academic-reports .criteria-view .criteria-section.pri-freq .choice-field {
  text-align: center;
}
/* line 201, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .vertical-table, .int-report-abbc.academic-reports .criteria-view .vertical-table {
  margin-top: -150px;
  pointer-events: none;
}
/* line 204, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .vertical-table .criterion-row, .int-report-abbc.academic-reports .criteria-view .vertical-table .criterion-row {
  pointer-events: auto;
}
/* line 207, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .vertical-table div.vertical, .int-report-abbc.academic-reports .criteria-view .vertical-table div.vertical {
  /*margin-left: -32px; Chrome seems to need -32px, while FF needs -36px grr */
  margin-left: -39px;
}
/* line 211, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .vertical-table th.vertical, .int-report-abbc.academic-reports .criteria-view .vertical-table th.vertical {
  height: 86px;
  padding-bottom: 13px;
  position: relative;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
}
/* line 223, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view .criteria-section .pri-level-2020 th.choice-header-Working-towards div.vertical, .int-report-abbc.academic-reports .criteria-view .criteria-section .pri-level-2020 th.choice-header-Working-towards div.vertical {
  max-width: 100px;
  margin-left: -32px;
  margin-top: -8px;
}
/* line 235, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.sem-report-abbc-primary.academic-reports .criteria-view.covid .criteria-section.cols-1 .criterion-row.pri-effort, .int-report-abbc.academic-reports .criteria-view.covid .criteria-section.cols-1 .criterion-row.pri-effort {
  margin-bottom: 38px;
  margin-top: 0;
  margin-left: 0;
}

/* line 823, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports, .print-preview .int-report-abbc.academic-reports {
  font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
  color: black;
  /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
  		more balanced when presente within text). For the reports we've been asked to disable them
  		which is what this CSS should do. It enables 'Lining Figures' instead. */
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
  /*.abbc-cover-page {
  	.scripture {
  		font-size: 10pt;
  	}
  	h3 {
  		font-size: 28px;
  	}
  }*/
}
/* line 250, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.primary, .print-preview .int-report-abbc.academic-reports.primary {
  font-size: 12pt;
}
/* line 256, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-svg, .print-preview .int-report-abbc.academic-reports .report-cover-svg {
  display: inherit;
  width: 104%;
  margin-left: -2%;
  margin-right: -2%;
  height: auto;
}
/* line 264, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .choice-header-N-A, .print-preview .sem-report-abbc-primary.academic-reports .choice-field-N-A, .print-preview .int-report-abbc.academic-reports .choice-header-N-A, .print-preview .int-report-abbc.academic-reports .choice-field-N-A {
  display: none;
}
/* line 268, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-header, .print-preview .int-report-abbc.academic-reports .report-header {
  display: block;
  margin-right: 40px;
  margin-top: -95px;
}
/* line 273, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-header h2, .print-preview .int-report-abbc.academic-reports .report-header h2 {
  font-size: 25px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
/* line 282, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter, .print-preview .int-report-abbc.academic-reports .report-cover-letter {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  display: block;
  page-break-after: always;
  page-break-inside: avoid;
}
/* line 289, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter section, .print-preview .int-report-abbc.academic-reports .report-cover-letter section {
  border: 2px solid black;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 294, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter section p, .print-preview .int-report-abbc.academic-reports .report-cover-letter section p {
  font-size: 16px;
  line-height: 1.8;
}
/* line 299, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter section ul li, .print-preview .int-report-abbc.academic-reports .report-cover-letter section ul li {
  line-height: 2;
  font-size: 16px;
}
/* line 306, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter table.grade-legend, .print-preview .int-report-abbc.academic-reports .report-cover-letter table.grade-legend {
  border: 2px solid black;
  font-size: 16px;
  line-height: 1.5;
}
/* line 311, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter table.grade-legend th, .print-preview .int-report-abbc.academic-reports .report-cover-letter table.grade-legend th {
  background-color: #ddd;
  white-space: nowrap;
  text-align: left;
}
/* line 316, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter table.grade-legend th, .print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter table.grade-legend td, .print-preview .int-report-abbc.academic-reports .report-cover-letter table.grade-legend th, .print-preview .int-report-abbc.academic-reports .report-cover-letter table.grade-legend td {
  border: 0.5px solid #666;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 324, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter h2, .print-preview .int-report-abbc.academic-reports .report-cover-letter h2 {
  font-size: 19px;
  text-transform: uppercase;
}
/* line 329, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter h2:not(:first-child), .print-preview .int-report-abbc.academic-reports .report-cover-letter h2:not(:first-child) {
  margin-top: 30px;
}
/* line 333, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter h3, .print-preview .int-report-abbc.academic-reports .report-cover-letter h3 {
  font-size: 20px;
}
/* line 336, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter h4, .print-preview .int-report-abbc.academic-reports .report-cover-letter h4 {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 340, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter p, .print-preview .int-report-abbc.academic-reports .report-cover-letter p {
  font-size: 13px;
}
/* line 344, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter .cover-page-footer, .print-preview .int-report-abbc.academic-reports .report-cover-letter .cover-page-footer {
  margin-top: 25px;
}
/* line 346, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter .cover-page-footer h4, .print-preview .int-report-abbc.academic-reports .report-cover-letter .cover-page-footer h4 {
  margin-bottom: 0;
}
/* line 349, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter .cover-page-footer p, .print-preview .int-report-abbc.academic-reports .report-cover-letter .cover-page-footer p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 357, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter h2, .print-preview .int-report-abbc.academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 360, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter h3, .print-preview .int-report-abbc.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 363, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter h4, .print-preview .int-report-abbc.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 366, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter p, .print-preview .sem-report-abbc-primary.academic-reports .report-cover-letter li, .print-preview .int-report-abbc.academic-reports .report-cover-letter p, .print-preview .int-report-abbc.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
/* line 383, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-section.section-col-1:last-child, .print-preview .int-report-abbc.academic-reports .report-section.section-col-1:last-child {
  margin-top: -35px;
}
/* line 389, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-page-header, .print-preview .sem-report-abbc-primary.academic-reports .report-footer, .print-preview .sem-report-abbc-primary.academic-reports .report-section, .print-preview .int-report-abbc.academic-reports .report-page-header, .print-preview .int-report-abbc.academic-reports .report-footer, .print-preview .int-report-abbc.academic-reports .report-section {
  margin-left: 60px;
  margin-right: 60px;
}
/* line 394, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-footer, .print-preview .int-report-abbc.academic-reports .report-footer {
  margin-top: 60px;
}
/* line 398, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .section-header, .print-preview .int-report-abbc.academic-reports .section-header {
  white-space: nowrap;
}
/* line 402, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort, .print-preview .int-report-abbc.academic-reports .criterion-row.pri-effort {
  margin-left: 160px !important;
}
/* line 403, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort .clear-button, .print-preview .int-report-abbc.academic-reports .criterion-row.pri-effort .clear-button {
  display: none !important;
}
/* line 407, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field input:checked + span:before, .print-preview .int-report-abbc.academic-reports .criterion-row.pri-effort .separate-choice-field input:checked + span:before {
  font-weight: bold;
  font-size: 15pt;
}
/* line 411, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label, .print-preview .int-report-abbc.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
  padding-top: 4px;
}
/* line 413, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span, .print-preview .int-report-abbc.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
  float: right;
  margin-top: -3px;
  margin-left: 10px;
}
/* line 420, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span, .print-preview .int-report-abbc.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span {
  margin-right: 6px;
}
/* line 427, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort, .print-preview .int-report-abbc.academic-reports .criteria-view.covid .criterion-row.pri-effort {
  margin-left: 0 !important;
}
/* line 430, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label, .print-preview .int-report-abbc.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
  padding-top: 4px;
}
/* line 432, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span, .print-preview .int-report-abbc.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
  float: right;
  margin-top: -3px;
  margin-left: 18px;
}
/* line 440, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.level, .print-preview .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.pri-level, .print-preview .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.pri-level-2020, .print-preview .int-report-abbc.academic-reports .criteria-view .criterion-row.level, .print-preview .int-report-abbc.academic-reports .criteria-view .criterion-row.pri-level, .print-preview .int-report-abbc.academic-reports .criteria-view .criterion-row.pri-level-2020 {
  height: 36px;
}
/* line 442, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.level td, .print-preview .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.pri-level td, .print-preview .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.pri-level-2020 td, .print-preview .int-report-abbc.academic-reports .criteria-view .criterion-row.level td, .print-preview .int-report-abbc.academic-reports .criteria-view .criterion-row.pri-level td, .print-preview .int-report-abbc.academic-reports .criteria-view .criterion-row.pri-level-2020 td {
  padding-left: 8px;
  padding-top: 3px;
}
/* line 449, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criteria-section.freq .choice-field, .print-preview .sem-report-abbc-primary.academic-reports .criteria-section.pri-freq .choice-field, .print-preview .int-report-abbc.academic-reports .criteria-section.freq .choice-field, .print-preview .int-report-abbc.academic-reports .criteria-section.pri-freq .choice-field {
  text-align: center;
}
/* line 451, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .print-preview .sem-report-abbc-primary.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before, .print-preview .int-report-abbc.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .print-preview .int-report-abbc.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before {
  font-size: 20px;
}
/* line 455, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criteria-section.freq .section-header, .print-preview .sem-report-abbc-primary.academic-reports .criteria-section.pri-freq .section-header, .print-preview .int-report-abbc.academic-reports .criteria-section.freq .section-header, .print-preview .int-report-abbc.academic-reports .criteria-section.pri-freq .section-header {
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 5px;
}
/* line 461, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .criteria-section.freq th, .print-preview .sem-report-abbc-primary.academic-reports .criteria-section.freq td, .print-preview .sem-report-abbc-primary.academic-reports .criteria-section.pri-freq th, .print-preview .sem-report-abbc-primary.academic-reports .criteria-section.pri-freq td, .print-preview .int-report-abbc.academic-reports .criteria-section.freq th, .print-preview .int-report-abbc.academic-reports .criteria-section.freq td, .print-preview .int-report-abbc.academic-reports .criteria-section.pri-freq th, .print-preview .int-report-abbc.academic-reports .criteria-section.pri-freq td {
  border: 1px solid #999;
}
/* line 466, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .grade-row .grade-field, .print-preview .int-report-abbc.academic-reports .grade-row .grade-field {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
/* line 470, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .grade-row .grade-field select, .print-preview .int-report-abbc.academic-reports .grade-row .grade-field select {
  font-size: 150%;
  font-weight: bold;
  padding: 0;
  padding-top: 3px;
  padding-left: 5px;
}
/* line 479, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .grade-row.pri-grade .criterion-label, .print-preview .int-report-abbc.academic-reports .grade-row.pri-grade .criterion-label {
  white-space: nowrap;
}
/* line 483, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .comment-display, .print-preview .int-report-abbc.academic-reports .comment-display {
  min-height: 130px;
  font-size: 11pt;
  line-height: 1.4;
}
/* line 489, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .comment-field.standalone, .print-preview .int-report-abbc.academic-reports .comment-field.standalone {
  border: 1px solid #999;
}
/* line 491, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .comment-field.standalone .comment-display, .print-preview .int-report-abbc.academic-reports .comment-field.standalone .comment-display {
  font-size: 12pt;
}
/* line 496, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .choice-header.vertical, .print-preview .sem-report-abbc-primary.academic-reports .freq .choice-header, .print-preview .sem-report-abbc-primary.academic-reports .freq .section-header,
.print-preview .sem-report-abbc-primary.academic-reports .pri-freq .choice-header, .print-preview .sem-report-abbc-primary.academic-reports .pri-freq .section-header, .print-preview .int-report-abbc.academic-reports .choice-header.vertical, .print-preview .int-report-abbc.academic-reports .freq .choice-header, .print-preview .int-report-abbc.academic-reports .freq .section-header,
.print-preview .int-report-abbc.academic-reports .pri-freq .choice-header, .print-preview .int-report-abbc.academic-reports .pri-freq .section-header {
  background-color: #35738A;
  color: white;
  font-size: 14px;
}
/* line 504, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .education-plan, .print-preview .int-report-abbc.academic-reports .education-plan {
  margin-bottom: 20px;
}
/* line 505, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .education-plan .tickbox, .print-preview .int-report-abbc.academic-reports .education-plan .tickbox {
  border: 1px solid #999;
  padding-left: 6px;
  padding-right: 2px;
  margin-left: 10px;
  display: inline-block;
  width: 14px;
  height: 16px;
  padding-bottom: 3px;
  padding-top: 2px;
  vertical-align: bottom;
}
/* line 520, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .attendance, .print-preview .int-report-abbc.academic-reports .attendance {
  line-height: 2;
}
/* line 524, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-footer .signature, .print-preview .int-report-abbc.academic-reports .report-footer .signature {
  margin-top: 150px;
  width: 100%;
}
/* line 528, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-date, .print-preview .int-report-abbc.academic-reports .report-date {
  padding-left: 2px;
  margin-top: 24px;
  margin-top: 124px;
  display: inline-block;
}
/* line 535, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-date + .signature, .print-preview .int-report-abbc.academic-reports .report-date + .signature {
  margin-top: 6px;
}
/* line 540, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-footer .abbc.primary .class-teacher, .print-preview .sem-report-abbc-primary.academic-reports .report-footer .abbc.primary .date-column, .print-preview .int-report-abbc.academic-reports .report-footer .abbc.primary .class-teacher, .print-preview .int-report-abbc.academic-reports .report-footer .abbc.primary .date-column {
  height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* line 549, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-footer .teacher-name, .print-preview .int-report-abbc.academic-reports .report-footer .teacher-name {
  padding-left: 2px;
  display: inline-block;
  white-space: pre-line;
}
/* line 554, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-footer .teacher-name + .signature, .print-preview .int-report-abbc.academic-reports .report-footer .teacher-name + .signature {
  margin-top: 6px;
}
/* line 560, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.status-published .principal.signature:before, .print-preview .sem-report-abbc-primary.academic-reports.status-review_complete .principal.signature:before, .print-preview .sem-report-abbc-primary.academic-reports.status-amendment_complete .principal.signature:before, .print-preview .int-report-abbc.academic-reports.status-published .principal.signature:before, .print-preview .int-report-abbc.academic-reports.status-review_complete .principal.signature:before, .print-preview .int-report-abbc.academic-reports.status-amendment_complete .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-jlituri.png);
  width: 124px;
  height: 72px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -43px;
  margin-left: 44px;
  margin-bottom: -29px;
}
/* line 574, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.status-published .span3 .principal.signature:before, .print-preview .sem-report-abbc-primary.academic-reports.status-review_complete .span3 .principal.signature:before, .print-preview .sem-report-abbc-primary.academic-reports.status-amendment_complete .span3 .principal.signature:before, .print-preview .int-report-abbc.academic-reports.status-published .span3 .principal.signature:before, .print-preview .int-report-abbc.academic-reports.status-review_complete .span3 .principal.signature:before, .print-preview .int-report-abbc.academic-reports.status-amendment_complete .span3 .principal.signature:before {
  margin-left: 8px;
}
/* line 578, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.status-published .deputy.signature:before, .print-preview .sem-report-abbc-primary.academic-reports.status-review_complete .deputy.signature:before, .print-preview .sem-report-abbc-primary.academic-reports.status-amendment_complete .deputy.signature:before, .print-preview .int-report-abbc.academic-reports.status-published .deputy.signature:before, .print-preview .int-report-abbc.academic-reports.status-review_complete .deputy.signature:before, .print-preview .int-report-abbc.academic-reports.status-amendment_complete .deputy.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-ssaunders.png);
  width: 124px;
  height: 68px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -76px;
  margin-left: 10px;
  margin-bottom: 8px;
}
/* line 596, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section {
  margin-bottom: 60px;
  /*&:nth-child(1), &:nth-child(2) {
  	margin-bottom: 40px;
  }*/
  /*&:nth-child(5),&:nth-child(6),&:nth-child(7) {
  	& > .row-fluid {
  		border: 1px solid black;
  		padding: 10px;
  		padding-top: 0;
  		padding-bottom: 0;
  		margin-left: -11px;
  	}
  }*/
  				/*.criteria-section.digital-technologies {
  					margin-top: -30px;
  
  				}*/
}
/* line 601, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3), .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(9), .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(11), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(9), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(11) {
  padding-top: 50px;
  page-break-before: always;
}
/* line 606, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3) {
  padding-top: 10px;
}
/* line 610, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3), .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(4), .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(4), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) {
  margin-bottom: 20px;
}
/* line 614, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) {
  padding-top: 30px;
}
/* line 618, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6), .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) {
  margin-bottom: 30px;
}
/* line 622, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7), .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(8), .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(11), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(8), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(11) {
  margin-bottom: 10px;
}
/* line 627, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(8) .subject-name, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(8) .subject-name {
  margin-top: 20px;
}
/* line 633, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(9), .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(10), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(9), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(10) {
  padding-top: 30px;
  margin-bottom: 20px;
}
/* line 654, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(-n+8) .subject-name, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(-n+8) .subject-name {
  margin-left: -11px;
}
/* line 657, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(-n+8) > .row-fluid, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(-n+8) > .row-fluid {
  border: 1px solid black;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -11px;
  padding-top: 38px;
}
/* line 667, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(n+9), .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(n+9) {
  margin-left: 49px;
  margin-right: 49px;
}
/* line 673, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(n+9) .criteria-section table, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(n+9) .criteria-section table {
  border: 1px double black;
  /*tr:first-child {
  	th,td {
  		border-top-style: none;
  		&:first-child {
  			border-left-style: none;
  		}
  		&:last-child {
  			border-right-style: none;
  		}
  	}
  }*/
}
/* line 692, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) > .row-fluid, .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) > .row-fluid, .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) > .row-fluid, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) > .row-fluid, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) > .row-fluid, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) > .row-fluid {
  padding-top: 0;
}
/* line 704, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-visual-arts table,
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-performance-arts table,
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-design-and-technologies table,
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-digital-technologies table,
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-health-education table,
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-physical-education table, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-visual-arts table,
.print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-performance-arts table,
.print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-design-and-technologies table,
.print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-digital-technologies table,
.print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-health-education table,
.print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-physical-education table {
  margin-bottom: 0;
}
/* line 713, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .pri-level .criterion-label, .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .pri-level-2020 .criterion-label, .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .pri-level .criterion-label, .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .pri-level-2020 .criterion-label, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .pri-level .criterion-label, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .pri-level-2020 .criterion-label, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .pri-level .criterion-label, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .pri-level-2020 .criterion-label {
  color: transparent;
}
/* line 719, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) .criteria-section.pri-level, .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) .criteria-section.pri-level-2020, .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .criteria-section.pri-level, .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .criteria-section.pri-level-2020, .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .criteria-section.pri-level, .print-preview .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .criteria-section.pri-level-2020, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) .criteria-section.pri-level, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) .criteria-section.pri-level-2020, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .criteria-section.pri-level, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .criteria-section.pri-level-2020, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .criteria-section.pri-level, .print-preview .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .criteria-section.pri-level-2020 {
  min-height: 0;
}
/* line 735, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.interim .criteria-view .report-section > .row-fluid, .print-preview .int-report-abbc.academic-reports.interim .criteria-view .report-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  border-style: none;
}
/* line 742, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.interim .vertical-table.pri-level, .print-preview .int-report-abbc.academic-reports.interim .vertical-table.pri-level {
  margin-top: -130px;
  border: 1px solid #999;
}
/* line 748, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.interim .criteria-section table, .print-preview .int-report-abbc.academic-reports.interim .criteria-section table {
  margin-bottom: 0;
}
/* line 752, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.interim .criterion-row.pri-effort, .print-preview .int-report-abbc.academic-reports.interim .criterion-row.pri-effort {
  margin-left: 0 !important;
}
/* line 756, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span, .print-preview .int-report-abbc.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
  margin-left: 20px;
}
/* line 759, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span, .print-preview .int-report-abbc.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span {
  margin-right: 7px;
}
/* line 764, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.interim .criteria-view .report-section, .print-preview .int-report-abbc.academic-reports.interim .criteria-view .report-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 768, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.interim .criteria-view h4.subject-name, .print-preview .int-report-abbc.academic-reports.interim .criteria-view h4.subject-name {
  margin-bottom: -47px;
  margin-top: 0;
}
/* line 774, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.interim .report-last-page, .print-preview .int-report-abbc.academic-reports.interim .report-last-page {
  padding-top: 950px;
}
/* line 788, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-last-page, .print-preview .int-report-abbc.academic-reports .report-last-page {
  display: block;
  page-break-before: always;
  padding-top: 980px;
}
/* line 792, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-last-page .address-logo, .print-preview .int-report-abbc.academic-reports .report-last-page .address-logo {
  margin-left: 20px;
  margin-right: -105px;
  margin-top: -4px;
  float: left;
}
/* line 797, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-last-page .address-logo img, .print-preview .int-report-abbc.academic-reports .report-last-page .address-logo img {
  width: 85px;
}
/* line 801, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-last-page .address-details, .print-preview .int-report-abbc.academic-reports .report-last-page .address-details {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
/* line 805, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-last-page .address-details .school-name, .print-preview .int-report-abbc.academic-reports .report-last-page .address-details .school-name {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 810, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-last-page .address-details .phone, .print-preview .sem-report-abbc-primary.academic-reports .report-last-page .address-details .address-physical, .print-preview .int-report-abbc.academic-reports .report-last-page .address-details .phone, .print-preview .int-report-abbc.academic-reports .report-last-page .address-details .address-physical {
  margin-right: 20px;
}
/* line 814, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports .report-last-page .address-details .addresses div, .print-preview .sem-report-abbc-primary.academic-reports .report-last-page .address-details .contact div, .print-preview .int-report-abbc.academic-reports .report-last-page .address-details .addresses div, .print-preview .int-report-abbc.academic-reports .report-last-page .address-details .contact div {
  display: inline-block;
}
/* line 826, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
.print-preview .sem-report-abbc-primary.academic-reports.interim .abbc-cover-page, .print-preview .int-report-abbc.academic-reports.interim .abbc-cover-page {
  display: block;
}

@media print {
  /* line 832, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports, .int-report-abbc.academic-reports {
    font-family: Corbel, Segoe UI, Arial, Helvetica, sans-serif !important;
    color: black;
    /* By default Corbel uses 'text figures' (numbers that have varying heights to make them look
    		more balanced when presente within text). For the reports we've been asked to disable them
    		which is what this CSS should do. It enables 'Lining Figures' instead. */
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    /*.abbc-cover-page {
    	.scripture {
    		font-size: 10pt;
    	}
    	h3 {
    		font-size: 28px;
    	}
    }*/
  }
  /* line 250, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.primary, .int-report-abbc.academic-reports.primary {
    font-size: 12pt;
  }
  /* line 256, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-svg, .int-report-abbc.academic-reports .report-cover-svg {
    display: inherit;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    height: auto;
  }
  /* line 264, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .choice-header-N-A, .sem-report-abbc-primary.academic-reports .choice-field-N-A, .int-report-abbc.academic-reports .choice-header-N-A, .int-report-abbc.academic-reports .choice-field-N-A {
    display: none;
  }
  /* line 268, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-header, .int-report-abbc.academic-reports .report-header {
    display: block;
    margin-right: 40px;
    margin-top: -95px;
  }
  /* line 273, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-header h2, .int-report-abbc.academic-reports .report-header h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
  }
  /* line 282, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter, .int-report-abbc.academic-reports .report-cover-letter {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    display: block;
    page-break-after: always;
    page-break-inside: avoid;
  }
  /* line 289, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter section, .int-report-abbc.academic-reports .report-cover-letter section {
    border: 2px solid black;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 294, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter section p, .int-report-abbc.academic-reports .report-cover-letter section p {
    font-size: 16px;
    line-height: 1.8;
  }
  /* line 299, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter section ul li, .int-report-abbc.academic-reports .report-cover-letter section ul li {
    line-height: 2;
    font-size: 16px;
  }
  /* line 306, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter table.grade-legend, .int-report-abbc.academic-reports .report-cover-letter table.grade-legend {
    border: 2px solid black;
    font-size: 16px;
    line-height: 1.5;
  }
  /* line 311, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter table.grade-legend th, .int-report-abbc.academic-reports .report-cover-letter table.grade-legend th {
    background-color: #ddd;
    white-space: nowrap;
    text-align: left;
  }
  /* line 316, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter table.grade-legend th, .sem-report-abbc-primary.academic-reports .report-cover-letter table.grade-legend td, .int-report-abbc.academic-reports .report-cover-letter table.grade-legend th, .int-report-abbc.academic-reports .report-cover-letter table.grade-legend td {
    border: 0.5px solid #666;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 324, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter h2, .int-report-abbc.academic-reports .report-cover-letter h2 {
    font-size: 19px;
    text-transform: uppercase;
  }
  /* line 329, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter h2:not(:first-child), .int-report-abbc.academic-reports .report-cover-letter h2:not(:first-child) {
    margin-top: 30px;
  }
  /* line 333, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter h3, .int-report-abbc.academic-reports .report-cover-letter h3 {
    font-size: 20px;
  }
  /* line 336, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter h4, .int-report-abbc.academic-reports .report-cover-letter h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 340, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter p, .int-report-abbc.academic-reports .report-cover-letter p {
    font-size: 13px;
  }
  /* line 344, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter .cover-page-footer, .int-report-abbc.academic-reports .report-cover-letter .cover-page-footer {
    margin-top: 25px;
  }
  /* line 346, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter .cover-page-footer h4, .int-report-abbc.academic-reports .report-cover-letter .cover-page-footer h4 {
    margin-bottom: 0;
  }
  /* line 349, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter .cover-page-footer p, .int-report-abbc.academic-reports .report-cover-letter .cover-page-footer p {
    margin-bottom: 0;
  }
}
@media print and (max-width: 767px) {
  /* line 357, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter h2, .int-report-abbc.academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 360, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter h3, .int-report-abbc.academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 363, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter h4, .int-report-abbc.academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 366, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-cover-letter p, .sem-report-abbc-primary.academic-reports .report-cover-letter li, .int-report-abbc.academic-reports .report-cover-letter p, .int-report-abbc.academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
@media print {
  /* line 383, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-section.section-col-1:last-child, .int-report-abbc.academic-reports .report-section.section-col-1:last-child {
    margin-top: -35px;
  }
  /* line 389, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-page-header, .sem-report-abbc-primary.academic-reports .report-footer, .sem-report-abbc-primary.academic-reports .report-section, .int-report-abbc.academic-reports .report-page-header, .int-report-abbc.academic-reports .report-footer, .int-report-abbc.academic-reports .report-section {
    margin-left: 60px;
    margin-right: 60px;
  }
  /* line 394, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-footer, .int-report-abbc.academic-reports .report-footer {
    margin-top: 60px;
  }
  /* line 398, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .section-header, .int-report-abbc.academic-reports .section-header {
    white-space: nowrap;
  }
  /* line 402, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort, .int-report-abbc.academic-reports .criterion-row.pri-effort {
    margin-left: 160px !important;
  }
  /* line 403, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort .clear-button, .int-report-abbc.academic-reports .criterion-row.pri-effort .clear-button {
    display: none !important;
  }
  /* line 407, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field input:checked + span:before, .int-report-abbc.academic-reports .criterion-row.pri-effort .separate-choice-field input:checked + span:before {
    font-weight: bold;
    font-size: 15pt;
  }
  /* line 411, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label, .int-report-abbc.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
    padding-top: 4px;
  }
  /* line 413, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span, .int-report-abbc.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
    float: right;
    margin-top: -3px;
    margin-left: 10px;
  }
  /* line 420, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span, .int-report-abbc.academic-reports .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span {
    margin-right: 6px;
  }
  /* line 427, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort, .int-report-abbc.academic-reports .criteria-view.covid .criterion-row.pri-effort {
    margin-left: 0 !important;
  }
  /* line 430, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label, .int-report-abbc.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label {
    padding-top: 4px;
  }
  /* line 432, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span, .int-report-abbc.academic-reports .criteria-view.covid .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
    float: right;
    margin-top: -3px;
    margin-left: 18px;
  }
  /* line 440, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.level, .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.pri-level, .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.pri-level-2020, .int-report-abbc.academic-reports .criteria-view .criterion-row.level, .int-report-abbc.academic-reports .criteria-view .criterion-row.pri-level, .int-report-abbc.academic-reports .criteria-view .criterion-row.pri-level-2020 {
    height: 36px;
  }
  /* line 442, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.level td, .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.pri-level td, .sem-report-abbc-primary.academic-reports .criteria-view .criterion-row.pri-level-2020 td, .int-report-abbc.academic-reports .criteria-view .criterion-row.level td, .int-report-abbc.academic-reports .criteria-view .criterion-row.pri-level td, .int-report-abbc.academic-reports .criteria-view .criterion-row.pri-level-2020 td {
    padding-left: 8px;
    padding-top: 3px;
  }
  /* line 449, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criteria-section.freq .choice-field, .sem-report-abbc-primary.academic-reports .criteria-section.pri-freq .choice-field, .int-report-abbc.academic-reports .criteria-section.freq .choice-field, .int-report-abbc.academic-reports .criteria-section.pri-freq .choice-field {
    text-align: center;
  }
  /* line 451, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .sem-report-abbc-primary.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before, .int-report-abbc.academic-reports .criteria-section.freq .choice-field input[type="radio"] + label:before, .int-report-abbc.academic-reports .criteria-section.pri-freq .choice-field input[type="radio"] + label:before {
    font-size: 20px;
  }
  /* line 455, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criteria-section.freq .section-header, .sem-report-abbc-primary.academic-reports .criteria-section.pri-freq .section-header, .int-report-abbc.academic-reports .criteria-section.freq .section-header, .int-report-abbc.academic-reports .criteria-section.pri-freq .section-header {
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 5px;
  }
  /* line 461, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .criteria-section.freq th, .sem-report-abbc-primary.academic-reports .criteria-section.freq td, .sem-report-abbc-primary.academic-reports .criteria-section.pri-freq th, .sem-report-abbc-primary.academic-reports .criteria-section.pri-freq td, .int-report-abbc.academic-reports .criteria-section.freq th, .int-report-abbc.academic-reports .criteria-section.freq td, .int-report-abbc.academic-reports .criteria-section.pri-freq th, .int-report-abbc.academic-reports .criteria-section.pri-freq td {
    border: 1px solid #999;
  }
  /* line 466, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .grade-row .grade-field, .int-report-abbc.academic-reports .grade-row .grade-field {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
  }
  /* line 470, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .grade-row .grade-field select, .int-report-abbc.academic-reports .grade-row .grade-field select {
    font-size: 150%;
    font-weight: bold;
    padding: 0;
    padding-top: 3px;
    padding-left: 5px;
  }
  /* line 479, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .grade-row.pri-grade .criterion-label, .int-report-abbc.academic-reports .grade-row.pri-grade .criterion-label {
    white-space: nowrap;
  }
  /* line 483, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .comment-display, .int-report-abbc.academic-reports .comment-display {
    min-height: 130px;
    font-size: 11pt;
    line-height: 1.4;
  }
  /* line 489, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .comment-field.standalone, .int-report-abbc.academic-reports .comment-field.standalone {
    border: 1px solid #999;
  }
  /* line 491, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .comment-field.standalone .comment-display, .int-report-abbc.academic-reports .comment-field.standalone .comment-display {
    font-size: 12pt;
  }
  /* line 496, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .choice-header.vertical, .sem-report-abbc-primary.academic-reports .freq .choice-header, .sem-report-abbc-primary.academic-reports .freq .section-header,
  .sem-report-abbc-primary.academic-reports .pri-freq .choice-header, .sem-report-abbc-primary.academic-reports .pri-freq .section-header, .int-report-abbc.academic-reports .choice-header.vertical, .int-report-abbc.academic-reports .freq .choice-header, .int-report-abbc.academic-reports .freq .section-header,
  .int-report-abbc.academic-reports .pri-freq .choice-header, .int-report-abbc.academic-reports .pri-freq .section-header {
    background-color: #35738A;
    color: white;
    font-size: 14px;
  }
  /* line 504, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .education-plan, .int-report-abbc.academic-reports .education-plan {
    margin-bottom: 20px;
  }
  /* line 505, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .education-plan .tickbox, .int-report-abbc.academic-reports .education-plan .tickbox {
    border: 1px solid #999;
    padding-left: 6px;
    padding-right: 2px;
    margin-left: 10px;
    display: inline-block;
    width: 14px;
    height: 16px;
    padding-bottom: 3px;
    padding-top: 2px;
    vertical-align: bottom;
  }
  /* line 520, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .attendance, .int-report-abbc.academic-reports .attendance {
    line-height: 2;
  }
  /* line 524, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-footer .signature, .int-report-abbc.academic-reports .report-footer .signature {
    margin-top: 150px;
    width: 100%;
  }
  /* line 528, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-date, .int-report-abbc.academic-reports .report-date {
    padding-left: 2px;
    margin-top: 24px;
    margin-top: 124px;
    display: inline-block;
  }
  /* line 535, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-date + .signature, .int-report-abbc.academic-reports .report-date + .signature {
    margin-top: 6px;
  }
  /* line 540, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-footer .abbc.primary .class-teacher, .sem-report-abbc-primary.academic-reports .report-footer .abbc.primary .date-column, .int-report-abbc.academic-reports .report-footer .abbc.primary .class-teacher, .int-report-abbc.academic-reports .report-footer .abbc.primary .date-column {
    height: 176px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  /* line 549, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-footer .teacher-name, .int-report-abbc.academic-reports .report-footer .teacher-name {
    padding-left: 2px;
    display: inline-block;
    white-space: pre-line;
  }
  /* line 554, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-footer .teacher-name + .signature, .int-report-abbc.academic-reports .report-footer .teacher-name + .signature {
    margin-top: 6px;
  }
  /* line 560, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.status-published .principal.signature:before, .sem-report-abbc-primary.academic-reports.status-review_complete .principal.signature:before, .sem-report-abbc-primary.academic-reports.status-amendment_complete .principal.signature:before, .int-report-abbc.academic-reports.status-published .principal.signature:before, .int-report-abbc.academic-reports.status-review_complete .principal.signature:before, .int-report-abbc.academic-reports.status-amendment_complete .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-jlituri.png);
    width: 124px;
    height: 72px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -43px;
    margin-left: 44px;
    margin-bottom: -29px;
  }
  /* line 574, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.status-published .span3 .principal.signature:before, .sem-report-abbc-primary.academic-reports.status-review_complete .span3 .principal.signature:before, .sem-report-abbc-primary.academic-reports.status-amendment_complete .span3 .principal.signature:before, .int-report-abbc.academic-reports.status-published .span3 .principal.signature:before, .int-report-abbc.academic-reports.status-review_complete .span3 .principal.signature:before, .int-report-abbc.academic-reports.status-amendment_complete .span3 .principal.signature:before {
    margin-left: 8px;
  }
  /* line 578, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.status-published .deputy.signature:before, .sem-report-abbc-primary.academic-reports.status-review_complete .deputy.signature:before, .sem-report-abbc-primary.academic-reports.status-amendment_complete .deputy.signature:before, .int-report-abbc.academic-reports.status-published .deputy.signature:before, .int-report-abbc.academic-reports.status-review_complete .deputy.signature:before, .int-report-abbc.academic-reports.status-amendment_complete .deputy.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-ssaunders.png);
    width: 124px;
    height: 68px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -76px;
    margin-left: 10px;
    margin-bottom: 8px;
  }
  /* line 596, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section {
    margin-bottom: 60px;
    /*&:nth-child(1), &:nth-child(2) {
    	margin-bottom: 40px;
    }*/
    /*&:nth-child(5),&:nth-child(6),&:nth-child(7) {
    	& > .row-fluid {
    		border: 1px solid black;
    		padding: 10px;
    		padding-top: 0;
    		padding-bottom: 0;
    		margin-left: -11px;
    	}
    }*/
    				/*.criteria-section.digital-technologies {
    					margin-top: -30px;
    
    				}*/
  }
  /* line 601, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3), .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(9), .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(11), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(9), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(11) {
    padding-top: 50px;
    page-break-before: always;
  }
  /* line 606, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3) {
    padding-top: 10px;
  }
  /* line 610, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3), .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(4), .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(3), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(4), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) {
    margin-bottom: 20px;
  }
  /* line 614, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) {
    padding-top: 30px;
  }
  /* line 618, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6), .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) {
    margin-bottom: 30px;
  }
  /* line 622, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7), .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(8), .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(11), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(8), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(11) {
    margin-bottom: 10px;
  }
  /* line 627, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(8) .subject-name, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(8) .subject-name {
    margin-top: 20px;
  }
  /* line 633, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(9), .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(10), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(9), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(10) {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  /* line 654, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(-n+8) .subject-name, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(-n+8) .subject-name {
    margin-left: -11px;
  }
  /* line 657, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(-n+8) > .row-fluid, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(-n+8) > .row-fluid {
    border: 1px solid black;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -11px;
    padding-top: 38px;
  }
  /* line 667, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(n+9), .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(n+9) {
    margin-left: 49px;
    margin-right: 49px;
  }
  /* line 673, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(n+9) .criteria-section table, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(n+9) .criteria-section table {
    border: 1px double black;
    /*tr:first-child {
    	th,td {
    		border-top-style: none;
    		&:first-child {
    			border-left-style: none;
    		}
    		&:last-child {
    			border-right-style: none;
    		}
    	}
    }*/
  }
  /* line 692, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) > .row-fluid, .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) > .row-fluid, .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) > .row-fluid, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) > .row-fluid, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) > .row-fluid, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) > .row-fluid {
    padding-top: 0;
  }
  /* line 704, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-visual-arts table,
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-performance-arts table,
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-design-and-technologies table,
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-digital-technologies table,
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-health-education table,
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-physical-education table, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-visual-arts table,
  .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-performance-arts table,
  .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-design-and-technologies table,
  .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-digital-technologies table,
  .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-health-education table,
  .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section .row-physical-education table {
    margin-bottom: 0;
  }
  /* line 713, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .pri-level .criterion-label, .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .pri-level-2020 .criterion-label, .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .pri-level .criterion-label, .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .pri-level-2020 .criterion-label, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .pri-level .criterion-label, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .pri-level-2020 .criterion-label, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .pri-level .criterion-label, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .pri-level-2020 .criterion-label {
    color: transparent;
  }
  /* line 719, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) .criteria-section.pri-level, .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) .criteria-section.pri-level-2020, .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .criteria-section.pri-level, .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .criteria-section.pri-level-2020, .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .criteria-section.pri-level, .sem-report-abbc-primary.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .criteria-section.pri-level-2020, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) .criteria-section.pri-level, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(5) .criteria-section.pri-level-2020, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .criteria-section.pri-level, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(6) .criteria-section.pri-level-2020, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .criteria-section.pri-level, .int-report-abbc.academic-reports.sem-report-abbc-primary .criteria-view .report-section:nth-child(7) .criteria-section.pri-level-2020 {
    min-height: 0;
  }
  /* line 735, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.interim .criteria-view .report-section > .row-fluid, .int-report-abbc.academic-reports.interim .criteria-view .report-section > .row-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    border-style: none;
  }
  /* line 742, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.interim .vertical-table.pri-level, .int-report-abbc.academic-reports.interim .vertical-table.pri-level {
    margin-top: -130px;
    border: 1px solid #999;
  }
  /* line 748, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.interim .criteria-section table, .int-report-abbc.academic-reports.interim .criteria-section table {
    margin-bottom: 0;
  }
  /* line 752, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.interim .criterion-row.pri-effort, .int-report-abbc.academic-reports.interim .criterion-row.pri-effort {
    margin-left: 0 !important;
  }
  /* line 756, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span, .int-report-abbc.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(2) label > span {
    margin-left: 20px;
  }
  /* line 759, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span, .int-report-abbc.academic-reports.interim .criterion-row.pri-effort .separate-choice-field:nth-child(5) label > span {
    margin-right: 7px;
  }
  /* line 764, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.interim .criteria-view .report-section, .int-report-abbc.academic-reports.interim .criteria-view .report-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 768, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.interim .criteria-view h4.subject-name, .int-report-abbc.academic-reports.interim .criteria-view h4.subject-name {
    margin-bottom: -47px;
    margin-top: 0;
  }
  /* line 774, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports.interim .report-last-page, .int-report-abbc.academic-reports.interim .report-last-page {
    padding-top: 950px;
  }
  /* line 788, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-last-page, .int-report-abbc.academic-reports .report-last-page {
    display: block;
    page-break-before: always;
    padding-top: 980px;
  }
  /* line 792, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-last-page .address-logo, .int-report-abbc.academic-reports .report-last-page .address-logo {
    margin-left: 20px;
    margin-right: -105px;
    margin-top: -4px;
    float: left;
  }
  /* line 797, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-last-page .address-logo img, .int-report-abbc.academic-reports .report-last-page .address-logo img {
    width: 85px;
  }
  /* line 801, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-last-page .address-details, .int-report-abbc.academic-reports .report-last-page .address-details {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  /* line 805, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-last-page .address-details .school-name, .int-report-abbc.academic-reports .report-last-page .address-details .school-name {
    font-weight: bold;
    text-transform: uppercase;
  }
  /* line 810, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-last-page .address-details .phone, .sem-report-abbc-primary.academic-reports .report-last-page .address-details .address-physical, .int-report-abbc.academic-reports .report-last-page .address-details .phone, .int-report-abbc.academic-reports .report-last-page .address-details .address-physical {
    margin-right: 20px;
  }
  /* line 814, ../../stylesheets/sass/features/schoolTemplates/_abbc-primary.scss */
  .sem-report-abbc-primary.academic-reports .report-last-page .address-details .addresses div, .sem-report-abbc-primary.academic-reports .report-last-page .address-details .contact div, .int-report-abbc.academic-reports .report-last-page .address-details .addresses div, .int-report-abbc.academic-reports .report-last-page .address-details .contact div {
    display: inline-block;
  }
}
/* line 7, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .criteria-view .interim.secondary .criterion-label, .abc .academic-reports.interim-report .criteria-view .interim.secondary .criterion-label, .bbc .academic-reports.interim-report .criteria-view .interim.secondary .criterion-label {
  font-weight: bold;
}
/* line 10, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .criteria-view .interim.secondary tr.criterion-row, .abc .academic-reports.interim-report .criteria-view .interim.secondary tr.criterion-row, .bbc .academic-reports.interim-report .criteria-view .interim.secondary tr.criterion-row {
  border: 1px solid #999;
}
/* line 13, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .criteria-view .interim.secondary td, .abc .academic-reports.interim-report .criteria-view .interim.secondary td, .bbc .academic-reports.interim-report .criteria-view .interim.secondary td {
  padding: 5px;
}
/* line 20, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .criteria-view .interim.primary th, .abc .academic-reports.interim-report .criteria-view .interim.primary th, .bbc .academic-reports.interim-report .criteria-view .interim.primary th {
  background-color: #D8DEE8;
}
/* line 23, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .criteria-view .interim.primary .section-header, .abc .academic-reports.interim-report .criteria-view .interim.primary .section-header, .bbc .academic-reports.interim-report .criteria-view .interim.primary .section-header {
  padding-left: 10px;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid #999;
}
/* line 29, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .criteria-view .interim.primary .choice-header, .abc .academic-reports.interim-report .criteria-view .interim.primary .choice-header, .bbc .academic-reports.interim-report .criteria-view .interim.primary .choice-header {
  font-weight: normal;
  text-align: center;
}
/* line 34, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .criteria-view .interim.primary .choice-field, .abc .academic-reports.interim-report .criteria-view .interim.primary .choice-field, .bbc .academic-reports.interim-report .criteria-view .interim.primary .choice-field {
  text-align: center;
}
/* line 38, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .criteria-view .interim.primary .small-section, .abc .academic-reports.interim-report .criteria-view .interim.primary .small-section, .bbc .academic-reports.interim-report .criteria-view .interim.primary .small-section {
  margin-bottom: 0;
}
/* line 42, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .criteria-view .interim.primary .comment-display, .abc .academic-reports.interim-report .criteria-view .interim.primary .comment-display, .bbc .academic-reports.interim-report .criteria-view .interim.primary .comment-display {
  line-height: 1.1;
}
/* line 47, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .criteria-view .interim.primary > .row-fluid > .row-fluid:first-child .choice-header, .abc .academic-reports.interim-report .criteria-view .interim.primary > .row-fluid > .row-fluid:first-child .choice-header, .bbc .academic-reports.interim-report .criteria-view .interim.primary > .row-fluid > .row-fluid:first-child .choice-header {
  width: 22%;
}
/* line 50, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .criteria-view .interim.primary > .row-fluid > .row-fluid .choice-header, .abc .academic-reports.interim-report .criteria-view .interim.primary > .row-fluid > .row-fluid .choice-header, .bbc .academic-reports.interim-report .criteria-view .interim.primary > .row-fluid > .row-fluid .choice-header {
  width: 13%;
}
/* line 60, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .report-footer, .abc .academic-reports.interim-report .report-footer, .bbc .academic-reports.interim-report .report-footer {
  margin-top: 10px;
}
/* line 62, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .report-footer .row-fluid > span4:first-child, .abc .academic-reports.interim-report .report-footer .row-fluid > span4:first-child, .bbc .academic-reports.interim-report .report-footer .row-fluid > span4:first-child {
  padding-left: 10px;
}
/* line 65, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .academic-reports.interim-report .report-footer .days-absent, .abc .academic-reports.interim-report .report-footer .days-absent, .bbc .academic-reports.interim-report .report-footer .days-absent {
  border: 1px solid #999;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

/* line 147, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .print-preview .academic-reports.interim-report,
.bbc .print-preview .academic-reports.interim-report,
.abc .print-preview .academic-reports.interim-report {
  font-family: Segoe, Avenir Next, Arial, sans-serif;
  font-size: 10pt;
}
/* line 87, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .print-preview .academic-reports.interim-report h3,
.bbc .print-preview .academic-reports.interim-report h3,
.abc .print-preview .academic-reports.interim-report h3 {
  font-weight: normal;
  line-height: 1.5;
  font-size: 14pt;
  text-align: center;
}
/* line 91, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .print-preview .academic-reports.interim-report h3.student-name,
.bbc .print-preview .academic-reports.interim-report h3.student-name,
.abc .print-preview .academic-reports.interim-report h3.student-name {
  font-weight: 600;
  font-size: 16pt;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 100, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .print-preview .academic-reports.interim-report .report-logo,
.bbc .print-preview .academic-reports.interim-report .report-logo,
.abc .print-preview .academic-reports.interim-report .report-logo {
  display: block;
  position: static;
  margin-left: auto;
  margin-right: auto;
  width: 311px;
  height: 100px;
  margin-bottom: 20px;
}
/* line 116, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .print-preview .academic-reports.interim-report .primary.interim th.section-header,
.bbc .print-preview .academic-reports.interim-report .primary.interim th.section-header,
.abc .print-preview .academic-reports.interim-report .primary.interim th.section-header {
  font-weight: 600;
}
/* line 120, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .print-preview .academic-reports.interim-report .primary.interim .choice-header,
.bbc .print-preview .academic-reports.interim-report .primary.interim .choice-header,
.abc .print-preview .academic-reports.interim-report .primary.interim .choice-header {
  line-height: 1.1;
}
/* line 124, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .print-preview .academic-reports.interim-report .primary.interim .criterion-label,
.bbc .print-preview .academic-reports.interim-report .primary.interim .criterion-label,
.abc .print-preview .academic-reports.interim-report .primary.interim .criterion-label {
  font-weight: normal;
}
/* line 129, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .print-preview .academic-reports.interim-report .choice-field input[type="radio"]:checked + label,
.bbc .print-preview .academic-reports.interim-report .choice-field input[type="radio"]:checked + label,
.abc .print-preview .academic-reports.interim-report .choice-field input[type="radio"]:checked + label {
  line-height: 18px;
}
/* line 131, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .print-preview .academic-reports.interim-report .choice-field input[type="radio"]:checked + label:before,
.bbc .print-preview .academic-reports.interim-report .choice-field input[type="radio"]:checked + label:before,
.abc .print-preview .academic-reports.interim-report .choice-field input[type="radio"]:checked + label:before {
  font-weight: normal;
  font-size: 14px;
}
/* line 136, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .print-preview .academic-reports.interim-report .criteria-section.cols-1 tr,
.bbc .print-preview .academic-reports.interim-report .criteria-section.cols-1 tr,
.abc .print-preview .academic-reports.interim-report .criteria-section.cols-1 tr {
  height: 24px;
}
/* line 140, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
.qbc .print-preview .academic-reports.interim-report hr,
.bbc .print-preview .academic-reports.interim-report hr,
.abc .print-preview .academic-reports.interim-report hr {
  display: none;
}

@media print {
  /* line 153, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
  .qbc .academic-reports.interim-report,
  .bbc .academic-reports.interim-report,
  .abc .academic-reports.interim-report {
    font-family: Segoe, Avenir Next, Arial, sans-serif;
    font-size: 10pt;
  }
  /* line 87, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
  .qbc .academic-reports.interim-report h3,
  .bbc .academic-reports.interim-report h3,
  .abc .academic-reports.interim-report h3 {
    font-weight: normal;
    line-height: 1.5;
    font-size: 14pt;
    text-align: center;
  }
  /* line 91, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
  .qbc .academic-reports.interim-report h3.student-name,
  .bbc .academic-reports.interim-report h3.student-name,
  .abc .academic-reports.interim-report h3.student-name {
    font-weight: 600;
    font-size: 16pt;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  /* line 100, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
  .qbc .academic-reports.interim-report .report-logo,
  .bbc .academic-reports.interim-report .report-logo,
  .abc .academic-reports.interim-report .report-logo {
    display: block;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 311px;
    height: 100px;
    margin-bottom: 20px;
  }
  /* line 116, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
  .qbc .academic-reports.interim-report .primary.interim th.section-header,
  .bbc .academic-reports.interim-report .primary.interim th.section-header,
  .abc .academic-reports.interim-report .primary.interim th.section-header {
    font-weight: 600;
  }
  /* line 120, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
  .qbc .academic-reports.interim-report .primary.interim .choice-header,
  .bbc .academic-reports.interim-report .primary.interim .choice-header,
  .abc .academic-reports.interim-report .primary.interim .choice-header {
    line-height: 1.1;
  }
  /* line 124, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
  .qbc .academic-reports.interim-report .primary.interim .criterion-label,
  .bbc .academic-reports.interim-report .primary.interim .criterion-label,
  .abc .academic-reports.interim-report .primary.interim .criterion-label {
    font-weight: normal;
  }
  /* line 129, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
  .qbc .academic-reports.interim-report .choice-field input[type="radio"]:checked + label,
  .bbc .academic-reports.interim-report .choice-field input[type="radio"]:checked + label,
  .abc .academic-reports.interim-report .choice-field input[type="radio"]:checked + label {
    line-height: 18px;
  }
  /* line 131, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
  .qbc .academic-reports.interim-report .choice-field input[type="radio"]:checked + label:before,
  .bbc .academic-reports.interim-report .choice-field input[type="radio"]:checked + label:before,
  .abc .academic-reports.interim-report .choice-field input[type="radio"]:checked + label:before {
    font-weight: normal;
    font-size: 14px;
  }
  /* line 136, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
  .qbc .academic-reports.interim-report .criteria-section.cols-1 tr,
  .bbc .academic-reports.interim-report .criteria-section.cols-1 tr,
  .abc .academic-reports.interim-report .criteria-section.cols-1 tr {
    height: 24px;
  }
  /* line 140, ../../stylesheets/sass/features/schoolTemplates/_interim-report.scss */
  .qbc .academic-reports.interim-report hr,
  .bbc .academic-reports.interim-report hr,
  .abc .academic-reports.interim-report hr {
    display: none;
  }
}
/* line 10, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.interim-table-layout.academic-reports.version_2 .form-teacher.signature {
  display: none;
}
/* line 14, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.interim-table-layout.academic-reports.version_2 .choice-col-0.span3 {
  width: 14.36464%;
}
/* line 18, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.interim-table-layout.academic-reports.version_2 .choice-col-3.span3 {
  width: 31.49171%;
}
/* line 26, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.interim-table-layout.academic-reports .section-col-0 .choice-list {
  display: none;
}
/* line 30, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.interim-table-layout.academic-reports .section-col-0 .school-class-name {
  font-size: 14px;
}
/* line 33, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.interim-table-layout.academic-reports .section-col-0 .school-class-name .teacher-name {
  display: block;
  font-weight: normal;
  text-transform: none;
}
/* line 41, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.interim-table-layout.academic-reports .generated-section.span9, .interim-table-layout.academic-reports .school-class-name.span3 {
  float: none;
  width: 100%;
  margin-left: 0;
}
/* line 46, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.interim-table-layout.academic-reports .action-buttons {
  margin-bottom: 20px;
}

/* line 53, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .school-class-name.span3 {
  width: 22.92818%;
  margin-left: 0;
}
/* line 57, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .generated-section.span9 {
  margin-left: 2.76243%;
  width: 74.30939%;
}
/* line 62, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports h2 {
  text-transform: uppercase;
}
/* line 65, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports h2, .print-preview .interim-table-layout.academic-reports h3 {
  text-align: center;
}
/* line 69, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .student-name {
  text-align: left;
}
/* line 72, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .year-description {
  text-align: right;
}
/* line 76, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .report-note {
  margin-left: 150px;
  text-index: -57px;
}
/* line 81, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports h2, .print-preview .interim-table-layout.academic-reports h3, .print-preview .interim-table-layout.academic-reports h3.student-name, .print-preview .interim-table-layout.academic-reports .year-description {
  font-size: 15px !important;
  font-weight: bold;
}
/* line 85, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .criteria-view {
  border-bottom: 1px solid #999;
}
/* line 89, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .report-footer {
  margin-top: 270px !important;
  margin-bottom: 20px;
}
/* line 95, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports.section-count-5 .report-footer, .print-preview .interim-table-layout.academic-reports.section-count-6 .report-footer, .print-preview .interim-table-layout.academic-reports.section-count-7 .report-footer, .print-preview .interim-table-layout.academic-reports.section-count-8 .report-footer {
  margin-top: 80px !important;
}
/* line 98, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports.section-count-5 .section-col-0:first-child .choice-list, .print-preview .interim-table-layout.academic-reports.section-count-6 .section-col-0:first-child .choice-list, .print-preview .interim-table-layout.academic-reports.section-count-7 .section-col-0:first-child .choice-list, .print-preview .interim-table-layout.academic-reports.section-count-8 .section-col-0:first-child .choice-list {
  min-height: 100px;
}
/* line 102, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports.section-count-5 .section-col-0:first-child .marksbook-link-section, .print-preview .interim-table-layout.academic-reports.section-count-6 .section-col-0:first-child .marksbook-link-section, .print-preview .interim-table-layout.academic-reports.section-count-7 .section-col-0:first-child .marksbook-link-section, .print-preview .interim-table-layout.academic-reports.section-count-8 .section-col-0:first-child .marksbook-link-section {
  margin-top: -80px;
}
/* line 108, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports.status-published .signature:before, .print-preview .interim-table-layout.academic-reports.status-review_complete .signature:before, .print-preview .interim-table-layout.academic-reports.status-amendment_complete .signature:before {
  content: '';
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  /*background-image: url(/img/reports/signature-kieran.png);
  width: 155px;
  height: 75px;
  margin-top: -72px;
  margin-left: 24px;
  margin-bottom: -4px;*/
  background-image: url(/img/reports/signature-ldavis.png);
  width: 106px;
  height: 82px;
  margin-top: -76px;
  margin-left: 47px;
  margin-bottom: -4px;
}
/* line 132, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0 .criterion-label {
  display: none;
}
/* line 137, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0:first-child .criterion-label {
  display: block;
}
/* line 141, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0:first-child .choice-list {
  display: inherit;
  min-height: 80px;
}
/* line 149, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0 .choice-select select {
  padding: 0;
}
/* line 154, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0 .criterion-label {
  text-transform: uppercase;
  line-height: 20px;
  min-height: 40px;
}
/* line 159, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0 .criterion-label, .print-preview .interim-table-layout.academic-reports .section-col-0 .choice-list li {
  font-size: 13px;
}
/* line 163, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0 .choice-list {
  margin-left: 18px;
  padding-left: 0;
  text-indent: -6px;
}
/* line 167, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0 .choice-list li {
  white-space: nowrap;
  list-style-type: circle;
}
/* line 173, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0.row-fluid {
  font-size: 0;
}
/* line 176, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0.row-fluid > * {
  float: none;
  display: inline-block;
  font-size: 14px;
}
/* line 181, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0.row-fluid > *.marksbook-link-section, .print-preview .interim-table-layout.academic-reports .section-col-0.row-fluid > *.action-buttons {
  display: none;
}
/* line 185, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0.row-fluid > *:last-child {
  vertical-align: bottom;
}
/* line 188, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0.row-fluid p:last-child {
  margin-bottom: 0;
}
/* line 194, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0:first-child .marksbook-link-section {
  display: block;
  position: absolute;
  width: 100%;
  margin-top: -60px;
  border-style: none;
  border-bottom: 1px solid #999;
}
/* line 201, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
.print-preview .interim-table-layout.academic-reports .section-col-0:first-child .marksbook-link-section .marksbook-link {
  display: none;
}

@media print {
  /* line 53, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .school-class-name.span3 {
    width: 22.92818%;
    margin-left: 0;
  }
  /* line 57, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .generated-section.span9 {
    margin-left: 2.76243%;
    width: 74.30939%;
  }
  /* line 62, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports h2 {
    text-transform: uppercase;
  }
  /* line 65, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports h2, .interim-table-layout.academic-reports h3 {
    text-align: center;
  }
  /* line 69, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .student-name {
    text-align: left;
  }
  /* line 72, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .year-description {
    text-align: right;
  }
  /* line 76, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .report-note {
    margin-left: 150px;
    text-index: -57px;
  }
  /* line 81, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports h2, .interim-table-layout.academic-reports h3, .interim-table-layout.academic-reports h3.student-name, .interim-table-layout.academic-reports .year-description {
    font-size: 15px !important;
    font-weight: bold;
  }
  /* line 85, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .criteria-view {
    border-bottom: 1px solid #999;
  }
  /* line 89, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .report-footer {
    margin-top: 270px !important;
    margin-bottom: 20px;
  }
  /* line 95, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports.section-count-5 .report-footer, .interim-table-layout.academic-reports.section-count-6 .report-footer, .interim-table-layout.academic-reports.section-count-7 .report-footer, .interim-table-layout.academic-reports.section-count-8 .report-footer {
    margin-top: 80px !important;
  }
  /* line 98, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports.section-count-5 .section-col-0:first-child .choice-list, .interim-table-layout.academic-reports.section-count-6 .section-col-0:first-child .choice-list, .interim-table-layout.academic-reports.section-count-7 .section-col-0:first-child .choice-list, .interim-table-layout.academic-reports.section-count-8 .section-col-0:first-child .choice-list {
    min-height: 100px;
  }
  /* line 102, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports.section-count-5 .section-col-0:first-child .marksbook-link-section, .interim-table-layout.academic-reports.section-count-6 .section-col-0:first-child .marksbook-link-section, .interim-table-layout.academic-reports.section-count-7 .section-col-0:first-child .marksbook-link-section, .interim-table-layout.academic-reports.section-count-8 .section-col-0:first-child .marksbook-link-section {
    margin-top: -80px;
  }
  /* line 108, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports.status-published .signature:before, .interim-table-layout.academic-reports.status-review_complete .signature:before, .interim-table-layout.academic-reports.status-amendment_complete .signature:before {
    content: '';
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-image: url(/img/reports/signature-kieran.png);
    width: 155px;
    height: 75px;
    margin-top: -72px;
    margin-left: 24px;
    margin-bottom: -4px;*/
    background-image: url(/img/reports/signature-ldavis.png);
    width: 106px;
    height: 82px;
    margin-top: -76px;
    margin-left: 47px;
    margin-bottom: -4px;
  }
  /* line 132, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0 .criterion-label {
    display: none;
  }
  /* line 137, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0:first-child .criterion-label {
    display: block;
  }
  /* line 141, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0:first-child .choice-list {
    display: inherit;
    min-height: 80px;
  }
  /* line 149, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0 .choice-select select {
    padding: 0;
  }
  /* line 154, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0 .criterion-label {
    text-transform: uppercase;
    line-height: 20px;
    min-height: 40px;
  }
  /* line 159, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0 .criterion-label, .interim-table-layout.academic-reports .section-col-0 .choice-list li {
    font-size: 13px;
  }
  /* line 163, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0 .choice-list {
    margin-left: 18px;
    padding-left: 0;
    text-indent: -6px;
  }
  /* line 167, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0 .choice-list li {
    white-space: nowrap;
    list-style-type: circle;
  }
  /* line 173, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0.row-fluid {
    font-size: 0;
  }
  /* line 176, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0.row-fluid > * {
    float: none;
    display: inline-block;
    font-size: 14px;
  }
  /* line 181, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0.row-fluid > *.marksbook-link-section, .interim-table-layout.academic-reports .section-col-0.row-fluid > *.action-buttons {
    display: none;
  }
  /* line 185, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0.row-fluid > *:last-child {
    vertical-align: bottom;
  }
  /* line 188, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0.row-fluid p:last-child {
    margin-bottom: 0;
  }
  /* line 194, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0:first-child .marksbook-link-section {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: -60px;
    border-style: none;
    border-bottom: 1px solid #999;
  }
  /* line 201, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .section-col-0:first-child .marksbook-link-section .marksbook-link {
    display: none;
  }
  /* line 216, ../../stylesheets/sass/features/schoolTemplates/_interim-table-layout.scss */
  .interim-table-layout.academic-reports .report-footer {
    margin-top: 0;
    margin-bottom: 0;
    bottom: 20px;
    width: 100%;
  }
}
/* line 4, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports {
  /*.absent-panel, .attendance {
  	display: none !important;
  }*/
}
/* line 6, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports h2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
/* line 13, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports svg.report-cover-svg {
  width: 100%;
  height: 100%;
}
/* line 18, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports svg.report-cover-svg, .picture-grid-layout.academic-reports .report-header {
  display: none;
}
/* line 22, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .attached-front-cover {
  display: none;
}
/* line 30, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .report-footer {
  margin-top: 20px;
}
/* line 32, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .report-footer .signature {
  text-align: left;
  font-size: 13px;
  line-height: 1.2;
}
/* line 36, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .report-footer .signature .role {
  font-weight: bold;
}
/* line 40, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .report-footer .teacher-name + .role {
  font-weight: bold;
  border-top: 1px solid #999;
}
/* line 45, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .report-footer .attendance {
  margin-bottom: 20px;
}
/* line 49, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .report-footer .report-date {
  padding-left: 2px;
  margin-top: 0;
  display: inline-block;
  font-size: 120%;
}
/* line 55, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .report-footer .report-date + .signature {
  margin-top: 0;
}
/* line 60, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .criteria-section.section-plain {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 65, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .criteria-section.section-plain .section-header {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px;
}
/* line 72, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .criteria-section.section-plain .comment-field {
  width: 100%;
  box-sizing: border-box;
  line-height: 1.2;
  border-style: none;
  padding: 0;
  padding-right: 15px;
}
/* line 81, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .criteria-section.section-plain p.description-box {
  border-style: none;
  font-size: 9pt;
}
/* line 90, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .criteria-section.section-plain[class^="grid-"] .criteria, .picture-grid-layout.academic-reports .criteria-section.section-plain[class*=" grid-"] .criteria {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
/* line 98, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .criteria-section.section-plain[class^="grid-"] .criteria .criterion, .picture-grid-layout.academic-reports .criteria-section.section-plain[class*=" grid-"] .criteria .criterion {
  flex-basis: 25%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 18px;
  padding-bottom: 9px;
  box-sizing: border-box;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 111, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .criteria-section.section-plain[class^="grid-"] .criteria .criterion .criterion-label, .picture-grid-layout.academic-reports .criteria-section.section-plain[class*=" grid-"] .criteria .criterion .criterion-label {
  text-align: center;
  font-style: italic;
  font-size: 8pt;
  line-height: 1.2;
  margin-bottom: 5px;
}
/* line 119, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .criteria-section.section-plain[class^="grid-"] .criteria .criterion .criterion-image, .picture-grid-layout.academic-reports .criteria-section.section-plain[class*=" grid-"] .criteria .criterion .criterion-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
/* line 124, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .criteria-section.section-plain[class^="grid-"] .criteria .criterion .criterion-image img, .picture-grid-layout.academic-reports .criteria-section.section-plain[class*=" grid-"] .criteria .criterion .criterion-image img {
  max-height: 60px;
}
/* line 129, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.picture-grid-layout.academic-reports .criteria-section.section-plain[class^="grid-"] .criteria .criterion .choice-select select, .picture-grid-layout.academic-reports .criteria-section.section-plain[class*=" grid-"] .criteria .criterion .choice-select select {
  background-color: transparent;
  margin-bottom: 0;
  text-align-last: center;
  text-transform: uppercase;
  color: #2a7d8b;
}

/* line 214, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports {
  /*.report-page-header {
  	padding-top: 50px;
  	border-top: 1px solid #ddd;
  }*/
}
/* line 145, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .criteria-section.section-plain .comment-field {
  border: 1px solid #ccc;
  padding: 5px;
}
/* line 151, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .criteria-section.section-plain[class^="grid-"] .criteria .criterion .criterion-label, .print-preview .picture-grid-layout.academic-reports .criteria-section.section-plain[class*=" grid-"] .criteria .criterion .criterion-label {
  margin-bottom: 0;
}
/* line 154, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .criteria-section.section-plain[class^="grid-"] .criteria .criterion .choice-select select, .print-preview .picture-grid-layout.academic-reports .criteria-section.section-plain[class*=" grid-"] .criteria .criterion .choice-select select {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 24px;
  height: 24px;
}
/* line 163, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .attached-front-cover {
  display: block;
  page-break-after: always;
}
/* line 166, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .attached-front-cover img {
  width: 100%;
}
/* line 170, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .criteria-section.cover-page {
  display: none;
}
/* line 175, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .report-page-header, .print-preview .picture-grid-layout.academic-reports .report-footer, .print-preview .picture-grid-layout.academic-reports .report-section {
  margin-left: 50px;
  margin-right: 50px;
}
/* line 180, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .grid-k-skills, .print-preview .picture-grid-layout.academic-reports .grid-pp-skills {
  page-break-inside: avoid;
}
/* line 181, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .grid-k-skills select, .print-preview .picture-grid-layout.academic-reports .grid-pp-skills select {
  font-size: 9pt;
}
/* line 187, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .grid-pp-skills + .comments .comment-field .comment-display {
  max-height: 320px;
  overflow-y: hidden;
}
/* line 193, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports svg.report-cover-svg, .print-preview .picture-grid-layout.academic-reports .report-header {
  display: block;
}
/* line 197, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .report-header {
  /*margin-top: -10px;*/
  margin-right: 40px;
  margin-top: -80px;
}
/* line 201, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .report-header h2 {
  font-size: 25px;
  line-height: 1.3;
}
/* line 207, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
.print-preview .picture-grid-layout.academic-reports .report-page-header {
  page-break-before: always;
  margin-top: 20px;
  line-height: 1.2;
}

@media print {
  /* line 145, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .criteria-section.section-plain .comment-field {
    border: 1px solid #ccc;
    padding: 5px;
  }
  /* line 151, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .criteria-section.section-plain[class^="grid-"] .criteria .criterion .criterion-label, .picture-grid-layout.academic-reports .criteria-section.section-plain[class*=" grid-"] .criteria .criterion .criterion-label {
    margin-bottom: 0;
  }
  /* line 154, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .criteria-section.section-plain[class^="grid-"] .criteria .criterion .choice-select select, .picture-grid-layout.academic-reports .criteria-section.section-plain[class*=" grid-"] .criteria .criterion .choice-select select {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 24px;
    height: 24px;
  }
  /* line 163, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .attached-front-cover {
    display: block;
    page-break-after: always;
  }
  /* line 166, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .attached-front-cover img {
    width: 100%;
  }
  /* line 170, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .criteria-section.cover-page {
    display: none;
  }
  /* line 175, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .report-page-header, .picture-grid-layout.academic-reports .report-footer, .picture-grid-layout.academic-reports .report-section {
    margin-left: 50px;
    margin-right: 50px;
  }
  /* line 180, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .grid-k-skills, .picture-grid-layout.academic-reports .grid-pp-skills {
    page-break-inside: avoid;
  }
  /* line 181, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .grid-k-skills select, .picture-grid-layout.academic-reports .grid-pp-skills select {
    font-size: 9pt;
  }
  /* line 187, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .grid-pp-skills + .comments .comment-field .comment-display {
    max-height: 320px;
    overflow-y: hidden;
  }
  /* line 193, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports svg.report-cover-svg, .picture-grid-layout.academic-reports .report-header {
    display: block;
  }
  /* line 197, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .report-header {
    /*margin-top: -10px;*/
    margin-right: 40px;
    margin-top: -80px;
  }
  /* line 201, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .report-header h2 {
    font-size: 25px;
    line-height: 1.3;
  }
  /* line 207, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .report-page-header {
    page-break-before: always;
    margin-top: 20px;
    line-height: 1.2;
  }
  /* line 227, ../../stylesheets/sass/features/schoolTemplates/_picture-grid-layout.scss */
  .picture-grid-layout.academic-reports .report-page-header {
    padding-top: 0;
    border-style: none;
  }
}
/* line 4, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports.covid.interim.secondary table.Interim, .gbc .academic-reports.covid.interim.secondary table.Interim2020 {
  margin-bottom: 0;
}
/* line 9, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports.covid.interim.secondary .hide-comments .row-Interim + .row-fluid, .gbc .academic-reports.covid.interim.secondary .hide-comments .row-Interim2020 + .row-fluid {
  display: none;
}
/* line 12, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports.covid.interim.secondary .hide-comments table.Interim, .gbc .academic-reports.covid.interim.secondary .hide-comments table.Interim2020 {
  margin-bottom: 10px;
}
/* line 19, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .interim-report-covid .criteria-view:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-liberts.png);
  width: 1px;
  height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 28, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .interim-report-covid .criteria-view:after {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-jsobey.png);
  width: 1px;
  height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 39, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.primary th {
  background-color: #eaeaea;
}
/* line 42, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.secondary th {
  background-color: #D8DEE8;
}
/* line 45, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.primary, .gbc .academic-reports .criteria-view .interim.secondary {
  /*.choice-header abbr {
  	//display: none;
  	&:before {
  		content: attr(title);
  		display: inline;
  	}
  }*/
}
/* line 46, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.primary .section-header, .gbc .academic-reports .criteria-view .interim.secondary .section-header {
  padding-left: 10px;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid #999;
}
/* line 52, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.primary .choice-header, .gbc .academic-reports .criteria-view .interim.secondary .choice-header {
  font-weight: normal;
  text-align: center;
  width: 20%;
}
/* line 57, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.primary .choice-field, .gbc .academic-reports .criteria-view .interim.secondary .choice-field {
  text-align: center;
}
/* line 61, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.primary .small-section, .gbc .academic-reports .criteria-view .interim.secondary .small-section {
  margin-bottom: 0;
}
/* line 65, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.primary .comment-display, .gbc .academic-reports .criteria-view .interim.secondary .comment-display {
  line-height: 1.1;
}
/* line 80, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.secondary .choice-header {
  font-weight: normal;
  text-align: center;
  width: 16%;
}
/* line 85, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.secondary .action-buttons {
  margin-bottom: 20px;
}
/* line 89, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.secondary .Interim2020 .choice-header, .gbc .academic-reports .criteria-view .interim.secondary .InterimPRG2020 .choice-header {
  width: 100px;
  font-size: 9pt;
}
/* line 94, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.secondary .row-fluid.row-InterimPRG2020 {
  width: calc(100% - 102px);
}
/* line 103, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.primary .criteria-section.ESASWSFull th.choice-header {
  width: 19%;
}
/* line 107, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.primary .row-general-comment {
  page-break-before: always;
}
/* line 111, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .criteria-view .interim.primary .comment-display {
  min-height: 200px;
}
/* line 119, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .report-footer {
  page-break-inside: avoid;
  margin-top: 10px;
}
/* line 122, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .report-footer .row-fluid > span4:first-child {
  padding-left: 10px;
}
/* line 125, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .report-footer .days-absent {
  border: 1px solid #999;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
/* line 133, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .report-footer .secondary.principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-nwetmore.png);
  width: 218px;
  height: 61px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -42px;
  margin-left: -9px;
  margin-bottom: -19px;
}
/* line 146, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .academic-reports .report-footer .primary.principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-jsobey.png);
  width: 218px;
  height: 61px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -42px;
  margin-left: -9px;
  margin-bottom: -19px;
  width: 105px;
  height: 61px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -51px;
  margin-left: 45px;
  margin-bottom: -10px;
}

/* line 315, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports {
  font-family: Segoe, Avenir Next, Arial, sans-serif;
  font-size: 10pt;
}
/* line 176, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports h3 {
  font-weight: normal;
  line-height: 1.5;
  font-size: 14pt;
}
/* line 180, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports h3.student-name {
  font-weight: 600;
  font-size: 16pt;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 190, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports.interim.secondary .report-header h3, .gbc .print-preview .academic-reports.interim.primary .report-header h3 {
  text-align: left;
}
/* line 196, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .report-logo {
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  width: 294px;
  height: 87px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: -77px;
}
/* line 210, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports th.section-header {
  font-weight: 600;
}
/* line 214, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .choice-header {
  line-height: 1.1;
}
/* line 218, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .criterion-label {
  font-weight: normal;
}
/* line 222, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .choice-field input[type="radio"]:checked + label {
  line-height: 18px;
}
/* line 224, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .choice-field input[type="radio"]:checked + label:before {
  font-weight: normal;
  font-size: 14px;
}
/* line 230, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .criteria-section.cols-1 tr {
  height: 24px;
}
/* line 234, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports hr {
  display: none;
}
/* line 238, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .report-footer {
  margin-top: 20px;
}
/* line 247, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports.interim.secondary .report-logo {
  width: 275px;
}
/* line 250, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports.interim.secondary h3.student-name {
  line-height: 1.4;
  margin-bottom: 15px;
}
/* line 258, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .interim.secondary h4 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 1px;
  page-break-after: avoid;
  margin-top: 0;
}
/* line 265, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .interim.secondary > .row-fluid {
  page-break-inside: avoid;
}
/* line 276, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .interim.secondary.section-count-1 .report-footer, .gbc .print-preview .academic-reports .interim.secondary.section-count-2 .report-footer, .gbc .print-preview .academic-reports .interim.secondary.section-count-3 .report-footer, .gbc .print-preview .academic-reports .interim.secondary.section-count-4 .report-footer, .gbc .print-preview .academic-reports .interim.secondary.section-count-5 .report-footer {
  margin-bottom: 200px;
}
/* line 281, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .interim.secondary .report-logo {
  width: 225px;
  height: 67px;
  top: 0;
  margin-bottom: -70px;
}
/* line 287, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .interim.secondary .per-school .gbc {
  margin-top: 0;
}
/* line 292, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .interim.secondary h3, .gbc .print-preview .academic-reports .interim.secondary h3.student-name {
  font-size: 12pt;
}
/* line 296, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .interim.secondary .criteria-section.cols-1 tr {
  height: 20px;
  line-height: 1;
}
/* line 303, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .interim.secondary > div > .row-fluid {
  /*& > .row-fluid .choice-header{
  	width: 13%;
  }*/
}
/* line 304, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
.gbc .print-preview .academic-reports .interim.secondary > div > .row-fluid > .row-fluid:first-child .criteria-section > table {
  margin-bottom: 0;
}

@media print {
  /* line 319, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports {
    font-family: Segoe, Avenir Next, Arial, sans-serif;
    font-size: 10pt;
  }
  /* line 176, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports h3 {
    font-weight: normal;
    line-height: 1.5;
    font-size: 14pt;
  }
  /* line 180, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports h3.student-name {
    font-weight: 600;
    font-size: 16pt;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  /* line 190, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports.interim.secondary .report-header h3, .gbc .academic-reports.interim.primary .report-header h3 {
    text-align: left;
  }
  /* line 196, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .report-logo {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 294px;
    height: 87px;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: -77px;
  }
  /* line 210, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports th.section-header {
    font-weight: 600;
  }
  /* line 214, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .choice-header {
    line-height: 1.1;
  }
  /* line 218, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .criterion-label {
    font-weight: normal;
  }
  /* line 222, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .choice-field input[type="radio"]:checked + label {
    line-height: 18px;
  }
  /* line 224, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .choice-field input[type="radio"]:checked + label:before {
    font-weight: normal;
    font-size: 14px;
  }
  /* line 230, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .criteria-section.cols-1 tr {
    height: 24px;
  }
  /* line 234, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports hr {
    display: none;
  }
  /* line 238, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .report-footer {
    margin-top: 20px;
  }
  /* line 247, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports.interim.secondary .report-logo {
    width: 275px;
  }
  /* line 250, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports.interim.secondary h3.student-name {
    line-height: 1.4;
    margin-bottom: 15px;
  }
  /* line 258, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .interim.secondary h4 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 1px;
    page-break-after: avoid;
    margin-top: 0;
  }
  /* line 265, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .interim.secondary > .row-fluid {
    page-break-inside: avoid;
  }
  /* line 276, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .interim.secondary.section-count-1 .report-footer, .gbc .academic-reports .interim.secondary.section-count-2 .report-footer, .gbc .academic-reports .interim.secondary.section-count-3 .report-footer, .gbc .academic-reports .interim.secondary.section-count-4 .report-footer, .gbc .academic-reports .interim.secondary.section-count-5 .report-footer {
    margin-bottom: 200px;
  }
  /* line 281, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .interim.secondary .report-logo {
    width: 225px;
    height: 67px;
    top: 0;
    margin-bottom: -70px;
  }
  /* line 287, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .interim.secondary .per-school .gbc {
    margin-top: 0;
  }
  /* line 292, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .interim.secondary h3, .gbc .academic-reports .interim.secondary h3.student-name {
    font-size: 12pt;
  }
  /* line 296, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .interim.secondary .criteria-section.cols-1 tr {
    height: 20px;
    line-height: 1;
  }
  /* line 303, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .interim.secondary > div > .row-fluid {
    /*& > .row-fluid .choice-header{
    	width: 13%;
    }*/
  }
  /* line 304, ../../stylesheets/sass/features/schoolTemplates/_GBC.scss */
  .gbc .academic-reports .interim.secondary > div > .row-fluid > .row-fluid:first-child .criteria-section > table {
    margin-bottom: 0;
  }
}
/* line 5, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.class-view .report-page-header {
  text-align: left;
}
/* line 7, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.class-view .report-page-header .student-name {
  font-size: 22px;
  font-weight: bold;
}
/* line 15, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.sem-report-a.academic-reports .report-logo {
  width: auto;
  height: 100px;
  margin-bottom: -100px;
}
/* line 19, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.sem-report-a.academic-reports .report-logo img {
  max-width: auto;
  max-height: 100%;
  width: auto;
}
/* line 27, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports .action-buttons {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}
/* line 35, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.picture-grid-layout .criteria-section.section-plain.grid-pp-skills .criteria .criterion {
  flex-basis: 20%;
  padding: 9px;
}
/* line 41, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.picture-grid-layout .criteria-section.section-plain.grid-pp-skills .criteria .criterion .criterion-image img {
  max-height: 50px;
}
/* line 46, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.picture-grid-layout .criteria-section.section-plain.grid-pp-skills .criteria .criterion .criterion-label {
  font-size: 11px;
}
/* line 51, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.picture-grid-layout .criteria-view .criteria-section.pp-achievement.cols-1 tr {
  height: 34px;
}
/* line 56, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.picture-grid-layout .criteria-view .cols-1 table.pp-achievement th, .acbc .academic-reports.picture-grid-layout .criteria-view .cols-1 table.pp-achievement td, .acbc .academic-reports.picture-grid-layout .criteria-view .cols-1 table.pp-achievement .criterion-label.radio-criterion {
  border: 1px solid #ccc !important;
  font-weight: normal;
}
/* line 62, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.picture-grid-layout .criteria-view .cols-1 table.pp-achievement .choice-header, .acbc .academic-reports.picture-grid-layout .criteria-view .cols-1 table.pp-achievement .choice-field {
  text-align: center;
  width: 56px;
}
/* line 67, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.picture-grid-layout .criteria-view .cols-1 table.pp-achievement .choice-header {
  height: 46px;
}
/* line 71, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.picture-grid-layout .criteria-view .cols-1 table.pp-achievement .section-header {
  padding-left: 10px;
}
/* line 76, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.picture-grid-layout table.pp-achievement th {
  background-color: #2a7d8b;
  color: white;
}
/* line 82, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.picture-grid-layout p.description-box {
  line-height: 1.3;
  font-size: 13px;
}
/* line 89, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.picture-grid-layout.version_S1 .criteria-view .cols-1 table.pp-achievement .choice-header {
  height: 34px;
}
/* line 99, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.primary .criteria-view .section-header, .acbc .academic-reports.secondary .criteria-view .section-header {
  font-size: 10pt;
}
/* line 102, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.primary .criteria-view th.section-header, .acbc .academic-reports.primary .criteria-view th.choice-header, .acbc .academic-reports.primary .criteria-view td.criterion-label, .acbc .academic-reports.secondary .criteria-view th.section-header, .acbc .academic-reports.secondary .criteria-view th.choice-header, .acbc .academic-reports.secondary .criteria-view td.criterion-label {
  font-size: 8pt;
}
/* line 106, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.primary .student-image, .acbc .academic-reports.secondary .student-image {
  display: none;
  height: 240px;
  position: absolute;
  margin-top: 33.5%;
  margin-left: 16.5%;
  border-radius: 2px;
}
/* line 114, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.primary h4.subject-name, .acbc .academic-reports.secondary h4.subject-name {
  font-size: 9pt;
}
/* line 117, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.primary .criterion-row.choice-value-N-A, .acbc .academic-reports.secondary .criterion-row.choice-value-N-A {
  background-color: #ccc;
  color: #888;
}

/* line 128, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .enter-academic-reports {
  margin-left: 30px;
}
/* line 135, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .criteria-view .interim .choice-header {
  width: 120px;
}
/* line 138, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .criteria-view .interim .choice-header, .acbc .academic-reports.interim-report .criteria-view .interim .choice-field {
  text-align: center;
}
/* line 142, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .criteria-view .interim table.has-subheadings {
  margin-left: -3.5%;
  min-width: 103.5%;
}
/* line 149, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .criteria-view .interim tr.subsection {
  height: 0;
}
/* line 151, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .criteria-view .interim tr.subsection .subheading-buffer {
  width: 3.5%;
}
/* line 154, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .criteria-view .interim tr.subsection td.subheading {
  max-width: 20px;
  font-size: 8pt;
  border: 1px solid #999;
}
/* line 159, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .criteria-view .interim tr.subsection td.subheading > div > div {
  text-transform: uppercase;
  transform: rotate(-90deg);
  text-align: center;
  transform-origin: center center 0;
  margin-left: -400%;
  margin-right: -400%;
}
/* line 171, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .criteria-view .interim .criteria-section:not(.cols-1) table {
  max-width: 50%;
  margin-top: 5px;
  margin-bottom: 15px !important;
}
/* line 175, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .criteria-view .interim .criteria-section:not(.cols-1) table .section-header {
  display: none;
}
/* line 183, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .report-footer {
  margin-top: 10px;
}
/* line 185, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .report-footer .row-fluid > span4:first-child {
  padding-left: 10px;
}
/* line 188, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .academic-reports.interim-report .report-footer .days-absent {
  border: 1px solid #999;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

/* line 280, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports {
  overflow: hidden;
}
/* line 203, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.primary .student-image, .acbc .print-preview .academic-reports.secondary .student-image {
  display: block;
}
/* line 207, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.primary .choice-header-N-A, .acbc .print-preview .academic-reports.primary .choice-field-N-A, .acbc .print-preview .academic-reports.secondary .choice-header-N-A, .acbc .print-preview .academic-reports.secondary .choice-field-N-A {
  display: none;
}
/* line 211, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.primary .criteria-section.grid-k-skills + .criteria-section.comments, .acbc .print-preview .academic-reports.secondary .criteria-section.grid-k-skills + .criteria-section.comments {
  page-break-before: always;
}
/* line 213, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.primary .criteria-section.grid-k-skills + .criteria-section.comments .comment-field, .acbc .print-preview .academic-reports.secondary .criteria-section.grid-k-skills + .criteria-section.comments .comment-field {
  min-height: 200px;
}
/* line 222, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.version_S1 .criteria-section.grid-k-skills + .criteria-section.comments {
  page-break-before: avoid;
}
/* line 228, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.primary .acbc .signature {
  margin-top: 50px;
}
/* line 231, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.primary .acbc .report-date, .acbc .print-preview .academic-reports.primary .report-footer .acbc .teacher-name {
  padding-left: 2px;
  margin-top: 24px;
  display: inline-block;
}
/* line 235, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.primary .acbc .report-date + .signature, .acbc .print-preview .academic-reports.primary .report-footer .acbc .teacher-name + .signature {
  margin-top: 6px;
}
/* line 239, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.primary .acbc .report-date {
  font-size: 120%;
}
/* line 246, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.primary.status-published .acbc .principal.signature:before, .acbc .print-preview .academic-reports.primary.status-review_complete .acbc .principal.signature:before, .acbc .print-preview .academic-reports.primary.status-amendment_complete .acbc .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-jventer.png);
  width: 89px;
  height: 76px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -63px;
  margin-left: 54px;
  margin-bottom: -14px;
}
/* line 264, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.picture-grid-layout.status-published .principal.signature:before, .acbc .print-preview .academic-reports.picture-grid-layout.status-review_complete .principal.signature:before, .acbc .print-preview .academic-reports.picture-grid-layout.status-amendment_complete .principal.signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-jventer.png);
  width: 89px;
  height: 76px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -63px;
  margin-left: 54px;
  margin-bottom: -14px;
}

@media print {
  /* line 284, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports {
    overflow: hidden;
  }
  /* line 203, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.primary .student-image, .acbc .academic-reports.secondary .student-image {
    display: block;
  }
  /* line 207, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.primary .choice-header-N-A, .acbc .academic-reports.primary .choice-field-N-A, .acbc .academic-reports.secondary .choice-header-N-A, .acbc .academic-reports.secondary .choice-field-N-A {
    display: none;
  }
  /* line 211, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.primary .criteria-section.grid-k-skills + .criteria-section.comments, .acbc .academic-reports.secondary .criteria-section.grid-k-skills + .criteria-section.comments {
    page-break-before: always;
  }
  /* line 213, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.primary .criteria-section.grid-k-skills + .criteria-section.comments .comment-field, .acbc .academic-reports.secondary .criteria-section.grid-k-skills + .criteria-section.comments .comment-field {
    min-height: 200px;
  }
  /* line 222, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.version_S1 .criteria-section.grid-k-skills + .criteria-section.comments {
    page-break-before: avoid;
  }
  /* line 228, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.primary .acbc .signature {
    margin-top: 50px;
  }
  /* line 231, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.primary .acbc .report-date, .acbc .academic-reports.primary .report-footer .acbc .teacher-name {
    padding-left: 2px;
    margin-top: 24px;
    display: inline-block;
  }
  /* line 235, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.primary .acbc .report-date + .signature, .acbc .academic-reports.primary .report-footer .acbc .teacher-name + .signature {
    margin-top: 6px;
  }
  /* line 239, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.primary .acbc .report-date {
    font-size: 120%;
  }
  /* line 246, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.primary.status-published .acbc .principal.signature:before, .acbc .academic-reports.primary.status-review_complete .acbc .principal.signature:before, .acbc .academic-reports.primary.status-amendment_complete .acbc .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-jventer.png);
    width: 89px;
    height: 76px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -63px;
    margin-left: 54px;
    margin-bottom: -14px;
  }
  /* line 264, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.picture-grid-layout.status-published .principal.signature:before, .acbc .academic-reports.picture-grid-layout.status-review_complete .principal.signature:before, .acbc .academic-reports.picture-grid-layout.status-amendment_complete .principal.signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-jventer.png);
    width: 89px;
    height: 76px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -63px;
    margin-left: 54px;
    margin-bottom: -14px;
  }
}
/* line 290, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .class-view.academic-reports .report-cover-header, .acbc .class-view.academic-reports .report-cover-letter, .acbc .class-view.academic-reports .report-footer {
  display: none;
}
@media print {
  /* line 294, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .class-view.academic-reports .page-break {
    page-break-after: auto;
  }
  /* line 298, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .class-view.academic-reports .enter-academic-reports {
    page-break-inside: avoid;
  }
  /* line 301, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .class-view.academic-reports .subject-name {
    text-align: center;
  }
  /* line 304, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .class-view.academic-reports .report-page-header {
    padding-top: 30px;
  }
}

/* line 421, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report {
  font-family: Arial, Helvetica Neue, sans-serif;
  font-size: 9pt;
  /*.criteria-view .criteria-section.cols-1 tr {
  	height: 35px;
  }*/
}
/* line 315, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report h3 {
  font-size: 28px;
}
/* line 318, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 326, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report .student-name {
  font-size: 14pt;
  font-weight: bold;
}
/* line 331, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report .section-header {
  font-style: 14px;
  text-transform: uppercase;
  width: 215px;
}
/* line 337, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report tr.no-criteria {
  height: 30px;
}
/* line 346, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report .criteria-view .section-header, .acbc .print-preview .academic-reports.interim-report .criteria-view .choice-header {
  background-color: #318B9A;
  border: 1px solid #999;
  color: white;
  text-transform: uppercase;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  height: 40px;
}
/* line 361, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report tr.subsection td.subheading {
  background-color: #6fabb5;
  color: #FFF;
  border-width: 0;
  border-top: 1px solid white;
  border-bottom: 2px solid white;
}
/* line 375, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report .report-header {
  margin-bottom: 20px;
}
/* line 380, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report .report-footer {
  margin-bottom: -20px;
}
/* line 384, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report .report-logo {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  width: 234px;
  height: 166px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: -50px;
}
/* line 400, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report .choice-field input[type="radio"]:checked + label:before {
  font-weight: normal;
  font-size: 14px;
}
/* line 407, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report .separate-choice-field input[type="radio"]:checked + label:before {
  font-weight: normal;
  font-size: 14px;
}
/* line 414, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
.acbc .print-preview .academic-reports.interim-report hr {
  display: none;
}

@media print {
  /* line 425, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report {
    font-family: Arial, Helvetica Neue, sans-serif;
    font-size: 9pt;
    /*.criteria-view .criteria-section.cols-1 tr {
    	height: 35px;
    }*/
  }
  /* line 315, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report h3 {
    font-size: 28px;
  }
  /* line 318, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 326, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report .student-name {
    font-size: 14pt;
    font-weight: bold;
  }
  /* line 331, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report .section-header {
    font-style: 14px;
    text-transform: uppercase;
    width: 215px;
  }
  /* line 337, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report tr.no-criteria {
    height: 30px;
  }
  /* line 346, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report .criteria-view .section-header, .acbc .academic-reports.interim-report .criteria-view .choice-header {
    background-color: #318B9A;
    border: 1px solid #999;
    color: white;
    text-transform: uppercase;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    height: 40px;
  }
  /* line 361, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report tr.subsection td.subheading {
    background-color: #6fabb5;
    color: #FFF;
    border-width: 0;
    border-top: 1px solid white;
    border-bottom: 2px solid white;
  }
  /* line 375, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report .report-header {
    margin-bottom: 20px;
  }
  /* line 380, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report .report-footer {
    margin-bottom: -20px;
  }
  /* line 384, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report .report-logo {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    width: 234px;
    height: 166px;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: -50px;
  }
  /* line 400, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report .choice-field input[type="radio"]:checked + label:before {
    font-weight: normal;
    font-size: 14px;
  }
  /* line 407, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report .separate-choice-field input[type="radio"]:checked + label:before {
    font-weight: normal;
    font-size: 14px;
  }
  /* line 414, ../../stylesheets/sass/features/schoolTemplates/_ACBC.scss */
  .acbc .academic-reports.interim-report hr {
    display: none;
  }
}
/* line 5, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports.sem-report-a.academic-reports .report-logo {
  width: auto;
  height: 100px;
  margin-bottom: -100px;
}
/* line 9, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports.sem-report-a.academic-reports .report-logo img {
  max-width: auto;
  max-height: 100%;
  width: auto;
}
/* line 16, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports.sem-report-a.academic-reports h2 {
  font-weight: normal;
}
/* line 20, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports.sem-report-a.academic-reports .qbc-cover-page {
  display: none;
}
/* line 26, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports.sem-report-qbc-primary .qbc-cover-page {
  display: none;
}
/* line 32, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reportsinterim-report.academic-reports .report-logo {
  float: left;
  width: 105px;
  position: absolute;
  margin-left: 10px;
}
/* line 38, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reportsinterim-report.academic-reports .report-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 49, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports .criteria-view .report-section > .row-fluid > .criteria-section.span12 {
  margin-left: 5px;
}
/* line 53, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports .criteria-view .criterion-row.yesno .criterion-label {
  width: 220px;
}
/* line 56, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports .criteria-view .criterion-row.yesno .separate-choice-field.choice-field-Yes {
  width: 60px;
}
/* line 62, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports .criteria-view .grade-row.sec-interviews td {
  padding-bottom: 20px;
}
/* line 65, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports .criteria-view .grade-row.sec-interviews select {
  width: auto;
}
/* line 73, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports .report-footer {
  page-break-inside: avoid;
  margin-top: 10px;
}
/* line 76, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports .report-footer .row-fluid > span4:first-child {
  padding-left: 10px;
}
/* line 79, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .academic-reports .report-footer .days-absent {
  border: 1px solid #999;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

/* line 214, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports {
  font-family: Arial, Helvetica Neue, sans-serif;
  font-size: 10pt;
  /*.report-logo {
  	display: block;
  	position: absolute;
  	right: 15px;
  	top: 15px;
  	width: 234px;
  	height: 166px;
  }*/
}
/* line 102, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .criteria-view .grade-row.sec-interviews .criterion-label {
  display: none;
}
/* line 105, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .criteria-view .grade-row.sec-interviews td {
  padding-bottom: 1px;
}
/* line 112, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports.sem-report-a.status-published .signature:before, .qbc .print-preview .academic-reports.sem-report-a.status-review_complete .signature:before, .qbc .print-preview .academic-reports.sem-report-a.status-amendment_complete .signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-kieran.png);
  width: 100px;
  height: 52px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -48px;
  margin-left: 50px;
  margin-bottom: -6px;
}
/* line 126, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports.sem-report-a h4.school-class-name {
  font-size: 16px !important;
}
/* line 128, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports.sem-report-a h4.school-class-name .teacher-name {
  font-size: 11px !important;
}
/* line 134, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .qbc-cover-page {
  display: none;
  page-break-after: always;
}
/* line 137, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .qbc-cover-page .cover-svg {
  width: 100%;
  height: auto;
}
/* line 142, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .qbc-cover-page .cover-png {
  width: 100%;
  height: auto;
  padding-bottom: 848px;
  padding-top: 50px;
}
/* line 148, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .qbc-cover-page .cover-titles {
  text-align: center;
  margin-top: -700px;
  margin-bottom: 700px;
}
/* line 152, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .qbc-cover-page .cover-titles h2 {
  text-transform: uppercase;
}
/* line 155, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .qbc-cover-page .cover-titles h2, .qbc .print-preview .academic-reports .qbc-cover-page .cover-titles .student-name, .qbc .print-preview .academic-reports .qbc-cover-page .cover-titles .student-form {
  font-weight: bold;
  color: black;
  font-size: 38px;
}
/* line 160, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .qbc-cover-page .cover-titles .student-name {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 166, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .qbc-cover-page .scripture {
  margin-top: -54px;
  margin-bottom: 54px;
  color: white;
  letter-spacing: 0.5px;
  text-align: right;
  margin-left: auto;
  margin-right: 20px;
}
/* line 189, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .choice-field input[type="radio"]:checked + label:before {
  font-weight: bold;
  font-size: 15pt;
}
/* line 195, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports hr {
  display: none;
}
/* line 199, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-preview .academic-reports .criteria-section.sem-sec:before {
  display: block;
  content: 'Achievement';
  text-align: center;
  font-weight: bold;
  /* padding-right: 50px; */
  font-size: 110%;
  width: 200px;
  /* right: 0; */
  margin-right: 0;
  margin-left: auto;
}

@media print {
  /* line 218, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports {
    font-family: Arial, Helvetica Neue, sans-serif;
    font-size: 10pt;
    /*.report-logo {
    	display: block;
    	position: absolute;
    	right: 15px;
    	top: 15px;
    	width: 234px;
    	height: 166px;
    }*/
  }
  /* line 102, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .criteria-view .grade-row.sec-interviews .criterion-label {
    display: none;
  }
  /* line 105, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .criteria-view .grade-row.sec-interviews td {
    padding-bottom: 1px;
  }
  /* line 112, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports.sem-report-a.status-published .signature:before, .qbc .academic-reports.sem-report-a.status-review_complete .signature:before, .qbc .academic-reports.sem-report-a.status-amendment_complete .signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-kieran.png);
    width: 100px;
    height: 52px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -48px;
    margin-left: 50px;
    margin-bottom: -6px;
  }
  /* line 126, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports.sem-report-a h4.school-class-name {
    font-size: 16px !important;
  }
  /* line 128, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports.sem-report-a h4.school-class-name .teacher-name {
    font-size: 11px !important;
  }
  /* line 134, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .qbc-cover-page {
    display: none;
    page-break-after: always;
  }
  /* line 137, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .qbc-cover-page .cover-svg {
    width: 100%;
    height: auto;
  }
  /* line 142, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .qbc-cover-page .cover-png {
    width: 100%;
    height: auto;
    padding-bottom: 848px;
    padding-top: 50px;
  }
  /* line 148, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .qbc-cover-page .cover-titles {
    text-align: center;
    margin-top: -700px;
    margin-bottom: 700px;
  }
  /* line 152, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .qbc-cover-page .cover-titles h2 {
    text-transform: uppercase;
  }
  /* line 155, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .qbc-cover-page .cover-titles h2, .qbc .academic-reports .qbc-cover-page .cover-titles .student-name, .qbc .academic-reports .qbc-cover-page .cover-titles .student-form {
    font-weight: bold;
    color: black;
    font-size: 38px;
  }
  /* line 160, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .qbc-cover-page .cover-titles .student-name {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 166, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .qbc-cover-page .scripture {
    margin-top: -54px;
    margin-bottom: 54px;
    color: white;
    letter-spacing: 0.5px;
    text-align: right;
    margin-left: auto;
    margin-right: 20px;
  }
  /* line 189, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .choice-field input[type="radio"]:checked + label:before {
    font-weight: bold;
    font-size: 15pt;
  }
  /* line 195, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports hr {
    display: none;
  }
  /* line 199, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .criteria-section.sem-sec:before {
    display: block;
    content: 'Achievement';
    text-align: center;
    font-weight: bold;
    /* padding-right: 50px; */
    font-size: 110%;
    width: 200px;
    /* right: 0; */
    margin-right: 0;
    margin-left: auto;
  }
  /* line 220, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
  .qbc .academic-reports .qbc-cover-page {
    display: block !important;
  }
}
/* line 228, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-review-mode .academic-reports .report-footer {
  display: none;
}
/* line 231, ../../stylesheets/sass/features/schoolTemplates/_QBC.scss */
.qbc .print-review-mode .academic-reports .page-break {
  display: none;
}

/* line 6, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .criteria-view .interim.secondary .criterion-label {
  font-weight: bold;
}
/* line 9, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .criteria-view .interim.secondary tr.criterion-row {
  border: 1px solid #999;
}
/* line 12, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .criteria-view .interim.secondary td {
  padding: 5px;
}
/* line 19, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .criteria-view .interim.primary th {
  background-color: #D8DEE8;
}
/* line 22, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .criteria-view .interim.primary .section-header {
  padding-left: 10px;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid #999;
}
/* line 28, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .criteria-view .interim.primary .choice-header {
  font-weight: normal;
  text-align: center;
}
/* line 33, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .criteria-view .interim.primary .choice-field {
  text-align: center;
}
/* line 37, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .criteria-view .interim.primary .small-section {
  margin-bottom: 0;
}
/* line 41, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .criteria-view .interim.primary .comment-display {
  line-height: 1.1;
}
/* line 46, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .criteria-view .interim.primary > .row-fluid > .row-fluid:first-child .choice-header {
  width: 22%;
}
/* line 49, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .criteria-view .interim.primary > .row-fluid > .row-fluid .choice-header {
  width: 13%;
}
/* line 59, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .report-footer {
  margin-top: 10px;
}
/* line 61, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .report-footer .row-fluid > span4:first-child {
  padding-left: 10px;
}
/* line 64, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .report-footer .days-absent {
  border: 1px solid #999;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
/* line 77, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .row-report-subcategory--design---technology, .abc .academic-reports .row-report-subcategory--design---technology + .row-fluid, .abc .academic-reports .row-report-subcategory--design---technology + .row-fluid + .row-fluid,
.abc .academic-reports .row-report-subcategory--the-arts---dance,
.abc .academic-reports .row-report-subcategory--the-arts---dance + .row-fluid,
.abc .academic-reports .row-report-subcategory--the-arts---dance + .row-fluid + .row-fluid,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art + .row-fluid,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art + .row-fluid + .row-fluid,
.abc .academic-reports .row-report-subcategory--the-arts---drama,
.abc .academic-reports .row-report-subcategory--the-arts---drama + .row-fluid,
.abc .academic-reports .row-report-subcategory--the-arts---drama + .row-fluid + .row-fluid {
  margin-left: 5%;
  width: 90%;
}
/* line 80, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .row-report-subcategory--design---technology .grade .criterion-label, .abc .academic-reports .row-report-subcategory--design---technology + .row-fluid .grade .criterion-label, .abc .academic-reports .row-report-subcategory--design---technology + .row-fluid + .row-fluid .grade .criterion-label,
.abc .academic-reports .row-report-subcategory--the-arts---dance .grade .criterion-label,
.abc .academic-reports .row-report-subcategory--the-arts---dance + .row-fluid .grade .criterion-label,
.abc .academic-reports .row-report-subcategory--the-arts---dance + .row-fluid + .row-fluid .grade .criterion-label,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art .grade .criterion-label,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art + .row-fluid .grade .criterion-label,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art + .row-fluid + .row-fluid .grade .criterion-label,
.abc .academic-reports .row-report-subcategory--the-arts---drama .grade .criterion-label,
.abc .academic-reports .row-report-subcategory--the-arts---drama + .row-fluid .grade .criterion-label,
.abc .academic-reports .row-report-subcategory--the-arts---drama + .row-fluid + .row-fluid .grade .criterion-label {
  width: 50px;
}
/* line 84, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .row-report-subcategory--design---technology .grade-row td, .abc .academic-reports .row-report-subcategory--design---technology + .row-fluid .grade-row td, .abc .academic-reports .row-report-subcategory--design---technology + .row-fluid + .row-fluid .grade-row td,
.abc .academic-reports .row-report-subcategory--the-arts---dance .grade-row td,
.abc .academic-reports .row-report-subcategory--the-arts---dance + .row-fluid .grade-row td,
.abc .academic-reports .row-report-subcategory--the-arts---dance + .row-fluid + .row-fluid .grade-row td,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art .grade-row td,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art + .row-fluid .grade-row td,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art + .row-fluid + .row-fluid .grade-row td,
.abc .academic-reports .row-report-subcategory--the-arts---drama .grade-row td,
.abc .academic-reports .row-report-subcategory--the-arts---drama + .row-fluid .grade-row td,
.abc .academic-reports .row-report-subcategory--the-arts---drama + .row-fluid + .row-fluid .grade-row td {
  padding-top: 0;
}
/* line 88, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .row-report-subcategory--design---technology table, .abc .academic-reports .row-report-subcategory--design---technology + .row-fluid table, .abc .academic-reports .row-report-subcategory--design---technology + .row-fluid + .row-fluid table,
.abc .academic-reports .row-report-subcategory--the-arts---dance table,
.abc .academic-reports .row-report-subcategory--the-arts---dance + .row-fluid table,
.abc .academic-reports .row-report-subcategory--the-arts---dance + .row-fluid + .row-fluid table,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art table,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art + .row-fluid table,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art + .row-fluid + .row-fluid table,
.abc .academic-reports .row-report-subcategory--the-arts---drama table,
.abc .academic-reports .row-report-subcategory--the-arts---drama + .row-fluid table,
.abc .academic-reports .row-report-subcategory--the-arts---drama + .row-fluid + .row-fluid table {
  margin-bottom: 0;
}
/* line 93, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports .row-report-subcategory--design---technology + .row-fluid + .row-comment,
.abc .academic-reports .row-report-subcategory--the-arts---dance + .row-fluid + .row-comment,
.abc .academic-reports .row-report-subcategory--the-arts---performance-art + .row-fluid + .row-comment,
.abc .academic-reports .row-report-subcategory--the-arts---drama + .row-fluid + .row-comment {
  margin-bottom: 20px;
}
/* line 99, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .abc-cover-page {
  display: none;
}
/* line 102, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-cover-letter {
  display: none;
}
/* line 106, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .teacher-name {
  float: right;
}
/* line 110, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 116, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections .sem-sec-2025 th.choice-header, .abc .academic-reports.sem-report-sec-abc .report-sections .sem-sec-2025 td.choice-field {
  text-align: center;
  width: 110px;
}
/* line 120, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections .sem-sec-2025 th {
  font-weight: normal;
}
/* line 124, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections .sem-sec-2025 .choice-field-Not-Applicable, .abc .academic-reports.sem-report-sec-abc .report-sections .sem-sec-2025 .choice-header-Not-Applicable {
  background-color: #D9D9D9;
}
/* line 130, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections .default-grade {
  margin-left: 20px;
  white-space: nowrap;
  display: inline;
  vertical-align: middle;
}
/* line 137, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections > .row-grade {
  width: 40%;
}
/* line 142, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections > .row-grade table .criterion-label {
  text-align: left;
  font-weight: normal;
  width: 10%;
  white-space: nowrap;
  padding-right: 10px;
}
/* line 149, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections > .row-grade table .grade-field {
  padding-top: 0;
}
/* line 152, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections > .row-grade table .grade-field select {
  width: auto;
  margin-bottom: 0;
}
/* line 159, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections .criterion-row.yesno .criterion-label {
  border-style: none !important;
}
/* line 162, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections .criterion-row.yesno td {
  padding-right: 10px;
  white-space: nowrap;
}
/* line 166, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .academic-reports.sem-report-sec-abc .report-sections .criterion-row.yesno td.choice-field-No {
  width: 100%;
}

/* line 521, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports {
  font-family: Segoe, Avenir Next, Arial, sans-serif;
  font-size: 10pt;
}
/* line 188, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports h3 {
  font-weight: normal;
  line-height: 1.5;
  font-size: 14pt;
  text-align: center;
}
/* line 192, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports h3.student-name {
  font-weight: 600;
  font-size: 16pt;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 201, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .report-logo {
  display: block;
  position: static;
  margin-left: auto;
  margin-right: auto;
  width: 311px;
  height: 100px;
  margin-bottom: 20px;
}
/* line 217, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .primary.interim th.section-header {
  font-weight: 600;
}
/* line 221, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .primary.interim .choice-header {
  line-height: 1.1;
}
/* line 225, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .primary.interim .criterion-label {
  font-weight: normal;
}
/* line 230, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .choice-field input[type="radio"]:checked + label {
  line-height: 18px;
}
/* line 232, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .choice-field input[type="radio"]:checked + label:before {
  font-weight: normal;
  font-size: 14px;
}
/* line 237, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .criteria-section.cols-1 tr {
  height: 24px;
}
/* line 241, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .marksbook-link-section {
  display: none;
}
/* line 245, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports hr {
  display: none;
}
/* line 249, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.interim-report .report-footer {
  margin-top: 50px;
}
/* line 252, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .report-footer {
  margin-top: 80px;
}
/* line 258, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-a .report-section.print-section-together.section-col-1:last-child, .abc .print-preview .academic-reports.interim-report .report-section.print-section-together.section-col-1:last-child, .abc .print-preview .academic-reports.sem-report-sec-abc .report-section.print-section-together.section-col-1:last-child {
  page-break-before: always;
}
/* line 262, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-a.status-published .signature:before, .abc .print-preview .academic-reports.sem-report-a.status-review_complete .signature:before, .abc .print-preview .academic-reports.sem-report-a.status-amendment_complete .signature:before, .abc .print-preview .academic-reports.interim-report.status-published .signature:before, .abc .print-preview .academic-reports.interim-report.status-review_complete .signature:before, .abc .print-preview .academic-reports.interim-report.status-amendment_complete .signature:before, .abc .print-preview .academic-reports.sem-report-sec-abc.status-published .signature:before, .abc .print-preview .academic-reports.sem-report-sec-abc.status-review_complete .signature:before, .abc .print-preview .academic-reports.sem-report-sec-abc.status-amendment_complete .signature:before {
  content: '';
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  /*background-image: url(/img/reports/signature-kieran.png);
  width: 155px;
  height: 75px;
  margin-top: -72px;
  margin-left: 24px;
  margin-bottom: -4px;*/
  background-image: url(/img/reports/signature-ldavis.png);
  width: 106px;
  height: 82px;
  margin-top: -76px;
  margin-left: 47px;
  margin-bottom: -4px;
}
/* line 286, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--design---technology, .abc .print-preview .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--the-arts---dance, .abc .print-preview .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--the-arts---drama {
  text-transform: uppercase;
  margin-bottom: -18px;
  margin-top: 6px;
}
/* line 294, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-a.secondary .grade-row.grade .criterion-label {
  padding-left: 5px;
}
/* line 309, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page {
  display: block;
  page-break-after: always;
  background-image: url(/img/reports/abc-cover-page.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 1040px;
}
/* line 320, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page .cover-heading {
  display: flex;
  justify-content: space-between;
  padding-top: 180px;
  align-items: center;
}
/* line 326, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page .cover-heading .cover-logo {
  padding-right: 20px;
}
/* line 329, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page .cover-heading .cover-logo img {
  width: 200px;
}
/* line 333, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page .cover-heading .school-title {
  padding-left: 90px;
}
/* line 337, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page .cover-heading .school-title h1 {
  text-transform: uppercase;
  font-weight: 600;
  color: #014baa;
  font-size: 35px;
}
/* line 344, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page .cover-heading .school-values {
  text-transform: lowercase;
  color: #7e4a4d;
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
}
/* line 352, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page .cover-titles {
  margin-left: 60px;
  margin-top: 20px;
}
/* line 355, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page .cover-titles .student-image {
  height: 220px;
  border-radius: 10px;
}
/* line 359, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page .cover-titles h3.student-name {
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 367, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page .cover-titles h3.student-form {
  text-align: left;
  font-weight: normal;
  font-size: 24px;
}
/* line 373, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .abc-cover-page .cover-titles h3.report-year {
  text-align: left;
  font-weight: bold;
  font-size: 40px;
  line-height: 4;
}
/* line 383, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .report-cover-letter {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  page-break-after: always;
  page-break-inside: avoid;
}
/* line 389, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .report-cover-letter h2 {
  font-size: 24px;
  text-align: left;
}
/* line 393, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .report-cover-letter h3 {
  font-size: 20px;
}
/* line 396, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .report-cover-letter h4 {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 400, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .report-cover-letter p {
  font-size: 13px;
}
/* line 404, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports .report-cover-letter .cover-letter-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 413, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .print-preview .academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 416, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .print-preview .academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 419, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .print-preview .academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 422, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .print-preview .academic-reports .report-cover-letter p, .abc .print-preview .academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
/* line 432, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .teacher-name {
  font-weight: normal;
  font-size: 16px;
}
/* line 438, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .school-class-name {
  text-transform: none;
  font-size: 18px;
}
/* line 443, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .report-logo {
  width: 90px;
  margin-left: 0;
  height: auto;
  margin-bottom: -90px;
}
/* line 449, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .report-header {
  margin-bottom: 30px;
}
/* line 452, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .report-header h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  margin: 0;
  margin-top: 20px;
}
/* line 461, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .report-header h3.student-name {
  margin-bottom: 0;
  font-size: 18px;
}
/* line 466, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .report-header h3.year-description {
  font-size: 18px;
  line-height: 1;
}
/* line 474, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .report-sections > .row-grade {
  font-size: 11pt;
}
/* line 477, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .report-sections > .row-grade table .grade-field select {
  font-family: Segoe, Avenir Next, Arial, sans-serif;
  font-size: 11pt;
}
/* line 485, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .section-header {
  font-weight: normal;
}
/* line 490, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .criteria-view .comment-field .comment-display.has-comment-bank.comment-unmodified:before,
.abc .print-preview .academic-reports.sem-report-sec-abc .criteria-view .comment-field .comment-display.has-comment-bank.comment-modified:before {
  margin-top: -25px;
}
/* line 496, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .default-grade {
  display: none;
}
/* line 500, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .row-sem-sec-2025 {
  font-size: 12px;
}
/* line 502, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .row-sem-sec-2025 .criterion-label {
  white-space: nowrap;
  padding-right: 10px;
}
/* line 508, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
.abc .print-preview .academic-reports.sem-report-sec-abc .report-section {
  border-top: 0.5pt solid black;
  padding-top: 10px;
}

@media print {
  /* line 525, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports {
    font-family: Segoe, Avenir Next, Arial, sans-serif;
    font-size: 10pt;
  }
  /* line 188, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports h3 {
    font-weight: normal;
    line-height: 1.5;
    font-size: 14pt;
    text-align: center;
  }
  /* line 192, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports h3.student-name {
    font-weight: 600;
    font-size: 16pt;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  /* line 201, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .report-logo {
    display: block;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 311px;
    height: 100px;
    margin-bottom: 20px;
  }
  /* line 217, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .primary.interim th.section-header {
    font-weight: 600;
  }
  /* line 221, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .primary.interim .choice-header {
    line-height: 1.1;
  }
  /* line 225, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .primary.interim .criterion-label {
    font-weight: normal;
  }
  /* line 230, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .choice-field input[type="radio"]:checked + label {
    line-height: 18px;
  }
  /* line 232, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .choice-field input[type="radio"]:checked + label:before {
    font-weight: normal;
    font-size: 14px;
  }
  /* line 237, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .criteria-section.cols-1 tr {
    height: 24px;
  }
  /* line 241, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .marksbook-link-section {
    display: none;
  }
  /* line 245, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports hr {
    display: none;
  }
  /* line 249, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.interim-report .report-footer {
    margin-top: 50px;
  }
  /* line 252, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .report-footer {
    margin-top: 80px;
  }
  /* line 258, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-a .report-section.print-section-together.section-col-1:last-child, .abc .academic-reports.interim-report .report-section.print-section-together.section-col-1:last-child, .abc .academic-reports.sem-report-sec-abc .report-section.print-section-together.section-col-1:last-child {
    page-break-before: always;
  }
  /* line 262, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-a.status-published .signature:before, .abc .academic-reports.sem-report-a.status-review_complete .signature:before, .abc .academic-reports.sem-report-a.status-amendment_complete .signature:before, .abc .academic-reports.interim-report.status-published .signature:before, .abc .academic-reports.interim-report.status-review_complete .signature:before, .abc .academic-reports.interim-report.status-amendment_complete .signature:before, .abc .academic-reports.sem-report-sec-abc.status-published .signature:before, .abc .academic-reports.sem-report-sec-abc.status-review_complete .signature:before, .abc .academic-reports.sem-report-sec-abc.status-amendment_complete .signature:before {
    content: '';
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-image: url(/img/reports/signature-kieran.png);
    width: 155px;
    height: 75px;
    margin-top: -72px;
    margin-left: 24px;
    margin-bottom: -4px;*/
    background-image: url(/img/reports/signature-ldavis.png);
    width: 106px;
    height: 82px;
    margin-top: -76px;
    margin-left: 47px;
    margin-bottom: -4px;
  }
  /* line 286, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--design---technology, .abc .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--the-arts---dance, .abc .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--the-arts---drama {
    text-transform: uppercase;
    margin-bottom: -18px;
    margin-top: 6px;
  }
  /* line 294, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-a.secondary .grade-row.grade .criterion-label {
    padding-left: 5px;
  }
  /* line 309, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page {
    display: block;
    page-break-after: always;
    background-image: url(/img/reports/abc-cover-page.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 1040px;
  }
  /* line 320, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page .cover-heading {
    display: flex;
    justify-content: space-between;
    padding-top: 180px;
    align-items: center;
  }
  /* line 326, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page .cover-heading .cover-logo {
    padding-right: 20px;
  }
  /* line 329, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page .cover-heading .cover-logo img {
    width: 200px;
  }
  /* line 333, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page .cover-heading .school-title {
    padding-left: 90px;
  }
  /* line 337, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page .cover-heading .school-title h1 {
    text-transform: uppercase;
    font-weight: 600;
    color: #014baa;
    font-size: 35px;
  }
  /* line 344, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page .cover-heading .school-values {
    text-transform: lowercase;
    color: #7e4a4d;
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
  }
  /* line 352, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page .cover-titles {
    margin-left: 60px;
    margin-top: 20px;
  }
  /* line 355, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page .cover-titles .student-image {
    height: 220px;
    border-radius: 10px;
  }
  /* line 359, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page .cover-titles h3.student-name {
    text-align: left;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
  }
  /* line 367, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page .cover-titles h3.student-form {
    text-align: left;
    font-weight: normal;
    font-size: 24px;
  }
  /* line 373, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page .cover-titles h3.report-year {
    text-align: left;
    font-weight: bold;
    font-size: 40px;
    line-height: 4;
  }
  /* line 383, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .report-cover-letter {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    page-break-after: always;
    page-break-inside: avoid;
  }
  /* line 389, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .report-cover-letter h2 {
    font-size: 24px;
    text-align: left;
  }
  /* line 393, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .report-cover-letter h3 {
    font-size: 20px;
  }
  /* line 396, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .report-cover-letter h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 400, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .report-cover-letter p {
    font-size: 13px;
  }
  /* line 404, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .report-cover-letter .cover-letter-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
@media print and (max-width: 767px) {
  /* line 413, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .report-cover-letter h2 {
    font-size: 23px;
  }
  /* line 416, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .report-cover-letter h3 {
    font-size: 16px;
  }
  /* line 419, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .report-cover-letter h4 {
    font-size: 13px;
  }
  /* line 422, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .report-cover-letter p, .abc .academic-reports .report-cover-letter li {
    font-size: 11px;
  }
}
@media print {
  /* line 432, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .teacher-name {
    font-weight: normal;
    font-size: 16px;
  }
  /* line 438, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .school-class-name {
    text-transform: none;
    font-size: 18px;
  }
  /* line 443, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .report-logo {
    width: 90px;
    margin-left: 0;
    height: auto;
    margin-bottom: -90px;
  }
  /* line 449, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .report-header {
    margin-bottom: 30px;
  }
  /* line 452, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .report-header h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    margin: 0;
    margin-top: 20px;
  }
  /* line 461, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .report-header h3.student-name {
    margin-bottom: 0;
    font-size: 18px;
  }
  /* line 466, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .report-header h3.year-description {
    font-size: 18px;
    line-height: 1;
  }
  /* line 474, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .report-sections > .row-grade {
    font-size: 11pt;
  }
  /* line 477, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .report-sections > .row-grade table .grade-field select {
    font-family: Segoe, Avenir Next, Arial, sans-serif;
    font-size: 11pt;
  }
  /* line 485, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .section-header {
    font-weight: normal;
  }
  /* line 490, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .criteria-view .comment-field .comment-display.has-comment-bank.comment-unmodified:before,
  .abc .academic-reports.sem-report-sec-abc .criteria-view .comment-field .comment-display.has-comment-bank.comment-modified:before {
    margin-top: -25px;
  }
  /* line 496, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .default-grade {
    display: none;
  }
  /* line 500, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .row-sem-sec-2025 {
    font-size: 12px;
  }
  /* line 502, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .row-sem-sec-2025 .criterion-label {
    white-space: nowrap;
    padding-right: 10px;
  }
  /* line 508, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports.sem-report-sec-abc .report-section {
    border-top: 0.5pt solid black;
    padding-top: 10px;
  }
  /* line 527, ../../stylesheets/sass/features/schoolTemplates/_ABC.scss */
  .abc .academic-reports .abc-cover-page, .abc .academic-reports .report-cover-letter {
    display: block !important;
  }
}
/* line 6, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .criteria-view .interim.secondary .criterion-label {
  font-weight: bold;
}
/* line 9, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .criteria-view .interim.secondary tr.criterion-row {
  border: 1px solid #999;
}
/* line 12, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .criteria-view .interim.secondary td {
  padding: 5px;
}
/* line 19, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .criteria-view .interim.primary th {
  background-color: #D8DEE8;
}
/* line 22, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .criteria-view .interim.primary .section-header {
  padding-left: 10px;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid #999;
}
/* line 28, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .criteria-view .interim.primary .choice-header {
  font-weight: normal;
  text-align: center;
}
/* line 33, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .criteria-view .interim.primary .choice-field {
  text-align: center;
}
/* line 37, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .criteria-view .interim.primary .small-section {
  margin-bottom: 0;
}
/* line 41, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .criteria-view .interim.primary .comment-display {
  line-height: 1.1;
}
/* line 46, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .criteria-view .interim.primary > .row-fluid > .row-fluid:first-child .choice-header {
  width: 22%;
}
/* line 49, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .criteria-view .interim.primary > .row-fluid > .row-fluid .choice-header {
  width: 13%;
}
/* line 62, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .sem-report-a .bbc-cover-page, .bbc .academic-reports .sem-report-bbc-primary .bbc-cover-page {
  display: none;
}
/* line 68, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .report-footer {
  margin-top: 10px;
}
/* line 70, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .report-footer .row-fluid > span4:first-child {
  padding-left: 10px;
}
/* line 73, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .report-footer .days-absent {
  border: 1px solid #999;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
/* line 85, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .academic-reports .row-report-subcategory--design---technology, .bbc .academic-reports .row-report-subcategory--design---technology + .row-fluid, .bbc .academic-reports .row-report-subcategory--design---technology + .row-fluid + .row-fluid,
.bbc .academic-reports .row-report-subcategory--the-arts---dance,
.bbc .academic-reports .row-report-subcategory--the-arts---dance + .row-fluid,
.bbc .academic-reports .row-report-subcategory--the-arts---dance + .row-fluid + .row-fluid,
.bbc .academic-reports .row-report-subcategory--the-arts---drama,
.bbc .academic-reports .row-report-subcategory--the-arts---drama + .row-fluid,
.bbc .academic-reports .row-report-subcategory--the-arts---drama + .row-fluid + .row-fluid {
  margin-left: 5%;
  width: 90%;
}

/* line 271, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports {
  font-family: Segoe, Avenir Next, Arial, sans-serif;
  font-size: 10pt;
  /*&.sem-report-a,&.interim-report,&.sem-report-bbc-primary {
  	&.status-published, &.status-review_complete, &.status-amendment_complete {
  		.signature:before {
  			content: '';
  			display: block;
  			background-image: url(/img/reports/signature-aburnley.png);
  			width: 155px;
  			height: 75px;
  			background-size: 100%;
  			background-repeat: no-repeat;
  			margin-top: -72px;
  			margin-left: 24px;
  			margin-bottom: -4px;
  		}
  	}
  }*/
}
/* line 104, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports h3 {
  font-weight: normal;
  line-height: 1.5;
  font-size: 14pt;
  text-align: center;
}
/* line 108, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports h3.student-name {
  font-weight: 600;
  font-size: 16pt;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 120, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page {
  display: block;
  page-break-after: always;
}
/* line 123, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .cover-values, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-values {
  text-align: center;
  text-transform: uppercase;
  color: #999;
  font-style: italic;
  margin-top: 20px;
}
/* line 132, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .cover-logo, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-logo {
  text-align: center;
  margin-top: 100px;
}
/* line 135, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .cover-logo img, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-logo img {
  width: 260px;
  height: 209px;
}
/* line 143, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .cover-titles, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles {
  text-align: center;
  margin-top: 110px;
  margin-bottom: 350px;
}
/* line 147, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .cover-titles h2, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles h2 {
  text-transform: uppercase;
}
/* line 150, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .cover-titles h2, .bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .cover-titles .student-name, .bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .cover-titles .student-form, .bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .cover-titles .report-year, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles h2, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles .student-name, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles .student-form, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles .report-year {
  font-weight: 500;
  color: black;
  font-size: 38px;
}
/* line 155, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .cover-titles .student-name, .bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .cover-titles .student-form, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles .student-name, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles .student-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 162, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a .bbc-cover-page .scripture, .bbc .print-preview .academic-reports.sem-report-bbc-primary .bbc-cover-page .scripture {
  margin-top: -54px;
  margin-bottom: 54px;
  color: white;
  letter-spacing: 0.5px;
  text-align: right;
  margin-left: auto;
  margin-right: 20px;
}
/* line 177, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.interim-report.interim.primary .report-logo,
.bbc .print-preview .academic-reports .report-logo {
  display: block;
  position: static;
  margin-left: auto;
  margin-right: 0;
  width: 150px;
  height: 85;
  margin-bottom: 20px;
}
/* line 189, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.interim-report.interim.primary .report-logo img,
.bbc .print-preview .academic-reports .report-logo img {
  height: 125px;
}
/* line 196, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports .primary.interim th.section-header {
  font-weight: 600;
}
/* line 200, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports .primary.interim .choice-header {
  line-height: 1.1;
}
/* line 204, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports .primary.interim .criterion-label {
  font-weight: normal;
}
/* line 209, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports .choice-field input[type="radio"]:checked + label {
  line-height: 18px;
}
/* line 211, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports .choice-field input[type="radio"]:checked + label:before {
  font-weight: normal;
  font-size: 14px;
}
/* line 216, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports .criteria-section.cols-1 tr {
  height: 24px;
}
/* line 220, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports hr {
  display: none;
}
/* line 224, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.interim-report .report-footer {
  margin-top: 50px;
}
/* line 230, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a .report-section.print-section-together.section-col-1:last-child, .bbc .print-preview .academic-reports.interim-report .report-section.print-section-together.section-col-1:last-child {
  page-break-before: always;
}
/* line 253, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--design---technology, .bbc .print-preview .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--the-arts---dance, .bbc .print-preview .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--the-arts---drama {
  text-transform: uppercase;
  margin-bottom: -18px;
  margin-top: 6px;
}
/* line 261, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a.secondary .grade-row .criterion-label {
  padding-left: 5px;
}
/* line 264, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
.bbc .print-preview .academic-reports.sem-report-a.secondary .report-date + .signature {
  margin-top: 3px;
}

@media print {
  /* line 275, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports {
    font-family: Segoe, Avenir Next, Arial, sans-serif;
    font-size: 10pt;
    /*&.sem-report-a,&.interim-report,&.sem-report-bbc-primary {
    	&.status-published, &.status-review_complete, &.status-amendment_complete {
    		.signature:before {
    			content: '';
    			display: block;
    			background-image: url(/img/reports/signature-aburnley.png);
    			width: 155px;
    			height: 75px;
    			background-size: 100%;
    			background-repeat: no-repeat;
    			margin-top: -72px;
    			margin-left: 24px;
    			margin-bottom: -4px;
    		}
    	}
    }*/
  }
  /* line 104, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports h3 {
    font-weight: normal;
    line-height: 1.5;
    font-size: 14pt;
    text-align: center;
  }
  /* line 108, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports h3.student-name {
    font-weight: 600;
    font-size: 16pt;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  /* line 120, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a .bbc-cover-page, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page {
    display: block;
    page-break-after: always;
  }
  /* line 123, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a .bbc-cover-page .cover-values, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-values {
    text-align: center;
    text-transform: uppercase;
    color: #999;
    font-style: italic;
    margin-top: 20px;
  }
  /* line 132, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a .bbc-cover-page .cover-logo, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-logo {
    text-align: center;
    margin-top: 100px;
  }
  /* line 135, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a .bbc-cover-page .cover-logo img, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-logo img {
    width: 260px;
    height: 209px;
  }
  /* line 143, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a .bbc-cover-page .cover-titles, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles {
    text-align: center;
    margin-top: 110px;
    margin-bottom: 350px;
  }
  /* line 147, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a .bbc-cover-page .cover-titles h2, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles h2 {
    text-transform: uppercase;
  }
  /* line 150, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a .bbc-cover-page .cover-titles h2, .bbc .academic-reports.sem-report-a .bbc-cover-page .cover-titles .student-name, .bbc .academic-reports.sem-report-a .bbc-cover-page .cover-titles .student-form, .bbc .academic-reports.sem-report-a .bbc-cover-page .cover-titles .report-year, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles h2, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles .student-name, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles .student-form, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles .report-year {
    font-weight: 500;
    color: black;
    font-size: 38px;
  }
  /* line 155, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a .bbc-cover-page .cover-titles .student-name, .bbc .academic-reports.sem-report-a .bbc-cover-page .cover-titles .student-form, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles .student-name, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .cover-titles .student-form {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 162, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a .bbc-cover-page .scripture, .bbc .academic-reports.sem-report-bbc-primary .bbc-cover-page .scripture {
    margin-top: -54px;
    margin-bottom: 54px;
    color: white;
    letter-spacing: 0.5px;
    text-align: right;
    margin-left: auto;
    margin-right: 20px;
  }
  /* line 177, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.interim-report.interim.primary .report-logo,
  .bbc .academic-reports .report-logo {
    display: block;
    position: static;
    margin-left: auto;
    margin-right: 0;
    width: 150px;
    height: 85;
    margin-bottom: 20px;
  }
  /* line 189, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.interim-report.interim.primary .report-logo img,
  .bbc .academic-reports .report-logo img {
    height: 125px;
  }
  /* line 196, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports .primary.interim th.section-header {
    font-weight: 600;
  }
  /* line 200, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports .primary.interim .choice-header {
    line-height: 1.1;
  }
  /* line 204, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports .primary.interim .criterion-label {
    font-weight: normal;
  }
  /* line 209, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports .choice-field input[type="radio"]:checked + label {
    line-height: 18px;
  }
  /* line 211, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports .choice-field input[type="radio"]:checked + label:before {
    font-weight: normal;
    font-size: 14px;
  }
  /* line 216, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports .criteria-section.cols-1 tr {
    height: 24px;
  }
  /* line 220, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports hr {
    display: none;
  }
  /* line 224, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.interim-report .report-footer {
    margin-top: 50px;
  }
  /* line 230, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a .report-section.print-section-together.section-col-1:last-child, .bbc .academic-reports.interim-report .report-section.print-section-together.section-col-1:last-child {
    page-break-before: always;
  }
  /* line 253, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--design---technology, .bbc .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--the-arts---dance, .bbc .academic-reports.sem-report-a.secondary .criteria-section.report-subcategory--the-arts---drama {
    text-transform: uppercase;
    margin-bottom: -18px;
    margin-top: 6px;
  }
  /* line 261, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a.secondary .grade-row .criterion-label {
    padding-left: 5px;
  }
  /* line 264, ../../stylesheets/sass/features/schoolTemplates/_BBC.scss */
  .bbc .academic-reports.sem-report-a.secondary .report-date + .signature {
    margin-top: 3px;
  }
}
/* line 6, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports.sem-report-a.academic-reports .report-logo, .abbc .academic-reports.sem-report-abbc-primary.academic-reports .report-logo {
  width: auto;
  height: 100px;
  margin-bottom: -100px;
}
/* line 10, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports.sem-report-a.academic-reports .report-logo img, .abbc .academic-reports.sem-report-abbc-primary.academic-reports .report-logo img {
  max-width: auto;
  max-height: 100%;
  width: auto;
}
/* line 17, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports.sem-report-a.academic-reports h2, .abbc .academic-reports.sem-report-abbc-primary.academic-reports h2 {
  font-weight: normal;
}
/* line 21, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports.sem-report-a.academic-reports .abbc-cover-page, .abbc .academic-reports.sem-report-abbc-primary.academic-reports .abbc-cover-page {
  display: none;
}
/* line 27, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports.int-report-abbc .cover-page-table {
  width: 100%;
}
/* line 29, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports.int-report-abbc .cover-page-table td, .abbc .academic-reports.int-report-abbc .cover-page-table th {
  border: 1px solid #999;
  text-align: left;
  padding: 6px;
}
/* line 35, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports.int-report-abbc .cover-page-section {
  margin-left: 60px;
  margin-right: 60px;
}
/* line 40, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports.int-report-abbc .cover-titles h3 {
  line-height: 33px;
}
/* line 47, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports.sem-report-abbc-primary .abbc-cover-page, .abbc .academic-reports.int-report-abbc .abbc-cover-page {
  display: none;
}
/* line 53, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reportsinterim-report.academic-reports .report-logo {
  float: left;
  width: 105px;
  position: absolute;
  margin-left: 10px;
}
/* line 59, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reportsinterim-report.academic-reports .report-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 70, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports .criteria-view .report-section > .row-fluid > .criteria-section.span12 {
  margin-left: 5px;
}
/* line 76, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports .criteria-view .grade-row.sec-interviews td {
  padding-bottom: 20px;
}
/* line 79, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports .criteria-view .grade-row.sec-interviews select {
  width: auto;
}
/* line 87, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports .report-footer {
  page-break-inside: avoid;
  margin-top: 10px;
}
/* line 90, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports .report-footer .row-fluid > span4:first-child {
  padding-left: 10px;
}
/* line 93, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .academic-reports .report-footer .days-absent {
  border: 1px solid #999;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

/* line 248, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports {
  font-family: Arial, Helvetica Neue, sans-serif;
  font-size: 10pt;
  /*.report-logo {
  	display: block;
  	position: absolute;
  	right: 15px;
  	top: 15px;
  	width: 234px;
  	height: 166px;
  }*/
}
/* line 250, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .report-entry-only {
  display: none;
}
/* line 116, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .criteria-view .grade-row.sec-interviews .criterion-label {
  display: none;
}
/* line 119, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .criteria-view .grade-row.sec-interviews td {
  padding-bottom: 1px;
}
/* line 126, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports.sem-report-a.status-published .signature:before, .abbc .print-preview .academic-reports.sem-report-a.status-review_complete .signature:before, .abbc .print-preview .academic-reports.sem-report-a.status-amendment_complete .signature:before {
  content: '';
  display: block;
  background-image: url(/img/reports/signature-jlituri.png);
  width: 117px;
  height: 62px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -40px;
  margin-left: 38px;
  margin-bottom: -20px;
}
/* line 141, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports.sem-report-a h4.school-class-name {
  font-size: 16px !important;
}
/* line 143, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports.sem-report-a h4.school-class-name .teacher-name {
  font-size: 11px !important;
}
/* line 149, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .abbc-cover-page {
  display: none;
  page-break-after: always;
}
/* line 152, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .abbc-cover-page .cover-svg {
  width: 100%;
  height: auto;
}
/* line 157, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .abbc-cover-page .cover-png {
  width: 100%;
  height: auto;
  padding-bottom: 848px;
  padding-top: 50px;
}
/* line 163, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .abbc-cover-page .cover-titles {
  text-align: center;
  margin-top: -700px;
  margin-bottom: 700px;
}
/* line 167, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .abbc-cover-page .cover-titles h2 {
  text-transform: uppercase;
}
/* line 170, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .abbc-cover-page .cover-titles h2, .abbc .print-preview .academic-reports .abbc-cover-page .cover-titles .student-name, .abbc .print-preview .academic-reports .abbc-cover-page .cover-titles .student-form {
  font-weight: bold;
  color: black;
  font-size: 38px;
}
/* line 175, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .abbc-cover-page .cover-titles .student-name {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 182, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .abbc-cover-page.int-report-abbc .abbc-cover-page {
  page-break-after: avoid;
}
/* line 188, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .abbc-cover-page .scripture {
  margin-top: -54px;
  margin-bottom: 54px;
  color: white;
  letter-spacing: 0.5px;
  text-align: right;
  margin-left: auto;
  margin-right: 20px;
}
/* line 203, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports.int-report-abbc .abbc-cover-page .cover-png {
  padding-bottom: 0;
}
/* line 206, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports.int-report-abbc .abbc-cover-page .cover-titles {
  margin-top: 0;
  margin-bottom: 50px;
}
/* line 223, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .choice-field input[type="radio"]:checked + label:before {
  font-weight: bold;
  font-size: 15pt;
}
/* line 229, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports hr {
  display: none;
}
/* line 233, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-preview .academic-reports .criteria-section.sem-sec:before {
  display: block;
  content: 'Achievement';
  text-align: center;
  font-weight: bold;
  /* padding-right: 50px; */
  font-size: 110%;
  width: 200px;
  /* right: 0; */
  margin-right: 0;
  margin-left: auto;
}

@media print {
  /* line 256, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports {
    font-family: Arial, Helvetica Neue, sans-serif;
    font-size: 10pt;
    /*.report-logo {
    	display: block;
    	position: absolute;
    	right: 15px;
    	top: 15px;
    	width: 234px;
    	height: 166px;
    }*/
  }
  /* line 116, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .criteria-view .grade-row.sec-interviews .criterion-label {
    display: none;
  }
  /* line 119, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .criteria-view .grade-row.sec-interviews td {
    padding-bottom: 1px;
  }
  /* line 126, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports.sem-report-a.status-published .signature:before, .abbc .academic-reports.sem-report-a.status-review_complete .signature:before, .abbc .academic-reports.sem-report-a.status-amendment_complete .signature:before {
    content: '';
    display: block;
    background-image: url(/img/reports/signature-jlituri.png);
    width: 117px;
    height: 62px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -40px;
    margin-left: 38px;
    margin-bottom: -20px;
  }
  /* line 141, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports.sem-report-a h4.school-class-name {
    font-size: 16px !important;
  }
  /* line 143, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports.sem-report-a h4.school-class-name .teacher-name {
    font-size: 11px !important;
  }
  /* line 149, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .abbc-cover-page {
    display: none;
    page-break-after: always;
  }
  /* line 152, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .abbc-cover-page .cover-svg {
    width: 100%;
    height: auto;
  }
  /* line 157, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .abbc-cover-page .cover-png {
    width: 100%;
    height: auto;
    padding-bottom: 848px;
    padding-top: 50px;
  }
  /* line 163, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .abbc-cover-page .cover-titles {
    text-align: center;
    margin-top: -700px;
    margin-bottom: 700px;
  }
  /* line 167, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .abbc-cover-page .cover-titles h2 {
    text-transform: uppercase;
  }
  /* line 170, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .abbc-cover-page .cover-titles h2, .abbc .academic-reports .abbc-cover-page .cover-titles .student-name, .abbc .academic-reports .abbc-cover-page .cover-titles .student-form {
    font-weight: bold;
    color: black;
    font-size: 38px;
  }
  /* line 175, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .abbc-cover-page .cover-titles .student-name {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 182, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .abbc-cover-page.int-report-abbc .abbc-cover-page {
    page-break-after: avoid;
  }
  /* line 188, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .abbc-cover-page .scripture {
    margin-top: -54px;
    margin-bottom: 54px;
    color: white;
    letter-spacing: 0.5px;
    text-align: right;
    margin-left: auto;
    margin-right: 20px;
  }
  /* line 203, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports.int-report-abbc .abbc-cover-page .cover-png {
    padding-bottom: 0;
  }
  /* line 206, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports.int-report-abbc .abbc-cover-page .cover-titles {
    margin-top: 0;
    margin-bottom: 50px;
  }
  /* line 223, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .choice-field input[type="radio"]:checked + label:before {
    font-weight: bold;
    font-size: 15pt;
  }
  /* line 229, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports hr {
    display: none;
  }
  /* line 233, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .criteria-section.sem-sec:before {
    display: block;
    content: 'Achievement';
    text-align: center;
    font-weight: bold;
    /* padding-right: 50px; */
    font-size: 110%;
    width: 200px;
    /* right: 0; */
    margin-right: 0;
    margin-left: auto;
  }
  /* line 258, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
  .abbc .academic-reports .abbc-cover-page {
    display: block !important;
  }
}
/* line 265, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-review-mode .academic-reports .report-entry-only {
  display: none;
}
/* line 269, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-review-mode .academic-reports .report-footer {
  display: none;
}
/* line 272, ../../stylesheets/sass/features/schoolTemplates/_ABBC.scss */
.abbc .print-review-mode .academic-reports .page-break {
  display: none;
}

/* line 3, ../../stylesheets/sass/features/_work-samples.scss */
.work-samples .work-sample-new {
  display: flex;
  margin-top: 20px;
}
/* line 5, ../../stylesheets/sass/features/_work-samples.scss */
.work-samples .work-sample-new > div.file-input {
  flex: 1;
  padding-right: 20px;
}
/* line 9, ../../stylesheets/sass/features/_work-samples.scss */
.work-samples .work-sample-new > div.actions {
  padding-left: 20px;
}
/* line 12, ../../stylesheets/sass/features/_work-samples.scss */
.work-samples .work-sample-new .progress {
  margin-top: 10px;
}
@media (max-width: 620px) {
  /* line 3, ../../stylesheets/sass/features/_work-samples.scss */
  .work-samples .work-sample-new {
    flex-direction: column;
  }
  /* line 22, ../../stylesheets/sass/features/_work-samples.scss */
  .work-samples .work-sample-new > div.actions {
    padding-left: 0;
    text-align: right;
    margin-top: 5px;
  }
}
/* line 32, ../../stylesheets/sass/features/_work-samples.scss */
.work-samples .dropify-wrapper .dropify-message {
  display: flex;
  text-align: center;
  align-items: center;
}
/* line 36, ../../stylesheets/sass/features/_work-samples.scss */
.work-samples .dropify-wrapper .dropify-message span.file-icon {
  font-size: 30px;
  margin-right: 5px;
}
/* line 43, ../../stylesheets/sass/features/_work-samples.scss */
.work-samples .work-sample-list {
  margin-top: 10px;
}
/* line 46, ../../stylesheets/sass/features/_work-samples.scss */
.work-samples .work-sample-list .not-published {
  font-style: italic;
  color: #aaa;
  font-size: 95%;
  margin-left: 10px;
}
/* line 53, ../../stylesheets/sass/features/_work-samples.scss */
.work-samples .work-sample-list .delete-btn {
  padding-top: 0;
  padding-bottom: 0;
  visibility: hidden;
  margin-left: 20px;
  margin-top: -4px;
}
/* line 61, ../../stylesheets/sass/features/_work-samples.scss */
.work-samples .work-sample-list .work-sample-item:hover .delete-btn {
  visibility: visible;
}

/* line 70, ../../stylesheets/sass/features/_work-samples.scss */
.school-class-tab-box a[href*=worksamples] {
  display: none;
}
/* line 74, ../../stylesheets/sass/features/_work-samples.scss */
.school-class-tab-box.enable-work-samples a[href*=worksamples] {
  display: block;
}
/* line 79, ../../stylesheets/sass/features/_work-samples.scss */
.school-class-tab-box a[href*=portfolios] {
  display: none;
}
/* line 83, ../../stylesheets/sass/features/_work-samples.scss */
.school-class-tab-box.enable-portfolios a[href*=portfolios] {
  display: block;
}

/* line 2, ../../stylesheets/sass/features/_meetings.scss */
#parent-app .video-meeting-list-view {
  padding: 20px;
}

/* line 6, ../../stylesheets/sass/features/_meetings.scss */
.video-meeting-not-available {
  margin: 20px;
  font-size: 1.1em;
}

/* line 13, ../../stylesheets/sass/features/_meetings.scss */
.table.meeting-list .meeting-set-title {
  font-size: 18px;
}
/* line 16, ../../stylesheets/sass/features/_meetings.scss */
.table.meeting-list tbody td {
  padding-top: 13px;
}
/* line 18, ../../stylesheets/sass/features/_meetings.scss */
.table.meeting-list tbody td select {
  margin-top: -5px;
  margin-bottom: 0;
}
/* line 23, ../../stylesheets/sass/features/_meetings.scss */
.table.meeting-list tbody td .meeting-extra-details {
  display: flex;
  flex-direction: column;
}
/* line 24, ../../stylesheets/sass/features/_meetings.scss */
.table.meeting-list tbody td .meeting-extra-details.hidden {
  display: none;
}
/* line 31, ../../stylesheets/sass/features/_meetings.scss */
.table.meeting-list tbody td .meeting-extra-details select {
  margin-top: 5px;
}
/* line 38, ../../stylesheets/sass/features/_meetings.scss */
.table.meeting-list tfoot .alert {
  margin-bottom: 0;
}
/* line 40, ../../stylesheets/sass/features/_meetings.scss */
.table.meeting-list tfoot .alert p {
  margin-bottom: 0;
}
/* line 43, ../../stylesheets/sass/features/_meetings.scss */
.table.meeting-list tfoot .alert p + p {
  margin-top: 5px;
}
/* line 49, ../../stylesheets/sass/features/_meetings.scss */
.table.meeting-list .action-row .btn {
  margin-right: 20px;
}
@media print {
  /* line 11, ../../stylesheets/sass/features/_meetings.scss */
  .table.meeting-list {
    width: 800px;
  }
  /* line 56, ../../stylesheets/sass/features/_meetings.scss */
  .table.meeting-list .action-row {
    display: none;
  }
}

/* line 64, ../../stylesheets/sass/features/_meetings.scss */
.staff-meeting-set-view .meeting-list .btn-mini {
  margin-top: -6px;
}
/* line 67, ../../stylesheets/sass/features/_meetings.scss */
.staff-meeting-set-view .meeting-list tr.blocked {
  color: #999;
}

/* line 3, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging .pre-content {
  white-space: pre-wrap;
}
/* line 8, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging .actions select {
  margin-bottom: 3px;
  margin-left: 5px;
}
/* line 15, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging table tr.assigned, .text-messaging table tr.assigned td {
  background-color: #cbedcb !important;
  color: green !important;
}
/* line 20, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging table tr.assigned select, .text-messaging table tr.assigned button {
  display: none;
}
/* line 27, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.received-messages th {
  vertical-align: bottom;
}
/* line 31, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.received-messages .action-cell {
  text-align: right;
}
/* line 35, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.received-messages .actions {
  margin-top: 10px;
}
/* line 38, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.received-messages .dt-buttons {
  margin-top: 20px;
}
/* line 40, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.received-messages .dt-buttons .btn {
  margin-bottom: 10px;
}
/* line 44, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.received-messages .dataTables_filter {
  margin-top: -35px;
}
/* line 50, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.sent-text-messages table, .text-messaging.received-messages table {
  font-size: 10pt;
}
/* line 52, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.sent-text-messages table .sent-date, .text-messaging.received-messages table .sent-date {
  font-size: 9pt;
  line-height: 1.4;
}
/* line 56, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.sent-text-messages table .text-error, .text-messaging.received-messages table .text-error {
  white-space: normal;
}
/* line 60, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.sent-text-messages .parent-display, .text-messaging.received-messages .parent-display {
  font-size: 10pt;
  margin-bottom: 0;
  line-height: 1.3;
}
/* line 65, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.sent-text-messages .parent-display .mobile, .text-messaging.received-messages .parent-display .mobile {
  display: block;
  font-size: 9pt;
  color: #666;
  white-space: nowrap;
}
/* line 70, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.sent-text-messages .parent-display .mobile.invalid, .text-messaging.received-messages .parent-display .mobile.invalid {
  color: #df4a4a;
}
/* line 78, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging .text-message-compose textarea {
  width: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
  border-radius: 0;
  height: 120px;
}
/* line 85, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging .text-message-compose .preview-area {
  height: 120px;
  border: 1px solid #ccc;
  padding: 4px 6px;
  box-sizing: border-box;
  white-space: pre;
}
/* line 92, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging .text-message-compose .textarea-footer, .text-messaging .text-message-compose .textarea-toolbar {
  background-color: #eee;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
/* line 98, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging .text-message-compose .textarea-toolbar {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-style: none;
  display: flex;
  justify-content: space-between;
}
/* line 102, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging .text-message-compose .textarea-toolbar .btn-group > .btn {
  border-radius: 4px;
}
/* line 108, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging .text-message-compose .textarea-toolbar .preview label {
  margin-bottom: 0;
  margin-top: 4px;
}
/* line 112, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging .text-message-compose .textarea-toolbar .preview input {
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 2px;
}
/* line 119, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging .text-message-compose .textarea-footer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-style: none;
  color: #666;
  margin-bottom: 20px;
}
/* line 130, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .status {
  font-weight: bold;
}
/* line 132, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .status .invalid-recipients {
  color: red;
  margin-left: 5px;
}
/* line 138, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .student-picker-container {
  margin-bottom: 10px;
}
/* line 143, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list, .text-messaging.new-text-message .recipient-list {
  line-height: 1.3;
}
/* line 145, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list table th, .text-messaging.new-text-message .recipient-list table th {
  vertical-align: bottom;
}
/* line 148, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list table tbody, .text-messaging.new-text-message .recipient-list table tbody {
  font-size: 10pt;
}
/* line 152, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list .select-all-row, .text-messaging.new-text-message .recipient-list .select-all-row {
  white-space: nowrap;
}
/* line 154, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list .select-all-row input, .text-messaging.new-text-message .recipient-list .select-all-row input {
  margin-top: 0;
}
/* line 157, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list .select-all-row label, .text-messaging.new-text-message .recipient-list .select-all-row label {
  display: inline;
  margin-left: 4px;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 10pt;
}
/* line 165, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list .progress, .text-messaging.new-text-message .recipient-list .progress {
  display: none;
  position: absolute;
  width: 92%;
  margin-top: 10px;
}
/* line 172, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list.loading .progress, .text-messaging.new-text-message .recipient-list.loading .progress {
  display: block;
}
/* line 175, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list.loading table, .text-messaging.new-text-message .recipient-list.loading table {
  opacity: 30%;
}
/* line 182, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list .parent-select, .text-messaging.new-text-message .recipient-list .parent-select {
  display: flex;
  align-items: center;
}
/* line 185, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list .parent-select input, .text-messaging.new-text-message .recipient-list .parent-select input {
  margin-right: 8px;
}
/* line 190, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list label.parent, .text-messaging.new-text-message .recipient-list label.parent {
  font-size: 10pt;
  margin-bottom: 0;
  line-height: 1.3;
}
/* line 195, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list label.parent .mobile, .text-messaging.new-text-message .recipient-list label.parent .mobile {
  display: block;
  font-size: 9pt;
  color: #666;
  white-space: nowrap;
}
/* line 200, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .parent-list label.parent .mobile.invalid, .text-messaging.new-text-message .recipient-list label.parent .mobile.invalid {
  color: #df4a4a;
}
/* line 210, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .recipient-list label, .text-messaging.new-text-message .recipient-list .select-all-row label {
  color: inherit;
  height: inherit;
  display: inherit;
  line-height: 24px;
  margin-bottom: 0;
}
/* line 217, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .recipient-list label .mobile, .text-messaging.new-text-message .recipient-list .select-all-row label .mobile {
  white-space: nowrap;
}
/* line 219, ../../stylesheets/sass/features/_text-messaging.scss */
.text-messaging.new-text-message .recipient-list label .mobile.invalid, .text-messaging.new-text-message .recipient-list .select-all-row label .mobile.invalid {
  color: #df4a4a;
}

/* line 1, ../../stylesheets/sass/features/_help.scss */
header h3 .help-link {
  float: right;
  font-size: 10pt;
  font-weight: normal;
}

/* line 7, ../../stylesheets/sass/features/_help.scss */
.help-guide {
  padding: 20px;
  /*p {
    padding: 10px 0 10px;
  }*/
}
/* line 10, ../../stylesheets/sass/features/_help.scss */
.help-guide h1 {
  font-size: 24pt;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
/* line 17, ../../stylesheets/sass/features/_help.scss */
.help-guide h2 {
  font-size: 18pt;
  margin-top: 25px;
}
/* line 22, ../../stylesheets/sass/features/_help.scss */
.help-guide h3 {
  font-size: 15pt;
}
/* line 26, ../../stylesheets/sass/features/_help.scss */
.help-guide ol > li::marker {
  font-weight: bold;
  font-size: 130%;
}
/* line 30, ../../stylesheets/sass/features/_help.scss */
.help-guide ol > li {
  border-left: 2px solid #eee;
  padding-left: 7px;
  border-radius: 7px;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 38, ../../stylesheets/sass/features/_help.scss */
.help-guide ul {
  padding-left: 25px;
  list-style-type: initial !important;
}
/* line 42, ../../stylesheets/sass/features/_help.scss */
.help-guide ul li {
  list-style-type: initial !important;
  margin-bottom: 3px;
  margin-top: 3px;
}
/* line 47, ../../stylesheets/sass/features/_help.scss */
.help-guide ul li p {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 54, ../../stylesheets/sass/features/_help.scss */
.help-guide video {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* line 66, ../../stylesheets/sass/features/_help.scss */
.help-guide img {
  display: block;
  max-width: calc(100% - 8px);
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #ddd;
  border-radius: 4px;
  padding: 3px;
}
/* line 76, ../../stylesheets/sass/features/_help.scss */
.help-guide li img:not(.inline-image) {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 81, ../../stylesheets/sass/features/_help.scss */
.help-guide img.inline-image {
  display: inline;
  vertical-align: bottom;
  margin-left: 2px;
  margin-right: 2px;
}

/* line 1, ../../stylesheets/sass/user-agent/_mobile-webkit.scss */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-collout: none;
  -webkit-user-drag: none;
}

/* line 90, ../../stylesheets/sass/screen.scss */
pre.task-log {
  white-space: pre;
  background: #505050;
  color: white;
  overflow-x: scroll;
}

/* line 97, ../../stylesheets/sass/screen.scss */
.pre-wrap {
  white-space: pre-wrap;
}

/* line 104, ../../stylesheets/sass/screen.scss */
#parent-app #main-nav .nav-list li a {
  padding-left: 26px;
}
/* line 107, ../../stylesheets/sass/screen.scss */
#parent-app #main-nav .nav-list li a [class^="icon-"], #parent-app #main-nav .nav-list li a [class*=" icon-"] {
  margin-left: -16px;
}
@media (max-width: 767px) {
  /* line 114, ../../stylesheets/sass/screen.scss */
  #parent-app .site-top-bar .utilities .switch-btn.btn {
    display: inline-block !important;
  }
}

/* line 122, ../../stylesheets/sass/screen.scss */
.print-preview-header {
  display: none;
}

/* line 127, ../../stylesheets/sass/screen.scss */
html.print-layout body > .container {
  margin: 0;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
/* line 133, ../../stylesheets/sass/screen.scss */
html.print-layout #content-area {
  padding: 0;
  background-color: white;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media print {
  /* line 133, ../../stylesheets/sass/screen.scss */
  html.print-layout #content-area {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* line 149, ../../stylesheets/sass/screen.scss */
html:not(.print-layout) body.print-preview {
  /*@page :first {
  	margin-left: 0;
  	margin-right: 0;
  	margin-top: 0;
  	margin-bottom: 0;
  }*/
}
/* line 1, ../../stylesheets/sass/app/print/_sidebar.scss */
html:not(.print-layout) body.print-preview .sidebar, html:not(.print-layout) body.print-preview #left-sidebar-nav {
  display: none !important;
}
/* line 1, ../../stylesheets/sass/app/print/_top-bar.scss */
html:not(.print-layout) body.print-preview .site-top-bar, html:not(.print-layout) body.print-preview .page-topbar {
  display: none !important;
}
/* line 1, ../../stylesheets/sass/app/print/_tabbed-display-box.scss */
html:not(.print-layout) body.print-preview .tabbed-display-box {
  position: relative;
  width: 100%;
}
/* line 5, ../../stylesheets/sass/app/print/_tabbed-display-box.scss */
html:not(.print-layout) body.print-preview .tabbed-display-box .left-tab-box {
  display: none;
}
/* line 8, ../../stylesheets/sass/app/print/_tabbed-display-box.scss */
html:not(.print-layout) body.print-preview .tabbed-display-box .tab-pane {
  padding: 10px 0;
  width: 100%;
}
@page {
  /* line 149, ../../stylesheets/sass/screen.scss */
  html:not(.print-layout) body.print-preview {
    size: 210mm 297mm;
    /*margin-left: 5mm;
    margin-right: 5mm;
    margin-top: 5mm;
    margin-bottom: 5mm;*/
    /*margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;*/
  }
}
@media (orientation: landscape) {
  /* line 23, ../../stylesheets/sass/app/print/_layout.scss */
  html:not(.print-layout) body.print-preview #page-header h1, html:not(.print-layout) body.print-preview #page-header h3 {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
  }
  /* line 30, ../../stylesheets/sass/app/print/_layout.scss */
  html:not(.print-layout) body.print-preview #content-area {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 35, ../../stylesheets/sass/app/print/_layout.scss */
  html:not(.print-layout) body.print-preview #main-content {
    overflow: hidden;
  }
  /* line 38, ../../stylesheets/sass/app/print/_layout.scss */
  html:not(.print-layout) body.print-preview .container {
    width: 95%;
  }
}
/* line 43, ../../stylesheets/sass/app/print/_layout.scss */
html:not(.print-layout) body.print-preview #page-header {
  display: none;
}
/* line 48, ../../stylesheets/sass/app/print/_layout.scss */
html:not(.print-layout) body.print-preview html.print-layout .container {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
/* line 157, ../../stylesheets/sass/screen.scss */
html:not(.print-layout) body.print-preview #page-header {
  display: none;
}
/* line 161, ../../stylesheets/sass/screen.scss */
html:not(.print-layout) body.print-preview .print-preview-header.hidden-print {
  display: block !important;
  padding: 10px;
}
/* line 166, ../../stylesheets/sass/screen.scss */
html:not(.print-layout) body.print-preview > .container {
  margin: 0;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}
/* line 172, ../../stylesheets/sass/screen.scss */
html:not(.print-layout) body.print-preview #content-area {
  padding: 20px;
  background-color: white;
}
/* line 176, ../../stylesheets/sass/screen.scss */
html:not(.print-layout) body.print-preview .tab-content {
  margin: 0;
}
/* line 180, ../../stylesheets/sass/screen.scss */
html:not(.print-layout) body.print-preview .visible-print {
  display: inherit !important;
}
/* line 181, ../../stylesheets/sass/screen.scss */
html:not(.print-layout) body.print-preview .hidden-print {
  display: none !important;
}
/* line 182, ../../stylesheets/sass/screen.scss */
html:not(.print-layout) body.print-preview .print-page {
  page-break-before: always;
  page-break-after: always;
}

/* line 188, ../../stylesheets/sass/screen.scss */
body.print-preview {
  /*body {
  	border: 1px solid red;
  }*/
  /*.tab-pane > .academic-reports {
  	margin-top: -25px;
  }*/
}
/* line 1, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .tabbed-display-box #reports.tab-pane {
  padding-bottom: 0;
}
/* line 7, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .repeating-student-name {
  display: none !important;
}
/* line 11, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .comment-length-indicator {
  display: none;
}
/* line 16, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .report-section .college-reporting-panel {
  display: none;
}
/* line 21, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .report-pdf-download {
  display: none;
}
/* line 25, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .semester-select {
  display: none;
}
/* line 29, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .subject-name .marksbook-link {
  display: none;
}
/* line 33, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .comment-bank-select, body.print-preview .academic-reports .select2 {
  display: none;
}
/* line 37, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports abbr[title] {
  border-bottom-style: none;
  text-decoration: none;
}
/* line 41, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .action-buttons {
  display: none;
}
/* line 46, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .number-row input {
  border-style: none;
  box-shadow: none;
}
/* line 52, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border-style: none;
}
/* line 60, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports select[disabled] {
  background-color: transparent;
}
/* line 65, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .choice-field input[type="radio"] {
  display: none;
}
/* line 68, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .choice-field input[type="radio"]:checked + label {
  margin-bottom: 0;
}
/* line 70, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .choice-field input[type="radio"]:checked + label:before {
  content: '✓';
  font-family: 'Arial Unicode MS';
  display: inline-block;
}
/* line 80, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .separate-choice-field input {
  display: none;
}
/* line 81, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .separate-choice-field input + span:before {
  content: '\00a0';
  font-family: 'Arial Unicode MS';
  display: inline-block;
  border: 1px solid #999;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: center;
}
/* line 91, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .separate-choice-field input:checked + span:before {
  content: '✓';
}
/* line 96, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .criterion-row td.clear-button {
  display: none;
}
/* line 101, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .criteria-view .comment-field textarea {
  display: none;
}
/* line 104, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .criteria-view .comment-field .comment-display {
  display: block;
  white-space: pre-wrap;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 112, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .criteria-view .criteria-section table {
  width: 99.9%;
}
/* line 117, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .grade-row.grade-distro-enabled:not(.hide-distro) .grade-field select {
  display: none;
}
/* line 121, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .academic-reports .grade-row.selected-na {
  display: none;
}
/* line 359, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid {
  width: 100%;
  *zoom: 1;
}
/* line 14, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid:before, body.print-preview .academic-reports .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid:after {
  clear: both;
}
/* line 362, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.76243%;
  *margin-left: 2.26243%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 30px;
}
/* line 370, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span1 {
  width: 5.8011%;
  *width: 5.3011%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span2 {
  width: 14.36464%;
  *width: 13.86464%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span3 {
  width: 22.92818%;
  *width: 22.42818%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span4 {
  width: 31.49171%;
  *width: 30.99171%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span5 {
  width: 40.05525%;
  *width: 39.55525%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span6 {
  width: 48.61878%;
  *width: 48.11878%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span7 {
  width: 57.18232%;
  *width: 56.68232%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span8 {
  width: 65.74586%;
  *width: 65.24586%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span9 {
  width: 74.30939%;
  *width: 73.80939%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span10 {
  width: 82.87293%;
  *width: 82.37293%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span11 {
  width: 91.43646%;
  *width: 90.93646%;
}
/* line 375, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .span12 {
  width: 100%;
  *width: 99.5%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset1 {
  margin-left: 11.32597%;
  *margin-left: 2.20692%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset1:first-child {
  margin-left: 8.56354%;
  *margin-left: -0.55551%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset2 {
  margin-left: 19.8895%;
  *margin-left: 10.77046%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset2:first-child {
  margin-left: 17.12707%;
  *margin-left: 8.00802%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset3 {
  margin-left: 28.45304%;
  *margin-left: 19.33399%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset3:first-child {
  margin-left: 25.69061%;
  *margin-left: 16.57156%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset4 {
  margin-left: 37.01657%;
  *margin-left: 27.89753%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset4:first-child {
  margin-left: 34.25414%;
  *margin-left: 25.1351%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset5 {
  margin-left: 45.58011%;
  *margin-left: 36.46106%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset5:first-child {
  margin-left: 42.81768%;
  *margin-left: 33.69863%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset6 {
  margin-left: 54.14365%;
  *margin-left: 45.0246%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset6:first-child {
  margin-left: 51.38122%;
  *margin-left: 42.26217%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset7 {
  margin-left: 62.70718%;
  *margin-left: 53.58813%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset7:first-child {
  margin-left: 59.94475%;
  *margin-left: 50.8257%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset8 {
  margin-left: 71.27072%;
  *margin-left: 62.15167%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset8:first-child {
  margin-left: 68.50829%;
  *margin-left: 59.38924%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset9 {
  margin-left: 79.83425%;
  *margin-left: 70.71521%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset9:first-child {
  margin-left: 77.07182%;
  *margin-left: 67.95278%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset10 {
  margin-left: 88.39779%;
  *margin-left: 79.27874%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset10:first-child {
  margin-left: 85.63536%;
  *margin-left: 76.51631%;
}
/* line 382, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset11 {
  margin-left: 96.96133%;
  *margin-left: 87.84228%;
}
/* line 385, ../../stylesheets/sass/vendor/bootstrap/base/_mixins.scss */
body.print-preview .academic-reports .row-fluid .offset11:first-child {
  margin-left: 94.1989%;
  *margin-left: 85.07985%;
}
/* line 138, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview #content-area {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* line 142, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview .tab-pane.active, body.print-preview .tab-pane.current {
  padding-top: 0;
}
/* line 146, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview #main-content {
  overflow: visible;
}
/* line 150, ../../stylesheets/sass/features/_academic-reports-print.scss */
body.print-preview #content-area {
  overflow: hidden;
}
/* line 194, ../../stylesheets/sass/screen.scss */
body.print-preview #main-content {
  overflow: visible;
}
/* line 198, ../../stylesheets/sass/screen.scss */
body.print-preview #content-area {
  overflow: hidden;
}

/* line 203, ../../stylesheets/sass/screen.scss */
#parent-app #files-container {
  height: 700px;
}

/* line 209, ../../stylesheets/sass/screen.scss */
#staff-app .nav-list [class^="icon-"], #staff-app .nav-list [class*=" icon-"] {
  margin-right: 3px;
  min-width: 15px;
  display: inline-block;
  text-align: center;
  text-indent: 0;
}
/* line 217, ../../stylesheets/sass/screen.scss */
#staff-app .nav-list li > a {
  text-indent: -19px;
  padding-left: 29px;
}
@media (min-width: 1200px) {
  /* line 224, ../../stylesheets/sass/screen.scss */
  #staff-app #main-nav > .nav-list {
    margin-right: -10px;
  }
}
