.dropdown-component {
  position: relative;
  overflow: visible;
  border: thin solid #dddddd;
  padding: 2px;
  border-radius: 4px;
  padding-right: 2px;
  background: white;
}
.dropdown-component > i.fa.fa-caret-down {
  float: right;
  color: #2196f3;
  width: 16px;
}
.dropdown-component span.selected {
  color: #2196f3;
  border: thin solid #2196f3;
  padding: 2px 4px;
  margin-right: 8px;
  border-radius: 4px;
  display: inline-block;
}
.dropdown-component span.selected i {
  margin-right: 2px;
  cursor: pointer;
}
.dropdown-component input {
  width: auto;
  outline: none;
  border: none;
  color: #2196f3;
}
.dropdown-component.active ul {
  display: block;
}
.dropdown-component > ul {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  height: auto;
  background: white;
  box-shadow: 3px 3px 3px #dddddd;
  border-left: thin solid #dddddd;
  border-right: thin solid #dddddd;
  border-bottom: thin solid #dddddd;
  z-index: 200;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  max-height: 150px;
  overflow-y: auto;
  display: none;
}
.dropdown-component > ul li {
  margin-top: 4px;
  padding-left: 8px;
  cursor: pointer;
}
.dropdown-component > ul li:hover {
  background: #2196f3;
  color: white;
}
.dropdown-component > ul li:last-of-type {
  margin-bottom: 4px;
}
.loadingComponent {
  padding: 64px;
  text-align: center;
  font-size: 24px;
  color: #37474f;
}
.loadingComponent > span {
  display: inline-block;
  color: #ffffff;
  background: #37474f;
  padding: 8px;
  animation-name: blink;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
.clear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.errorMessage {
  color: #d84315;
}
.AutocompleteComponent {
  width: 100%;
  position: relative;
}
.AutocompleteComponent > input {
  width: 100%;
  border-radius: 4px;
  border: thin solid #dddddd;
  padding: 4px;
  color: #2196f3;
}
.AutocompleteComponent input.active + ul {
  display: block;
}
.AutocompleteComponent i {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #2196f3;
}
.AutocompleteComponent ul {
  list-style: none;
  padding: 4px;
  display: none;
  position: absolute;
  max-height: 100px;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow-y: auto;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: thin solid #dddddd;
  border-right: thin solid #dddddd;
  border-bottom: thin solid #dddddd;
}
.AutocompleteComponent ul li {
  margin-bottom: 2px;
  cursor: pointer;
  text-align: left;
}
.AutocompleteComponent ul li:hover {
  background: #2196f3;
  color: white;
}
body table.gradesTable {
  width: 100%;
  border-collapse: collapse;
}
body table.gradesTable .btn.btn-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  font-weight: bold;
}
body table.gradesTable .btn.btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable {
    font-size: 12px;
  }
}
body table.gradesTable thead tr:first-of-type th:first-of-type {
  background-color: #ffffff;
}
body table.gradesTable thead tr:first-of-type th:nth-of-type(2) {
  background-color: #ffffff;
}
body table.gradesTable th {
  background: #37474f;
  color: #ffffff;
  padding: 8px;
}
body table.gradesTable th:hover {
  background: #4c626d;
}
body table.gradesTable tr > * {
  border: thin solid #ffffff;
}
body table.gradesTable tr > *.data:nth-of-type(1) {
  width: 100px;
  background: #56707c;
  color: #ffffff;
}
body table.gradesTable tr > *.data:nth-of-type(1):hover {
  background: #6c8a99;
}
body table.gradesTable tr > *.data:nth-of-type(2) {
  width: 100px;
  background: #4c626d;
  color: #ffffff;
}
body table.gradesTable tr > *.data:nth-of-type(2):hover {
  background: #617d8b;
}
body table.gradesTable tr > *.data:nth-of-type(3) {
  width: 100px;
  background: #41555e;
  color: #ffffff;
}
body table.gradesTable tr > *.data:nth-of-type(3):hover {
  background: #56707c;
}
body table.gradesTable tr > *.data:nth-of-type(4) {
  width: 100px;
  background: #37474f;
  color: #ffffff;
}
body table.gradesTable tr > *.data:nth-of-type(4):hover {
  background: #4c626d;
}
body table.gradesTable tbody td {
  color: #000000;
  padding: 8px;
}
body table.gradesTable tbody td.grade {
  color: #ffffff;
  text-align: center!important;
  min-width: 2em!important;
  font-size: 16px;
  cursor: pointer;
  background: #cfd8dc;
}
body table.gradesTable tbody td.grade.blue {
  color: #ffffff;
  background: #2196f3;
}
body table.gradesTable tbody td.grade.blue:hover {
  background: #51adf6;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.blue {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.dark-blue {
  color: #ffffff;
  background: #1565c0;
}
body table.gradesTable tbody td.grade.dark-blue:hover {
  background: #217ee7;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.dark-blue {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.light-blue {
  color: #000000;
  background: #90caf9;
}
body table.gradesTable tbody td.grade.light-blue:hover {
  background: #c0e1fc;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.light-blue {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.yellow {
  color: #000000;
  background: #ffeb3b;
}
body table.gradesTable tbody td.grade.yellow:hover {
  background: #fff06e;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.yellow {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.dark-yellow {
  color: #ffffff;
  background: #f9a825;
}
body table.gradesTable tbody td.grade.dark-yellow:hover {
  background: #fabc57;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.dark-yellow {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.light-yellow {
  color: #000000;
  background: #fff59d;
}
body table.gradesTable tbody td.grade.light-yellow:hover {
  background: #fffad0;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.light-yellow {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.red {
  color: #ffffff;
  background: #ff5722;
}
body table.gradesTable tbody td.grade.red:hover {
  background: #ff7e55;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.red {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.dark-red {
  color: #ffffff;
  background: #d84315;
}
body table.gradesTable tbody td.grade.dark-red:hover {
  background: #eb6035;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.dark-red {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.light-red {
  color: #000000;
  background: #ffab91;
}
body table.gradesTable tbody td.grade.light-red:hover {
  background: #ffd2c4;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.light-red {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.green {
  color: #ffffff;
  background: #4caf50;
}
body table.gradesTable tbody td.grade.green:hover {
  background: #6ec071;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.green {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.dark-green {
  color: #ffffff;
  background: #2e7d32;
}
body table.gradesTable tbody td.grade.dark-green:hover {
  background: #3ca241;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.dark-green {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.light-green {
  color: #000000;
  background: #a5d6a7;
}
body table.gradesTable tbody td.grade.light-green:hover {
  background: #c8e6c9;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.light-green {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.orange {
  color: #000000;
  background: #ff9800;
}
body table.gradesTable tbody td.grade.orange:hover {
  background: #ffad33;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.orange {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.dark-orange {
  color: #ffffff;
  background: #ef6c00;
}
body table.gradesTable tbody td.grade.dark-orange:hover {
  background: #ff8623;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.dark-orange {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.light-orange {
  color: #000000;
  background: #ffcc80;
}
body table.gradesTable tbody td.grade.light-orange:hover {
  background: #ffe0b3;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.light-orange {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.grey {
  color: #ffffff;
  background: #607d8b;
}
body table.gradesTable tbody td.grade.grey:hover {
  background: #7b96a3;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.grey {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.dark-grey {
  color: #ffffff;
  background: #37474f;
}
body table.gradesTable tbody td.grade.dark-grey:hover {
  background: #4c626d;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.dark-grey {
    font-size: 12px;
  }
}
body table.gradesTable tbody td.grade.light-grey {
  color: #000000;
  background: #b0bec5;
}
body table.gradesTable tbody td.grade.light-grey:hover {
  background: #cdd6db;
}
@media screen and (max-width: 35cm) {
  body table.gradesTable tbody td.grade.light-grey {
    font-size: 12px;
  }
}
body .addAssessmentForm > label,
body .addAssessmentForm div {
  width: 100%;
}
body .addAssessmentForm .btn.btn-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  font-weight: bold;
}
body .addAssessmentForm .btn.btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}
body .addAssessmentForm div.controls {
  text-align: right;
}
body .addAssessmentForm div.controls .btn.btn-danger {
  margin-right: 8px;
}
body .addAssessmentForm .assessment-template-area .input-group {
  width: 100%;
}
body .addAssessmentForm .assessment-template-area label {
  width: 100%;
}
body .addAssessmentForm .assessment-template-area table {
  width: 100%;
}
body .addAssessmentForm .assessment-template-area table td,
body .addAssessmentForm .assessment-template-area table th {
  padding: 4px;
}
body .addAssessmentForm .assessment-template-area table thead,
body .addAssessmentForm .assessment-template-area table tfoot {
  background: #e1f5fe;
}
body .addAssessmentForm .assessment-template-area table tr:nth-of-type(2n) {
  background: #efefef;
}
body .addAssessmentForm .assessment-template-area table thead,
body .addAssessmentForm .assessment-template-area table tr:nth-of-type(2n) {
  border-bottom: thin solid #dddddd;
}
body .addAssessmentForm .assessment-template-area table tfoot {
  border-top: thin solid #dddddd;
}
body .addAssessmentForm .error-message {
  float: left;
  color: #c62828;
}
body .addAssessmentForm > label {
  margin-bottom: 8px;
}
body .addAssessmentForm > label.half {
  width: 50%;
}
body .addAssessmentForm > label.half:nth-of-type(n) {
  padding-right: 4px;
}
body .addAssessmentForm > label.half:nth-of-type(2n) {
  padding-left: 4px;
}
body .addAssessmentForm > label > input,
body .addAssessmentForm > label > textarea {
  width: 100%;
  border-radius: 4px;
  padding: 4px;
  border: thin solid #dddddd;
  color: #1565c0;
}
body .addAssessmentForm > label > textarea {
  resize: vertical;
}
body #GradebookExamContainer {
  min-height: 400px;
  padding: 4px;
}
body #GradebookExamContainer #teachingGroupChooser {
  text-align: left;
  padding: 16px 0;
}
body #GradebookExamContainer #teachingGroupChooser div {
  display: block;
  width: auto;
  margin-right: 4px;
}
body #GradebookExamContainer #teachingGroupChooser div > div.AutocompleteComponent {
  width: 300px;
  display: inline-block;
}
body #GradebookExamContainer #teachingGroupChooser div > div.AutocompleteComponent input {
  color: #026aa9;
}
body #GradebookExamContainer #teachingGroupChooser .btn {
  background-color: #026aa9;
  border-color: #026aa9;
  font-weight: bold;
  vertical-align: top;
}
body #GradebookExamContainer #teachingGroupChooser .btn:hover {
  background-color: #026aa9;
  border-color: #026aa9;
}
body #GradebookExamContainer .title {
  padding: 8px 4px;
  font-size: 16px;
  color: #ffffff;
  background: #026aa9;
  font-weight: bold;
  margin-bottom: 4px;
}
body #GradebookExamContainer .title + div {
  margin-bottom: 4px;
}
body #GradebookExamContainer .fa-caret-down {
  color: #026aa9;
}
body #GradebookExamOverview > div {
  background: #ffffff;
  padding: 12px;
}
body #GradebookExamOverview > div .newFilter {
  border-bottom: thin solid #cccccc;
  background: #F9F9F9;
  padding: 15px;
}
body #GradebookExamOverview > div .newFilter > * {
  display: inline-block;
}
body #GradebookExamOverview > div .newFilter label {
  font-weight: bold;
}
body #GradebookExamOverview > div .newFilter .dropdown-component {
  width: 300px;
  margin-right: 10px;
}
body #GradebookExamOverview > div .newFilter .dropdown-component .selected {
  color: #026aa9;
  border-color: #026aa9;
}
body #GradebookExamOverview > div .newFilter .AutocompleteComponent {
  width: 300px;
  margin-right: 10px;
}
body #GradebookExamOverview > div .newFilter .AutocompleteComponent input {
  color: #026aa9;
}
body #GradebookExamOverview > div .select2input {
  width: 100%;
}
body #GradebookExamOverview > div.loading {
  padding: 64px;
  text-align: center;
  font-size: 36px;
  color: #37474f;
}
body #GradebookExamOverview > div > * {
  width: 100%;
  margin: 0 0 8px;
}
body #GradebookExamOverview > div > *.filter {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: thin solid #026aa9;
}
body #GradebookExamOverview > div > *.filter label {
  padding-left: 0;
  width: 100%;
}
body #GradebookExamOverview > div > *.data-container {
  overflow: hidden;
  margin-bottom: 0;
}
body #GradebookExamOverview > div > *.data-container table {
  width: 100%;
  border-collapse: collapse;
}
body #GradebookExamOverview > div > *.data-container table tr > * {
  border: thin solid #ffffff;
}
body #GradebookExamOverview > div > *.data-container table thead {
  overflow: hidden;
}
body #GradebookExamOverview > div > *.data-container table thead tr:first-of-type th:not(:first-of-type) {
  background-color: #def6ff;
  color: #ffffff;
  padding-top: 0px;
  border-left: 2px solid #cfd8dc;
  -webkit-column-span: all;
  /* Chrome, Safari, Opera */
  column-span: all;
  color: black;
}
body #GradebookExamOverview > div > *.data-container table thead tr:first-of-type > th:first-of-type {
  border-bottom: none!important;
  border-right: none!important;
}
body #GradebookExamOverview > div > *.data-container table thead tr {
  overflow: hidden;
}
body #GradebookExamOverview > div > *.data-container table thead tr:nth-of-type(2) th:first-of-type {
  border-top: none!important;
  height: 60px;
}
body #GradebookExamOverview > div > *.data-container table thead tr th {
  font-size: 14px;
  padding-top: 32px;
  position: relative;
  background: #def6ff;
}
body #GradebookExamOverview > div > *.data-container table thead tr th:first-of-type {
  padding-left: 8px;
}
body #GradebookExamOverview > div > *.data-container table thead tr th:not(:first-of-type) {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 2px solid #cfd8dc;
}
body #GradebookExamOverview > div > *.data-container table thead tr th:not(:first-of-type) > .angle {
  position: absolute;
  bottom: 1em;
  left: 8px;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 40px;
  height: 3em;
  overflow: hidden;
}
body #GradebookExamOverview > div > *.data-container table thead tr th:hover i.fa {
  opacity: 1;
}
body #GradebookExamOverview > div > *.data-container table thead tr th i.fa {
  opacity: 0;
  cursor: pointer;
  color: #9e9e9e;
  font-size: 16px;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
