@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

#papers-li {
  cursor: pointer;
  height: 600px;
  overflow-y: auto;
}
#qr-image {
  width: 60px;
}
.code-nav {
  width: 60px;
}

.nav-link {
  font-weight: 600 !important;
}

#advancedModal .modal-dialog {
  max-width: 500px !important;
}

#add_question .modal-dialog {
  max-width: 600px !important;
}

.brand {
  font-size: 35px;
  line-height: 46px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  display: inline;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
}

.navbar-dark {
  background-color: #2e4780 !important;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 112;
}

.footer {
  height: 70px;
  width: 100%;
  background-color: #2e4780;
  padding-top: 15px;
  text-align: center;
  position: relative;
  bottom: 0px;
  padding-bottom: 15px;
}

.gray-cell {
  background-color: rgb(246, 246, 246);
}

.footer-link {
  color: #ffffff;
  font-family: Open Sans;
  font-weight: normal;
}

a:hover {
  color: #2e4780;
  text-decoration: none;
}

.login-h2 {
  font-family: Open Sans;
  margin-bottom: 20px;
  color: rgb(51, 51, 51);
  font-size: 37px;
  font-weight: 300;
}

.footer p {
  color: #ffffff;
  font-size: 12px;
  margin: 0px;
}
.login-row {
  padding-top: 60px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: rgba(255, 255, 255, 0) !important;
  border-bottom: 4px solid #2e4780 !important;
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  border-top: 0px solid;
  border-right: 0px solid;
  border-style: solid;
  border-left: 0px solid;
  border-radius: 0px;
}

border-bottom: 4px solid {

}

.nav-tabs .nav-link {
  padding: 16px 25px 12px;
  color: #737c85;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  border-top-color: !importamt;
  border-left-color: !importamt;
  border-right-color: !importamt;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-right: 2px;
  font-size: 14px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  background-color: rgb(238, 238, 238);
  border-radius: 0px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  border-left: 0px solid rgba(255, 255, 255, 0);
  border-right: 0px solid rgba(255, 255, 255, 0);
  border-style: solid;
  border-top: 0px solid rgba(255, 255, 255, 0);
}

body {
  font-family: Open Sans;
  font-size: 14px;
}

.alert-danger {
  border-radius: 0px;
  color: #a94442;
  border-color: #ebccd1;
  margin-bottom: 20px;
  background-color: #f2dede;
}

.form-control {
  border-radius: 0px !important;
  color: #34495e;
  box-shadow: none;
  outline: 0;
  font-family: Open Sans;
  font-weight: normal;
  font-size: 14px;
  border: 2px solid #ecf0f1;
  -webkit-appearance: none;
}

.form-control:focus {
  outline: 0;
  border: 2px solid #2e4780;
  box-shadow: none;
  outline: 0;
}

.form-control:focus {
}

label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group {
  padding: 0px;
  display: inline-block;
  width: 100%;
}

#markbook-table a {
  color: #2e4780 !important;
}

.btn {
  background-color: #2e4780;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 0.1em;
  border: none;
  font-weight: 600;
  font-size: 14px;
  margin: 15px 0px;
}

.btn-login {
  width: 100%;
}

.btn:hover {
  color: #fff;
  background-color: #2e4780;
}

.tab-pane {
  text-align: left;
  padding-top: 20px;
  border-bottom: 1px solid rgb(236, 240, 241);
}

.errMsg {
  width: 100%;
}

form {
  width: 100%;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("images/mobile-menu.svg");
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 15px;
  justify-content: left;
  font-family: Open Sans;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: unset;
}

.uk-search-navbar .uk-search-input {
  font-size: 15px;
}

.uk-flex-middle {
  margin-top: -12px;
}

.uk-navbar-dropdown {
  height: 66px;
}

.nav-container {
  padding-top: 13px;
}

.brand-a {
  display: inline;
  white-space: nowrap;
}

.header {
  background: #2e4780;
  height: 100px;
}

.content-container {
  min-height: 100vh;
  padding-bottom: 30px;
}

h2,
.h2 {
  font-family: Lato;
  font-size: 37px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 20px;
}

.dashboard-tab {
  border-bottom: none;
}

h3,
.h3 {
  font-family: Lato;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 20px;
}

h3 > a {
  color: #2e4780 !important;
}

#assessmentData a {
  color: #2e4780 !important;
}

a {
  color: #2e4780;
}

a.footer-link:hover {
  color: #fff;
}

.span-under {
  color: rgb(255, 0, 0);
}

.td-width-70 {
  width: 70px;
}

h6,
.h6 {
  font-size: 10px;
  font-family: Open Sans;
  margin-top: 10px;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.table {
  width: auto;
  margin-top: 20px;
}

.residual-outer {
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.residual-inner {
  margin-right: 20px;
  text-align: center;
  width: auto;
  display: inline-block;
}

.residual-unknown {
  background-color: #cccccc;
}

.residual-box {
  width: 14px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  height: 14px;
}

.residual-3Above {
  background-color: #5379c6;
}

.residual-2Above {
  background-color: #53a0c6;
}

.residual-1Above {
  background-color: #53c6c6;
}

.residual-1Below {
  background-color: #ffe57f;
}

.residual-2Below {
  background-color: #ffcc7f;
}

.residual-3Below {
  background-color: #ff997f;
}

.residual-4Above {
  background-color: #5353c6;
}

.residual-4Below {
  background-color: #ff8080;
}

.residual-onTarget {
  background-color: #53c68c;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #f5f5f5;
}

:focus {
  outline: 0;
}

.residual-bar {
  height: 15px;
  width: 100%;
  border: 1px solid #000;
  margin-top: 4px;
  padding: 0px;
}

.residual-bar-inner {
  height: 100%;
  padding: 0px;
  border-right: 1px solid;
}

.residual-bar > .residual-bar-inner:last-child {
  height: 100%;
  padding: 0px;
  border-right: 0px;
}

.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 0px;
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ccc;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.3em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

button:focus {
  outline: 0;
}

.dropdown-item {
  font-family: Open Sans;
  font-size: 14px;
}

.btn-unstyled {
  background: transparent;
  border: none;
  color: #000;
  padding: 0px;
}

.link-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.glyphicon {
  width: 19px;
  vertical-align: text-bottom;
}

.separator {
  margin-left: 8px;
  margin-right: 8px;
  color: #dbdbdb;
}

.table td {
  padding: 8px;
  white-space: nowrap;
  height: 37px !important;
  line-height: 1.4;
  border-right: 1px solid #ddd;
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 312px) {
  > button.navbar-toggler {
  }

  .navbar-toggler {
    display: none;
  }
}

#myAccount-btn {
  position: absolute;
  right: 0px;
}

#dashboard-nav {
  position: relative;
}

@media (max-width: 440px) {
  #dashboard-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #myAccount-btn {
    position: relative;
  }
}

@media (max-width: 640px) {
  .row-sm-vertical {
  }
}

.col-right {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-self: flex-end;
  padding-top: 10px;
}

.pupil-indicator {
  background-color: #f8f8f8 !important;
}

.table th {
  border-bottom: 2px solid #ddd !important;
  border-top: 0px !important;
}

.target-grade {
  background-color: #e6e4e2 !important;
}

td.target-grade > select {
  background-color: #e6e4e2;
  border: none;
  width: 100%;
  height: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  font-family: Open Sans;
  padding: 9px;
  outline: 0;
}

td.predicted-grade > select {
  background-color: #fff;
  border: none;
  width: 100%;
  height: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  font-family: Open Sans;
  padding: 9px;
  outline: 0;
}

.row {
  margin: 0px;
}

.col-row {
  margin-left: -15px;
  margin-right: -15px;
}

.modal-open {
  overflow: scroll;
  /*Keep scroll bar on model open*/
}

/* -- fix modal shift page */

.modal-open[style] {
  padding-right: 0px !important;
}

.modal-hide[style] {
  padding-right: 0px !important;
}

body {
  padding-right: 0 !important;
}

.onOrAbove {
  background-color: rgb(83, 198, 140) !important;
}

