@charset "UTF-8";
html {
  font-size: 100%;
  box-sizing: border-box;
  background: #eee;
}

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

body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.6;
  color: rgb(37, 90, 45);
  -webkit-text-size-adjust: 100%;
}

main {
  position: relative;
  background: white;
  padding: 6.25rem 0 2rem;
  min-height: calc(100vh - 7rem);
}
main .g-wrapper {
  display: flex;
  padding: 1rem 0 1rem;
}
main .g-wrapper.template {
  background: #f3f3f3;
  max-width: calc(960px + 1rem);
}
@media screen and (max-width: 768px) {
  main {
    padding: 6.25rem 0 1rem;
  }
  main .g-wrapper {
    padding: 0;
  }
}

#contact {
  display: block;
  position: fixed;
  z-index: 100;
  font-weight: normal;
  font-size: 0.825rem;
  right: 0;
  top: 25vh;
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  background: #ec4935;
  color: white;
  padding: 0.3em 0.65em 0.1em;
  border-radius: 0.5em 0.5em 0 0;
  margin: 0;
}
#contact:hover {
  color: black;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.4;
  padding: 0.5em 0 0.25em;
}

p {
  font-size: 1rem;
  padding: 0.25em 0;
}

ul {
  margin: 0;
  font-size: 1rem;
  padding: 0.25em 2em 0.5em;
}

.ellipsis, .ellipsis2 {
  transition: max-height 0.5s ease-in;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 1.5;
  max-height: 4.5em;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.ellipsis2 {
  max-height: 3em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

table {
  border-collapse: collapse;
}
table td, table th {
  padding: 0.5rem;
  border: 1px solid #ccc;
}

img {
  display: block;
  margin: 0;
}

.custom-file-input {
  color: transparent;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: " ";
  border: 1px dashed rgb(177, 213, 183);
  width: 8rem;
  height: 4rem;
  background: #ffd url("/styles/img/img_cam.svg") no-repeat;
  background-size: cover;
  padding: 0.5em 1em;
  display: inline-block;
  outline: none;
  cursor: pointer;
}

.custom-file-input:hover::before {
  border-color: #ec4935;
}

.custom-file-input:active {
  outline: 0;
}

.custom-file-input:active::before {
  background-color: #ffa;
}

.g-wrapper {
  position: relative;
  max-width: 1280px;
  padding: 0 2rem;
  margin: 0 auto;
}
.g-wrapper.no-sidebar {
  max-width: 960px;
}

.g-float-right {
  float: right;
}

.g-float-left {
  float: left;
}

.g-red {
  color: #ec4935;
}

[data-cxmodal-ajax] {
  cursor: pointer;
}

[tooltip] {
  cursor: help;
}

a [tooltip], a[tooltip] {
  cursor: inherit;
}

#xToolTip {
  position: absolute;
  pointer-events: none;
  display: none;
  border: 1px solid #000000;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 0.825rem;
  text-align: center;
  transform: translate(-50%);
  width: auto;
  z-index: 1001;
}

.cxmodal__body .public_task {
  margin: 0;
  position: relative;
}
.cxmodal__body .public_task .school {
  float: right;
  font-weight: normal;
  font-size: 0.75em;
  padding-top: 0.25em;
}
.cxmodal__body .public_task .info {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0.5rem 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: none;
  width: 100%;
  max-height: 8em;
  overflow: auto;
  font-size: 0.875rem;
  line-height: 1.5;
}
.cxmodal__body .public_task img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 18rem;
  max-height: 80vh;
  min-height: 10rem;
  border: 1px solid black;
}
.cxmodal__body .public_task h3 {
  padding: 0 0 1rem 0;
}

#media-output img {
  width: 100%;
  max-width: 1280px;
}

.gallery h4 {
  margin-top: -0.5em;
  padding: 0 0 0.5em;
  text-align: center;
}
.gallery p {
  margin-bottom: -0.5em;
  padding: 0.5em 0 0;
  text-align: center;
}

#gallery {
  position: relative;
}
#gallery > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 80vh;
  min-width: 320px;
}
#gallery .next {
  position: absolute;
  display: flex;
  left: 0;
  top: 20%;
  bottom: 25%;
  height: 55%;
  width: 15%;
}
#gallery .next span {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  font-size: 4rem;
  width: 1em;
  height: 1em;
  margin: 0;
  display: block;
  border-radius: 50%;
  margin: auto;
  line-height: 1;
  padding: 0;
  color: white;
}
#gallery .next.right {
  right: 0;
  left: initial;
}
#gallery .next:hover {
  cursor: pointer;
}
#gallery .next:hover span {
  opacity: 1;
}
#gallery .thumbs {
  position: absolute;
  display: flex;
  opacity: 0;
  overflow-x: auto;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 0.5rem;
}
#gallery .thumbs img {
  display: block;
  margin: 0 auto;
  height: 4rem;
  width: auto;
  margin: 0 0 0.5rem 0.5rem;
}
#gallery .thumbs img:hover {
  cursor: pointer;
  filter: grayscale(100%);
}
#gallery .thumbs:hover {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #gallery .thumbs:hover {
    display: none;
  }
}

