@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: url("/static/fonts/open-sans/regular.ttf") format("truetype"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  src: url("/static/fonts/open-sans/bold.ttf") format("truetype"); }

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: normal;
  src: url("/static/fonts/open-sans/italic.ttf") format("truetype"); }

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: bold;
  src: url("/static/fonts/open-sans/bold-italic.ttf") format("truetype"); }

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  src: url("/static/fonts/montserrat/bold.otf") format("truetype"); }

@font-face {
  font-family: "MarckScript";
  font-style: normal;
  font-weight: normal;
  src: url("/static/fonts/marck-script/marckscript-regular.ttf") format("truetype"); }

* {
  max-width: 100%; }

html {
  height: 100%; }

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  min-width: 18rem;
  color: #000;
  /*
Block elements with bottom margins only
---------------------------------------
*/ }
  body .page {
    display: flex;
    flex-direction: column;
    min-height: 100vh; }
    body .page > #container {
      flex-grow: 1;
      margin: auto;
      width: 100%; }
      body .page > #container > .content {
        padding: 1rem;
        margin: auto;
        box-sizing: border-box;
        max-width: 75rem; }
        @media only screen and (min-width: 75em) {
  body .page > #container > .content {
    margin: auto;
    max-width: 80rem; } }
  body.modal-opened {
    overflow: hidden; }
  body .tox-tinymce {
    z-index: 41; }
  @media screen and (min-width: 40em) {
  body {
    font-size: 1rem; } }

p, ul, ol, dl, table, blockquote, pre, figure, hr {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
  /*
Same left margins for ul/ol, dd, blockquote
-------------------------------------------
*/ }

ul, ol, dd {
  padding-left: 1.75rem; }

dd {
  margin-left: 0;
  /*
Blockquote
----------
*/ }

blockquote {
  border: 0;
  padding-left: 1.75rem;
  margin-left: 0;
  font-style: italic;
  /*
Figure/Figcaption
-----------------
*/ }

figure {
  margin-left: 0;
  margin-right: 0; }

figure > table, figure > img, figure > picture {
  margin-bottom: 0;
  /*
Etc.
----
*/ }

fieldset {
  border: 0; }

legend {
  padding: 0 0.5rem; }

hr {
  border-style: solid; }

::-webkit-input-placeholder {
  color: grey;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

::-moz-placeholder {
  color: grey;
  opacity: 1;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

:-ms-input-placeholder {
  color: grey; }

:-moz-placeholder {
  color: grey; }

a, .a {
  text-decoration: underline;
  color: #014c8d;
  cursor: pointer; }

a button, a input {
  text-decoration: none;
  border: inherit;
  border-color: inherit; }

h1 {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  color: #26335f;
  text-align: center; }
  @media only screen and (min-width: 60em) {
  h1 {
    font-size: 2.5rem; } }
  h1.aktualita {
    font-size: 1.5rem;
    text-transform: none; }

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: normal; }
  @media only screen and (min-width: 60em) {
  h2 {
    font-size: 1.5rem; } }

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400; }
  @media only screen and (min-width: 60em) {
  h3 {
    font-size: 1.25rem; } }

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400; }
  @media only screen and (min-width: 60em) {
  h4 {
    font-size: 1.125rem; } }

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.825rem;
  font-weight: 400; }
  @media only screen and (min-width: 60em) {
  h5 {
    font-size: 1rem; } }

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem; }

p {
  font-weight: 300; }

input, select, textarea {
  font: inherit;
  max-width: 100%;
  box-sizing: border-box; }

img {
  max-width: 100%; }

span[name='editTranslation'] {
  cursor: pointer; }
  span[name='editTranslation']:hover {
    background-color: #38383810; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media only screen and (max-width: 30em) {
  .mobile-hidden {
    display: none !important; } }

#adminOnlineLessons #adminTable table tbody tr td.actions button[name="delete"] {
  background-color: #dd443c;
  color: #fff; }

#adminTable .overall-data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem; }
  #adminTable .overall-data .item + .item {
    margin-left: 0.5rem; }
  #adminTable .pagination {
    margin: 0.5rem 0.25rem; }
  #adminTable .buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  #adminTable .buttons input[type="button"], #adminTable .buttons button {
    border-radius: 0.125rem;
    font-size: 0.75rem;
    margin: 0.5rem 0.25rem;
    padding: 0.125rem 0.5rem;
    min-width: 4rem;
    line-height: 1.5rem;
    background-color: #4682b4; }
  #adminTable .buttons .bulk-actions {
    visibility: hidden; }
    #adminTable .buttons .bulk-actions.visible {
      visibility: visible; }
  #adminTable table {
    border-collapse: collapse;
    margin-bottom: 0;
    min-width: 100%; }
  #adminTable table thead tr th, #adminTable table tbody tr th, #adminTable table thead tr td, #adminTable table tbody tr td {
    padding: 0.25rem;
    font-size: 0.75rem; }
    #adminTable table thead tr th:first-child, #adminTable table tbody tr th:first-child, #adminTable table thead tr td:first-child, #adminTable table tbody tr td:first-child {
      border-left: none; }
    #adminTable table thead tr th:last-child, #adminTable table tbody tr th:last-child, #adminTable table thead tr td:last-child, #adminTable table tbody tr td:last-child {
      border-right: none; }
    #adminTable table thead tr th.checkbox div, #adminTable table tbody tr th.checkbox div, #adminTable table thead tr td.checkbox div, #adminTable table tbody tr td.checkbox div {
      display: flex;
      justify-content: center;
      align-items: center; }
      #adminTable table thead tr th.checkbox div input[type="checkbox"], #adminTable table tbody tr th.checkbox div input[type="checkbox"], #adminTable table thead tr td.checkbox div input[type="checkbox"], #adminTable table tbody tr td.checkbox div input[type="checkbox"] {
        margin-right: 0; }
    #adminTable table thead tr th .column-search.invisible, #adminTable table tbody tr th .column-search.invisible {
      display: none; }
  #adminTable table thead tr th {
    border: solid 1px #9896a4;
    min-width: initial; }
    #adminTable table thead tr.column-names th {
      text-align: left;
      border-bottom: none; }
      #adminTable table thead tr.column-names th .sortable:hover {
        cursor: pointer; }
    #adminTable table thead tr.tools th {
      border-top: none; }
      #adminTable table thead tr.tools th .column-search input, #adminTable table thead tr.tools th .column-search select {
        width: 100%; }
      #adminTable table thead tr.tools th .column-search input {
        border-radius: 0;
        font-weight: normal;
        margin: 0; }
      #adminTable table thead tr.tools th .column-search select {
        min-width: 6rem; }
  #adminTable table tbody tr td {
    border: solid 1px #9896a4;
    border-top: none;
    border-bottom: none; }
    #adminTable table tbody tr td.no-results {
      text-align: center;
      padding: 0.5rem; }
    #adminTable table tbody tr td.boolean {
      text-align: center; }
    #adminTable table tbody tr td.date, #adminTable table tbody tr td.datetime {
      white-space: nowrap;
      font-size: 0.75rem; }
    #adminTable table tbody tr td .normal-content {
      padding-bottom: 0.25rem;
      min-height: 1.5rem; }
      #adminTable table tbody tr td .normal-content.color {
        border-radius: 0.25rem;
        width: 100%;
        height: 100%; }
    #adminTable table tbody tr td .edit-content {
      position: relative;
      margin-bottom: 0.125rem;
      border-radius: 0;
      border: 1px solid #9f9f9f22;
      font-weight: normal;
      font-size: 0.75rem;
      display: none;
      height: auto; }
      #adminTable table tbody tr td .edit-content.date {
        padding-bottom: 1.5rem; }
      #adminTable table tbody tr td .edit-content.date .date-picker input[name="date"] {
        width: 6rem; }
      #adminTable table tbody tr td .edit-content.date .control-panel {
        bottom: 0;
        top: auto; }
        #adminTable table tbody tr td .edit-content.date .control-panel .icon-wrap {
          width: 1.5rem;
          height: 1.5rem; }
          #adminTable table tbody tr td .edit-content.date .control-panel .icon-wrap .icon {
            width: 0.75rem;
            height: 0.75rem; }
          #adminTable table tbody tr td .edit-content.date .control-panel .icon-wrap.close {
            margin-right: 0.25rem; }
      #adminTable table tbody tr td .edit-content input {
        border-radius: 0;
        border: none;
        font-weight: normal;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 1.5rem; }
      #adminTable table tbody tr td .edit-content input:focus {
        background-color: rgba(0, 0, 0, .2);
        box-shadow: none; }
    #adminTable table tbody tr td.loader {
      text-align: center;
      padding: 1rem; }
      #adminTable table tbody tr td.loader img {
        width: 5rem;
        height: auto; }
    #adminTable table tbody tr td.control-buttons {
      position: relative; }
    #adminTable table tbody tr td > div {
      display: flex;
      align-items: center; }
    #adminTable table tbody tr td input[type="checkbox"] {
      margin: 0; }
    #adminTable table tbody tr td .actions {
      display: flex; }
      #adminTable table tbody tr td .actions input[type="button"], #adminTable table tbody tr td .actions button {
        border-radius: 0.125rem;
        font-size: 0.625rem;
        margin: 0.25rem 0.125rem;
        padding: 0 0.25rem;
        min-width: 4rem;
        line-height: 1.25rem;
        background-color: #4682b4; }
    #adminTable table tbody tr:nth-child(2n) {
      background-color: #4682b422; }

#cookiesAgreement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: #343434;
  color: white;
  padding: 0.5rem 1rem;
  width: calc(100% - 2rem);
  top: 0;
  left: 0;
  right: 0;
  z-index: 21; }
  #cookiesAgreement p {
    text-align: center;
    margin: 0 0 1rem 0; }
  #cookiesAgreement p a {
    text-decoration: underline;
    margin: 0px 0.25rem;
    color: #fff; }
  @media screen and (min-width: 40em) {
  #cookiesAgreement {
    flex-direction: row; }
    #cookiesAgreement p {
      margin: 0 1rem 0 0; } }

button, input[type="button"], input[type="submit"], a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #f8786b;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  border: none;
  box-sizing: border-box;
  padding: 0.125rem 1.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  button.small, input[type="button"].small, input[type="submit"].small, a.button.small {
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.125rem 1.5rem;
    line-height: 1.5;
    min-width: 5rem; }
  button.big, input[type="button"].big, input[type="submit"].big, a.button.big {
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    font-size: 1.25rem;
    padding: 0.5rem;
    line-height: 2rem;
    min-width: 15rem; }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.button:hover {
    text-decoration: none;
    opacity: 0.9;
    cursor: pointer; }
  button:active, input[type="button"]:active, input[type="submit"]:active, a.button:active {
    opacity: 0.8; }
  button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, a.button:disabled {
    color: #cecece !important;
    -webkit-box-shadow: 0 2px 1px 0px #6e14ccff;
    -moz-box-shadow: 0 2px 1px 0px #6e14ccff;
    box-shadow: 0 2px 1px 0px #6e14ccff; }
  button:disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, a.button:disabled:hover, button:disabled:active, input[type="button"]:disabled:active, input[type="submit"]:disabled:active, a.button:disabled:active {
    opacity: 1; }
  button.inverse, input[type="button"].inverse, input[type="submit"].inverse, a.button.inverse {
    background-color: #595959;
    -webkit-box-shadow: 0 2px 1px 0px #252525ff;
    -moz-box-shadow: 0 2px 1px 0px #252525ff;
    box-shadow: 0 2px 1px 0px #252525ff; }
  button.secondary, input[type="button"].secondary, input[type="submit"].secondary, a.button.secondary {
    background-color: #79be48;
    -webkit-box-shadow: 0 2px 1px 0px #47a306ff;
    -moz-box-shadow: 0 2px 1px 0px #47a306ff;
    box-shadow: 0 2px 1px 0px #47a306ff; }
  button.abort, input[type="button"].abort, input[type="submit"].abort, a.button.abort {
    background-color: #f9b34b;
    -webkit-box-shadow: 0 2px 1px 0px #c88117ff;
    -moz-box-shadow: 0 2px 1px 0px #c88117ff;
    box-shadow: 0 2px 1px 0px #c88117ff; }
  button.danger, input[type="button"].danger, input[type="submit"].danger, a.button.danger {
    background-color: #e91c1c; }
  button.blue, input[type="button"].blue, input[type="submit"].blue, a.button.blue {
    background-color: #4682b4; }
  button.yellow, input[type="button"].yellow, input[type="submit"].yellow, a.button.yellow {
    background-color: #f9c001;
    -webkit-box-shadow: 0 2px 1px 0px #f0b901ff;
    -moz-box-shadow: 0 2px 1px 0px #f0b901ff;
    box-shadow: 0 2px 1px 0px #f0b901ff; }
  button.image, input[type="button"].image, input[type="submit"].image, a.button.image {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0; }
  button.facebook, input[type="button"].facebook, input[type="submit"].facebook, a.button.facebook {
    background: #314fb3 url("/static/img/icon-fb-login-register.png") no-repeat;
    padding-left: 3rem;
    background-size: contain;
    -webkit-box-shadow: 0 2px 1px 0px #203482ff;
    -moz-box-shadow: 0 2px 1px 0px #203482ff;
    box-shadow: 0 2px 1px 0px #203482ff; }

input[type="checkbox"] {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #000;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  outline: none;
  position: relative;
  margin-right: 1rem; }
  input[type="checkbox"]:focus {
    box-shadow: 0 0 5px 1px #000; }
  input[type="checkbox"]:checked, input[type="checkbox"][indeterminate] {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1); }
  input[type="checkbox"]:checked:after, input[type="checkbox"][indeterminate]:after {
    content: "";
    position: absolute;
    background-image: url("/static/img/form/cbx-checkmark.png");
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: 0% 0%;
    width: 1rem;
    height: 1rem;
    top: 1px;
    left: 1px; }
    input[type="checkbox"]:checked:after.small, input[type="checkbox"][indeterminate]:after.small {
      background-size: 1rem 1rem;
      width: 0.5rem;
      height: 0.5rem; }
  input[type="checkbox"]:checked[indeterminate]:after, input[type="checkbox"][indeterminate][indeterminate]:after {
    background-position: 0% 100%; }
  input[type="checkbox"]:checked:disabled:checked:after, input[type="checkbox"][indeterminate]:disabled:checked:after {
    background-position: 100% 0%; }
  input[type="checkbox"]:checked:disabled[indeterminate]:after, input[type="checkbox"][indeterminate]:disabled[indeterminate]:after {
    background-position: 100% 100%; }
  input[type="checkbox"]:disabled {
    border-color: #d1d1d1; }
  input[type="checkbox"].small {
    border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    -moz-border-radius: 0.125rem;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem; }
  input[type="checkbox"].small:checked:after, input[type="checkbox"].small[indeterminate]:after {
    background-size: 1.5rem 1.5rem;
    width: 0.75rem;
    height: 0.75rem; }

.datePicker {
  position: relative; }
  .datePicker input[name="date"] {
    background-image: url("/static/img/components/form/date-picker.png");
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: calc(100% - .25rem) 50%; }
  .datePicker .box {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
    border: solid 1px #d1d1d1;
    display: none;
    width: calc(100% - 2px);
    max-width: 30rem;
    min-height: calc(6 * (2.5rem + 2px) + 2rem + 1px);
    z-index: 42; }
  .datePicker .box .tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #d1d1d1;
    padding: 0.5rem 0.5rem;
    line-height: 1; }
    .datePicker .box .tools .month-year {
      text-align: center;
      flex-grow: 1; }
  .datePicker .box .days {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
    .datePicker .box .days button {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border: solid 1px #fff;
      padding: 0;
      width: calc((100% / 7) - 2px);
      min-width: initial;
      height: 2.5rem; }
    .datePicker .box .days button[name="placeholder"] {
      background: #e1e1e1;
      border-color: #fff; }
  .datePicker input[name="date"]:focus + .box {
    display: block; }

.inlineDatePicker {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  background-color: ;
  border: solid 1px #000;
  margin-bottom: 1rem;
  padding: 0.25rem;
  width: 7.5rem;
  height: 1.75rem;
  line-height: 1.75; }
  .inlineDatePicker .dayName {
    text-transform: uppercase;
    font-size: 0.75rem;
    width: 1.5rem;
    color: ; }
  .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="day"], .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="month"], .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="year"] {
    border: none;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 1.5rem;
    min-width: initial;
    height: 1.75rem;
    line-height: 1.75; }
    .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="day"]:focus, .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="month"]:focus, .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="year"]:focus {
      box-shadow: none; }
  .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="year"] {
    width: 2.5rem; }

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  border: solid 1px #000;
  padding: 0.1rem 0.5rem;
  height: 2rem;
  color: #000;
  outline: none;
  max-width: 100%;
  box-sizing: border-box; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::selection {
    background-color: rgba(0, 0, 0, .5);
    color: #fff; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus {
    box-shadow: 0 0 5px 1px #000; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]).error {
    border-color: #e91c1c; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]).error:focus {
    box-shadow: 0 0 5px 1px #e91c1c; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]).error::selection {
    background-color: rgba(233, 28, 28, .5);
    color: #fff; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):disabled {
    border-color: #d1d1d1; }

label {
  display: flex;
  align-items: start;
  max-width: 100%; }
  label > input {
    flex: 0 0 auto; }
  label > div {
    flex-shrink: 1 !important; }

input[type="radio"] {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #000;
  width: 1.25rem;
  height: 1.25rem;
  outline: none;
  position: relative; }
  input[type="radio"]:active:not(:disabled), input[type="radio"]:checked:active:not(:disabled) {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  input[type="radio"]:focus {
    box-shadow: 0 0 5px 1px #000; }
  input[type="radio"]:checked {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1); }
  input[type="radio"]:checked:after {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: "";
    position: absolute;
    background-color: #000;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    top: calc(.125rem + 1px);
    left: calc(.125rem + 1px); }
  input[type="radio"]:checked:disabled:checked:after {
    background-color: #e1e1e1; }
  input[type="radio"]:disabled {
    border-color: #d1d1d1; }

select {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("/static/img/form/select-arrow.png");
  background-repeat: no-repeat;
  background-size: calc(1.5rem + 2px) 1.5rem;
  background-position: 100%;
  border: solid 1px #000;
  font-size: 0.85rem;
  font-weight: 300;
  padding: 0.125rem 2.5rem 0 1rem;
  height: 2rem;
  outline: none;
  color: #000; }
  select:focus {
    box-shadow: 0 0 5px 1px #000; }
  select::-ms-expand {
    /* remove default arrow in IE 10 and 11 */
    display: none;
    /* target Internet Explorer 9 to undo the custom arrow */ }
  @media screen and (min-width:0\0) {
  select select {
    background: none\9;
    padding: 5px \9; } }

textarea, .editable-text {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  border: solid 1px #000;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 4rem;
  line-height: 1.25rem;
  outline: none;
  overflow: auto;
  resize: none; }
  textarea::selection, .editable-text::selection {
    background-color: rgba(0, 0, 0, .5); }
  textarea:focus, .editable-text:focus {
    box-shadow: 0 0 5px 1px #000; }
  textarea.error, .editable-text.error {
    border-color: #e91c1c; }
  textarea.error:focus, .editable-text.error:focus {
    box-shadow: 0 0 5px 1px #e91c1c; }
  textarea.error::selection, .editable-text.error::selection {
    background-color: rgba(233, 28, 28, .5);
    color: #fff; }
  textarea:disabled, .editable-text:disabled {
    border-color: #d1d1d1; }

.timePicker {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  background-color: ;
  border: solid 1px #000;
  margin-bottom: 1rem;
  padding: 0.25rem;
  width: 3.5rem;
  height: 1.75rem;
  line-height: 1.75; }
  .timePicker.seconds {
    width: 5rem; }
  .timePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="hours"], .timePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="minutes"], .timePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="seconds"] {
    border: none;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 1.5rem;
    min-width: initial;
    height: 1.75rem;
    line-height: 1.75; }
    .timePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="hours"]:focus, .timePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="minutes"]:focus, .timePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="seconds"]:focus {
      box-shadow: none; }

#activeUser {
  display: flex;
  align-items: center;
  position: relative; }
  #activeUser > a {
    display: flex;
    align-items: center; }
  #activeUser > a .name {
    font-size: 1.25rem; }
  #activeUser > a .arrow {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    margin-left: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    top: -2px; }
  #activeUser > a:hover {
    color: inherit; }
  #activeUser .menu {
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.25s ease-in;
    -o-transition: -o-transform 0.25s ease-in;
    -ms-transition: -ms-transform 0.25s ease-in;
    transition: transform 0.25s ease-in;
    display: flex;
    position: absolute;
    background-color: #fff;
    top: 2.5rem;
    right: 0;
    z-index: 21;
    max-width: 9rem;
    max-width: initial; }
  #activeUser .menu .items {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15), 0 0 2px 2px rgba(0, 0, 0, 0.1); }
    #activeUser .menu .items a {
      background: #fff;
      display: block;
      padding: 0.5rem 1.5rem;
      min-width: 6rem;
      white-space: nowrap; }
    #activeUser .menu .items a:first-child {
      border-top-right-radius: 0.25rem;
      border-top-left-radius: 0.25rem;
      -webkit-border-top-right-radius: 0.25rem;
      -webkit-border-top-left-radius: 0.25rem;
      -moz-border-top-right-radius: 0.25rem;
      -moz-border-top-left-radius: 0.25rem; }
    #activeUser .menu .items a:last-child {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      -webkit-border-bottom-right-radius: 0.25rem;
      -webkit-border-bottom-left-radius: 0.25rem;
      -moz-border-bottom-right-radius: 0.25rem;
      -moz-border-bottom-left-radius: 0.25rem; }
    #activeUser .menu .items a:hover {
      background: #38383822; }
  #activeUser.menu-visible .menu {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.25s ease-in;
    -o-transition: -o-transform 0.25s ease-in;
    -ms-transition: -ms-transform 0.25s ease-in;
    transition: transform 0.25s ease-in; }

#adminMenu {
  width: 100%;
  max-width: 80rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  margin: auto;
  margin-bottom: 1rem; }
  #adminMenu a {
    display: block;
    padding: 0.25rem 1rem;
    text-decoration: none;
    border-right: 1px solid black;
    font-weight: bold;
    color: #4682b4; }
  #adminMenu a:first-child {
    border-left: 1px solid black; }
  #adminMenu a:hover {
    color: white;
    background-color: #4682b4; }

#adminWrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1rem;
  width: 100%; }
  #adminWrapper #container {
    overflow: hidden;
    width: 100%; }
  #adminWrapper #container > .title, #adminWrapper #container > .content {
    background-color: #fff;
    border: solid 1px #000;
    box-sizing: border-box;
    max-width: 80rem;
    margin: auto; }
  #adminWrapper #container > .title {
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem; }
    #adminWrapper #container > .title h1 {
      margin-bottom: 0; }
  #adminWrapper #container > .content {
    overflow: auto; }
  @media (min-width: 40em) {
  #adminWrapper {
    flex-direction: row; } }

#footer {
  background-color: #b18f6a;
  padding: 0.5rem 0;
  width: 100%; }
  #footer .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    max-width: 60rem; }
  #footer .content .full {
    width: 100%; }
    #footer .content .full .newsletter {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-bottom: 1rem; }
    #footer .content .full .newsletter .claim, #footer .content .full .newsletter .row {
      margin: 0 1rem; }
    #footer .content .full .newsletter .claim {
      font-family: "Open Sans", sans-serif;
      margin-bottom: 0.5rem; }
    #footer .content .full .newsletter .row {
      display: flex;
      flex-direction: column;
      max-width: 20rem; }
    #footer .content .full .newsletter .row input {
      width: 100%; }
    #footer .content .full .newsletter .row input[name="email"] {
      background-color: #fff;
      width: calc(100%);
      max-width: calc(100% - 1rem - 2px); }
    #footer .content .full .newsletter .row input[name="subscribe"] {
      max-width: calc(100%); }
    @media only screen and (min-width: 30rem) {
      #footer .content .full .newsletter {
        width: 100%; }
        #footer .content .full .newsletter .row {
          flex-direction: row;
          max-width: initial; }
          #footer .content .full .newsletter .row input[name="email"] {
            margin: 0 0.5rem 0 0;
            width: 15rem; }
          #footer .content .full .newsletter .row input[name="subscribe"] {
            min-width: 8rem; } }
    #footer .content .full .newsletter-confirmation {
      border-radius: 0.25rem;
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #fff;
      font-family: "Open Sans", sans-serif;
      margin: 0.5rem 1rem 1rem;
      padding: 0.5rem 1rem;
      color: #000; }
    #footer .content .full .newsletter-confirmation .row {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    #footer .content .full .newsletter-confirmation .row img {
      margin-right: 0.5rem;
      width: 1.5rem;
      height: 1.5rem; }
    #footer .content .full .newsletter-confirmation .row p {
      margin: 0; }
  #footer .content .left {
    flex: 1 0 20%; }
    #footer .content .left a {
      font-size: 0.75rem;
      font-weight: normal;
      display: block;
      margin: 0.25rem; }
    #footer .content .left a:hover {
      text-decoration: underline;
      opacity: 0.75; }
    #footer .content .left a:first-letter {
      text-transform: uppercase; }
  #footer .content .center {
    flex: 1 0 40%;
    text-align: center; }
    #footer .content .center .contact {
      font-size: 0.9rem;
      font-weight: bold; }
    #footer .content .center .links {
      font-size: 0.9rem;
      margin: 0.25rem; }
    #footer .content .center .links .first {
      border-right: 1px solid #383838;
      padding-right: 0.5rem; }
    #footer .content .center .links a {
      font-weight: bold; }
    #footer .content .center .copy {
      font-family: "Open Sans", sans-serif;
      font-size: 0.75rem;
      font-weight: bold; }
    #footer .content .center .version {
      margin-top: 0.25rem;
      font-size: 0.625rem;
      color: #000; }
  #footer .content .right {
    flex: 1 0 20%; }

#hamburgerMenu {
  display: flex;
  justify-content: flex-end;
  margin-right: 2rem; }
  #hamburgerMenu .hamburgerIcon {
    display: flex;
    flex-direction: row; }
  #hamburgerMenu .hamburgerIcon .icon {
    position: absolute;
    right: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 24;
    top: 2rem; }
    #hamburgerMenu .hamburgerIcon .icon .line {
      width: 50%;
      height: 0.3rem;
      background-color: #014c8d;
      position: absolute;
      left: 2rem;
      right: 2rem;
      transition: top 0.15s linear 0.15s, transform 0.15s linear 0s; }
    #hamburgerMenu .hamburgerIcon .icon .line:first-child {
      top: 1.25rem; }
    #hamburgerMenu .hamburgerIcon .icon .line:nth-child(2) {
      top: calc(2rem - (.25rem / 2)); }
    #hamburgerMenu .hamburgerIcon .icon .line:nth-child(3) {
      top: calc(2.5rem); }
    #hamburgerMenu .hamburgerIcon .icon.active .line {
      transition: top 0.15s linear 0s, transform 0.15s linear 0.15s; }
    #hamburgerMenu .hamburgerIcon .icon.active .line:first-child, #hamburgerMenu .hamburgerIcon .icon.active .line:nth-child(3) {
      top: calc(2rem - (.25rem / 2)); }
    #hamburgerMenu .hamburgerIcon .icon.active .line:nth-child(2), #hamburgerMenu .hamburgerIcon .icon.active .line:nth-child(3) {
      transform: rotate(45deg); }
    #hamburgerMenu .hamburgerIcon .icon.active .line:first-child {
      transform: rotate(-45deg); }
  #hamburgerMenu .menu {
    transition: left 0.2s linear;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 20rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
    background-color: #91a8d1;
    box-sizing: border-box; }
  #hamburgerMenu .menu .item {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    width: 100%; }
    #hamburgerMenu .menu .item.fb {
      width: 8rem;
      margin: 0 auto; }
    #hamburgerMenu .menu .item a {
      padding: 12px 10px 10px 12px;
      height: auto;
      font-size: 0.875rem;
      line-height: 24px;
      color: rgba(255, 255, 255, 0.7);
      text-transform: uppercase;
      font-weight: bold;
      text-align: center; }
    #hamburgerMenu .menu .item a:hover {
      text-decoration: none;
      background-color: #014c8d; }
    #hamburgerMenu .menu .item:first-child {
      margin-top: 6rem; }
    #hamburgerMenu .menu .item p {
      padding: 12px 10px 10px 12px;
      text-align: center; }
    #hamburgerMenu .menu .item .schoolHamburger {
      display: block;
      padding: 1rem;
      text-align: center; }
    #hamburgerMenu .menu .item .schoolHamburger .trida {
      font-weight: bold;
      font-size: 1.2rem; }
    #hamburgerMenu .menu .item .schoolHamburger .skola {
      font-size: 0.8rem; }
    @media (min-width: 45em) {
      #hamburgerMenu .menu .item .schoolHamburger {
        display: none; } }
  #hamburgerMenu .menu.open {
    display: flex;
    z-index: 20; }
  @media (min-width: 70em) {
  #hamburgerMenu {
    display: none; } }

#header {
  background-color: #99ddde;
  width: 100%; }
  #header > .content {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 80rem;
    flex-wrap: wrap; }
  #header > .content .left {
    display: flex;
    align-items: center; }
    #header > .content .left h1 {
      font-size: 2rem; }
    @media (min-width: 55rem) {
      #header > .content .left h1 {
        font-size: 3.5rem; } }
    #header > .content .left .logo {
      flex-shrink: 0;
      padding-top: 1rem;
      height: 7rem; }
  #header > .content .school {
    display: none;
    max-width: 15rem;
    padding: 0 1rem 0 1rem;
    flex: 0 1 auto; }
    #header > .content .school .trida {
      font-weight: bold;
      font-size: 1.2rem; }
    #header > .content .school .skola {
      font-size: 0.8rem; }
    @media (min-width: 40em) {
    #header > .content .school {
      display: block; } }
    @media (min-width: 70em) {
    #header > .content .school {
      max-width: 10rem; } }
    @media (min-width: 80em) {
    #header > .content .school {
      max-width: 15rem; } }
  #header > .content .right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-grow: 1;
    flex-direction: column; }
    #header > .content .right .items {
      display: none; }
    #header > .content .right .items .item {
      padding: 0.5rem 1rem;
      font-size: 1rem; }
    #header > .content .right .items .name {
      font-weight: bold; }
    #header > .content .right .items p {
      margin: 0;
      padding: 0.5rem 1rem;
      margin-left: auto; }
    @media (min-width: 70em) {
      #header > .content .right .items {
        display: flex;
        flex-direction: column-reverse;
        align-items: center; } }
    #header > .content .right .facebook {
      width: 8rem;
      padding: 0.5rem 0;
      display: none; }
    @media (min-width: 70em) {
      #header > .content .right .facebook {
        display: flex; } }

.pagination a.button.small {
  border-radius: 0.125rem;
  box-sizing: border-box;
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.25rem;
  min-width: 1.5rem;
  min-height: 1.25rem;
  border: 1px solid #4682b4;
  background-color: white;
  color: #4682b4; }
  .pagination a.button.small.current {
    background-color: #4682b4;
    color: #fff; }

.uploader {
  width: max-content; }
  .uploader input[type="file"] {
    display: none; }
  .uploader .files {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .uploader .files .file {
    width: 4rem;
    margin: 0.2rem; }
    .uploader .files .file .icon img {
      display: block;
      width: 3rem;
      margin: auto;
      max-height: 4rem;
      object-fit: cover; }
    .uploader .files .file .name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 0.875rem; }
    .uploader .files .file .delete {
      color: #dd443c;
      text-align: center;
      font-size: 0.75rem;
      width: 100%;
      display: inline-block;
      text-transform: uppercase; }
  .uploader progress {
    -webkit-appearance: none;
    appearance: none;
    height: 0.5rem; }
  .uploader progress::-webkit-progress-bar {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    overflow: hidden; }
  .uploader progress::-webkit-progress-value {
    background-color: #014c8d; }

#forgottenPassword .confirmation, #forgottenPasswordClassroom .confirmation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 2rem auto;
  padding: 0 1rem; }
  #forgottenPassword .confirmation .checkmark, #forgottenPasswordClassroom .confirmation .checkmark {
    flex-shrink: 0;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem; }
  #forgottenPassword .confirmation .announcement, #forgottenPasswordClassroom .confirmation .announcement {
    flex-shrink: 1;
    text-align: left;
    font-size: 1rem;
    font-weight: 200; }

#loginComponent, #loginComponent2 {
  margin-bottom: 1rem; }
  #loginComponent h1, #loginComponent2 h1 {
    text-align: center; }
  #loginComponent form, #loginComponent2 form {
    width: 15rem;
    margin: 2rem auto 1rem; }
  #loginComponent form .row, #loginComponent2 form .row {
    margin-bottom: 1rem; }
    #loginComponent form .row label, #loginComponent2 form .row label {
      margin-bottom: 0.5rem; }
    #loginComponent form .row input[type='text'], #loginComponent2 form .row input[type='text'], #loginComponent form .row input[type='password'], #loginComponent2 form .row input[type='password'] {
      width: 100%; }
    #loginComponent form .row #togglePassword, #loginComponent2 form .row #togglePassword {
      cursor: pointer;
      z-index: 2;
      float: right;
      width: 1.5rem;
      top: -1.5rem;
      right: 0.3rem;
      position: relative; }
    #loginComponent form .row.buttons, #loginComponent2 form .row.buttons {
      display: flex;
      justify-content: center; }
    #loginComponent form .row.error-message, #loginComponent2 form .row.error-message {
      text-align: center;
      color: red;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.2rem; }
  #loginComponent .switch-process, #loginComponent2 .switch-process {
    text-align: center; }
  #loginComponent .switch-process .register, #loginComponent2 .switch-process .register {
    margin-top: 0.5rem; }

#classroomLoginComponent h2 {
  text-align: center; }
  #classroomLoginComponent .school {
    text-align: center;
    margin-bottom: 2rem; }
  #classroomLoginComponent .box-wrap {
    width: 30rem;
    margin: 0 auto 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #classroomLoginComponent .box-wrap .box {
    width: 100%;
    color: black;
    border: 1px solid #41d84c;
    background-color: rgba(65, 216, 76, .1);
    border-radius: 0.25rem;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 0.5rem; }
    #classroomLoginComponent .box-wrap .box:hover {
      background-color: rgba(65, 216, 76, .4); }
    #classroomLoginComponent .box-wrap .box:nth-child(2n) {
      border-color: #ff7f50;
      background-color: rgba(255, 127, 80, .1); }
    #classroomLoginComponent .box-wrap .box:nth-child(2n):hover {
      background-color: rgba(255, 127, 80, .4); }
  #classroomLoginComponent .error-message {
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem; }
  #classroomLoginComponent .switch-process {
    text-align: center; }
  #classroomLoginComponent form {
    width: 20rem;
    margin: auto; }
  #classroomLoginComponent form .row {
    margin-bottom: 1rem; }
    #classroomLoginComponent form .row input:not([type="checkbox"]) {
      width: 100%; }
    #classroomLoginComponent form .row #togglePassword {
      cursor: pointer;
      z-index: 2;
      width: 1.5rem;
      float: right;
      top: -1.5rem;
      right: 0.5rem;
      position: relative; }

form#teacherRegisterForm .row.have-account-wrap .have-account {
  font-size: 1.25rem; }
  form#teacherRegisterForm .row.buttons {
    display: flex;
    justify-content: space-between; }
    form#teacherRegisterForm .row.buttons input {
      margin-bottom: 0.5rem;
      width: calc(50% - 1rem); }

form#teacherRegistrationAddToUser {
  width: 40rem; }
  form#teacherRegistrationAddToUser .row.users {
    display: flex; }
    form#teacherRegistrationAddToUser .row.users .user {
      margin: 0 0.5rem 0.5rem 0; }
  form#teacherRegistrationAddToUser .row.login, form#teacherRegistrationAddToUser .row.password, form#teacherRegistrationAddToUser .row.buttons {
    width: 25rem;
    margin: 1rem auto; }
  form#teacherRegistrationAddToUser .row.buttons {
    display: flex;
    justify-content: space-between; }
    form#teacherRegistrationAddToUser .row.buttons input {
      margin-bottom: 0.5rem;
      width: calc(50% - 1rem); }

.dedicateTable {
  max-width: 100%;
  width: max-content;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  margin: auto; }
  .dedicateTable .main {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .dedicateTable .users {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }

.explain {
  font-size: 0.7rem;
  color: #9896a4;
  margin-top: 0.15rem; }

#dashboardHeader {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem 2rem; }
  #dashboardHeader h1 {
    margin: 0; }

#dashboardMenu {
  display: flex;
  flex-direction: column; }
  #dashboardMenu a {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 1rem;
    display: flex;
    color: black;
    padding: 0.25rem 0; }
  #dashboardMenu a.active {
    font-weight: bold; }
  @media (min-width: 30em) {
  #dashboardMenu {
    flex-direction: row;
    justify-content: center; }
    #dashboardMenu a {
      margin: 0 1rem; } }
  @media (min-width: 60em) {
  #dashboardMenu {
    flex-direction: column;
    justify-content: flex-start; } }

#dashboardWrapper {
  background-color: #f1f9ff;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }
  #dashboardWrapper #container {
    display: flex;
    margin: auto;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    max-width: 80rem; }
  #dashboardWrapper #container > .left {
    background-color: #fbf8e3;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    padding: 1rem;
    width: 100%; }
    #dashboardWrapper #container > .left #dashboardMenu {
      width: 100%; }
  #dashboardWrapper #container > .right {
    background-color: #fff;
    flex-grow: 1;
    width: 100%; }
  @media (min-width: 60em) {
    #dashboardWrapper #container {
      flex-direction: row; }
      #dashboardWrapper #container > .left {
        width: 14rem; }
      #dashboardWrapper #container > .right {
        width: initial; } }

.linkSharingComponent {
  display: flex;
  flex-direction: column; }
  .linkSharingComponent input[name="lscLink"] {
    font-size: 0.75rem;
    box-sizing: border-box;
    flex-grow: 1;
    margin: 0 0 1rem;
    padding: 0 1rem; }
  .linkSharingComponent input[name="lscLink"]:hover {
    cursor: default; }
  @media (min-width: 30em) {
  .linkSharingComponent {
    flex-direction: row;
    justify-content: space-between; }
    .linkSharingComponent input[name="lscLink"] {
      margin: 0 1rem 0 0; } }

#myClassrooms {
  width: 100%; }
  #myClassrooms h2 {
    text-align: center;
    margin-bottom: 0.5rem; }
  #myClassrooms .classrooms {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
  #myClassrooms .classrooms .classroom {
    width: calc(100% - 1rem);
    text-decoration: none;
    color: black;
    border: 1px solid #41d84c;
    background-color: rgba(65, 216, 76, .1);
    border-radius: 0.25rem;
    padding: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0.5rem; }
    #myClassrooms .classrooms .classroom:hover {
      background-color: rgba(65, 216, 76, .4); }
    #myClassrooms .classrooms .classroom:nth-child(2n) {
      border-color: #ff7f50;
      background-color: rgba(255, 127, 80, .1); }
    #myClassrooms .classrooms .classroom:nth-child(2n):hover {
      background-color: rgba(255, 127, 80, .4); }
    #myClassrooms .classrooms .classroom .classroom-title {
      margin-bottom: 0.25rem;
      font-weight: bold; }
    #myClassrooms .classrooms .classroom .school-title {
      color: #9896a4;
      font-size: 0.75rem; }
    #myClassrooms .classrooms .classroom .delete {
      margin-left: auto;
      width: 0.7rem;
      height: 0.7rem;
      background-image: url("/static/img/icons/close.png");
      background-size: 0.7rem 0.7rem; }
    #myClassrooms .classrooms .classroom .delete:hover {
      background-image: url("/static/img/icons/close-hover.png"); }
    @media (min-width: 25rem) {
    #myClassrooms .classrooms .classroom {
      width: calc(33% - 1rem);
      margin-right: 1rem; } }
    @media (min-width: 50rem) {
    #myClassrooms .classrooms .classroom {
      width: calc(25% - 1rem); } }
    @media (min-width: 70rem) {
    #myClassrooms .classrooms .classroom {
      width: calc(20% - 1rem); } }

#newWebCamRecorder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 40rem;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 1rem; }
  #newWebCamRecorder .wrapper {
    width: 100%;
    position: relative;
    padding-top: calc(100% * (9 / 16) + 2rem); }
  #newWebCamRecorder .wrapper video {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #newWebCamRecorder .wrapper .actions {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center; }
    #newWebCamRecorder .wrapper .actions button, #newWebCamRecorder .wrapper .actions .loader {
      display: none; }
    #newWebCamRecorder .wrapper .actions button {
      background-color: #dd443c;
      justify-content: center;
      align-items: center;
      font-size: 0.875rem; }
    #newWebCamRecorder .wrapper .actions button.active {
      display: flex; }
    #newWebCamRecorder .wrapper .actions button[name="turnOn"] img {
      width: 1rem;
      height: 1rem;
      margin-right: 0.5rem; }
    #newWebCamRecorder .wrapper .actions button[name="startRecording"] div, #newWebCamRecorder .wrapper .actions button[name="stopRecording"] div {
      background-color: white;
      margin-right: 0.5rem;
      width: 0.75rem;
      height: 0.75rem; }
    #newWebCamRecorder .wrapper .actions button[name="startRecording"] div {
      border-radius: 0.75rem; }
    #newWebCamRecorder .wrapper .actions .loader {
      background-image: url("/static/img/loader.gif");
      width: 1.5rem;
      height: 1.5rem;
      background-size: 1.5rem 1.5rem; }
    #newWebCamRecorder .wrapper .actions .loader.active {
      display: block; }

#nearestStreamCard .date {
  font-weight: bold; }
  #nearestStreamCard .box {
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 2px;
    padding: 1rem;
    position: relative;
    box-sizing: border-box;
    background-color: #fbf8e3;
    border-color: #fbe339; }
  #nearestStreamCard .box legend {
    font-weight: bold;
    font-size: 1.25rem;
    color: #000; }
  #nearestStreamCard .box .first-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #nearestStreamCard .box .first-block .top {
      width: 100%; }
    #nearestStreamCard .box .first-block .top .left {
      flex: 1 1 auto;
      width: 100%;
      margin-bottom: 1rem; }
    #nearestStreamCard .box .first-block .top .left .row {
      margin-right: 1rem; }
    #nearestStreamCard .box .first-block .top .left .subject {
      font-weight: bold;
      margin-bottom: 0.5rem; }
    #nearestStreamCard .box .first-block .top .left .attachments {
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between; }
      #nearestStreamCard .box .first-block .top .left .attachments .attachment {
        font-size: 0.875rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0.5rem;
        width: calc(50% - .5rem); }
      #nearestStreamCard .box .first-block .top .left .attachments .attachment.placeholder {
        margin-bottom: 0;
        height: 0; }
      @media (min-width: 25em) {
          #nearestStreamCard .box .first-block .top .left .attachments .attachment {
            width: calc(100% / 3 - .5rem); } }
      @media (min-width: 30em) {
          #nearestStreamCard .box .first-block .top .left .attachments .attachment {
            width: calc(25% - .5rem); } }
      @media (min-width: 35em) {
          #nearestStreamCard .box .first-block .top .left .attachments .attachment {
            width: calc(20% - .5rem); } }
      @media (min-width: 40em) {
          #nearestStreamCard .box .first-block .top .left .attachments .attachment {
            width: calc(100% / 6 - .5rem); } }
      @media (min-width: 45em) {
          #nearestStreamCard .box .first-block .top .left .attachments .attachment {
            width: calc(100% / 7 - .5rem); } }
      @media (min-width: 50em) {
          #nearestStreamCard .box .first-block .top .left .attachments .attachment {
            width: calc(100% / 8 - .5rem); } }
      #nearestStreamCard .box .first-block .top .left .attachments .attachment a[name="attachment-view"] {
        margin-bottom: 0.25rem;
        display: block; }
      #nearestStreamCard .box .first-block .top .left .attachments .attachment img {
        margin: auto;
        display: block; }
        #nearestStreamCard .box .first-block .top .left .attachments .attachment img.preview {
          width: 4rem;
          height: 3rem;
          object-fit: contain; }
        #nearestStreamCard .box .first-block .top .left .attachments .attachment img.icon {
          width: 3rem;
          height: 3rem; }
      #nearestStreamCard .box .first-block .top .left .attachments .attachment .name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0.75rem; }
  #nearestStreamCard .box .bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #nearestStreamCard .box .bottom .startTime, #nearestStreamCard .box .bottom .actions, #nearestStreamCard .box .bottom .explain {
      margin-bottom: 0.5rem; }
    #nearestStreamCard .box .bottom a.button {
      border-radius: 0.25rem;
      border: solid 1px #014c8d;
      background-color: #014c8d;
      min-width: 7rem;
      color: white; }
    #nearestStreamCard .box .bottom a.button:hover {
      background-color: transparent;
      color: #014c8d; }
    #nearestStreamCard .box .bottom input[name='otherLessons'] {
      background-color: transparent;
      border: solid 1px #4682b4;
      color: #4682b4; }
    #nearestStreamCard .box .bottom input[name='otherLessons']:hover {
      background-color: #4682b4;
      color: white; }