.large-width-grading {
  width: 40px !important;
}

.onOrAbove-incomplete {
  background-image: linear-gradient(
    225deg,
    #21945a,
    #21945a 5px,
    transparent 5px,
    transparent
  );
}

.cell-incomplete {
  background-image: linear-gradient(
    225deg,
    #c7c5c5,
    #c7c5c5 5px,
    transparent 5px,
    transparent
  );
}

.cell-feedback {
  background:
      /* Right bottom triangle*/ linear-gradient(
      to bottom right,
      transparent 49.5%,
      #c7c5c5 50%
    )
    bottom right;

  background-size: 8px 8px; /* Width height*/
  background-repeat: no-repeat;
}

.cell-feedback-onOrAbove {
  background:
      /* Right bottom triangle*/ linear-gradient(
      to bottom right,
      transparent 49.5%,
      #21945a 50%
    )
    bottom right;

  background-size: 8px 8px; /* Width height*/
  background-repeat: no-repeat;
}

.cell-feedback-orMoreBelow {
  background:
      /* Right bottom triangle*/ linear-gradient(
      to bottom right,
      transparent 49.5%,
      #cd4e4e 50%
    )
    bottom right;

  background-size: 8px 8px; /* Width height*/
  background-repeat: no-repeat;
}

.cell-feedback-oneBelow {
  background:
      /* Right bottom triangle*/ linear-gradient(
      to bottom right,
      transparent 49.5%,
      #cdcd4e 50%
    )
    bottom right;

  background-size: 8px 8px; /* Width height*/
  background-repeat: no-repeat;
}

.oneBelow {
  background-color: rgb(255, 255, 128) !important;
}

.oneBelow-incomplete {
  background-image: linear-gradient(
    225deg,
    #cdcd4e,
    #cdcd4e 5px,
    transparent 5px,
    transparent
  );
}

.orMoreBelow {
  background-color: rgb(255, 128, 128) !important;
}

.orMoreBelow-incomplete {
  background-image: linear-gradient(
    225deg,
    #cd4e4e,
    #cd4e4e 5px,
    transparent 5px,
    transparent
  );
}

.moreBelow {
  background-color: rgb(255, 128, 128) !important;
}

.moreBelow-incomplete {
  background-image: linear-gradient(
    225deg,
    #cd4e4e,
    #cd4e4e 5px,
    transparent 5px,
    transparent
  );
}

.dropdown-menu {
  z-index: 1025;
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

td.target-grade > select.form-control:focus {
  background-color: #e6e4e2;
  border: 1px solid #acacac;
  box-shadow: unset;
}

td.predicted-grade > select.form-control:focus {
  background-color: #fff;
  border: 1px solid #acacac;
  box-shadow: unset;
}

.indicator {
  width: 30px;
  min-width: 30px;
  height: 140px;
}

.assessment {
  width: 50px !important;
  height: 140px;
  padding: 0px !important;
  min-width: 50px;
}

th.indicator > div {
  transform: rotate(-90deg) translate(76px, -69px);
  white-space: nowrap;
  position: absolute;
  width: 140px;
}

.single-line {
  transform: rotate(-90deg) translate(9px, 15px);
  transform-origin: top left;
  position: absolute;
  width: 130px;
}

.double-line {
  transform: rotate(-90deg) translate(9px, 3px);
  transform-origin: top left;
  width: 130px;
  line-height: 20px;
  position: absolute;
}

#assessmentData {
  margin-top: 30px;
  overflow: scroll;
}

.separate {
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #ddd;
}

.sticky-left {
  position: sticky;
  left: 0;
  background-color: #fff;
}

.sticky-left1 {
  position: sticky;
  left: 0;
  min-width: 200px;
  max-width: 200px;
  background-color: #fff;
  z-index: 1000;
}

.sticky-left2 {
  position: sticky;
  left: 200px;
}

.sticky-left3 {
  position: sticky;
  left: 230px;
  background-color: #fff;
  z-index: 1000;
}

.sticky-left4 {
  position: sticky;
  left: 260px;
}

.sticky-left5 {
  position: sticky;
  left: 290px;
}

.sticky-left6 {
  position: sticky;
  left: 320px;
}

.sticky-left7 {
  position: sticky;
  left: 350px;
}

.sticky-top1 {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1005;
  left: 200px;
}

.sticky-top-left {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff !important;
  z-index: 1010;
}

.sticky-top2 {
  position: sticky;
  top: 0;
  left: 230px;
  background-color: #fff;
  z-index: 1010;
}

.sticky-top3 {
  position: sticky;
  top: 0;
  left: 260px;
  background-color: #fff;
  z-index: 1010;
}

.sticky-top4 {
  position: sticky;
  top: 0;
  left: 290px;
  background-color: #fff;
  z-index: 1010;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

/*
.modal {
    overflow-y: auto !important;
    outline: 0;
}
*/
.modal-dialog {
  margin-top: 50px;
  display: block;
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

.modal-content {
  border-radius: 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -wekbit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.close {
  font-size: 21px;
  padding: 14px !important;
  margin-left: 0px !important;
}

h4,
.h4 {
  font-size: 23px;
  font-family: Lato;
}

.modal-title {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 400;
  font-family: Lato;
  line-height: 1.1;
  margin-bottom: 15px;
}

p {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
  color: #515157;
}

.form-check-label {
  font-weight: normal;
}

.list-group-item.active {
  z-index: 2;
  color: #000000;
  background-color: #ffffff;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-radius: 0px !important;
}

.list-group-item:last-child {
  border-radius: 0px !important;
}

.checkbox-right {
  margin-left: 10px;
}

.grade-boundary {
}

.grade-boundary th td {
  padding: 7px;
  height: 37px;
  border-bottom: 1px solid #ddd !important;
}

a.remove {
  color: #a94442;
}

@supports (-ms-ime-align: auto) {
  .sticky-left {
    position: relative !important;
  }

  .sticky-left1 {
    position: relative !important;
    min-width: 200px;
    max-width: 200px;
    background-color: #fff;
    z-index: 1000;
  }

  .sticky-left2 {
    position: relative !important;
  }

  .sticky-left3 {
    position: relative !important;
    background-color: #fff;
    z-index: 1000;
  }

  .sticky-left4 {
    position: relative !important;
  }

  .sticky-top1 {
    position: relative !important;
    background-color: #fff;
    z-index: 1005;
    left: 200px;
  }

  .sticky-top-left {
    position: relative !important;
    background-color: #fff !important;
    z-index: 1010;
  }

  .sticky-top2 {
    position: relative !important;
    background-color: #fff;
    z-index: 1010;
  }

  .sticky-top3 {
    position: relative !important;
    background-color: #fff;
    z-index: 1010;
  }

  .sticky-top {
    position: relative !important;
    z-index: 1000;
  }

  th.indicator > div {
    transform: rotate(-90deg) translate(-30px, -69px) !important;
  }

  .single-line {
    transform: rotate(-90deg) translate(-125px, 15px) !important;
  }

  .double-line {
    transform: rotate(-90deg) translate(-125px, 3px) !important;
  }
}

.table-bordered td {
  border-bottom: 1px solid #ddd;
}

a:not([href]):not([tabindex]) {
  color: #2e4780;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: #2e4780;
  text-decoration: none;
}

#teacher-login a {
  display: block;
  margin-top: 10px;
}

#forgot-password a {
  display: block;
  margin-bottom: 6px;
  width: 100%;
}

.alert-success {
  color: #155724;
  background-color: #eaf5f0;
  border-color: #c3e6cb;
  border-radius: 0px;
}

#resetMsg {
  width: 100%;
}

#addClassTree {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 50vh;
}

.overflow-x {
  width: 100%;
  overflow-x: auto;
}

#addClasses {
  max-width: 600px !important;
}

.markbook-th {
  height: 130px;
  max-width: 30px;
  min-width: 30px;
  padding: 0px !important;
}

.markbook-th div {
  transform: rotate(-90deg) translate(9px, 5px);
  width: 120px;
  position: absolute;
  transform-origin: top left;
}