.public_task:hover .info {
  display: block;
}

#selection {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  text-align: center;
  color: white;
  background: rgb(177, 213, 183);
  z-index: 100;
}
#selection svg {
  padding: 1rem 1.5rem;
}

#nav {
  background-color: #eee;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0.8rem 0 0;
  font-family: "Nunito Sans";
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
}
#nav .g-wrapper {
  max-width: 960px;
}
#nav .logo.portfolio {
  position: absolute;
  top: -2rem;
  left: 1rem;
  width: 11rem;
  z-index: 11;
}
#nav .skolon-menu-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
#nav ul {
  margin: 2rem 0 0 -2rem;
  padding: 0;
  display: flex;
  list-style-type: none;
}
#nav li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
#nav li a {
  padding: 0.5rem 1rem 0.3rem;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}
#nav li a i {
  color: rgb(74, 164, 93);
}
#nav li a i.red {
  color: #ec4935;
}
#nav li a.nolink {
  cursor: default;
}
#nav li a:hover:not(.nolink) {
  background: white;
}
#nav li a svg {
  color: rgb(74, 164, 93);
}
#nav li.help a svg, #nav li.help a i {
  color: #ec4935;
}
#nav li a.other svg, #nav li__link.other:hover {
  color: rgb(75, 124, 191);
}
#nav li a.other img {
  display: inline-block;
  height: 1.2rem;
  margin-bottom: -0.25rem;
}
#nav li a.sl svg {
  color: #ec4935;
}
#nav li a.sl img.sl-logo {
  display: inline-block;
  height: 1.05rem;
  margin: 0.2rem 0 -0.2rem;
}
#nav li a.sl img {
  display: none;
  height: 1.2rem;
  margin-bottom: -0.25rem;
}
#nav li.login {
  position: absolute;
  top: -2rem;
  right: 1rem;
}
#nav li.login a {
  padding: 0.25rem 0.5rem 0.15rem;
  background: #ec4935;
  color: white;
}
#nav li.login a svg, #nav li.login a i {
  color: white;
}
#nav li.login a:hover {
  background: white;
  color: #ec4935;
}
#nav li.login a:hover svg, #nav li.login a:hover i {
  color: #ec4935;
}
@media screen and (max-width: 768px) {
  #nav a .hide1 {
    display: none;
  }
  #nav a.sl img.sl-heart {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  #nav a .hide2 {
    display: none;
  }
  #nav li.login a {
    background: none;
  }
  #nav li.login a svg {
    color: #ec4935;
  }
  #nav li.login a:hover {
    background: white;
  }
}