#onlineLesson {
  display: flex;
  flex-direction: column; }
  #onlineLesson > .body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 2rem 0 5rem; }
  #onlineLesson > .body > .left, #onlineLesson > .body > .right {
    width: 100%; }
    #onlineLesson > .body > .left .video, #onlineLesson > .body > .right .video {
      margin-bottom: 0.5rem; }
    #onlineLesson > .body > .left .video .video-wrapper, #onlineLesson > .body > .right .video .video-wrapper {
      position: relative;
      background-color: black;
      box-sizing: border-box;
      width: calc(100vw - 4rem);
      height: calc(100vw - 4rem); }
    #onlineLesson > .body > .left .video .video-wrapper video, #onlineLesson > .body > .right .video .video-wrapper video {
      position: absolute;
      background-color: #000;
      border: solid 2px #595959;
      box-sizing: border-box;
      object-fit: cover;
      margin: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  #onlineLesson > .body > .left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box; }
    #onlineLesson > .body > .right .videos {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    #onlineLesson > .body > .right .videos .video-wrapper {
      margin-bottom: 0.5rem; }
    #onlineLesson > .body > .right .videos .video .onlineLessonUsernameAndHangUp {
      display: flex;
      flex-direction: column;
      align-items: center;
      min-height: 3.5rem; }
      #onlineLesson > .body > .right .videos .video .onlineLessonUsernameAndHangUp.empty {
        min-height: initial; }
      #onlineLesson > .body > .right .videos .video .onlineLessonUsernameAndHangUp .username {
        margin-bottom: 0.5rem;
        color: #fff; }
    #onlineLesson > .body > .right #videosHint {
      display: none;
      justify-content: center;
      align-items: center;
      min-height: 3.5rem;
      color: #fff; }
    #onlineLesson > .body > .right #videosHint.visible {
      display: flex; }
    #onlineLesson > .body > .right .users {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0 2rem;
      width: 100%; }
    #onlineLesson > .body > .right .users .onlineLessonUser {
      position: relative;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0.5rem;
      width: 100%;
      max-width: 8rem;
      opacity: 0.25; }
    #onlineLesson > .body > .right .users .onlineLessonUser > .rect {
      position: absolute;
      border: solid 2px transparent;
      padding-top: 100%;
      width: 100%; }
    #onlineLesson > .body > .right .users .onlineLessonUser .hand-up, #onlineLesson > .body > .right .users .onlineLessonUser .stream-not-available {
      position: absolute;
      border-radius: 100%;
      border: solid 4px #1a1a1a;
      box-sizing: border-box;
      display: none;
      justify-content: center;
      flex-shrink: 0;
      align-items: center;
      z-index: 2; }
      #onlineLesson > .body > .right .users .onlineLessonUser .hand-up .image, #onlineLesson > .body > .right .users .onlineLessonUser .stream-not-available .image {
        width: 1.5rem;
        height: 1.5rem; }
    #onlineLesson > .body > .right .users .onlineLessonUser .hand-up {
      background-color: #41d84c;
      width: 2.5rem;
      height: 2.5rem;
      top: -1.25rem;
      right: -1.25rem; }
      #onlineLesson > .body > .right .users .onlineLessonUser .hand-up .image {
        background-image: url("/static/img/icons/hand-up.svg");
        background-repeat: no-repeat;
        background-size: 3rem 1.5rem;
        background-position: 100% 50%; }
    #onlineLesson > .body > .right .users .onlineLessonUser .stream-not-available {
      background-color: #dd443c;
      width: 1.5rem;
      height: 1.5rem;
      bottom: calc(3px - 1rem);
      right: calc(3px - 1rem); }
      #onlineLesson > .body > .right .users .onlineLessonUser .stream-not-available .image {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.9rem;
        font-weight: bold;
        width: 100%;
        height: 100%;
        color: #fff; }
    #onlineLesson > .body > .right .users .onlineLessonUser > .image {
      position: relative;
      background-color: #000;
      border-radius: 0.5rem;
      border: solid 2px #595959;
      overflow: hidden;
      margin-bottom: 0.5rem;
      padding-top: 100%;
      width: 100%; }
      #onlineLesson > .body > .right .users .onlineLessonUser > .image img {
        position: absolute;
        object-fit: cover;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    #onlineLesson > .body > .right .users .onlineLessonUser > .loader {
      position: absolute;
      background-image: url("/static/img/loader.gif");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      display: none;
      top: 1.5rem;
      left: 1rem;
      right: 1rem;
      height: 2rem;
      margin: auto; }
    #onlineLesson > .body > .right .users .onlineLessonUser.is-ringing > .loader {
      display: block; }
    #onlineLesson > .body > .right .users .onlineLessonUser .name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      font-size: 0.9rem;
      width: 100%;
      min-height: 1.5rem;
      line-height: 1.25;
      color: #fff; }
    #onlineLesson > .body > .right .users .onlineLessonUser.online {
      opacity: 1; }
      #onlineLesson > .body > .right .users .onlineLessonUser.online > .image {
        border-color: #fbe339; }
      #onlineLesson > .body > .right .users .onlineLessonUser.online .name {
        color: #fbe339; }
    #onlineLesson > .body > .right .users .onlineLessonUser.hand-up .hand-up {
      display: flex; }
      #onlineLesson > .body > .right .users .onlineLessonUser.hand-up .hand-up .image {
        background-position: 0% 50%; }
      #onlineLesson > .body > .right .users .onlineLessonUser.hand-up > .image {
        border-color: #41d84c; }
      #onlineLesson > .body > .right .users .onlineLessonUser.hand-up .name {
        color: #41d84c; }
    #onlineLesson > .body > .right .users .onlineLessonUser.stream-not-available .stream-not-available {
      display: flex; }
    #onlineLesson > .body > .right .users .onlineLessonUser.streaming > .image {
      border-color: #dd443c; }
      #onlineLesson > .body > .right .users .onlineLessonUser.streaming .name {
        color: #dd443c; }
      #onlineLesson > .body > .right .users .onlineLessonUser.streaming .hand-up {
        background-color: #dd443c; }
      #onlineLesson > .body > .right .users .onlineLessonUser.streaming .hand-up .image {
        background-position: 100% 50%; }
    @media (min-width: 30em) {
      #onlineLesson > .body > .right .users {
        justify-content: flex-start; }
        #onlineLesson > .body > .right .users .onlineLessonUser {
          max-width: 5rem; } }
  #onlineLesson > #onlineLessonConsole {
    background-color: #000;
    box-sizing: border-box;
    border: solid 1px #fcfcfc;
    margin: 0.5rem 0.5rem 5rem;
    width: calc(100% - 1rem);
    height: 30rem; }
  #onlineLesson > .toolbar {
    position: fixed;
    background-color: #1a1a1a;
    border-top: solid 1px #595959;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
  #onlineLesson > .toolbar .buttons {
    width: 100%; }
    #onlineLesson > .toolbar .buttons button {
      background-color: #fbe339;
      border: solid 4px #1a1a1a;
      border-radius: 0.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      padding: 0.5rem 1rem;
      min-width: 15rem;
      color: #000;
      white-space: nowrap; }
    #onlineLesson > .toolbar .buttons button[name="handUp"] .image, #onlineLesson > .toolbar .buttons button[name="handDown"] .image {
      background-image: url("/static/img/icons/hand-up.svg");
      background-repeat: no-repeat;
      background-size: 2.5rem 1.25rem;
      background-position: 0% 50%;
      margin-right: 0.25rem;
      width: 1.25rem;
      height: 1.25rem; }
    #onlineLesson > .toolbar .buttons button[name="handDown"] {
      background-color: #41d84c; }
    #onlineLesson > .toolbar .buttons button[name="finishLesson"] {
      background-color: #dd443c;
      margin-left: auto;
      color: #fff; }
  #onlineLesson > .toolbar #onlineLessonRemainer {
    margin-left: 1rem;
    color: #fbe339; }
  #onlineLesson > .toolbar .channel {
    display: flex;
    align-items: center;
    margin-left: 1rem; }
    #onlineLesson > .toolbar .channel label {
      margin-right: 0.5rem;
      color: #fff; }
    #onlineLesson > .toolbar .channel select[name="channel"] {
      margin-right: 1rem; }
    #onlineLesson > .toolbar .channel button[name="streamStop"] {
      background-color: #dd443c;
      color: #fff; }
  #onlineLesson > .toolbar .version {
    font-size: 0.625rem;
    margin-top: 0.5rem;
    color: #fff; }
  @media (min-width: 30em) {
  #onlineLesson > .body {
    flex-direction: row; }
    #onlineLesson > .body > .left .video .video-wrapper .onlineLessonChannelPlaceholder, #onlineLesson > .body > .right .video .video-wrapper .onlineLessonChannelPlaceholder {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: none;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: white; }
      #onlineLesson > .body > .left .video .video-wrapper .onlineLessonChannelPlaceholder.visible, #onlineLesson > .body > .right .video .video-wrapper .onlineLessonChannelPlaceholder.visible {
        display: flex; }

    #onlineLesson > .body > .left {
      justify-content: flex-start;
      width: 50vw;
      width: calc(min(40rem, 50vw, 100vh - 9rem));
      max-width: 40rem;
      max-height: 40rem; }
      #onlineLesson > .body > .left .video {
        justify-content: flex-start;
        margin-left: 2rem; }
      #onlineLesson > .body > .left .video .video-wrapper {
        max-width: calc(50vw - 4rem);
        max-height: calc(50vw - 4rem);
        max-width: calc(min(50vw, 100vh - 9rem) - 4rem);
        max-height: calc(min(40rem, 50vw, 100vh - 9rem) - 4rem);
        position: relative; }
      #onlineLesson > .body > .left .video .video-wrapper .stats {
        position: absolute;
        top: 0.25rem;
        right: 0.5rem;
        color: red;
        font-size: 0.75rem;
        font-weight: bold; }
      #onlineLesson > .body > .left .video .video-wrapper .freeze {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        opacity: 0.25;
        background-color: black; }

    #onlineLesson > .body > .right {
      width: 50vw;
      width: calc(100vw - min(40rem, 50vw, 100vh - 9rem)); }
      #onlineLesson > .body > .right .videos, #onlineLesson > .body > .right #videosHint {
        padding: 0 2rem; }
      #onlineLesson > .body > .right .videos {
        flex-direction: row;
        justify-content: space-between; }
      #onlineLesson > .body > .right .videos .video-wrapper {
        max-width: calc(50vw / 3 - 2.5rem);
        max-height: calc(50vw / 3 - 2.5rem);
        max-width: calc(min(30rem, (100vw - min(40rem, 50vw, 100vh - 9rem)) / 3 - 2.5rem));
        max-height: calc(min(30rem, (100vw - min(40rem, 50vw, 100vh - 9rem)) / 3 - 2.5rem));
        position: relative; }
      #onlineLesson > .body > .right .videos .video-wrapper .freeze {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        opacity: 0.25;
        background-color: black; }
      #onlineLesson > .body > .right .videos .video-wrapper .stats {
        position: absolute;
        top: 0.25rem;
        right: 0.5rem;
        color: red;
        font-size: 0.75rem;
        font-weight: bold; } }
  @media (min-width: 85em) {
  #onlineLesson > .body > .left {
    justify-content: flex-start; }
    #onlineLesson > .body > .left .video .video-wrapper {
      max-width: 40rem;
      max-height: 40rem;
      max-width: calc(min(40rem, 100vh - 9rem) - 4rem);
      max-height: calc(min(40rem, 100vh - 9rem) - 4rem); } }

#onlineLessonConsole {
  display: flex;
  flex-direction: column; }
  #onlineLessonConsole .header {
    display: flex;
    font-size: 1rem;
    font-weight: bold;
    color: #fff; }
  #onlineLessonConsole .header .icon {
    margin-right: 0.5rem; }
  #onlineLessonConsole .header .title {
    text-transform: uppercase; }
  #onlineLessonConsole .console-items {
    overflow: auto; }
  #onlineLessonConsole .console-items .console-item {
    box-sizing: border-box;
    border-bottom: solid 1px #595959;
    padding: 0.125rem 0.5rem;
    color: #fff; }
    #onlineLessonConsole .console-items .console-item:last-child {
      border-bottom: none; }

#onlineStreamStudents .students {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  padding: 1rem;
  width: 100%; }
  #onlineStreamStudents .students .student {
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.5rem;
    width: 100%;
    max-width: 8rem;
    opacity: 0.25; }
    @media (min-width: 40em) {
    #onlineStreamStudents .students .student {
      max-width: 6rem; } }
    #onlineStreamStudents .students .student .hand-up {
      position: absolute;
      background-color: #41d84c;
      border-radius: 100%;
      border: solid 4px #1a1a1a;
      box-sizing: border-box;
      display: none;
      justify-content: center;
      flex-shrink: 0;
      align-items: center;
      width: 2.5rem;
      height: 2.5rem;
      top: -1.25rem;
      right: -1.25rem;
      z-index: 2; }
    #onlineStreamStudents .students .student .hand-up .image {
      background-image: url("/static/img/icons/hand-up.svg");
      background-repeat: no-repeat;
      background-size: 3rem 1.5rem;
      background-position: 100% 50%;
      width: 1.5rem;
      height: 1.5rem; }
    #onlineStreamStudents .students .student > .image {
      position: relative;
      background-color: #000;
      border-radius: 0.5rem;
      border: solid 2px #595959;
      overflow: hidden;
      margin-bottom: 0.5rem;
      padding-top: 100%;
      width: 100%; }
    #onlineStreamStudents .students .student > .image img {
      position: absolute;
      object-fit: cover;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #onlineStreamStudents .students .student .name {
      text-align: center;
      width: 100%;
      min-height: 1.5rem;
      line-height: 1.25;
      color: #fff; }
    #onlineStreamStudents .students .student.online {
      opacity: 1; }
    #onlineStreamStudents .students .student.online > .image {
      border-color: #fbe339; }
    #onlineStreamStudents .students .student.online .name {
      color: #fbe339; }
    #onlineStreamStudents .students .student.hand-up .hand-up {
      display: flex; }
    #onlineStreamStudents .students .student.hand-up .hand-up .image {
      background-position: 0% 50%; }
    #onlineStreamStudents .students .student.hand-up > .image {
      border-color: #41d84c; }
    #onlineStreamStudents .students .student.hand-up .name {
      color: #41d84c; }
    #onlineStreamStudents .students .student.audio > .image {
      border-color: #dd443c; }
    #onlineStreamStudents .students .student.audio .name {
      color: #dd443c; }
    #onlineStreamStudents .students .student.audio .hand-up {
      background-color: #dd443c; }
    #onlineStreamStudents .students .student.audio .hand-up .image {
      background-position: 100% 50%; }
  #onlineStreamStudents .buttons {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    bottom: 0;
    left: 0;
    right: 0; }
  #onlineStreamStudents .buttons button {
    background-color: #fbe339;
    border: solid 4px #1a1a1a;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 0.5rem 1rem;
    color: #000; }
    #onlineStreamStudents .buttons button .image {
      background-image: url("/static/img/icons/hand-up.svg");
      background-repeat: no-repeat;
      background-size: 2.5rem 1.25rem;
      background-position: 0% 50%;
      margin-right: 0.25rem;
      width: 1.25rem;
      height: 1.25rem; }
    #onlineStreamStudents .buttons button[name="handDown"] {
      background-color: #41d84c; }

#onlineLessonUsernameForm .container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #onlineLessonUsernameForm .container .subject {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem; }
  #onlineLessonUsernameForm .container form {
    width: 100%;
    max-width: 20rem; }
    #onlineLessonUsernameForm .container form .row label {
      color: #fff;
      margin-bottom: 0.25rem; }
    #onlineLessonUsernameForm .container form .row input {
      width: 100%; }
    #onlineLessonUsernameForm .container form .row input[name="username"] {
      background-color: #fbf8e3;
      border: solid 1px #fbe339;
      height: 2rem; }
      #onlineLessonUsernameForm .container form .row input[name="username"] + .explain {
        margin-bottom: 1rem; }
    #onlineLessonUsernameForm .container form .row input[name="submit"] {
      background-color: #fbe339;
      height: 2rem;
      color: #000; }
    #onlineLessonUsernameForm .container form .row.error-message {
      text-align: center;
      margin-top: 1rem;
      color: #dd443c; }

#onlineStream, #onlineStreamTeacher, #onlineStreamViewOldVideo, #onlineStreamView {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem 2rem; }
  #onlineStream #teacher, #onlineStreamTeacher #teacher, #onlineStreamViewOldVideo #teacher, #onlineStreamView #teacher {
    margin-bottom: 2rem;
    width: calc(100% - 2rem); }
  #onlineStream #teacher .video-wrapper, #onlineStreamTeacher #teacher .video-wrapper, #onlineStreamViewOldVideo #teacher .video-wrapper, #onlineStreamView #teacher .video-wrapper {
    position: relative;
    padding-top: 100%; }
    #onlineStream #teacher .video-wrapper video, #onlineStreamTeacher #teacher .video-wrapper video, #onlineStreamViewOldVideo #teacher .video-wrapper video, #onlineStreamView #teacher .video-wrapper video {
      position: absolute;
      background-color: #000;
      border: solid 2px #595959;
      box-sizing: border-box;
      object-fit: cover;
      margin: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  #onlineStream #teacher .actions, #onlineStreamTeacher #teacher .actions, #onlineStreamViewOldVideo #teacher .actions, #onlineStreamView #teacher .actions {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #onlineStream #teacher .actions button, #onlineStreamTeacher #teacher .actions button, #onlineStreamViewOldVideo #teacher .actions button, #onlineStreamView #teacher .actions button {
      justify-content: center;
      align-items: center;
      font-size: 0.9rem;
      margin-top: 1rem; }
  #onlineStream #values, #onlineStreamTeacher #values, #onlineStreamViewOldVideo #values, #onlineStreamView #values {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    color: #fff; }
  #onlineStream #values #ajaxNext li, #onlineStreamTeacher #values #ajaxNext li, #onlineStreamViewOldVideo #values #ajaxNext li, #onlineStreamView #values #ajaxNext li {
    list-style-type: none; }
  #onlineStream #values .stream, #onlineStreamTeacher #values .stream, #onlineStreamViewOldVideo #values .stream, #onlineStreamView #values .stream {
    margin-left: 4rem; }
    #onlineStream #values .stream #currentNumber, #onlineStreamTeacher #values .stream #currentNumber, #onlineStreamViewOldVideo #values .stream #currentNumber, #onlineStreamView #values .stream #currentNumber, #onlineStream #values .stream #currentTime, #onlineStreamTeacher #values .stream #currentTime, #onlineStreamViewOldVideo #values .stream #currentTime, #onlineStreamView #values .stream #currentTime, #onlineStream #values .stream #currentDuration, #onlineStreamTeacher #values .stream #currentDuration, #onlineStreamViewOldVideo #values .stream #currentDuration, #onlineStreamView #values .stream #currentDuration {
      display: flex;
      align-items: center;
      font-size: 1.25rem;
      font-weight: bold;
      width: 100%;
      min-height: 2rem; }
  @media (orientation: landscape) {
  #onlineStream, #onlineStreamTeacher, #onlineStreamViewOldVideo, #onlineStreamView {
    flex-direction: row;
    align-items: flex-start; }
    #onlineStream #teacher, #onlineStreamTeacher #teacher, #onlineStreamViewOldVideo #teacher, #onlineStreamView #teacher {
      flex-shrink: 0; }

    #onlineStream #onlineStreamStudents, #onlineStreamTeacher #onlineStreamStudents, #onlineStreamViewOldVideo #onlineStreamStudents, #onlineStreamView #onlineStreamStudents {
      flex-grow: 1; }
      #onlineStream #onlineStreamStudents .students, #onlineStreamTeacher #onlineStreamStudents .students, #onlineStreamViewOldVideo #onlineStreamStudents .students, #onlineStreamView #onlineStreamStudents .students {
        justify-content: flex-start;
        padding: 0 0 0 2rem; }
        #onlineStream #onlineStreamStudents .students .student, #onlineStreamTeacher #onlineStreamStudents .students .student, #onlineStreamViewOldVideo #onlineStreamStudents .students .student, #onlineStreamView #onlineStreamStudents .students .student {
          margin: 0 0.5rem 1rem; } }

#onlineStream #teacher {
  max-width: 40vh; }
  #onlineStream #teacher .actions button {
    display: none; }
    #onlineStream #teacher .actions button.active {
      display: flex; }
    #onlineStream #teacher .actions button[name="turnOn"], #onlineStream #teacher .actions button[name="startRecording"], #onlineStream #teacher .actions button[name="stopRecording"] {
      white-space: nowrap;
      box-sizing: border-box;
      font-weight: bold;
      padding: 0.5rem 0;
      width: 100%;
      max-width: 20rem; }
    #onlineStream #teacher .actions button[name="turnOn"] {
      background-color: #fbe339;
      color: #000; }
    #onlineStream #teacher .actions button[name="turnOn"] img {
      margin-right: 0.5rem;
      width: 1.5rem;
      height: 1.5rem; }
    #onlineStream #teacher .actions button[name="startRecording"] {
      background-color: #dd443c; }
    #onlineStream #teacher .actions button[name="startRecording"] .image {
      border: solid 2px #fff;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 0.5rem;
      width: 1rem;
      height: 1rem; }
      #onlineStream #teacher .actions button[name="startRecording"] .image:after {
        content: "";
        background-color: #fff;
        border-radius: 100%;
        display: block;
        width: 0.75rem;
        height: 0.75rem; }
    #onlineStream #teacher .actions button[name="stopRecording"] {
      background-color: transparent;
      border: solid 2px #dd443c;
      color: #dd443c; }
    #onlineStream #teacher .actions button[name="stopRecording"] .image {
      animation: fade 2000ms infinite;
      -webkit-animation: fade 2000ms infinite;
      background-color: #dd443c;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 0.5rem;
      width: 1rem;
      height: 1rem; }
  #onlineStream #teacher .error-message {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 1rem;
    color: #dd443c; }
  #onlineStream.default #teacher .actions button[name="turnOn"] {
    display: flex; }
  #onlineStream.camera-ready #teacher .video-wrapper video {
    border-color: #fbe339; }
  #onlineStream.camera-ready #teacher .actions button[name="startRecording"] {
    display: flex; }
  #onlineStream.recording #teacher .video-wrapper video {
    border-color: #dd443c; }
  #onlineStream.recording #teacher .actions button[name="stopRecording"] {
    display: flex; }