.markbook-th .total div {
  transform: rotate(-90deg) translate(9px, 10px) !important !important;
}

.markbook-th .total div {
  transform: rotate(-90deg) translate(9px, 5px);
  width: 120px;
  position: absolute;
  transform-origin: top left;
}

.myClasses-width {
  min-width: 140px;
}

@media (max-width: 334px) {
  .nav-link-padding {
    padding-bottom: 20px !important;
  }
}

.linked-classes-tree {
  min-height: 200px !important;
}

.total {
  min-width: 42px;
}

.markbook-th.total div {
  transform: rotate(-90deg) translate(9px, 11px) !important;
}

.gradebook-row {
  overflow: auto;
  max-height: 90vh;
  width: 100%;
}

.form-250 {
  width: 250px;
}

.xs-select-assessment {
  margin-left: -15px;
  margin-bottom: 0px;
}

.form-width-60px {
  width: 60px;
}

.paper-links {
  margin-bottom: 12px;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border: none;
  height: 27px;
  width: 75px;
}

.btn-warning {
  color: #212529;
  background-color: #f0ad4e;
  border: none;
  color: #fff;
  height: 27px;
  width: 75px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.class-password {
  width: 120px;
  text-align: center;
  font-weight: 600;
  height: 30px;
  display: inline;
  color: #000;
  border: 2px solid rgb(213, 219, 219);
  background-color: rgb(244, 246, 246);
}

#markbook-table {
  max-height: 90vh;
  overflow: auto;
  margin-bottom: 30px;
}

#markbook-table .sticky-left1 {
  max-width: 180px !important;
  min-width: 180px !important;
  overflow: hidden;
}

.paper-links img {
  height: 16px;
  vertical-align: middle;
}

#addColumn-classes-tree {
  height: 300px;
  overflow: auto;
}

#addColumnModal .modal-content {
  margin-top: 90px;
}

#Export .modal-content {
  margin-top: 90px;
}

.modal-content {
  margin-top: 65px;
}

#addColumns-paper-group {
  height: 455px;
  overflow: auto;
}

#createCustomMarkbooks {
  max-width: 490px !important;
  margin-top: 80px;
}

.form-text {
  color: #737373;
  margin-bottom: 25px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(247, 247, 247);
}

.remove-column {
  width: 180px;
}

.caret-0::after {
  vertical-align: 0.2em;
  display: none;
}

.scoresheet-sticky-top {
  min-width: 4;
}

.scoresheet-sticky-top {
  padding: 8px !important;
}

.scoresheet-upper50 {
  background-color: #ffff80 !important;
}

.scoresheet-full {
  background-color: #53c68c !important;
}

.scoresheet-zero {
  background-color: #fc7878 !important; /*Change from FF8080 */
}

.scoresheet-row {
  max-height: 80vh;
  margin-bottom: 30px;
}

.alert-secondary {
  color: #383d41;
  background-color: #f5f5f5;
  border-color: #e3e3e3;
  padding: 19px;
  text-align: center;
  border-radius: 0px;
}

.progress {
  height: 20px;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: -ms-flexbox;
  background-color: #28a745;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.marking-papers {
  background-color: rgb(182, 182, 182, 0.11);
}

.marking-papers {
  background-color: rgb(182, 182, 182, 0.11);
}

.marking-papers {
  background-color: rgb(182, 182, 182, 0.11);
}

.marking-papers {
  background-color: rgb(182, 182, 182, 0.11);
}

.marking-papers {
  background-color: rgba(182, 182, 182, 0.11);
  border-top: 0px !important;
  border-bottom: 0px !important;
}

@media (min-width: 714px) and (max-width: 767px) {
  .container {
    max-width: 700px;
  }
}

@media (min-width: 623px) and (max-width: 684px) {
  .container {
    max-width: 604px;
  }
}

.progress-th {
  min-width: 279px !important;
}

td.d-flex {
  border: 0px;
}

a.disabled {
  color: #dbdbdb;
}

.marking-due {
  width: 100px;
  min-width: 100px !important;
}

.marking-class {
  width: 110px;
  min-width: 105px !important;
}

.marking-assessment-title {
  width: 480px !important;
  min-width: 350px !important;
}

.question-box {
  min-width: 40px;
  height: 40px;
  border: solid 1px #dbdbdb;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  padding: 9px 9px 0px;
  cursor: pointer;
}

.initial-box {
  min-width: 40px;
  height: 40px;
  border: solid 1px #dbdbdb;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  padding: 9px 9px 0px;
  cursor: pointer;
}

.partial {
  background-color: #c4c4c438; /* #2abd9a38;*/
}

.complete {
  background-color: #c7d0e4; /*#2abd9a;*/
}

.current {
  font-weight: bold;
}

.marking-viewport {
  border: 1px solid #ddd;
  padding: 0px;
}

#ms-top-bar {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  height: 28px;
  padding-top: 2px;
}

#qp_a-top-bar {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  height: 28px;
  padding-top: 2px;
}

#qp_a-top-bar img {
  width: 25px;
  margin-right: 10px;
}

#top-bar {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  height: 28px;
  padding-top: 2px;
}

#ms-top-bar img {
  width: 25px;
  margin-right: 10px;
}

#top-bar img {
  width: 25px;
  margin-right: 10px;
}

#ms-top-bar span {
  color: #787878;
}

#top-bar span {
  color: #787878;
}

#marks-toolbar button {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  text-transform: none;
  background: #fff;
  color: #000;
  border: 2px solid #eaeaea;
  text-align: center;
  padding: 0px;
  letter-spacing: unset;
}

.flex-column #marks-toolbar {
  justify-content: flex-end;
}

.marking-nav {
  height: 45px;
  cursor: pointer;
}

#marking-nav-row {
  justify-content: space-between;
}

#feedback-row {
  margin-top: 5px;
  margin-bottom: 25px;
}

.form-control[readonly] {
  background-color: #ffffff;
}

.gradebook-links {
  margin-top: -28px;
}

.gradebook-dropdown {
  width: 240px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #2e4780;
}

@media (min-width: 1200px) {
  .pinned-feedback {
    width: 97% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pinned-feedback {
    width: 96% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pinned-feedback {
    width: 95%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .pinned-feedback {
    width: 94%;
  }
}

@media (max-width: 575px) {
  .pinned-feedback {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .pin {
    width: 3% !important;
  }
}

.pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pin {
    width: 4% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pin {
    width: 5% !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .pin {
    width: 6% !important;
  }
}

@media (max-width: 575px) {
  .pin {
    width: 10%;
  }
}

#marks-toolbar button.active {
  background: #000;
  color: #fff;
}

.pinned-feedback-text {
  height: auto;
  cursor: pointer;
}

.pinned-feedback-row {
  margin-top: 10px;
}

@media (min-width: 870px) and (max-width: 952px) {
  .container {
    max-width: 840px !important;
  }
}

@media (min-width: 953px) and (max-width: 1040px) {
  .container {
    max-width: 865px !important;
  }
}

@media (min-width: 953px) (max-width: 991px) {
  .container {
    max-width: 935px;
  }
}

@media (min-width: 820px) and (max-width: 869px) {
  .container {
    max-width: 800px;
  }
}

@media (min-width: 685px) and (max-width: 713px) {
  .container {
    max-width: 660px;
  }
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

.dropdown-scroll {
  height: 220px;
  overflow-y: scroll;
}

.pointer {
  cursor: pointer;
}

#compare td {
  text-align: center;
  vertical-align: middle !important;
  white-space: normal !important;
}

table.dataTable.no-footer {
  border-bottom: none;
  border-collapse: collapse;
}

#compare th {
  text-align: center;
  vertical-align: middle !important;
}

#compare td.current-class {
  background-color: #f7f7f7;
}

#uploadStudentAssessmentModal .modal-dialog {
  max-width: 600px;
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .container {
    max-width: 1038px !important;
  }
}

#editClass .modal-dialog {
  max-width: 500px;
}