#content, .content {
  flex: 1;
}
#content .fa-2x, .content .fa-2x {
  font-size: 1.75em;
  vertical-align: top;
}
#content .rx-container, .content .rx-container {
  border: 2px dashed rgb(177, 213, 183);
  background: #ffd;
  margin: 0 -1rem;
}
#content .rx-statusbar, .content .rx-statusbar {
  background-color: white;
}
#content .heading, .content .heading {
  border-bottom: 1px solid rgba(74, 164, 93, 0.2);
  padding: 0 1rem 2rem;
  overflow: auto;
}
#content .heading .page-label, .content .heading .page-label {
  font-size: 1.5rem;
  font-family: "Nunito Sans";
  text-transform: capitalize;
  float: right;
  margin-top: 0.2rem;
  vertical-align: middle;
}
#content .heading .page-label .fa-2x, .content .heading .page-label .fa-2x {
  padding-left: 0.25em;
  margin-top: -0.2rem;
}
#content .heading .page-label .fa-stack, .content .heading .page-label .fa-stack {
  font-size: 0.75em;
}
#content .heading .student-image, .content .heading .student-image {
  float: right;
  clear: right;
  margin: 0.25rem 0.5rem 0 0.5rem;
  width: 7rem;
  height: auto;
  color: rgb(74, 164, 93);
  padding: 0.25rem;
  background: white;
  border: 1px solid black;
}
#content .heading .student-image:hover, .content .heading .student-image:hover {
  background: rgb(177, 213, 183);
  cursor: pointer;
}
#content .heading .student-image img, .content .heading .student-image img {
  width: 100%;
}
#content .heading h2, .content .heading h2 {
  font-family: "Nunito Sans";
  font-size: 2rem;
  line-height: 1.1;
  padding: 0.2rem 0 0;
  height: 3rem;
  color: rgb(74, 164, 93);
}
#content .heading h2 .input, .content .heading h2 .input {
  font-family: "Nunito Sans";
  font-weight: bold;
  font-size: 2rem;
  border: 2px dashed rgb(177, 213, 183);
  border-radius: 2px;
  margin: -0.2rem 0 0 -0.5rem;
  padding: 0.5rem 0.5rem 0.4rem;
  width: 75%;
  color: rgb(74, 164, 93);
  background-color: #ffd;
  display: inline-block;
}
#content .heading h2 .input[contenteditable]:focus, .content .heading h2 .input[contenteditable]:focus {
  outline: 0 solid transparent;
}
#content .heading h2 .input[placeholder]:empty:before, .content .heading h2 .input[placeholder]:empty:before {
  content: attr(placeholder);
  color: #999;
  opacity: 0.5;
  cursor: text;
}
#content .heading h2 .input[placeholder]:empty:focus:before, .content .heading h2 .input[placeholder]:empty:focus:before {
  content: "";
}
#content .heading h2 .input:hover, #content .heading h2 .input:focus, .content .heading h2 .input:hover, .content .heading h2 .input:focus {
  border: 2px dashed #ec4935;
}
#content .heading h2 .right, .content .heading h2 .right {
  float: right;
  font-weight: normal;
}
#content .heading h2.template, .content .heading h2.template {
  font-style: italic;
  color: rgb(37, 90, 45);
}
#content .heading .heading-info, .content .heading .heading-info {
  clear: both;
  padding-top: 0.5rem;
}
#content .heading .heading-info input.rx, .content .heading .heading-info input.rx {
  font-size: 1rem;
  border: 2px dashed rgb(177, 213, 183);
  border-radius: 2px;
  margin: 0 -0.5rem 0.5rem;
  padding: 0.5rem 0.5rem 0.4rem;
  width: calc(100% + 1rem);
  color: rgb(74, 164, 93);
  background-color: #ffd;
}
#content .heading .heading-buttons, .content .heading .heading-buttons {
  float: right;
  text-align: right;
  padding-top: 0.5rem;
}
#content .heading .heading-buttons button, .content .heading .heading-buttons button {
  margin: 0 0 0.5rem 0.5rem;
}
#content .heading .info, .content .heading .info {
  line-height: 2;
}
#content .heading .info em, .content .heading .info em {
  display: inline-block;
  width: 5rem;
}
#content .heading .info.student em, .content .heading .info.student em {
  width: 7.5rem;
}
#content .search-filter, .content .search-filter {
  position: absolute;
  top: -0.42rem;
  left: 25%;
  right: 25%;
  text-align: center;
  padding-top: 1rem;
}
#content .columns, .content .columns {
  display: flex;
}
#content .columns .maincol, .content .columns .maincol {
  flex: 1;
  order: 1;
}
#content .columns .maincol table, .content .columns .maincol table {
  margin: 0.5rem 0 1rem;
}
#content .columns .maincol tbody, .content .columns .maincol tbody {
  display: table-row-group;
}
#content .columns .rightcol, .content .columns .rightcol {
  order: 2;
  width: 30%;
}
#content .columns .rightcol.images, .content .columns .rightcol.images {
  float: none;
}
#content .hidden, .content .hidden {
  visibility: hidden;
}
#content .remove, .content .remove {
  display: none;
}
#content .material, .content .material {
  display: flex;
  flex-flow: row wrap;
}
#content .material .headcat, .content .material .headcat {
  width: 25%;
}
#content .material label, .content .material label {
  cursor: pointer;
  display: block;
}
#content .red, .content .red {
  color: #ec4935;
}
#content .status, .content .status {
  text-transform: uppercase;
}
#content .status.s2, .content .status.s2 {
  color: #ec4935;
}
#content .status.s1, .content .status.s1 {
  color: rgb(75, 124, 191);
}
#content select.status, .content select.status {
  font-size: 1em;
  background: white;
}
#content a, .content a {
  text-decoration: none;
  font-weight: bold;
  color: rgb(74, 164, 93);
}
#content a.active, .content a.active {
  color: #333;
}
#content a:target, .content a:target {
  display: block;
  padding-top: 5.5rem;
  position: relative;
  margin-top: -5.5rem;
}
#content a:hover, .content a:hover {
  color: black;
  cursor: pointer;
}
#content a .rx-button-icon svg, .content a .rx-button-icon svg {
  fill: rgb(74, 164, 93);
}
#content a:hover .rx-button-icon svg, .content a:hover .rx-button-icon svg {
  fill: black;
}
#content main button, .content main button {
  padding: 0.5em 0.75em;
  margin: 0.25rem 0.5rem 0.5rem 0;
  border-radius: 0.25rem;
  border: 1px solid rgb(177, 213, 183);
  background: rgba(177, 213, 183, 0.2);
  cursor: pointer;
  font-size: 0.825rem;
  color: rgb(74, 164, 93);
  display: inline-block;
}
#content main button:hover, .content main button:hover {
  background: rgb(74, 164, 93);
  color: white;
}
#content main button:disabled, #content main button[disabled], .content main button:disabled, .content main button[disabled] {
  opacity: 0.5;
}
#content article, .content article {
  border-bottom: 1px solid rgba(74, 164, 93, 0.2);
  padding: 0 1rem 3rem;
  overflow: auto;
  max-width: 100vw;
  position: relative;
}
#content article:last-child, .content article:last-child {
  border: none;
}
#content article h3, .content article h3 {
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Nunito Sans";
  padding: 0.5em 0 0.5em;
  width: 100%;
  color: black;
}
#content article h3 .amount, .content article h3 .amount {
  float: right;
}
#content article h3 em, .content article h3 em {
  font-size: 1rem;
  font-family: "Nunito Sans";
}
#content article h3 .right a, .content article h3 .right a {
  font-size: 1rem;
  font-family: "Nunito Sans";
  font-weight: normal;
  float: right;
}
#content article h3 .right a .fa-2x, .content article h3 .right a .fa-2x {
  vertical-align: middle;
  margin-left: 0.25em;
}
#content article h2, .content article h2 {
  color: black;
  font-family: "Nunito Sans";
  font-size: 2rem;
  font-weight: normal;
}
#content article h4, .content article h4 {
  color: black;
  padding: 1em 0 0.5em;
}
#content article p a, #content article li a, .content article p a, .content article li a {
  text-decoration: underline;
}
#content article .images, .content article .images {
  width: 30%;
  margin-left: 1rem;
}
#content article .video, .content article .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border: 1px solid black;
  margin: 0 0 0.5rem;
  background: black;
}
#content article .video .youtube, #content article .video .vimeo, .content article .video .youtube, .content article .video .vimeo {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content article .video.help, .content article .video.help {
  padding-bottom: 103%;
}
#content article .video-title, .content article .video-title {
  text-align: center;
  padding: 0.3em 0.2em 0.2em;
  color: white;
  background: rgb(37, 90, 45);
}
#content article .table-box, .content article .table-box {
  overflow-x: auto;
  max-width: calc(960px - 2rem);
  margin: 0;
}
#content article .image_columns, .content article .image_columns {
  -moz-columns: 3;
       columns: 3;
}
#content article .image_columns figure, .content article .image_columns figure {
  margin: 0;
  padding: 0 0 1rem 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