@keyframes fade {
  from {
    opacity: 1; }

  50% {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fade {
  from {
    opacity: 1; }

  50% {
    opacity: 0; }

  to {
    opacity: 1; } }

#onlineStreamTeacher #teacher {
  max-width: 40vh; }
  #onlineStreamTeacher #teacher .actions button {
    display: none; }
    #onlineStreamTeacher #teacher .actions button.active {
      display: flex; }
    #onlineStreamTeacher #teacher .actions button[name="turnOn"], #onlineStreamTeacher #teacher .actions button[name="startRecording"], #onlineStreamTeacher #teacher .actions button[name="stopRecording"] {
      white-space: nowrap;
      box-sizing: border-box;
      font-weight: bold;
      padding: 0.5rem 0;
      width: 100%;
      max-width: 20rem; }
    #onlineStreamTeacher #teacher .actions button[name="turnOn"] {
      background-color: #fbe339;
      color: #000; }
    #onlineStreamTeacher #teacher .actions button[name="turnOn"] img {
      margin-right: 0.5rem;
      width: 1.5rem;
      height: 1.5rem; }
    #onlineStreamTeacher #teacher .actions button[name="startRecording"] {
      background-color: #dd443c; }
    #onlineStreamTeacher #teacher .actions button[name="startRecording"] .image {
      border: solid 2px #fff;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 0.5rem;
      width: 1rem;
      height: 1rem; }
      #onlineStreamTeacher #teacher .actions button[name="startRecording"] .image:after {
        content: "";
        background-color: #fff;
        border-radius: 100%;
        display: block;
        width: 0.75rem;
        height: 0.75rem; }
    #onlineStreamTeacher #teacher .actions button[name="stopRecording"] {
      background-color: transparent;
      border: solid 2px #dd443c;
      color: #dd443c; }
    #onlineStreamTeacher #teacher .actions button[name="stopRecording"] .image {
      animation: fade 2000ms infinite;
      -webkit-animation: fade 2000ms infinite;
      background-color: #dd443c;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 0.5rem;
      width: 1rem;
      height: 1rem; }
  #onlineStreamTeacher #teacher .video-wrapper video {
    z-index: 2; }
  #onlineStreamTeacher #teacher .error-message {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 1rem;
    color: #dd443c; }
  #onlineStreamTeacher.default #teacher .actions button[name="turnOn"] {
    display: flex; }
  #onlineStreamTeacher.camera-ready #teacher .video-wrapper video, #onlineStreamTeacher.camera-ready #teacher .video-wrapper .image {
    border-color: #fbe339; }
  #onlineStreamTeacher.camera-ready #teacher .actions button[name="startRecording"] {
    display: flex; }
  #onlineStreamTeacher.recording #teacher .video-wrapper video, #onlineStreamTeacher.recording #teacher .video-wrapper .image {
    border-color: #dd443c; }
  #onlineStreamTeacher.recording #teacher .actions button[name="stopRecording"] {
    display: flex; }

@keyframes fade {
  from {
    opacity: 1; }

  50% {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fade {
  from {
    opacity: 1; }

  50% {
    opacity: 0; }

  to {
    opacity: 1; } }

#onlineStreamView #teacher {
  max-width: 50vh; }
  #onlineStreamView #teacher .actions button[name="startWatching"] {
    background-color: #fbe339;
    color: #000;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0.5rem 0;
    width: 100%;
    max-width: 20rem; }
  #onlineStreamView #teacher .video-wrapper video {
    z-index: 2; }
    #onlineStreamView #teacher .video-wrapper .image {
      position: absolute;
      background-color: #000;
      border: solid 2px #595959;
      box-sizing: border-box;
      object-fit: cover;
      margin-bottom: 1rem;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #onlineStreamView #teacher .video-wrapper .image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  @media (min-width: 60em) {
    #onlineStreamView #teacher {
      max-width: 65vh; } }
  #onlineStreamView #values {
    min-width: 50rem; }
  #onlineStreamView.recording #teacher .video-wrapper video, #onlineStreamView.recording #teacher .video-wrapper .image {
    border-color: #fbe339; }

#onlineStreamViewOldVideo #teacher {
  max-width: 50vh; }
  #onlineStreamViewOldVideo #teacher .actions button[name="startWatching"] {
    background-color: #fbe339;
    color: #000;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0.5rem 0;
    width: 100%;
    max-width: 20rem; }
  @media (min-width: 60em) {
    #onlineStreamViewOldVideo #teacher {
      max-width: 65vh; } }
  #onlineStreamViewOldVideo #values {
    min-width: 50rem; }
  #onlineStreamViewOldVideo.recording #teacher .video-wrapper video {
    border-color: #fbe339; }

.paintingTool {
  position: relative; }
  .paintingTool svg {
    width: 100%;
    height: 100%; }
  .paintingTool .toolbar {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 20rem;
    height: 3rem;
    bottom: -3rem; }
  .paintingTool .toolbar button {
    margin: 0 0.25rem; }
  .paintingTool.editable svg {
    cursor: url("/static/img/pencil.png") 1 30, crosshair; }
  .paintingTool.editable .toolbar {
    display: flex; }

#postStudentsList {
  overflow-x: auto;
  align-items: center;
  width: 100%; }
  #postStudentsList table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.75rem;
    margin-bottom: 0; }
  #postStudentsList table tr td, #postStudentsList table tr th {
    text-align: left;
    border: 1px solid #ff7f50;
    border-left: none;
    border-right: none;
    padding: 0.25rem 0.25rem;
    line-height: 2; }
    #postStudentsList table tr td.l, #postStudentsList table tr th.l {
      text-align: left; }
    #postStudentsList table tr td.c, #postStudentsList table tr th.c {
      text-align: center; }
    #postStudentsList table tr td.r, #postStudentsList table tr th.r {
      text-align: right; }
    #postStudentsList table tr th {
      border-top: none; }
    #postStudentsList table tr td.solution button {
      text-transform: none;
      border: solid 1px #014c8d;
      box-sizing: border-box;
      padding: 0 0.25rem;
      min-width: 6rem;
      font-size: 0.75rem; }
      #postStudentsList table tr td.solution button.undelivered {
        background-color: #f8786b;
        border-color: #f8786b; }
      #postStudentsList table tr td.solution button.submitted {
        background-color: #014c8d;
        color: #fff; }
      #postStudentsList table tr td.solution button.checked {
        background-color: transparent;
        color: #014c8d; }
    #postStudentsList table tr td.grade-cell {
      padding: 0 0.25rem; }
    #postStudentsList table tr td.grade-cell .grade-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      #postStudentsList table tr td.grade-cell .grade-wrap img {
        width: 1.75rem; }
      #postStudentsList table tr td.grade-cell .grade-wrap .notSubmitted {
        color: #dd443c; }

#registerClassroom {
  width: 40rem;
  margin: auto; }
  #registerClassroom form .have-account-wrap .have-account {
    font-size: 1.25rem; }
  #registerClassroom form .row {
    margin-bottom: 1rem; }
    #registerClassroom form .row .label, #registerClassroom form .row label {
      margin-bottom: 0.5rem; }
    #registerClassroom form .row p {
      font-size: 0.9rem; }
    #registerClassroom form .row input[type='radio'] {
      margin-right: 1rem; }
    #registerClassroom form .row #togglePassword {
      cursor: pointer;
      z-index: 2;
      width: 1.5rem;
      right: 2.1rem;
      position: relative; }
  #registerClassroom form .school {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem; }
    #registerClassroom form .school .label {
      margin-right: 0.5rem; }
  #registerClassroom .classrooms-wrap .alert {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border: 1px solid #dd443c;
    background-color: #dd443c22;
    padding: 1rem;
    box-sizing: border-box;
    align-items: center;
    display: flex; }
    #registerClassroom .classrooms-wrap .alert .icon {
      border-radius: 1.5rem;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      flex-shrink: 0;
      font-size: 2rem;
      width: 3rem;
      height: 3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #dd443c;
      color: #dd443c;
      margin-right: 1rem;
      font-weight: bold; }
    #registerClassroom .classrooms-wrap .alert .text {
      color: #dd443c;
      font-weight: bold;
      font-size: 0.875rem; }
  #registerClassroom .classrooms-wrap .label:first-letter {
    text-transform: uppercase; }
  #registerClassroom .classrooms-wrap .classrooms {
    display: flex;
    flex-wrap: wrap; }
    #registerClassroom .classrooms-wrap .classrooms .classroom {
      border-radius: 0.25rem;
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #41d84c;
      font-weight: bold;
      font-size: 1.25rem;
      color: #41d84c;
      background-color: #41d84c22;
      padding: 0.25rem 1rem;
      margin-right: 0.5rem; }
  #registerClassroom #classroomRegistrationDone {
    align-items: center;
    margin: 40px auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; }
  #registerClassroom #classroomRegistrationDone .checkmark {
    flex-shrink: 0;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    margin-bottom: 1rem; }
  #registerClassroom .error-message {
    color: #dd443c; }

#schoolYearUpdatePhox {
  width: 100%;
  position: fixed;
  bottom: 0;
  min-height: 4rem;
  background-color: #383838;
  border-top: 2px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  #schoolYearUpdatePhox .claim {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: white; }
  #schoolYearUpdatePhox button {
    background-color: transparent;
    border: 2px solid #fbe339;
    color: #fbe339;
    font-weight: bold; }

#searchSchool {
  position: relative;
  width: 100%; }
  #searchSchool input[name="searchSchool"] {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    margin-bottom: 0;
    width: 100%; }
  #searchSchool .list {
    position: absolute;
    background-color: #fff;
    border: solid 1px #d1d1d1;
    min-width: calc(100% - 2px);
    z-index: 1; }
  #searchSchool .list .school {
    box-sizing: border-box;
    text-transform: none;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: black;
    background-color: #fff;
    font-size: 0.9rem;
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    width: 100%; }
    #searchSchool .list .school.selected {
      background-color: rgba(56, 56, 56, 66);
      background-color: #38383866; }

#searchSubject {
  position: relative;
  width: 100%; }
  #searchSubject input[name="searchSubject"] {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    margin-bottom: 0;
    width: 100%; }
  #searchSubject .list {
    position: absolute;
    background-color: #fff;
    border: solid 1px #d1d1d1;
    min-width: calc(100% - 2px);
    z-index: 1; }
  #searchSubject .list .subject {
    box-sizing: border-box;
    text-transform: none;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: black;
    background-color: #fff;
    font-size: 0.9rem;
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    width: 100%; }
    #searchSubject .list .subject:hover {
      background-color: rgba(56, 56, 56, 66);
      background-color: #38383866; }
    #searchSubject .list .subject.selected {
      background-color: rgba(56, 56, 56, 66);
      background-color: #38383866; }

.hidden {
  display: none; }

.warningComponent {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border: 1px solid #dd443c;
  background-color: #f8e8e6;
  padding: 1rem;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  margin: 1rem; }
  .warningComponent .icon {
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    flex-shrink: 0;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dd443c;
    color: #dd443c;
    margin-right: 1rem;
    font-weight: bold; }
  .warningComponent .text {
    color: #dd443c;
    font-weight: bold;
    font-size: 0.875rem; }

#webCamRecorder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 40rem;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 1rem; }
  #webCamRecorder .wrapper {
    width: 100%;
    position: relative;
    padding-top: calc(100% * (9 / 16) + 2rem); }
  #webCamRecorder .wrapper video {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #webCamRecorder .wrapper .actions {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center; }
    #webCamRecorder .wrapper .actions > * {
      display: none; }
    #webCamRecorder .wrapper .actions .active {
      display: flex; }
    #webCamRecorder .wrapper .actions button {
      background-color: #dd443c;
      justify-content: center;
      align-items: center;
      font-size: 0.875rem; }
    #webCamRecorder .wrapper .actions .turn-on img {
      width: 1rem;
      height: 1rem;
      margin-right: 0.5rem; }
    #webCamRecorder .wrapper .actions .start div {
      width: 0.75rem;
      height: 0.75rem;
      background-color: white;
      border-radius: 0.75rem;
      -webkit-border-radius: 0.75rem;
      -moz-border-radius: 0.75rem;
      margin-right: 0.5rem; }
    #webCamRecorder .wrapper .actions .stop div {
      width: 0.75rem;
      height: 0.75rem;
      background-color: white;
      margin-right: 0.5rem; }
    #webCamRecorder .wrapper .actions .loader {
      background-image: url("/static/img/loader.gif");
      width: 1.5rem;
      height: 1.5rem;
      background-size: 1.5rem 1.5rem; }

#mEditDictionary .modalWrapper .container form .row .notice {
  font-size: 0.75rem;
  color: #9f9f9f; }

.modal {
  display: flex;
  justify-content: center;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100%;
  color: #333;
  z-index: 41;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0; }
  .modal .modalWrapper {
    width: 100%;
    max-width: 60rem;
    max-height: calc(100vh - 2rem);
    color: #333; }
  .modal .modalWrapper * {
    flex-shrink: 0; }
  .modal .modalWrapper .container {
    position: relative;
    width: calc(100% - 2rem);
    margin: auto;
    height: 100%; }
    .modal .modalWrapper .container .content {
      background: #fff;
      border: solid 1px #a9a9a9;
      width: 100%;
      padding: 2rem 1rem 1rem;
      box-sizing: border-box;
      text-align: center; }
    .modal .modalWrapper .container .content .title {
      font-size: 2rem;
      margin: 0.5rem auto 1rem; }
    .modal .modalWrapper .container .content .logo {
      margin: 2.5rem 0 2rem;
      width: 152px;
      height: 20px; }
    .modal .modalWrapper .container .content form {
      margin-bottom: 1rem;
      width: 100%; }
    .modal .modalWrapper .container .content form .row {
      margin-bottom: 1rem; }
      .modal .modalWrapper .container .content form .row input[type='submit'], .modal .modalWrapper .container .content form .row button {
        margin: auto; }
    .modal .modalWrapper .container .content form .error-message {
      text-align: center;
      font-size: 1rem;
      padding: 1rem 2rem;
      width: 100%;
      box-sizing: border-box;
      color: #f00; }
    .modal .modalWrapper .container .closer {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      position: absolute;
      background: transparent;
      border: none;
      padding: 0;
      width: 28px;
      height: 28px;
      min-width: 0rem;
      right: 0.5rem;
      top: 0.5rem; }
    .modal .modalWrapper .container .closer:before, .modal .modalWrapper .container .closer:after {
      position: absolute;
      background-color: #000;
      top: 0;
      left: 10px;
      content: " ";
      height: 29px;
      width: 5px; }
    .modal .modalWrapper .container .closer:before {
      transform: rotate(45deg); }
    .modal .modalWrapper .container .closer:after {
      transform: rotate(-45deg); }
    .modal .modalWrapper .container .closer:hover {
      opacity: 0.7;
      cursor: pointer; }
  .modal .modalWrapper .modal-margin {
    padding-bottom: 1rem; }
  @media (min-width: 30rem) {
  .modal {
    padding-top: 1rem; }
    .modal .modalWrapper {
      margin-top: 1rem;
      width: calc(100vw - 2rem); } }

#mRegistrationDone .modalWrapper .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 2rem; }
  #mRegistrationDone .modalWrapper .container .title .checkmark {
    flex-shrink: 0;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem; }
  #mRegistrationDone .modalWrapper .container .title .label {
    flex-shrink: 0;
    font-size: 1.25rem; }
  #mRegistrationDone .modalWrapper .container .announcement {
    text-align: center;
    font-size: 1rem; }

#mUserActivated .modalWrapper .container .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2.5rem auto; }
  #mUserActivated .modalWrapper .container .title .checkmark {
    flex-shrink: 0;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin: 0 0 1rem;
    width: 50px;
    height: 50px; }
  #mUserActivated .modalWrapper .container .title .label {
    text-align: center;
    flex-shrink: 0;
    font-size: 1.25rem; }
  #mUserActivated .modalWrapper .container .announcement {
    text-align: center; }
  @media only screen and (min-width: 30rem) {
      #mUserActivated .modalWrapper .container .title {
        flex-direction: row; }
        #mUserActivated .modalWrapper .container .title .checkmark {
          margin: 0 1rem 0 0; } }

#mUserAndTeacherRegister .modalWrapper .container .content .teacher-and-pupil .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center; }
  #mUserAndTeacherRegister .modalWrapper .container .content .teacher-and-pupil .container .box {
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem; }
  #mUserAndTeacherRegister .modalWrapper .container .content .teacher-and-pupil .container .box .coverage {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    #mUserAndTeacherRegister .modalWrapper .container .content .teacher-and-pupil .container .box .coverage p {
      flex-grow: 1; }
    #mUserAndTeacherRegister .modalWrapper .container .content .teacher-and-pupil .container .box .coverage a {
      padding: 0.5rem; }
  @media (min-width: 55rem) {
              #mUserAndTeacherRegister .modalWrapper .container .content .teacher-and-pupil .container .box {
                width: calc(50% - 2rem);
                justify-content: space-around;
                height: 19rem; } }
  @media (min-width: 55rem) {
            #mUserAndTeacherRegister .modalWrapper .container .content .teacher-and-pupil .container {
              justify-content: space-around; } }

#mAdminOnlineLessonChooseServer form .row.servers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  #mAdminOnlineLessonChooseServer form .row.servers .server {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #41d84c;
    border-radius: 0.5rem;
    box-sizing: border-box;
    margin: 0.5rem;
    padding: 1rem;
    width: 100%;
    max-width: 10rem; }
  #mAdminOnlineLessonChooseServer form .row.servers .server img {
    width: calc(100% - 2rem); }
  #mAdminOnlineLessonChooseServer form .row.servers .server span {
    color: #fff;
    margin-bottom: 1rem; }
  #mAdminOnlineLessonChooseServer form .row.servers .server .tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem; }
  #mAdminOnlineLessonChooseServer form .row.servers .server .tags .tag {
    text-transform: uppercase;
    border-radius: 0.125rem;
    font-size: 0.5rem;
    font-weight: bold;
    margin: 0rem 0.125rem 0.25rem;
    padding: 0.25rem 0.5rem;
    min-width: 4rem; }
  #mAdminOnlineLessonChooseServer form .row.servers .server .tags .tag.paid {
    background-color: #dd443c; }
  #mAdminOnlineLessonChooseServer form .row.servers .server .tags .tag.dedicated {
    background-color: #014c8d; }
    #mAdminOnlineLessonChooseServer form .row.servers .server .tags .tag.dedicated:hover {
      cursor: help; }
  #mAdminOnlineLessonChooseServer form .row.buttons input[name="save"] {
    width: 100%;
    max-width: 15rem; }
  #mAdminOnlineLessonChooseServer form .row.error-message {
    color: #dd443c; }

#mEditAppServer form {
  margin: auto;
  max-width: 30rem; }
  #mEditAppServer form input[name='server'] {
    width: 100%; }

#mNewComment .modalWrapper {
  max-width: 50rem; }
  #mNewComment .modalWrapper .container .content .title {
    font-size: 1.5rem; }
  #mNewComment .modalWrapper .container .content .editable-text {
    min-height: 5rem;
    height: auto;
    max-width: 35rem;
    margin: auto;
    text-align: left; }
  #mNewComment .modalWrapper .container .content .row {
    max-width: 35rem;
    margin: auto;
    margin-bottom: 1rem; }
  #mNewComment .modalWrapper .container .content .row .label {
    text-align: left;
    flex-shrink: 0; }
  #mNewComment .modalWrapper .container .content .row textarea {
    height: 80px;
    max-width: 35rem;
    resize: both; }
  #mNewComment .modalWrapper .container .content .row .explain {
    text-align: left; }

#mNewOnlineStream .modalWrapper {
  max-width: 50rem; }
  #mNewOnlineStream .modalWrapper .container .content .title {
    font-size: 1.5rem; }
  #mNewOnlineStream .modalWrapper .container .content .row {
    max-width: 35rem;
    margin: auto;
    margin-bottom: 1rem; }
  #mNewOnlineStream .modalWrapper .container .content .row label {
    text-align: left;
    flex-shrink: 0; }
  #mNewOnlineStream .modalWrapper .container .content .row input[name="subject"], #mNewOnlineStream .modalWrapper .container .content .row textarea, #mNewOnlineStream .modalWrapper .container .content .row select {
    width: 100%; }
  #mNewOnlineStream .modalWrapper .container .content .row input[type='radio'] {
    margin-right: 1rem;
    margin-bottom: 0.5rem; }
  #mNewOnlineStream .modalWrapper .container .content .row textarea {
    min-height: 5rem;
    height: auto;
    max-width: 35rem;
    margin: 0 auto;
    text-align: left; }
  #mNewOnlineStream .modalWrapper .container .content .row .explain {
    text-align: left; }
  #mNewOnlineStream .modalWrapper .container .content .row.date-and-time > div {
    display: flex; }
  #mNewOnlineStream .modalWrapper .container .content .row.date-and-time > div .inlineDatePicker, #mNewOnlineStream .modalWrapper .container .content .row.date-and-time > div .timePicker {
    margin-bottom: 0; }
  #mNewOnlineStream .modalWrapper .container .content .row.date-and-time > div .inlineDatePicker {
    margin-right: 0.5rem; }
  @media (min-width: 25em) {
          #mNewOnlineStream .modalWrapper .container .content .row {
            text-align: left; }
            #mNewOnlineStream .modalWrapper .container .content .row.buttons {
              text-align: center; }
            #mNewOnlineStream .modalWrapper .container .content .row select {
              max-width: 12.75rem; } }