.form-control:disabled {
  background: #f4f4f6;
  color: #5d5d5d;
  border-color: #d5dbdb;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
}

#editGradeBoundary .modal-dialog {
}

#editGradeBoundary th {
  border-bottom: 1px solid #d3d3d3 !important;
  vertical-align: middle;
  border-top: 1px solid #d3d3d3 !important;
}

#editGradeBoundary .table .form-control {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}

#editGradeBoundary .modal-body {
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
}

#editGradeBoundary .form-control {
  display: inline;
  width: 50px;
  text-align: center;
}

#editGradeBoundary a {
  margin-left: 15px;
}

#questionModalDialog .modal-header {
  padding: 0px;
}

#questionModalDialog .nav-tabs {
  border-bottom: 0px;
}

#questionModalDialog button.close {
  margin-top: 0px;
  margin-right: 0px;
}

#addStudentModal .modal-dialog {
  max-width: 500px;
}

#addStudentModal .tab-pane {
  padding-top: 0px;
}

#addStudentModal .modal-body {
  padding-top: 0px;
}

#addStudentModal .nav-tabs {
  margin-left: -16px;
  margin-right: -16px;
}

#addStudentModal .form-control {
  max-width: 300px;
}

#editStudentScoresModal .modal-dialog {
  max-width: 300px;
}

.input-group-text {
}

.input-group-text {
  border-radius: 0px;
}

#editStudentScoresModal .input-group-prepend {
  border: 0px solid #ccc;
  margin-right: 0px;
  margin-top: 0px;
}

.input-group .form-control {
  height: 40px;
}

#editStudentScoresModal .input-group {
  margin-top: 5px;
}

.dataTables_wrapper {
  width: 100% !important;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}

#teacherAccountsRow .table {
  width: 90%;
}

@media (max-width: 767px) {
  #teacherAccountsRow .table {
    width: 100%;
  }
}

#feedbackTable td {
  border: 0px;
  white-space: normal;
}

#feedbackTable th {
  border-top: 0px;
}

#feedbackTable .alert-success {
  width: 100%;
  margin: 1px;
  padding: 5px;
  background-color: #1abc9c66;
  color: rgb(51, 51, 51);
  border-radius: 0px;
}

#feedbackTable .student-name {
  font-size: 16px;
  font-family: Lato;
}

#feedbackTable .on-above {
  background-color: #53c68c;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

#feedbackTable .comment {
  padding-bottom: 50px;
  padding-top: 12px;
}

#feedbackTable textarea {
  border-radius: 0px;
  resize: none;
  padding: 6px;
  margin-top: 20px;
}

#student-preview-container {
  min-height: 500px;
}

#feedbackTable .next-steps {
  padding-top: 12px;
}

#feedbackTable a {
  display: block;
  margin-top: 20px;
}

#feedbackTable .padding {
  padding-top: 12px;
}

#feedbackTable .one-below {
  background-color: #ffff80;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

#feedbackTable .more-below {
  background-color: #ff8080;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

ul,
ol {
  padding-left: 15px;
}

/* Print Styles (keep at bottom of file) */
@media print {
  a,
  h3 > a {
    text-decoration: none !important;
    color: #000 !important;
  }

  header {
    display: none !important;
  }

  footer {
    display: none !important;
  }

  .breadcrumb {
    display: none !important;
  }

  .btn {
    display: none !important;
  }

  .container {
    max-width: 100% !important;
  }

  .content-container {
    min-height: unset !important;
  }

  .nav {
    display: none !important;
  }

  body {
    padding-top: 20px !important;
  }

  .links {
    display: none !important;
  }

  .dropdown-toggle::after {
    display: none;
  }

  #markbook-table {
    flex: 100% !important;
    width: 100%;
    max-height: unset !important;
    max-width: 100%;
  }

  .page-break {
    page-break-before: always !important;
    page-break-inside: avoid !important;
    float: none;
  }

  .gradebook-row {
    max-height: 100% !important;
    overflow: unset;
  }

  #assessmentData {
    overflow: unset !important;
  }

  thead {
    display: table-header-group !important;
  }

  .row {
    float: none;
    overflow: visible !important;
  }

  th,
  td {
    position: unset !important;
  }
}

/* end of print styles */
.setup-disabled {
  border-bottom: 2px solid #d3d3d3;
}

.setup-current {
  border-bottom: 3px solid #1abc9c;
}

.setup-disabled h3 {
  color: #d3d3d3;
}

.setup-disabled p {
  color: #d3d3d3;
}

@media (max-width: 575px) {
  .setup-disabled {
    display: none;
  }

  #yearGroupName .form-control {
    width: 80% !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #yearGroupName .form-control {
    max-width: 250px !important;
  }
}

@media (min-width: 576px) {
  .setup-current div {
    display: none;
  }
}

@media (max-width: 575px) {
  .setup-current {
    border-bottom: none;
  }
}

.setup-current div {
  border-bottom: 3px solid #1abc9c;
}

#yearGroupName {
  margin-bottom: 25px;
}

#editYearGroups {
  margin-bottom: 25px;
}

#yearGroupName .form-group {
  margin-bottom: 0px;
}

#editYearGroups table {
  width: 100%;
}

#editYearGroups td {
  border: 1px solid #ddd;
}

#editYearGroups a {
  margin-left: 12px;
}

#editYearGroups div {
  float: right;
}

#yearGroupName label {
  display: block;
}

#yearGroupName .form-control {
  display: inline-block;
  margin-right: 20px;
  width: 80%;
}

#selectYearGroup td {
  border: 1px solid #ddd;
}

#selectYearGroup table {
  width: 100%;
}

#selectYearGroup td:active {
  background: #000 !important;
  color: #fff;
}

#addClassName table {
  display: inline-table;
  margin-bottom: 10px;
}

.setup-alert {
  text-align: center;
  background-color: rgba(26, 188, 156, 0.18);
  border-color: #1abd9c;
  color: #0f7c67;
  padding: 10px;
  border-radius: 0px !important;
}

.setup-alert a {
  color: inherit;
  font-weight: bold;
}

#customMarkbook .markbook-th {
  color: #878787;
}

#customMarkbook .form-control {
  border: none;
  height: 36px;
  padding: 2px;
  text-align: center;
  width: 35px !important;
}

#customMarkbookRow {
  overflow: auto;
  max-height: 90vh;
  margin-bottom: 30px;
}

.customMarkbookTotal {
  background: #f4f6f6;
  color: #888888;
}

#copyMarkbookModal .modal-dialog {
  max-width: 350px;
}

#customMBSettingsModal .modal-dialog {
  max-width: 700px;
}

.green {
  color: #1abc9c;
}

#addGradeBoundaries th {
  text-align: center;
}

#addGradeBoundaries td {
  text-align: center;
}

#custom-columns .tab-pane {
  border-bottom: 0px;
  padding-top: 0px;
}

#custom-columns p {
  margin-top: 0px;
}

.weight-span {
  float: right;
  font-weight: bold;
  color: #777777 !important;
}

#custom-columns .list-group-item {
  padding-left: 10px;
  padding-right: 10px;
}

#gradebookSettings .list-group-item {
  padding-left: 10px;
  padding-right: 10px;
}

#addClassName label {
  display: block;
}

#addClassName .form-control {
  max-width: 200px;
  display: inline-block;
  margin-right: 20px;
}

#classTables {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#addClassName img {
  width: 15px;
}
/*
li {
    margin-bottom: 10px;
}
*/

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

#overviewStudentInfo li {
  margin-bottom: 3px !important;
}

.collapse.in {
  display: flex;
}

#overviewAssessmentInfo h4 {
  font-weight: 300;
  margin-bottom: 11px;
  margin-top: 0px;
  width: 100%;
}

#overviewAssessmentInfo h5 {
  font-weight: 300;
  margin-bottom: 11px;
  margin-top: 0px;
}

.line {
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.link-left {
  margin-left: auto;
  align-self: flex-end;
  margin-bottom: 3px;
}

#overviewAssessmentInfo table {
  min-width: 300px;
}

