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

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

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

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

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

* {
  max-width: 100%; }

html {
  height: 100%; }

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

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

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

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

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

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

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

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

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

fieldset {
  border: 0; }

legend {
  padding: 0 0.5rem; }

hr {
  border-style: solid; }

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

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

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

:-moz-placeholder {
  color: grey; }

a, .a {
  text-decoration: none;
  color: #30a9d4;
  cursor: pointer; }
  a:hover, .a:hover {
    text-decoration: none; }
    a:hover *, .a:hover * {
      text-decoration: none; }

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

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

h2 {
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #30a9d4; }
  @media (min-width: 60em) {
  h2 {
    font-size: 1.875rem; } }

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

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

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

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

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

img {
  max-width: 100%; }

table {
  border-collapse: collapse; }
  table tr td, table tr th {
    padding: 0.125rem 0.25rem; }
    table tr td {
      text-align: center; }

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

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

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

form .row {
  margin-bottom: 0.5rem; }
  form .error-message {
    color: #ec1515; }
  form .ok-message {
    color: #38ae0e; }

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

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

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

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

button, input[type="button"], input[type="submit"], a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-transform: uppercase;
  background-color: #30a9d4;
  border-radius: 0.25rem;
  box-sizing: border-box;
  border: none;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  padding: 0.25rem 1.5rem;
  line-height: 1.5rem;
  color: #fff; }
  button.small, input[type="button"].small, input[type="submit"].small, a.button.small {
    border-radius: 0.25rem;
    font-size: 0.75rem;
    padding: 0.125rem 1.5rem;
    line-height: 1.5rem;
    min-width: 5rem; }
  button.big, input[type="button"].big, input[type="submit"].big, a.button.big {
    border-radius: 1.25rem;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    line-height: 1.5rem; }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.button:hover {
    text-decoration: none;
    opacity: 0.9;
    cursor: pointer; }
  button:active, input[type="button"]:active, input[type="submit"]:active, a.button:active {
    opacity: 0.8; }
  button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, a.button:disabled {
    background-color: #c1c1c1;
    color: #f1f1f1 !important; }
  button:disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, a.button:disabled:hover, button:disabled:active, input[type="button"]:disabled:active, input[type="submit"]:disabled:active, a.button:disabled:active {
    opacity: 1; }
  button.inverse, input[type="button"].inverse, input[type="submit"].inverse, a.button.inverse {
    background-color: #606060; }
  button.secondary, input[type="button"].secondary, input[type="submit"].secondary, a.button.secondary {
    background-color: #f66925; }
  button.abort, input[type="button"].abort, input[type="submit"].abort, a.button.abort {
    background-color: #fa3; }
  button.danger, input[type="button"].danger, input[type="submit"].danger, a.button.danger {
    background-color: #f22; }
  button.image, input[type="button"].image, input[type="submit"].image, a.button.image {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0; }
  button.facebook, input[type="button"].facebook, input[type="submit"].facebook, a.button.facebook {
    background: #314fb3 url("/static/img/icon-fb-login-register.png") no-repeat;
    padding-left: 3rem;
    background-size: contain;
    -webkit-box-shadow: 0 2px 1px 0px #203482ff;
    -moz-box-shadow: 0 2px 1px 0px #203482ff;
    box-shadow: 0 2px 1px 0px #203482ff; }

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

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

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  border-radius: 0.125rem;
  border: solid 1px #c2c0bf;
  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: #009acc;
    color: #fff; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus {
    box-shadow: 0 0 5px 2px #009acc; }
  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 {
  font-size: 0.875rem;
  display: flex;
  align-items: start;
  margin-left: 0.5rem;
  max-width: 100%; }
  label > input {
    flex: 0 0 auto; }
  label > div {
    flex-shrink: 1 !important; }
  label + input {
    margin-top: 0.25rem; }

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 #c2c0bf;
  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 #c2c0bf; }
  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: #009acc;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    top: calc(.125rem + 1px);
    left: calc(.125rem + 1px); }
  input[type="radio"]:checked:disabled:checked:after {
    background-color: #e1e1e1; }
  input[type="radio"]:disabled {
    border-color: #d1d1d1; }

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

textarea {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  border: solid 1px #c2c0bf;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 4rem;
  line-height: 1.25rem;
  outline: none;
  overflow: auto;
  resize: none; }
  textarea::selection {
    background-color: #009acc99; }
  textarea:focus {
    box-shadow: 0 0 5px 1px #c2c0bf; }
  textarea.error {
    border-color: #e91c1c; }
  textarea.error:focus {
    box-shadow: 0 0 5px 1px #e91c1c; }
  textarea.error::selection {
    background-color: #e91c1c99; }
  textarea:disabled {
    border-color: #d1d1d1; }

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

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

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

#footer {
  width: 100%; }
  #footer .block > .content {
    font-size: 0.75rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    padding: 1rem;
    max-width: 80rem; }
  #footer .block.black {
    background-color: #000;
    min-height: 5rem;
    color: #fff; }
    #footer .block.black > .content div + div {
      margin-top: 0.25rem; }
  #footer .block.white {
    background-color: #fff;
    color: #000; }
    #footer .block.white > .content {
      justify-content: flex-start;
      align-items: flex-start; }
    #footer .block.white > .content .logo {
      display: flex; }
    #footer .block.white > .content .logo + .logo {
      margin-top: 0.5rem; }
      #footer .block.white > .content .logo + .logo img {
        margin-right: 0.5rem; }
    #footer .block.white > .content .logo img {
      flex-shrink: 0;
      max-height: 5rem; }
    @media (min-width: 60rem) {
      #footer .block.white > .content {
        flex-direction: row; }
        #footer .block.white > .content .logo + .logo {
          margin-top: 0;
          margin-left: 1rem; } }

#header {
  background-color: #fff;
  width: 100%; }
  #header > .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    padding: 0.5rem 0;
    width: calc(100% - 3rem);
    max-width: 80rem; }
  #header > .content .left, #header > .content .center, #header > .content .right {
    flex-shrink: 0; }
  #header > .content .left a.tt-logo, #header > .content .center a.logo {
    display: block; }
    #header > .content .left a.tt-logo img, #header > .content .center a.logo img {
      flex-shrink: 0; }
  #header > .content .left a.tt-logo {
    padding: 0.75rem 0 0.5rem; }
    #header > .content .left a.tt-logo img {
      height: 2rem; }
  #header > .content .center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    order: 1; }
    #header > .content .center a.logo img {
      height: 1.5rem; }
  #header > .content .right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #header > .content .right a.button {
      text-transform: initial;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 2rem; }
  @media (min-width: 40em) {
    #header > .content {
      justify-content: space-between;
      flex-wrap: nowrap; }
      #header > .content .left, #header > .content .right {
        min-width: 10rem; }
      #header > .content .center {
        justify-content: center;
        width: initial;
        order: 0; }
        #header > .content .center a.logo img {
          height: 2rem; } }