#mNewTask .modalWrapper {
  max-width: 50rem; }
  #mNewTask .modalWrapper .container .content .title {
    font-size: 1.5rem; }
  #mNewTask .modalWrapper .container .content .row {
    max-width: 35rem;
    margin: auto;
    margin-bottom: 1rem; }
  #mNewTask .modalWrapper .container .content .row .label {
    text-align: left;
    flex-shrink: 0; }
  #mNewTask .modalWrapper .container .content .row .editable-text {
    min-height: 5rem;
    height: auto;
    max-width: 35rem;
    margin: auto;
    text-align: left; }
  #mNewTask .modalWrapper .container .content .row .styled-input {
    width: 100%;
    max-width: 36.5rem; }
  #mNewTask .modalWrapper .container .content .row .explain {
    text-align: left; }
  #mNewTask .modalWrapper .container .content .row label {
    display: flex;
    justify-content: center; }
  #mNewTask .modalWrapper .container .content .row.attachments {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem; }
  #mNewTask .modalWrapper .container .content .row.attachments .attachment {
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
    width: calc(50% - .5rem); }
  #mNewTask .modalWrapper .container .content .row.attachments .attachment.placeholder {
    margin-bottom: 0;
    height: 0; }
  @media (min-width: 25em) {
              #mNewTask .modalWrapper .container .content .row.attachments .attachment {
                width: calc(100% / 3 - .5rem); } }
  @media (min-width: 30em) {
              #mNewTask .modalWrapper .container .content .row.attachments .attachment {
                width: calc(25% - .5rem); } }
  @media (min-width: 35em) {
              #mNewTask .modalWrapper .container .content .row.attachments .attachment {
                width: calc(20% - .5rem); } }
  @media (min-width: 40em) {
              #mNewTask .modalWrapper .container .content .row.attachments .attachment {
                width: calc(100% / 6 - .5rem); } }
  @media (min-width: 45em) {
              #mNewTask .modalWrapper .container .content .row.attachments .attachment {
                width: calc(100% / 7 - .5rem); } }
  @media (min-width: 50em) {
              #mNewTask .modalWrapper .container .content .row.attachments .attachment {
                width: calc(100% / 8 - .5rem); } }
  #mNewTask .modalWrapper .container .content .row.attachments .attachment a[name="attachment-view"] {
    margin-bottom: 0.25rem;
    display: block; }
  #mNewTask .modalWrapper .container .content .row.attachments .attachment img {
    margin: auto;
    display: block; }
    #mNewTask .modalWrapper .container .content .row.attachments .attachment img.preview {
      width: 4rem;
      height: 3rem;
      object-fit: contain; }
    #mNewTask .modalWrapper .container .content .row.attachments .attachment img.icon {
      width: 3rem;
      height: 3rem; }
  #mNewTask .modalWrapper .container .content .row.attachments .attachment .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.75rem; }
  #mNewTask .modalWrapper .container .content .row.attachments .attachment .delete {
    background-color: #dd443c; }
  #mNewTask .modalWrapper .container .content .row.attachments .attachment .download {
    background-color: #4682b4;
    font-size: 0.75rem; }
  #mNewTask .modalWrapper .container .content .row.attachments .attachment .download, #mNewTask .modalWrapper .container .content .row.attachments .attachment .delete {
    min-width: 0;
    min-height: 0;
    height: max-content;
    line-height: 0.875rem;
    padding: 0.125rem 0.5rem;
    margin: auto;
    display: block; }
  #mNewTask .modalWrapper .container .content .row .uploader {
    margin: auto; }
  #mNewTask .modalWrapper .container .content .row .uploader .label button {
    border-radius: 0.25rem;
    border: solid 1px #014c8d;
    color: #014c8d;
    background-color: transparent;
    min-width: 7rem; }
    #mNewTask .modalWrapper .container .content .row .uploader .label button:hover {
      background-color: #014c8d;
      color: white; }
  #mNewTask .modalWrapper .container .content .row .uploader .files {
    margin-bottom: 0.5rem; }
  #mNewTask .modalWrapper .container .content .row .uploader .files .file-name {
    font-size: 0.87rem;
    display: flex;
    align-items: center; }
    #mNewTask .modalWrapper .container .content .row .uploader .files .file-name .name {
      margin-right: 1rem;
      text-overflow: ellipsis;
      flex: 1 0 auto;
      overflow: hidden;
      white-space: nowrap;
      text-align: left; }
    #mNewTask .modalWrapper .container .content .row .uploader .files .file-name progress {
      max-width: 5rem; }

#mNewVideo .modalWrapper {
  max-width: 50rem; }
  #mNewVideo .modalWrapper .container .content progress {
    -webkit-appearance: none;
    appearance: none;
    height: 0.5rem; }
  #mNewVideo .modalWrapper .container .content progress::-webkit-progress-bar {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    overflow: hidden; }
  #mNewVideo .modalWrapper .container .content progress::-webkit-progress-value {
    background-color: #014c8d; }
  #mNewVideo .modalWrapper .container .content input[name='video-uploader'] {
    display: none; }
  #mNewVideo .modalWrapper .container .content .title {
    font-size: 1.5rem; }
  #mNewVideo .modalWrapper .container .content .row {
    max-width: 35rem;
    margin: auto;
    margin-bottom: 1rem; }
  #mNewVideo .modalWrapper .container .content .row .label {
    text-align: left;
    flex-shrink: 0; }
  #mNewVideo .modalWrapper .container .content .row .info {
    font-size: 1rem;
    text-align: center;
    flex-shrink: 0; }
  #mNewVideo .modalWrapper .container .content .row .explain {
    text-align: left; }
  #mNewVideo .modalWrapper .container .content .row.buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  #mNewVideo .modalWrapper .container .content .row.buttons .label {
    text-align: center;
    margin: 0.5rem;
    width: calc(50% - 1rem); }
  #mNewVideo .modalWrapper .container .content .row.buttons .label .explain {
    text-align: center; }
  #mNewVideo .modalWrapper .container .content .row textarea {
    height: 80px;
    max-width: 35rem;
    width: 100%;
    resize: both; }
  #mNewVideo .modalWrapper .container .content .row input[type="text"] {
    width: 100%;
    max-width: 36.5rem; }
  #mNewVideo .modalWrapper .container .content .row input[name="turn-video"], #mNewVideo .modalWrapper .container .content .row input[name="record-again"], #mNewVideo .modalWrapper .container .content .row input[name="upload-video"] {
    background-color: #4682b4; }
  #mNewVideo .modalWrapper .container .content .row.preview {
    width: 100%; }
  #mNewVideo .modalWrapper .container .content .row.preview video {
    width: 100%; }
  #mNewVideo .modalWrapper .container .content .row .firstButton {
    margin-right: 1rem;
    margin-bottom: 1rem; }
  @media (min-width: 40rem) {
            #mNewVideo .modalWrapper .container .content .row .firstButton {
              margin-bottom: 0; } }

#mPostAddMySolution .modalWrapper, #mPostEditMySolution .modalWrapper {
  max-width: 50rem; }
  #mPostAddMySolution .modalWrapper .container .content .title, #mPostEditMySolution .modalWrapper .container .content .title {
    font-size: 1.5rem; }
  #mPostAddMySolution .modalWrapper .container .content .editable-text, #mPostEditMySolution .modalWrapper .container .content .editable-text {
    min-height: 5rem;
    height: auto;
    max-width: 35rem;
    margin: auto;
    text-align: left; }
  #mPostAddMySolution .modalWrapper .container .content .uploader, #mPostEditMySolution .modalWrapper .container .content .uploader {
    margin: auto; }
  #mPostAddMySolution .modalWrapper .container .content .uploader button[name='upload'], #mPostEditMySolution .modalWrapper .container .content .uploader button[name='upload'] {
    background-color: #4682b4; }
  #mPostAddMySolution .modalWrapper .container .content .attachments, #mPostEditMySolution .modalWrapper .container .content .attachments {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between; }
  #mPostAddMySolution .modalWrapper .container .content .attachments .title, #mPostEditMySolution .modalWrapper .container .content .attachments .title {
    width: 100%;
    text-align: center; }
  #mPostAddMySolution .modalWrapper .container .content .attachments .attachment, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment {
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
    width: calc(50% - .5rem); }
  #mPostAddMySolution .modalWrapper .container .content .attachments .attachment.placeholder, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment.placeholder {
    margin-bottom: 0;
    height: 0; }
  @media (min-width: 25em) {
            #mPostAddMySolution .modalWrapper .container .content .attachments .attachment, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment {
              width: calc(100% / 3 - .5rem); } }
  @media (min-width: 30em) {
            #mPostAddMySolution .modalWrapper .container .content .attachments .attachment, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment {
              width: calc(25% - .5rem); } }
  @media (min-width: 35em) {
            #mPostAddMySolution .modalWrapper .container .content .attachments .attachment, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment {
              width: calc(20% - .5rem); } }
  @media (min-width: 40em) {
            #mPostAddMySolution .modalWrapper .container .content .attachments .attachment, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment {
              width: calc(100% / 6 - .5rem); } }
  @media (min-width: 45em) {
            #mPostAddMySolution .modalWrapper .container .content .attachments .attachment, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment {
              width: calc(100% / 7 - .5rem); } }
  @media (min-width: 50em) {
            #mPostAddMySolution .modalWrapper .container .content .attachments .attachment, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment {
              width: calc(100% / 8 - .5rem); } }
  #mPostAddMySolution .modalWrapper .container .content .attachments .attachment img, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment img {
    margin: auto;
    display: block; }
  #mPostAddMySolution .modalWrapper .container .content .attachments .attachment img.preview, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment img.preview {
    width: 4rem;
    height: 3rem;
    object-fit: contain; }
  #mPostAddMySolution .modalWrapper .container .content .attachments .attachment img.icon, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment img.icon {
    width: 3rem;
    height: 3rem; }
  #mPostAddMySolution .modalWrapper .container .content .attachments .attachment .name, #mPostEditMySolution .modalWrapper .container .content .attachments .attachment .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.75rem; }
  #mPostAddMySolution .modalWrapper .container .content .row, #mPostEditMySolution .modalWrapper .container .content .row {
    max-width: 35rem;
    margin: auto;
    margin-bottom: 1rem; }
  #mPostAddMySolution .modalWrapper .container .content .row .label, #mPostEditMySolution .modalWrapper .container .content .row .label {
    text-align: left;
    flex-shrink: 0; }
  #mPostAddMySolution .modalWrapper .container .content .row textarea, #mPostEditMySolution .modalWrapper .container .content .row textarea {
    height: 80px;
    width: 100%;
    resize: both; }
  #mPostAddMySolution .modalWrapper .container .content .row .explain, #mPostEditMySolution .modalWrapper .container .content .row .explain {
    text-align: left; }

#mRecoverStudentPassword .modalWrapper .container {
  max-width: 50rem; }
  #mRecoverStudentPassword .modalWrapper .container .student {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  #mRecoverStudentPassword .modalWrapper .container .email {
    margin-bottom: 1rem; }
  #mRecoverStudentPassword .modalWrapper .container .error {
    color: #dd443c; }
  #mRecoverStudentPassword .modalWrapper .container .buttons {
    display: flex;
    flex-direction: column;
    max-width: 15rem;
    align-items: stretch;
    margin: auto; }
  #mRecoverStudentPassword .modalWrapper .container .buttons button {
    margin-bottom: 0.25rem; }
  #mRecoverStudentPassword .modalWrapper .container form {
    width: 15rem;
    margin: 2rem auto 1rem; }
  #mRecoverStudentPassword .modalWrapper .container form .row {
    margin-bottom: 1rem; }
  #mRecoverStudentPassword .modalWrapper .container form .row label {
    margin-bottom: 0.5rem; }
  #mRecoverStudentPassword .modalWrapper .container form .row input[type='text'], #mRecoverStudentPassword .modalWrapper .container form .row input[type='password'] {
    width: 100%; }
  #mRecoverStudentPassword .modalWrapper .container form .row.buttons {
    display: flex;
    justify-content: center; }
  #mRecoverStudentPassword .modalWrapper .container form .row.error-message {
    text-align: center;
    color: #dd443c; }
  #mRecoverStudentPassword .modalWrapper .container .confirmation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #mRecoverStudentPassword .modalWrapper .container .confirmation > div {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 40px; }
  #mRecoverStudentPassword .modalWrapper .container .confirmation > div .checkmark {
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-right: 20px;
    width: 50px;
    height: 50px; }
  #mRecoverStudentPassword .modalWrapper .container .confirmation > div .announcement {
    text-align: center;
    font-size: 20px;
    font-weight: 200; }

#mSchoolYearUpdate .modalWrapper {
  max-width: 50rem; }
  #mSchoolYearUpdate .modalWrapper .container .content .title {
    font-size: 1.5rem; }
  #mSchoolYearUpdate .modalWrapper .container .content form {
    max-width: 20rem;
    margin: auto; }
  #mSchoolYearUpdate .modalWrapper .container .content .claim {
    margin-bottom: 0.5rem; }
  #mSchoolYearUpdate .modalWrapper .container .content .row {
    max-width: 35rem;
    margin: auto;
    margin-bottom: 1rem; }
  #mSchoolYearUpdate .modalWrapper .container .content .row label {
    text-align: left;
    flex-shrink: 0;
    font-weight: bold; }
  #mSchoolYearUpdate .modalWrapper .container .content .row input[name="title"] {
    width: 100%; }
  #mSchoolYearUpdate .modalWrapper .container .content .row .explain {
    text-align: left; }
  @media (min-width: 25em) {
          #mSchoolYearUpdate .modalWrapper .container .content .row {
            text-align: left; }
            #mSchoolYearUpdate .modalWrapper .container .content .row.buttons {
              text-align: center; } }

#mStudentRegistrationDone .modalWrapper .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 2rem; }
  #mStudentRegistrationDone .modalWrapper .container .title .checkmark {
    flex-shrink: 0;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem; }
  #mStudentRegistrationDone .modalWrapper .container .title .label {
    flex-shrink: 0;
    font-size: 1.25rem; }
  #mStudentRegistrationDone .modalWrapper .container .announcement {
    text-align: center;
    font-size: 1rem; }

#mTodayOnlineLessons .modalWrapper {
  max-width: 50rem; }
  #mTodayOnlineLessons .modalWrapper .container .content .box {
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 2px;
    padding: 1rem;
    position: relative;
    box-sizing: border-box;
    background-color: #fbf8e3;
    border-color: #fbe339;
    margin-bottom: 1rem; }
  #mTodayOnlineLessons .modalWrapper .container .content .box .first-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top {
    width: 100%; }
  #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left {
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 1rem; }
    #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .row {
      margin-right: 1rem; }
    #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .subject {
      font-weight: bold;
      margin-bottom: 0.5rem; }
    #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments {
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between; }
      #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment {
        font-size: 0.875rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0.5rem;
        width: calc(50% - .5rem); }
        #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment.placeholder {
          margin-bottom: 0;
          height: 0; }
        @media (min-width: 25em) {
              #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment {
                width: calc(100% / 3 - .5rem); } }
        @media (min-width: 30em) {
              #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment {
                width: calc(25% - .5rem); } }
        @media (min-width: 35em) {
              #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment {
                width: calc(20% - .5rem); } }
        @media (min-width: 40em) {
              #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment {
                width: calc(100% / 6 - .5rem); } }
        @media (min-width: 45em) {
              #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment {
                width: calc(100% / 7 - .5rem); } }
        @media (min-width: 50em) {
              #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment {
                width: calc(100% / 8 - .5rem); } }
        #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment a[name="attachment-view"] {
          margin-bottom: 0.25rem;
          display: block; }
        #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment img {
          margin: auto;
          display: block; }
          #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment img.preview {
            width: 4rem;
            height: 3rem;
            object-fit: contain; }
          #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment img.icon {
            width: 3rem;
            height: 3rem; }
        #mTodayOnlineLessons .modalWrapper .container .content .box .first-block .top .left .attachments .attachment .name {
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          font-size: 0.75rem; }
  #mTodayOnlineLessons .modalWrapper .container .content .box .bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  #mTodayOnlineLessons .modalWrapper .container .content .box .bottom .startTime {
    margin-bottom: 0.5rem; }
  #mTodayOnlineLessons .modalWrapper .container .content .box .bottom a.button {
    border-radius: 0.25rem;
    border: solid 1px #014c8d;
    color: #014c8d;
    background-color: transparent;
    min-width: 7rem; }
  #mTodayOnlineLessons .modalWrapper .container .content .box .bottom a.button:hover {
    background-color: #014c8d;
    color: white; }

#mUserSolutions .modalWrapper .container .content .solutions {
  width: 100%;
  border-collapse: collapse; }
  #mUserSolutions .modalWrapper .container .content .solutions thead tr {
    height: 3rem; }
  #mUserSolutions .modalWrapper .container .content .solutions tbody tr {
    border-top: 1px solid #d3d3d3; }
  #mUserSolutions .modalWrapper .container .content .solutions tbody tr td {
    padding: 0.5rem;
    max-width: 15rem; }
    #mUserSolutions .modalWrapper .container .content .solutions tbody tr td p {
      margin-bottom: 0; }
    #mUserSolutions .modalWrapper .container .content .solutions tbody tr td .grade {
      width: 2rem;
      margin-top: 0.5rem; }
    #mUserSolutions .modalWrapper .container .content .solutions tbody tr td.rating {
      color: #dd443c; }

#mWelcomeClassroom .modalWrapper {
  max-width: 45rem; }
  #mWelcomeClassroom .modalWrapper .container .content {
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 4px;
    border-color: #228b22;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-image: url("/static/img/modal/backgroundGreen.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  #mWelcomeClassroom .modalWrapper .container .content .text {
    width: 100%; }
  #mWelcomeClassroom .modalWrapper .container .content .text p {
    font-size: 1.3rem; }
  #mWelcomeClassroom .modalWrapper .container .content .text p.strong {
    font-weight: bold; }
  @media (min-width: 40rem) {
          #mWelcomeClassroom .modalWrapper .container .content .text {
            width: 70%; } }
  #mWelcomeClassroom .modalWrapper .container .content img {
    display: none;
    max-width: 6rem;
    flex-shrink: 0; }
  @media (min-width: 40rem) {
          #mWelcomeClassroom .modalWrapper .container .content img {
            display: flex; } }

#mContactUs {
  background-color: rgba(0, 0, 0, .9); }
  #mContactUs .modalWrapper {
    max-width: 40rem; }
  #mContactUs .modalWrapper .container .content {
    border: 2px solid #dd443c;
    background-color: #f8e8e6; }
  #mContactUs .modalWrapper .container .content .title {
    color: #dd443c; }
  #mContactUs .modalWrapper .container .content .text {
    margin-bottom: 1rem; }
  #mContactUs .modalWrapper .container .content a {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none; }

#mCreateSchool .modalWrapper {
  max-width: 50rem; }
  #mCreateSchool .modalWrapper .container .content .title {
    font-size: 1.5rem; }
  #mCreateSchool .modalWrapper .container .content .editable-text {
    min-height: 5rem;
    height: auto;
    max-width: 35rem;
    margin: auto;
    text-align: left; }
  #mCreateSchool .modalWrapper .container .content .row {
    max-width: 35rem;
    margin: auto;
    margin-bottom: 1rem; }
  #mCreateSchool .modalWrapper .container .content .row .label {
    text-align: left;
    flex-shrink: 0; }
  #mCreateSchool .modalWrapper .container .content .row input, #mCreateSchool .modalWrapper .container .content .row select {
    width: 100%;
    max-width: 36rem; }
  #mCreateSchool .modalWrapper .container .content .row .explain {
    text-align: left; }
  #mCreateSchool .modalWrapper .container .content .row .number input {
    width: 100%;
    max-width: 17rem; }

#mGallery {
  background-color: rgba(0, 0, 0, .9);
  padding: 0;
  height: 100vh; }
  #mGallery .modalWrapper {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    margin-top: 0; }
  #mGallery .modalWrapper .container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100vw; }
  #mGallery .modalWrapper .container .closer {
    top: 0;
    right: 1rem; }
  #mGallery .modalWrapper .container .closer:before, #mGallery .modalWrapper .container .closer:after {
    background-color: #fff; }
  #mGallery .modalWrapper .container .content {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem auto;
    margin-top: 4rem;
    padding: 0;
    max-height: 100%; }
  #mGallery .modalWrapper .container .content .navigator {
    width: 30rem;
    max-width: calc(100% - 2rem);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    margin-top: initial; }
  #mGallery .modalWrapper .container .content .navigator a.arrow {
    text-decoration: none;
    display: flex;
    align-items: center;
    min-width: 7rem; }
  #mGallery .modalWrapper .container .content .navigator a.arrow img {
    height: 1rem; }
  #mGallery .modalWrapper .container .content .navigator a.arrow span {
    text-transform: uppercase;
    color: #fff; }
  #mGallery .modalWrapper .container .content .navigator a.arrow.hidden {
    visibility: hidden; }
  #mGallery .modalWrapper .container .content .navigator a.arrow.left {
    justify-content: flex-start; }
  #mGallery .modalWrapper .container .content .navigator a.arrow.left span {
    margin-left: 0.5rem; }
  #mGallery .modalWrapper .container .content .navigator a.arrow.right {
    justify-content: flex-end; }
  #mGallery .modalWrapper .container .content .navigator a.arrow.right span {
    margin-right: 0.5rem; }
  #mGallery .modalWrapper .container .content .navigator .counter {
    text-align: center;
    flex: 1 0 auto;
    color: #fff; }
  #mGallery .modalWrapper .container .content .actions {
    margin-top: 0.5rem; }
  #mGallery .modalWrapper .container .content .actions .rotate {
    padding: 0;
    width: 1.625rem;
    height: 1.625rem;
    background-color: #4682b4; }
  #mGallery .modalWrapper .container .content .actions .rotate:disabled {
    background-color: #888;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed; }
  #mGallery .modalWrapper .container .content .actions .rotate img {
    width: 1rem; }
  #mGallery .modalWrapper .container .content .image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(100% - 2rem); }
  #mGallery .modalWrapper .container .content .image-wrapper img {
    max-width: 100%;
    max-height: calc(100vh - 14rem); }
  #mGallery .modalWrapper .container .content .image-wrapper .paintingTool {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #mGallery .modalWrapper .container .content .image-wrapper svg {
    cursor: url("/static/img/pencil.png") 1 30, crosshair; }