body #GradebookExamOverview > div > *.data-container table thead tr th i.fa.fa-info-circle,
body #GradebookExamOverview > div > *.data-container table thead tr th i.fa.fa-pencil-square-o {
  opacity: 1;
  float: right;
  color: #000000;
}
@media screen and (max-width: 25cm) {
  body #GradebookExamOverview > div > *.data-container table thead tr th i.fa {
    opacity: 1;
  }
}
body #GradebookExamOverview > div > *.data-container table thead tr th i.fa.active,
body #GradebookExamOverview > div > *.data-container table thead tr th i.fa.fa-info-circle.active {
  opacity: 1;
  color: #1565c0;
}
body #GradebookExamOverview > div > *.data-container table thead tr th .exam-info-box {
  position: absolute;
  top: 105%;
  right: -8px;
  box-shadow: 3px 3px 3px black;
  border-radius: 5px;
  background: white;
  padding: 16px;
  z-index: 3;
  min-width: 200px;
}
body #GradebookExamOverview > div > *.data-container table thead tr th .exam-info-box .triangle {
  position: absolute;
  right: 16px;
  top: -6px;
  width: 12px;
  height: 12px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
}
body #GradebookExamOverview > div > *.data-container table thead tr th .exam-info-box ul {
  padding: 0 8px;
  list-style: none;
}
body #GradebookExamOverview > div > *.data-container table tbody td {
  color: #000000;
  padding: 8px;
}
body #GradebookExamOverview > div > *.data-container table tbody td:first-of-type {
  background: #def6ff;
  color: black;
  width: 200px;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade {
  color: #ffffff;
  text-align: center!important;
  min-width: 2em!important;
  font-size: 16px;
  cursor: pointer;
  background: #cfd8dc;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.blue {
  color: #ffffff;
  background: #2196f3;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.blue:hover {
  background: #51adf6;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-blue {
  color: #ffffff;
  background: #1565c0;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-blue:hover {
  background: #217ee7;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-blue {
  color: #000000;
  background: #90caf9;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-blue:hover {
  background: #c0e1fc;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.yellow {
  color: #000000;
  background: #ffeb3b;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.yellow:hover {
  background: #fff06e;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-yellow {
  color: #ffffff;
  background: #f9a825;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-yellow:hover {
  background: #fabc57;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-yellow {
  color: #000000;
  background: #fff59d;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-yellow:hover {
  background: #fffad0;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.red {
  color: #ffffff;
  background: #ff5722;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.red:hover {
  background: #ff7e55;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-red {
  color: #ffffff;
  background: #d84315;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-red:hover {
  background: #eb6035;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-red {
  color: #000000;
  background: #ffab91;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-red:hover {
  background: #ffd2c4;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.green {
  color: #ffffff;
  background: #4caf50;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.green:hover {
  background: #6ec071;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-green {
  color: #ffffff;
  background: #2e7d32;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-green:hover {
  background: #3ca241;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-green {
  color: #000000;
  background: #a5d6a7;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-green:hover {
  background: #c8e6c9;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.orange {
  color: #000000;
  background: #ff9800;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.orange:hover {
  background: #ffad33;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-orange {
  color: #ffffff;
  background: #ef6c00;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-orange:hover {
  background: #ff8623;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-orange {
  color: #000000;
  background: #ffcc80;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-orange:hover {
  background: #ffe0b3;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.grey {
  color: #ffffff;
  background: #607d8b;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.grey:hover {
  background: #7b96a3;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-grey {
  color: #ffffff;
  background: #37474f;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.dark-grey:hover {
  background: #4c626d;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-grey {
  color: #000000;
  background: #b0bec5;
}
body #GradebookExamOverview > div > *.data-container table tbody td.grade.light-grey:hover {
  background: #cdd6db;
}
body #GradebookAssessmentReport {
  padding: 4px;
}
body #GradebookAssessmentReport select {
  color: #2196f3;
}
body #GradebookAssessmentReport .btn.btn-primary,
body #GradebookAssessmentReport button {
  background-color: #2196f3;
  border-color: #2196f3;
  font-weight: bold;
}
body #GradebookAssessmentReport .btn.btn-primary:hover,
body #GradebookAssessmentReport button:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}
body #GradebookAssessmentReport > *.title {
  padding: 8px 4px;
  font-size: 16px;
  color: #ffffff;
  background: #2196f3;
  font-weight: bold;
  margin-bottom: 4px;
}
body #GradebookAssessmentReport > *.title + div {
  margin-bottom: 4px;
}
body #GradebookAssessmentReport > * > * {
  width: 100%;
  box-sizing: border-box;
}
body #GradebookAssessmentReport > * > *.title {
  background: #1565c0;
  margin-bottom: 4px;
  padding: 8px;
  font-size: 16px;
  color: #ffffff;
}
body #GradebookAssessmentReport > * > * #GradebookAssessmentReportFilter {
  margin-bottom: 8px;
  border-bottom: thin solid #37474f;
}
body #GradebookAssessmentReport > * > * #GradebookAssessmentReportFilter > .toggleFilterState {
  font-weight: bold;
  color: #ffffff;
  background: #b0bec5;
  padding: 8px;
  cursor: pointer;
}
body #GradebookAssessmentReport > * > * #GradebookAssessmentReportFilter > .toggleFilterState i {
  float: right;
}
body #GradebookAssessmentReport > * > * #GradebookAssessmentReportFilter div.filter {
  max-height: 1000px;
  transition: max-height 0s linear;
}
body #GradebookAssessmentReport > * > * #GradebookAssessmentReportFilter div.filter > div {
  padding: 8px 0;
}
body #GradebookAssessmentReport > * > * #GradebookAssessmentReportFilter div.filter.filter-hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s linear;
}
body #GradebookAssessmentReport > * > * #GradebookAssessmentReportFilter div.filter label {
  width: 100%;
}
body #GradebookAssessmentReport > * > * #GradebookAssessmentReportFilter div.filter label > div.input-group {
  width: 100%;
}
body #GradebookAssessmentReport > * > * #GradebookAssessmentReportFilter div.filter button {
  background: #2196f3;
  color: white;
  border: thin solid #2196f3;
  border-radius: 4px;
  padding: 4px 8px;
  outline: none;
  max-height: 2000px;
  overflow: visible;
  display: block;
}
body #GradebookAssessmentReport > * > * #GradebookAssessmentReportFilter div.filter button:active,
body #GradebookAssessmentReport > * > * #GradebookAssessmentReportFilter div.filter button:hover {
  background: #1565c0;
  outline: none;
}
body #GradebookAssessmentReport > * > * #AssessmentReport {
  font-size: 0;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .options {
  font-size: 14px;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .options > label {
  margin-bottom: 0;
}
body #GradebookAssessmentReport > * > * #AssessmentReport hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
body #GradebookAssessmentReport > * > * #AssessmentReport div.visualizationRow {
  margin-bottom: 8px;
  border: thin solid #dddddd;
  padding: 2px;
}
body #GradebookAssessmentReport > * > * #AssessmentReport div.visualizationRow > .title {
  font-size: 14px;
  color: #ffffff;
  padding: 8px 4px;
  background: #37474f;
  margin-bottom: 2px;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport,
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport {
  font-size: 14px;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  vertical-align: top;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport > .title,
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport > .title {
  background: #b0bec5;
  color: #ffffff;
  padding: 4px;
  font-size: 16px;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport > .title > div,
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport > .title > div,
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport > .title > .btn,
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport > .title > .btn {
  float: right;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport.chartReport,
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport.chartReport {
  padding-right: 1px;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport.tableReport,
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport.tableReport {
  padding-left: 1px;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport.tableReport > .title,
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport.tableReport > .title {
  border-left: thin solid white;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport.tableReport table tr > *:last-of-type,
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport.tableReport table tr > *:last-of-type {
  border-right: none;
}
@media screen and (max-width: 35cm) {
  body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport,
  body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport {
    width: 100%;
    display: block;
    margin-bottom: 8px;
  }
  body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport.chartReport,
  body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport.chartReport {
    padding-right: 0;
  }
  body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport.tableReport,
  body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport.tableReport {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport,
  body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport {
    width: 100%;
    display: block;
  }
  body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport.chartReport,
  body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport.chartReport {
    padding-right: 0;
  }
  body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport.tableReport,
  body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport.tableReport {
    padding-left: 0;
  }
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport table,
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport table {
  width: 100%;
  font-size: 14px;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport table tbody tr:nth-of-type(2n+1),
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport table tbody tr:nth-of-type(2n+1) {
  background-color: #ebeef0;
  border-bottom: thin solid #dddddd;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport table tr > *:not(:first-of-type),
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport table tr > *:not(:first-of-type) {
  text-align: right;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport table tr > *,
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport table tr > * {
  padding: 8px 8px;
}
body #GradebookAssessmentReport > * > * #AssessmentReport .chartReport table thead,
body #GradebookAssessmentReport > * > * #AssessmentReport .tableReport table thead {
  background: #c0e1fc;
}
body #LearnerReport {
  padding: 4px;
  min-height: 400px;
}
body #LearnerReport .btn.btn-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  font-weight: bold;
}
body #LearnerReport .btn.btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}
body #LearnerReport > .title {
  padding: 8px 4px;
  font-size: 16px;
  color: #ffffff;
  background: #2196f3;
  font-weight: bold;
  margin-bottom: 4px;
}
body #LearnerReport > .title + div {
  margin-bottom: 4px;
}
body #LearnerReport #Learner > div > div {
  width: 100%;
  margin-bottom: 8px;
}
body #LearnerReport #Learner > div > div.loading {
  display: none;
}
body #LearnerReport #Learner > div > div.loading.loading-visible {
  display: block;
}
body #LearnerReport #Learner > div > div > * {
  width: 100%;
  margin-bottom: 8px;
}
body #LearnerReport #Learner > div > div > * > div {
  width: 100%;
  margin-bottom: 8px;
}
body #LearnerReport #Learner > div > div > * .input-group {
  width: 100%;
}
body #LearnerReport #Learner > div > div > * select {
  width: 100%;
}
body #LearnerReport #Learner > div .filterTitle {
  background: #b0bec5;
  color: #ffffff;
  padding: 4px;
  font-size: 16px;
}
body #LearnerReport #Learner > div #LearnerReportData {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData caption {
  background: #37474f;
  color: #ffffff;
  padding: 8px;
  border: thin solid #ffffff;
  border-bottom: none;
}
body #LearnerReport #Learner > div #LearnerReportData thead tr:first-of-type th:first-of-type {
  background: #cfd8dc;
}
body #LearnerReport #Learner > div #LearnerReportData th {
  background: #37474f;
  color: #ffffff;
  padding: 8px;
}
body #LearnerReport #Learner > div #LearnerReportData th:hover {
  background: #4c626d;
}
body #LearnerReport #Learner > div #LearnerReportData tr > * {
  border: thin solid #ffffff;
}
body #LearnerReport #Learner > div #LearnerReportData tr > *:nth-of-type(1) {
  width: 33.33333333%;
  background: #56707c;
  color: #ffffff;
}
body #LearnerReport #Learner > div #LearnerReportData tr > *:nth-of-type(1):hover {
  background: #6c8a99;
}
body #LearnerReport #Learner > div #LearnerReportData tr > *:nth-of-type(2) {
  width: 33.33333333%;
  background: #4c626d;
  color: #ffffff;
}
body #LearnerReport #Learner > div #LearnerReportData tr > *:nth-of-type(2):hover {
  background: #617d8b;
}
body #LearnerReport #Learner > div #LearnerReportData tr > *:nth-of-type(3) {
  width: 33.33333333%;
  background: #41555e;
  color: #ffffff;
}
body #LearnerReport #Learner > div #LearnerReportData tr > *:nth-of-type(3):hover {
  background: #56707c;
}
body #LearnerReport #Learner > div #LearnerReportData tr > *:nth-of-type(4) {
  width: 33.33333333%;
  background: #37474f;
  color: #ffffff;
}
body #LearnerReport #Learner > div #LearnerReportData tr > *:nth-of-type(4):hover {
  background: #4c626d;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td {
  color: #000000;
  padding: 8px;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade {
  color: #ffffff;
  text-align: center!important;
  min-width: 2em!important;
  font-size: 16px;
  cursor: pointer;
  background: #cfd8dc;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.blue {
  color: #ffffff;
  background: #2196f3;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.blue:hover {
  background: #51adf6;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.blue {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-blue {
  color: #ffffff;
  background: #1565c0;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-blue:hover {
  background: #217ee7;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-blue {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-blue {
  color: #000000;
  background: #90caf9;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-blue:hover {
  background: #c0e1fc;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-blue {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.yellow {
  color: #000000;
  background: #ffeb3b;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.yellow:hover {
  background: #fff06e;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.yellow {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-yellow {
  color: #ffffff;
  background: #f9a825;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-yellow:hover {
  background: #fabc57;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-yellow {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-yellow {
  color: #000000;
  background: #fff59d;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-yellow:hover {
  background: #fffad0;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-yellow {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.red {
  color: #ffffff;
  background: #ff5722;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.red:hover {
  background: #ff7e55;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.red {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-red {
  color: #ffffff;
  background: #d84315;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-red:hover {
  background: #eb6035;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-red {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-red {
  color: #000000;
  background: #ffab91;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-red:hover {
  background: #ffd2c4;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-red {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.green {
  color: #ffffff;
  background: #4caf50;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.green:hover {
  background: #6ec071;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.green {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-green {
  color: #ffffff;
  background: #2e7d32;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-green:hover {
  background: #3ca241;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-green {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-green {
  color: #000000;
  background: #a5d6a7;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-green:hover {
  background: #c8e6c9;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-green {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.orange {
  color: #000000;
  background: #ff9800;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.orange:hover {
  background: #ffad33;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.orange {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-orange {
  color: #ffffff;
  background: #ef6c00;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-orange:hover {
  background: #ff8623;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-orange {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-orange {
  color: #000000;
  background: #ffcc80;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-orange:hover {
  background: #ffe0b3;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-orange {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.grey {
  color: #ffffff;
  background: #607d8b;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.grey:hover {
  background: #7b96a3;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.grey {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-grey {
  color: #ffffff;
  background: #37474f;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-grey:hover {
  background: #4c626d;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.dark-grey {
    font-size: 12px;
  }
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-grey {
  color: #000000;
  background: #b0bec5;
}
body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-grey:hover {
  background: #cdd6db;
}
@media screen and (max-width: 35cm) {
  body #LearnerReport #Learner > div #LearnerReportData tbody td.grade.light-grey {
    font-size: 12px;
  }
}
body #TeachingGroupReport {
  padding: 4px;
}
body #TeachingGroupReport .btn.btn-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  font-weight: bold;
}
body #TeachingGroupReport .btn.btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}
body #TeachingGroupReport div.title {
  padding: 8px 4px;
  font-size: 16px;
  color: #ffffff;
  background: #2196f3;
  font-weight: bold;
  margin-bottom: 4px;
}
body #TeachingGroupReport div.title + div {
  margin-bottom: 4px;
}
body #TeachingGroupReport div.filter {
  margin-bottom: 8px;
}
body #TeachingGroupReport div.filter > div {
  margin-bottom: 4px;
  width: 100%;
  display: block;
}
body #TeachingGroupReport div.filter > div.filterTitle {
  background: #b0bec5;
  color: #ffffff;
  padding: 4px;
  font-size: 16px;
}
body #TeachingGroupsReport {
  padding: 4px;
}
body #TeachingGroupsReport .btn.btn-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  font-weight: bold;
}
body #TeachingGroupsReport .btn.btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}
body #TeachingGroupsReport div.title {
  padding: 8px 4px;
  font-size: 16px;
  color: #ffffff;
  background: #2196f3;
  font-weight: bold;
  margin-bottom: 4px;
}
body #TeachingGroupsReport div.title + div {
  margin-bottom: 4px;
}
body #TeachingGroupsReport div.filter {
  margin-bottom: 8px;
}
body #TeachingGroupsReport div.filter > div {
  margin-bottom: 4px;
  width: 100%;
  display: block;
}
body #TeachingGroupsReport div.filter > div.filterTitle {
  background: #b0bec5;
  color: #ffffff;
  padding: 4px;
  font-size: 16px;
}
body #TeachingGroupsReport .btn.btn-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  font-weight: bold;
}
body #TeachingGroupsReport .btn.btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}
body #TeachingGroupsReport .title .title {
  padding: 8px 4px;
  font-size: 16px;
  color: #ffffff;
  background: #2196f3;
  font-weight: bold;
  margin-bottom: 4px;
}
body #TeachingGroupsReport .title .title + div {
  margin-bottom: 4px;
}
body #TeachingGroupsReport > div > div > div.input-group {
  margin-bottom: 8px;
}
body #TeachingGroupsReport > div > div > div.input-group select {
  width: auto;
  margin-left: 8px;
}
body #TeachingGroupsReport div.reportData {
  border: thin solid #dddddd;
}
body #TeachingGroupsReport div.reportData > *.chart,
body #TeachingGroupsReport div.reportData > *.table {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
body #TeachingGroupsReport div.reportData > *.chart .title,
body #TeachingGroupsReport div.reportData > *.table .title {
  background: #b0bec5;
}
body #TeachingGroupsReport div.reportData > *.chart {
  padding-right: 2px;
}
body #TeachingGroupsReport div.reportData > *.table {
  padding-left: 2px;
}
body #TeachingGroupsReport div.reportData > *.title {
  background: #37474f;
  color: #ffffff;
  padding: 8px 4px;
  font-size: 14px;
}
@media screen and (max-width: 35cm) {
  body #TeachingGroupsReport div.reportData > * {
    width: 100%;
    display: block;
    margin-bottom: 8px;
  }
  body #TeachingGroupsReport div.reportData > *.chartReport {
    padding-right: 0;
  }
  body #TeachingGroupsReport div.reportData > *.tableReport {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  body #TeachingGroupsReport div.reportData > * {
    width: 100%;
    display: block;
  }
  body #TeachingGroupsReport div.reportData > *.chartReport {
    padding-right: 0;
  }
  body #TeachingGroupsReport div.reportData > *.tableReport {
    padding-left: 0;
  }
}
body #TeachingGroupsReport div.reportData tr > * {
  width: auto;
}
body #TeachingGroupsReport div.reportData tbody > tr > td:first-of-type {
  background: #37474f;
  color: #ffffff;
  padding: 8px;
}
body #TeachingGroupsReport div.reportData tbody > tr > td:first-of-type:hover {
  background: #4c626d;
}
body #AssessmentEntryGrid {
  background: #ffffff;
  padding: 4px;
}
body #AssessmentEntryGrid .btn.btn-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  font-weight: bold;
}
body #AssessmentEntryGrid .btn.btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}
body #AssessmentEntryGrid .title {
  padding: 8px 4px;
  background: #026aa9;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 2px;
  margin-right: 2px;
}
body #AssessmentEntryGrid .panel.panel-default {
  width: auto;
}
body #AssessmentEntryGrid .panel-heading .fa {
  color: #026aa9;
  margin-right: 4px;
}
body #AssessmentEntryGrid .entry-grid-view {
  max-width: 100%;
  width: auto;
  padding-left: 200px;
  position: relative;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container {
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table {
  width: auto;
  padding: 0;
  border-collapse: collapse;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr > * {
  border-right: thin solid #dddddd;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr > *:first-of-type {
  position: absolute;
  left: 0;
  top: auto;
  width: 200px;
  height: 50px;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr.header {
  background: #e9e9e9;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr.header > * {
  background: #e9e9e9;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr.header > *:first-of-type {
  border-right: none;
  overflow: visible;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr.header > *:first-of-type i {
  color: #026aa9;
  margin-right: 5px;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr.header > *:last-of-type {
  border-left: none;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table th {
  background: #def6ff;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td {
  position: relative;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td > * {
  height: 32px;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td > * input,
body #AssessmentEntryGrid .entry-grid-view .grid-container table td > * textarea,
body #AssessmentEntryGrid .entry-grid-view .grid-container table td > * select {
  background: inherit;
  border: none;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table .savingResultIndicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: black;
  text-align: center;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr .comment-bank-grade.grade > select {
  width: 100%;
  outline: none!important;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr .comment-bank-grade.grade > select:active {
  outline: none!important;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr > * {
  width: 100px;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr th {
  height: 60px!important;
  position: relative;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table tr th .angle {
  position: absolute;
  bottom: 0;
  left: 8px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 40px;
  height: 3em;
  overflow: hidden;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td input {
  outline: none;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td input.active {
  outline: none;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade {
  color: black;
  text-align: center!important;
  min-width: 2em!important;
  cursor: pointer;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade select {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 4px;
  height: 32px;
  outline: none!important;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade select:active {
  outline: none!important;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade input {
  color: inherit;
  outline: none;
  width: 5em;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.blue {
  color: #ffffff;
  background: #2196f3;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.blue:hover {
  background: #51adf6;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-blue {
  color: #ffffff;
  background: #1565c0;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-blue:hover {
  background: #217ee7;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-blue {
  color: #000000;
  background: #90caf9;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-blue:hover {
  background: #c0e1fc;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.yellow {
  color: #000000;
  background: #ffeb3b;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.yellow:hover {
  background: #fff06e;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-yellow {
  color: #ffffff;
  background: #f9a825;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-yellow:hover {
  background: #fabc57;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-yellow {
  color: #000000;
  background: #fff59d;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-yellow:hover {
  background: #fffad0;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.red {
  color: #ffffff;
  background: #ff5722;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.red:hover {
  background: #ff7e55;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-red {
  color: #ffffff;
  background: #d84315;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-red:hover {
  background: #eb6035;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-red {
  color: #000000;
  background: #ffab91;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-red:hover {
  background: #ffd2c4;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.green {
  color: #ffffff;
  background: #4caf50;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.green:hover {
  background: #6ec071;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-green {
  color: #ffffff;
  background: #2e7d32;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-green:hover {
  background: #3ca241;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-green {
  color: #000000;
  background: #a5d6a7;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-green:hover {
  background: #c8e6c9;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.orange {
  color: #000000;
  background: #ff9800;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.orange:hover {
  background: #ffad33;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-orange {
  color: #ffffff;
  background: #ef6c00;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-orange:hover {
  background: #ff8623;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-orange {
  color: #000000;
  background: #ffcc80;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-orange:hover {
  background: #ffe0b3;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.grey {
  color: #ffffff;
  background: #607d8b;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.grey:hover {
  background: #7b96a3;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-grey {
  color: #ffffff;
  background: #37474f;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.dark-grey:hover {
  background: #4c626d;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-grey {
  color: #000000;
  background: #b0bec5;
}
body #AssessmentEntryGrid .entry-grid-view .grid-container table td.grade.light-grey:hover {
  background: #cdd6db;
}
body #LearnerProgressReport {
  padding: 4px;
  min-height: 400px;
}
body #LearnerProgressReport .btn.btn-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  font-weight: bold;
}
body #LearnerProgressReport .btn.btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}
body #LearnerProgressReport .title {
  padding: 8px 4px;
  font-size: 16px;
  color: #ffffff;
  background: #2196f3;
  font-weight: bold;
  margin-bottom: 4px;
}
body #LearnerProgressReport .title + div {
  margin-bottom: 4px;
}
body #LearnerProgressReport .gradesTable tbody tr > * {
  background: #ebeef0;
  color: #000000;
  text-align: center;
}
body #LearnerProgressReport .gradesTable tbody tr > *:first-of-type {
  text-align: left;
}
body #LearnerProgressReport .gradesTable tbody tr > * > i.fa.fa-close {
  color: #d84315;
}
body #LearnerProgressReport .gradesTable tbody tr > * > i.fa.fa-check {
  color: #2e7d32;
}
body #LearnerProgressReport .gradesTable tbody tr > *.blue {
  color: #ffffff;
  background: #2196f3;
}
body #LearnerProgressReport .gradesTable tbody tr > *.blue:hover {
  background: #51adf6;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.blue {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-blue {
  color: #ffffff;
  background: #1565c0;
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-blue:hover {
  background: #217ee7;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.dark-blue {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-blue {
  color: #000000;
  background: #90caf9;
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-blue:hover {
  background: #c0e1fc;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.light-blue {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.yellow {
  color: #000000;
  background: #ffeb3b;
}
body #LearnerProgressReport .gradesTable tbody tr > *.yellow:hover {
  background: #fff06e;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.yellow {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-yellow {
  color: #ffffff;
  background: #f9a825;
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-yellow:hover {
  background: #fabc57;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.dark-yellow {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-yellow {
  color: #000000;
  background: #fff59d;
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-yellow:hover {
  background: #fffad0;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.light-yellow {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.red {
  color: #ffffff;
  background: #ff5722;
}
body #LearnerProgressReport .gradesTable tbody tr > *.red:hover {
  background: #ff7e55;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.red {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-red {
  color: #ffffff;
  background: #d84315;
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-red:hover {
  background: #eb6035;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.dark-red {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-red {
  color: #000000;
  background: #ffab91;
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-red:hover {
  background: #ffd2c4;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.light-red {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.green {
  color: #ffffff;
  background: #4caf50;
}
body #LearnerProgressReport .gradesTable tbody tr > *.green:hover {
  background: #6ec071;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.green {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-green {
  color: #ffffff;
  background: #2e7d32;
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-green:hover {
  background: #3ca241;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.dark-green {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-green {
  color: #000000;
  background: #a5d6a7;
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-green:hover {
  background: #c8e6c9;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.light-green {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.orange {
  color: #000000;
  background: #ff9800;
}
body #LearnerProgressReport .gradesTable tbody tr > *.orange:hover {
  background: #ffad33;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.orange {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-orange {
  color: #ffffff;
  background: #ef6c00;
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-orange:hover {
  background: #ff8623;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.dark-orange {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-orange {
  color: #000000;
  background: #ffcc80;
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-orange:hover {
  background: #ffe0b3;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.light-orange {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.grey {
  color: #ffffff;
  background: #607d8b;
}
body #LearnerProgressReport .gradesTable tbody tr > *.grey:hover {
  background: #7b96a3;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.grey {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-grey {
  color: #ffffff;
  background: #37474f;
}
body #LearnerProgressReport .gradesTable tbody tr > *.dark-grey:hover {
  background: #4c626d;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.dark-grey {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-grey {
  color: #000000;
  background: #b0bec5;
}
body #LearnerProgressReport .gradesTable tbody tr > *.light-grey:hover {
  background: #cdd6db;
}
@media screen and (max-width: 35cm) {
  body #LearnerProgressReport .gradesTable tbody tr > *.light-grey {
    font-size: 12px;
  }
}
body #LearnerProgressReport .gradesTable tbody tr > *:first-of-type {
  background: #37474f;
  color: #ffffff;
}
body #SEN_Page {
  padding: 8px;
}
@media (min-width: 1440px) {
  body #SEN_Page {
    padding: 16px;
  }
}
body #SEN_Page .modal-header {
  color: white;
}
@media (max-width: 1440px) {
  body #SEN_Page .btnLabel {
    display: none;
  }
}
body #SEN_Page * {
  font-size: 12px;
  color: #343434;
  vertical-align: top;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  body #SEN_Page * {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  body #SEN_Page * {
    font-size: 16px;
  }
}
body #SEN_Page > .title {
  background: #026aa9;
  color: white;
  font-weight: normal;
  padding: 8px 4px;
  margin-bottom: 4px;
  font-size: 16px;
}
@media (min-width: 1440px) {
  body #SEN_Page > .title {
    font-size: 20px;
  }
}
body #SEN_Page .content {
  padding: 4px;
}
@media (min-width: 1440px) {
  body #SEN_Page .content {
    padding: 8px;
  }
}
body #SEN_Page .content .container {
  box-shadow: #90A4AE 2px 2px 2px;
  border: thin solid #90A4AE;
  margin-bottom: 4px;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 1440px) {
  body #SEN_Page .content .container {
    margin-bottom: 32px;
    box-shadow: #90A4AE 4px 4px 4px;
    border-radius: 8px;
  }
}
@media (max-width: 1440px) and (min-width: 1280px) {
  body #SEN_Page .content .container {
    margin-bottom: 32px;
  }
}
body #SEN_Page .content .container > .sub-title {
  font-size: 0;
  background-color: #90A4AE;
}
body #SEN_Page .content .container > .sub-title > div {
  padding: 4px;
  color: white;
  display: inline-block;
  width: 50%;
  height: 100%;
}
body #SEN_Page .content .container > .sub-title > div * {
  color: white;
}
@media (min-width: 1440px) {
  body #SEN_Page .content .container > .sub-title > div {
    padding: 8px;
  }
}
body #SEN_Page .content .container > .sub-title > div:last-of-type {
  text-align: right;
}
body #SEN_Page .content .container .division {
  background: #eff2f4;
  padding: 4px;
  font-size: 0;
}
body #SEN_Page .content .container .division.provisions,
body #SEN_Page .content .container .division.needs {
  padding: 0;
}
body #SEN_Page .content .container .division.provisions .provision,
body #SEN_Page .content .container .division.needs .provision,
body #SEN_Page .content .container .division.provisions .need,
body #SEN_Page .content .container .division.needs .need {
  padding: 4px;
}
body #SEN_Page .content .container .division.provisions .provision hr,
body #SEN_Page .content .container .division.needs .provision hr,
body #SEN_Page .content .container .division.provisions .need hr,
body #SEN_Page .content .container .division.needs .need hr {
  border-color: white;
}
body #SEN_Page .content .container .division.provisions .provision:nth-of-type(2n),
body #SEN_Page .content .container .division.needs .provision:nth-of-type(2n),
body #SEN_Page .content .container .division.provisions .need:nth-of-type(2n),
body #SEN_Page .content .container .division.needs .need:nth-of-type(2n) {
  background: white;
}
body #SEN_Page .content .container .division.provisions .provision:nth-of-type(2n) hr,
body #SEN_Page .content .container .division.needs .provision:nth-of-type(2n) hr,
body #SEN_Page .content .container .division.provisions .need:nth-of-type(2n) hr,
body #SEN_Page .content .container .division.needs .need:nth-of-type(2n) hr {
  border-color: #eff2f4;
}
@media (min-width: 1440px) {
  body #SEN_Page .content .container .division.provisions .provision,
  body #SEN_Page .content .container .division.needs .provision,
  body #SEN_Page .content .container .division.provisions .need,
  body #SEN_Page .content .container .division.needs .need {
    padding: 16px;
  }
}
body #SEN_Page .content .container .division.provisions .provision > .control,
body #SEN_Page .content .container .division.needs .provision > .control,
body #SEN_Page .content .container .division.provisions .need > .control,
body #SEN_Page .content .container .division.needs .need > .control {
  width: 100%;
  font-size: 0;
}
body #SEN_Page .content .container .division.provisions .provision > .control > div,
body #SEN_Page .content .container .division.needs .provision > .control > div,
body #SEN_Page .content .container .division.provisions .need > .control > div,
body #SEN_Page .content .container .division.needs .need > .control > div {
  display: inline-block;
  width: 50%;
}
body #SEN_Page .content .container .division.provisions .provision > .control > div:last-of-type,
body #SEN_Page .content .container .division.needs .provision > .control > div:last-of-type,
body #SEN_Page .content .container .division.provisions .need > .control > div:last-of-type,
body #SEN_Page .content .container .division.needs .need > .control > div:last-of-type {
  text-align: right;
}
body #SEN_Page .content .container .division.provisions .provision > .control > div a.documents,
body #SEN_Page .content .container .division.needs .provision > .control > div a.documents,
body #SEN_Page .content .container .division.provisions .need > .control > div a.documents,
body #SEN_Page .content .container .division.needs .need > .control > div a.documents {
  color: #026aa9;
}
body #SEN_Page .content .container .division.provisions .provision > .control > div a.documents > *,
body #SEN_Page .content .container .division.needs .provision > .control > div a.documents > *,
body #SEN_Page .content .container .division.provisions .need > .control > div a.documents > *,
body #SEN_Page .content .container .division.needs .need > .control > div a.documents > * {
  color: #026aa9;
}
body #SEN_Page .content .container .division.provisions .provision > .control > div a.btn,
body #SEN_Page .content .container .division.needs .provision > .control > div a.btn,
body #SEN_Page .content .container .division.provisions .need > .control > div a.btn,
body #SEN_Page .content .container .division.needs .need > .control > div a.btn {
  color: white;
  padding: 2px 8px;
  border-radius: 2px;
}
body #SEN_Page .content .container .division.provisions .provision > .control > div a.btn *,
body #SEN_Page .content .container .division.needs .provision > .control > div a.btn *,
body #SEN_Page .content .container .division.provisions .need > .control > div a.btn *,
body #SEN_Page .content .container .division.needs .need > .control > div a.btn * {
  color: inherit;
}
@media (min-width: 1440px) {
  body #SEN_Page .content .container .division {
    padding: 16px;
  }
}
body #SEN_Page .content .container .division hr {
  color: white;
  border-color: white;
  margin: 8px 0;
}
@media (min-width: 1440px) {
  body #SEN_Page .content .container .division hr {
    margin: 16px 0;
  }
}
body #SEN_Page .content .container .division > div div.dataField {
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
  width: 33%;
}
@media (min-width: 1440px) {
  body #SEN_Page .content .container .division > div div.dataField {
    min-width: 300px;
    width: 20%;
  }
}
@media (max-width: 400px) {
  body #SEN_Page .content .container .division > div div.dataField {
    width: 100%;
  }
}
@media (min-width: 400px) and (max-width: 600px) {
  body #SEN_Page .content .container .division > div div.dataField {
    width: 49%;
  }
}
body #SEN_Page .content .container .division.profile > .control {
  width: 100%;
  font-size: 0;
}
body #SEN_Page .content .container .division.profile > .control > div {
  display: inline-block;
  width: 50%;
}
body #SEN_Page .content .container .division.profile > .control > div:last-of-type {
  text-align: right;
}
body #SEN_Page .content .container .division.profile > .control > div a.documents {
  color: #026aa9;
}
body #SEN_Page .content .container .division.profile > .control > div a.documents > * {
  color: #026aa9;
}
body #SEN_Page .content .container .division.profile > .control > div a.btn.btn-primary {
  color: white;
  padding: 2px 8px;
  border-radius: 2px;
}
body #SEN_Page .content .container .division.profile > .control > div a.btn.btn-primary * {
  color: inherit;
}
body #SEN_Page #ProfileDocuments .modal-header {
  color: white;
}
body #SEN_Page #ProfileDocuments .modal-body {
  position: relative;
}
body #SEN_Page #ProfileDocuments .modal-body form.file_upload {
  text-align: right;
}
body #SEN_Page #ProfileDocuments .modal-body form.file_upload [data-addNewDocument] {
  background: #026aa9;
  font-size: 12px;
  padding: 2px 4px;
  color: white;
  border-radius: 2px;
  margin-bottom: 4px;
  width: 7em;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