#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 {
  box-sizing: border-box;
  padding: 2rem; }
  #loginComponent h1 {
    text-align: center;
    margin-bottom: 2rem; }
  #loginComponent form {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center; }
  #loginComponent form .row {
    margin-bottom: 1rem; }
    #loginComponent form .row input[type="text"], #loginComponent form .row input[type="password"], #loginComponent form .row input[type="email"] {
      min-width: 15rem;
      line-height: 2rem;
      height: initial; }
    #loginComponent form .row input[type="submit"] {
      min-width: 10rem; }
  #loginComponent .switch-process {
    text-align: center; }

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

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

.hint {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  left: 0; }
  .hint .icon {
    font-weight: 800;
    border-radius: 100%;
    border: solid 2px #30a9d4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #30a9d4; }
  .hint .icon:hover {
    cursor: pointer; }
  .hint .infoBubble {
    position: absolute;
    background-color: #fff;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    border: solid 1px #d4d3d3;
    display: none;
    margin-top: 0.5rem;
    padding: 0.5rem;
    max-width: 20rem;
    color: #9c9c9c;
    top: 1.5rem; }
  .hint .infoBubble.show {
    display: block; }

#auditPath h1 {
  font-size: 1rem;
  margin-bottom: 1rem; }
  #auditPath .pathContent {
    box-sizing: border-box;
    padding: 0rem 1rem 0rem 0rem; }
  #auditPath .pathContent ul {
    list-style-type: none; }
    #auditPath .pathContent ul li.active {
      font-weight: bold;
      color: #f76824; }