#mOnlineLessonConnect .modalWrapper .container .content {
  text-align: left; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint h3 {
    font-weight: bold; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint p {
    margin-bottom: 0rem; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint ul li {
    margin-bottom: 1rem; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint h2, #mOnlineLessonConnect .modalWrapper .container .content .hint h3, #mOnlineLessonConnect .modalWrapper .container .content .hint h4 {
    font-weight: bold;
    text-align: center; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint h2 {
    color: #4682b4; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint h4 {
    margin-top: 1rem;
    color: #ff7f50; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .no-polish {
    border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    background-color: #dd443c;
    color: white;
    font-weight: bold;
    justify-content: center;
    align-items: center; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .freeze {
    width: 2rem;
    height: 2rem;
    background-color: black;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.125rem; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .freeze img {
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.75; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .browsers {
    text-align: center; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .browsers .icons {
    margin: 0.5rem auto; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .browsers .icons img {
    width: 3rem; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .browsers .claim {
    font-size: 0.875rem; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .states {
    text-align: center; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .states .icons {
    margin: 0.5rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .states .icons .state {
    width: 8rem;
    margin-bottom: 0.5rem;
    text-align: center; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .states .icons .state img {
    width: 6rem; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .states .icons .state .claim {
    font-size: 0.875rem; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .camera {
    text-align: center; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .camera .guide {
    margin: 1rem auto;
    width: max-content; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .camera .guide .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0.5rem; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .camera .guide .icon img {
    margin-right: 0.5rem;
    width: 1.5rem; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .buttons-guide {
    max-width: 100%; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .buttons-guide .item {
    text-align: center;
    margin-bottom: 1rem; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .buttons-guide .item .wrapper {
    flex-shrink: 0;
    max-width: 20rem;
    margin: auto;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #1a1a1a;
    background-image: linear-gradient(to right, #fff 0%, #1a1a1a 10%, #1a1a1a 90%, #fff 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .buttons-guide .item .wrapper .button-example {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    background-color: #fbe339;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    min-width: 12rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: bold; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .buttons-guide .item .wrapper .button-example.end-lesson {
    background-color: #dd443c;
    color: #fff; }
  #mOnlineLessonConnect .modalWrapper .container .content .hint .buttons-guide .item .wrapper .button-example.invite {
    background-color: #4682b4;
    color: #fff;
    font-size: 1rem;
    font-weight: initial; }
  #mOnlineLessonConnect .modalWrapper .container .content .buttons {
    margin-top: 1rem;
    display: flex;
    justify-content: center; }

#mOnlineStreamDemo .header h2 {
  text-transform: uppercase;
  font-size: 2rem; }
  #mOnlineStreamDemo .body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem; }
  #mOnlineStreamDemo .body p {
    text-align: left;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 30rem; }
  #mOnlineStreamDemo .body button[name="switchToStudentView"] {
    background-color: #4682b4;
    padding: 0.5rem 1rem; }
  #mOnlineStreamDemo .body .error-message {
    margin-top: 1rem;
    color: #dd443c; }

#mSharePost form .row {
  text-align: left;
  display: flex;
  flex-direction: column; }
  #mSharePost form .row.first div {
    margin-bottom: 1rem; }
  #mSharePost form .row.first div label, #mSharePost form .row.first div select {
    box-sizing: border-box;
    width: 100%; }
  #mSharePost form .row.first div label {
    margin-bottom: 0.25rem; }
  #mSharePost form .row.first div select {
    max-width: 15rem; }
  @media (min-width: 35em) {
        #mSharePost form .row.first {
          flex-direction: row; }
          #mSharePost form .row.first div + div {
            margin-left: 1rem; }
            #mSharePost form .row.first div.school-type {
              max-width: 10rem; }
            #mSharePost form .row.first div.subject {
              max-width: 10rem; }
            #mSharePost form .row.first div.class {
              max-width: 8rem; } }
  #mSharePost form .row.taskText #mSharePostText {
    margin-bottom: 0.5rem; }
  #mSharePost form .row.video {
    align-items: center;
    width: 100%; }
  #mSharePost form .row.video video {
    max-width: 20rem;
    max-height: 12rem; }
  #mSharePost form .row.attachments {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem; }
  #mSharePost form .row.attachments .attachment {
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
    width: calc(50% - .5rem); }
  #mSharePost form .row.attachments .attachment.placeholder {
    margin-bottom: 0;
    height: 0; }
  @media (min-width: 25em) {
          #mSharePost form .row.attachments .attachment {
            width: calc(100% / 3 - .5rem); } }
  @media (min-width: 30em) {
          #mSharePost form .row.attachments .attachment {
            width: calc(25% - .5rem); } }
  @media (min-width: 35em) {
          #mSharePost form .row.attachments .attachment {
            width: calc(20% - .5rem); } }
  @media (min-width: 40em) {
          #mSharePost form .row.attachments .attachment {
            width: calc(100% / 6 - .5rem); } }
  @media (min-width: 45em) {
          #mSharePost form .row.attachments .attachment {
            width: calc(100% / 7 - .5rem); } }
  @media (min-width: 50em) {
          #mSharePost form .row.attachments .attachment {
            width: calc(100% / 8 - .5rem); } }
  #mSharePost form .row.attachments .attachment a[name="attachment-view"] {
    margin-bottom: 0.25rem;
    display: block; }
  #mSharePost form .row.attachments .attachment img {
    margin: auto;
    display: block; }
  #mSharePost form .row.attachments .attachment img.preview {
    width: 4rem;
    height: 3rem;
    object-fit: contain; }
  #mSharePost form .row.attachments .attachment img.icon {
    width: 3rem;
    height: 3rem; }
  #mSharePost form .row.attachments .attachment .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.75rem; }
  #mSharePost form .row.attachments .attachment .delete {
    background-color: #dd443c; }
  #mSharePost form .row.attachments .attachment .download {
    background-color: #4682b4;
    font-size: 0.75rem; }
  #mSharePost form .row.attachments .attachment .download, #mSharePost form .row.attachments .attachment .delete {
    min-width: 0;
    min-height: 0;
    height: max-content;
    line-height: 0.875rem;
    padding: 0.125rem 0.5rem;
    margin: auto;
    display: block; }

#mSolution {
  background-color: rgba(0, 0, 0, .9);
  padding: 0;
  height: 100vh; }
  #mSolution .modalWrapper {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    margin-top: 0; }
  #mSolution .modalWrapper .container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100vw; }
  #mSolution .modalWrapper .container .closer {
    top: 0.75rem;
    right: 1rem; }
  #mSolution .modalWrapper .container .closer:before, #mSolution .modalWrapper .container .closer:after {
    background-color: #fff; }
  #mSolution .modalWrapper .container .content {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem auto;
    margin-top: 4rem;
    padding: 0;
    max-height: 100%; }
  #mSolution .modalWrapper .container .content .navigator {
    width: 30rem;
    max-width: calc(100% - 2rem);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    margin-top: initial; }
  #mSolution .modalWrapper .container .content .navigator a.arrow {
    text-decoration: none;
    display: flex;
    align-items: center;
    min-width: 7rem; }
  #mSolution .modalWrapper .container .content .navigator a.arrow img {
    height: 1rem; }
  #mSolution .modalWrapper .container .content .navigator a.arrow span {
    text-transform: uppercase;
    color: #fff; }
  #mSolution .modalWrapper .container .content .navigator a.arrow.hidden {
    visibility: hidden; }
  #mSolution .modalWrapper .container .content .navigator a.arrow.left {
    justify-content: flex-start; }
  #mSolution .modalWrapper .container .content .navigator a.arrow.left span {
    margin-left: 0.5rem; }
  #mSolution .modalWrapper .container .content .navigator a.arrow.right {
    justify-content: flex-end; }
  #mSolution .modalWrapper .container .content .navigator a.arrow.right span {
    margin-right: 0.5rem; }
  #mSolution .modalWrapper .container .content .navigator .counter {
    text-align: center;
    flex: 1 0 auto;
    color: #fff; }
  #mSolution .modalWrapper .container .content .head {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    color: #fff; }
  #mSolution .modalWrapper .container .content .head .subject {
    margin-bottom: 0.5rem; }
  #mSolution .modalWrapper .container .content .head .pupil {
    font-size: 1.25rem;
    font-weight: bold; }
  #mSolution .modalWrapper .container .content .head .explain {
    margin-top: 0.5rem; }
  #mSolution .modalWrapper .container .content .attachment-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(100% - 2rem); }
  #mSolution .modalWrapper .container .content .attachment-wrapper img {
    max-width: 100%;
    max-height: calc(100vh - 16rem); }
  #mSolution .modalWrapper .container .content .attachment-wrapper .paintingTool {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #mSolution .modalWrapper .container .content .actions {
    margin-bottom: 0.5rem; }
  #mSolution .modalWrapper .container .content .actions .rotate {
    padding: 0;
    width: 1.625rem;
    height: 1.625rem;
    background-color: #4682b4; }
  #mSolution .modalWrapper .container .content .actions .rotate:disabled {
    background-color: #888;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed; }
  #mSolution .modalWrapper .container .content .actions .rotate img {
    width: 1rem; }
  #mSolution .modalWrapper .container .content .rating {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #ff7f50;
    box-sizing: border-box;
    padding: 1rem 2rem;
    width: calc(100% - 2rem);
    max-width: 50rem; }
  #mSolution .modalWrapper .container .content .rating .content {
    max-width: 40rem; }
  #mSolution .modalWrapper .container .content .rating .content .note, #mSolution .modalWrapper .container .content .rating .content .attachments {
    display: flex;
    align-items: flex-start;
    width: 100%; }
  #mSolution .modalWrapper .container .content .rating .content .note .label, #mSolution .modalWrapper .container .content .rating .content .attachments .label {
    font-weight: bold;
    margin-right: 0.5rem; }
    #mSolution .modalWrapper .container .content .rating .content .note .label:after, #mSolution .modalWrapper .container .content .rating .content .attachments .label:after {
      content: ":"; }
  #mSolution .modalWrapper .container .content .rating .content .attachments {
    flex-direction: column; }
  #mSolution .modalWrapper .container .content .rating .content .attachments .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    #mSolution .modalWrapper .container .content .rating .content .attachments .list .attachment {
      display: flex;
      align-items: center;
      margin: 0.25rem 0; }
      #mSolution .modalWrapper .container .content .rating .content .attachments .list .attachment .icon {
        margin-right: 0.5rem;
        width: 1.25rem;
        height: 1.25rem; }
      #mSolution .modalWrapper .container .content .rating .content .attachments .list .attachment .name {
        font-size: 1rem; }
  #mSolution .modalWrapper .container .content .rating .content hr {
    background-color: #000;
    border: none;
    margin: 1rem 0;
    width: 100%;
    height: 1px; }
  #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles {
      display: flex;
      flex-direction: column;
      align-items: center; }
      #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons {
        display: flex;
        justify-content: center;
        margin: 1rem; }
        #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .grade, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .grade, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .grade, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .grade, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .accent, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .accent, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .accent, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .accent, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .approvement, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .approvement, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .approvement, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .approvement, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .smile, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .smile, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .smile, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .smile {
          margin: 0 0.5rem; }
          #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .grade input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .grade input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .grade input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .grade input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .accent input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .accent input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .accent input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .accent input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .approvement input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .approvement input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .approvement input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .approvement input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .smile input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .smile input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .smile input[type="radio"], #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .smile input[type="radio"] {
            display: none; }
            #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .grade input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .grade input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .grade input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .grade input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .accent input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .accent input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .accent input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .accent input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .approvement input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .approvement input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .approvement input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .approvement input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .smile input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .smile input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .smile input[type="radio"] + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .smile input[type="radio"] + button {
              background-color: transparent;
              border-radius: 100%;
              border: solid 1px red;
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 0;
              width: 2.5rem;
              height: 2.5rem;
              color: red; }
            #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .grade input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .grade input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .grade input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .grade input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .accent input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .accent input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .accent input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .accent input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .approvement input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .approvement input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .approvement input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .approvement input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .grades .buttons .smile input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .accents .buttons .smile input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .smile input[type="radio"]:checked + button, #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .smiles .buttons .smile input[type="radio"]:checked + button {
              box-shadow: 0 0 8px 3px #cf6761; }
          #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .approvement input[type="radio"] + button {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 0.25rem;
            min-width: 11rem; }
            #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .approvement input[type="radio"] + button .mark {
              position: relative;
              margin-right: 0.25rem;
              top: calc(.25rem - 1px); }
            #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .approvement input[type="radio"] + button .title {
              font-family: "Open Sans", sans-serif;
              font-size: 1rem;
              margin: 0; }
            #mSolution .modalWrapper .container .content .rating .content form .grades-accents-and-approvements .approvements .buttons .approvement input[type="radio"] + button .grade {
              width: 2rem; }
            #mSolution .modalWrapper .container .content .rating .content form .uploader {
              margin: auto; }
  #mSolution .modalWrapper .container .content .rating .content form .attachments {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem; }
    #mSolution .modalWrapper .container .content .rating .content form .attachments .attachment {
      font-size: 0.875rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 0.5rem;
      width: calc(50% - .5rem); }
      #mSolution .modalWrapper .container .content .rating .content form .attachments .attachment.placeholder {
        margin-bottom: 0;
        height: 0; }
      @media (min-width: 25em) {
              #mSolution .modalWrapper .container .content .rating .content form .attachments .attachment {
                width: calc(100% / 3 - .5rem); } }
      @media (min-width: 30em) {
              #mSolution .modalWrapper .container .content .rating .content form .attachments .attachment {
                width: calc(25% - .5rem); } }
      @media (min-width: 35em) {
              #mSolution .modalWrapper .container .content .rating .content form .attachments .attachment {
                width: calc(20% - .5rem); } }
      #mSolution .modalWrapper .container .content .rating .content form .attachments .attachment a[name="attachment-view"] {
        margin-bottom: 0.25rem;
        display: block; }
      #mSolution .modalWrapper .container .content .rating .content form .attachments .attachment img {
        margin: auto;
        display: block; }
        #mSolution .modalWrapper .container .content .rating .content form .attachments .attachment img.preview {
          width: 4rem;
          height: 3rem;
          object-fit: contain; }
        #mSolution .modalWrapper .container .content .rating .content form .attachments .attachment img.icon {
          width: 3rem;
          height: 3rem; }
      #mSolution .modalWrapper .container .content .rating .content form .attachments .attachment .name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0.75rem; }
      #mSolution .modalWrapper .container .content .rating .content form .attachments .attachment .delete {
        background-color: #dd443c;
        text-decoration: none;
        min-width: 0;
        min-height: 0;
        height: max-content;
        line-height: 0.875rem;
        padding: 0.125rem 0.5rem;
        margin: auto;
        display: block; }
  #mSolution .modalWrapper .container .content .rating .content form .comment label {
    margin-bottom: 0.25rem; }
    #mSolution .modalWrapper .container .content .rating .content form .comment textarea {
      width: 100%;
      min-height: 3rem; }
  #mSolution .modalWrapper .container .content .rating .content form .buttons input, #mSolution .modalWrapper .container .content .rating .content form .buttons button {
    height: 3rem; }
  #mSolution .modalWrapper .container .content .rating .content form .error-message {
    color: #dd443c; }
  #mSolution .modalWrapper .container .content .rating .content .grade-and-comment {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .grade {
    font-family: "MarckScript", sans-serif;
    font-size: 1.75rem;
    border-radius: 100%;
    border: solid 2px red;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    color: red; }
  #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem; }
    #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment {
      font-size: 0.875rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 0.5rem;
      width: calc(50% - .5rem); }
      #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment.placeholder {
        margin-bottom: 0;
        height: 0; }
      @media (min-width: 25em) {
              #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment {
                width: calc(100% / 3 - .5rem); } }
      @media (min-width: 30em) {
              #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment {
                width: calc(25% - .5rem); } }
      @media (min-width: 35em) {
              #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment {
                width: calc(20% - .5rem); } }
      #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment a[name="attachment-view"] {
        margin-bottom: 0.25rem;
        display: block; }
      #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment img {
        margin: auto;
        display: block; }
        #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment img.preview {
          width: 4rem;
          height: 3rem;
          object-fit: contain; }
        #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment img.icon {
          width: 3rem;
          height: 3rem; }
      #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment .name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0.75rem; }
      #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment .delete {
        background-color: #dd443c; }
      #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment .download {
        background-color: #4682b4;
        font-size: 0.75rem; }
      #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment .download, #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .attachments .attachment .delete {
        min-width: 0;
        min-height: 0;
        height: max-content;
        line-height: 0.875rem;
        padding: 0.125rem 0.5rem;
        margin: auto;
        display: block; }
  #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%; }
    #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .comment .label {
      margin-bottom: 0.25rem; }
    #mSolution .modalWrapper .container .content .rating .content .grade-and-comment .comment .text {
      border-radius: 0.25rem;
      border: solid 1px #000;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-start;
      padding: 0.5rem 1rem;
      width: 100%; }

#adminDictionary table td {
  padding: 0.25rem;
  min-width: 5rem;
  cursor: pointer; }
  #adminDictionary table td:hover {
    background-color: #38383820; }
  #adminDictionary table tr:hover {
    background-color: #38383810; }

#console {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  background-image: url("/static/img/1/debugger/console/bg.jpg");
  background-position: 50% 50%;
  background-attachment: fixed;
  width: 100%;
  height: 100vh; }
  #console .results {
    background: rgba(0, 0, 0, 0.6);
    height: calc(100vh - 65px);
    overflow-y: scroll;
    word-wrap: break-word;
    color: #fff; }
  #console .results li:last-child {
    margin-bottom: 30px; }
  #console .input {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    bottom: 0; }
  #console .input .tools {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    align-items: center;
    background: #fff;
    padding: 0 5px;
    width: calc(100% - 10px);
    height: 30px; }
  #console .input .tools .left, #console .input .tools .right {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  #console .input .tools .left button, #console .input .tools .right button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    padding: 2px 5px;
    min-width: initial;
    cursor: pointer;
    color: #157efb; }
  #console .input .tools .left button:active, #console .input .tools .right button:active {
    color: #60c9f9; }
  #console .input .tools .left button[name="switch-layout"], #console .input .tools .right button[name="switch-layout"] {
    background-repeat: no-repeat;
    background-size: 18px 36px;
    background-position: 50% 0%;
    padding: 0;
    width: 18px;
    height: 18px; }
  #console .input .tools .left button[name="switch-layout"]:active, #console .input .tools .right button[name="switch-layout"]:active {
    background-position: 50% 100%; }
  #console .input .tools .left button.arrow, #console .input .tools .right button.arrow {
    align-self: flex-end;
    position: relative;
    border: solid #157efb;
    border-width: 0 2px 2px 0;
    padding: 0;
    width: 10px;
    height: 10px; }
  #console .input .tools .left button.arrow:active, #console .input .tools .right button.arrow:active {
    border-color: #60c9f9; }
  #console .input .tools .left button.arrow[name="previous-command"], #console .input .tools .right button.arrow[name="previous-command"] {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    bottom: 3px; }
  #console .input .tools .left button.arrow[name="next-command"], #console .input .tools .right button.arrow[name="next-command"] {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 9px; }
  #console .input .tools .left {
    justify-content: flex-start; }
  #console .input .tools .right {
    justify-content: flex-end; }
  #console .input .area {
    flex-grow: 1;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    height: 15px; }
  #console .input .area textarea[name="input"] {
    background: transparent;
    resize: none;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    border: none;
    width: 100%;
    height: 100%;
    line-height: 15px;
    color: #fff; }
  #console .input .area textarea[name="input"]:focus {
    outline: 0; }
  #console pre {
    background: transparent !important;
    font-size: 13px !important;
    border: none !important;
    color: #fff !important; }
  #console pre .name {
    font-weight: bold !important;
    color: #c05 !important; }
  #console pre .type {
    color: #cdd !important; }
  #console.horizontal .input .tools button[name="switch-layout"] {
    background-image: url("/static/img/debugger/console/vertical.png"); }
  #console.vertical {
    justify-content: space-between;
    flex-direction: row; }
  #console.vertical .results {
    padding-right: 25%;
    width: 75%;
    height: 100vh; }
  #console.vertical .input {
    width: 25%;
    height: 100%;
    top: 0;
    right: 0; }
  #console.vertical .input .tools button[name="switch-layout"] {
    background-image: url("/static/img/debugger/console/horizontal.png"); }
  #console.vertical .input .area {
    flex-shrink: 1;
    height: calc(100% - 30px - 20px); }
  #console.vertical .input .area textarea[name="input"] {
    white-space: pre;
    overflow-y: auto;
    height: 100%; }

* {
  margin: 0;
  padding: 0; }

#log .head {
  position: fixed;
  background: #000;
  width: 100%;
  height: 80px;
  top: 0; }

#log .head h1 {
  color: #fff;
  float: left; }

#log .head button[name="clear-log"] {
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  margin: 25px;
  width: 100px;
  height: 30px;
  color: #000;
  float: right; }

#log ul {
  padding-top: 80px; }

#log ul li {
  white-space: pre; }

* {
  margin: 0;
  padding: 0; }

#log .head {
  position: fixed;
  background: #000;
  width: 100%;
  height: 80px;
  top: 0; }

#log .head h1 {
  color: #fff;
  float: left; }

#log .head button[name="clear-log"] {
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  margin: 25px;
  width: 100px;
  height: 30px;
  color: #000;
  float: right; }

#log ul {
  padding-top: 80px; }

#log ul li {
  white-space: pre; }

#error #container > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: black;
  background-image: url("/static/img/pages/error-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color: white;
  min-height: 50vh; }
  #error #container > .content h2 {
    margin-bottom: 2rem; }
  #error #container > .content a.button {
    text-align: center;
    padding: 0.5rem 1.5rem; }

