@font-face {
  font-family: RobotoSlab;
  font-style: normal;
  font-weight: 200;
  src: url("/static/fonts/roboto-slab/Thin.ttf") format("truetype"); }

@font-face {
  font-family: RobotoSlab;
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/roboto-slab/Light.ttf") format("truetype"); }

@font-face {
  font-family: RobotoSlab;
  font-style: normal;
  font-weight: normal;
  src: url("/static/fonts/roboto-slab/Regular.ttf") format("truetype"); }

@font-face {
  font-family: RobotoSlab;
  font-style: normal;
  font-weight: bold;
  src: url("/static/fonts/roboto-slab/Bold.ttf") format("truetype"); }

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

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

@font-face {
  font-family: BrandonGrotesque;
  font-style: normal;
  font-weight: normal;
  src: url("/static/fonts/brandon-grotesque/brandon_reg.otf") format("truetype"); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  max-width: 100%; }

html {
  height: 100%; }

body {
  background-color: #f1f1f1;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  min-width: 17rem;
  color: #383838;
  overflow-y: scroll;
  /*
Block elements with bottom margins only
---------------------------------------
*/ }
  body .page {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    min-height: 100vh; }
    body .page > #container {
      flex-grow: 1;
      margin: auto;
      width: 100%; }
      body .page > #container .page-header {
        background-color: white;
        border-top: solid 1px #bfbfbf;
        text-align: center;
        padding: 1rem;
        box-sizing: border-box;
        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: 201; }
  @media screen and (min-width: 40em) {
  body {
    font-size: 1rem; } }

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

h1, h2.h1-like, 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: #1a377d;
  cursor: pointer; }
  a:hover, .a:hover {
    text-decoration: underline; }
    a:hover *, .a:hover * {
      text-decoration: none; }

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

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

h2 {
  font-family: RobotoSlab, serif;
  font-size: 1.25rem;
  font-weight: normal; }
  h2.box-purple {
    font-family: Roboto, sans-serif;
    border-bottom: 1px solid ;
    font-size: 1rem;
    padding: 1rem 2rem;
    width: calc(100% - 4rem); }
  @media only screen and (min-width: 60em) {
  h2 {
    font-size: 1.5rem; } }