#content article figure, .content article figure {
  width: 100%;
  margin: 0.25rem 0 1rem 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
#content article figure img, .content article figure img {
  max-width: 100%;
}
#content article figure .unoptimized, .content article figure .unoptimized {
  padding: 0;
}
#content article figcaption, .content article figcaption {
  font-size: 0.825rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 2px 0.25em;
  text-align: center;
  color: white;
  display: none;
  pointer-events: none;
}
#content article figure:hover figcaption, .content article figure:hover figcaption {
  display: block;
}
#content article .lesson:hover, .content article .lesson:hover {
  background: #ffd;
}
#content article .media, .content article .media {
  display: block;
}
#content article .media.lesson__media, .content article .media.lesson__media {
  overflow: hidden;
}
#content article .media .mediaoverlay, .content article .media .mediaoverlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content article .media figure, .content article .media figure {
  float: left;
  height: 6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0.5rem 0.5rem 0;
}
#content article .media figure img, .content article .media figure img {
  cursor: pointer;
  height: 100%;
  width: auto;
}
#content article .media figure iframe, .content article .media figure iframe {
  height: 100%;
  width: 10rem;
}
#content article .media figure.media--preview, .content article .media figure.media--preview {
  border: 1px solid #ccc;
}
#content article .media figure.media--preview:hover, .content article .media figure.media--preview:hover {
  border-color: black;
}
#content article .media figure.lesson-media-preview, .content article .media figure.lesson-media-preview {
  height: 4.3rem;
  border: 1px solid #ccc;
  margin: 0 0.3rem 0.3rem 0;
}
#content article .info, .content article .info {
  padding: 0.5rem 0 1rem;
}
#content article .info em, .content article .info em {
  display: inline-block;
  width: 8rem;
  color: black;
  padding-bottom: 0.5em;
}
#content article .help-movies, .content article .help-movies {
  overflow: auto;
}
#content article .help-movies .c4, .content article .help-movies .c4 {
  width: calc(50% - 1rem);
  float: left;
  margin: 0.5rem;
}
#content .quicksearch, .content .quicksearch {
  display: block;
  width: 240px;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  margin-left: -120px;
  padding: 0.5rem;
  font-size: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid rgba(74, 164, 93, 0.2);
  background: #ffd;
}
#content .quicksearch:hover, #content .quicksearch:focus, .content .quicksearch:hover, .content .quicksearch:focus {
  border-color: rgb(74, 164, 93);
}
#content button.disabled, .content button.disabled {
  background: #eee;
  color: #999;
  border-color: #eee;
  cursor: initial;
}
#content button.active, .content button.active {
  color: white;
  border-color: rgb(37, 90, 45);
  background: rgb(37, 90, 45);
  cursor: initial;
}
#content button.pre_status, .content button.pre_status {
  color: black;
  border-color: black;
}
#content .table-box table, .content .table-box table {
  font-size: 0.875rem;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