.overview-totals {
  border-left: 0px !important;
  background: rgba(211, 211, 211, 0.31);
}

.overview-papers {
  border-right: 0px !important;
  background: rgba(211, 211, 211, 0.31) !important;
}

.scoresheet-row td {
  min-width: 32px !important;
}

.gbook-settings-col {
  max-height: 470px;
  overflow-y: auto;
  padding-top: 21px;
  margin-top: -20px;
}

#editTeacher .modal-dialog {
  max-width: 500px;
}

.uk-nav-default > li .uk-active > a {
  color: #2e4780 !important;
  font-weight: bold;
}

.uk-nav-default > li > a {
  color: #3c3c3c;
}

.uk-nav-default .uk-nav-sub a {
  color: #5a5a5a;
}

.uk-card-default {
  border: 1px solid #e5e5e5;
  box-shadow: unset;
}

.uk-card-default .badge {
  float: right;
  border-radius: 0px;
  margin-bottom: -25px;
  padding: 6px;
  width: 100%;
}

.uk-card-header {
  padding: 30px 20px 20px;
}

.uk-card-header .uk-flex-middle {
  margin-top: 0px;
  align-items: flex-start;
}

.uk-card-default .uk-width-auto {
  margin-top: 5px;
}

.uk-card-header .row {
  display: flex;
  justify-content: space-between;
}

.uk-card-body {
  flex-direction: column;
  display: flex;
  padding: 20px;
}

.uk-card-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.uk-card-footer a {
  float: right;
  margin-top: 3px;
}

.uk-card-footer .class-password {
  max-width: 80px;
}

.uk-card-footer img {
  width: 16px;
}

.linked-class-single {
  width: 24px;
  border-bottom: none !important;
  padding-right: 0px;
}

.linked-class-double {
  /* background-color: #eeeeee */
  min-width: 40px;
  border-bottom: none !important;
  padding-right: 0px;
}

.linked-class-single div {
  transform: rotate(-90deg) translate(-6px, -10px);
  transform-origin: top left;
  position: absolute;
  width: 130px;
}

.linked-class-double div {
  transform: rotate(-90deg) translate(-6px, -15px);
  transform-origin: top left;
  position: absolute;
  width: 130px;
}

.linked-indicator {
  border-left: 2px solid #d3d3d3;
  min-width: 30px !important;
  max-width: 30px !important;
}

.linked-indicator div {
  transform: rotate(-90deg) translate(54px, -69px);
  white-space: nowrap;
  width: 140px;
}

.search-row h4 {
  font-weight: 200 !important;
  margin-top: 10px;
  margin-bottom: 15px;
}

.search-row h4:hover {
  text-decoration: underline;
}
.search-heading {
  font-weight: 400;
}

.search-row li {
  margin-bottom: 5px;
}

.search-row .list-unstyled ul {
  list-style: none;
  margin-top: 5px;
}

.intervention-booklets svg {
  width: 20px;
  float: right;
  fill: #787878;
  margin-left: 20px;
}

.intervention-booklets div {
  display: flex;
  justify-content: space-around;
}

.nav-lite {
  font-weight: 200;
  font-size: 32px;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

#liteUploadModal .modal-dialog {
  max-width: 500px;
}

#liteManageAccount .modal-dialog {
  max-width: 500px;
}

#liteManageAccount .tab-pane {
  border-bottom: 0px;
}

.liteDelete {
  color: #a94442;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.liteDelete a {
  color: #a94442;
  font-weight: bold;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px !important;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

#editGradeBoundary .modal-dialog {
  display: inline-block;
}

#editGradeBoundary.modal {
  text-align: center;
}

@media (max-width: 767px) {
  #editGradeBoundary .modal-dialog {
    width: 100%;
  }

  #gradeTable {
    overflow-x: scroll;
  }
}

#addColumnModal .card:hover {
  background-color: #dbdbdb;
}

.card-columns .card-body:hover {
  cursor: pointer;
}

#custom-table input {
  border: none;
  width: 40px;
  padding: 0px;
  margin: 0;
  text-align: center;
  height: 100%;
}

#custom-table td {
  width: 40px;
  height: 40px;
}

#custom-table .input {
  padding: 0px;
}

#assessmentData .input {
  padding: 0px;
}

#assessmentData input {
  border: none;
  width: 40px;
  padding: 0px;
  margin: 0;
  text-align: center;
  height: 100%;
}

#sheet-table input {
  border: none;
  width: 40px;
  padding: 0px;
  margin: 0;
  text-align: center;
  height: 100%;
}

#sheet-table td {
  width: 40px;
  height: 40px;

  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  -o-user-select: none;
  user-select: none;
}

#sheet-table .input {
  padding: 0px;
}

#addColumnModal {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.sheet-total {
  background-color: #f2f0ef;
}

.sheet-highlight {
  background-color: rgb(241, 245, 255);
}
.s-green {
  background-color: #53c68c !important;
  border-radius: 0px !important;
}

.s-orange {
  background-color: rgba(255, 159, 28, 0.83) !important;
  border-radius: 0px !important;
}

.s-blue {
  background-color: #b8e1ff !important;
  border-radius: 0px !important;
}
.s-amber {
  background-color: #ffff80 !important;
  border-radius: 0px !important;
}
.s-red {
  background-color: #ff8080 !important;
  border-radius: 0px !important;
}

.selectedCell {
  background-color: rgb(249, 247, 247);
  border: 0.5px solid rgb(185, 185, 185) !important;
}

/* Gradebook Controls */
#gradebook-controls {
  margin-bottom: 15px;
}
#gradebook-controls img {
  cursor: pointer;
}
#markbook-controls img {
  cursor: pointer;
}
#sheet-controls img {
  cursor: pointer;
}

#scoresheet-controls img {
  cursor: pointer;
}

#class_information_modal_content table {
  width: 100%;
}
#class_information_modal_content {
  max-width: 700px !important;
}

#table-class-info {
  width: 100%;
  table-layout: fixed;
}

#table-class-info td {
  white-space: normal;
}

#createFeedbackSheetModal .modal-dialog {
  width: 600px !important;
}

#createFeedbackSheetModal .student-cards .card {
  height: 50px;
  padding: 16px;
  cursor: pointer;
}

#createFeedbackSheetModal .student-cards .card:hover {
  background-color: rgb(249, 249, 249);
}

#createFeedbackSheetModal .student-cards .card-body {
  padding: 0px;
}

.selected-card {
  border: 1.5px solid color(srgb 0.1804 0.2784 0.502);
}
.plus-icon {
  font-size: 17px;
  position: absolute;
  left: 20px;
  top: 14px;
}

.minus-icon {
  font-size: 17px;
  position: absolute;
  left: 20px;
  top: 14px;
}
#nextStepPreview .modal-dialog {
  width: 580px;
}

#nextStepTopicSelector-Topic_List {
  max-height: 500px;
  overflow-y: auto;
}

#nextStepTopicSelector-Topic_List li {
  cursor: pointer;
}

#nextStepTopicSelector-Topic_List li:hover {
  background-color: #f8f8f8;
}

.pane-closed {
  color: rgb(163, 163, 163);
}

#document-table {
  width: 100%;
}

#addNextStep .card:hover {
  background-color: #dbdbdb;
}

.rc-progress-bar {
  min-width: 300px;
  height: 30px;
  margin: 0;
  background-color: gray;

  margin-bottom: 10px;
}

.green {
  background-color: rgb(83, 198, 140);
  height: 30px;
  margin: 0;
  width: 50%;
  float: left;
  display: inline-block;
}

.red {
  background-color: rgb(233, 83, 83);
  height: 30px;
  margin: 0;
  width: 25%;
  display: inline-block;
}

.yellow {
  background-color: yellow;
  height: 30px;
  margin: 0;
  width: 25%;
  display: inline-block;
}

#marking-edit_body .card-body {
  padding: 0px;
}

#marking-edit_body .card {
  margin-top: 10px;
  cursor: pointer;
}

#marking-edit_body .card:hover {
  border: 1.5px solid color(srgb 0.1804 0.2784 0.502);
}