h3 {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400; }
  @media only screen and (min-width: 60em) {
  h3 {
    font-size: 1.25rem; } }
  h3.productContent {
    font-size: 1.5rem;
    color: #1a377d; }

h4 {
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400; }
  @media only screen and (min-width: 60em) {
  h4 {
    font-size: 1rem; } }

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

h6 {
  font-family: Roboto, 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 td.al, table th.al {
    text-align: left; }
    table td.ac, table th.ac {
      text-align: center; }
    table td.ar, table th.ar {
      text-align: right; }
  table td.time {
    vertical-align: top;
    width: 7rem;
    font-weight: bold; }
  table.basic-table tr td, table.basic-table tr th {
    padding: 0.125rem 0.25rem; }
    table.basic-table tr td {
      text-align: center; }
    table.basic-table tr:nth-child(2n) td {
      background-color: rgba(26, 55, 125, .3); }

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

.line-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  width: 30rem; }
  .line-title h2 {
    margin-bottom: 0;
    flex-shrink: 0; }
  .line-title::before, .line-title::after {
    border-top: 2px solid black;
    width: 5rem;
    content: "";
    flex-shrink: 1; }
  .line-title::before {
    margin-right: 1rem; }
  .line-title::after {
    margin-left: 1rem; }

form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  form .row {
    margin-bottom: 1rem; }
    form .row.tempFile .hidden {
      display: none; }
    form .row.tempFile .tempFileDetail {
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center; }
      form .row.tempFile .tempFileDetail img, form .row.tempFile .tempFileDetail video {
        margin-bottom: 0.5rem;
        width: 15rem; }
      form .row.tempFile .tempFileDetail progress {
        margin-bottom: 0.5rem;
        /* Reset the default appearance */
        width: 8rem;
        -webkit-appearance: none;
        appearance: none;
        height: 0.5rem; }
        form .row.tempFile .tempFileDetail progress::-webkit-progress-bar {
          border-radius: 0.25rem;
          -webkit-border-radius: 0.25rem;
          -moz-border-radius: 0.25rem;
          overflow: hidden; }
        form .row.tempFile .tempFileDetail progress::-webkit-progress-value {
          background-color: #1a377d; }
    form .row.tempFile button {
      margin: auto;
      display: block; }
    form .row.error-message {
      color: #e91c1c; }
    form .row.ok-message {
      color: #79be48;
      text-align: center; }
    form .row label {
      margin-bottom: 0.5rem; }

iframe {
  border: none; }

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

.action-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.75rem;
  background-color: #1a377daa; }
  .action-icon:hover {
    background-color: #1a377dff;
    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, #adminTableSubject .overall-data, .adminTable .overall-data {
  margin-top: 0.5rem; }
  #adminTable .overall-data .numbers, #adminTableSubject .overall-data .numbers, .adminTable .overall-data .numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem; }
  #adminTable .overall-data .numbers .item + .item, #adminTableSubject .overall-data .numbers .item + .item, .adminTable .overall-data .numbers .item + .item {
    margin-left: 0.5rem; }
  #adminTable .overall-data .recordsLimitWrap, #adminTableSubject .overall-data .recordsLimitWrap, .adminTable .overall-data .recordsLimitWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-direction: column; }
  #adminTable .pagination, #adminTableSubject .pagination, .adminTable .pagination {
    margin: 0.5rem 0.25rem; }
  #adminTable .buttons, #adminTableSubject .buttons, .adminTable .buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  #adminTable .buttons input[type="button"], #adminTableSubject .buttons input[type="button"], .adminTable .buttons input[type="button"], #adminTable .buttons button, #adminTableSubject .buttons 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 input[type="button"].deleteFilters, #adminTableSubject .buttons input[type="button"].deleteFilters, .adminTable .buttons input[type="button"].deleteFilters, #adminTable .buttons button.deleteFilters, #adminTableSubject .buttons button.deleteFilters, .adminTable .buttons button.deleteFilters {
    background-color: #e91c1c; }
  #adminTable .buttons .bulk-actions, #adminTableSubject .buttons .bulk-actions, .adminTable .buttons .bulk-actions {
    visibility: hidden; }
  #adminTable .buttons .bulk-actions.visible, #adminTableSubject .buttons .bulk-actions.visible, .adminTable .buttons .bulk-actions.visible {
    visibility: visible; }
  #adminTable table, #adminTableSubject table, .adminTable table {
    margin-bottom: 0;
    min-width: 100%; }
  #adminTable table thead tr th, #adminTableSubject table thead tr th, .adminTable table thead tr th, #adminTable table tbody tr th, #adminTableSubject table tbody tr th, .adminTable table tbody tr th, #adminTable table thead tr td, #adminTableSubject table thead tr td, .adminTable table thead tr td, #adminTable table tbody tr td, #adminTableSubject table tbody tr td, .adminTable table tbody tr td {
    padding: 0.25rem;
    font-size: 0.75rem; }
    #adminTable table thead tr th.align-left > div, #adminTableSubject table thead tr th.align-left > div, .adminTable table thead tr th.align-left > div, #adminTable table tbody tr th.align-left > div, #adminTableSubject table tbody tr th.align-left > div, .adminTable table tbody tr th.align-left > div, #adminTable table thead tr td.align-left > div, #adminTableSubject table thead tr td.align-left > div, .adminTable table thead tr td.align-left > div, #adminTable table tbody tr td.align-left > div, #adminTableSubject table tbody tr td.align-left > div, .adminTable table tbody tr td.align-left > div {
      justify-content: flex-start; }
    #adminTable table thead tr th.align-center > div, #adminTableSubject table thead tr th.align-center > div, .adminTable table thead tr th.align-center > div, #adminTable table tbody tr th.align-center > div, #adminTableSubject table tbody tr th.align-center > div, .adminTable table tbody tr th.align-center > div, #adminTable table thead tr td.align-center > div, #adminTableSubject table thead tr td.align-center > div, .adminTable table thead tr td.align-center > div, #adminTable table tbody tr td.align-center > div, #adminTableSubject table tbody tr td.align-center > div, .adminTable table tbody tr td.align-center > div {
      justify-content: center; }
    #adminTable table thead tr th.align-right > div, #adminTableSubject table thead tr th.align-right > div, .adminTable table thead tr th.align-right > div, #adminTable table tbody tr th.align-right > div, #adminTableSubject table tbody tr th.align-right > div, .adminTable table tbody tr th.align-right > div, #adminTable table thead tr td.align-right > div, #adminTableSubject table thead tr td.align-right > div, .adminTable table thead tr td.align-right > div, #adminTable table tbody tr td.align-right > div, #adminTableSubject table tbody tr td.align-right > div, .adminTable table tbody tr td.align-right > div {
      justify-content: flex-end; }
    #adminTable table thead tr th:first-child, #adminTableSubject table thead tr th:first-child, .adminTable table thead tr th:first-child, #adminTable table tbody tr th:first-child, #adminTableSubject table tbody tr th:first-child, .adminTable table tbody tr th:first-child, #adminTable table thead tr td:first-child, #adminTableSubject table thead tr td:first-child, .adminTable table thead tr td:first-child, #adminTable table tbody tr td:first-child, #adminTableSubject table tbody tr td:first-child, .adminTable table tbody tr td:first-child {
      border-left: none; }
    #adminTable table thead tr th:last-child, #adminTableSubject table thead tr th:last-child, .adminTable table thead tr th:last-child, #adminTable table tbody tr th:last-child, #adminTableSubject table tbody tr th:last-child, .adminTable table tbody tr th:last-child, #adminTable table thead tr td:last-child, #adminTableSubject table thead tr td:last-child, .adminTable table thead tr td:last-child, #adminTable table tbody tr td:last-child, #adminTableSubject table tbody tr td:last-child, .adminTable table tbody tr td:last-child {
      border-right: none; }
    #adminTable table thead tr th.checkbox div, #adminTableSubject table thead tr th.checkbox div, .adminTable table thead tr th.checkbox div, #adminTable table tbody tr th.checkbox div, #adminTableSubject table tbody tr th.checkbox div, .adminTable table tbody tr th.checkbox div, #adminTable table thead tr td.checkbox div, #adminTableSubject table thead tr td.checkbox div, .adminTable table thead tr td.checkbox div, #adminTable table tbody tr td.checkbox div, #adminTableSubject table tbody 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"], #adminTableSubject table thead tr th.checkbox div input[type="checkbox"], .adminTable table thead tr th.checkbox div input[type="checkbox"], #adminTable table tbody tr th.checkbox div input[type="checkbox"], #adminTableSubject table tbody 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"], #adminTableSubject table thead tr td.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"], #adminTableSubject table tbody 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, #adminTableSubject table thead tr th, .adminTable table thead tr th {
    border: solid 1px #bfbfbf;
    min-width: initial; }
    #adminTable table thead tr.column-names th, #adminTableSubject table thead tr.column-names th, .adminTable table thead tr.column-names th {
      text-align: left;
      border-bottom: none; }
      #adminTable table thead tr.column-names th .sortable:hover, #adminTableSubject table thead tr.column-names th .sortable:hover, .adminTable table thead tr.column-names th .sortable:hover {
        cursor: pointer; }
    #adminTable table thead tr.tools th, #adminTableSubject table thead tr.tools th, .adminTable table thead tr.tools th {
      vertical-align: top;
      border-top: none; }
      #adminTable table thead tr.tools th .column-search input:not([type="checkbox"]), #adminTableSubject table thead tr.tools th .column-search input:not([type="checkbox"]), .adminTable table thead tr.tools th .column-search input:not([type="checkbox"]), #adminTable table thead tr.tools th .column-search select, #adminTableSubject table thead tr.tools th .column-search select, .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:not([type="checkbox"]), #adminTableSubject table thead tr.tools th .column-search > input:not([type="checkbox"]), .adminTable table thead tr.tools th .column-search > input:not([type="checkbox"]) {
        font-size: 0.75rem;
        min-width: 4rem;
        padding: 0.1rem 0.25rem; }
      #adminTable table thead tr.tools th .column-search select, #adminTableSubject table thead tr.tools th .column-search select, .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 select[multiple], #adminTableSubject table thead tr.tools th .column-search select[multiple], .adminTable table thead tr.tools th .column-search select[multiple] {
          background-image: none;
          padding: 0;
          height: initial; }
      #adminTable table thead tr.tools th .column-search .nullable, #adminTableSubject table thead tr.tools th .column-search .nullable, .adminTable table thead tr.tools th .column-search .nullable {
        margin-top: 0.125rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.675rem;
        font-weight: normal; }
        #adminTable table thead tr.tools th .column-search .nullable input, #adminTableSubject table thead tr.tools th .column-search .nullable input, .adminTable table thead tr.tools th .column-search .nullable input {
          margin-right: 0.5rem; }
      #adminTable table thead tr.tools th .column-search .date-range .picker-wrap, #adminTableSubject table thead tr.tools th .column-search .date-range .picker-wrap, .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, #adminTableSubject table thead tr.tools th .column-search .date-range .picker-wrap .label, .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, #adminTableSubject table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker, .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, #adminTableSubject table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input, .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'], #adminTableSubject table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input[name='year'], .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'], #adminTableSubject 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='day'], #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input[name='month'], #adminTableSubject table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input[name='month'], .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, #adminTableSubject table thead tr.tools th .column-search .date-range .buttons input, .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, #adminTableSubject table thead tr.tools th .column-search .date-range .buttons input.delete, .adminTable table thead tr.tools th .column-search .date-range .buttons input.delete {
            margin-right: 0.25rem; }
      #adminTable table thead tr.tools th.coloredBoolean .column-search select, #adminTableSubject table thead tr.tools th.coloredBoolean .column-search select, .adminTable table thead tr.tools th.coloredBoolean .column-search select {
        min-width: 3rem;
        padding: 0.125rem 1rem 0 0.15rem;
        background-size: 1.25rem; }
  #adminTable table tbody tr td, #adminTableSubject table tbody tr td, .adminTable table tbody tr td {
    border: solid 1px #bfbfbf;
    border-top: none;
    border-bottom: none; }
    #adminTable table tbody tr td.no-results, #adminTableSubject table tbody tr td.no-results, .adminTable table tbody tr td.no-results {
      text-align: center;
      padding: 0.5rem; }
    #adminTable table tbody tr td.boolean, #adminTableSubject table tbody tr td.boolean, .adminTable table tbody tr td.boolean, #adminTable table tbody tr td.isset, #adminTableSubject table tbody tr td.isset, .adminTable table tbody tr td.isset {
      text-align: center; }
    #adminTable table tbody tr td.coloredBoolean .colored-boolean, #adminTableSubject table tbody tr td.coloredBoolean .colored-boolean, .adminTable table tbody tr td.coloredBoolean .colored-boolean {
      background-image: url("/static/img/icons/no.png");
      background-repeat: no-repeat;
      background-size: 1.25rem 1.25rem;
      margin: auto;
      width: 1.25rem;
      height: 1.25rem; }
      #adminTable table tbody tr td.coloredBoolean .colored-boolean.checked, #adminTableSubject table tbody tr td.coloredBoolean .colored-boolean.checked, .adminTable table tbody tr td.coloredBoolean .colored-boolean.checked {
        background-image: url("/static/img/icons/yes.png"); }
    #adminTable table tbody tr td.date, #adminTableSubject table tbody tr td.date, .adminTable table tbody tr td.date, #adminTable table tbody tr td.datetime, #adminTableSubject table tbody tr td.datetime, .adminTable table tbody tr td.datetime {
      white-space: nowrap;
      font-size: 0.75rem; }
    #adminTable table tbody tr td .normal-content, #adminTableSubject table tbody tr td .normal-content, .adminTable table tbody tr td .normal-content {
      padding-bottom: 0.25rem;
      min-height: 1.5rem; }
      #adminTable table tbody tr td .normal-content.color, #adminTableSubject table tbody tr td .normal-content.color, .adminTable table tbody tr td .normal-content.color {
        border-radius: 0.25rem;
        width: 100%;
        height: 100%; }
    #adminTable table tbody tr td .prop-list, #adminTableSubject table tbody tr td .prop-list, .adminTable table tbody tr td .prop-list {
      display: block;
      white-space: nowrap; }
    #adminTable table tbody tr td .edit-content, #adminTableSubject table tbody tr td .edit-content, .adminTable table tbody tr td .edit-content {
      position: relative;
      margin-bottom: 0.125rem;
      border-radius: 0;
      border: 1px solid 22;
      font-weight: normal;
      font-size: 0.75rem;
      display: none;
      height: auto; }
      #adminTable table tbody tr td .edit-content.date, #adminTableSubject table tbody tr td .edit-content.date, .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"], #adminTableSubject table tbody tr td .edit-content.date .date-picker input[name="date"], .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, #adminTableSubject table tbody tr td .edit-content.date .control-panel, .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, #adminTableSubject table tbody tr td .edit-content.date .control-panel .icon-wrap, .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, #adminTableSubject table tbody tr td .edit-content.date .control-panel .icon-wrap .icon, .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, #adminTableSubject table tbody tr td .edit-content.date .control-panel .icon-wrap.close, .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, #adminTableSubject table tbody tr td .edit-content input, .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, #adminTableSubject table tbody tr td .edit-content input:focus, .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, #adminTableSubject table tbody tr td.loader, .adminTable table tbody tr td.loader {
      text-align: center;
      padding: 1rem; }
      #adminTable table tbody tr td.loader img, #adminTableSubject table tbody tr td.loader img, .adminTable table tbody tr td.loader img {
        width: 5rem;
        height: auto; }
    #adminTable table tbody tr td.control-buttons, #adminTableSubject table tbody tr td.control-buttons, .adminTable table tbody tr td.control-buttons {
      position: relative; }
    #adminTable table tbody tr td > div, #adminTableSubject table tbody tr td > div, .adminTable table tbody tr td > div {
      display: flex;
      align-items: center; }
    #adminTable table tbody tr td input[type="checkbox"], #adminTableSubject table tbody tr td input[type="checkbox"], .adminTable table tbody tr td input[type="checkbox"] {
      margin: 0; }
      #adminTable table tbody tr td input[type="checkbox"]:disabled, #adminTableSubject table tbody tr td input[type="checkbox"]:disabled, .adminTable table tbody tr td input[type="checkbox"]:disabled {
        border-color: #383838; }
      #adminTable table tbody tr td input[type="checkbox"]:checked:disabled:after, #adminTableSubject table tbody tr td input[type="checkbox"]:checked:disabled:after, .adminTable table tbody tr td input[type="checkbox"]:checked:disabled:after, #adminTable table tbody tr td input[type="checkbox"][indeterminate]:checked:disabled:after, #adminTableSubject table tbody tr td input[type="checkbox"][indeterminate]:checked:disabled:after, .adminTable table tbody tr td input[type="checkbox"][indeterminate]:checked:disabled:after {
        background-position: 100% 0%; }
    #adminTable table tbody tr td .actions, #adminTableSubject table tbody tr td .actions, .adminTable table tbody tr td .actions {
      display: flex; }
      #adminTable table tbody tr td .actions input[type="button"], #adminTableSubject table tbody tr td .actions input[type="button"], .adminTable table tbody tr td .actions input[type="button"], #adminTable table tbody tr td .actions button, #adminTableSubject table tbody tr td .actions button, .adminTable table tbody tr td .actions button, #adminTable table tbody tr td .actions a.button, #adminTableSubject table tbody tr td .actions a.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'], #adminTableSubject table tbody tr td .actions input[type="button"][name='delete'], .adminTable table tbody tr td .actions input[type="button"][name='delete'], #adminTable table tbody tr td .actions button[name='delete'], #adminTableSubject table tbody tr td .actions button[name='delete'], .adminTable table tbody tr td .actions button[name='delete'], #adminTable table tbody tr td .actions a.button[name='delete'], #adminTableSubject table tbody tr td .actions a.button[name='delete'], .adminTable table tbody tr td .actions a.button[name='delete'] {
        background-color: #e91c1c; }
      #adminTable table tbody tr td .actions input[type="button"]:disabled, #adminTableSubject table tbody tr td .actions input[type="button"]:disabled, .adminTable table tbody tr td .actions input[type="button"]:disabled, #adminTable table tbody tr td .actions button:disabled, #adminTableSubject table tbody tr td .actions button:disabled, .adminTable table tbody tr td .actions button:disabled, #adminTable table tbody tr td .actions a.button:disabled, #adminTableSubject table tbody tr td .actions a.button:disabled, .adminTable table tbody tr td .actions a.button:disabled {
        cursor: default; }
    #adminTable table tbody tr:nth-child(2n), #adminTableSubject table tbody tr:nth-child(2n), .adminTable table tbody tr:nth-child(2n) {
      background-color: #f1f1f1; }