#styles #container {
  display: flex;
  justify-content: center; }
  #styles #container > div > .content {
    margin-bottom: 20px;
    padding: 4rem 2rem;
    width: calc(100% - 4rem);
    max-width: 60rem; }
  #styles #container > div > .content .title, #styles #container > div > .content .subtitle {
    text-transform: uppercase; }
  #styles #container > div > .content .title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem; }
  #styles #container > div > .content .subtitle {
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }
  #styles #container > div > .content .block {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem; }
  #styles #container > div > .content .block.typography {
    display: flex;
    justify-content: flex-start;
    align-items: baseline; }
  #styles #container > div > .content .block.typography.image {
    align-items: flex-start;
    width: 100%; }
  #styles #container > div > .content .block.typography.image img {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    max-width: 100%; }
  #styles #container > div > .content .block.typography .label {
    margin-right: 1rem;
    min-width: calc(9rem); }
  #styles #container > div > .content .block > .subblock {
    margin-right: 1rem; }

#passwordRecovery {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: scroll;
  width: 100%;
  height: 100vh; }
  #passwordRecovery .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border: solid 1px #000;
    padding: 20px 40px 40px;
    font-size: 14px;
    width: 400px; }
  #passwordRecovery .container .title {
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    margin: 20px auto; }
  #passwordRecovery .container .email {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0.5rem; }
  @media screen and (max-width: 620px) {
    #passwordRecovery .container {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      overflow: scroll;
      width: 100%;
      height: 100vh; }
      #passwordRecovery .container .title {
        font-size: 40px;
        margin: 10px auto; }
      #passwordRecovery .container .email {
        margin-bottom: 0.5rem; } }
  #passwordRecovery .container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px; }
  #passwordRecovery .container form .row {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    flex-direction: column; }
  #passwordRecovery .container form .row label {
    margin-bottom: 0.5rem;
    font-size: 1rem; }
  #passwordRecovery .container form .row .styled-input {
    width: calc(200px - 12px); }
  @media screen and (max-width: 400px) {
          #passwordRecovery .container form .row .styled-input {
            width: 170px; } }
  #passwordRecovery .container form .row .styled-button {
    width: 200px; }
  #passwordRecovery .container form .row.send {
    display: flex;
    justify-content: center; }
  #passwordRecovery .container .error-message {
    width: 100%;
    height: 20px;
    color: #f00; }
  #passwordRecovery .container .confirmation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #passwordRecovery .container .confirmation > div {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 40px; }
  #passwordRecovery .container .confirmation > div .checkmark {
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-right: 20px;
    width: 50px;
    height: 50px; }
  #passwordRecovery .container .confirmation > div .announcement {
    text-align: center;
    font-size: 20px;
    font-weight: 200; }
  #passwordRecovery .container .confirmation button {
    min-width: 200px; }

#adminLogin form {
  width: 15rem;
  margin: 2rem auto 1rem; }
  #adminLogin form .row {
    margin-bottom: 1rem; }
  #adminLogin form .row label {
    margin-bottom: 0.5rem; }
  #adminLogin form .row input[type='text'], #adminLogin form .row input[type='password'] {
    width: 100%; }
  #adminLogin form .row.buttons {
    display: flex;
    justify-content: center; }
  #adminLogin form .row.error-message {
    text-align: center;
    color: #dd443c; }

#dashboard #dashboardWrapper .right .container {
  box-sizing: border-box;
  padding: 1rem 2rem; }
  #dashboard #dashboardWrapper .right .container .filters {
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  #dashboard #dashboardWrapper .right .container .filters .title {
    font-weight: bold;
    width: 100%; }
  #dashboard #dashboardWrapper .right .container .filters .left {
    display: flex; }
  #dashboard #dashboardWrapper .right .container .filters .left .checkbox {
    margin-top: 1rem;
    margin-left: 2rem; }
  #dashboard #dashboardWrapper .right .container .filters label {
    margin-left: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.75rem;
    margin-bottom: 0.5rem; }
  #dashboard #dashboardWrapper .right .container .filters label.search form {
    display: flex;
    align-items: center; }
  #dashboard #dashboardWrapper .right .container .filters label.search input[type='text'] {
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    box-shadow: none;
    padding: calc(0.125rem + 1px) 1rem calc(0.125rem + 1px) 0.5rem;
    font-size: 0.875rem;
    border-right: none;
    height: 1.75rem; }
  #dashboard #dashboardWrapper .right .container .filters label.search input[type='submit'] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border: solid 1px #000;
    border-left: none;
    font-size: 0.875rem;
    background-color: #4682b4;
    margin-left: -1rem;
    height: 1.75rem; }
  #dashboard #dashboardWrapper .right .container .filters label.archive, #dashboard #dashboardWrapper .right .container .filters label.date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
  #dashboard #dashboardWrapper .right .container .lazyloader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  #dashboard #dashboardWrapper .right .container .lazyloader .error-message {
    color: #dd443c; }
  #dashboard #dashboardWrapper .right .container .lazyloader .placeholder {
    width: 2rem;
    height: 2rem;
    background-image: url("/static/img/loader.gif");
    background-size: 2rem 2rem; }
  #dashboard #dashboardWrapper .right .container .buttons {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
  #dashboard #dashboardWrapper .right .container .buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
    margin-bottom: 1rem; }
  #dashboard #dashboardWrapper .right .container .buttons button .plus {
    background-image: url("/static/img/icons/plus.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0.75rem 0.75rem;
    display: inline-block;
    margin-right: 0.25rem;
    width: 0.75rem;
    height: 0.75rem; }
  #dashboard #dashboardWrapper .right .container .buttons button.type1 {
    background-color: #ff7f50; }
  #dashboard #dashboardWrapper .right .container .buttons button.type2 {
    background-color: #4682b4; }
  #dashboard #dashboardWrapper .right .container .buttons button.type3 {
    background-color: #41d84c; }
  #dashboard #dashboardWrapper .right .container .posts .all-streams {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    display: block; }
  #dashboard #dashboardWrapper .right .container .posts .post .date {
    font-weight: bold; }
  #dashboard #dashboardWrapper .right .container .posts .post .box {
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 2px;
    padding: 1rem;
    margin-bottom: 1rem;
    position: relative;
    box-sizing: border-box; }
  #dashboard #dashboardWrapper .right .container .posts .post .box legend {
    font-weight: bold;
    font-size: 1.25rem; }
  #dashboard #dashboardWrapper .right .container .posts .post .box button[name="pin"], #dashboard #dashboardWrapper .right .container .posts .post .box button[name="unpin"] {
    position: absolute;
    background-color: transparent;
    border: solid 1px #ff7f50;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.25rem 0.5rem 0.25rem;
    min-width: 4rem;
    top: 1.5rem;
    right: 0.75rem; }
    #dashboard #dashboardWrapper .right .container .posts .post .box button[name="pin"] .icon, #dashboard #dashboardWrapper .right .container .posts .post .box button[name="unpin"] .icon {
      background-image: url("/static/img/icons/pin.svg");
      background-size: 3rem 1rem;
      background-repeat: no-repeat;
      background-position: 0rem 0rem;
      display: inline-block;
      flex-shrink: 0;
      margin: 0 0.25rem;
      width: 0.75rem;
      height: 1rem; }
    #dashboard #dashboardWrapper .right .container .posts .post .box button[name="pin"] .title, #dashboard #dashboardWrapper .right .container .posts .post .box button[name="unpin"] .title {
      flex-grow: 1;
      text-align: center; }
  #dashboard #dashboardWrapper .right .container .posts .post .box.type0 {
    background-color: #d3d3d3;
    border-color: #9896a4; }
    #dashboard #dashboardWrapper .right .container .posts .post .box.type0 legend {
      color: #9896a4; }
    #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="pin"], #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="unpin"] {
      border-color: #9896a4; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="pin"] .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="unpin"] .icon {
        background-position: 0rem 0rem; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="pin"] .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="unpin"] .title {
        color: #9896a4; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="pin"]:active, #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="unpin"]:active, #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="pin"][name="unpin"], #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="unpin"][name="unpin"] {
        background-color: #9896a4; }
        #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="pin"]:active .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="unpin"]:active .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="pin"][name="unpin"] .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="unpin"][name="unpin"] .icon {
          background-position: -2.25rem 0rem; }
        #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="pin"]:active .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="unpin"]:active .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="pin"][name="unpin"] .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type0 button[name="unpin"][name="unpin"] .title {
          color: #fff; }
  #dashboard #dashboardWrapper .right .container .posts .post .box.type1 {
    background-color: #fff5f2;
    border-color: #ff7f50; }
    #dashboard #dashboardWrapper .right .container .posts .post .box.type1 legend {
      color: #ff7f50; }
    #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="pin"], #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="unpin"] {
      border-color: #ff7f50; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="pin"] .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="unpin"] .icon {
        background-position: 0rem 0rem; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="pin"] .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="unpin"] .title {
        color: #ff7f50; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="pin"]:active, #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="unpin"]:active, #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="pin"][name="unpin"], #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="unpin"][name="unpin"] {
        background-color: #ff7f50; }
        #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="pin"]:active .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="unpin"]:active .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="pin"][name="unpin"] .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="unpin"][name="unpin"] .icon {
          background-position: -2.25rem 0rem; }
        #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="pin"]:active .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="unpin"]:active .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="pin"][name="unpin"] .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type1 button[name="unpin"][name="unpin"] .title {
          color: #fff; }
  #dashboard #dashboardWrapper .right .container .posts .post .box.type2 {
    background-color: #f1f9ff;
    border-color: #4682b4; }
    #dashboard #dashboardWrapper .right .container .posts .post .box.type2 legend {
      color: #4682b4; }
    #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="pin"], #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="unpin"] {
      border-color: #014c8d; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="pin"] .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="unpin"] .icon {
        background-position: -0.75rem 0rem; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="pin"] .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="unpin"] .title {
        color: #014c8d; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="pin"]:active, #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="unpin"]:active, #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="pin"][name="unpin"], #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="unpin"][name="unpin"] {
        background-color: #014c8d; }
        #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="pin"]:active .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="unpin"]:active .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="pin"][name="unpin"] .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="unpin"][name="unpin"] .icon {
          background-position: -2.25rem 0rem; }
        #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="pin"]:active .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="unpin"]:active .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="pin"][name="unpin"] .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type2 button[name="unpin"][name="unpin"] .title {
          color: #fff; }
  #dashboard #dashboardWrapper .right .container .posts .post .box.type3 {
    background-color: #eaf2e8;
    border-color: #41d84c; }
    #dashboard #dashboardWrapper .right .container .posts .post .box.type3 legend {
      color: #41d84c; }
    #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="pin"], #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="unpin"] {
      border-color: #41d84c; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="pin"] .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="unpin"] .icon {
        background-position: -1.5rem 0rem; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="pin"] .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="unpin"] .title {
        color: #41d84c; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="pin"]:active, #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="unpin"]:active, #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="pin"][name="unpin"], #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="unpin"][name="unpin"] {
        background-color: #41d84c; }
        #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="pin"]:active .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="unpin"]:active .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="pin"][name="unpin"] .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="unpin"][name="unpin"] .icon {
          background-position: -2.25rem 0rem; }
        #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="pin"]:active .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="unpin"]:active .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="pin"][name="unpin"] .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type3 button[name="unpin"][name="unpin"] .title {
          color: #fff; }
  #dashboard #dashboardWrapper .right .container .posts .post .box.type4 {
    background-color: #fbf8e3;
    border-color: #fbe339; }
    #dashboard #dashboardWrapper .right .container .posts .post .box.type4 legend {
      color: #000; }
    #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="pin"], #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="unpin"] {
      border-color: #fbe339; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="pin"] .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="unpin"] .icon {
        background-position: -1.5rem 0rem; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="pin"] .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="unpin"] .title {
        color: #fbe339; }
      #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="pin"]:active, #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="unpin"]:active, #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="pin"][name="unpin"], #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="unpin"][name="unpin"] {
        background-color: #fbe339; }
        #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="pin"]:active .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="unpin"]:active .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="pin"][name="unpin"] .icon, #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="unpin"][name="unpin"] .icon {
          background-position: -2.25rem 0rem; }
        #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="pin"]:active .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="unpin"]:active .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="pin"][name="unpin"] .title, #dashboard #dashboardWrapper .right .container .posts .post .box.type4 button[name="unpin"][name="unpin"] .title {
          color: #fff; }
  #dashboard #dashboardWrapper .right .container .posts .post .box .first-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top {
      width: 100%; }
      #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left {
        flex: 1 1 auto;
        width: 100%;
        margin-bottom: 1rem; }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .editable-text {
          height: initial; }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .row {
          margin-right: 1rem; }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .subject {
          font-weight: bold;
          margin-bottom: 0.5rem; }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .video {
          max-width: 30rem;
          width: 100%;
          margin: 0.5rem auto; }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .files {
          margin-top: 1rem; }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments {
          flex-wrap: wrap;
          display: flex;
          justify-content: space-between;
          margin-top: 2rem; }
          #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment {
            font-size: 0.875rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 0.5rem;
            width: calc(50% - .5rem); }
            #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment.placeholder {
              margin-bottom: 0;
              height: 0; }
            @media (min-width: 25em) {
              #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment {
                width: calc(100% / 3 - .5rem); } }
            @media (min-width: 30em) {
              #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment {
                width: calc(25% - .5rem); } }
            @media (min-width: 35em) {
              #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment {
                width: calc(20% - .5rem); } }
            @media (min-width: 40em) {
              #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment {
                width: calc(100% / 6 - .5rem); } }
            @media (min-width: 45em) {
              #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment {
                width: calc(100% / 7 - .5rem); } }
            @media (min-width: 50em) {
              #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment {
                width: calc(100% / 8 - .5rem); } }
            #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment a[name="attachment-view"] {
              margin-bottom: 0.25rem;
              display: block; }
            #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment img {
              margin: auto;
              display: block; }
            #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment img.preview {
              width: 4rem;
              height: 3rem;
              object-fit: contain; }
            #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment img.icon {
              width: 3rem;
              height: 3rem; }
            #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment .name {
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden;
              font-size: 0.75rem; }
            #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment .delete {
              background-color: #dd443c; }
            #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment .download {
              background-color: #4682b4;
              font-size: 0.75rem; }
            #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment .download, #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .left .attachments .attachment .delete {
              min-width: 0;
              min-height: 0;
              height: max-content;
              line-height: 0.875rem;
              padding: 0.125rem 0.5rem;
              margin: auto;
              display: block; }
      #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .edit {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-bottom: 1rem;
          width: 100%; }
          #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .edit input[type="button"] {
            background-color: transparent;
            border-radius: 0.25rem;
            border: solid 1px #014c8d;
            flex-shrink: 0;
            margin-bottom: 0.5rem;
            width: 100%;
            max-width: 10rem;
            min-width: initial;
            color: #014c8d; }
          #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .edit input[type="button"]:hover {
            background-color: #014c8d;
            color: white; }
          @media (min-width: 40em) {
                #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .edit {
                  flex-direction: row; }
                  #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .edit input[type="button"] {
                    margin-bottom: 0; }
                    #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .edit input[type="button"] + input[type="button"] {
                      margin-left: 0.5rem; } }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .submitted {
          color: #41d84c; }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .notSubmitted {
          color: #dd443c; }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .rating {
          display: flex;
          flex-direction: column;
          align-items: center;
          height: 100%; }
          #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .rating .grade {
            width: 5rem; }
          #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .rating .actions {
            display: flex; }
          #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .rating .actions button {
            margin: 0.25rem; }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .ratingComment {
          font-style: italic;
          color: #e00;
          text-align: center;
          margin-bottom: 2rem;
          font-weight: 800; }
        #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .mySolution {
          display: flex;
          flex-direction: column;
          align-items: center;
          height: 100%; }
          #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .mySolution .submitted {
            margin-bottom: 0.5rem; }
          #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .mySolution .actions {
            display: flex; }
          #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .mySolution .actions button {
            margin: 0.25rem; }
          #dashboard #dashboardWrapper .right .container .posts .post .box .first-block .top .right .buttons .mySolution button {
            margin: 0; }
  #dashboard #dashboardWrapper .right .container .posts .post .box .bottom {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #dashboard #dashboardWrapper .right .container .posts .post .box .bottom a.showTable {
      margin: 0 0 1rem;
      color: #000; }

#onlineVyuka #dashboardWrapper {
  background-color: #1a1a1a; }
  #onlineVyuka #dashboardWrapper #container > .left {
    background-color: #1a1a1a; }
  #onlineVyuka #dashboardWrapper #container > .left #dashboardMenu a {
    color: #fff; }
  @media (min-width: 60em) {
        #onlineVyuka #dashboardWrapper #container > .left {
          border-right: solid 0.125rem #fff; } }
  #onlineVyuka #dashboardWrapper #container > .right {
    background-color: #1a1a1a; }
  #onlineVyuka #dashboardWrapper #container > .right #dashboardHeader h1 {
    color: #fff; }
  #onlineVyuka #dashboardWrapper #container > .right .container {
    box-sizing: border-box;
    padding: 0 2rem; }
  #onlineVyuka #dashboardWrapper #container > .right .container .hint {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff; }
  #onlineVyuka #dashboardWrapper #container > .right .container > .buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0.5rem; }
  #onlineVyuka #dashboardWrapper #container > .right .container > .buttons button {
    background-color: #fbe339;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    min-width: 12rem;
    color: #000; }
  #onlineVyuka #dashboardWrapper #container > .right .container > .buttons button[name="demo"] {
    background-color: transparent;
    border: solid 1px #fbe339;
    margin-bottom: 0.5rem;
    color: #fbe339; }
  #onlineVyuka #dashboardWrapper #container > .right .container > .buttons button .plus {
    background-image: url("/static/img/icons/plus-black.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0.75rem 0.75rem;
    display: inline-block;
    margin-right: 0.25rem;
    width: 0.75rem;
    height: 0.75rem; }
  #onlineVyuka #dashboardWrapper #container > .right .container .explain {
    text-align: center;
    margin-bottom: 1rem; }
  @media (min-width: 35em) {
          #onlineVyuka #dashboardWrapper #container > .right .container .buttons {
            flex-direction: row; }
            #onlineVyuka #dashboardWrapper #container > .right .container .buttons button, #onlineVyuka #dashboardWrapper #container > .right .container .buttons button[name="demo"] {
              margin-bottom: 0.5rem; }
              #onlineVyuka #dashboardWrapper #container > .right .container .buttons button + button, #onlineVyuka #dashboardWrapper #container > .right .container .buttons button[name="demo"] + button {
                margin-left: 1rem; }
          #onlineVyuka #dashboardWrapper #container > .right .container .explain {
            text-align: left; } }
  #onlineVyuka #dashboardWrapper #container > .right .container .online-streams {
    box-sizing: border-box;
    width: 100%; }
  #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box {
    position: relative;
    border-radius: 0.5rem;
    border-style: solid;
    box-sizing: border-box;
    border-width: 2px;
    padding: 1rem;
    margin-bottom: 1rem; }
    #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box.type4 {
      background-color: #fbf8e3;
      border-color: #fbe339; }
    #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top {
        width: 100%; }
        #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left {
          flex: 1 1 auto;
          width: 100%;
          margin-bottom: 0; }
        #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left .subject-and-datetime {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 0.5rem; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left .subject-and-datetime .subject {
            font-size: 0.9rem;
            font-weight: bold; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left .subject-and-datetime .datetime {
            font-size: 0.75rem; }
        #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form {
          display: flex;
          flex-direction: column;
          align-items: center; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row {
            width: 100%;
            max-width: 30rem; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row input[name="subject"], #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row select, #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row textarea {
            width: 100%; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row select {
            background-color: transparent; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row textarea {
            min-height: 5rem;
            height: auto;
            max-width: 35rem;
            margin: 0 auto;
            text-align: left; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row .explain {
            text-align: left; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row.date-and-time > div {
            display: flex; }
            #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row.date-and-time > div .inlineDatePicker, #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row.date-and-time > div .timePicker {
              margin-bottom: 0; }
            #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row.date-and-time > div .inlineDatePicker {
              margin-right: 0.5rem; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row.text {
            margin-bottom: 1rem; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row.buttons {
            margin-bottom: 1rem; }
            #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row.buttons button {
              background-color: #fbe339;
              border: solid 1px #fbe339;
              margin: 0 0.5rem;
              color: #000; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row.error-message {
            text-align: center;
            margin-bottom: 1rem;
            color: #dd443c; }
          @media (min-width: 25em) {
                  #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row {
                    text-align: left; }
                    #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row.buttons {
                      text-align: center; }
                    #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .left form .row select {
                      max-width: 12.75rem; } }
        #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .right .buttons {
          display: flex;
          flex-direction: column;
          align-items: center; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .right .buttons div {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .right .buttons div.edit-and-delete {
            margin-bottom: 1rem; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .right .buttons div button {
            background-color: #fbe339;
            border: solid 1px #fbe339;
            white-space: nowrap;
            margin-bottom: 1rem;
            width: 100%;
            color: #000; }
            #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .right .buttons div button[name="cancelTerm"] {
              background-color: #ff7f50;
              border-color: #ff7f50;
              color: #fff; }
            #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .right .buttons div button[name="delete"] {
              background-color: #dd443c;
              border-color: #dd443c;
              color: #fff; }
          @media (min-width: 30em) {
                  #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .right .buttons div {
                    flex-direction: row; }
                    #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .right .buttons div button {
                      margin: 0 0.5rem;
                      width: initial;
                      min-width: 10rem; } }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .right .buttons button[name="chooseTerm"] {
            background-color: #fbe339;
            color: #000; }
          #onlineVyuka #dashboardWrapper #container > .right .container .online-streams .online-stream .box .first-block .top .right .buttons a.button.enter {
            background-color: #41d84c; }

#onlineVyukaSoon #dashboardWrapper .right .container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #onlineVyukaSoon #dashboardWrapper .right .container img {
    flex-shrink: 0;
    margin-bottom: 1rem;
    width: calc(100% - 2rem);
    max-width: 20rem; }

#setting .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem; }
  #setting .container .row {
    margin-bottom: 1rem;
    text-align: center; }
  #setting .container .row .label {
    margin-bottom: 0.5rem; }
  #setting .container .row .nameAndSurname, #setting .container .row .email, #setting .container .row .className {
    font-weight: bold; }
  #setting .container .error-message {
    width: 100%;
    height: 20px;
    color: #f00;
    text-align: center;
    padding: 1rem 0; }