.cell-50 {
  width: 50px;
}

.folder {
  cursor: pointer;

  background-color: #e8e8e8;
}

.folder:hover {
  background-color: #cccccc;
}

.folder h5 {
  margin-top: 0px;
}

.folder svg {
  margin-top: -10px;
}
.group:hover {
  background-color: rgb(250, 250, 250);
}

.group {
  cursor: pointer;
}

#add-classes-modal-body .card:hover {
  background-color: #dbdbdb;
  cursor: pointer;
}

#addClassesModal {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -os-user-select: none;
  user-select: none;
}

#add-classes-modal-body .selected-class {
  border: 2px solid #2e4780;
  border-radius: 3px;
}

.selected-class-mark {
  position: absolute;
  right: 10px;
}

.addClassModalBack {
  color: #2e4780;
  cursor: pointer;
}

.addClassModalBack svg {
  fill: #2e4780;
}

.subject-icon {
  width: 50px;
}

.assessment-overview p {
  margin: 0px;
}

.mln30 {
  margin-left: -30px;
}

.task:hover {
  background-color: #f3f3f3;
}

.task {
  cursor: pointer;
}

#group-pane {
  display: none;
}

#paper-pane {
  display: none;
}

#navigation-pane-navigation {
  /* min-height:500px;
    overflow-y:scroll;*/
}
.tick-icon {
  width: 25px;
}

#select-classes {
  display: none;
}

#link_teacher_account_modal .modal-dialog {
  margin-top: 20vh;
  width: 500px;
}

#link_teacher_account_modal .modal-body {
  min-height: 300px;
}

#change_academic_year_modal .modal-dialog {
  margin-top: 20vh;
  width: 500px;
}

#change_academic_year_modal .modal-body {
  min-height: 300px;
}

#academic-year-select {
  height: 200px;
}

#teacher-select {
  height: 200px;
}

#addMarkbookType .modal-dialog {
  width: 500px;
}

#Homework_Markbook_Options .modal-dialog {
  width: 500px;
}

#createHomeworkMarkbook .modal-dialog {
  width: 500px;
}

#create_markbook_from_title .modal-dialog {
  width: 500px;
}

#paper-topics {
  height: 600px;
  overflow-y: auto;
}

#paper-topics {
  padding-left: 20px !important;
}

#no_paper_msg {
  height: 600px;
}

.class-card {
  cursor: pointer;
}

.class-card:hover {
  background-color: #f3f3f3;
}

.paper-card {
  cursor: pointer;
}

.paper-card:hover {
  background-color: #f3f3f3;
}

.group-card {
  cursor: pointer;
}

.group-card:hover {
  background-color: #f3f3f3;
}

#column-options {
  display: none;
}
.svg-white {
  fill: #ffffff;
}

.card-select:hover {
  background-color: #f3f3f3;
}

.card-select {
  cursor: pointer;
}
#side-controls {
  position: fixed;
  top: 115px;
  right: 0px;
  background-color: #2e4780;

  margin: 0;
  padding: 10px;
}

#side-controls ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

#side-controls li {
  margin: 0;
  padding: 0px;
}

#content {
  display: block;
}

#search-pane {
  display: none;
  opacity: 0.98;
  background-color: #2e4780;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
.custom-select {
  font-size: inherit !important;
}

#search-pane h2 {
  color: #ffffff;
  font-weight: 300;
}

.search-title {
  margin-top: 50px;
}

.search-input {
  width: 100%;
  height: 50px;
  background-color: #284078;
  color: #ffffff;
  border: none;
  font-size: 2em;
  font-weight: 300;
  padding-left: 15px;
  caret-color: #dbdbdb;
}

.small-icon {
  width: 20px;
  height: 20px;
}
.width-20 {
  width: 20px;
}

.flex-start {
  align-items: flex-start;
}

#feedback_sheet_students {
  max-height: 600px;
  overflow-y: auto;
}

#createFeedbackSheetModal .modal-body {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

#Assessment .modal-body {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.selected-student-mark {
  position: absolute;
  right: 10px;
  top: 12px;
}

.not-bold {
  font-weight: 400;
}

.delete {
  color: rgb(237, 75, 75) !important;
}

.delete-btn {
  background-color: rgb(237, 75, 75);
}

.red-btn {
  background-color: rgb(237, 75, 75);
}

.red-btn:hover {
  background-color: rgb(238, 67, 67);
}

.delete-btn:hover {
  background-color: rgb(238, 67, 67);
}

#delete_next_step_modal .modal-dialog {
  width: 400px;
  margin-top: 200px;
}

#digital_marking_assign_students .modal-dialog {
  max-width: unset !important;
  width: 90vw;
}

#digital_marking_edit_upload .modal-dialog {
  max-width: unset !important;
  width: 90vw;
}

#digital_marking_page_preview {
  border: 1px solid #dbdbdb;
}

.btn:disabled {
  border: 1px solid #dbdbdb !important;
}

.edit_upload_icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  text-align: center;
  border: 1px solid #dbdbdb;
  display: inline;
  cursor: pointer;
}

.edit_upload_icon:hover {
  background-color: #f9f9f9;
}

.edit_upload_icon_bar {
  margin-top: 10px;
  margin-bottom: 10px;
}

.edit_upload_icon:nth-of-type(n + 2) {
  margin-left: 10px;
}

#marking-edit_body {
  max-height: calc(100vh - 400px);
  overflow-y: auto;
}

#marking-edit_body {
  background-color: #f4f4f433;
  margin-top: 10px;
}

.card-handle {
  width: 100%;
  margin: 0;
  height: 20px;
}

.card-page-number {
  width: 100%;
  margin: 0;
  height: 20px;
  text-align: center;
  color: #505050;
}

#digital_marking_edit_upload .modal-body {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.upload-region {
  width: 100%;
  min-height: 150px;
  border: 1px dashed #dbdbdb;
  text-align: center;
  padding: 50px;
}

.upload-region h5 {
  font-weight: bold;
  color: #2e4780;
}

#digital_marking_home .card:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.paper-qr-code {
  text-align: center;
}

#subject-listing .card:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

#digital_marking_change_marking_type .modal-dialog {
  width: 500px;
}

#digital_marking_change_marking_type .modal-body {
  height: 300px;
}

#digital_marking_change_marking_type .card:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.question-box-preloader {
  min-width: 40px;
  height: 40px;
  border: solid 1px #f5f5f5;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  padding: 9px 9px 0px;
  cursor: pointer;
  background-color: color(srgb 0.9607 0.9608 0.9609);
}

#subject_classes .card:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

#digital_marking_change_assessment .card-assessment:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.marking-score-badge {
  background-color: #7190b0;
}

#digital_marking_delete_file_name {
  font-weight: 600;
}

#digital_marking_delete_temporary_upload .modal-dialog {
  width: 450px;
  margin-top: 200px;
}

#digital_marking_temporary_uploads_alert {
  width: 400px;
}

#English_Language_Paper_1 .modal-dialog {
  width: 500px;
}
#English_Language_Paper_2 .modal-dialog {
  width: 500px;
}

#side-controls li {
  cursor: pointer;
}

.close-search {
  cursor: pointer;
}

#browseHomeworkMarkbook .modal-body {
  min-height: 500px;
}

#create_english_language_one_markbook .modal-dialog {
  width: 500px;
}

#create_english_language_two_markbook .modal-dialog {
  width: 500px;
}

#browse_english_language_two_markbook .modal-body {
  min-height: 500px;
}

#browse_english_language_one_markbook .modal-body {
  min-height: 500px;
}

#addResource .modal-body {
  min-height: 500px;
}

#addResource .card:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

#addTask .modal-dialog {
  width: 600px;
}

.error-text p {
  margin: 0px;
  color: rgb(219, 25, 25);
}

.error-text {
  display: inline-flex;
}

.manage-icon {
  width: 25px;
}

/* NEW */

#delete_upload .modal-dialog {
  width: 400px;
  margin-top: 200px;
}

#delete_uploaded_paper .modal-dialog {
  width: 400px;
  margin-top: 200px;
}