#cookiesAgreement {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  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: 20; }
  #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; } }

#develFox {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: #fdef18;
  color: black;
  width: 100%;
  z-index: 2010; }
  #develFox p {
    margin: 0.5rem 0;
    font-weight: bold; }

#distantTermFox {
  background-color: #e5eaf2;
  width: 100%; }
  #distantTermFox > .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    max-width: 81rem;
    box-sizing: border-box;
    color: #1a377d;
    gap: 1rem;
    margin: auto; }
  #distantTermFox > .content p {
    margin-bottom: 0;
    font-weight: bold; }

button, input[type="button"], input[type="submit"], a.button, .a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 2.25rem;
  -webkit-border-radius: 2.25rem;
  -moz-border-radius: 2.25rem;
  text-transform: uppercase;
  text-align: center;
  background-color: #183376;
  border: none;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  padding: 0.25rem 1.5rem;
  line-height: 1.75rem;
  color: #fff;
  white-space: nowrap;
  outline: none; }
  button.small, input[type="button"].small, input[type="submit"].small, a.button.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.table, input[type="button"].table, input[type="submit"].table, a.button.table, .a.button.table {
    border-radius: 0.125rem;
    font-size: 0.625rem;
    margin: 0.25rem 0.125rem;
    padding: 0 0.25rem;
    min-width: 4rem;
    line-height: 1.25rem; }
  button.big, input[type="button"].big, input[type="submit"].big, a.button.big, .a.button.big {
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    font-size: 1.25rem;
    padding: 0.5rem;
    line-height: 2rem;
    min-width: 15rem; }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.button:hover, .a.button:hover {
    text-decoration: none;
    opacity: 0.9;
    cursor: pointer; }
  button:active, input[type="button"]:active, input[type="submit"]:active, a.button:active, .a.button:active {
    opacity: 0.8; }
  button.inverse, input[type="button"].inverse, input[type="submit"].inverse, a.button.inverse, .a.button.inverse {
    background-color: #595959; }
  button.secondary, input[type="button"].secondary, input[type="submit"].secondary, a.button.secondary, .a.button.secondary {
    background-color: #79be48; }
  button.abort, input[type="button"].abort, input[type="submit"].abort, a.button.abort, .a.button.abort {
    background-color: #f9b34b; }
  button.danger, input[type="button"].danger, input[type="submit"].danger, a.button.danger, .a.button.danger {
    background-color: #e91c1c; }
  button.yellow, input[type="button"].yellow, input[type="submit"].yellow, a.button.yellow, .a.button.yellow {
    background-color: #f9c001; }
  button.selectable, input[type="button"].selectable, input[type="submit"].selectable, a.button.selectable, .a.button.selectable {
    border: 2px solid #1a377d;
    background-color: transparent;
    color: #1a377d;
    box-shadow: none; }
  button.selectable.selected, input[type="button"].selectable.selected, input[type="submit"].selectable.selected, a.button.selectable.selected, .a.button.selectable.selected {
    background-color: #1a377d;
    color: white; }
  button.image, input[type="button"].image, input[type="submit"].image, a.button.image, .a.button.image {
    padding: 0; }
  button.facebook, input[type="button"].facebook, input[type="submit"].facebook, a.button.facebook, .a.button.facebook {
    background: #314fb3 url("/static/img/icon-fb-login-register.png") no-repeat;
    padding-left: 3rem;
    background-size: contain; }
  button.download, input[type="button"].download, input[type="submit"].download, a.button.download, .a.button.download {
    text-transform: none;
    background: #f1f1f1;
    background: linear-gradient(0, #f1f1f1, white);
    color: black;
    padding: 0.125rem 1rem;
    line-height: normal;
    box-sizing: border-box;
    min-width: auto;
    min-width: initial;
    font-size: 0.875rem;
    height: 1.75rem;
    border: 1px solid #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center; }
  button.download img, input[type="button"].download img, input[type="submit"].download img, a.button.download img, .a.button.download img {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.5rem; }
  button.download:hover, input[type="button"].download:hover, input[type="submit"].download:hover, a.button.download:hover, .a.button.download:hover {
    background: linear-gradient(0, white, #f1f1f1); }
  button.download:hover img, input[type="button"].download:hover img, input[type="submit"].download:hover img, a.button.download:hover img, .a.button.download:hover img {
    opacity: 0.5; }
  button.saveItem, input[type="button"].saveItem, input[type="submit"].saveItem, a.button.saveItem, .a.button.saveItem, button.addItem, input[type="button"].addItem, input[type="submit"].addItem, a.button.addItem, .a.button.addItem, button.deleteItem, input[type="button"].deleteItem, input[type="submit"].deleteItem, a.button.deleteItem, .a.button.deleteItem {
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: 50% 50%;
    border-radius: 100%;
    display: block;
    margin: 0.5rem auto;
    padding: 0;
    width: 1.75rem;
    height: 1.75rem; }
  button.addItem, input[type="button"].addItem, input[type="submit"].addItem, a.button.addItem, .a.button.addItem {
    background-image: url("/static/img/icons/plus.svg"); }
  button.saveItem, input[type="button"].saveItem, input[type="submit"].saveItem, a.button.saveItem, .a.button.saveItem {
    background-image: url("/static/img/icons/save.png"); }
  button.deleteItem, input[type="button"].deleteItem, input[type="submit"].deleteItem, a.button.deleteItem, .a.button.deleteItem {
    background-image: url("/static/img/icons/delete.svg");
    background-color: #e91c1ccc; }
  button.deleteItem:hover, input[type="button"].deleteItem:hover, input[type="submit"].deleteItem:hover, a.button.deleteItem:hover, .a.button.deleteItem:hover {
    background-color: #e91c1caa; }
  button.purchase, input[type="button"].purchase, input[type="submit"].purchase, a.button.purchase, .a.button.purchase {
    background-color: #00bf8b;
    padding: 0.75rem 1.5rem; }
  button.delete, input[type="button"].delete, input[type="submit"].delete, a.button.delete, .a.button.delete {
    background-color: #e91c1caa; }
  button.delete:hover, input[type="button"].delete:hover, input[type="submit"].delete:hover, a.button.delete:hover, .a.button.delete:hover {
    background-color: #e91c1cff; }
  button.outline, input[type="button"].outline, input[type="submit"].outline, a.button.outline, .a.button.outline {
    border: 2px solid #bfbfbf;
    background-color: transparent;
    color: #bfbfbf;
    box-shadow: none; }
  button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, a.button:disabled, .a.button:disabled {
    background-color: #cecece !important;
    color: #fff !important; }
  button:disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, a.button:disabled:hover, .a.button:disabled:hover, button:disabled:active, input[type="button"]:disabled:active, input[type="submit"]:disabled:active, a.button:disabled:active, .a.button:disabled:active {
    opacity: 1; }

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

.colorPicker .colors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .colorPicker .colors button[name="color"] {
    background-color: transparent;
    border-radius: 100%;
    box-sizing: border-box;
    min-width: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.25rem;
    padding: 0;
    width: 1.75rem;
    height: 1.75rem; }
  .colorPicker .colors button[name="color"][data-color="#fff"] div {
    border: solid 2px #000; }
  .colorPicker .colors button[name="color"] div {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem; }
  .colorPicker .colors button[name="color"].selected[data-color="#fff"] div:after {
    content: "";
    background-color: #000;
    border-radius: 100%;
    display: block;
    width: 0.75rem;
    height: 0.75rem; }
    .colorPicker .colors button[name="color"].selected div {
      width: 1.25rem;
      height: 1.25rem; }

.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: 201; }
  .datePicker .box .tools {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    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 {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
  .datePicker .box .days button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: solid 1px #fff;
    padding: 0;
    width: calc((100% / 7) - 2px);
    min-width: initial;
    height: 2.5rem; }
    .datePicker .box .days button[name="placeholder"] {
      background: #e1e1e1;
      border-color: #fff; }
  .datePicker input[name="date"]:focus + .box {
    display: block; }

.inlineDatePicker {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  background-color: ;
  border: solid 1px #bfbfbf;
  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; }

.inlineDateTimePicker {
  display: flex; }
  .inlineDateTimePicker .inlineDatePicker, .inlineDateTimePicker .timePicker {
    margin-bottom: 0; }
  .inlineDateTimePicker .inlineDatePicker {
    margin-right: 0.5rem; }

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  border: solid 1px #bfbfbf;
  margin-bottom: 1rem;
  padding: 0.1rem 0.5rem;
  height: 2rem;
  color: #000;
  outline: none;
  max-width: 100%;
  box-sizing: border-box; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::selection {
    background-color: #383838;
    color: #fff; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus {
    box-shadow: 0 0 5px 1px #383838; }
  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 {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: start;
  max-width: 100%; }
  label > input {
    flex: 0 0 auto; }
  label > div {
    flex-shrink: 1 !important; }

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

select {
  -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-radius: 0.25rem;
  border: solid 1px #bfbfbf;
  font-size: 1rem;
  font-weight: 300;
  padding: 0.125rem 2.5rem 0 1rem;
  height: 2rem;
  outline: none;
  color: #383838; }
  select:focus {
    box-shadow: 0 0 5px 1px #bfbfbf; }
  select::-ms-expand {
    /* remove default arrow in IE 10 and 11 */
    display: none; }
  @media screen and (min-width: 40em) {
  select {
    font-size: 0.85rem;
    /* 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: Roboto, sans-serif;
  font-size: 1rem;
  border: solid 1px #bfbfbf;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 4rem;
  line-height: 1.25rem;
  outline: none;
  overflow: auto;
  resize: none; }
  textarea::selection {
    background-color: #38383899; }
  textarea:focus {
    box-shadow: 0 0 5px 1px #bfbfbf; }
  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; }

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

.uploader input[type="file"] {
  display: none; }
  .uploader .drop-zone {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid 1px #d1d1d1;
    padding: 0.25rem;
    width: calc(100% - .5rem - 2px);
    min-height: 4rem; }
  .uploader .drop-zone input[name="image"], .uploader .drop-zone input[name="video"] {
    display: none; }
  .uploader .drop-zone div {
    text-align: center;
    font-family: RobotoSlab, serif;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #d1d1d1; }
  .uploader .drop-zone div a:hover {
    text-decoration: underline; }
  .uploader .drop-zone:hover {
    cursor: pointer; }
  .uploader .drop-zone:hover a {
    text-decoration: underline; }
  .uploader .files {
    margin: 1rem 0; }
  .uploader .files .file + .file {
    margin-top: 0.5rem; }
  .uploader .files .file .icon-and-name {
    display: flex;
    align-items: center; }
    .uploader .files .file .icon-and-name .icon {
      flex-shrink: 0;
      margin-right: 0.5rem; }
    .uploader .files .file .icon-and-name .icon img {
      object-fit: cover;
      display: block;
      margin: auto;
      width: 1.25rem;
      max-height: 1.25rem; }
    .uploader .files .file .icon-and-name .name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 0.875rem; }
    .uploader .files .file .icon-and-name button[name="delete"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      position: relative;
      background: transparent;
      border: none;
      flex-shrink: 0;
      margin-right: 0.25rem;
      padding: 0;
      width: 1.25rem;
      height: 1.25rem; }
    .uploader .files .file .icon-and-name button[name="delete"] div {
      transform: rotate(45deg);
      position: absolute;
      background-color: #000;
      top: 0;
      left: 0.5rem;
      content: " ";
      height: 1.25rem;
      width: 0.125rem; }
    .uploader .files .file .icon-and-name button[name="delete"] div + div {
      transform: rotate(-45deg); }
    .uploader .files .file .icon-and-name button[name="delete"]:hover {
      opacity: 0.7;
      cursor: pointer; }
  .uploader progress {
    -webkit-appearance: none;
    appearance: none;
    font-size: 0.5rem;
    display: block;
    margin: 0.25rem 0 0 1.5rem;
    height: 0.5rem;
    width: calc(100% - 1.5rem); }
  .uploader progress::-webkit-progress-bar {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    overflow: hidden; }
  .uploader progress::-webkit-progress-value {
    background-color: #1a377d; }

#adminMenu, #groupAdminMenu {
  flex-shrink: 0;
  box-sizing: border-box; }
  #adminMenu .content, #groupAdminMenu .content {
    background-color: #fff;
    border: solid 1px #000; }
  #adminMenu .content .section, #groupAdminMenu .content .section {
    border-bottom: solid 1px #000; }
  #adminMenu .content .section:last-child, #groupAdminMenu .content .section:last-child {
    border-bottom: none; }
  #adminMenu .content .section a.section-head, #groupAdminMenu .content .section a.section-head, #adminMenu .content .section .section-items a, #groupAdminMenu .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, #groupAdminMenu .content .section a.section-head {
    background-color: #1a377d;
    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, #groupAdminMenu .content .section a.section-head:hover {
      text-decoration: none;
      opacity: 0.75; }
    #adminMenu .content .section a.section-head:after, #groupAdminMenu .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, #groupAdminMenu .content .section .section-items {
    display: none;
    flex-direction: column; }
    #adminMenu .content .section .section-items a, #groupAdminMenu .content .section .section-items a {
      font-size: 0.75rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #adminMenu .content .section .section-items a:hover, #groupAdminMenu .content .section .section-items a:hover {
      text-decoration: none;
      background-color: #f1f1f1; }
    #adminMenu .content .section .section-items a .number, #groupAdminMenu .content .section .section-items a .number {
      background-color: #e91c1c;
      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, #groupAdminMenu .content .section.open a.section-head {
    border-bottom: solid 1px #000; }
    #adminMenu .content .section.open a.section-head:after, #groupAdminMenu .content .section.open a.section-head:after {
      transform: rotate(135deg); }
    #adminMenu .content .section.open .section-items, #groupAdminMenu .content .section.open .section-items {
      display: flex; }

#adminWrapper, #groupAdminWrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 1rem;
  width: max-content; }
  #adminWrapper #adminMenu, #groupAdminWrapper #adminMenu, #adminWrapper #groupAdminMenu, #groupAdminWrapper #groupAdminMenu {
    width: 100%; }
  #adminWrapper #container, #groupAdminWrapper #container {
    width: max-content;
    max-width: initial; }
  #adminWrapper #container > .title, #groupAdminWrapper #container > .title, #adminWrapper #container > .content, #groupAdminWrapper #container > .content {
    background-color: #fff;
    border: solid 1px #000;
    box-sizing: border-box; }
  #adminWrapper #container > .title, #groupAdminWrapper #container > .title {
    width: calc(100vw - 2rem);
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem; }
  #adminWrapper #container > .title h1, #adminWrapper #container > .title h2.h1-like, #groupAdminWrapper #container > .title h1, #groupAdminWrapper #container > .title h2.h1-like {
    margin-bottom: 0; }
  #adminWrapper #container > .content, #groupAdminWrapper #container > .content {
    max-width: initial; }
  @media (min-width: 40em) {
  #adminWrapper, #groupAdminWrapper {
    flex-direction: row; }
    #adminWrapper #adminMenu, #groupAdminWrapper #adminMenu, #adminWrapper #groupAdminMenu, #groupAdminWrapper #groupAdminMenu {
      margin-right: 1rem;
      max-width: 14rem; }

    #adminWrapper #container > .title, #groupAdminWrapper #container > .title {
      width: calc(100vw - 14rem - 2rem - 2rem); } }

.pagination a.button.small {
  border-radius: 0.125rem;
  box-sizing: border-box;
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.25rem;
  min-width: 1.5rem;
  min-height: 1.25rem; }
  .pagination a.button.small.current {
    background-color: #79be48; }

#forgottenPassword .error-message {
  margin-bottom: 1rem;
  color: #e91c1c; }
  #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, #loginComponent h2.h1-like {
  text-align: center; }
  #loginComponent .register {
    display: flex;
    flex-direction: column;
    align-items: center; }
  #loginComponent .register a {
    line-height: 1.25rem;
    margin-top: 0.25rem; }
  #loginComponent .switch-process {
    text-align: center;
    margin-bottom: 1rem; }
  #loginComponent .row {
    width: 100%; }
  #loginComponent .row.loginByEmailSent > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem; }
    #loginComponent .row.loginByEmailSent > div img {
      width: 4rem;
      height: 4rem; }
    #loginComponent .row.loginByEmailSent > div p {
      font-size: 1rem !important;
      margin-bottom: 0; }
  #loginComponent .row.submit, #loginComponent .row.byEmail, #loginComponent .row.back {
    width: 100%; }
  #loginComponent .row.submit input, #loginComponent .row.byEmail input, #loginComponent .row.back input {
    width: 100%; }
  #loginComponent .row.back input {
    background-color: transparent;
    border: solid 1px #919191;
    color: #919191; }
  #loginComponent .row.or {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
    color: #a1a1a1; }
  #loginComponent .row.or hr {
    background-color: #cecece;
    border: none;
    height: 1px;
    flex-grow: 1;
    margin-bottom: 0; }

#mLmsAddCert .container > .content {
  border-radius: 1.5rem; }
  #mLmsAddCert .container > .content form {
    width: 100%;
    max-width: 45rem; }
    #mLmsAddCert .container > .content form .buttons {
      display: flex;
      flex-direction: column; }
    #mLmsAddCert .container > .content form .buttons button {
      white-space: normal;
      background-color: transparent;
      margin-bottom: 1rem;
      min-height: 10rem;
      width: 100%;
      max-width: 15rem; }
    @media (min-width: 30em) {
        #mLmsAddCert .container > .content form .buttons {
          flex-direction: row;
          justify-content: space-between; }
          #mLmsAddCert .container > .content form .buttons button {
            width: calc(25% - .75rem); } }
    #mLmsAddCert .container > .content form > .row {
      width: 100%; }
    #mLmsAddCert .container > .content form > .row label + em {
      display: block;
      margin-bottom: 0.5rem; }
    #mLmsAddCert .container > .content form > .row input, #mLmsAddCert .container > .content form > .row select {
      width: 100%; }
    #mLmsAddCert .container > .content form > .row input[name="file"] {
      display: none; }
    #mLmsAddCert .container > .content form > .row .attachment .file > div:first-child {
      display: flex;
      align-items: center; }
      #mLmsAddCert .container > .content form > .row .attachment .file > div:first-child button {
        background-image: url("/static/img/icons/close.png");
        background-repeat: no-repeat;
        background-size: 0.5rem 0.5rem;
        background-position: center center;
        margin-right: 0.5rem;
        padding: 0;
        width: 1.25rem;
        height: 1.25rem; }
      #mLmsAddCert .container > .content form > .row .attachment .file .upload-progress {
        border-radius: 0.125rem;
        box-sizing: border-box;
        margin-top: 0.25rem;
        width: 100%;
        height: 0.25rem; }
      #mLmsAddCert .container > .content form > .row .attachment .file .upload-progress .value {
        overflow: hidden;
        height: 100%; }
      #mLmsAddCert .container > .content form > .row .attachment .selectFile {
        box-sizing: border-box;
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        width: 100%; }
    #mLmsAddCert .container > .content form > .row.error-message {
      text-align: center; }
  #mLmsAddCert .container .closer {
    right: 1rem;
    top: 1rem; }

#mLmsProductAgreement .container > .content {
  border-radius: 1.5rem; }
  #mLmsProductAgreement .container > .content .row {
    font-size: 1rem; }
  #mLmsProductAgreement .container .closer {
    right: 1rem;
    top: 1rem; }

.modal {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 1rem;
  width: 100vw;
  height: calc(100% - 1rem);
  color: #333;
  z-index: 20;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0; }
  .modal .modalWrapper {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    width: calc(100vw - 2rem);
    max-width: 60rem;
    max-height: calc(100vh - 2rem);
    color: #333; }
  .modal .modalWrapper * {
    flex-shrink: 0; }
  .modal .modalWrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%; }
  .modal .modalWrapper .container .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: solid 1px #a9a9a9;
    padding-bottom: 1rem;
    width: calc(100% - 2px);
    padding: 1rem;
    box-sizing: border-box; }
    .modal .modalWrapper .container .content .title {
      font-size: 36px;
      margin: 15px auto 10px; }
    .modal .modalWrapper .container .content .logo {
      margin: 2.5rem 0 2rem;
      width: 152px;
      height: 20px; }
    .modal .modalWrapper .container .content form {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .modal .modalWrapper .container .content form .row {
      margin-bottom: 1rem; }
      .modal .modalWrapper .container .content form .row.error-message {
        color: #e91c1c; }
      .modal .modalWrapper .container .content form .row.ok-message {
        color: #79be48;
        text-align: center; }
      .modal .modalWrapper .container .content form .row label {
        margin-bottom: 0.5rem; }
  .modal .modalWrapper .container .closer {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    width: 28px;
    height: 28px;
    min-width: 0rem;
    right: 0.5rem;
    top: 0.5rem; }
    .modal .modalWrapper .container .closer:before, .modal .modalWrapper .container .closer:after {
      position: absolute;
      background-color: #000;
      top: 0;
      left: 10px;
      content: " ";
      height: 29px;
      width: 5px; }
    .modal .modalWrapper .container .closer:before {
      transform: rotate(45deg); }
    .modal .modalWrapper .container .closer:after {
      transform: rotate(-45deg); }
    .modal .modalWrapper .container .closer:hover {
      opacity: 0.7;
      cursor: pointer; }
  .modal .modalWrapper .modal-margin {
    padding-bottom: 1rem; }

#mForgottenPassword .modalWrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 620px) {
    #mForgottenPassword .modalWrapper {
      width: 620px; } }
  #mForgottenPassword .modalWrapper .container {
    font-size: 14px;
    width: 100%; }
  #mForgottenPassword .modalWrapper .container form {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
    width: 100%; }
    #mForgottenPassword .modalWrapper .container form .row {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
    #mForgottenPassword .modalWrapper .container form .row input {
      width: 210px; }
    #mForgottenPassword .modalWrapper .container form .row.send {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center; }
      #mForgottenPassword .modalWrapper .container form .row.send button[name="send"] {
        width: 222px; }
    #mForgottenPassword .modalWrapper .container form .error-message {
      text-align: center;
      font-size: 16px;
      padding: 10px 40px;
      width: calc(100% - 80px);
      color: #f00; }
  #mForgottenPassword .modalWrapper .container .login, #mForgottenPassword .modalWrapper .container .register {
    align-self: center;
    text-decoration: underline;
    cursor: pointer; }
    #mForgottenPassword .modalWrapper .container .login:hover, #mForgottenPassword .modalWrapper .container .register:hover {
      color: #16a7ff; }
  #mForgottenPassword .modalWrapper .container .login {
    margin-bottom: 10px; }
  #mForgottenPassword .modalWrapper .container .register {
    margin-bottom: 40px; }
  #mForgottenPassword .modalWrapper .container .confirmation {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 45px auto;
    padding: 0 20px; }
    #mForgottenPassword .modalWrapper .container .confirmation .checkmark {
      flex-shrink: 0;
      background-image: url("/img/checkmark.png");
      background-repeat: no-repeat;
      background-size: 50px 50px;
      margin-right: 20px;
      width: 50px;
      height: 50px; }
    #mForgottenPassword .modalWrapper .container .confirmation .announcement {
      flex-shrink: 1;
      text-align: left;
      font-size: 20px;
      font-weight: 200; }

@media screen and (min-width: 620px) {
      #mLogin .modalWrapper {
        padding-bottom: 40px;
        width: 620px; } }
  #mLogin .modalWrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100%; }
  #mLogin .modalWrapper .container form {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    width: 100%; }
    #mLogin .modalWrapper .container form .row .styled-input {
      width: calc(200px - 12px); }
    #mLogin .modalWrapper .container form .row .styled-button {
      width: 200px; }
    #mLogin .modalWrapper .container form .error-message {
      text-align: center;
      font-size: 16px;
      padding: 10px 40px;
      width: calc(100% - 80px);
      color: #f00; }
  #mLogin .modalWrapper .container .register, #mLogin .modalWrapper .container .forgotten-password {
    align-self: center;
    text-decoration: underline;
    margin-bottom: 5px;
    cursor: pointer; }
    #mLogin .modalWrapper .container .register:hover, #mLogin .modalWrapper .container .forgotten-password:hover {
      color: #ff295a; }

@media screen and (min-width: 620px) {
      #mRegister .modalWrapper {
        padding-bottom: 40px;
        width: 620px; } }
  #mRegister .modalWrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100%; }
  #mRegister .modalWrapper .container form {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    width: 100%; }
    #mRegister .modalWrapper .container form .row .styled-input {
      width: calc(200px - 12px); }
    #mRegister .modalWrapper .container form .row .styled-button {
      width: 200px; }
    #mRegister .modalWrapper .container form .error-message {
      text-align: center;
      font-size: 16px;
      padding: 10px 40px;
      width: calc(100% - 80px);
      color: #f00; }
  #mRegister .modalWrapper .container .login {
    align-self: center;
    text-decoration: underline;
    cursor: pointer; }
    #mRegister .modalWrapper .container .login:hover {
      color: #ff295a; }

@media screen and (min-width: 620px) {
      #mRegistrationDone .modalWrapper {
        padding-bottom: 40px;
        width: 620px; } }
  #mRegistrationDone .modalWrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100%; }
  #mRegistrationDone .modalWrapper .container .title {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto; }
    #mRegistrationDone .modalWrapper .container .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; }
    #mRegistrationDone .modalWrapper .container .title .label {
      flex-shrink: 0;
      font-size: 20px; }
  #mRegistrationDone .modalWrapper .container .announcement {
    text-align: center;
    font-size: 16px; }

#mUserActivated .modalWrapper .container {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  #mUserActivated .modalWrapper .container .title {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2.5rem auto; }
    #mUserActivated .modalWrapper .container .title .checkmark {
      flex-shrink: 0;
      background-image: url("/static/img/checkmark.png");
      background-repeat: no-repeat;
      background-size: 50px 50px;
      margin: 0 0 1rem;
      width: 50px;
      height: 50px; }
    #mUserActivated .modalWrapper .container .title .label {
      text-align: center;
      flex-shrink: 0;
      font-size: 1.25rem; }
  #mUserActivated .modalWrapper .container .announcement {
    text-align: center; }
  @media only screen and (min-width: 30rem) {
      #mUserActivated .modalWrapper .container .title {
        flex-direction: row; }
        #mUserActivated .modalWrapper .container .title .checkmark {
          margin: 0 1rem 0 0; } }

@media screen and (min-width: 620px) {
      #mUsersTopologyConfirmationSend .modalWrapper {
        padding-bottom: 40px;
        width: 620px; } }
  #mUsersTopologyConfirmationSend .modalWrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100%; }
  #mUsersTopologyConfirmationSend .modalWrapper .container .title {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto; }
    #mUsersTopologyConfirmationSend .modalWrapper .container .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; }
    #mUsersTopologyConfirmationSend .modalWrapper .container .title .label {
      flex-shrink: 0;
      font-size: 20px; }
  #mUsersTopologyConfirmationSend .modalWrapper .container .announcement {
    text-align: center;
    font-size: 16px; }

#apiAuth h1, #apiAuth h2.h1-like {
  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, #apiDoc h2.h1-like {
    color: black;
    text-align: center; }
  #apiDoc h3 {
    font-weight: bold; }
  #apiDoc .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem; }
  #apiDoc .header .left, #apiDoc .header .right {
    display: flex;
    align-items: center; }
  #apiDoc .header .left b {
    margin-right: 0.5rem; }
  #apiDoc .header .left span {
    color: #1a377d; }
  #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: #383838; }
  #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 #bfbfbf;
    margin-bottom: 1rem;
    background-color: #bfbfbf19; }
    #apiDoc .group .group-body .item.GET {
      border-color: #65b1fb;
      background-color: #65b1fb19; }
    #apiDoc .group .group-body .item.GET .left .label {
      background-color: #65b1fb; }
    #apiDoc .group .group-body .item.GET .body {
      border-color: #65b1fb; }
    #apiDoc .group .group-body .item.GET input[type="submit"], #apiDoc .group .group-body .item.GET button {
      background-color: #65b1fb; }
    #apiDoc .group .group-body .item.POST {
      border-color: #50cb92;
      background-color: #50cb9219; }
    #apiDoc .group .group-body .item.POST .left .label {
      background-color: #50cb92; }
    #apiDoc .group .group-body .item.POST .body {
      border-color: #50cb92; }
    #apiDoc .group .group-body .item.POST input[type="submit"], #apiDoc .group .group-body .item.POST button {
      background-color: #50cb92; }
    #apiDoc .group .group-body .item.PUT {
      border-color: #faa03f;
      background-color: #faa03f19; }
    #apiDoc .group .group-body .item.PUT .left .label {
      background-color: #faa03f; }
    #apiDoc .group .group-body .item.PUT .body {
      border-color: #faa03f; }
    #apiDoc .group .group-body .item.PUT input[type="submit"], #apiDoc .group .group-body .item.PUT button {
      background-color: #faa03f; }
    #apiDoc .group .group-body .item.PATCH {
      border-color: #58e2c2;
      background-color: #58e2c219; }
    #apiDoc .group .group-body .item.PATCH .left .label {
      background-color: #58e2c2; }
    #apiDoc .group .group-body .item.PATCH .body {
      border-color: #58e2c2; }
    #apiDoc .group .group-body .item.PATCH input[type="submit"], #apiDoc .group .group-body .item.PATCH button {
      background-color: #58e2c2; }
    #apiDoc .group .group-body .item.DELETE {
      border-color: #f64044;
      background-color: #f6404419; }
    #apiDoc .group .group-body .item.DELETE .left .label {
      background-color: #f64044; }
    #apiDoc .group .group-body .item.DELETE .body {
      border-color: #f64044; }
    #apiDoc .group .group-body .item.DELETE input[type="submit"], #apiDoc .group .group-body .item.DELETE button {
      background-color: #f64044; }
    #apiDoc .group .group-body .item.HEAD {
      border-color: #8f2bfa;
      background-color: #8f2bfa19; }
    #apiDoc .group .group-body .item.HEAD .left .label {
      background-color: #8f2bfa; }
    #apiDoc .group .group-body .item.HEAD .body {
      border-color: #8f2bfa; }
    #apiDoc .group .group-body .item.HEAD input[type="submit"], #apiDoc .group .group-body .item.HEAD button {
      background-color: #8f2bfa; }
    #apiDoc .group .group-body .item.OPTIONS {
      border-color: #155ca5;
      background-color: #155ca519; }
    #apiDoc .group .group-body .item.OPTIONS .left .label {
      background-color: #155ca5; }
    #apiDoc .group .group-body .item.OPTIONS .body {
      border-color: #155ca5; }
    #apiDoc .group .group-body .item.OPTIONS input[type="submit"], #apiDoc .group .group-body .item.OPTIONS button {
      background-color: #155ca5; }
    #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: baseline; }
      #apiDoc .group .group-body .item a.head .right .path {
        font-weight: bold; }
      #apiDoc .group .group-body .item a.head .right .title, #apiDoc .group .group-body .item a.head .right .path {
        margin-right: 1rem; }
      #apiDoc .group .group-body .item a.head .right .title, #apiDoc .group .group-body .item a.head .right .deprecation {
        font-size: 0.9rem; }
    #apiDoc .group .group-body .item.deprecated .right .path, #apiDoc .group .group-body .item.deprecated .right .title {
      text-decoration: line-through; }
    #apiDoc .group .group-body .item .body {
      flex-direction: column;
      box-sizing: border-box;
      padding: 0.5rem;
      border-top: 1px solid #bfbfbf;
      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, RobotoSlab, 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: #e91c1c;
        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: #e91c1c; }
      #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 #bfbfbf;
        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: #383838; }
  #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; }

#error402 > .content, #error403 > .content, #error404 > .content, #error405 > .content, #error500 > .content {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: black;
  background-image: url("/static/img/pages/404-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color: white;
  min-height: 50vh; }
  #error402 > .content h2, #error403 > .content h2, #error404 > .content h2, #error405 > .content h2, #error500 > .content h2 {
    margin-bottom: 2rem;
    text-align: center; }
  #error402 > .content h4, #error403 > .content h4, #error404 > .content h4, #error405 > .content h4, #error500 > .content h4 {
    text-align: center;
    max-width: 50rem;
    margin-bottom: 2rem; }
  #error402 > .content a.button, #error403 > .content a.button, #error404 > .content a.button, #error405 > .content a.button, #error500 > .content a.button {
    text-align: center;
    padding: 0.5rem 1.5rem; }

#styles #container {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  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 {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-start;
      margin-bottom: 2rem; }
    #styles #container > div > .content .block.typography {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      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, #setPassword {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: scroll;
  width: 100%;
  height: 100vh; }
  #passwordRecovery .container, #setPassword .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    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, #setPassword .container .title {
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    margin: 20px auto; }
  #passwordRecovery .container .email, #setPassword .container .email {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 20px; }
  @media screen and (max-width: 620px) {
    #passwordRecovery .container, #setPassword .container {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      overflow: scroll;
      width: 100%;
      height: 100vh; }
      #passwordRecovery .container .title, #setPassword .container .title {
        font-size: 40px;
        margin: 10px auto; }
      #passwordRecovery .container .email, #setPassword .container .email {
        margin-bottom: 10px; } }
  #passwordRecovery .container form, #setPassword .container form {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px; }
  #passwordRecovery .container form .row, #setPassword .container form .row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center; }
    #passwordRecovery .container form .row .styled-input, #setPassword .container form .row .styled-input {
      width: calc(200px - 12px); }
    @media screen and (max-width: 400px) {
        #passwordRecovery .container form .row .styled-input, #setPassword .container form .row .styled-input {
          width: 170px; } }
    #passwordRecovery .container form .row .styled-button, #setPassword .container form .row .styled-button {
      width: 200px; }
    #passwordRecovery .container form .row.send, #setPassword .container form .row.send {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center; }
  #passwordRecovery .container .error-message, #setPassword .container .error-message {
    width: 100%;
    height: 20px;
    color: #f00; }
  #passwordRecovery .container .confirmation, #setPassword .container .confirmation {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #passwordRecovery .container .confirmation > div, #setPassword .container .confirmation > div {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 40px; }
    #passwordRecovery .container .confirmation > div .checkmark, #setPassword .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, #setPassword .container .confirmation > div .announcement {
      text-align: center;
      font-size: 20px;
      font-weight: 200; }
  #passwordRecovery .container .confirmation button, #setPassword .container .confirmation button {
    min-width: 200px; }

#setPassword .container form .row input[name="password"] {
  text-align: center; }
  #setPassword .container form .row.buttons {
    flex-direction: column; }
  #setPassword .container form .row.buttons input[type="submit"] {
    margin-bottom: 1rem; }
  #setPassword .container form .row.error-message {
    margin-top: 1rem; }

#uspesnaRegistrace #container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

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

#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/modules/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 {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    bottom: 0; }
  #console .input .tools {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    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 {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    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"] {
      -webkit-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      bottom: 3px; }
    #console .input .tools .left button.arrow[name="next-command"], #console .input .tools .right button.arrow[name="next-command"] {
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      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/modules/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/modules/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%; }

#debuggerLogin {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100vw;
  height: 100vh; }
  #debuggerLogin form {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:  - 40px; }
  #debuggerLogin form h1, #debuggerLogin form h2.h1-like {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px; }
  #debuggerLogin form .row {
    width: 100%; }
  #debuggerLogin form .row input[name="name"], #debuggerLogin form .row input[name="password"] {
    text-align: center;
    width: calc(100% - 12px); }
  #debuggerLogin form .row input[name="login"] {
    width: 100%; }

* {
  margin: 0;
  padding: 0; }

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

#log .head h1, #log .head h2.h1-like {
  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; }