#sharedPosts #container .right > .container {
  box-sizing: border-box;
  padding: 1rem 2rem; }
  #sharedPosts #container .right > .container .filters, #sharedPosts #container .right > .container .order {
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  #sharedPosts #container .right > .container .filters .title, #sharedPosts #container .right > .container .order .title {
    font-weight: bold;
    width: 100%; }
  #sharedPosts #container .right > .container .filters label, #sharedPosts #container .right > .container .order label {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 0.75rem;
    margin-bottom: 0.5rem; }
  #sharedPosts #container .right > .container .posts .post fieldset {
    position: relative;
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 1rem; }
  #sharedPosts #container .right > .container .posts .post fieldset legend {
    font-weight: bold;
    font-size: 1.25rem; }
  #sharedPosts #container .right > .container .posts .post fieldset.type1 {
    background-color: #fff5f2;
    border-color: #ff7f50; }
  #sharedPosts #container .right > .container .posts .post fieldset.type1 legend {
    color: #ff7f50; }
  #sharedPosts #container .right > .container .posts .post fieldset.type1 .usage {
    border: 1px solid #ff7f50;
    color: #ff7f50; }
  #sharedPosts #container .right > .container .posts .post fieldset.type2 {
    background-color: #f1f9ff;
    border-color: #4682b4; }
  #sharedPosts #container .right > .container .posts .post fieldset.type2 legend {
    color: #4682b4; }
  #sharedPosts #container .right > .container .posts .post fieldset.type2 .usage {
    border: 1px solid #4682b4;
    color: #4682b4; }
  #sharedPosts #container .right > .container .posts .post fieldset .block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #sharedPosts #container .right > .container .posts .post fieldset .block .usage {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    display: flex;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 0.25rem 0.75rem; }
  #sharedPosts #container .right > .container .posts .post fieldset .block .usage img {
    width: 1rem;
    margin-right: 0.5rem; }
  #sharedPosts #container .right > .container .posts .post fieldset .block .top {
    width: 100%;
    margin-bottom: 1rem; }
  #sharedPosts #container .right > .container .posts .post fieldset .block .top .subject {
    font-weight: bold;
    margin-bottom: 0.5rem; }
  #sharedPosts #container .right > .container .posts .post fieldset .block .top .video {
    max-width: 30rem;
    width: 100%;
    margin: 0.5rem auto; }
  #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem; }
    #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment {
      font-size: 0.875rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 0.5rem;
      width: calc(50% - .5rem); }
      #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment.placeholder {
        margin-bottom: 0;
        height: 0; }
      @media (min-width: 25em) {
              #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment {
                width: calc(100% / 3 - .5rem); } }
      @media (min-width: 30em) {
              #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment {
                width: calc(25% - .5rem); } }
      @media (min-width: 35em) {
              #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment {
                width: calc(20% - .5rem); } }
      @media (min-width: 40em) {
              #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment {
                width: calc(100% / 6 - .5rem); } }
      @media (min-width: 45em) {
              #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment {
                width: calc(100% / 7 - .5rem); } }
      @media (min-width: 50em) {
              #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment {
                width: calc(100% / 8 - .5rem); } }
      #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment a[name="attachment-view"] {
        margin-bottom: 0.25rem;
        display: block; }
      #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment img {
        margin: auto;
        display: block; }
        #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment img.preview {
          width: 4rem;
          height: 3rem;
          object-fit: contain; }
        #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment img.icon {
          width: 3rem;
          height: 3rem; }
      #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment .name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0.75rem; }
      #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment .delete {
        background-color: #dd443c; }
      #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment .download {
        background-color: #4682b4;
        font-size: 0.75rem; }
      #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment .download, #sharedPosts #container .right > .container .posts .post fieldset .block .top .attachments .attachment .delete {
        min-width: 0;
        min-height: 0;
        height: max-content;
        line-height: 0.875rem;
        padding: 0.125rem 0.5rem;
        margin: auto;
        display: block; }
  #sharedPosts #container .right > .container .posts .post fieldset .block .bottom {
    width: 100%; }
  #sharedPosts #container .right > .container .posts .post fieldset .block .bottom .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #sharedPosts #container .right > .container .posts .post fieldset .block .bottom .buttons .use {
      border: 1px solid #4682b4;
      color: #4682b4;
      background-color: transparent; }

#students #dashboardWrapper .right .container {
  padding: 1rem 2rem; }
  #students #dashboardWrapper .right .container .linkSharingComponent {
    margin-bottom: 2rem; }
  #students #dashboardWrapper .right .container h3 {
    margin-bottom: 0.5rem; }
  #students #dashboardWrapper .right .container .students, #students #dashboardWrapper .right .container .teachers {
    margin-left: 1rem; }
  #students #dashboardWrapper .right .container .students tr td, #students #dashboardWrapper .right .container .teachers tr td, #students #dashboardWrapper .right .container .students tr th, #students #dashboardWrapper .right .container .teachers tr th {
    padding: 0 0.5rem; }
  #students #dashboardWrapper .right .container .students tr td .recover, #students #dashboardWrapper .right .container .teachers tr td .recover, #students #dashboardWrapper .right .container .students tr th .recover, #students #dashboardWrapper .right .container .teachers tr th .recover {
    background-color: #4682b4; }
  #students #dashboardWrapper .right .container .students tr td.solutions, #students #dashboardWrapper .right .container .teachers tr td.solutions, #students #dashboardWrapper .right .container .students tr th.solutions, #students #dashboardWrapper .right .container .teachers tr th.solutions {
    text-align: center; }
  #students #dashboardWrapper .right .container .invite-teacher-wrap .error-message {
    color: #dd443c; }
  #students #dashboardWrapper .right .container .invite-teacher-wrap .confirmation-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 2rem auto;
    padding: 0 1rem; }
  #students #dashboardWrapper .right .container .invite-teacher-wrap .confirmation-wrap .checkmark {
    flex-shrink: 0;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem; }

#classroomPupilRegister h2 {
  text-align: center; }
  #classroomPupilRegister .school {
    text-align: center;
    margin-bottom: 2rem; }
  #classroomPupilRegister .box-wrap {
    width: 30rem;
    margin: 0 auto 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #classroomPupilRegister .box-wrap .box {
    width: 100%;
    color: black;
    border: 1px solid #41d84c;
    background-color: rgba(65, 216, 76, .1);
    border-radius: 0.25rem;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 0.5rem; }
  #classroomPupilRegister .box-wrap .box:hover {
    background-color: rgba(65, 216, 76, .4); }
  #classroomPupilRegister .box-wrap .box:nth-child(2n) {
    border-color: #ff7f50;
    background-color: rgba(255, 127, 80, .1); }
  #classroomPupilRegister .box-wrap .box:nth-child(2n):hover {
    background-color: rgba(255, 127, 80, .4); }
  #classroomPupilRegister .error-message {
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem; }
  #classroomPupilRegister .switch-process {
    text-align: center; }
  #classroomPupilRegister form {
    width: 20rem;
    margin: auto; }
  #classroomPupilRegister form a.login {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 0.75rem; }
  #classroomPupilRegister form .row {
    margin-bottom: 1rem; }
  #classroomPupilRegister form .row input:not([type="checkbox"]) {
    width: 100%; }
  #classroomPupilRegister form .row #togglePassword {
    cursor: pointer;
    z-index: 2;
    width: 1.5rem;
    float: right;
    top: -1.5rem;
    right: 0.5rem;
    position: relative; }

#faq #container .content {
  max-width: 60rem; }
  #faq #container .content .item {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    margin-bottom: 1rem;
    border: 2px solid #ff7f50;
    box-sizing: border-box;
    padding: 1rem; }
  #faq #container .content .item .question {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ff7f50; }

#gallery #container {
  justify-content: center;
  display: flex; }
  #gallery #container img {
    box-sizing: border-box;
    padding: 1rem;
    margin: 1rem;
    object-fit: cover;
    width: 10rem;
    height: 10rem;
    border: 1px solid black;
    -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 0.25rem rgba(0, 0, 0, .7);
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, .7);
    transition: 0.25s all; }
  #gallery #container img:hover {
    -webkit-box-shadow: 0 0 0.25rem 0.125rem rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 0.25rem 0.125rem rgba(0, 0, 0, .7);
    box-shadow: 0 0 0.25rem 0.125rem rgba(0, 0, 0, .7);
    cursor: pointer; }

#home #container #myClassrooms {
  border-bottom: 1px solid #9896a4;
  padding: 1rem;
  box-sizing: border-box;
  position: relative; }
  #home #container #myClassrooms .classrooms {
    justify-content: center; }
  #home #container .block {
    box-sizing: border-box;
    padding: 1rem 2rem;
    width: 100%; }
  #home #container .block .container {
    margin: auto;
    width: 100%;
    max-width: 80rem; }
  #home #container .block.aboutUs .container p {
    text-align: center;
    font-size: 1rem; }
  @media (min-width: 35rem) {
            #home #container .block.aboutUs .container p {
              font-size: 1.5rem; } }
  #home #container .block.teacher-and-pupil .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  #home #container .block.teacher-and-pupil .container .box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    max-width: 30rem; }
  #home #container .block.teacher-and-pupil .container .box .coverage {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%; }
  #home #container .block.teacher-and-pupil .container .box .coverage p {
    flex-grow: 1; }
  #home #container .block.teacher-and-pupil .container .box .coverage a {
    padding: 0.5rem; }
  #home #container .block.teacher-and-pupil .container .box img {
    margin-left: 1rem;
    width: 6rem;
    flex-shrink: 0; }
  @media (min-width: 35rem) {
              #home #container .block.teacher-and-pupil .container .box img {
                width: 10rem; }
                #home #container .block.teacher-and-pupil .container .box img.student, #home #container .block.teacher-and-pupil .container .box img.teacher {
                  margin-top: 2rem; } }
  #home #container .block.numbers {
    background-color: #383838; }
  #home #container .block.numbers .container {
    display: flex;
    justify-content: center; }
  #home #container .block.numbers .container .content {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem; }
  #home #container .block.numbers .container .content p {
    margin: 0;
    font-size: 1.3rem;
    color: white; }
  #home #container .block.numbers .container .content .number {
    padding: 0 1rem;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fbe339; }
  #home #container .block.videos {
    background-color: #fbf8e3; }
  #home #container .block.videos .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  #home #container .block.videos .container .video {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 30rem; }
  #home #container .block.videos .container .video video {
    width: 100%; }
  @media (min-width: 60em) {
      #home #container .block.teacher-and-pupil .container, #home #container .block.videos .container {
        flex-direction: row;
        justify-content: space-between; }
        #home #container .block.teacher-and-pupil .container .box, #home #container .block.videos .container .box, #home #container .block.teacher-and-pupil .container .video, #home #container .block.videos .container .video {
          width: calc(50% - 1rem);
          max-width: initial; }
        #home #container .block.teacher-and-pupil .container .box, #home #container .block.videos .container .box {
          margin-bottom: 2rem; }
      #home #container .block.teacher-and-pupil .container {
        align-items: initial; }
      #home #container .block.videos .container {
        align-items: start; }
        #home #container .block.videos .container .video {
          margin-bottom: 1rem; } }
  #home .cooperation {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #9896a4;
    padding: 1rem 0;
    flex-wrap: wrap; }
  #home .cooperation img {
    max-height: 1.5rem;
    padding-left: 1rem; }

#mOnlineLessonTermPicker .modalWrapper {
  max-width: 40rem; }
  #mOnlineLessonTermPicker .modalWrapper .loader {
    width: 5rem;
    height: 5rem;
    background-image: url("/static/img/loader.gif");
    background-size: 5rem 5rem;
    margin: 5rem auto; }
  #mOnlineLessonTermPicker .modalWrapper .body .date {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem; }
  #mOnlineLessonTermPicker .modalWrapper .body .date a.arrow-left, #mOnlineLessonTermPicker .modalWrapper .body .date a.arrow-right {
    text-decoration: none;
    font-size: 1.75rem;
    color: #000; }
  #mOnlineLessonTermPicker .modalWrapper .body .date .inlineDatePicker {
    margin: 0 0.5rem 0; }
  #mOnlineLessonTermPicker .modalWrapper .body .explain {
    margin-bottom: 1rem; }
  #mOnlineLessonTermPicker .modalWrapper .body .external .time {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  #mOnlineLessonTermPicker .modalWrapper .body .external .time .text {
    margin-bottom: 0.5rem; }
  #mOnlineLessonTermPicker .modalWrapper .body .external .repeatLesson {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem; }
  #mOnlineLessonTermPicker .modalWrapper .body .external textarea {
    max-width: 35rem;
    width: 100%; }
  #mOnlineLessonTermPicker .modalWrapper .body table {
    margin: auto; }
  #mOnlineLessonTermPicker .modalWrapper .body table th, #mOnlineLessonTermPicker .modalWrapper .body table td {
    min-width: 5rem; }
  #mOnlineLessonTermPicker .modalWrapper .body table th.time, #mOnlineLessonTermPicker .modalWrapper .body table td.time {
    text-align: left; }
  #mOnlineLessonTermPicker .modalWrapper .body table th div.capacity, #mOnlineLessonTermPicker .modalWrapper .body table td div.capacity {
    margin-right: 0.5rem; }
  #mOnlineLessonTermPicker .modalWrapper .body table th div.capacity .premium-note, #mOnlineLessonTermPicker .modalWrapper .body table td div.capacity .premium-note {
    font-size: 0.75rem;
    color: #b4b4b4; }
  #mOnlineLessonTermPicker .modalWrapper .body .error-message {
    margin-top: 1rem;
    color: #dd443c; }

#najitTridu #container .content .row {
  width: 40rem;
  margin: auto;
  margin-bottom: 2rem; }
  #najitTridu #container .content .row .label {
    margin-bottom: 0.5rem; }
  #najitTridu #container .content .row.classrooms-wrap .classrooms {
    display: flex;
    flex-wrap: wrap; }
  #najitTridu #container .content .row.classrooms-wrap .classrooms .classroom {
    width: calc(100% - 1rem);
    border-radius: 0.25rem;
    padding: 1.5rem;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 6rem;
    margin-right: 1rem;
    margin-bottom: 1rem; }
  #najitTridu #container .content .row.classrooms-wrap .classrooms .classroom.green {
    color: #41d84c;
    border: 1px solid #41d84c;
    background-color: #eaf2e8; }
  #najitTridu #container .content .row.classrooms-wrap .classrooms .classroom.red {
    color: #ff7f50;
    border: 1px solid #ff7f50;
    background-color: rgba(255, 127, 80, .3); }
  @media (min-width: 25rem) {
              #najitTridu #container .content .row.classrooms-wrap .classrooms .classroom {
                width: calc(50% - 1rem); } }
  @media (min-width: 50rem) {
              #najitTridu #container .content .row.classrooms-wrap .classrooms .classroom {
                width: calc(33% - 1rem); } }
  @media (min-width: 70rem) {
              #najitTridu #container .content .row.classrooms-wrap .classrooms .classroom {
                width: calc(25% - 1rem); } }

#oProjektu #container .content {
  text-align: center; }
  #oProjektu #container .content h1 {
    margin-bottom: 2rem; }
  #oProjektu .cooperation {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #9896a4;
    padding: 1rem 0;
    flex-wrap: wrap; }
  #oProjektu .cooperation img {
    max-height: 1.5rem;
    padding-left: 1rem; }

#stream {
  background-color: #1a1a1a; }
  #stream .container {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  #stream .container .header {
    background-color: #101010;
    border-bottom: solid 1px #595959;
    box-sizing: border-box;
    padding: 1rem 2rem;
    width: 100%; }
  #stream .container .header .top {
    display: flex;
    flex-direction: column; }
  #stream .container .header .top h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    text-align: center;
    box-sizing: border-box;
    font-size: 1rem;
    width: 100%;
    color: #fbe339; }
  #stream .container .header .top .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  #stream .container .header .top .buttons a {
    box-sizing: border-box;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 18em; }
  #stream .container .header .top .buttons a:last-child {
    margin-bottom: 0; }
  #stream .container .header .top .buttons a.invite, #stream .container .header .top .buttons a.switch-to-owner-view {
    background-color: #4682b4;
    border: solid 1px #4682b4;
    color: #fff; }
  #stream .container .header .top .buttons a.leave {
    background-color: transparent;
    border: solid 1px #fbe339;
    color: #fbe339; }
  #stream .container .header .top .buttons a.open-hint {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    width: 2rem;
    font-size: 1.25rem;
    font-weight: bold;
    border: 1px solid #fbe339;
    color: #fbe339;
    text-decoration: none; }
  @media (min-width: 30em) {
          #stream .container .header .top .buttons {
            flex-direction: row;
            justify-content: center; }
            #stream .container .header .top .buttons a {
              margin-bottom: 0;
              width: initial;
              min-width: 10rem; }
              #stream .container .header .top .buttons a.open-hint {
                min-width: initial;
                order: -2; }
              #stream .container .header .top .buttons a.reload, #stream .container .header .top .buttons a.invite, #stream .container .header .top .buttons a.switch-to-owner-view, #stream .container .header .top .buttons a.open-hint {
                margin-right: 1rem; } }
  @media (min-width: 50em) {
        #stream .container .header .top {
          flex-direction: row;
          justify-content: space-between; }
          #stream .container .header .top h1 {
            text-align: left;
            font-size: 1.5rem;
            margin: 0 1rem 0 0; }
          #stream .container .header .top .buttons {
            flex-shrink: 0;
            width: initial; } }
  #stream .container .header .sharing-box {
    box-sizing: border-box;
    padding: 1rem 0 0;
    display: none; }
  #stream .container .header .sharing-box.visible {
    display: block; }
  #stream .container .header .sharing-box p, #stream .container .header .sharing-box .linkSharingComponent {
    max-width: 40rem; }
  #stream .container .header .sharing-box p {
    font-size: 1rem;
    color: #fff; }
  #stream .container .header .sharing-box .linkSharingComponent input[name="lscLink"] {
    background-color: #fff; }
  #stream .container .header .sharing-box .linkSharingComponent input[name="submit"] {
    background-color: #fbe339;
    color: #000; }
  #stream .container .header .sharing-box a.klikev {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem; }
  #stream .container .header .sharing-box a.klikev .arrow {
    background-image: url("/static/img/icons/klikev.svg");
    background-repeat: no-repeat;
    background-size: 3rem 0.75rem;
    margin-bottom: 0.25rem;
    width: 3rem;
    height: 0.75rem; }
  #stream .container .header .sharing-box a.klikev .title {
    text-transform: uppercase;
    color: #fbe339;
    font-size: 0.75rem; }
  #stream .container #onlineLesson {
    flex-grow: 1; }
  #stream .container .stream-finished {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    min-height: 10rem;
    color: #fbe339; }
  #stream .container form[name="feedback"], #stream .container .thanks-for-feedback {
    background-color: #fff;
    border-radius: 0.5rem;
    box-sizing: border-box;
    margin: 0 auto 2rem;
    padding: 1rem 2rem;
    width: calc(100% - 2rem); }
  #stream .container form[name="feedback"] {
    max-width: 40rem; }
  #stream .container form[name="feedback"] h2 {
    margin-bottom: 1rem; }
  #stream .container form[name="feedback"] .row {
    margin-bottom: 1rem;
    width: 100%; }
  #stream .container form[name="feedback"] .row label {
    margin-bottom: 0.5rem; }
  #stream .container form[name="feedback"] .row label input {
    margin-right: 0.5rem; }
  #stream .container form[name="feedback"] .row textarea {
    box-sizing: border-box;
    width: 100%; }
  #stream .container form[name="feedback"] .row.buttons, #stream .container form[name="feedback"] .row.error-message {
    text-align: center; }
  #stream .container form[name="feedback"] .row.buttons input[name="send"] {
    width: 100%;
    max-width: 15rem; }
  #stream .container form[name="feedback"] .row.error-message {
    color: #dd443c; }
  #stream .container .thanks-for-feedback {
    max-width: 30rem; }
  #stream .container .thanks-for-feedback .title {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1rem; }

#test {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #test h1 {
    text-align: center;
    background-color: #f8786b;
    padding: 1rem;
    width: 100%;
    color: #fff; }
  #test .image {
    background-color: #fec;
    width: 50%;
    height: calc(50vw / 3 * 2); }
  #test .image .paintingTool {
    width: 100%;
    height: 100%; }

#videoTester video {
  margin: auto;
  width: 40rem;
  height: 22.5rem; }
  #videoTester video:first-child {
    display: block;
    z-index: 5; }

#webrtc {
  box-sizing: border-box;
  padding: 2rem 1rem; }
  #webrtc textarea#localDescription, #webrtc textarea#remoteDescription {
    resize: vertical !important;
    width: 100%;
    min-height: 10rem;
    overflow: auto !important; }

#zapomenuteHeslo #container .content {
  display: flex;
  justify-content: center; }
  #zapomenuteHeslo #container .content form {
    margin: auto;
    margin-top: 2rem; }
  #zapomenuteHeslo #container .content form .row {
    margin-bottom: 1rem; }
  #zapomenuteHeslo #container .content form .row label {
    margin-bottom: 0.5rem; }
  #zapomenuteHeslo #container .content form .row input[type='text'], #zapomenuteHeslo #container .content form .row input[type='password'] {
    width: 15rem; }
  #zapomenuteHeslo #container .content form .row.buttons {
    display: flex;
    justify-content: center; }
  #zapomenuteHeslo #container .content form .row.error-message {
    text-align: center;
    color: #dd443c; }
  #zapomenuteHeslo #container .content .confirmation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #zapomenuteHeslo #container .content .confirmation > div {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 40px; }
  #zapomenuteHeslo #container .content .confirmation > div .checkmark {
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-right: 20px;
    width: 50px;
    height: 50px; }
  #zapomenuteHeslo #container .content .confirmation > div .announcement {
    text-align: center;
    font-size: 20px;
    font-weight: 200; }
  #zapomenuteHeslo #container .content .confirmation button {
    min-width: 200px; }

#zpracovaniOsobnichUdaju #container .content {
  text-align: center; }
  #zpracovaniOsobnichUdaju #container .content h1 {
    margin-bottom: 2rem; }
  #zpracovaniOsobnichUdaju #container .content .text {
    text-align: left;
    max-width: 50rem;
    margin: auto; }
  #zpracovaniOsobnichUdaju #container .content .text h4 {
    font-weight: bold; }