#content .table-box table.log, .content .table-box table.log {
  margin-top: 0.5rem;
}
#content .table-box table.log th, #content .table-box table.log td, .content .table-box table.log th, .content .table-box table.log td {
  font-weight: normal;
  padding: 0.25rem 1rem 1rem 0.5rem;
  border: none !important;
}
#content .table-box table.log th, .content .table-box table.log th {
  padding-bottom: 0.5rem;
  font-weight: bold;
  color: black;
}
#content .table-box table.log tr:nth-child(odd), .content .table-box table.log tr:nth-child(odd) {
  background: none;
}
#content .table-box table.log td.date, .content .table-box table.log td.date {
  color: black;
}
#content .table-box table.log td.response, .content .table-box table.log td.response {
  padding-right: 0;
}
#content .table-box table.log img, .content .table-box table.log img {
  max-height: 3.75rem;
  width: auto;
  max-width: 7rem;
  float: left;
  margin: 0;
}
#content .table-box table td, #content .table-box table th, .content .table-box table td, .content .table-box table th {
  padding: 0.4em 0.5em 0.3em;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
  border: 0;
  border-bottom: 1px solid rgb(177, 213, 183);
}
#content .table-box table td.date, .content .table-box table td.date {
  word-break: keep-all;
}
#content .table-box table td.fitwidth, .content .table-box table td.fitwidth {
  width: 1px;
  white-space: nowrap;
  max-width: 12rem;
  overflow: hidden;
}
#content .table-box table tr.header, .content .table-box table tr.header {
  cursor: auto !important;
  background: rgb(186, 218, 191) !important;
  position: sticky;
  top: 0;
}
#content .table-box table tr.header th[onclick], .content .table-box table tr.header th[onclick] {
  cursor: s-resize;
}
#content .table-box table tr.header th[onclick]:hover, .content .table-box table tr.header th[onclick]:hover {
  color: #ec4935;
}
#content .table-box table tr.filter, .content .table-box table tr.filter {
  background: #ffe !important;
  font-family: courier;
}
#content .table-box table tr.filter.minus td, .content .table-box table tr.filter.minus td {
  text-decoration: line-through;
}
#content .table-box table tr.log_header, .content .table-box table tr.log_header {
  cursor: auto !important;
  background: none !important;
}
#content .table-box table tr.log_header:hover, .content .table-box table tr.log_header:hover {
  background: none !important;
}
#content .table-box table tr.header:hover, .content .table-box table tr.header:hover {
  background: rgb(186, 218, 191) !important;
}
#content .table-box table tr.header th, #content .table-box table tr.header td, .content .table-box table tr.header th, .content .table-box table tr.header td {
  border-top: 1px solid rgb(74, 164, 93);
  border-bottom: 1px solid rgb(74, 164, 93);
  color: black;
}
#content .table-box table tr.indirect td, .content .table-box table tr.indirect td {
  font-style: italic;
  color: rgb(74, 164, 93);
}
#content .table-box table tr.inactive td, .content .table-box table tr.inactive td {
  color: rgb(177, 213, 183);
  text-decoration: line-through;
}
#content .table-box table tr:nth-child(odd), .content .table-box table tr:nth-child(odd) {
  background: rgba(177, 213, 183, 0.2);
}
#content .table-box table tr:hover, .content .table-box table tr:hover {
  cursor: pointer;
  background: #ffd !important;
}
#content .table-box table tr:hover svg, .content .table-box table tr:hover svg {
  color: #ec4935;
}
#content .table-box table .right, .content .table-box table .right {
  text-align: right;
  word-break: keep-all;
}
#content .table-box table .center, .content .table-box table .center {
  text-align: center;
}
#content .table-box table .img-preview, .content .table-box table .img-preview {
  padding: 0.25em;
  border-left: 1px solid rgb(177, 213, 183);
  border-right: 1px solid rgb(177, 213, 183);
}
#content .table-box table .img-preview img, .content .table-box table .img-preview img {
  height: 4.8em;
  width: auto;
  display: block;
  margin: 0 auto;
}
#content .table-box table .img-preview.dimmed img, .content .table-box table .img-preview.dimmed img {
  opacity: 0.5;
}
#content .table-box table td.hover-open:hover .ellipsis, #content .table-box table td.hover-open:hover .ellipsis2, .content .table-box table td.hover-open:hover .ellipsis, .content .table-box table td.hover-open:hover .ellipsis2 {
  max-height: 100vh;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
