.t_500ms_forwards_ease, .to_right_5px, .to_right_reverse_5px, .hj_button, .hj_wide_150_button {
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease; }

@keyframes to_right_5px {
  from {
    background-color: blue;
    margin-left: 0px;
    margin-right: 10px; }
  to {
    background-color: white;
    margin-left: 0px;
    margin-right: 10px; } }

.to_right_5px {
  animation-name: to_right_5px; }

@keyframes to_right_reverse_5px {
  from {
    background-color: white;
    margin-left: 0px;
    margin-right: 10px; }
  to {
    background-color: blue;
    margin-left: 5px;
    margin-right: 5px; } }

.to_right_reverse_5px, .hj_button, .hj_wide_150_button {
  animation-name: to_right_reverse_5px; }

.curspointer {
  cursor: pointer; }

.padding5 {
  padding: 5px; }

.padding3 {
  padding: 3px; }

.hj_button, .hj_wide_150_button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: white; }
  .hj_button:active, .hj_wide_150_button:active {
    background-color: gray;
    color: gray;
    box-shadow: 10px 20px 30px gray;
    border: solid 1px gray; }
  .hj_button:hover, .hj_wide_150_button:hover {
    box-shadow: 10px 20px 30px gray;
    border: solid 1px gray;
    z-index: 10; }

.hj_wide_150_button {
  width: 150px;
  padding: 7px;
  margin: 10px;
  border: solid 1px gray; }

.hj-modal {
  z-index: 10000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center; }

.hj-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 10px;
  outline: 0;
  width: 600px;
  text-align: center; }

.hj_minibox {
  margin: 5px;
  padding: 5px;
  box-shadow: 1px 1px 1px gray;
  border: solid 1px gray; }

.inlineblock {
  display: inline-block; }

.flex_center {
  display: flex;
  align-items: center;
  justify-content: space-around; }

.width_100proc {
  display: flex;
  width: 100%; }