.stupen {
  background-color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.375rem;
  width: 4.375rem;
  color: #fff; }
  .stupen span {
    font-size: 1.625rem;
    font-weight: 800; }

.stupen-A {
  background-color: #58ab27; }

.stupen-B {
  background-color: #c3cb00; }

.stupen-C {
  background-color: #ffd200; }

.stupen-D {
  background-color: #ffb400; }

.stupen-E {
  background-color: #eb6300; }

.stupen-F {
  background-color: #e60000; }

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

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

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

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

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

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

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

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

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

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

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

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

* {
  margin: 0;
  padding: 0; }

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

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

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

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

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

* {
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

#analysisDefault #container .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 1rem 0; }
  #analysisDefault #container .block h2 {
    color: #30a9d4; }
  #analysisDefault #container .block .time {
    display: flex;
    align-items: center;
    margin-bottom: 1rem; }
  #analysisDefault #container .block .time img {
    margin-right: 0.5rem;
    width: 1.5rem; }
  #analysisDefault #container .block p {
    max-width: 40rem; }
  #analysisDefault #container .block button[name="start"] {
    margin-top: 1rem; }
  #analysisDefault #container .block.block1 {
    background-color: #dff; }
  #analysisDefault #container .block.block2 {
    background-color: #dff; }
  #analysisDefault #container .block.block2 .points {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 40rem; }
  #analysisDefault #container .block.block2 .points .point {
    display: flex;
    justify-content: center; }
    #analysisDefault #container .block.block2 .points .point .circle {
      background-color: #7b4;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 0.5rem;
      width: 1.5rem;
      height: 1.5rem;
      color: #fff; }
  #analysisDefault #container .block.only-beginning img, #analysisDefault #container .block.pavel-kelimky img {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 20rem; }

#aoDekret {
  margin: auto;
  max-width: 210mm;
  background-color: #f4f4f4;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  #aoDekret h1, #aoDekret h2, #aoDekret h3, #aoDekret h4, #aoDekret p {
    margin-bottom: 0; }
  @media screen {
  #aoDekret {
    width: 90%; } }
  @media print {
  #aoDekret {
    background-color: white; } }
  #aoDekret .white-box {
    border: 1px solid #dfdfdf;
    background-color: white;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 12px 20px;
    box-sizing: border-box;
    width: 100%;
    page-break-inside: avoid; }
  #aoDekret .white-box-small {
    display: flex;
    flex-direction: column;
    margin: 5px;
    border: 1px solid #dfdfdf;
    background-color: white;
    padding: 7px;
    box-sizing: border-box; }
  #aoDekret .summary {
    text-align: center;
    margin-bottom: 0px; }
  #aoDekret .summary .stupen {
    margin: 0 auto 0.5rem !important; }
  #aoDekret .summary h3 {
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 0.5rem; }
  #aoDekret .summary p {
    margin: 10px 0px; }
  #aoDekret .dekretWrap {
    position: relative;
    max-width: 100%; }
  #aoDekret .dekretWrap img {
    margin: 20px 0; }
  #aoDekret .dekretWrap h1 {
    font-size: 2.25rem;
    color: #0097c7;
    font-weight: 100;
    margin: 25px 0; }
  #aoDekret .dekretWrap ul {
    box-sizing: border-box; }
  #aoDekret .dekretWrap p {
    font-size: 12px; }
  #aoDekret .dekretWrap p span {
    font-weight: bold; }
  #aoDekret .dekretWrap table {
    background-color: white;
    border-collapse: collapse;
    margin: 10px 0px; }
  #aoDekret .dekretWrap table th, #aoDekret .dekretWrap table td {
    font-size: 14px; }
  #aoDekret .dekretWrap table tbody th {
    text-align: left; }
  #aoDekret .dekretWrap table tfoot.placer {
    display: table-footer-group;
    width: 100%;
    background-color: #f4f4f4;
    border: none; }
  @media print {
        #aoDekret .dekretWrap table tfoot.placer {
          background-color: white; } }
  #aoDekret .dekretWrap table tfoot.placer td {
    height: 60px;
    border: none; }
  #aoDekret .dekretWrap .dekret-page-wrap {
    width: 100%;
    position: relative; }
  #aoDekret .dekretWrap .dekret-page {
    position: relative;
    width: 90%;
    margin: auto;
    page-break-after: always;
    box-sizing: border-box;
    padding: 20px 0px 80px; }
  #aoDekret .dekretWrap .dekret-page img.logo {
    height: 4rem; }
  #aoDekret .dekretWrap .dekret-page .print-spacer {
    width: 100%;
    height: 62px;
    display: table-header-group;
    page-break-inside: avoid; }
  #aoDekret .dekretWrap .dekret-page .print-spacer .print-spacer-cell {
    display: table-cell;
    height: 62px; }
  #aoDekret .dekretWrap .dekret-page .print-spacer {
    width: 100%;
    height: 62px;
    display: table-footer-group; }
  #aoDekret .dekretWrap .dekret-page .print-spacer .print-spacer-cell {
    height: 62px; }
  #aoDekret .dekretWrap .auditFooter {
    position: fixed;
    background-color: #fff;
    border-top: 1px solid #dfdfdf;
    box-sizing: border-box;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
  #aoDekret .dekretWrap .auditFooter > .first {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0 5%; }
  #aoDekret .dekretWrap .auditFooter > .first img {
    margin-right: 0.5rem;
    height: 1.25rem; }
  #aoDekret .dekretWrap .auditFooter > .first .page-number {
    flex: 0 0 40px; }
  #aoDekret .dekretWrap .audit-header {
    display: flex;
    justify-content: center;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0;
    width: 100%;
    margin-bottom: 20px; }
  #aoDekret .dekretWrap .audit-header p {
    font-weight: 800;
    font-size: 14px; }
  @media screen {
      #aoDekret .dekretWrap .audit-header {
        display: none; } }
  #aoDekret .dekretWrap .end-of-page {
    width: 100%;
    background-color: black;
    height: 1px;
    border: 0;
    margin: 0; }
  #aoDekret .dekretWrap table.questions {
    width: 100%;
    margin: 1.25rem 0rem; }
  #aoDekret .dekretWrap table.questions tbody td:first-child {
    text-align: left; }
  #aoDekret .dekretWrap table.questions th {
    background-color: #fafafa; }
  #aoDekret .dekretWrap table.questions th, #aoDekret .dekretWrap table.questions td {
    padding: 10px;
    border: 1px solid #dfdfdf; }
  #aoDekret .dekretWrap table.questions .question {
    width: 60%;
    font-size: 0.75rem; }
  #aoDekret .dekretWrap table.questions .safety {
    width: 20%;
    text-align: center; }
  #aoDekret .dekretWrap table.questions .safety div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 60%; }
  #aoDekret .dekretWrap table.questions .safety div img {
    margin: 0px; }
  #aoDekret .dekretWrap table.questions .class {
    width: 20%;
    text-align: center; }
  #aoDekret .dekretWrap table.questions .class .stupen {
    height: 35px;
    width: 35px;
    margin: auto; }
  #aoDekret .dekretWrap table.questions .class .stupen span {
    font-size: 14px; }
  #aoDekret .dekretWrap .citlivost-technical {
    background-color: #d7f0ff; }
  #aoDekret .dekretWrap .citlivost-contact {
    background-color: #03aee4; }
  #aoDekret .dekretWrap .citlivost-detail {
    background-color: #027ea5; }
  #aoDekret .dekretWrap .citlivost-sensitive {
    background-color: #001116; }
  #aoDekret .dekretWrap .contact-classes {
    display: flex;
    justify-content: space-between;
    margin: 0.25rem 0rem; }
  #aoDekret .dekretWrap .contact-classes .contact-class {
    flex: 1 0 auto;
    max-width: 50%;
    height: fit-content;
    padding: 0.25rem;
    margin: 0.125rem; }
  #aoDekret .dekretWrap .contact-classes .contact-class:first-child {
    margin-left: 0; }
  #aoDekret .dekretWrap .contact-classes .contact-class:last-child {
    margin-right: 0; }
  #aoDekret .dekretWrap .contact-classes .contact-class .first-line {
    display: flex;
    align-items: center; }
  #aoDekret .dekretWrap .contact-classes .contact-class .first-line p {
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 0.25rem; }
  #aoDekret .dekretWrap .contact-classes .contact-class .first-line .list-style {
    margin-left: 0;
    margin-right: 0; }
  #aoDekret .dekretWrap .contact-classes .contact-class .contact-groups p {
    margin-left: 1rem; }
  #aoDekret .dekretWrap .output {
    display: flex;
    flex-wrap: wrap;
    margin: 1.25rem 0rem;
    width: 100%; }
  #aoDekret .dekretWrap .output .device-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 22%;
    margin-right: 0.25rem; }
  #aoDekret .dekretWrap .output .device-container .device {
    background-color: white;
    border: 1px solid #dfdfdf;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 0.625rem;
    width: 100%;
    height: 100%; }
  #aoDekret .dekretWrap .output .device-container .device p {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 800;
    margin: 0.625rem 0rem; }
  #aoDekret .dekretWrap .output .device-container .device .img-container {
    background-color: blue;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 6.25rem;
    width: 6.25rem; }
  #aoDekret .dekretWrap .output .device-container .device .color-0, #aoDekret .dekretWrap .output .device-container .device .color-3 {
    background-color: #027ea5; }
  #aoDekret .dekretWrap .output .device-container .device .color-1, #aoDekret .dekretWrap .output .device-container .device .color-2 {
    background-color: #03aee4; }
  #aoDekret .dekretWrap .output .device-container p {
    font-size: 1rem;
    font-weight: 800;
    margin-top: 0.25rem; }
  #aoDekret .dekretWrap .output-2 .pavi-oko {
    margin: auto;
    padding-bottom: 0; }
  #aoDekret .dekretWrap .output-2 .pavi-oko .celkem {
    text-transform: uppercase;
    background-color: #0091c1;
    box-sizing: border-box;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    -webkit-border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-bottom-right-radius: 0.25rem;
    -moz-border-bottom-left-radius: 0.25rem;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    color: white; }
  #aoDekret .dekretWrap .output-2 .pavi-oko .celkem p {
    font-weight: bold; }
  #aoDekret .dekretWrap .info-block-2 {
    width: 100%; }
  #aoDekret .dekretWrap .pavi-oka {
    justify-content: space-between; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko {
    background-color: white;
    border: 1px solid #e2e2e2;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
    width: 31%; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko h4 {
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    margin: 0.625rem 0rem; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka {
    position: relative;
    margin: 1rem 0 0.5rem;
    height: 9.375rem;
    width: 9.375rem; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .oko {
    position: absolute;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .oko-title {
    position: absolute;
    text-align: center;
    font-size: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 20; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .oko-title-100000 {
    bottom: 155px; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .oko-title-50000 {
    bottom: 141px; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .oko-title-10000 {
    bottom: 127px; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .oko-title-5000 {
    bottom: 110px; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .oko-title-1000 {
    bottom: 93px; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .oko-title-101 {
    bottom: 76px; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .oko-title-11 {
    bottom: 65px; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .oko-title-1 {
    bottom: 48px; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .velikost-100000 {
    height: 150px;
    width: 150px;
    z-index: 2; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .velikost-50000 {
    height: 133px;
    width: 133px;
    z-index: 3; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .velikost-10000 {
    height: 116px;
    width: 116px;
    margin-bottom: 5px;
    z-index: 4; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .velikost-5000 {
    height: 99px;
    width: 99px;
    margin-bottom: 5px;
    z-index: 5; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .velikost-1000 {
    height: 82px;
    width: 82px;
    margin-bottom: 10px;
    z-index: 6; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .velikost-101 {
    height: 65px;
    width: 65px;
    margin-bottom: 10px;
    z-index: 7; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .velikost-11 {
    height: 48px;
    width: 48px;
    margin-bottom: 15px;
    z-index: 8; }
  #aoDekret .dekretWrap .pavi-oka .pavi-oko .oka .velikost-1 {
    height: 31px;
    width: 31px;
    margin-bottom: 15px;
    z-index: 9; }
  #aoDekret .dekretWrap .list-style {
    height: 0.625rem;
    width: 0.625rem;
    border-radius: 50%;
    margin-right: 0.25rem;
    margin-left: 1rem; }
  #aoDekret .dekretWrap .title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0.625rem; }
  #aoDekret .dekretWrap .title .text {
    align-self: center; }
  #aoDekret .dekretWrap .title .text h2 span {
    font-weight: 800; }
  #aoDekret .dekretWrap .title .number {
    border: 2px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.625rem;
    width: 2.5rem;
    height: 2.5rem; }
  #aoDekret .dekretWrap .title .number span {
    font-size: 1.25rem;
    font-weight: 800; }
  #aoDekret .dekretWrap .title .text h2 {
    font-size: 1.25rem; }
  #aoDekret .dekretWrap .title .text p {
    font-size: 0.75rem; }
  #aoDekret .dekretWrap .title .text p span {
    font-weight: 800; }
  #aoDekret .dekretWrap .citlivost, #aoDekret .dekretWrap .riziko-stupne, #aoDekret .dekretWrap .sensitivity {
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: 0.25rem;
    width: 100%; }
  #aoDekret .dekretWrap .citlivost p, #aoDekret .dekretWrap .riziko-stupne p, #aoDekret .dekretWrap .sensitivity p {
    font-weight: bold; }
  #aoDekret .dekretWrap .citlivost span, #aoDekret .dekretWrap .riziko-stupne span, #aoDekret .dekretWrap .sensitivity span {
    font-size: 0.75rem; }
  #aoDekret .dekretWrap .sensitivity .list-style {
    height: 1.25rem;
    width: 1.25rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem; }
  #aoDekret .dekretWrap .sensitivity span {
    text-transform: lowercase;
    font-size: 0.75rem; }
  #aoDekret .dekretWrap .personal-data-groups {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
  #aoDekret .dekretWrap .personal-data-groups .personal-data-group {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
    width: 32%;
    min-width: 14.375rem; }
  #aoDekret .dekretWrap .personal-data-groups .personal-data-group .group-name {
    text-align: center;
    margin: 0rem 0rem 1rem; }
  #aoDekret .dekretWrap .personal-data-groups .personal-data-group .personal-data-table {
    margin: 0;
    padding: 0rem 0.625rem; }
  #aoDekret .dekretWrap .personal-data-groups .personal-data-group .personal-data-table .item {
    border-bottom: 1px solid #dfdfdf;
    padding: 0.25rem 0rem; }
    #aoDekret .dekretWrap .personal-data-groups .personal-data-group .personal-data-table .item:last-child {
      border: none; }
    #aoDekret .dekretWrap .personal-data-groups .personal-data-group .personal-data-table .item .item-header {
      text-align: left;
      font-weight: bold;
      font-size: 0.875rem;
      display: flex;
      justify-content: space-between; }
    #aoDekret .dekretWrap .personal-data-groups .personal-data-group .personal-data-table .item .item-header .data-name {
      text-transform: uppercase;
      display: flex;
      align-items: center; }
    #aoDekret .dekretWrap .personal-data-groups .personal-data-group .personal-data-table .item .item-header .data-name .list-style {
      margin-left: 0; }
    #aoDekret .dekretWrap .personal-data-groups .personal-data-group .personal-data-table .item .contact-groups {
      font-size: 0.75rem;
      padding-left: 1rem; }
  #aoDekret .dekretWrap .personal-data-groups .personal-data-group .table-header {
    background-color: #0091c1;
    color: #fff; }
  #aoDekret .dekretWrap .personal-data-groups .personal-data-group .table-header .item {
    padding: 0.625rem 0rem; }