#content .table-box table tbody, .content .table-box table tbody {
  display: block;
  width: 100%;
  max-height: 50vh;
  overflow-y: scroll;
}
#content .index_gallery, .content .index_gallery {
  -moz-columns: 6;
       columns: 6;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1rem 0;
}
#content .index_gallery .gallery-box, .content .index_gallery .gallery-box {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-bottom: 1rem;
}
#content .index_gallery figure, .content .index_gallery figure {
  position: relative;
  margin: 0;
  width: 100%;
  cursor: pointer;
  border: 1px solid black;
}
#content .index_gallery figure img, .content .index_gallery figure img {
  width: 100%;
}
#content .index_gallery figure figcaption, .content .index_gallery figure figcaption {
  position: absolute;
  line-height: 1.1;
  bottom: 0;
  font-size: 0.75rem;
  width: 100%;
  padding: 0.2rem 0.5rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0;
  transition: all 0.5s;
}
#content .index_gallery figure:hover figcaption, .content .index_gallery figure:hover figcaption {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #content .hide1, .content .hide1 {
    display: none;
  }
  #content .index_gallery, .content .index_gallery {
    -moz-columns: 3;
         columns: 3;
    padding: 0.5rem 1rem;
  }
  #content .quicksearch, .content .quicksearch {
    top: 0.25rem;
  }
  #content .heading, .content .heading {
    padding: 0 1rem 1rem;
  }
  #content .heading .page-label, .content .heading .page-label {
    font-size: 1rem;
  }
  #content .heading h2, .content .heading h2 {
    clear: both;
  }
  #content .heading h2 .input, .content .heading h2 .input {
    width: calc(100% + 2rem);
  }
  #content article, .content article {
    padding: 0 1rem 2rem;
  }
  #content article h3, .content article h3 {
    font-size: 1.25rem;
  }
  #content table td.hide1, #content table th.hide1, .content table td.hide1, .content table th.hide1 {
    display: none;
  }
  #content .material .headcat, .content .material .headcat {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  #content .hide2, #content table th.hide2, #content table td.hide2, .content .hide2, .content table th.hide2, .content table td.hide2 {
    display: none;
  }
  #content .heading, .content .heading {
    padding: 0 0.5rem 0.5rem;
  }
  #content article, .content article {
    padding: 0 0.5rem 2rem;
  }
  #content .quicksearch, .content .quicksearch {
    top: 2.5rem;
  }
  #content tbody, .content tbody {
    max-height: 80vh;
  }
  #content .qs, .content .qs {
    height: 5.5rem;
  }
  #content .material .headcat, .content .material .headcat {
    width: 50%;
  }
  #content article .images, .content article .images {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  #content .table-box, .content .table-box {
    overflow-x: auto;
    max-width: calc(100% + 0.5rem);
    margin: 0 -0.5rem;
  }
}
#content .slist .dragging td, .content .slist .dragging td {
  cursor: move;
}
#content .slist .hint.active, .content .slist .hint.active {
  opacity: 0.3;
}

#sidebar {
  width: 16rem;
  padding: 0 2rem 2rem 0;
}
#sidebar ul {
  margin: 0;
  padding: 0.25rem 0 1.5rem 2rem;
  list-style: none;
}
#sidebar li {
  margin: 0;
  padding: 0;
}
#sidebar a {
  text-decoration: none;
  color: rgb(74, 164, 93);
}
#sidebar a:hover {
  color: black;
}
#sidebar h4 svg {
  color: rgb(74, 164, 93);
}