.hj_fieldset {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .hj_fieldset > div {
    flex: 0 0 48.0%; }

.hj_nowrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

.hj-img, .hj_miniimg, .hj_smallimg {
  max-width: 100%;
  height: auto; }

.hj_miniimg {
  width: 100px; }

.hj_smallimg {
  width: 35px; }

.hj_border {
  box-shadow: 2px 2px 5px gray, 8px 7px 18px white; }

.no_right_border {
  border-right: none !important; }

html {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  background-color: white;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box;
  font-family: "Arial", sans-serif; }

fieldset {
  margin: 5px;
  background-color: #bbb; }

.warning {
  color: green;
  font-size: 105%; }

.menuactdiv {
  background-color: #ddd; }

.table_head_row {
  color: #084b04;
  font-size: 105%; }
  .table_head_row td {
    border-bottom: solid thin white; }

.table_common_style {
  border-collapse: collapse;
  margin: auto;
  margin-top: 1%; }
  .table_common_style tr {
    text-align: center; }
    .table_common_style tr td {
      padding: 5px;
      border-left: solid thin white;
      border-right: solid thin white; }
  .table_common_style tr:nth-child(2n+1) {
    background-color: #ccc; }
  .table_common_style tr:nth-child(2n) {
    background-color: #bbb; }

.table_hover_row:hover {
  background-color: #00ff80 !important; }

.hj_scroll::-webkit-scrollbar {
  width: 10px; }

.hj_scroll::-webkit-scrollbar-thumb {
  min-height: 1rem;
  background: green;
  background-clip: padding-box;
  border: 3px solid transparent; }

.hj_scroll::-webkit-scrollbar-track {
  background: var(--contentBackground);
  border: 0; }

.hj_scroll::-webkit-scrollbar-button {
  display: none; }

.hj_scroll::-webkit-scrollbar-corner {
  display: none; }

#home_body {
  flex: 1 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }

.allblock {
  z-index: 10001;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0); }

.main-navigation {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem; }

ul {
  margin: 0;
  padding: 0; }

.menu {
  display: flex;
  flex-direction: column; }
  .menu li {
    display: block;
    list-style-type: none;
    text-transform: uppercase; }
  .menu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #777;
    padding: 12px; }
  .menu li a:hover {
    background: #777;
    color: #fff; }

.arrowdown > a:after {
  content: "\23F7";
  padding-left: 2px;
  height: 0;
  display: flex;
  align-items: center; }

nav ul ul {
  display: none; }

nav ul li:hover > ul {
  display: block;
  color: #fff;
  padding-left: 2rem;
  z-index: 100; }

.nav_right {
  right: 100%;
  margin: 0; }

@media (min-width: 800px) {
  .menu {
    flex-direction: row;
    justify-content: left; }
  nav ul ul {
    display: none;
    position: absolute; }
  nav ul li:hover > ul {
    padding-left: 0;
    background: #777; }
  nav ul li:hover > ul a {
    color: #fff; }
  .sub-menu li {
    display: flex;
    padding-right: 2em; }
  .sub-menu li:hover, .sub-menu li a:hover {
    background: #ddd;
    color: #777; }
  nav ul ul ul {
    margin: 0 0 0 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); }
  .arrowright > a:before {
    content: '\23F4';
    padding-left: 5px; }
  .arrowleft > a:after {
    content: '\23F5';
    padding-left: 5px; }
  .right_align {
    margin-left: auto; } }

@media (max-width: 799px) {
  .arrowright > a:before {
    content: ''; }
  .arrowright > a:after {
    content: '\23F7';
    padding-left: 5px; }
  .arrowleft > a:after {
    content: ''; }
  .arrowleft > a:after {
    content: '\23F7';
    padding-left: 5px; } }

.hj_paginator {
  display: flex;
  flex-flow: row nowrap;
  justify-content: left; }
  .hj_paginator input {
    width: 40px;
    outline: none; }
  .hj_paginator img {
    cursor: pointer;
    padding: 3px; }
    .hj_paginator img:hover {
      background: #ccc; }
    .hj_paginator img:active {
      background: white; }
  .hj_paginator .hjpag_monitor, .hj_paginator .hjpag_currentpage, .hj_paginator .hjpag_pages {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center; }
  .hj_paginator .hjpag_pages img {
    width: 17px;
    height: 17px; }
  .hj_paginator .hjpag_monitor img {
    width: 32px;
    height: 32px; }
  .hj_paginator .active_page {
    color: black !important;
    font-weight: bold;
    text-decoration: underline; }
  .hj_paginator .hjpag_page {
    cursor: pointer;
    color: #555; }
    .hj_paginator .hjpag_page:hover {
      background: #ccc; }
    .hj_paginator .hjpag_page:active {
      background: white; }

#bottomdiv {
  display: flex;
  display: flex;
  flex-flow: row nowwrap;
  justify-content: left;
  align-items: center;
  padding-left: 20px;
  padding-top: 5px;
  border-top: solid thin gray; }
  @media (max-width: 1050px) {
    #bottomdiv {
      height: auto !important;
      display: flex;
      flex-flow: row wrap !important; } }

.cpdiv_active {
  background-color: blue !important;
  color: white !important; }

#student_card {
  width: 100%;
  height: 92%;
  padding: 5px;
  padding-top: 0;
  margin: 0;
  font-size: 105%;
  flex: 1 1;
  overflow-y: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media (min-width: 1920px) {
    #student_card {
      font-size: 120%; } }
  @media (max-width: 1050px) {
    #student_card {
      height: auto !important;
      display: flex;
      flex-flow: column nowrap !important;
      overflow-y: initial !important; } }
  #student_card #console {
    height: 100%;
    width: 20%; }
    @media (max-width: 1050px) {
      #student_card #console {
        height: auto !important;
        width: 100% !important;
        flex: 1 3; } }
    #student_card #console .hj_list_rubric span {
      width: 100%; }
    #student_card #console #console_plato {
      height: 100%;
      overflow: auto;
      background-color: #eee; }
      #student_card #console #console_plato .cpdiv {
        width: 100%;
        padding: 15px;
        text-align: left;
        background-color: #e4e4dd;
        color: #444;
        margin-bottom: 5px;
        cursor: pointer; }
        #student_card #console #console_plato .cpdiv:hover {
          color: black; }
  #student_card #splitter {
    width: 10px;
    min-width: 10px;
    cursor: w-resize;
    z-index: 100; }
  #student_card #monitor {
    height: 100%;
    width: 79%;
    overflow-y: auto;
    background-color: #eee;
    margin: 0; }
    @media (max-width: 1050px) {
      #student_card #monitor {
        height: auto !important;
        width: 100% !important;
        flex: 18 1; } }
    #student_card #monitor i {
      font-size: 90%; }
    #student_card #monitor #monitor_plato {
      height: 100%;
      width: 100%;
      padding: 5px; }
      #student_card #monitor #monitor_plato #test_plato {
        height: 250px;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center; }
        #student_card #monitor #monitor_plato #test_plato input {
          min-width: 250px;
          border: thin solid gray;
          margin-top: 1px;
          outline: none; }
        #student_card #monitor #monitor_plato #test_plato input, #student_card #monitor #monitor_plato #test_plato button {
          height: 30px; }
        #student_card #monitor #monitor_plato #test_plato button {
          cursor: pointer; }
      #student_card #monitor #monitor_plato #formdiv {
        width: 100%;
        height: 100%;
        padding: 10px;
        padding-top: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around; }
        @media (max-width: 1050px) {
          #student_card #monitor #monitor_plato #formdiv {
            padding: 0px; } }
        #student_card #monitor #monitor_plato #formdiv .sections {
          display: flex;
          flex: 1 1 500px;
          flex-flow: column;
          margin-bottom: 15px; }
        #student_card #monitor #monitor_plato #formdiv .sminputs {
          max-width: 500px; }
        #student_card #monitor #monitor_plato #formdiv .inputs {
          padding: 5px;
          margin: 5px;
          box-shadow: 2px 3px 7px #282524;
          background-color: white; }
          @media (max-width: 1050px) {
            #student_card #monitor #monitor_plato #formdiv .inputs {
              margin: 5px 2px 5px 2px; } }
          #student_card #monitor #monitor_plato #formdiv .inputs input, #student_card #monitor #monitor_plato #formdiv .inputs textarea, #student_card #monitor #monitor_plato #formdiv .inputs select {
            width: 100%;
            border: thin solid gray;
            margin-top: 1px;
            outline: none;
            background: transparent; }
          #student_card #monitor #monitor_plato #formdiv .inputs select {
            font-size: 110%; }
        #student_card #monitor #monitor_plato #formdiv .inputs_warning {
          color: red;
          font-size: 115%; }
        #student_card #monitor #monitor_plato #formdiv .check_in_cl {
          flex: 1 1;
          font-size: 120%;
          display: flex;
          flex-flow: row nowrap;
          justify-content: left;
          align-items: center; }
          #student_card #monitor #monitor_plato #formdiv .check_in_cl .inputs_container {
            flex: 1 1; }
            #student_card #monitor #monitor_plato #formdiv .check_in_cl .inputs_container input {
              height: 30px; }
          #student_card #monitor #monitor_plato #formdiv .check_in_cl .inputs_name {
            flex: 5 1; }
        #student_card #monitor #monitor_plato #formdiv .check_img_cl {
          margin-bottom: 10px; }
        #student_card #monitor #monitor_plato #formdiv #target_input {
          display: flex;
          flex: 1 1;
          flex-flow: column nowrap; }
          #student_card #monitor #monitor_plato #formdiv #target_input .inputs_container {
            flex: 1 1;
            display: flex; }
        #student_card #monitor #monitor_plato #formdiv .date_container {
          height: 21px; }
        #student_card #monitor #monitor_plato #formdiv #send_form {
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center;
          box-sizing: border-box;
          background-color: #0000fff2 !important;
          color: white;
          margin-top: auto;
          bottom: 1px;
          position: sticky;
          width: 100%; }
          #student_card #monitor #monitor_plato #formdiv #send_form:hover {
            background-color: blue !important; }

@-moz-document url-prefix() {
  #send_form {
    position: relative !important; } }