#aoDekretDoporuceni .rec-icons {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0.625rem 0rem; }
  #aoDekretDoporuceni .rec-icons .icon .icon-item {
    text-align: center; }
  #aoDekretDoporuceni .rec-icons .icon .icon-item img {
    margin: 0; }
  #aoDekretDoporuceni .rec-icons .icon .rec-name {
    font-weight: bold; }
  #aoDekretDoporuceni .rec-icons .icon .rec-info {
    font-size: 0.75rem;
    font-style: italic; }
  #aoDekretDoporuceni .recomendation-block {
    margin: 1.25rem 0rem; }
  #aoDekretDoporuceni .recomendation-block img {
    margin: 0;
    margin-right: 0.25rem; }
  #aoDekretDoporuceni .recomendation-block .white-box {
    text-align: left;
    font-size: 12px;
    justify-content: flex-start;
    padding: 0.25rem 0.5rem; }
  #aoDekretDoporuceni .recomendation-block .white-box .list-item {
    display: flex;
    align-items: center;
    margin: 0.25rem 0rem;
    width: 100%; }
  #aoDekretDoporuceni .recomendation-block .white-box .list-item .krizek-wrap {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto; }
  #aoDekretDoporuceni .recomendation-block .white-box .list-item .krizek-wrap img {
    margin: 0;
    width: 100%;
    height: auto; }
  #aoDekretDoporuceni .recomendation-block .white-box .list-item .safety {
    margin: 0rem 0.25rem; }
  #aoDekretDoporuceni .recomendation-block.critical .white-box .list-item .safety {
    color: #f00001; }
  #aoDekretDoporuceni .recomendation-block.important .white-box .list-item .safety {
    color: #ffbe00; }
  #aoDekretDoporuceni .recomendation-block.optional .white-box .list-item .safety {
    color: #00ac01; }
  #aoDekretDoporuceni .under-line {
    font-size: 0.75rem;
    font-style: italic;
    border-top: 1px solid #dfdfdf;
    padding-top: 0.625rem; }