footer {
  text-align: center;
  padding: 1rem 0;
  background: black;
}
footer p {
  color: white;
  font-size: 0.825rem;
}
footer a {
  color: #ec4935;
  text-decoration: none;
  font-weight: 300;
}
footer a:hover {
  color: white !important;
}
footer .wrapper {
  max-width: 960px;
  position: relative;
  margin: auto;
}
footer .logo.heart {
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 4.3rem;
  z-index: 11;
}
footer .logo.sp-heart, footer .logo.bp-heart {
  position: absolute;
  top: -3rem;
  left: 2rem;
  width: 4.3rem;
  z-index: 11;
}
footer .logo.sl-heart {
  position: fixed;
  bottom: 3.825rem;
  right: calc(40vw - 440px);
  width: 4.3rem;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  footer .logo.heart {
    right: 1rem;
    top: -2.5rem;
  }
  footer .logo.sp-heart {
    left: 1rem;
    top: -2.5rem;
  }
  footer .logo.sl-heart {
    right: 1rem;
    bottom: 3.325rem;
  }
}

.cxmodal__window {
  box-shadow: 2px 2px 2rem rgba(74, 164, 93, 0.6);
}
.cxmodal__window .log {
  max-width: 720px;
}
.cxmodal__window .signature {
  text-align: right;
}
.cxmodal__window article {
  padding: 0 0 1rem;
  overflow: auto;
}
.cxmodal__window article h2 {
  color: black;
  font-family: "Nunito Sans";
  font-size: 2rem;
  font-weight: normal;
}
.cxmodal__window article h4 {
  color: black;
  padding: 0 0 0.5em;
}

.cxmodal__window {
  height: -moz-max-content;
}

.cxmodal__header {
  background: rgba(177, 213, 183, 0.2);
  color: black;
  padding: 0.25rem 2rem;
}

.cxmodal__close {
  color: rgb(74, 164, 93);
}

.cxmodal__close:hover {
  color: black;
}

.cxmodal__body {
  padding: 1rem;
  max-height: 90vh;
  overflow-y: scroll;
}
.cxmodal__body iframe {
  width: 80vw;
  height: 45.1vw;
  background: black;
  max-height: 80vh;
}
.cxmodal__body .rx-container {
  width: 720px;
  max-width: 80vw;
  margin: 0;
}

.rx-popup {
  z-index: 999;
}

.message {
  text-align: center;
  min-width: 10rem;
}
.message.ERROR p {
  font-weight: bold;
}
.message.ERROR h3 {
  color: #ec4935;
}