body #SEN_Page #ProfileDocuments .modal-body form.file_upload [data-addNewDocument]:hover {
  cursor: pointer;
}
body #SEN_Page #ProfileDocuments .modal-body form.file_upload [data-addNewDocument] i {
  color: inherit;
  margin-right: 4px;
}
body #SEN_Page #ProfileDocuments .modal-body form.file_upload [data-addNewDocument] input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  opacity: 0;
}
body #SEN_Page #ProfileDocuments .modal-body form.file_upload [data-addNewDocument] input:hover {
  cursor: pointer;
}
@media (min-width: 1440px) {
  body #SEN_Page #ProfileDocuments .modal-body form.file_upload [data-addNewDocument] {
    padding: 4px 8px;
    border-radius: 4px;
  }
}
body #SEN_Page #ProfileDocuments .modal-body ul {
  list-style: none;
  padding: 0;
  margin-top: 4px;
}
body #SEN_Page #ProfileDocuments .modal-body ul li {
  padding: 4px;
  margin-bottom: 2px;
  position: relative;
}
body #SEN_Page #ProfileDocuments .modal-body ul li:nth-of-type(2n+1) {
  background: #eff2f4;
}
body #SEN_Page #ProfileDocuments .modal-body ul li:nth-of-type(2n) {
  background: white;
}
@media (min-width: 1440px) {
  body #SEN_Page #ProfileDocuments .modal-body ul li {
    padding: 8px;
    margin-bottom: 4px;
  }
}
body #SEN_Page #ProfileDocuments .modal-body ul li .btn-sm {
  padding: 2px 4px;
  color: white;
}
body #SEN_Page #ProfileDocuments .modal-body ul li .btn-sm * {
  color: white;
}
@media (min-width: 1440px) {
  body #SEN_Page #ProfileDocuments .modal-body ul li .btn-sm {
    padding: 4px 8px;
  }
}
body #SEN_Page #ProfileDocuments .modal-body .prompt {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  padding: 16px;
  padding-left: 0;
  padding-right: 0;
  z-index: 10;
  overflow: hidden;
  background: white;
  text-align: center;
  -moz-transition: width 0.3s, padding-left 0.3s, padding-right 0.3s;
  -webkit-transition: width 0.3s, padding-left 0.3s, padding-right 0.3s;
  -o-transition: width 0.3s, padding-left 0.3s, padding-right 0.3s;
  transition: width 0.3s, padding-left 0.3s, padding-right 0.3s;
}
body #SEN_Page #ProfileDocuments .modal-body .prompt form {
  width: auto;
  overflow: visible;
}
body #SEN_Page #ProfileDocuments .modal-body .prompt form a {
  color: white;
  padding: 2px 8px;
  border-radius: 2px;
}
body #SEN_Page #ProfileDocuments .modal-body .prompt form a[data-action=dismiss] {
  background: #c82128;
}
body #SEN_Page #ProfileDocuments .modal-body .prompt form a[data-action=confirm] {
  background: #026aa9;
}
body #SEN_Page #ProfileDocuments .modal-body .prompt a[data-action=dismissAddDocument] {
  position: absolute;
  top: 4px;
  right: 4px;
}
body #SEN_Page #ProfileDocuments .modal-body.confirm .prompt {
  padding: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  -moz-transition: width 0.3s, padding-left 0.5s, padding-right 0.3s;
  -webkit-transition: width 0.3s, padding-left 0.3s, padding-right 0.3s;
  -o-transition: width 0.3s, padding-left 0.3s, padding-right 0.3s;
  transition: width 0.3s, padding-left 0.3s, padding-right 0.3s;
}
body #SEN_Page #ProvisionModal [data-fields],
body #SEN_Page #NeedModal [data-fields],
body #SEN_Page #SENProfileModal [data-fields] {
  font-size: 0;
}
body #SEN_Page #ProvisionModal [data-fields] label,
body #SEN_Page #NeedModal [data-fields] label,
body #SEN_Page #SENProfileModal [data-fields] label {
  width: 50%;
}
body #SEN_Page #ProvisionModal [data-fields] label > *,
body #SEN_Page #NeedModal [data-fields] label > *,
body #SEN_Page #SENProfileModal [data-fields] label > * {
  width: 100%;
}
body #SEN_Page #ProvisionModal label,
body #SEN_Page #NeedModal label,
body #SEN_Page #SENProfileModal label {
  padding: 0 2px;
}
@media (min-width: 1440px) {
  body #SEN_Page #ProvisionModal label,
  body #SEN_Page #NeedModal label,
  body #SEN_Page #SENProfileModal label {
    padding: 0 8px;
  }
}
body #SEN_Page #ProvisionModal label.note,
body #SEN_Page #NeedModal label.note,
body #SEN_Page #SENProfileModal label.note {
  width: 100%;
}
body #SEN_Page #ProvisionModal label.note textarea,
body #SEN_Page #NeedModal label.note textarea,
body #SEN_Page #SENProfileModal label.note textarea {
  width: 100%;
  height: 3em;
  resize: none;
}
body #SEN_Page #ProvisionModal .controls,
body #SEN_Page #NeedModal .controls,
body #SEN_Page #SENProfileModal .controls {
  padding: 0 2px;
  text-align: right;
}
@media (min-width: 1440px) {
  body #SEN_Page #ProvisionModal .controls,
  body #SEN_Page #NeedModal .controls,
  body #SEN_Page #SENProfileModal .controls {
    padding: 0 8px;
  }
}
body #SEN_Page #ProvisionModal .controls *,
body #SEN_Page #NeedModal .controls *,
body #SEN_Page #SENProfileModal .controls * {
  color: white;
}
body #Syllable {
  padding: 5px;
  position: relative;
  min-height: 400px;
}
@media (min-width: 1440px) {
  body #Syllable,
  body #Syllable * {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  body #Syllable,
  body #Syllable * {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  body #Syllable,
  body #Syllable * {
    font-size: 12px;
  }
}
body #Syllable div.dim {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body #Syllable div.dim.none {
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body #Syllable #breadcrumb {
  width: 100%;
  border-bottom: thin solid black;
}
body #Syllable #breadcrumb > a {
  color: #026aa9;
}
body #Syllable #content {
  width: 100%;
}
body #Syllable #content > div.input-group {
  margin: 4px 0;
  display: inline-block;
  width: auto;
}
body #Syllable #content > div.input-group > select {
  width: auto;
  min-width: 6em;
}
body #Syllable #content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #Syllable #content ul li {
  padding: 4px;
  font-size: 0;
}
body #Syllable #content ul li:nth-of-type(2n+1) {
  background: #efefef;
}
body #Syllable #content ul li:first-of-type {
  background: #def6ff;
}
body #Syllable #content ul li:hover {
  cursor: pointer;
}
body #Syllable #content ul li:hover:first-of-type {
  cursor: auto;
}
body #Syllable #content ul li > span {
  display: inline-block;
  width: 25%;
}
body #Syllable #content ul.syllables li {
  padding: 0 4px;
}
body #Syllable #content ul.syllables li:nth-of-type(n+2):hover {
  color: #026aa9;
}
body #Syllable #content ul.syllables li > span {
  width: 18%;
  text-align: right;
  padding: 2px;
}
body #Syllable #content ul.syllables li > span:first-of-type {
  text-align: left;
  width: 35%;
}
body #Syllable #content ul.syllables li > span:last-of-type {
  text-align: right;
  width: 9%;
}
body #Syllable #content ul.syllables li > span:last-of-type i {
  color: green;
}
body #Syllable #content ul.categories li {
  padding: 0 4px;
}
body #Syllable #content ul.categories li:nth-of-type(n+2):hover {
  color: #026aa9;
}
body #Syllable #content ul.categories li > span {
  width: 7%;
  height: 1.6em;
  overflow: hidden;
  padding: 2px;
  text-align: right;
}
body #Syllable #content ul.categories li > span:first-of-type {
  width: 19%;
  text-align: left;
}
body #Syllable #content ul.categories li > span:last-of-type {
  width: 4%;
}
body #Syllable #content ul.categories li > span:last-of-type i {
  color: green;
}
body #Syllable #content ul.components li {
  padding: 0 4px;
}
body #Syllable #content ul.components li > span {
  width: 14%;
  height: 1.6em;
  overflow: hidden;
  padding: 2px;
  text-align: right;
}
body #Syllable #content ul.components li > span:first-of-type {
  width: 22%;
  text-align: left;
}
body #Syllable #content ul.components li > span:last-of-type {
  width: 8%;
  text-align: right;
  cursor: pointer;
}
body #Syllable #content ul.components li:hover {
  cursor: auto;
}
body #Syllable .control {
  text-align: right;
}
body #externalCandidate table tr > * {
  text-align: right;
}
body #externalCandidate table tr > *:first-of-type {
  text-align: left;
}
body #externalCandidate table tr > *:nth-of-type(2) {
  text-align: left;
}
body #ExternalCandidateModal form label > span {
  color: #C82128;
}
body #EditCandidateNumber .responsive-padding {
  padding: 8px;
}
@media screen and (max-width: 20cm) {
  body #EditCandidateNumber .responsive-padding {
    padding: 2px;
  }
}
@media screen and (min-width: 1500px) {
  body #EditCandidateNumber .responsive-padding {
    padding: 8px;
  }
}
body #EditCandidateNumber .responsive-radius {
  border-radius: 8px;
}
@media screen and (max-width: 20cm) {
  body #EditCandidateNumber .responsive-radius {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1500px) {
  body #EditCandidateNumber .responsive-radius {
    border-radius: 16px;
  }
}
body #EditCandidateNumber,
body #EditCandidateNumber * {
  box-sizing: border-box;
  font-size: 14px;
}
@media screen and (max-width: 20cm) {
  body #EditCandidateNumber,
  body #EditCandidateNumber * {
    font-size: 12px;
  }
}
@media screen and (min-width: 1500px) {
  body #EditCandidateNumber,
  body #EditCandidateNumber * {
    font-size: 16px;
  }
}
body #EditCandidateNumber > .filter {
  padding: 8px;
  padding-bottom: 0;
}
@media screen and (max-width: 20cm) {
  body #EditCandidateNumber > .filter {
    padding: 2px;
  }
}
@media screen and (min-width: 1500px) {
  body #EditCandidateNumber > .filter {
    padding: 8px;
  }
}
body #EditCandidateNumber > .filter > div {
  display: inline-block;
  vertical-align: top;
}
body #EditCandidateNumber > .filter > div > .input-field.years-multiselect {
  display: block;
}
body #EditCandidateNumber .container {
  font-size: 0;
  padding: 0;
  margin: 0;
}
body #EditCandidateNumber .container > div {
  width: 45%;
  vertical-align: top;
  display: inline-block;
  padding: 8px;
}
body #EditCandidateNumber .container > div.controls {
  width: 10%;
  text-align: center;
}
body #EditCandidateNumber .container > div.controls > div {
  border: none;
}
body #EditCandidateNumber .container > div.controls > div > * {
  margin-top: 20px;
}
body #EditCandidateNumber .container > div.controls > div > *:first-of-type {
  margin-top: 10%;
}
@media screen and (max-width: 20cm) {
  body #EditCandidateNumber .container > div {
    padding: 4px;
  }
}
@media screen and (min-width: 1500px) {
  body #EditCandidateNumber .container > div {
    padding: 16px;
  }
}
body #EditCandidateNumber .container > div > div {
  border: thin solid #efefef;
  border-radius: 8px;
  min-height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 20cm) {
  body #EditCandidateNumber .container > div > div {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1500px) {
  body #EditCandidateNumber .container > div > div {
    border-radius: 16px;
  }
}
body #EditCandidateNumber .container > div > div.selectedStudents #AutoGenerate {
  margin-left: 30px;
  margin-right: 5px;
}
body #EditCandidateNumber .container > div > div.selectedStudents > div:not(.title) {
  padding: 0;
}
body #EditCandidateNumber .container > div > div.selectedStudents ul {
  padding: 0;
}
body #EditCandidateNumber .container > div > div.selectedStudents ul li {
  padding: 8px;
}
@media screen and (max-width: 20cm) {
  body #EditCandidateNumber .container > div > div.selectedStudents ul li {
    padding: 2px;
  }
}
@media screen and (min-width: 1500px) {
  body #EditCandidateNumber .container > div > div.selectedStudents ul li {
    padding: 8px;
  }
}
body #EditCandidateNumber .container > div > div.selectedStudents ul li:nth-of-type(2n) {
  background: #efefef;
}
body #EditCandidateNumber .container > div > div.selectedStudents ul li label {
  width: 48%;
  vertical-align: top;
  position: relative;
}
body #EditCandidateNumber .container > div > div.selectedStudents ul li label:last-of-type {
  text-align: right;
}
body #EditCandidateNumber .container > div > div.selectedStudents ul li label > .form-control {
  margin: 0;
  width: 100%;
}
body #EditCandidateNumber .container > div > div.selectedStudents ul li label > .errorMessage {
  padding: 8px;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 3;
  background: white;
  border: thin solid #ccc;
  color: red;
}
@media screen and (max-width: 20cm) {
  body #EditCandidateNumber .container > div > div.selectedStudents ul li label > .errorMessage {
    padding: 2px;
  }
}
@media screen and (min-width: 1500px) {
  body #EditCandidateNumber .container > div > div.selectedStudents ul li label > .errorMessage {
    padding: 8px;
  }
}
body #EditCandidateNumber .container > div > div > div {
  padding: 8px;
}
@media screen and (max-width: 20cm) {
  body #EditCandidateNumber .container > div > div > div {
    padding: 2px;
  }
}
@media screen and (min-width: 1500px) {
  body #EditCandidateNumber .container > div > div > div {
    padding: 8px;
  }
}
body #EditCandidateNumber .container > div > div > div:first-of-type {
  background: #def6ff;
}
body #EditCandidateNumber .container > div > div > div:nth-ov-type(2n+1) {
  background: #f9f9f9;
}
body #EditCandidateNumber .container > div > div > div ul {
  list-style: none;
}
body #EditCandidateNumber .container > div > div > div ul li label {
  width: 100%;
}
body #EditCandidateNumber .container > div > div > div ul li label > input[type=text] {
  width: 100%;
  margin: 0;
}
body #ComponentStudent {
  padding: 5px;
  min-height: 400px;
}
body #ComponentStudent .filter {
  margin-bottom: 5px;
}
body #ComponentStudent > div:first-of-type {
  margin-bottom: 5px;
}
body #ComponentStudent > div:first-of-type label {
  display: inline-block;
  width: 230px;
  vertical-align: top;
}
body #ComponentStudent > div:first-of-type label > select,
body #ComponentStudent > div:first-of-type label > input,
body #ComponentStudent > div:first-of-type label > div {
  width: 100%;
}
body #ComponentStudent * {
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  body #ComponentStudent * {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  body #ComponentStudent * {
    font-size: 10px;
  }
}
body #ComponentStudent h4 {
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  body #ComponentStudent h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  body #ComponentStudent h4 {
    font-size: 12px;
  }
}
body #ComponentStudent .modal-header > button {
  font-size: 2em;
}
body #ComponentStudent #ComponentsTable tr > *:last-of-type,
body #ComponentStudent #ComponentsTable tr > *:nth-last-of-type(2) {
  text-align: right;
}
body #ComponentStudent #ComponentsTable tr > *[data-view-students]:hover {
  cursor: pointer;
}
body #ComponentStudent #ComponentStudentsList table {
  width: 100%;
}
body #ComponentStudent #ComponentStudentsChangeList .filter,
body #ComponentStudent #ComponentStudentsChangeList .content {
  width: 100%;
}
body #ComponentStudent #ComponentStudentsChangeList .modal-dialog.modal-lg {
  width: 1200px;
}
@media screen and (max-width: 1000px) {
  body #ComponentStudent #ComponentStudentsChangeList .modal-dialog.modal-lg {
    width: 900px;
  }
}
body #ComponentStudent #ComponentStudentsChangeList .content {
  font-size: 0px;
}
@media screen and (max-width: 1000px) {
  body #ComponentStudent #ComponentStudentsChangeList .content {
    font-size: 10px;
  }
}
body #ComponentStudent #ComponentStudentsChangeList .content > * {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
@media screen and (max-width: 1500px) {
  body #ComponentStudent #ComponentStudentsChangeList .content > * {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  body #ComponentStudent #ComponentStudentsChangeList .content > * {
    font-size: 10px;
  }
}
@media screen and (max-width: 25cm) {
  body #ComponentStudent #ComponentStudentsChangeList .content > * {
    font-size: 10px;
  }
}
body #ComponentStudent #ComponentStudentsChangeList .content > *.control {
  width: 10%;
  text-align: center;
}
body #ComponentStudent #ComponentStudentsChangeList .content > *.control > div {
  margin-top: 8px;
}
body #ComponentStudent #ComponentStudentsChangeList .content > *:not(.control) {
  border-radius: 16px;
  overflow: hidden;
  border: thin solid #efefef;
}
@media screen and (max-width: 1500px) {
  body #ComponentStudent #ComponentStudentsChangeList .content > *:not(.control) {
    border-radius: 8px;
  }
}
@media screen and (max-width: 1000px) {
  body #ComponentStudent #ComponentStudentsChangeList .content > *:not(.control) {
    font-size: 4px;
  }
}
@media screen and (max-width: 25cm) {
  body #ComponentStudent #ComponentStudentsChangeList .content > *:not(.control) {
    font-size: 4px;
  }
}
body #StudentForecast {
  padding: 5px;
  min-height: 300px;
}
@media screen and (max-width: 800px) {
  body #StudentForecast .responsive-padding {
    padding: 3px!important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  body #StudentForecast .responsive-padding {
    padding: 6px!important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  body #StudentForecast .responsive-padding {
    padding: 6px!important;
  }
}
@media screen and (min-width: 1600px) {
  body #StudentForecast .responsive-padding {
    padding: 12px!important;
  }
}
@media screen and (max-width: 800px) {
  body #StudentForecast * {
    font-size: 10px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  body #StudentForecast * {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  body #StudentForecast * {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  body #StudentForecast * {
    font-size: 16px;
  }
}
body #StudentForecast .container {
  font-size: 0;
}
@media screen and (max-width: 800px) {
  body #StudentForecast table tr > *:not(.control) {
    padding: 3px!important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  body #StudentForecast table tr > *:not(.control) {
    padding: 6px!important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  body #StudentForecast table tr > *:not(.control) {
    padding: 6px!important;
  }
}
@media screen and (min-width: 1600px) {
  body #StudentForecast table tr > *:not(.control) {
    padding: 12px!important;
  }
}
body #StudentForecast table tr > *.control {
  padding: 0!important;
  border: thin solid #ddd;
}
body #StudentForecast table tr > *.control input {
  width: 100%;
  height: 100%;
  border: none;
  background: inherit;
  cursor: pointer;
}
body #StudentForecast table tbody tr:last-of-type td {
  border-bottom: thin solid #ddd;
}
body #StudentForecast .controls {
  text-align: right;
}
body #StudentForecast .filter {
  margin: 10px 0;
}
body #StudentForecast .filter .btn.btn-save {
  margin: 0;
}
body #StudentCoursework {
  padding: 5px;
  min-height: 300px;
}
@media screen and (max-width: 800px) {
  body #StudentCoursework .responsive-padding {
    padding: 3px!important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  body #StudentCoursework .responsive-padding {
    padding: 6px!important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  body #StudentCoursework .responsive-padding {
    padding: 6px!important;
  }
}
@media screen and (min-width: 1600px) {
  body #StudentCoursework .responsive-padding {
    padding: 12px!important;
  }
}
@media screen and (max-width: 800px) {
  body #StudentCoursework * {
    font-size: 10px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  body #StudentCoursework * {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  body #StudentCoursework * {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  body #StudentCoursework * {
    font-size: 16px;
  }
}
body #StudentCoursework .container {
  font-size: 0;
}
@media screen and (max-width: 800px) {
  body #StudentCoursework table tr > *:not(.control) {
    padding: 3px!important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  body #StudentCoursework table tr > *:not(.control) {
    padding: 6px!important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  body #StudentCoursework table tr > *:not(.control) {
    padding: 6px!important;
  }
}
@media screen and (min-width: 1600px) {
  body #StudentCoursework table tr > *:not(.control) {
    padding: 12px!important;
  }
}
body #StudentCoursework table tr > *.control {
  padding: 0!important;
  border: thin solid #ddd;
}
body #StudentCoursework table tr > *.control input {
  width: 100%;
  height: 100%;
  border: none;
  background: inherit;
  cursor: pointer;
}
body #StudentCoursework table tbody tr:last-of-type td {
  border-bottom: thin solid #ddd;
}
body #StudentCoursework .controls {
  text-align: right;
}
body #StudentCoursework .filter {
  margin: 10px 0;
}
body #StudentCoursework .filter .btn.btn-save {
  margin: 0;
}