#aoDekretUvod {
  text-align: center; }
  #aoDekretUvod .dekret-page {
    align-items: center; }
  #aoDekretUvod .white-box {
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #aoDekretUvod .white-box.header {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap-reverse; }
  #aoDekretUvod .white-box.header p {
    font-size: 1rem; }
  #aoDekretUvod .white-box.header span {
    font-weight: 800; }
  #aoDekretUvod .white-box.header .table {
    flex: 1 1 auto;
    text-align: left; }
  #aoDekretUvod .white-box.header .table .row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin: 0.5rem 0rem; }
  #aoDekretUvod .white-box.header .table .row .column {
    width: 50%; }
  #aoDekretUvod .white-box.header .date {
    margin-left: auto; }

.aoGroupCount .hidden {
  display: initial !important; }

#auditOsobniBezpecnostiVysledky .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #auditOsobniBezpecnostiVysledky .content .container {
    width: 50rem; }
  #auditOsobniBezpecnostiVysledky .content .container div.stupen {
    margin: auto; }
  #auditOsobniBezpecnostiVysledky .content .container .buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  #auditOsobniBezpecnostiVysledky .content .container .buttons p {
    margin-bottom: 0.25rem; }
  #auditOsobniBezpecnostiVysledky .content .container .buttons button {
    flex: 1 0 auto;
    width: 15rem;
    font-size: 1.125rem;
    height: 3.75rem;
    margin: auto;
    margin-bottom: 1.875rem; }

#dIntro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  text-align: center; }
  #dIntro .device {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    align-items: center;
    padding-bottom: 1rem;
    width: 100%;
    height: 100%; }
  #dIntro .device .img-container {
    background-color: blue;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    width: 6rem; }
  #dIntro .device .color-0, #dIntro .device .color-3 {
    background-color: #027ea5; }
  #dIntro .device .color-1, #dIntro .device .color-2 {
    background-color: #03aee4; }

#euAndPragueFooter {
  display: flex;
  justify-content: center; }
  #euAndPragueFooter > .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0.5rem; }
  #euAndPragueFooter > .content .logo {
    display: flex; }
  #euAndPragueFooter > .content .logo + .logo {
    margin-left: 1rem; }
  #euAndPragueFooter > .content .logo + .logo img {
    margin: 0 0.5rem 0 0; }
  #euAndPragueFooter > .content .logo img {
    flex-shrink: 0;
    max-height: 3rem;
    margin: 0; }
  #euAndPragueFooter > .content .logo span {
    font-size: 0.75rem; }