.grey {
  background-color: #e6e7e6;
  height: 30px;
  margin: 0;
  width: 25%;
  display: inline-block;
}

#student_subject_overview td {
  cursor: pointer;
}

#submitTeacherLogin {
  width: 400px;
}

#buttonDiv {
  width: 300px;
}

#login_buttons {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.question-mark:hover {
  opacity: 0.7;
  cursor: pointer;
}

.resource-video {
  border: 1px solid #c9c9c9;
  margin-bottom: 7px;
}

.video-text {
  text-color: black;
  font-size: 24px;
  font-weight: 500;
}

/* .col-md-8 > div.video-text {
    left: 27px;
    top: 14px;
} */
@media (min-width: 700px) {
  .video-xs-container {
    display: none;
  }
}

.video-xs-container {
  overflow: auto;
}

task-list-resources {
  margin-top: 10px !important;
}

[poster] {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-text-small {
  top: 0;
  background-color: #c7c7c7;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 6px;
  padding-right: 6px;
  max-height: 80%;
  overflow: hidden;
  margin-right: 5px;
}

.video-text-large {
  top: 0;
  background-color: #c7c7c7;
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 70%;
  overflow: hidden;
  margin-right: 10px;
}

.video-text-small .video-text {
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .video-viewport-xs {
    min-height: 50vh;
  }
}

.ql-container {
  min-height: 112px;
}

.active-marks {
  background: #2e4780;
  color: white !important;
}

.active-card-marks {
  /* border: 2px solid #b1bcd7 */
}

.makring-card-container {
  max-height: 275px;
  overflow: auto;
  padding-bottom: 15px;
  overflow-x: hidden;
}

.makring-card-container .card {
  border-radius: 0px;
}

.grade-box-width {
  max-width: 50px !important;
}

#custom_markbook_settings_columns_pane {
  border-right: 1px solid #dbdbdb;
}

#custom_markbook_settings_columns_pane li:hover {
  background-color: #fbfbfb;
  cursor: pointer;
}

.select-markbook {
  appearance: unset;
  border: none;
  text-align: center;
  height: 100%;
  width: 100%;
  text-align-last: center;
}

.progress-point-cell:hover {
  border-radius: 0px;
  background-color: rgb(249, 247, 247);
  border: 0.5px solid rgb(185, 185, 185) !important;
  cursor: pointer;
}

#gradebook_columns_list li:hover {
  background-color: #fbfbfb;
  cursor: pointer;
}

#gradebook_settings_columns_pane {
  border-right: 1px solid #dbdbdb;
}

.markbook-locked {
  background-color: #f6f6f6;
}

#markbook-controls img {
  width: 19px;
}

.select-markbook:hover {
  border-radius: 0px;
  background-color: rgb(249, 247, 247);
  border: 0.5px solid rgb(185, 185, 185) !important;
}

#subject_markbook_save_status {
  display: inline;
}

#subject_markbook_save_status .unsaved {
  background-color: rgb(255, 244, 208);
  padding: 4px;
}

#subject_markbook_save_status .saved {
  background-color: rgb(231, 255, 227);
  padding: 4px;
}

#scoresheet_bulk_edit_save_status {
  display: inline;
}

#scoresheet_bulk_edit_save_status .unsaved {
  background-color: rgb(255, 244, 208);
  padding: 4px;
}

#scoresheet_bulk_edit_save_status .saved {
  background-color: rgb(231, 255, 227);
  padding: 4px;
}

#gradebook_save_status {
  display: inline;
}

#gradebook_save_status .unsaved {
  background-color: rgb(255, 244, 208);
  padding: 4px;
}

#gradebook_save_status .saved {
  background-color: rgb(231, 255, 227);
  padding: 4px;
}
#custom-table input:hover {
  border-radius: 0px;
  background-color: rgb(249, 247, 247);
  border: 0.5px solid rgb(185, 185, 185) !important;
}

#custom_markbook_save_status {
  display: inline;
}

#custom_markbook_save_status .unsaved {
  background-color: rgb(255, 244, 208);
  padding: 4px;
}

#custom_markbook_save_status .saved {
  background-color: rgb(231, 255, 227);
  padding: 4px;
}
#markbook-controls img {
  width: 19px;
}

#sheet_save_status .unsaved {
  background-color: rgb(255, 244, 208);
  padding: 4px;
}

#sheet_save_status .saved {
  background-color: rgb(231, 255, 227);
  padding: 4px;
}

#marking_annotations_dropdown {
  margin: 0;
  padding: 0px;
  top: 0px;
  left: 5px;
  position: absolute;
}

#questionPaper_annotations {
  position: absolute;
}

#annotation_undo {
  position: absolute;
  left: 30px;
}

#annotation_undo {
  width: 20px;
  margin-left: 10px;
}

.modal-allow-interact {
  position: absolute;
  top: 50px;

  bottom: auto;
  max-width: 600px;
  margin: 0 auto;
  /*z-index: unset !important;*/
  height: unset;
}

.bg-primary {
  background-color: #2d4680 !important;
}

.text-primary {
  color: #2d4680 !important;
}
.report-filter-selected {
  padding: 7px;
  border-left: 8px solid rgba(0, 0, 0, 0.23);
}

.report-list {
  height: 361px;
  overflow-y: auto;
  border-color: rgba(128, 128, 128, 0.5);
  background-color: rgba(237, 237, 237, 0.05);
}

#choose_dashboard .modal-dialog {
  margin-top: 200px;
}

.side-border {
  border-left: 3px solid #2d4780;
  background-color: #f9f9f9;
  padding: 5px 5px 5px 15px;
}

#choose_dashboard > div > div > div.modal-body {
  background-color: rgba(221, 221, 221, 0.25) !important;
}

#choose_dashboard .card:hover {
  border: 1px solid #939393 !important;
  cursor: pointer;
}

#download_student_paper_modal .modal-dialog {
  max-width: unset !important;
  width: 400px;
}

#student_portal-class_details {
}

.badge-above {
  background-color: #2d4680;
  color: #fff;
}

.badge-unknown {
  background-color: #6b6a6a;
  color: #fff;
}

.no-border {
  border: none !important;
}

.crosshatch {
  color: white;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.06) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.06) 50%,
    rgba(0, 0, 0, 0.06) 75%,
    transparent 75%,
    transparent
  );
  background-size: 5px 5px;
}

.rotate-header div {
  transform-origin: 17px;
  transform: rotate(-90deg);
  bottom: 12px;
  position: absolute;
}

.rotate-header {
  width: 50px !important;
  border: none !important;
  position: relative !important;
}
#search-results h4 {
  color: #fff;
}

#search-results {
  margin-top: 40px;
}

.search-scroll-container {
  max-height: 500px;
  overflow-y: auto;
}

.search-scroll-container::-webkit-scrollbar {
  background: transparent;
  width: 8px;
}

.search-scroll-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.425);
}

.border-unknown {
  border-color: #6b6a6a !important;
}
.tile {
  cursor: pointer;
  border-top: 1px solid #e3e3e3 !important;
  border-right: 1px solid #e3e3e3 !important;
  border-bottom: 1px solid #e3e3e3 !important;
}

.tile:hover {
  background-color: #f1f1f1 !important;
}

#build-create_assessment_modal .modal-dialog {
  max-width: 600px !important;
}

#side-controls:hover {
  background-color: color(srgb 0.1548 0.2387 0.43);
}

header li:hover {
  background-color: color(srgb 0.1548 0.2387 0.43);
}

header .navbar-toggler-icon:hover {
  background-color: color(srgb 0.1548 0.2387 0.43);
}

/*SIDEBAR*/
sidebar-icon {
  position: fixed;
  top: 171px;
  width: 40px;
  right: 0;
  display: flex;
  justify-content: center;
}

.sidebar-icon {
  position: fixed;
  right: 0;
  top: 174px;
  cursor: pointer;
}

sidebar-accessibility-menu {
  position: fixed;
  top: 288px;
  right: 0;
  z-index: 10000;
  padding: 10px;
  width: 170px;
}