@media screen and (max-width: 600px) {
  .cxmodal__window {
    max-height: 100vh;
    max-width: 100vw;
    position: static;
  }
  .cxmodal__body {
    padding: 1rem 0.5rem;
    max-height: 90vh;
    overflow-y: scroll;
  }
}
.portform {
  color: rgb(37, 90, 45);
}
.portform .red {
  color: #ec4935;
}
.portform label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgb(74, 164, 93);
  text-transform: uppercase;
}
.portform .material {
  padding: 0.5rem 0;
}
.portform .material label {
  font-weight: normal;
  text-transform: capitalize;
}
.portform .material .headcat {
  padding: 0.5rem 0;
  width: 33%;
}
.portform .info em {
  color: rgb(74, 164, 93);
  display: inline-block;
  width: 10rem;
}
.portform input[type=text], .portform input[type=date], .portform input[type=search], .portform input[type=email], .portform input[type=password], .portform input[type=number], .portform textarea {
  border-radius: 4px;
  box-shadow: inset 1px 1px 3px rgba(74, 164, 93, 0.2);
  width: 100%;
  border: 1px solid rgb(177, 213, 183);
  padding: 0.25rem 0.5rem 0.3125rem;
  font-size: 1rem;
  background: #ffd;
}
.portform .students td {
  vertical-align: middle;
}
.portform td input[type=text] {
  box-shadow: none;
  font-size: 0.825rem;
  width: -moz-fit-content;
  width: fit-content;
}
.portform input[type=file] {
  font-size: 0.825em;
}
.portform input.title {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(74, 164, 93);
}
.portform input.error {
  background: #fdd;
  color: #ec4935;
}
.portform .input-error {
  color: #ec4935;
  font-size: 0.825rem;
}
.portform .buttons {
  text-align: center;
}
.portform button {
  padding: 0.5rem 0.75rem;
  margin: 1rem;
  border-radius: 0.25rem;
  border: 1px solid rgb(177, 213, 183);
  background: rgba(177, 213, 183, 0.2);
  cursor: pointer;
  font-size: 1rem;
  color: rgb(74, 164, 93);
  display: inline-block;
}
.portform button:hover {
  background: rgb(74, 164, 93);
  color: white;
}
.portform button:disabled, .portform button[disabled] {
  opacity: 0.5;
}
.portform select, .portform option {
  font-size: 1.25rem;
}
.portform .log.comment, .portform .buttons {
  border-top: 1px solid rgba(177, 213, 183, 0.2);
  padding: 1rem 0 0;
  margin-top: 1rem;
}
.portform .log .thumbs img {
  height: 3.75rem;
  float: left;
  margin: 0.25em 0.5em 0 0;
  cursor: pointer;
}
.portform #bigpicture {
  width: 100%;
  height: auto;
  padding-top: 0.4em;
}
.portform #add-movie {
  display: flex;
}
.portform #add-movie button {
  margin: 0.15rem 0 0.15rem 0.5rem;
}
.portform .saved_images {
  padding-bottom: 1rem;
}
.portform.uploads #images {
  margin: 0;
}
.portform.uploads .file {
  padding: 0;
}
.portform.uploads .file input {
  padding: 0.5rem 0;
  font-size: 1rem;
  width: 8rem;
  cursor: pointer;
}
.portform.uploads .imagename {
  font-weight: bold;
}
.portform.uploads .image_uploaded, .portform.uploads .image_update {
  display: flex;
  width: 80vw;
  max-width: 720px;
  margin: 5px 0;
  border: 1px solid rgb(177, 213, 183);
}
.portform.uploads .image_uploaded .img_order a:hover svg, .portform.uploads .image_update .img_order a:hover svg {
  color: black;
  cursor: pointer;
}
.portform.uploads .image_update.hint {
  background: none;
}
.portform.uploads .image_update.active {
  background: none;
}
.portform.uploads .image_uploaded.ok input {
  background: #cfc;
  color: black;
}
.portform.uploads .image_uploaded.error input {
  background: #fcc;
  color: #900;
}
.portform.uploads .image_update.marked input {
  background: #fcc;
  color: #900;
  text-decoration: line-through;
}
.portform.uploads .img_preview {
  width: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ec4935;
  display: flex;
}
.portform.uploads .img_preview svg {
  display: none;
  margin: auto;
}
.portform.uploads .img_preview:hover {
  cursor: pointer;
}
.portform.uploads .img_preview:hover svg {
  display: block;
}
.portform.uploads .inputs {
  flex: 1;
}
.portform.uploads .inputs input {
  margin: 0;
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 4px 5px 5px;
  font-size: 0.825rem;
}
.portform.uploads .image_uploaded.marked .img_preview svg, .portform.uploads .image_update.marked .img_preview svg {
  display: block;
}
.portform.uploads .image_uploaded.marked .inputs, .portform.uploads .image_update.marked .inputs {
  background: #fcc;
  color: #ec4935;
  text-decoration: line-through;
}
.portform table {
  font-size: 0.875rem;
  border-collapse: separate;
  border-spacing: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 1rem auto;
}
.portform table td, .portform table th {
  padding: 0.3em 0.5em 0.25em;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
  border-bottom: 1px solid rgb(177, 213, 183);
}
.portform table td.date {
  word-break: keep-all;
}
.portform table #output td.false input {
  background-color: #fcc;
  color: #ec4935;
}
.portform table #output tr.false, .portform table #output tr.false:hover {
  background-color: #fee;
}
.portform table #output tr.false.exists {
  background-color: #fdb;
}
.portform table #output tr.false.exists input {
  font-style: italic;
}
.portform table #output tr.false.exists.username input[name="username[]"] {
  color: #ec4935;
}
.portform table #output input {
  background: none;
  margin: 0 -0.2rem;
}
.portform table td.fitwidth {
  width: 1px;
  white-space: nowrap;
}
.portform table tr.header {
  cursor: auto !important;
  background: rgb(186, 218, 191) !important;
  position: sticky;
  top: 0;
}
.portform table tr.header th[onclick] {
  cursor: s-resize;
}
.portform table tr.header th[onclick]:hover {
  color: #ec4935;
}
.portform table tr.locked {
  cursor: auto !important;
}
.portform table tr.locked td {
  color: rgb(74, 164, 93);
}
.portform table tr.log_header {
  cursor: auto !important;
  background: none !important;
}
.portform table tr.log_header:hover {
  background: none !important;
}
.portform table tr.header th, .portform table tr.header td {
  border-top: 1px solid rgb(74, 164, 93);
  border-bottom: 1px solid rgb(74, 164, 93);
  color: black;
}
.portform table tr:nth-child(odd) {
  background: rgba(177, 213, 183, 0.2);
}
.portform table tr:not(tr.header):not(tr.locked):hover {
  cursor: pointer;
  background: #ffd !important;
}
.portform table tr.delete {
  background: #fee;
}
.portform table tr.delete .fitwidth, .portform table tr.delete .text {
  text-decoration: line-through;
  color: #ec4935;
}
.portform table tr.hide {
  background: #fee;
}
.portform table .right {
  text-align: right;
  word-break: keep-all;
}
.portform table .center {
  text-align: center;
}
.portform tbody {
  display: block;
  max-height: 40rem;
  overflow-y: scroll;
}/*# sourceMappingURL=style-sp.css.map */