#recommendations .recomendation-block {
  margin-bottom: 1rem; }
  #recommendations .recomendation-block h4 {
    display: flex;
    align-items: center;
    margin: 0.5rem; }
  #recommendations .recomendation-block h4 img {
    margin-right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem; }
  #recommendations .recomendation-block .recommendations {
    margin-left: 0.625rem; }
  #recommendations .recomendation-block .recommendations .recommendation {
    display: flex;
    font-size: 0.8rem;
    margin-top: 0.2rem; }
  #recommendations .recomendation-block .recommendations .recommendation .class {
    font-size: 0.5rem;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-right: 0.75rem;
    width: 1.125rem;
    height: 1.125rem;
    color: white; }
  #recommendations .recomendation-block .recommendations .recommendation .class.class-A {
    background-color: #58ab27; }
  #recommendations .recomendation-block .recommendations .recommendation .class.class-B {
    background-color: #c3cb00; }
  #recommendations .recomendation-block .recommendations .recommendation .class.class-C {
    background-color: #ffd200; }
  #recommendations .recomendation-block .recommendations .recommendation .class.class-D {
    background-color: #ffb400; }
  #recommendations .recomendation-block .recommendations .recommendation .class.class-E {
    background-color: #eb6300; }
  #recommendations .recomendation-block .recommendations .recommendation .class.class-F {
    background-color: #e60000; }
  #recommendations .recomendation-block .recommendations .recommendation .rec {
    margin-top: 0.0625rem; }