.sidebar-accessibillity-menu {
  padding: 10px;
  width: 170px;
}

.access-background:hover {
  border: 2px solid #ffffff;
}

.access-background.light {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}

.access-background.pink {
  width: 20px;
  height: 20px;
  background-color: #fccaff;
  display: inline-block;
  margin-right: 10px;
}

.access-background.blue {
  width: 20px;
  height: 20px;
  background-color: #cae0ff;
  display: inline-block;
}

.access-background.light:hover {
  border: 2px solid #ff0000;
}

.sidebar-icon .list-unstyled li:hover {
  background-color: #1d2d54 !important;
}

/*END*/

div > ::-webkit-scrollbar {
  background: white;
  width: 8px;
  height: 8px;
}

div > ::-webkit-scrollbar-thumb {
  background: rgba(128, 128, 128, 0.177);
}

.topic-row {
  max-width: 300px !important;
  white-space: normal !important;
}

#gradebook_settings {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

body.modal-open {
  overflow: hidden !important;
}

.underline {
  text-decoration: underline !important;
}

.text-black > a {
  color: #000000 !important;
}
.text-black {
  color: #000 !important;
}

#grade_boundaries_form {
  overflow-x: scroll;
}

#markbook_gradeboundary-table {
  overflow-x: scroll;
  padding-bottom: 5px;
}

#assign_students_form > div {
  overflow-y: scroll;
}

#subject-folder-group-listings {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}

#progress-div-dropdown {
  /*
    width:40px;
    height:40px;
    */
}
.progress-div-dropdown > select {
  position: absolute;
  opacity: 0;
  -webkit-appearance: menulist-button;
  height: 40px;
  width: 40px;
}

.input-div-dropdown > select {
  position: absolute;
  opacity: 0;
  -webkit-appearance: menulist-button;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
}

.progress-div-dropdown > svg {
  padding: 9px;
}

.progress-point {
  padding-top: 8px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.target-grade-cell {
  padding: 9px !important;
}

td.indicator-grade > select {
  border: none;
  width: 100%;
  height: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  font-family: Open Sans;
  padding: 9px;
  outline: 0;
}

td.indicator-grade > select.form-control:focus {
  border: 1px solid #acacac;

  box-shadow: unset;
}

td.indicator-grade > select.form-control:hover {
  border: 1px solid #acacac;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

#Export .card-header h4 {
  font-size: 18px;
}

.custom-mb-select-container {
  overflow-y: scroll;
  max-height: 15rem;
  padding-bottom: 10px;
}

.custom-mb-select-container .list-group-item {
  display: flex;
  flex-direction: column;
}

.custom-mb-select-container .list-group-item .info {
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
}

.custom-mb-select-container .list-group-item.active {
  background-color: #dfdfdf;
}

.additional-page-navigation {
  color: #787878;
  display: flex;
  justify-content: space-between;
}

.additional-preview-scroll {
  max-height: 15rem;
  overflow: scroll;
}

.additional-preview-scroll .list-group-item:first-of-type {
  border-top: none;
}

.additional-preview-scroll .list-group-item {
  border-left: none;
}

.additional-preview-scroll li:not(:first-of-type) {
  border-top: 1px solid #dbdbdb !important;
}

#digital_marking_additional_pages .modal-dialog {
  max-width: 1000px !important;
  margin-top: -40px;
}

#additional_pages_canvas {
  position: absolute;
  padding-right: 15px;
}

.browse_custom_markbook_back {
  width: 45px;
  margin-top: -20px;

  margin-bottom: -10px;
}
.cursor-pointer {
  cursor: pointer;
}

#browse_custom_markbook_list li:hover {
  background-color: #dbdbdb;
}

.browse_custom_markbook_back:hover > p {
  text-decoration: underline;
}

.browse_custom_markbook_back:hover > svg {
  fill: color(srgb 0.2291 0.3363 0.595) !important;
}

.browse_custom_markbook_back:hover {
  cursor: pointer;
}

.text-small {
  font-size: 14px;
}

.percentile-toggle span.active {
  font-weight: 600;
  background: #e3e3e3;
  color: #000;
}

.percentile-toggle span:hover {
  background: #f1f1f1;
}

.percentile-toggle span.active:hover {
  background: #e3e3e3;
}

.gradebook-pp-cell {
  min-width: 38px;
}

.gradebook-input-cell {
  min-width: 38px;
}

.progress-div-dropdown {
  position: relative; /*prevent position moving on scroll*/
}

.input-div-dropdown {
  position: relative;
  height: 100%;
}

.gradebook-input-cell:hover {
  border-radius: 0px;
  background-color: rgb(249, 247, 247);
  border: 0.5px solid rgb(185, 185, 185) !important;
  cursor: pointer;
}

#scoresheet-edit input {
  border: none;
  width: 40px;
  padding: 0px;
  margin: 0;
  text-align: center;
  height: 100%;
}

#scoresheet-edit td {
  width: 40px;
  height: 40px;
}

#scoresheet-edit .input {
  padding: 0px;
}

#scoresheet-edit input:hover {
  border-radius: 0px;
  background-color: rgb(249, 247, 247);
  border: 0.5px solid rgb(185, 185, 185) !important;
}

.add-column-cards {
  border: 1px solid #dddddd;
  padding: 20px;
  height: 100%;
  cursor: pointer;
}

.add-column-cards:hover {
  background-color: rgba(221, 221, 221, 0.62);
}

#Gradebook_Folder_Modal > .modal-dialog {
  width: 500px !important;
}

.student-dashboard-subject-card {
  padding-bottom: 30px;
}

.student-dashboard-card-inners {
  height: 100%;
}

.student-dashboard-card-inners > img {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.student-dashboard-card-inners:hover {
  cursor: pointer;
  border-color: #2c4580;
}

.student-dashboard-card-inners:hover h4,
.student-dashboard-card-inners:hover h5 {
  text-decoration: underline;
}

.subject-dash-card:hover {
  border-top: 1px solid #2e4781 !important;
  border-left-style: solid !important;
  border-left-color: #2e4781 !important;
  border-right: 1px solid #2e4781 !important;
  border-bottom: 1px solid #2e4781 !important;
}

.left-border-blue {
  border-left: 10px solid #2e4781;
}

.progress-bar-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.progress-left-container {
  width: 250px;
  padding-top: 10px;

  position: relative;
}

.progress-left-container span.font-weight-bold {
  padding-left: 10px;
  font-size: 16px;
  padding-right: 10px;
}

.progress-left-container .assessment-title {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.progress-grey {
  height: 15px;
  background-color: rgb(230, 231, 230);
}

.progress-green {
  height: 15px;
  width: 139px;
  position: absolute;
  top: 0;
  background: rgb(83, 198, 140);
  border-left: 1px solid #53c68c;
}

.progress-card-right {
  width: 68px;
}

.progress-card-right .data-span {
  font-weight: 600;
  font-size: 17px;
}

.progress-card-right .text-secondary {
  font-weight: bold;
  font-size: 18px;
}

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

.class-count-label {
  font-size: 12px;
  padding-left: 10px;
}

.rubric-table {
}

.rubric-table td {
  white-space: normal;
}

.rubric-table thead {
  width: 25%;
}

.rubric-table th {
  width: 25%;
}

.rubric-table td:hover span {
  background-color: #f0f0f0;
  cursor: pointer;
}

.rubric-table .active {
  background-color: rgba(245, 244, 13, 0.26) !important;
}

#rubric h4 {
  width: 300px;
  text-align: center;
  overflow: hidden;
}

.next-student-arrow:hover {
  cursor: pointer !important;
  color: #23356c !important;
}

.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
}

/*Student*/
.subject-card-header {
  height: 10px;
  background-color: rgba(63, 129, 153, 0.3);
}

.video-thumbnail {
  width: 100%;
  height: 200px;
  background-image: url("/portal/student/home/assets/images/thumbnailv.png");

  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.video-thumbnail:hover {
  background-image: url("/portal/student/home/assets/images/thumbnail.png");
}
