/* gae/static/css/styles-teacher-zone-2.3.7.css */
#teacher-zone {
  --af-surface: rgba(255, 255, 255, 0.58);
  --af-border: rgba(26, 26, 26, 0.09);
  --af-copy: #394542;
  --af-muted: #6b7471;
}
.dark-theme #teacher-zone {
  --af-surface: rgba(32, 32, 32, 0.7);
  --af-border: rgba(255, 255, 255, 0.08);
  --af-copy: #d6ddda;
  --af-muted: #9b9b9b;
}
.small-notebook-left {
  display: none !important;
}
.blue,
.dark-theme .blue {
  color: #419fca;
}
.orange,
.dark-theme .orange {
  color: #dd9a6a;
}
.violet,
.dark-theme .violet {
  color: #cc81d0;
}
.olive,
.dark-theme .olive {
  color: #82884a;
}
.teacher-zone_home-sample-class-wrapper {
  background-color: #fafafa;
  padding: 0.5rem;
  border-radius: 0.4rem;
  border: 1px solid #cfd9d4;
}
.dark-theme .teacher-zone_home-sample-class-wrapper {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #d1d1d1;
}
#teacher-zone-error-message,
#teacher-zone-unauthenticated-message {
  margin-top: 0.1rem;
  margin-bottom: -1.05rem;
  font-size: 0.8rem;
}
#teacher-classes-list-notebook-content a {
  color: #007669 !important;
  text-decoration: none;
}
#teacher-zone_homework-edit .textFragmentsSwitch {
  margin-top: 0.5rem;
  height: 1.2rem;
}
#teacher-zone_homework-edit .backImg {
  float: left;
  margin-top: 0.45rem;
  margin-left: 0.2rem;
}
.teacher-zone-view .notebook-right-content-teacher {
  margin-top: 0;
}
.teacher-zone_errors {
  height: 2rem;
}
.af-content-accordion {
  border: 1px solid var(--af-border);
  border-radius: 1rem;
  background: var(--af-surface);
  overflow: hidden;
}
#teacher-zone .af-content-accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: bold;
  color: #1a1a1a;
  list-style: none;
  text-transform: none;
}
#teacher-zone .af-content-accordion-summary::-webkit-details-marker {
  display: none;
}
.dark-theme #teacher-zone .af-content-accordion-summary {
  color: #f0f0f0;
}
#teacher-zone .af-content-accordion-context {
  color: var(--af-muted);
  font-weight: normal;
}
#teacher-zone_show-access-codes-link,
#teacher-zone_hide-access-codes-link,
#teacher-zone_show-class-access-codes-link,
#teacher-zone_hide-class-access-codes-link,
.teacher-zone_access-codes-link {
  color: #007669;
  float: left;
  font-size: 0.8rem;
  margin-left: 0.5rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
  text-align: right;
  align-self: end;
}
#teacher-zone_show-access-codes-link:hover,
#teacher-zone_hide-access-codes-link:hover,
#teacher-zone_show-class-access-codes-link:hover,
#teacher-zone_hide-class-access-codes-link:hover {
  color: #acc1b7 !important;
}
#teacher-zone_hide-access-codes-link,
#teacher-zone_show-access-codes-link,
#teacher-zone_show-class-access-codes-link,
#teacher-zone_hide-class-access-codes-link {
  margin-left: 0;
  min-height: 1rem;
  float: right;
}
#teacher-zone_hide-access-codes-link,
#teacher-zone_show-access-codes-link {
  float: right;
}
#teacher_zone-class-list-section .teacher-zone-show-hide-access-codes-wrapper {
  height: unset;
  margin-bottom: 0.3rem;
}
#teacher-zone_show-access-codes-link {
  margin-top: -0.1rem;
  margin-bottom: 0.1rem;
}
.teacher-zone-show-hide-access-codes-wrapper {
  height: 1rem;
  margin-top: -1rem;
}
.teacher-zone-show-hide-access-codes-wrapper div {
  margin: 0 !important;
}
#teacher-zone-class-access-code-label,
#teacher_zone-access-code-label,
.teacher-zone_access-code-column,
.teacher-zone_class-access-code-column {
  font-size: 0.8rem;
  align-self: end;
  text-align: right;
}
.teacher-zone_class-access-code-column {
  margin-top: 0.15rem;
}
.teacher-zone_access-code-column,
.teacher-zone_class-access-code-column {
  color: #7d8c88;
}
#teacher-zone_edit-policy-label {
  height: 4rem;
  margin-bottom: -1.3rem;
}
.teacher-zone_student-row {
  border-bottom: 1px solid rgb(200, 200, 200);
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
#teacher_zone-add-class-header {
  margin-top: 2.3rem;
  margin-bottom: 0.1rem;
}
#teacher_zone-class-list-section a:hover {
  color: #acc1b7 !important;
}
#teacher_zone-class-list-section {
  width: 96%;
}
.export-icon {
  height: 1rem;
  width: 1rem;
  float: left;
  background: url(/static/img/download-icon.svg) no-repeat;
  background-size: contain;
}
.dark-theme .export-icon {
  background-image: url(/static/img/download-icon-dark.svg);
}
.entity-edit-link:hover .export-icon {
  filter: grayscale(0.95) brightness(2.1);
}
.export-text {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  float: left;
}
.class-row {
  text-align: left;
  margin-left: 1rem;
}
#all-classes {
  overflow: auto;
  margin-top: 0.15rem;
  max-height: 32.5rem;
}
#all-classes.af-zone-list-section {
  padding-right: 0.35rem;
}
#all-classes.af-zone-list-section .class-row {
  box-sizing: border-box;
  margin-top: 0.14rem;
  margin-bottom: 0.14rem;
  margin-left: 0;
  padding: 0.14rem 0.2rem 0.14rem 0;
  border-bottom: 0;
}
#homework-view-tasks-list {
  list-style: none;
  margin: 0;
  padding: 0.1rem 0 0;
  overflow: hidden;
}
#homework-view-tasks-list .homework-task-row {
  min-height: 1.45rem;
  width: 100%;
}
#homework-view-tasks-list .homework-list-item {
  overflow: hidden;
}
#teacher-zone .lessonLabel {
  margin-right: 0;
}
#teacher-homework_refresh-scores .link {
  font-weight: bold;
  margin-top: 0.15rem;
}
#teacher-homework_refresh-scores .refresh-button {
  margin-left: .2rem;
  margin-right: .4rem;
  margin-top: 0rem;
}
.teacher-zone_list-left-column {
  min-height: 2.4rem;
  margin-top: -1rem;
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  float: left;
  max-width: 12rem;
  margin-top: -1.2rem;
}
.teacher-zone_list-left-column.narrow {
  max-width: 5.6rem;
}
.dark-theme .teacher-zone_access-code-column,
.dark-theme .teacher-zone_class-access-code-column {
  color: #d1d1d1;
}
.dark-theme #teacher-classes-list-notebook-content a,
.dark-theme #teacher-zone_show-access-codes-link,
.dark-theme #teacher-zone_hide-access-codes-link,
.dark-theme #teacher-zone_show-class-access-codes-link,
.dark-theme #teacher-zone_hide-class-access-codes-link {
  color: #49a6bf !important;
}
.dark-theme #teacher-classes-list-notebook-content a:hover,
.dark-theme #teacher-zone_show-access-codes-link:hover,
.dark-theme #teacher-zone_hide-access-codes-link:hover,
.dark-theme #teacher-zone_show-class-access-codes-link:hover,
.dark-theme #teacher-zone_hide-class-access-codes-link:hover {
  color: #eeeeee !important;
}
@media screen and (min-width: 991px) {
  .notebook-right {
    margin-top: 8.6rem;
  }
}
@media screen and (max-width: 991px) {
  .notebook-right {
    margin-top: 2.85rem;
  }
  .teacher-zone-view .notebook-right-content {
    margin-top: 1.25rem;
    width: unset;
  }
  .teacher-zone_errors {
    height: unset;
  }
  #teacher-zone-error-message,
  #teacher-zone-unauthenticated-message {
    margin: 0;
  }
  .teacher-zone-view .notebook-right-content .adsbygoogle,
  .teacher-zone-view .notebook-right-content .agilefingers_responsive_ad,
  .teacher-zone-view .notebook-right-content-title {
    display: none !important;
  }
  .teacher-zone-view .notebook-right,
  .dark-theme .teacher-zone-view .notebook-right {
    position: absolute;
    top: 0;
    background-image: none;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 1.5rem;
    left: 0;
    height: unset;
  }
  #teacher-zone-unauthenticated-message {
    position: absolute;
    top: 4rem;
  }
  .teacher-zone-view .main-page-wrapper {
    margin-top: 4.5rem;
  }
  .teacher-zone-view .notebook-right-content,
  .teacher-zone-view #notebook-right-content {
    float: unset;
    width: unset;
    height: unset;
    min-height: unset;
  }
  .teacher-zone-view .page-container-right {
    display: block !important;
  }
  #teacher-classes-list-notebook-content {
    background-color: #acc1b7;
  }
  #teacher_zone-add-class-header {
    margin-top: unset;
    padding-top: 0.9rem;
  }
  .dark-theme .accordion-button,
  .dark-theme .accordion-item,
  .dark-theme #teacher-classes-list-notebook-content {
    background-color: #4d4c4c;
    border-color: #4d4c4c;
  }
  .navbar-collapse {
    transition: height 0.5s ease;
    height: 0;
    overflow: hidden;
  }
  .navbar-collapse.show {
    height: auto;
  }
}
@media screen and (min-width: 1940px) {
  .teacher-zone-view .notebook-right-content-teacher {
    margin-top: 2.3rem;
  }
}