.auditPage .content {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  margin: auto;
  padding: 0 1rem;
  width: calc(100% - 2rem);
  max-width: 80rem; }
  .auditPage .content .white-block {
    display: none; }
  @media (min-width: 40em) {
      .auditPage .content .white-block {
        flex: 1 0 20%; } }
  .auditPage .content #auditPath {
    flex-shrink: 0; }
  @media (min-width: 60em) {
      .auditPage .content #auditPath {
        min-width: 20rem; } }
  .auditPage .content .auditWrapper {
    flex-grow: 1;
    margin-bottom: 3.5rem; }
  .auditPage .content .auditWrapper .auditContent {
    background-color: #fff;
    border-radius: 1rem;
    border: solid #30a9d4 1px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    width: 100%; }
  .auditPage .content .auditWrapper .auditContent .head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 6rem; }
  .auditPage .content .auditWrapper .auditContent .head h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0;
    width: calc(100% - 4rem);
    color: #000; }
  .auditPage .content .auditWrapper .auditContent .head button[name="close"] {
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    color: #000;
    top: 0.25rem;
    right: 0.25rem; }
    .auditPage .content .auditWrapper .auditContent .head button[name="close"]:hover {
      background-color: #fff;
      color: #30a9d4; }
  .auditPage .content .auditWrapper .auditContent h2, .auditPage .content .auditWrapper .auditContent h3 {
    text-align: center;
    font-size: 1.5rem;
    margin: 1.25rem 0 0.75rem; }
  .auditPage .content .auditWrapper .auditContent h2 {
    font-size: 0.9rem;
    margin: 0.5rem 0;
    color: #30a9d4; }
  .auditPage .content .auditWrapper .auditContent h3 {
    font-size: 1.5rem;
    margin: 1.25rem 0 0.75rem; }
  .auditPage .content .auditWrapper .auditContent .subtitle {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    margin-top: 15px;
    margin-bottom: 15px; }
  .auditPage .content .auditWrapper .auditContent .text {
    font-size: 14px;
    font-style: normal; }
  .auditPage .content .auditWrapper .auditContent form {
    width: 100%;
    padding: 0px 50px 20px 50px;
    box-sizing: border-box; }
  .auditPage .content .auditWrapper .auditContent form .auditBody {
    min-height: 40vh;
    margin-bottom: 2rem; }
    .auditPage .content .auditWrapper .auditContent form .auditBody .placeholder {
      background-image: url("/static/img/loader.gif");
      background-size: 50px 50px;
      background-repeat: no-repeat;
      margin: 10px auto;
      width: 50px;
      min-height: 100px;
      height: 40vh;
      max-height: 400px; }
    .auditPage .content .auditWrapper .auditContent form .auditBody .label {
      margin-bottom: 0.25rem; }
    .auditPage .content .auditWrapper .auditContent form .auditBody .additionalInfo {
      margin-left: 40px; }
    .auditPage .content .auditWrapper .auditContent form .auditBody #auditDisclaimer {
      margin-top: 4rem;
      border: 1px solid red;
      border-radius: 0.6rem;
      padding: 1rem; }
    .auditPage .content .auditWrapper .auditContent form .auditBody .row {
      margin-bottom: 1rem; }
    .auditPage .content .auditWrapper .auditContent form .auditBody .row label + input {
      margin-top: 0.25rem; }
    .auditPage .content .auditWrapper .auditContent form .auditBody .styledRadio, .auditPage .content .auditWrapper .auditContent form .auditBody .styledCheckbox, .auditPage .content .auditWrapper .auditContent form .auditBody .styledSelect {
      margin-bottom: 0.5rem; }
    .auditPage .content .auditWrapper .auditContent form .auditBody .styledRadio label input[type="radio"], .auditPage .content .auditWrapper .auditContent form .auditBody .styledCheckbox label input[type="radio"], .auditPage .content .auditWrapper .auditContent form .auditBody .styledRadio label input[type="checkbox"], .auditPage .content .auditWrapper .auditContent form .auditBody .styledCheckbox label input[type="checkbox"] {
      margin-right: 0.5rem; }
    .auditPage .content .auditWrapper .auditContent form .auditBody #auditCollectedInformations .row {
      display: flex;
      justify-content: space-around;
      width: 100%; }
    .auditPage .content .auditWrapper .auditContent form .auditBody #auditCollectedInformations .row:first-child {
      margin-bottom: 1rem; }
    .auditPage .content .auditWrapper .auditContent form .auditBody #auditCollectedInformations .row .contact, .auditPage .content .auditWrapper .auditContent form .auditBody #auditCollectedInformations .row .technical, .auditPage .content .auditWrapper .auditContent form .auditBody #auditCollectedInformations .row .detail, .auditPage .content .auditWrapper .auditContent form .auditBody #auditCollectedInformations .row .sensitive {
      width: 50%; }
  .auditPage .content .auditWrapper .auditContent form .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%; }
    .auditPage .content .auditWrapper .auditContent form .buttons .styled-button {
      line-height: initial;
      box-sizing: border-box;
      border-radius: 4px; }
    .auditPage .content .auditWrapper .auditContent form .buttons .styled-button.start {
      margin: auto; }
    .auditPage .content .auditWrapper .auditContent form .buttons .styled-button[name=back] {
      background-color: #fff;
      border: #00ade5 solid 2px;
      color: #00ade5; }
  @media screen and (max-width: 650px) {
          .auditPage .content .auditWrapper .auditContent form {
            padding: 20px; } }
  .auditPage .content .auditWrapper .auditContent .error {
    display: flex;
    justify-content: center;
    width: 100%; }
  .auditPage .content .auditWrapper .auditContent .error p {
    border-radius: 5px;
    font-size: 14px;
    font-style: normal;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ebccd1;
    background-color: #ffe3e1;
    color: #a94442;
    width: 80%; }
    .auditPage .content .auditWrapper .auditContent .error p span {
      font-weight: 600; }
  .auditPage .content .auditWrapper .lastSave {
    text-align: center; }
  .auditPage .content .auditWrapper .placeholder {
    background-image: url("/static/img/loader.gif");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin: 10px auto;
    width: 20px;
    height: 20px; }
  .auditPage p {
    font-size: 0.875rem;
    font-style: italic;
    margin: 0.625rem 0rem; }
  .auditPage .delete {
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem; }
  .auditPage .hiddenCheckbox {
    display: none; }

#dashboard #container {
  padding: 0; }
  #dashboard #container > .block {
    padding: 2rem; }
  #dashboard #container > .block > .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 40rem; }
  #dashboard #container > .block > .content h1, #dashboard #container > .block > .content h2 {
    text-align: center; }
  #dashboard #container > .block > .content table.results {
    font-size: 0.9rem;
    margin: 0 auto 2rem; }
  #dashboard #container > .block > .content table.results thead tr th, #dashboard #container > .block > .content table.results tbody tr th, #dashboard #container > .block > .content table.results thead tr td, #dashboard #container > .block > .content table.results tbody tr td {
    padding: 0.5rem 1rem; }
    #dashboard #container > .block > .content table.results thead tr th:first-child, #dashboard #container > .block > .content table.results tbody tr th:first-child, #dashboard #container > .block > .content table.results thead tr td:first-child, #dashboard #container > .block > .content table.results tbody tr td:first-child {
      padding-left: 0; }
    #dashboard #container > .block > .content table.results thead tr th:last-child, #dashboard #container > .block > .content table.results tbody tr th:last-child, #dashboard #container > .block > .content table.results thead tr td:last-child, #dashboard #container > .block > .content table.results tbody tr td:last-child {
      padding-right: 0; }
  #dashboard #container > .block > .content table.results thead tr th {
    text-align: left;
    border-bottom: solid 1px #000;
    color: #000; }
  #dashboard #container > .block > .content table.results tbody tr td {
    border-bottom: solid 1px #d4d3d3; }
    #dashboard #container > .block > .content table.results tbody tr td .stupen {
      margin: auto;
      width: 1.5rem;
      height: 1.5rem; }
    #dashboard #container > .block > .content table.results tbody tr td .stupen span {
      font-size: 0.875rem;
      font-weight: 400; }
  #dashboard #container > .block.my-results h2, #dashboard #container > .block.group-results h2 {
    color: #000; }
  #dashboard #container > .block.my-results {
    background-color: #d5edf4;
    box-sizing: border-box;
    border-radius: 1rem;
    margin: 1rem; }
  #dashboard #container > .block.group-results > .content {
    max-width: 40rem; }
  #dashboard #container > .block.group-results > .content table.results {
    font-size: 0.75rem;
    margin: 0 auto 2rem;
    width: 100%; }
    #dashboard #container > .block.group-results > .content table.results thead tr th, #dashboard #container > .block.group-results > .content table.results tbody tr th, #dashboard #container > .block.group-results > .content table.results thead tr td, #dashboard #container > .block.group-results > .content table.results tbody tr td {
      padding: 0.5rem 0.5rem; }
    #dashboard #container > .block.group-results > .content table.results thead tr th:first-child, #dashboard #container > .block.group-results > .content table.results tbody tr th:first-child, #dashboard #container > .block.group-results > .content table.results thead tr td:first-child, #dashboard #container > .block.group-results > .content table.results tbody tr td:first-child {
      padding-left: 0; }
    #dashboard #container > .block.group-results > .content table.results thead tr th:last-child, #dashboard #container > .block.group-results > .content table.results tbody tr th:last-child, #dashboard #container > .block.group-results > .content table.results thead tr td:last-child, #dashboard #container > .block.group-results > .content table.results tbody tr td:last-child {
      padding-right: 0; }
    #dashboard #container > .block.group-results > .content table.results thead tr th {
      text-align: left;
      border-bottom: solid 1px #000;
      color: #000; }
    #dashboard #container > .block.group-results > .content table.results tbody tr td {
      border-bottom: solid 1px #d4d3d3; }
    #dashboard #container > .block.group-results > .content table.results tbody tr td:first-child {
      text-align: left; }
    #dashboard #container > .block.group-results > .content table.results tbody tr td.invitation-send, #dashboard #container > .block.group-results > .content table.results tbody tr td.pdf {
      text-align: right; }
    #dashboard #container > .block.group-results > .content table.results tbody tr td.invitation-send {
      font-style: italic;
      color: #9c9c9c; }
    #dashboard #container > .block.group-results > .content table.results tbody tr td .stupen {
      margin: auto;
      width: 1.5rem;
      height: 1.5rem; }
    #dashboard #container > .block.group-results > .content table.results tbody tr td .stupen span {
      font-size: 0.875rem;
      font-weight: 400; }
  #dashboard #container > .block.group-results > .content form[name="inviteMember"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 20rem; }
    #dashboard #container > .block.group-results > .content form[name="inviteMember"] .row {
      text-align: center;
      width: 100%; }
    #dashboard #container > .block.group-results > .content form[name="inviteMember"] .row input[name="email"] {
      margin-bottom: 1rem;
      width: 100%; }
    #dashboard #container > .block.group-results > .content form[name="inviteMember"] .row .error-message {
      text-align: center;
      margin-top: 1rem;
      width: 100%; }

