@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: 200;
  src: url("/static/fonts/barlow/thin.ttf") format("truetype"); }

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

@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: bold;
  src: url("/static/fonts/barlow/semi-bold.ttf") format("truetype"); }

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

@font-face {
  font-family: Barlow;
  font-style: italic;
  font-weight: bold;
  src: url("/static/fonts/barlow/semi-bold-italic.ttf") format("truetype"); }

@font-face {
  font-family: GistLight;
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/GistLight/GistLight.otf") format("opentype"); }

@font-face {
  font-family: GistLight;
  font-style: normal;
  font-weight: 100;
  src: url("/static/fonts/GistLight/GistXLight.otf") format("opentype"); }

* {
  max-width: 100%; }

html {
  height: 100%; }

body {
  font-family: arial, helvetica, sans-serif;
  font-size: 1rem;
  min-width: 18rem;
  color: black;
  /*
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: 100%; }
        @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: 204; }

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: none;
  color: #0182ea;
  cursor: pointer; }
  a:hover, .a:hover {
    text-decoration: none; }
    a:hover *, .a:hover * {
      text-decoration: none; }

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

h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 2rem;
  font-weight: normal; }
  @media only screen and (min-width: 60em) {
  h1 {
    font-size: 2.5rem; } }
  h1.aktualita {
    font-size: 1.5rem;
    text-transform: none; }

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

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

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

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

h6 {
  font-family: arial, helvetica, 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%; }

table {
  border-collapse: collapse; }
  table tr td, table tr th {
    padding: 0.125rem 0.25rem; }
    table tr td {
      text-align: center; }
    table tr:nth-child(2n) td {
      background-color: rgba(0, 160, 222, .3); }

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

.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; } }

form .row {
  margin-bottom: 0.75rem; }
  form .row label, form .row .label {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #939393; }
  form .error-message {
    color: #ec1515; }
  form .ok-message {
    color: #38ae0e; }

body .page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  body .page .box {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    padding: 2rem; }
    body .page .box#menu {
      border: none; }
  body .page #pageWrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-grow: 1; }
    body .page #pageWrapper #container {
      flex-grow: 1;
      margin: auto;
      width: 100%; }
      body .page #pageWrapper #container > .content {
        display: flex;
        padding: 0 1rem;
        margin: auto;
        box-sizing: border-box;
        max-width: 100%;
        flex-wrap: wrap; }
        body .page #pageWrapper #container > .content > .left {
          width: 100%; }
        body .page #pageWrapper #container > .content > .right {
          width: 100%; }
          body .page #pageWrapper #container > .content > .right .box {
            background-color: white;
            padding: 2rem;
            position: relative;
            margin-bottom: 1rem; }
            body .page #pageWrapper #container > .content > .right .box .navigation-header {
              position: absolute;
              top: -0.375rem;
              left: 1.5rem;
              background-color: white;
              padding: 0 0.5rem;
              font-size: 0.75rem;
              text-transform: uppercase;
              font-style: normal;
              color: #929292; }
        @media (min-width: 40em) {
    body .page #pageWrapper #container > .content {
      padding-left: 0; }
      body .page #pageWrapper #container > .content > .left {
        width: 12rem; }
      body .page #pageWrapper #container > .content > .right {
        flex: 1 1 auto;
        margin-left: 2rem;
        width: calc(100% - 16rem); } }
        @media (min-width: 80em) {
    body .page #pageWrapper #container > .content {
      margin: auto;
      width: calc(100% - 3rem);
      max-width: 70rem;
      padding: 0; } }

a {
  color: #00a0de; }

h1 {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: black;
  font-size: 2rem;
  text-align: center; }
  h1.library {
    font-family: GistLight, sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    color: #ff882b; }
  h1 .regular {
    font-weight: 300; }
  h1.left {
    text-align: left; }

h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
  margin-bottom: 0.5rem; }
  h2.library {
    font-family: GistLight, sans-serif;
    font-weight: 200;
    color: #ff882b; }

h3 {
  font-family: arial, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: black; }
  h3.library {
    font-size: 0.75rem;
    font-family: GistLight, sans-serif;
    font-weight: 300;
    color: #ff882b; }

h4 {
  font-family: arial, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold; }

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

h6 {
  font-family: arial, helvetica, sans-serif;
  font-size: 0.75rem; }

p {
  font-weight: 400;
  margin-bottom: 0.5rem; }
  p.list-header {
    margin-bottom: 0; }

fieldset {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border: 1px solid #d0d0d0;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box; }
  fieldset legend {
    color: #7c7c7c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem; }

.highlight, .definition, .author-comment, .citation {
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  text-align: center;
  margin-top: 1.5rem; }
  .highlight:before, .definition:before, .author-comment:before, .citation:before {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 3px solid black;
    content: "";
    color: black;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    top: -1rem;
    left: 0.5rem;
    background-color: white; }

.highlight {
  border: solid 3px #d84e43;
  background-color: rgba(216, 78, 67, 0.15); }
  .highlight:before {
    border: 3px solid #d84e43;
    content: "";
    color: #d84e43;
    background-image: url("/static/img/lesson/k-zapamatovani.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.8rem; }

.definition {
  border: solid 3px #ffae00;
  background-color: rgba(255, 174, 0, 0.15); }
  .definition:before {
    border: 3px solid #ffae00;
    content: "=";
    color: #ffae00; }

.author-comment {
  border: solid 3px #67b295;
  background-color: rgba(103, 178, 149, 0.15); }
  .author-comment:before {
    border: 3px solid #67b295;
    content: "komentář autora";
    color: #67b295;
    border-radius: 1rem;
    width: auto;
    padding: 0 0.5rem; }

.citation {
  border: solid 3px #13d6d4;
  background-color: rgba(19, 214, 212, 0.15); }
  .citation:before {
    border: 3px solid #13d6d4;
    content: "\"";
    color: #13d6d4; }

span.yellow, span.red, span.green {
  padding: 0 0.25rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem; }
  span.yellow {
    background-color: #f6d99a;
    box-shadow: 0 0 5px 1px #f6d99a; }
  span.red {
    background-color: #ee9097;
    box-shadow: 0 0 5px 1px #ee9097; }
  span.green {
    background-color: #c6f1da;
    box-shadow: 0 0 5px 1px #c6f1da; }

ul, ol {
  list-style: none; }
  ul li, ol li {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.5rem; }
  ul li b, ol li b {
    margin-right: 0.25rem; }
  ul li::before, ol li::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #f167ae;
    margin-right: 0.5rem;
    flex: 0 0 auto; }
  ul.checkboxes li::before, ol.checkboxes li::before {
    background-image: url("/static/img/shrnuti-fajfka-mala.png");
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
    border-radius: unset; }

ol {
  counter-reset: list-counter; }
  ol li {
    counter-increment: list-counter; }
  ol li::before {
    content: counter(list-counter);
    color: white;
    width: 1.375rem;
    height: 1.375rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }

.example ul li::before {
  background-color: #d8761f; }

.definition ul {
  margin-bottom: 0; }
  .definition ul li::before {
    background-color: #ffae00; }

.new-content input[type='text'], .new-content textarea {
  width: 20rem; }

[contenteditable] {
  border: 1px solid #d4d3d3;
  min-width: 1rem;
  min-height: 1rem; }
  [contenteditable]:focus {
    outline: none;
    box-shadow: 0 0 5px 1px #d4d3d3; }

span[contenteditable] {
  display: inline-block; }

.action-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.75rem;
  background-color: #00a0deaa; }
  .action-icon:hover {
    background-color: #00a0deff;
    cursor: pointer; }
  .action-icon.edit, .action-icon.save, .action-icon.close, .action-icon.delete, .action-icon.add {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem; }
  .action-icon.edit .icon, .action-icon.save .icon, .action-icon.close .icon, .action-icon.delete .icon, .action-icon.add .icon {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0; }
  .action-icon.delete {
    background-color: #e3545caa; }
  .action-icon.delete:hover {
    background-color: #e3545cff; }
  .action-icon.text {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    padding: 0 0.5rem;
    margin-right: 0.5rem; }
  .action-icon.add .icon {
    transform: rotate(45deg); }

#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; }
  #adminTable .buttons .bulk-actions {
    visibility: hidden; }
    #adminTable .buttons .bulk-actions.visible {
      visibility: visible; }
  #adminTable table {
    margin-bottom: 0;
    min-width: 100%;
    border: 1px solid #d4d3d3; }
  #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 {
    border: solid 1px #d4d3d3;
    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%;
        border-radius: 0;
        font-weight: normal;
        margin: 0; }
      #adminTable table thead tr.tools th .column-search > input {
        font-size: 0.75rem;
        min-width: 4rem;
        padding: 0.1rem 0.25rem; }
      #adminTable table thead tr.tools th .column-search select {
        min-width: 6rem;
        padding-left: 0.15rem;
        font-size: 0.75rem; }
      #adminTable table thead tr.tools th .column-search .date-range .picker-wrap {
        display: flex;
        align-items: baseline;
        justify-content: center; }
        #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .label {
          margin-right: 0.25rem; }
        #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker {
          margin: 0 0 0.25rem;
          padding: 0.25rem 0.15rem;
          width: 5.5rem;
          height: auto; }
          #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input {
            font-size: 0.75rem;
            height: auto; }
            #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input[name='year'] {
              width: 1.8rem; }
            #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input[name='day'], #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input[name='month'] {
              width: 0.8rem; }
        #adminTable table thead tr.tools th .column-search .date-range .buttons input {
          border-radius: 0.125rem;
          font-size: 0.625rem;
          margin: 0.25rem 0.125rem;
          padding: 0 0.25rem;
          min-width: 4rem;
          line-height: 1.25rem; }
          #adminTable table thead tr.tools th .column-search .date-range .buttons input.delete {
            margin-right: 0.25rem; }
  #adminTable table tbody tr td {
    border: solid 1px #d4d3d3;
    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, #adminTable table tbody tr td .actions a.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; }
      #adminTable table tbody tr td .actions input[type="button"][name='delete'], #adminTable table tbody tr td .actions button[name='delete'], #adminTable table tbody tr td .actions a.button[name='delete'] {
        background-color: ; }

#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);
  bottom: 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; } }

#fbLoginButton {
  background-color: #314fb3; }

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: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  background-color: #00a0de;
  border: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.75rem;
  padding: 0.5rem 2rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  font-weight: bold;
  border: 2px solid #00a0de; }
  button img, input[type="button"] img, input[type="submit"] img, a.button img {
    margin-right: 0.5rem; }
  button.small, input[type="button"].small, input[type="submit"].small, a.button.small {
    border-radius: 1.625rem;
    -webkit-border-radius: 1.625rem;
    -moz-border-radius: 1.625rem;
    font-size: 0.75rem;
    padding: 0.125rem 1.5rem;
    line-height: 1.5rem;
    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;
    padding: 0.75rem 1.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; }
  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: white;
    color: #00a0de;
    border: 2px solid #00a0de; }
  button.secondary, input[type="button"].secondary, input[type="submit"].secondary, a.button.secondary {
    background-color: white;
    color: #00a0de;
    border: 2px solid #00a0de; }
  button.abort, input[type="button"].abort, input[type="submit"].abort, a.button.abort {
    background-color: #f9b34b; }
  button.danger, input[type="button"].danger, input[type="submit"].danger, a.button.danger {
    background-color: #e91c1c; }
  button.danger.inverse, input[type="button"].danger.inverse, input[type="submit"].danger.inverse, a.button.danger.inverse {
    background-color: white;
    border-color: #e91c1c;
    color: #e91c1c; }
  button.yellow, input[type="button"].yellow, input[type="submit"].yellow, a.button.yellow {
    background-color: #f9c001; }
  button.image, input[type="button"].image, input[type="submit"].image, a.button.image {
    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; }
  button.navigation, input[type="button"].navigation, input[type="submit"].navigation, a.button.navigation {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #d5eef5;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  button.navigation img, input[type="button"].navigation img, input[type="submit"].navigation img, a.button.navigation img {
    margin: 0; }

input[type="checkbox"] {
  border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  outline: none;
  margin-right: 1rem;
  border: 1px solid #d0d0d0;
  flex-shrink: 0; }
  input[type="checkbox"]:active:not(:disabled), input[type="checkbox"]: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="checkbox"]:focus {
    box-shadow: 0 0 5px 1px #d4d3d3; }
  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);
    background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-08.svg');
    border: none; }
  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; }

.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;
      justify-content: center; }
    .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 #d4d3d3;
  margin-bottom: 1rem;
  padding: 0.25rem;
  width: 7.5rem;
  height: 1.75rem;
  line-height: 1.75; }
  .inlineDatePicker .dayName {
    text-transform: uppercase;
    width: 1.5rem;
    color: #a1a1a1; }
  .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;
    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.125rem;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: arial, helvetica, sans-serif;
  background-color: white;
  font-size: 1rem;
  border: solid 1px #d4d3d3;
  padding: 0.5rem 0.5rem;
  height: 2.5rem;
  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: #00a0de;
    color: #fff; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus {
    outline: none;
    box-shadow: 0 0 5px 1px #d4d3d3; }
  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: #e91c1c;
    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;
  width: 1.5rem;
  height: 1.5rem;
  outline: none;
  margin-right: 1rem;
  position: relative;
  border: 1px solid #d0d0d0; }
  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 #d4d3d3; }
  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);
    background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-06.svg');
    border: none; }
  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 #d4d3d3;
  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 #d4d3d3; }
  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 {
  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: arial, helvetica, sans-serif;
  font-size: 1rem;
  border: solid 1px #d4d3d3;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 4rem;
  line-height: 1.25rem;
  outline: none;
  overflow: auto;
  resize: none; }
  textarea::selection {
    background-color: #00099; }
  textarea:focus {
    box-shadow: 0 0 5px 1px #d4d3d3; }
  textarea.error {
    border-color: #e91c1c; }
  textarea.error:focus {
    box-shadow: 0 0 5px 1px #e91c1c; }
  textarea.error::selection {
    background-color: #e91c1c99; }
  textarea:disabled {
    border-color: #d1d1d1; }

#activeUser {
  display: flex;
  align-items: center;
  position: relative; }
  #activeUser > a {
    display: flex;
    align-items: center; }
  #activeUser > a .user-icon {
    background-image: url("/static/img/icons/user.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem; }
  #activeUser > a .name {
    color: #00a0de;
    font-weight: bold; }
  #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: #00a0de22; }
  #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; }
  #activeUser.menu-visible > a .arrow {
    background-image: url("/static/img/icons/arrow_up.svg"); }

#adminMenu {
  flex-shrink: 0;
  box-sizing: border-box; }
  #adminMenu .content {
    background-color: #fff; }
  #adminMenu .content .section {
    border-bottom: solid 1px #000; }
    #adminMenu .content .section:last-child {
      border-bottom: none; }
    #adminMenu .content .section a.section-head, #adminMenu .content .section .section-items a {
      box-sizing: border-box;
      display: block;
      padding: 0.5rem 1rem;
      width: 100%;
      color: #000; }
    #adminMenu .content .section a.section-head {
      background-color: #00a0de;
      font-size: 0.9rem;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff; }
    #adminMenu .content .section a.section-head:hover {
      text-decoration: none;
      opacity: 0.75; }
    #adminMenu .content .section a.section-head:after {
      content: "";
      display: block;
      border: solid 0.125rem #fff;
      border-bottom: none;
      border-left: none;
      transform: rotate(45deg);
      margin-left: 0.5rem;
      width: 0.5rem;
      height: 0.5rem; }
    #adminMenu .content .section .section-items {
      display: none; }
    #adminMenu .content .section .section-items a {
      font-size: 0.75rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border: solid 1px black; }
    #adminMenu .content .section .section-items a:hover {
      text-decoration: none;
      background-color: #f1f1f1; }
    #adminMenu .content .section .section-items a .number {
      background-color: ;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.625rem;
      box-sizing: border-box;
      border-radius: 100%;
      padding: 0 0.25rem;
      min-width: 1.25rem;
      height: 1.25rem;
      color: #fff; }
    #adminMenu .content .section.open a.section-head {
      border-bottom: solid 1px #000; }
    #adminMenu .content .section.open a.section-head:after {
      transform: rotate(135deg); }
    #adminMenu .content .section.open .section-items {
      display: flex; }

#adminWrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1rem;
  width: 100%; }
  #adminWrapper #adminMenu, #adminWrapper #groupAdminMenu {
    width: 100%; }
  #adminWrapper #container {
    overflow: hidden;
    width: 100%; }
  #adminWrapper #container > .title {
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem; }
    #adminWrapper #container > .title h1 {
      margin-bottom: 0; }
  #adminWrapper #container > .content {
    overflow: auto; }

#footer {
  width: 100%;
  margin-top: 5rem; }
  #footer .block > .content {
    font-size: 0.75rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    padding: 1rem;
    max-width: 80rem; }
    #footer .block > .content a {
      color: black; }
    #footer .block > .content .user {
      display: flex;
      align-items: center; }
  #footer .block.white {
    background-color: #fff;
    color: #000; }
    #footer .block.white > .content {
      justify-content: flex-start;
      align-items: flex-start; }

#header {
  width: 100%; }
  #header > .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    padding: 0.5rem 0;
    width: calc(100% - 3rem);
    max-width: 70rem; }
  #header > .content .left, #header > .content .center, #header > .content .right {
    flex-shrink: 0; }
  #header > .content .left a.tt-logo, #header > .content .center a.logo {
    display: block; }
    #header > .content .left a.tt-logo img, #header > .content .center a.logo img {
      flex-shrink: 0; }
  #header > .content .left a.tt-logo {
    padding: 1.5rem 0 1.25rem; }
    #header > .content .left a.tt-logo img {
      height: 2rem; }
  #header > .content .center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    order: 1; }
    #header > .content .center a.logo img {
      height: 1.5rem; }
  #header > .content .right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #header > .content .right a.button {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 1.75rem;
      border-radius: 0.25rem;
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem;
      font-weight: bold;
      text-transform: none;
      font-size: 1rem; }
  @media (min-width: 40em) {
    #header > .content {
      justify-content: space-between;
      flex-wrap: nowrap; }
      #header > .content .left, #header > .content .right {
        min-width: 10rem; }
      #header > .content .center {
        justify-content: center;
        width: initial;
        order: 0; }
        #header > .content .center a.logo img {
          height: 2rem; } }

#menu {
  padding: 1rem;
  font-size: 0.8rem;
  background-color: #efefef;
  margin-bottom: 1rem; }
  #menu h2 {
    color: #00a0de;
    padding: 0 0.5rem; }
  #menu .placeholder {
    height: 2rem; }
  #menu .menuItem {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    color: black; }
  #menu .menuItem .iconWrapper {
    background-image: url("/static/img/icons/home.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    margin-right: 0.5rem; }
    #menu .menuItem .iconWrapper.courses {
      background-image: url("/static/img/icons/kurzy.svg"); }
  #menu .menuItem.active, #menu .menuItem:hover {
    text-decoration: underline;
    text-decoration-color: #00a0de;
    font-weight: bold; }
    #menu .menuItem.active .iconWrapper.home, #menu .menuItem:hover .iconWrapper.home {
      background-image: url("/static/img/icons/home_blue.svg"); }
    #menu .menuItem.active .iconWrapper.courses, #menu .menuItem:hover .iconWrapper.courses {
      background-image: url("/static/img/icons/kurzy_blue.svg"); }
  @media (min-width: 35em) {
  #menu {
    min-height: 20rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; } }
  @media (min-width: 80em) {
  #menu {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem; } }

#forgottenPassword .confirmation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 2rem auto;
  padding: 0 1rem; }
  #forgottenPassword .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 {
    flex-shrink: 1;
    text-align: left;
    font-size: 1rem;
    font-weight: 200; }

#loginComponent h1 {
  text-align: center;
  margin-bottom: 1rem; }
  #loginComponent form {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center; }
  #loginComponent form .row {
    margin-bottom: 1rem; }
    #loginComponent form .row input[type='text'], #loginComponent form .row input[type='password'], #loginComponent form .row input[type='email'] {
      width: 15rem; }
  #loginComponent .switch-process {
    text-align: center; }

#userRegistrationDone {
  margin: auto; }
  #userRegistrationDone .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto 2rem; }
  #userRegistrationDone .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; }
  #userRegistrationDone .title .label {
    flex-shrink: 0;
    font-size: 1.25rem; }
  #userRegistrationDone .announcement {
    text-align: center;
    font-size: 1rem; }

#userWhisperer input[name="productSearch"], #userWhisperer input[name="userSearch"] {
  margin-bottom: 0;
  width: 100%; }
  #userWhisperer .list {
    display: none;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #d3d5d3;
    border-top: none;
    width: 100%; }
  #userWhisperer .list a {
    font-size: 0.9rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 1.75rem;
    padding: 0 0.5rem; }
    #userWhisperer .list a:hover, #userWhisperer .list a.selected {
      background-color: #00a0de;
      color: #fff; }
  #userWhisperer .list .separator {
    content: "";
    background-color: #d3d5d3;
    margin: auto;
    width: calc(100% - 1rem);
    height: 1px; }
    #userWhisperer .list .separator:last-child {
      display: none; }
  #userWhisperer input[name="productSearch"]:focus + .list, #userWhisperer input[name="userSearch"]:focus + .list {
    display: flex; }

#blockHomeFifth {
  background-color: #00a0de;
  padding: 4rem 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: lighter; }
  @media (min-width: 40em) {
  #blockHomeFifth {
    font-size: 2rem; } }

#blockHomeFourth {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4rem 1rem; }
  #blockHomeFourth .right, #blockHomeFourth .left {
    max-width: 24rem;
    width: 100%;
    margin: 1rem 3rem; }
  #blockHomeFourth .right h2, #blockHomeFourth .left h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #00a0de; }
  #blockHomeFourth .right ul, #blockHomeFourth .left ul, #blockHomeFourth .right ol, #blockHomeFourth .left ol {
    padding: 0; }
    #blockHomeFourth .right ul li, #blockHomeFourth .left ul li, #blockHomeFourth .right ol li, #blockHomeFourth .left ol li {
      align-items: normal;
      margin-bottom: 0.5rem;
      color: #939393; }
    #blockHomeFourth .right ul li:before, #blockHomeFourth .left ul li:before, #blockHomeFourth .right ol li:before, #blockHomeFourth .left ol li:before {
      margin-right: 1rem;
      flex-shrink: 0;
      width: 1.5rem;
      height: 1.5rem;
      background-repeat: no-repeat;
      background-size: 100% 100%; }
  #blockHomeFourth .left ul li:before {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-03.svg'); }
  #blockHomeFourth .right ol {
    list-style-type: none; }
    #blockHomeFourth .right ol li:before {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      content: "";
      background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-04.svg');
      background-color: transparent; }
    #blockHomeFourth .right ol li:nth-child(2):before {
      background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-05.svg'); }
  #blockHomeFourth .lists ul, #blockHomeFourth .lists ol {
    padding-left: 0; }
    #blockHomeFourth .lists ul li, #blockHomeFourth .lists ol li {
      margin-bottom: 0.5rem;
      color: #939393; }
    #blockHomeFourth .lists ul li:before, #blockHomeFourth .lists ol li:before {
      flex-shrink: 0;
      width: 1.5rem;
      height: 1.5rem; }
  #blockHomeFourth .lists ul li {
    align-items: normal; }
    #blockHomeFourth .lists ul li:before {
      background-image: url("/static/img/icons/klikev.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%; }
  #blockHomeFourth .lists ol li:before {
    background-color: #f96a0e; }
  #blockHomeFourth .lists h2 {
    color: #00a0de;
    font-weight: bold;
    margin-bottom: 1rem; }
  #blockHomeFourth .lists .list-wrapper {
    max-width: 80rem;
    padding: 3rem 4rem;
    display: flex;
    justify-content: flex-start;
    margin: auto; }
    #blockHomeFourth .lists .list-wrapper > :first-child {
      margin-right: 2rem; }
    #blockHomeFourth .lists .list-wrapper .list {
      flex-grow: 1; }
    #blockHomeFourth .lists .list-wrapper .image {
      flex-shrink: 0; }
    #blockHomeFourth .lists .list-wrapper.second {
      background-color: #f5f5f5; }
    #blockHomeFourth .lists .list-wrapper.third {
      justify-content: flex-start; }
  #blockHomeFourth .lists .action-button {
    padding: 2rem;
    text-align: center; }

#blockHomeMain {
  background-color: #00a0de; }
  #blockHomeMain .content {
    box-sizing: border-box;
    padding: 0 1rem;
    width: 100%; }
  #blockHomeMain .content .box {
    padding: 1.75rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: none;
    flex-direction: column; }
    #blockHomeMain .content .box h1 {
      font-size: 2.5rem;
      color: white;
      margin-bottom: 1rem;
      text-align: center; }
    #blockHomeMain .content .box .button-wrap {
      margin: 1rem auto 0; }

#blockHomeSecond {
  background-color: white; }
  #blockHomeSecond > .content {
    box-sizing: border-box;
    padding: 2rem;
    width: 100%; }
  #blockHomeSecond > .content .wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    #blockHomeSecond > .content .wrapper .item {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
      width: 10rem;
      height: 10rem;
      padding: 1rem;
      box-sizing: border-box;
      background-color: #13d6d4;
      color: white;
      font-weight: bold;
      font-size: 1.5rem;
      text-align: center; }
  @media (min-width: 60em) {
    #blockHomeSecond > .content .wrapper .item {
      padding: 1rem; } }

#blockHomeSixth {
  padding: 4rem 1rem;
  background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-13.svg');
  background-repeat: no-repeat;
  background-position: 0 400%;
  background-size: 70rem; }
  #blockHomeSixth h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #00a0de;
    text-align: center; }
  #blockHomeSixth .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 50rem;
    width: 100%;
    margin: auto; }
  #blockHomeSixth .cards .card {
    border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -webkit-box-shadow: 0 0 1rem 0.125rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1rem 0.125rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem 0.125rem rgba(0, 0, 0, 0.1);
    width: 12rem;
    height: 15.5rem;
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-bottom: 1rem; }
    #blockHomeSixth .cards .card .image {
      border-top-right-radius: 0.75rem;
      border-top-left-radius: 0.75rem;
      -webkit-border-top-right-radius: 0.75rem;
      -webkit-border-top-left-radius: 0.75rem;
      -moz-border-top-right-radius: 0.75rem;
      -moz-border-top-left-radius: 0.75rem;
      width: 100%;
      height: 6.25rem;
      background-size: cover;
      background-position: center center; }
    #blockHomeSixth .cards .card .title {
      padding: 1rem 1.75rem;
      font-weight: bold;
      flex-grow: 1; }
    #blockHomeSixth .cards .card .choices {
      width: 8.5rem;
      margin: auto;
      margin-bottom: 1.75rem;
      display: flex;
      justify-content: space-between; }
    #blockHomeSixth .cards .card .choices .choice {
      width: 1.5rem;
      height: 1.5rem;
      background-size: 1.5rem 1.5rem; }
    #blockHomeSixth .cards .card .choices .choice.a {
      background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-10.svg'); }
    #blockHomeSixth .cards .card .choices .choice.b {
      background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-11.svg'); }
    #blockHomeSixth .cards .card .choices .choice.c {
      background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-12.svg'); }
    #blockHomeSixth .cards .card .choices.checkbox .choice {
      background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-09.svg'); }
      #blockHomeSixth .cards .card .choices.checkbox .choice.selected {
        background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-08.svg'); }
    #blockHomeSixth .cards .card .choices.radio .choice {
      background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-07.svg'); }
      #blockHomeSixth .cards .card .choices.radio .choice.selected {
        background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-06.svg'); }
    #blockHomeSixth .cards .card:first-child .image {
      background-image: url("/static/img/home/karta_17.png"); }
    #blockHomeSixth .cards .card:nth-child(2) .image {
      background-image: url("/static/img/home/karta_19.png"); }
    #blockHomeSixth .cards .card:nth-child(3) .image {
      background-image: url("/static/img/home/karta_21.png"); }
  #blockHomeSixth .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #blockHomeSixth .buttons a.button {
    text-align: center;
    width: 12rem;
    min-width: initial;
    border: none; }
  @media (min-width: 40em) {
  #blockHomeSixth .cards {
    margin-bottom: 3rem;
    flex-direction: row; } }

#blockHomeThird {
  background-image: url('/static/img/home/bg_pruh.png');
  background-size: cover;
  padding: 4rem 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 40em) {
  #blockHomeThird {
    font-size: 2rem; } }
  #blockHomeThird .strong {
    font-weight: bold; }

.questionBlock {
  padding: 0.5rem;
  display: flex;
  align-items: center; }
  .questionBlock .buttons button {
    border: none;
    width: 1.5rem;
    height: 1.5rem;
    min-height: initial;
    padding: 0;
    justify-content: center;
    align-items: center; }
    .questionBlock .buttons button .icon {
      display: block;
      width: 0.75rem;
      height: 0.75rem;
      background-size: 100%; }
    .questionBlock .buttons button .icon.edit {
      background-image: url("/static/img/icons/icon-pencil.png"); }
    .questionBlock .buttons button .icon.delete {
      background-image: url("/static/img/icons/close.png"); }
    .questionBlock .buttons button:first-child {
      margin-right: 0.25rem; }
  .questionBlock:nth-child(2n+1) {
    background-color: #ececec; }
  .questionBlock .task {
    flex-grow: 1; }

#quizFooter {
  padding: 1rem; }

#quizHeader {
  padding: 1rem; }

#quizPassIntro {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #quizPassIntro .buttons {
    margin-top: 1rem; }

#quizPassNavigation {
  margin-right: auto; }
  #quizPassNavigation button {
    padding: 0.25rem 0.5rem; }
  #quizPassNavigation button.answered {
    background-color: #efefef;
    border: 2px solid #efefef;
    color: #00a0de; }

#quizPassQuestion {
  max-width: 60rem;
  margin: auto;
  text-align: center; }
  #quizPassQuestion .answers {
    width: max-content;
    margin: 2rem auto; }
  #quizPassQuestion .answers label {
    margin-bottom: 0.5rem;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0.125rem;
    box-sizing: border-box; }
  #quizPassQuestion .buttons {
    width: 100%;
    display: flex;
    justify-content: center; }
  #quizPassQuestion .buttons button, #quizPassQuestion .buttons input[type='submit'] {
    margin: 0.25rem; }
  #quizPassQuestion .buttons .skip {
    background-color: transparent;
    margin-left: auto; }

.quizResultBlock {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  margin: auto;
  margin-bottom: 0.5rem;
  max-width: 60rem; }
  .quizResultBlock .body {
    padding: 0.5rem;
    padding-left: 1rem; }
  .quizResultBlock .body .question {
    margin-bottom: 1.5rem;
    font-weight: bold; }
    .quizResultBlock .body .question:last-child {
      margin-bottom: 0; }
    .quizResultBlock .body .question .task {
      margin-bottom: 0.5rem; }
    .quizResultBlock .body .question .answer {
      font-weight: initial;
      padding-left: 0.5rem;
      display: flex;
      align-items: center;
      margin-bottom: 0.35rem; }
    .quizResultBlock .body .question .answer.correct {
      color: #38ae0e;
      font-weight: bold; }
    .quizResultBlock .body .question .answer.wrong {
      color: #f5163b; }
  .quizResultBlock.wrong legend {
    color: #f5163b; }
  .quizResultBlock.partiallyCorrect legend {
    color: #efc700; }
  .quizResultBlock.correct legend {
    color: #38ae0e;
    font-weight: bold; }

#quizResultComponent h1 {
  text-align: center; }
  #quizResultComponent .block {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    background-color: #efefef;
    max-width: 60rem;
    margin: auto;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 1rem; }
  #quizResultComponent .summary {
    width: 100%;
    margin: 1rem auto;
    display: flex;
    padding: 0.5rem 2rem 1rem 2rem;
    box-sizing: border-box;
    background-color: white;
    align-items: center; }
  #quizResultComponent .summary .legend {
    background-color: transparent; }

.variantBlock {
  margin: 0.5rem;
  position: relative; }
  .variantBlock .actions {
    position: absolute;
    right: 2rem;
    top: -1.25rem; }
  .variantBlock .actions button {
    border: none;
    width: 1.5rem;
    height: 1.5rem;
    min-height: initial;
    padding: 0;
    justify-content: center;
    align-items: center; }
    .variantBlock .actions button .icon {
      display: block;
      width: 0.75rem;
      height: 0.75rem;
      background-size: 100%; }
    .variantBlock .actions button .icon.edit {
      background-image: url("/static/img/icons/icon-pencil.png"); }
    .variantBlock .actions button .icon.delete {
      background-image: url("/static/img/icons/close.png"); }
    .variantBlock .actions button:first-child {
      margin-right: 0.25rem; }
  .variantBlock .questions {
    box-sizing: border-box; }
  .variantBlock .questions button.create-question {
    margin-top: 1rem;
    border: 1px solid #00a0de;
    display: flex;
    align-items: center;
    padding: 0.125rem 0.25rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    width: max-content;
    min-width: initial; }
    .variantBlock .questions button.create-question span.icon {
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      background-image: url("/static/img/icons/plus_white.svg");
      background-size: 100%;
      margin-right: 0.25rem; }
  .variantBlock .questions .question-claim {
    margin-bottom: 1.5rem;
    font-style: italic;
    color: #888; }

#mAdminAddUserRole h2 {
  margin-bottom: 1rem; }
  #mAdminAddUserRole form {
    max-width: 21rem; }
  #mAdminAddUserRole form .row {
    width: 100%;
    margin-bottom: 1rem; }
    #mAdminAddUserRole form .row label {
      margin-bottom: 0.25rem; }
    #mAdminAddUserRole form .row input, #mAdminAddUserRole form .row select {
      box-sizing: border-box; }
    #mAdminAddUserRole form .row input {
      box-sizing: border-box;
      margin-bottom: 0; }
    #mAdminAddUserRole form .row input[type="text"] {
      width: 100%; }
    #mAdminAddUserRole form .row select {
      width: 100%; }
    #mAdminAddUserRole form .row.buttons {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
    #mAdminAddUserRole form .row.buttons input[name="save"] {
      margin-right: 1rem; }

#mAdminSendNewEmail h2 {
  margin-bottom: 0.5rem; }
  #mAdminSendNewEmail h3 {
    margin-bottom: 0.5rem;
    margin-top: 1rem; }
  #mAdminSendNewEmail h4 {
    margin-bottom: 0.25rem;
    margin-top: 1rem;
    font-weight: bold; }
  #mAdminSendNewEmail select {
    width: 30rem;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 0.5rem; }
  #mAdminSendNewEmail label {
    display: flex;
    flex-direction: column; }
  #mAdminSendNewEmail label .label {
    font-weight: bold; }
    #mAdminSendNewEmail label .label:first-letter {
      text-transform: uppercase; }
  #mAdminSendNewEmail label input {
    width: 30rem;
    box-sizing: border-box;
    max-width: 100%; }
  #mAdminSendNewEmail .subject, #mAdminSendNewEmail .recipient {
    margin-bottom: 0.5rem;
    width: 30rem;
    max-width: 100%;
    border: none; }
  #mAdminSendNewEmail .subject:hover, #mAdminSendNewEmail .recipient:hover {
    border: none; }
  #mAdminSendNewEmail .body {
    margin-bottom: 1rem; }
  #mAdminSendNewEmail .buttons {
    display: flex;
    justify-content: space-between;
    width: 30rem; }
  #mAdminSendNewEmail .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto; }
  #mAdminSendNewEmail .title .checkmark {
    flex-shrink: 0;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-right: 20px;
    width: 50px;
    height: 50px; }
  #mAdminSendNewEmail .title .label {
    flex-shrink: 0;
    font-size: 20px; }

@media screen and (min-width: 50em) {
      #mEmailQueueItem .modalWrapper {
        padding-bottom: 2rem;
        width: 50rem; } }
  #mEmailQueueItem .modalWrapper .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center; }
    #mEmailQueueItem .modalWrapper .container h2 {
      margin-bottom: 1rem; }
    #mEmailQueueItem .modalWrapper .container .buttons {
      margin-top: 1rem; }

#mFbAccountsLinking .modalWrapper, #mFbRegister .modalWrapper {
  max-width: 40rem;
  text-align: center; }
  #mFbAccountsLinking .modalWrapper .container .content form, #mFbRegister .modalWrapper .container .content form {
    max-width: 35rem; }
    #mFbAccountsLinking .modalWrapper .container .content form .claim, #mFbRegister .modalWrapper .container .content form .claim {
      text-align: left; }
    #mFbAccountsLinking .modalWrapper .container .content form .user-info, #mFbRegister .modalWrapper .container .content form .user-info {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      margin: 0 1rem 1rem; }
      #mFbAccountsLinking .modalWrapper .container .content form .user-info img.avatar, #mFbRegister .modalWrapper .container .content form .user-info img.avatar {
        border-radius: 3rem;
        -webkit-border-radius: 3rem;
        -moz-border-radius: 3rem;
        margin: 0 0 1rem;
        width: 6rem;
        height: 6rem; }
      #mFbAccountsLinking .modalWrapper .container .content form .user-info .rows .row, #mFbRegister .modalWrapper .container .content form .user-info .rows .row {
        text-align: center;
        margin-bottom: 0.25rem;
        width: 100%; }
        #mFbAccountsLinking .modalWrapper .container .content form .user-info .rows .row.name, #mFbRegister .modalWrapper .container .content form .user-info .rows .row.name {
          font-size: 1.5rem; }
      @media only screen and (min-width: 30em) {
        #mFbAccountsLinking .modalWrapper .container .content form .user-info, #mFbRegister .modalWrapper .container .content form .user-info {
          flex-direction: row;
          align-items: center; }
          #mFbAccountsLinking .modalWrapper .container .content form .user-info img.avatar, #mFbRegister .modalWrapper .container .content form .user-info img.avatar {
            margin: 0 1rem 0 0; }
          #mFbAccountsLinking .modalWrapper .container .content form .user-info .rows .row, #mFbRegister .modalWrapper .container .content form .user-info .rows .row {
            text-align: left; } }
    #mFbAccountsLinking .modalWrapper .container .content form .advanced, #mFbRegister .modalWrapper .container .content form .advanced {
      text-align: left; }
      #mFbAccountsLinking .modalWrapper .container .content form .advanced .row .label, #mFbRegister .modalWrapper .container .content form .advanced .row .label {
        margin-bottom: 0.25rem;
        padding-left: 0.5rem;
        font-weight: bold; }
      #mFbAccountsLinking .modalWrapper .container .content form .advanced .row input, #mFbRegister .modalWrapper .container .content form .advanced .row input {
        width: 12rem; }
    #mFbAccountsLinking .modalWrapper .container .content form .agreement, #mFbRegister .modalWrapper .container .content form .agreement {
      margin-bottom: 1rem; }

#mFbAskForUserPosts .modalWrapper {
  max-width: 40rem; }
  #mFbAskForUserPosts .modalWrapper .container .content form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    padding: 0 2rem; }
    #mFbAskForUserPosts .modalWrapper .container .content form .row {
      display: flex;
      flex-direction: column;
      text-align: center; }
      #mFbAskForUserPosts .modalWrapper .container .content form .row.error-message {
        margin-top: 0.5rem;
        color: #ff181e; }

#mFbAskForUserPostsDone .modalWrapper {
  max-width: 35rem; }
  #mFbAskForUserPostsDone .modalWrapper .container .content form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    padding: 0 2rem; }
    #mFbAskForUserPostsDone .modalWrapper .container .content form img.checkmark {
      margin-bottom: 1rem;
      width: 3rem;
      height: 3rem; }
    #mFbAskForUserPostsDone .modalWrapper .container .content form .row {
      display: flex;
      flex-direction: column;
      text-align: center; }
      #mFbAskForUserPostsDone .modalWrapper .container .content form .row.error-message {
        margin-top: 0.5rem;
        color: #ff181e; }
      #mFbAskForUserPostsDone .modalWrapper .container .content form .row input[name="ok"] {
        min-width: 10rem; }

.modal {
  display: flex;
  justify-content: center;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: calc(100% - 1rem);
  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-top: 1rem;
    height: 100%; }
    .modal .modalWrapper .container .content {
      border-radius: 2rem;
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      background: #fff;
      border: solid 1px #a9a9a9;
      width: 100%;
      padding: 3rem;
      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: 1rem;
      top: 1rem; }
    .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); } }

#mCreateVariant form .row {
  margin-bottom: 1.75rem; }
  #mCreateVariant form .row label {
    color: black; }
  #mCreateVariant form .row input[type='text'] {
    width: 100%; }
  #mCreateVariant form .row select {
    display: flex; }
  #mCreateVariant form .row .explain {
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    color: #888;
    font-style: italic; }
  #mCreateVariant form .buttons {
    text-align: left; }
  #mCreateVariant form .buttons .secondary {
    margin-right: 1rem; }

#mEditQuestion form .row {
  margin-bottom: 1.25rem; }
  #mEditQuestion form .row label {
    color: black; }
  #mEditQuestion form .row input[type='text'] {
    width: 100%; }
  #mEditQuestion form .row .explain {
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    color: #888;
    font-style: italic; }
  #mEditQuestion form .row .description {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    padding: 0.5rem;
    min-height: 3rem;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #d4d3d3; }
  #mEditQuestion form .row.answers fieldset legend {
    text-align: left; }
  #mEditQuestion form .row.answers table {
    margin-top: 0.5rem;
    width: 100%; }
  #mEditQuestion form .row.answers table thead th {
    font-weight: initial; }
  #mEditQuestion form .row.answers table tbody tr td {
    padding: 0.5rem 0; }
    #mEditQuestion form .row.answers table tbody tr td input[type='checkbox'], #mEditQuestion form .row.answers table tbody tr td input[type='radio'] {
      margin-top: 0.5rem;
      margin-right: 0; }
    #mEditQuestion form .row.answers table tbody tr:nth-child(2n) td {
      background-color: initial; }
  #mEditQuestion form .buttons {
    text-align: left; }
  #mEditQuestion form .buttons .secondary {
    margin-right: 1rem; }

#mEditVariant .modalWrapper {
  max-width: 80rem; }
  #mEditVariant .modalWrapper form .row {
    margin-bottom: 1.75rem; }
  #mEditVariant .modalWrapper form .row label {
    color: black; }
  #mEditVariant .modalWrapper form .row input[type='number'] {
    width: 10rem;
    margin-right: auto;
    display: block;
    text-align: right; }
  #mEditVariant .modalWrapper form .row input[type='text'] {
    width: 100%; }
  #mEditVariant .modalWrapper form .row input[name="gdpr"] {
    display: none; }
  #mEditVariant .modalWrapper form .row button[name="selectFile"] {
    margin-top: 1rem; }
  #mEditVariant .modalWrapper form .row .explain {
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    color: #888;
    font-style: italic; }
  #mEditVariant .modalWrapper form .row .header, #mEditVariant .modalWrapper form .row .description, #mEditVariant .modalWrapper form .row .footer, #mEditVariant .modalWrapper form .row .email-description {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    padding: 0.5rem;
    min-height: 3rem;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #d4d3d3; }
  #mEditVariant .modalWrapper form .buttons {
    text-align: left; }
  #mEditVariant .modalWrapper form .buttons .secondary {
    margin-right: 1rem; }

#adminEmailTemplate #adminWrapper form .row {
  margin-bottom: 0.5rem; }
  #adminEmailTemplate #adminWrapper form .row label {
    margin-bottom: 0.5rem; }
  #adminEmailTemplate #adminWrapper form .row.emailSubject #emailSubject {
    border: solid 1px #000;
    min-height: 1rem;
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box; }
  #adminEmailTemplate #adminWrapper form .row.emailBody .email-wrapper {
    background-color: #fff;
    font-size: 14px;
    font-weight: 200;
    border: solid 1px #000;
    margin: auto;
    padding: 30px 3rem;
    width: 400px;
    color: #000; }
    #adminEmailTemplate #adminWrapper form .row.emailBody .email-wrapper p {
      margin-bottom: 0; }
    #adminEmailTemplate #adminWrapper form .row.emailBody .email-wrapper #emailBody {
      min-height: 1rem;
      border-radius: 0.5rem;
      padding: 0.5rem;
      margin: 0 -0.5rem; }
    #adminEmailTemplate #adminWrapper form .row.emailBody .email-wrapper #emailBody .block-placeholder {
      text-align: center; }
  #adminEmailTemplate #adminWrapper form .row.recipients .recipients-label {
    color: #d4d3d3; }
  #adminEmailTemplate #adminWrapper form .row.recipients textarea {
    width: 20rem;
    min-height: 10rem; }
  #adminEmailTemplate #adminWrapper form .row.state {
    height: 2rem; }
  #adminEmailTemplate #adminWrapper form .row.state .message {
    text-align: center; }
    #adminEmailTemplate #adminWrapper form .row.state .message.error {
      color: #ec1515; }
    #adminEmailTemplate #adminWrapper form .row.state .message.completed {
      color: #38ae0e; }
  #adminEmailTemplate #adminWrapper form .row.state .sending {
    height: 2rem;
    background-image: url("/static/img/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem 1.25rem;
    margin-bottom: 1rem; }
  #adminEmailTemplate #adminWrapper form .row.buttons {
    display: flex;
    align-items: center;
    justify-content: center; }
  #adminEmailTemplate #adminWrapper form .row.buttons input:first-child {
    margin-right: 0.25rem; }

#adminEditUser #adminWrapper #container > .content {
  padding: 1rem; }
  #adminEditUser #adminWrapper #container > .content input {
    margin-bottom: 0;
    width: 15rem; }
  #adminEditUser #adminWrapper #container > .content .user-item {
    display: flex;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center; }
  #adminEditUser #adminWrapper #container > .content .user-item .item-title {
    margin-right: 1rem;
    min-width: 5rem;
    font-style: italic; }
  #adminEditUser #adminWrapper #container > .content .user-item .item-value {
    font-weight: bold; }
  #adminEditUser #adminWrapper #container > .content .user-item.email .item-value {
    margin-right: 0.5rem; }
  #adminEditUser #adminWrapper #container > .content .user-header {
    border-bottom: 1px solid #d4d3d3; }
  #adminEditUser #adminWrapper #container > .content .user-data {
    padding-top: 1rem; }

#apiAuth h1 {
  text-align: center; }
  #apiAuth form {
    text-align: center; }
  #apiAuth form label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.25rem; }
  #apiAuth form label input[type="text"] {
    width: 20rem; }
  #apiAuth form input[type="submit"] {
    margin: auto; }

#apiDoc {
  margin: auto;
  padding: 1rem;
  max-width: 90rem; }
  #apiDoc h1 {
    color: black;
    text-align: center; }
  #apiDoc h3 {
    font-weight: bold; }
  #apiDoc .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem; }
  #apiDoc .group a.group-header {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #888;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    color: black; }
  #apiDoc .group a.group-header .title {
    font-size: 1.25rem;
    font-weight: bold; }
  #apiDoc .group a.group-header .arrow {
    position: relative;
    border: solid 2px #000;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    width: 0.75rem;
    height: 0.75rem;
    top: -0.25rem; }
  #apiDoc .group a.group-header:hover {
    background-color: rgba(136, 136, 136, .1); }
  #apiDoc .group a.group-header.closed .arrow {
    transform: rotate(-45deg); }
  #apiDoc .group .group-body .item {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border: solid 1px #d4d3d3;
    margin-bottom: 1rem;
    background-color: #d4d3d319; }
  #apiDoc .group .group-body .item.GET {
    border-color: ;
    background-color: 19; }
  #apiDoc .group .group-body .item.GET .left .label {
    background-color: ; }
  #apiDoc .group .group-body .item.GET .body {
    border-color: ; }
  #apiDoc .group .group-body .item.GET input[type="submit"], #apiDoc .group .group-body .item.GET button {
    background-color: ; }
  #apiDoc .group .group-body .item.POST {
    border-color: ;
    background-color: 19; }
  #apiDoc .group .group-body .item.POST .left .label {
    background-color: ; }
  #apiDoc .group .group-body .item.POST .body {
    border-color: ; }
  #apiDoc .group .group-body .item.POST input[type="submit"], #apiDoc .group .group-body .item.POST button {
    background-color: ; }
  #apiDoc .group .group-body .item.PUT {
    border-color: ;
    background-color: 19; }
  #apiDoc .group .group-body .item.PUT .left .label {
    background-color: ; }
  #apiDoc .group .group-body .item.PUT .body {
    border-color: ; }
  #apiDoc .group .group-body .item.PUT input[type="submit"], #apiDoc .group .group-body .item.PUT button {
    background-color: ; }
  #apiDoc .group .group-body .item.PATCH {
    border-color: ;
    background-color: 19; }
  #apiDoc .group .group-body .item.PATCH .left .label {
    background-color: ; }
  #apiDoc .group .group-body .item.PATCH .body {
    border-color: ; }
  #apiDoc .group .group-body .item.PATCH input[type="submit"], #apiDoc .group .group-body .item.PATCH button {
    background-color: ; }
  #apiDoc .group .group-body .item.DELETE {
    border-color: ;
    background-color: 19; }
  #apiDoc .group .group-body .item.DELETE .left .label {
    background-color: ; }
  #apiDoc .group .group-body .item.DELETE .body {
    border-color: ; }
  #apiDoc .group .group-body .item.DELETE input[type="submit"], #apiDoc .group .group-body .item.DELETE button {
    background-color: ; }
  #apiDoc .group .group-body .item.HEAD {
    border-color: ;
    background-color: 19; }
  #apiDoc .group .group-body .item.HEAD .left .label {
    background-color: ; }
  #apiDoc .group .group-body .item.HEAD .body {
    border-color: ; }
  #apiDoc .group .group-body .item.HEAD input[type="submit"], #apiDoc .group .group-body .item.HEAD button {
    background-color: ; }
  #apiDoc .group .group-body .item.OPTIONS {
    border-color: ;
    background-color: 19; }
  #apiDoc .group .group-body .item.OPTIONS .left .label {
    background-color: ; }
  #apiDoc .group .group-body .item.OPTIONS .body {
    border-color: ; }
  #apiDoc .group .group-body .item.OPTIONS input[type="submit"], #apiDoc .group .group-body .item.OPTIONS button {
    background-color: ; }
  #apiDoc .group .group-body .item a.head {
    text-decoration: none;
    color: black;
    box-sizing: border-box;
    padding: 0.25rem;
    display: flex;
    align-items: center; }
  #apiDoc .group .group-body .item a.head .left {
    margin-right: 1rem; }
    #apiDoc .group .group-body .item a.head .left .label {
      border-radius: 0.25rem;
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.9rem;
      color: #fff;
      min-width: 5rem;
      height: 1.75rem;
      font-weight: bold; }
  #apiDoc .group .group-body .item a.head .right {
    display: flex;
    align-items: flex-end; }
    #apiDoc .group .group-body .item a.head .right .path {
      font-weight: bold;
      margin-right: 1rem; }
    #apiDoc .group .group-body .item a.head .right .title {
      font-size: 0.9rem; }
  #apiDoc .group .group-body .item .body {
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.5rem;
    border-top: 1px solid #d4d3d3;
    display: none;
    width: 100%; }
  #apiDoc .group .group-body .item .body.active {
    display: flex; }
  #apiDoc .group .group-body .item .body > .description {
    color: #888;
    font-style: italic;
    margin-bottom: 1.5rem; }
  #apiDoc .group .group-body .item .body .method {
    margin-bottom: 1.5rem; }
    #apiDoc .group .group-body .item .body .method .row {
      display: flex;
      align-items: baseline;
      margin-bottom: 0.5rem; }
    #apiDoc .group .group-body .item .body .method .row .description {
      margin-bottom: 0; }
    #apiDoc .group .group-body .item .body .method .row .description:after {
      content: ":";
      margin-right: 0.5rem; }
    #apiDoc .group .group-body .item .body .method .row .code {
      width: 4rem;
      font-weight: bold; }
  #apiDoc .group .group-body .item .body form {
    margin-bottom: 1.5rem;
    width: 100%; }
    #apiDoc .group .group-body .item .body form table {
      width: 100%; }
    #apiDoc .group .group-body .item .body form table thead tr th, #apiDoc .group .group-body .item .body form table tbody tr th, #apiDoc .group .group-body .item .body form table thead tr td, #apiDoc .group .group-body .item .body form table tbody tr td {
      text-align: left;
      font-size: 0.9rem;
      padding: 0.5rem 0rem; }
    #apiDoc .group .group-body .item .body form table thead tr th:first-child, #apiDoc .group .group-body .item .body form table tbody tr th:first-child {
      padding-right: 2rem; }
    #apiDoc .group .group-body .item .body form table thead tr th:last-child, #apiDoc .group .group-body .item .body form table tbody tr th:last-child, #apiDoc .group .group-body .item .body form table thead tr td:last-child, #apiDoc .group .group-body .item .body form table tbody tr td:last-child {
      width: 100%; }
    #apiDoc .group .group-body .item .body form table thead tr {
      border-bottom: solid 1px #888; }
    #apiDoc .group .group-body .item .body form table thead tr th {
      color: #888; }
    #apiDoc .group .group-body .item .body form table tbody tr th, #apiDoc .group .group-body .item .body form table tbody tr td {
      vertical-align: top; }
      #apiDoc .group .group-body .item .body form table tbody tr th .type, #apiDoc .group .group-body .item .body form table tbody tr td .type {
        font-weight: normal;
        font-style: italic; }
    #apiDoc .group .group-body .item .body form table tbody tr th .name {
      display: flex;
      align-items: center; }
    #apiDoc .group .group-body .item .body form table tbody tr td {
      max-width: 50rem; }
      #apiDoc .group .group-body .item .body form table tbody tr td .description {
        margin-bottom: 0.5rem; }
      #apiDoc .group .group-body .item .body form table tbody tr td input, #apiDoc .group .group-body .item .body form table tbody tr td select, #apiDoc .group .group-body .item .body form table tbody tr td textarea {
        margin-bottom: 0;
        width: 100%;
        max-width: 30rem; }
      #apiDoc .group .group-body .item .body form table tbody tr td input {
        background-color: #fff;
        font-family: "Courier New", Courier, monospace, BPMono, sans-serif;
        font-weight: normal; }
      #apiDoc .group .group-body .item .body form table tbody tr td textarea {
        background-color: #fff; }
      #apiDoc .group .group-body .item .body form table tbody tr td .file input[type="file"] {
        display: none; }
        #apiDoc .group .group-body .item .body form table tbody tr td .file button[name="chooseFile"] {
          border-radius: 0.25rem; }
      #apiDoc .group .group-body .item .body form table tbody tr td a.attachment {
        text-decoration: underline;
        display: block;
        margin-top: 0.5rem; }
    #apiDoc .group .group-body .item .body form table tbody tr.required th .name:before {
      content: "!";
      background-color: ;
      display: flex;
      flex-shrink: 0;
      justify-content: center;
      align-items: center;
      font-size: 0.75rem;
      font-weight: bold;
      box-sizing: border-box;
      border-radius: 100%;
      margin-right: 0.25rem;
      width: 1rem;
      height: 1rem;
      color: #fff; }
    #apiDoc .group .group-body .item .body form table tfoot tr td label.checkbox {
      margin: 1rem 0; }
      #apiDoc .group .group-body .item .body form table tfoot tr td input[type='submit'] {
        font-weight: bold;
        border-radius: 0.25rem;
        border: none;
        margin-right: 0.5rem;
        width: 100%;
        max-width: 30rem; }
  #apiDoc .group .group-body .item .body .curl {
    background-color: #fff;
    margin-bottom: 0.5rem;
    display: block;
    font-family: Monaco;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    font-size: 0.625rem;
    line-height: 1.15; }
  #apiDoc .group .group-body .item .body .result {
    margin-bottom: 1rem; }
    #apiDoc .group .group-body .item .body .result .http-code {
      font-weight: bold;
      font-size: 1.25rem; }
    #apiDoc .group .group-body .item .body .result .http-code.red {
      color: ; }
    #apiDoc .group .group-body .item .body .result code, #apiDoc .group .group-body .item .body .result pre {
      display: block;
      padding: 1rem;
      border-radius: 0.25rem;
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem;
      border: 1px solid #d4d3d3;
      background: #fff;
      word-break: break-all;
      word-wrap: break-word; }
  #apiDoc .group .group-body .item .body .response {
    font-size: 0.9rem;
    margin-bottom: 0.5rem; }
    #apiDoc .group .group-body .item .body .response .row {
      display: flex;
      align-items: center; }
    #apiDoc .group .group-body .item .body .response .row.arg {
      font-size: 0.75rem;
      font-style: italic;
      margin-left: 4rem;
      color: #888; }
    #apiDoc .group .group-body .item .body .response .row.arg .name:after {
      content: ":";
      margin-right: 0.5rem; }
    #apiDoc .group .group-body .item .body .response .row .code {
      width: 4rem;
      font-weight: bold;
      font-size: 1rem; }
    #apiDoc .group .group-body .item .body .response .row .description {
      margin-bottom: 0; }
  #apiDoc .group .group-body.closed {
    display: none; }
  #apiDoc .model {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border: 2px solid ;
    margin-bottom: 0.5rem;
    background-color: 19; }
  #apiDoc .model a.head {
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    color: black; }
  #apiDoc .model a.head .title {
    font-size: 1rem;
    font-weight: bold;
    margin-right: 1rem; }
  #apiDoc .model a.head .arrow {
    position: relative;
    border: solid 2px #000;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    width: 0.5rem;
    height: 0.5rem; }
  #apiDoc .model a.head:hover {
    background-color: rgba(136, 136, 136, .1); }
  #apiDoc .model a.head.opened .arrow {
    transform: rotate(45deg); }
  #apiDoc .model .body {
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    border-top: 1px solid ;
    display: none;
    flex-direction: column; }
  #apiDoc .model .body.opened {
    display: flex; }
  #apiDoc .model .body table.properties {
    width: 100%; }
  #apiDoc .model .body table.properties thead tr th, #apiDoc .model .body table.properties tbody tr th, #apiDoc .model .body table.properties thead tr td, #apiDoc .model .body table.properties tbody tr td {
    padding: 0.25rem 0.5rem; }
  #apiDoc .model .body table.properties thead tr {
    border-bottom: solid 1px #888; }
    #apiDoc .model .body table.properties thead tr th {
      white-space: nowrap;
      text-align: left;
      font-size: 0.75rem;
      color: #888; }
  #apiDoc .model .body table.properties tbody tr.property td {
    vertical-align: top;
    line-height: 1rem;
    border-bottom: solid 1px rgba(136, 136, 136, .1); }
    #apiDoc .model .body table.properties tbody tr.property td.name {
      font-size: 0.9rem;
      font-weight: bold;
      padding-right: 2rem; }
    #apiDoc .model .body table.properties tbody tr.property td.type, #apiDoc .model .body table.properties tbody tr.property td.db-type {
      font-size: 0.75rem; }
    #apiDoc .model .body table.properties tbody tr.property td.type:first-letter {
      text-transform: uppercase; }
    #apiDoc .model .body table.properties tbody tr.property td.type.int {
      color: goldenrod; }
    #apiDoc .model .body table.properties tbody tr.property td.type.string {
      color: green; }
    #apiDoc .model .body table.properties tbody tr.property td.type.double {
      color: #92008d; }
    #apiDoc .model .body table.properties tbody tr.property td.type.array {
      color: red; }
    #apiDoc .model .body table.properties tbody tr.property td.type.object {
      color: #0099c5; }
      #apiDoc .model .body table.properties tbody tr.property td.type.object a {
        text-decoration: none;
        color: inherit; }
        #apiDoc .model .body table.properties tbody tr.property td.type.object a:hover {
          text-decoration: underline; }
    #apiDoc .model .body table.properties tbody tr.property td.db-type {
      font-style: italic;
      color: #888; }
    #apiDoc .model .body table.properties tbody tr.property td.list {
      font-size: 0.75rem;
      width: 100%; }
    #apiDoc .model .body table.properties tbody tr.property td.list .item .key:after {
      content: "=";
      margin: 0 0.5rem; }

#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: #d5eef5;
  min-height: 50vh; }
  #error #container > .content h2 {
    margin-bottom: 2rem; }
  #error #container > .content a.button {
    text-align: center;
    padding: 0.5rem 1.5rem; }

#profile #container > .content h1 {
  text-align: center; }
  #profile #container > .content form {
    display: flex;
    flex-direction: column;
    align-items: center; }

#ssoRegistration #container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #ssoRegistration #container form .row {
    display: flex;
    flex-direction: column;
    align-items: center; }
  #ssoRegistration #container form .row.agreements {
    align-items: flex-start; }
  #ssoRegistration #container form .row label {
    margin-bottom: 0.5rem; }
  #ssoRegistration #container form .row input[name="submit"] {
    margin: 0.5rem 0 1rem; }

#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: 20px; }
  @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: 10px; } }
  #passwordRecovery .container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px; }
  #passwordRecovery .container form .row {
    display: flex;
    justify-content: center;
    align-items: center; }
  #passwordRecovery .container form .row input {
    width: 15rem; }
  #passwordRecovery .container form .row.send {
    display: flex;
    justify-content: center; }
  #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; }

#home #header {
  background-color: #00a0de; }
  #home #header > .content {
    border-bottom: 1px solid #7c35e7; }
  #home #header a.button {
    background-color: #2da8d2; }
  #home #header #activeUser > a .name {
    color: white; }
  #home #footer {
    margin-top: 0; }
  #home .button {
    background-color: #f96a0e; }
  #home #container {
    padding: 0; }
  #home #container .block {
    margin: auto; }
  #home #container .block .button {
    font-weight: bold;
    font-size: 0.875rem;
    display: inline; }
  #home #container .block > .content {
    margin: auto;
    max-width: 80rem; }
  #home #container .block > .content .icon {
    background-image: url("/static/img/icons/klikev.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem; }
  #home #container .block > .content .icon.icon1, #home #container .block > .content .icon.icon2, #home #container .block > .content .icon.icon3 {
    background-image: url("/static/img/icons/1-2-3.svg");
    background-size: 5.25rem 1.75rem; }
  #home #container .block > .content .icon.icon1 {
    background-position: 0rem 0rem; }
  #home #container .block > .content .icon.icon2 {
    background-position: -1.75rem 0rem; }
  #home #container .block > .content .icon.icon3 {
    background-position: -3.5rem 0rem; }
  #home #container .block > .content .icon.radio {
    background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-02.svg'); }
  #home #container .block > .content .icon.checkmark {
    background-image: url('/static/img/icons/createst/SVG_sprite_iquiz-03.svg'); }
  #home #container .block#blockHomeSecond > .content, #home #container .block#blockHomeThird > .content {
    max-width: 70rem; }

#kvizy h1 {
  text-align: center;
  margin-bottom: 1.5rem; }
  #kvizy .quiz {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    margin: 0.5rem 0;
    border: 1px solid #d0d0d0;
    padding: 1.5rem;
    margin-bottom: 1.25rem; }
  #kvizy .quiz .title {
    flex-grow: 1;
    font-size: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #00a0de;
    padding-left: 1.5rem; }
  #kvizy .quiz .button-wrapper {
    display: flex;
    flex-wrap: wrap; }
  #kvizy .quiz .button-wrapper a.button {
    margin-left: 1rem;
    margin-bottom: 0.25rem;
    min-width: 4rem; }
  #kvizy .create-quiz {
    border: 1px solid #00a0de;
    display: flex;
    align-items: center;
    padding: 0.125rem 0.25rem;
    padding-right: 1rem;
    width: max-content;
    font-size: 0.875rem; }
  #kvizy .create-quiz span.icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("/static/img/icons/plus_white.svg");
    background-size: 100%;
    margin-right: 0.25rem; }

#quizCreate #container .content h1 {
  text-align: center; }
  #quizCreate #container .content form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: auto; }
  #quizCreate #container .content form fieldset.title input[type="text"], #quizCreate #container .content form fieldset.title input[type="number"] {
    width: 100%;
    max-width: 20rem;
    padding: 0.5rem 0.5rem;
    height: 2.5rem; }
  #quizCreate #container .content form fieldset label, #quizCreate #container .content form fieldset input {
    margin-left: 0.5rem;
    margin-bottom: 0.5rem; }
  #quizCreate #container .content form fieldset .explain {
    margin: 0.5rem 0.5rem 1.5rem;
    font-weight: lighter;
    color: #7c7c7c;
    font-style: italic; }
  #quizCreate #container .content form fieldset .buttons {
    padding-left: 0.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%; }
    #quizCreate #container .content form fieldset .buttons button.secondary {
      margin-right: 0.5rem; }
    #quizCreate #container .content form fieldset .buttons button.prev {
      margin-right: auto;
      background-color: #efefef;
      border: none;
      color: #00a0de; }

#quizDashboard .content {
  max-width: 70rem;
  width: 100%;
  margin: auto;
  color: #242424; }
  #quizDashboard .content h1 {
    text-align: center; }
  #quizDashboard .content .filter {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold; }
  #quizDashboard .content .filter .styledSelect {
    margin-right: 0.5rem;
    font-size: initial;
    font-weight: initial; }
  #quizDashboard .content .box {
    width: 100%;
    padding: 1rem;
    background-color: #efefef;
    border: 1px solid #dedede;
    box-sizing: border-box;
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap; }
  #quizDashboard .content .box .title {
    width: 100%;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center; }
  #quizDashboard .content .box .suma {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0;
    width: 100%;
    color: #00a0de;
    text-align: center; }
  #quizDashboard .content .box.variant {
    flex-direction: column; }
  #quizDashboard .content .box.variant a {
    max-width: 11rem;
    margin: 1rem auto; }
  #quizDashboard .content .box.variant h2 {
    margin: auto;
    text-align: center; }
  #quizDashboard .content .box.variant .box {
    background-color: white;
    margin: 0.5rem auto; }
  #quizDashboard .content .box.variant .questions {
    width: 80%;
    margin: auto; }
  #quizDashboard .content .box.variant .questions .question .answers .correct {
    background-color: #c6f1da; }
  #quizDashboard .content .box.variant h3 {
    margin-top: 1rem; }

#quizDefault h1 {
  text-align: center;
  margin-bottom: 2rem; }
  #quizDefault a.pass-quiz {
    display: block;
    margin: auto;
    width: max-content; }
  #quizDefault .flags {
    display: flex;
    flex-wrap: wrap;
    max-width: 60rem;
    margin: auto; }
  #quizDefault .flags a img {
    width: 7rem; }

#quizEdit #container .content h1 {
  text-align: center; }
  #quizEdit #container .content fieldset {
    margin-bottom: 1rem; }
  #quizEdit #container .content fieldset .top {
    display: flex;
    align-items: center; }
  #quizEdit #container .content fieldset .top h2 {
    flex-grow: 1;
    border: none;
    border-bottom: 1px solid #00a0de;
    margin-right: 1rem; }
  #quizEdit #container .content fieldset .top label input[type="text"], #quizEdit #container .content fieldset .top label input[type="number"] {
    margin-right: 0.5rem;
    font-size: 1.5rem;
    height: 2.5rem;
    font-weight: bold;
    background-color: transparent;
    padding: 0.5rem 0.5rem;
    width: 100%; }
    #quizEdit #container .content fieldset .top label input[type="number"] {
      max-width: 15rem; }
    #quizEdit #container .content fieldset .top label:first-child {
      flex-grow: 1;
      margin-right: 1.5rem; }
  #quizEdit #container .content fieldset label {
    flex-direction: column;
    padding-left: 0.5rem;
    margin-bottom: 1rem; }
  #quizEdit #container .content fieldset label .label {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    color: #888; }
  #quizEdit #container .content fieldset .description {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    padding: 0.5rem;
    min-height: 3rem;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #d4d3d3; }
  #quizEdit #container .content fieldset .link {
    width: 100%;
    color: black; }
  #quizEdit #container .content fieldset .buttons {
    padding-left: 0.5rem; }
  #quizEdit #container .content fieldset .buttons .save-test {
    margin-right: 1rem; }
  #quizEdit #container .content fieldset button.create-variant {
    margin-left: 0.5rem;
    border: 1px solid #00a0de;
    display: flex;
    align-items: center;
    padding: 0.125rem 0.25rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    width: max-content;
    min-width: initial; }
  #quizEdit #container .content fieldset button.create-variant span.icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("/static/img/icons/plus_white.svg");
    background-size: 100%;
    margin-right: 0.25rem; }

#quizFinish #container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem; }
  #quizFinish #container form label {
    color: black; }
  #quizFinish #container form input[type="checkbox"] {
    border-color: black; }
  #quizFinish #container form .row {
    display: flex;
    align-items: center; }
  #quizFinish #container form .row .explain {
    margin-right: 1rem; }
  #quizFinish #container form .row.buttons .button {
    margin-right: 0.5rem;
    min-width: 4rem; }

.quizPage .message, .page .message {
  -webkit-box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 25;
  top: 10%;
  left: 0;
  right: 0;
  width: 60rem;
  max-width: 100%;
  margin: auto;
  background-color: #fff;
  border: 1px solid #00a0de;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  text-align: center; }
  .quizPage .message .success, .page .message .success {
    color: green; }
  .quizPage .message .error, .page .message .error {
    color: red; }

#quizPass .top {
  max-width: 60rem;
  margin: 1rem auto;
  display: flex; }
  #quizPass .box {
    width: 100%;
    max-width: 60rem;
    margin: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    padding: 2rem;
    box-sizing: border-box;
    text-align: center; }
  #quizPass .box.full {
    border: none;
    background-color: #efefef; }