#fillMissingUserAttributes #container > .content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 1rem;
  width: 100%;
  max-width: 40rem; }
  #fillMissingUserAttributes #container > .content form {
    width: 100%;
    max-width: 20rem; }
  #fillMissingUserAttributes #container > .content form .row {
    margin-bottom: 1rem; }
  #fillMissingUserAttributes #container > .content form .row.email {
    display: none; }
  #fillMissingUserAttributes #container > .content form .row label {
    margin-bottom: 0.5rem; }
  #fillMissingUserAttributes #container > .content form .row input {
    width: 100%; }
  #fillMissingUserAttributes #container > .content form .row input[type="submit"] {
    margin-top: 1rem; }

#blockHomeMain .content {
  box-sizing: border-box;
  padding: 2rem 1rem 0;
  width: 100%; }
  #blockHomeMain .content .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #d5edf4;
    border-radius: 1rem;
    padding: 2rem 3rem; }
  #blockHomeMain .content .box h1 {
    text-align: center;
    font-size: 1.5rem; }
  #blockHomeMain .content .box img {
    max-width: 12rem;
    margin-bottom: 2rem; }
  @media (min-width: 60em) {
      #blockHomeMain .content .box {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap; }
        #blockHomeMain .content .box h1 {
          text-align: left;
          font-size: 3rem; }
        #blockHomeMain .content .box img {
          max-width: 20rem;
          margin-bottom: 0; }
        #blockHomeMain .content .box .button {
          width: 100%; } }

#blockHomeSecond > .content {
  box-sizing: border-box;
  padding: 2rem;
  width: 100%; }
  #blockHomeSecond > .content > div {
    display: flex;
    flex-direction: column;
    align-items: center; }
  #blockHomeSecond > .content > div + div {
    margin-top: 2rem; }
  #blockHomeSecond > .content > div .image {
    text-align: center;
    flex-grow: 1;
    flex-shrink: 0; }
  #blockHomeSecond > .content > div .image img {
    flex-shrink: 0;
    width: 100%;
    max-width: 20rem; }
  #blockHomeSecond > .content > div .content-block {
    max-width: 35rem; }
  #blockHomeSecond > .content > div .content-block h2 {
    text-align: center; }
  #blockHomeSecond > .content > div .content-block .list {
    font-size: 1.125rem; }
  #blockHomeSecond > .content > div .content-block .list .row {
    display: flex;
    margin-bottom: 1rem; }
    #blockHomeSecond > .content > div .content-block .list .row .icon {
      background-image: url("/static/img/icons/klikev.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      flex-shrink: 0;
      margin-right: 0.5rem;
      width: 1.75rem;
      height: 1.75rem; }
    #blockHomeSecond > .content > div .content-block .list .row .icon.icon1, #blockHomeSecond > .content > div .content-block .list .row .icon.icon2, #blockHomeSecond > .content > div .content-block .list .row .icon.icon3 {
      background-image: url("/static/img/icons/1-2-3.svg");
      background-size: 5.25rem 1.75rem; }
    #blockHomeSecond > .content > div .content-block .list .row .icon.icon1 {
      background-position: 0rem 0rem; }
    #blockHomeSecond > .content > div .content-block .list .row .icon.icon2 {
      background-position: -1.75rem 0rem; }
    #blockHomeSecond > .content > div .content-block .list .row .icon.icon3 {
      background-position: -3.5rem 0rem; }
    #blockHomeSecond > .content > div .content-block .list .row .text {
      padding-top: 0.25rem; }
  @media (min-width: 60em) {
    #blockHomeSecond > .content > div {
      flex-direction: row;
      justify-content: space-between; }
      #blockHomeSecond > .content > div:first-child .image {
        order: 2; }
      #blockHomeSecond > .content > div .image img {
        max-width: 24rem; }
      #blockHomeSecond > .content > div .content-block h2 {
        text-align: left; }
        #blockHomeSecond > .content > div .content-block .list .row .icon {
          margin-right: 1rem; } }

#blockHomeThird {
  background-color: #f5f5f5; }
  #blockHomeThird > .content {
    box-sizing: border-box;
    padding: 2rem;
    width: 100%; }
  #blockHomeThird > .content .image {
    text-align: center;
    flex-grow: 1;
    flex-shrink: 0; }
  #blockHomeThird > .content .image img {
    flex-shrink: 0;
    width: 100%;
    max-width: 20rem; }
  #blockHomeThird > .content .content-block {
    font-size: 1.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 35rem; }
  #blockHomeThird > .content .content-block h2 {
    text-align: center; }
  #blockHomeThird > .content .content-block button {
    margin-top: 2rem; }
  @media (min-width: 60em) {
    #blockHomeThird > .content {
      display: flex;
      justify-content: space-between; }
      #blockHomeThird > .content:first-child .image {
        order: 2; }
      #blockHomeThird > .content .image img {
        max-width: 24rem; }
      #blockHomeThird > .content .content-block {
        align-items: flex-start; }
        #blockHomeThird > .content .content-block h2 {
          text-align: left; } }

#home #container .block {
  margin: auto; }
  #home #container .block > .content {
    margin: auto;
    max-width: 80rem; }
  #home #container .block#blockHomeSecond > .content, #home #container .block#blockHomeThird > .content {
    max-width: 70rem; }

#login #loginComponent {
  background-color: #d5edf4;
  border-radius: 1rem; }
