@font-face {
  font-family: "Roboto";
  src: url("../mv-design/fonts/roboto/roboto-thin.woff?v=1") format("woff"), url("../mv-design/fonts/roboto/roboto-thin.ttf?v=1") format("truetype");
  font-style: normal;
  font-weight: 100; }

@font-face {
  font-family: "Roboto";
  src: url("../mv-design/fonts/roboto/roboto-light.woff?v=1") format("woff"), url("../mv-design/fonts/roboto/roboto-light.ttf?v=1") format("truetype");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Roboto";
  src: url("../mv-design/fonts/roboto/roboto-regular.woff?v=1") format("woff"), url("../mv-design/fonts/roboto/roboto-regular.ttf?v=1") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: url("../mv-design/fonts/roboto/roboto-medium.woff?v=1") format("woff"), url("../mv-design/fonts/roboto/roboto-medium.ttf?v=1") format("truetype");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "Roboto";
  src: url("../mv-design/fonts/roboto/roboto-bold.woff?v=1") format("woff"), url("../mv-design/fonts/roboto/roboto-bold.ttf?v=1") format("truetype");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: 'pvs-icons';
  src: url("../mv-design/fonts/icons/pvs-icons.ttf") format("truetype"), url("../mv-design/fonts/icons/pvs-icons.woff") format("woff"), url("../mv-design/fonts/icons/pvs-icons.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

.w-90 {
  width: 90% !important;
  margin: auto;
}

html,
body {
  position: relative;
  min-width: 320px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain
}

html {
  font-size: 10px;
  height: auto;
  min-height: 567px;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow-y: auto; }

body {
  margin: 0;
  background-color: #2862a1 !important;
  color: #707070;
  letter-spacing: 0.07em;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  overflow: hidden; }

.header__inner {
  padding-top: 1rem;
  margin-bottom: 8px; }

.card {
  background-color: #2862a1;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  min-height: 350px;
  margin-bottom: 0;
  border: none;
  box-shadow: none; }

.main-content {
  color: white; }

h1 {
  text-align: center;
  font-weight: 400;
  margin: 16px 2rem !important;
  font-size: 4rem; }

.section {
  text-align: center;
  color: var(--white);
  font-size: 1.7rem;
  padding-top: 16px;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 16px;
  width: 1000px;
  border-bottom: 1px solid white; }

.section-last {
  border-bottom: none; }

.data {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 1.4rem;
  color: var(--blue-dark);
  padding-top: 2rem;
  padding-bottom: 2rem; }

.infoline a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  color: white; }

.infoline a:hover {
  text-decoration: none;
  color: #ecae1a; }

.infoline img,
.infoline div {
  display: inline-block; }

.pvs-arrow-list-right {
  height: 0.9rem; }

.infoline {
  margin-left: 30px; }

.footer {
  width: 100%;
  color: #a8a8a8;
  position: absolute;
  top: calc(100% - 60px);
  height: 60px;
  margin-top: 40px; }

.footer-container {
  max-width: var(--max-profile-width);
  margin-left: auto;
  margin-right: auto; }

.footer__common {
  padding: 2rem 1rem;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500; }

.footer__box {
  padding: 0 15px !important;
  text-align: center; }

.footer__brand {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.34; }

@media (max-width: 393px) {
  .footer {
    height: 100px;
    top: calc(100% - 100px - 40px) !important; } }

@media (max-width: 515px) {
  .footer {
    height: 80px;
    top: calc(100% - 80px - 40px); } }

@media (max-width: 575px) {
  .infoline {
    margin-top: 0; }
  .card {
    margin-top: calc(10vh - 21px); } }

@media (max-width: 952px) {
  .footer {
    height: 80px;
    top: calc(100% - 80px - 40px); }
  .footer__box {
    text-align: left; } }

@media (min-width: 576px) {
  .infoline {
    margin-top: 50px;
    float: right;
    margin-right: 30px; } }

@media (min-width: 951px) {
  .footer {
    height: 80px;
    top: calc(100% - 100px); } }

/** COLORS **/
.po-color-black {
  background-color: #000000;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-yellow {
  background-color: #ecae1a;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-red {
  background-color: #e04857;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-white {
  background-color: #ffffff;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-green {
  background-color: #008000;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-blue {
  background-color: #2862a1;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-blue2 {
  background-color: #2362a2;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-blue-light {
  background-color: #367cbc;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-blue-dark {
  background-color: #2a4f7f;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-gray {
  background-color: #707070;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-gray-dark {
  background-color: #3b3b3b;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-gray-light {
  background-color: #f5f5f5;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-gray-light2 {
  background-color: #f5f5f5;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-gray-transparent {
  background-color: rgba(112, 112, 112, 0.3);
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-gray-light-transparent {
  background-color: rgba(112, 112, 112, 0.15);
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-gray-dark-transparent {
  background-color: rgba(112, 112, 112, 0.5);
  border: 10px solid #fff;
  padding-top: 90px; }

.po-color-footer-color {
  background-color: #203c60;
  border: 10px solid #fff;
  padding-top: 90px; }

.po-label__value {
  text-align: center;
  padding: 10px 20px 20px; }

/** ICONS **/
.po-icon {
  text-align: center;
  border: 10px solid #fff; }

.po-icon > span {
  display: block;
  padding: 30px 0;
  font-size: 30px;
  font-size: 3rem; }

.po-icon:hover,
.po-icon:focus {
  background-color: #fff;
  color: #2862a1; }

[class^='pvs-theme-icon-'],
[class*=' pvs-theme-icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pvs-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pvs-theme-icon-person::before {
  content: '\e900'; }

.pvs-theme-icon-search::before {
  content: '\e901'; }

.pvs-theme-icon-dots-three-vertical::before {
  content: '\e902'; }

.pvs-theme-icon-pvs-logo::before {
  content: '\e903'; }

.pvs-theme-icon-pvs-logo-text::before {
  content: '\e904'; }

.pvs-theme-icon-accordion-arrow-down::before {
  content: '\e905'; }

.pvs-theme-icon-accordion-arrow-up::before {
  content: '\e90a'; }

.pvs-theme-icon-accordion-arrow-left::before {
  content: '\e90b'; }

.pvs-theme-icon-accordion-arrow-right::before {
  content: '\e90c'; }

.pvs-theme-icon-arrow-list-down::before {
  content: '\e90d'; }

.pvs-theme-icon-arrow-list-up::before {
  content: '\e90e'; }

.pvs-theme-icon-arrow-list-left::before {
  content: '\e90f'; }

.pvs-theme-icon-arrow-list-right::before {
  content: '\e906'; }

.pvs-theme-icon-arrow-down::before {
  content: '\e907'; }

.pvs-theme-icon-arrow-up::before {
  content: '\e910'; }

.pvs-theme-icon-arrow-left::before {
  content: '\e911'; }

.pvs-theme-icon-arrow-right::before {
  content: '\e912'; }

.pvs-theme-icon-check::before {
  content: '\e908'; }

.pvs-theme-icon-external-link::before {
  content: '\e909'; }

.pvs-theme-icon-rss::before {
  content: '\e913'; }

.pvs-theme-icon-data-box::before {
  content: '\e914'; }

.pvs-theme-icon-pin::before {
  content: '\e915'; }

.pvs-theme-icon-calendar::before {
  content: '\e916'; }

/** TABLES **/
.row .content {
  background-color: #ffffff;
  padding: 20px;
  margin-left: -35px;
  margin-right: -35px; }

.row .content td {
  color: #000000;
  font-size: 12px; }

.row .content th {
  color: #2362a2;
  font-size: 12px;
  text-transform: uppercase; }

.table thead th,
.table tbody td {
  font-weight: 400;
  text-align: left; }

.table thead th.bigger,
.table tbody td.bigger {
  font-size: 1.5rem;
  font-weight: 700; }

/** HEADLINES **/
.row.texts {
  background-color: #ffffff;
  padding: 20px;
  margin-left: -50px;
  margin-right: -50px;
  color: #707070;
  text-align: left; }

/* DATASYS: Zrusi vlastni stylovani nadpisu a ponecha to na starost design systemu */
/*
h2 {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.25;
  color: #2362a2; }
*/

h3 {
  text-transform: uppercase;
  color: #367cbc;
  padding-bottom: 0;
  padding-top: 1rem; }

a.link-in-text {
  color: #707070;
  text-decoration: underline; }

.menu__header h3,
.content__header h3 {
  color: #f5f5f5;
  text-transform: uppercase;
  padding: 2rem 0;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 2rem; }

.menu__header h3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.content__header h3 {
  color: #707070; }

.ds-label {
  color: #000000;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  padding-left: 0; }

.ds-text {
  color: #000000;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700; }

.ds-list {
  padding: 20px;
  border-bottom: 1px dashed #000000; }

.ds-list .ds-from {
  color: #000000;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-right: 0;
  padding-left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 95%; }

.ds-list .ds-date {
  color: #000000;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  padding-right: 0; }

.ds-list .ds-subject {
  font-size: 1.8rem;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  line-height: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  color: #000000; }

.normal-label {
  font-size: 1.2rem;
  color: #707070;
  font-weight: bold; }

.ds-number label {
  margin-bottom: 1rem;
  color: #707070;
  font-size: 1.4rem;
  text-transform: none; }

.ds-dz-id label {
  text-transform: uppercase;
  color: #2862a1;
  font-weight: 700;
  font-size: 1rem; }

.ds-attachments label {
  text-transform: uppercase;
  color: #000000;
  font-size: 1rem; }

.attachment-list {
  background-color: #f5f5f5;
  margin-left: 0;
  padding: 1rem 1rem;
  list-style-type: none; }

.atachment-list li {
  padding: .5rem .5rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  font-weight: bold; }

.attachment-actions {
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
  color: #000000; }

.attachment-actions span {
  cursor: pointer; }

.attachment-name {
  font-size: 1rem;
  font-weight: 700;
  color: #000000; }

.attachment-name .nazev {
  color: #2862a1;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700; }

.attachment-name .nazev:hover,
.attachment-name .nazev:focus {
  color: #ecae1a; }

.attachment-actions span:hover,
.attachment-actions span:focus {
  color: #ecae1a; }

.box__inner {
  padding: 3rem;
  background-color: #f5f5f5;
  border-radius: 4px;
  height: 200px; }

.box__inner h3.box__name {
  color: #2362a2;
  padding: 1rem 0;
  font-size: 2.2rem;
  padding-right: 3rem;
  font-weight: 400;
  padding-bottom: 3rem;
  margin-bottom: 0;
  text-transform: uppercase; }

.box label.box__title {
  font-size: 1.2rem;
  color: #2362a2;
  font-weight: 700; }

.box p.box__text {
  font-size: 2rem;
  color: #000000; }

/** LISTS **/
.row.lists {
  background-color: #ffffff;
  padding: 20px;
  margin-left: -50px;
  margin-right: -50px;
  color: #707070;
  text-align: left; }

ul.description {
  font-size: 1.5rem;
  color: #707070;
  list-style-type: disc;
  margin-left: 4rem;
  padding-left: 0; }

p.description {
  padding-top: 15px;
  color: #707070;
  text-transform: none;
  font-size: 1.5rem;
  text-align: justify; }

p.description-list {
  margin-bottom: 0.5rem; }

/** BUTTONS **/
.row.buttons {
  background-color: #ffffff;
  padding: 20px;
  margin-left: -50px;
  margin-right: -50px; }

.row.buttons h4 {
  color: black;
  text-align: left;
  font-weight: 700; }

/* DATASYS: Zrusi vlastni stylovani tlacitka a ponecha to na starost design systemu */
/*.btn,*/
/*.btn:hover,*/
/*.btn:active:hover .btn:active,*/
/*.btn:focus {*/
/*  background-color: #ecae1a;*/
/*  color: #ffffff !important;*/
/*  border: 1px solid #ecae1a;*/
/*  cursor: pointer;*/
/*  box-shadow: none; }*/

/*.btn-primary:active,*/
/*.btn-primary:focus,*/
/*.btn-primary:hover,*/
/*.btn-primary:not([disabled]):not(.btn-disabled):active,*/
/*.btn-primary:active:hover {*/
/*  background-color: #ecae1a;*/
/*  color: #ffffff !important;*/
/*  border: 1px solid #ecae1a;*/
/*  cursor: pointer;*/
/*  box-shadow: inset 0 0 0px 0.2rem white; }*/

.btn-secondary {
  background-color: #ffffff;
  color: #ecae1a !important;
  border: 1px solid #ecae1a;
  min-width: 15rem; }
  @media (max-width: 575.98px) {
    .btn-secondary {
      min-width: 11rem; } }

.btn-secondary:not([disabled]):not(.btn-disabled):active {
  background-color: #ecae1a;
  border: 1px solid #ecae1a;
  box-shadow: none; }

/* DATASYS: Zrusi vlastni stylovani tlacitka a ponecha to na starost design systemu */
/*.btn-primary {*/
/*  background-color: #ecae1a;*/
/*  color: #ffffff !important;*/
/*  border: 1px solid #ecae1a;*/
/*  min-width: 15rem; }*/

/*.btn-primary p {*/
/*  margin: 0;*/
/*  font-size: 1.2rem;*/
/*  padding: 0.5rem;*/
/*  text-transform: uppercase; }*/

.btn-secondary p {
  margin: 0;
  font-size: 1rem;
  padding: 0.5rem;
  text-transform: uppercase;
  color: #000000; }
  @media (max-width: 575.98px) {
    .btn-secondary p {
      padding: 0.5rem 0; } }

.btn-secondary {
  background: transparent; }

.btn-inverse p {
  color: #ffffff; }

.btn-terciary p {
  margin: 0;
  font-size: 1.2rem;
  padding: 0.5rem;
  text-transform: uppercase; }

/* DATASYS: Zrusi vlastni stylovani tlacitka a ponecha to na starost design systemu */
/*.btn.btn-disabled {*/
/*  cursor: not-allowed;*/
/*  background-color: #ffffff;*/
/*  border: 1px solid #ecae1a;*/
/*  opacity: 0.5; }*/

/*.btn.btn-primary.btn-disabled {*/
/*  cursor: not-allowed;*/
/*  background-color: #ecae1a;*/
/*  border: 1px solid #ecae1a;*/
/*  opacity: 0.5;*/
/*  box-shadow: none; }*/

.btn-terciary.btn-disabled p {
  cursor: not-allowed; }

.btn-terciary {
  background-color: #f5f5f5;
  border: none;
  padding: 0.375rem;
  color: #707070 !important; }

/* DATASYS: Zrusi vlastni stylovani tlacitka a ponecha to na starost design systemu */
/*.btn.btn-disabled:focus,*/
/*.btn.btn-disabled:active,*/
/*.btn.btn-disabled:focus,*/
/*.btn.btn-disabled:hover,*/
/*.btn.btn-disabled:not([disabled]):not(.disabled):active,*/
/*.btn.btn-disabled:active:hover {*/
/*  background-color: #ffffff; }*/

/*.btn.btn-primary.btn-disabled:focus,*/
/*.btn.btn-primary.btn-disabled:active,*/
/*.btn.btn-primary.btn-disabled:focus,*/
/*.btn.btn-primary.btn-disabled:hover,*/
/*.btn.btn-primary.btn-disabled:not([disabled]):not(.btn-disabled):active,*/
/*.btn.btn-primary.btn-disabled:active:hover {*/
/*  background-color: #ecae1a; }*/

.btn.btn-inverse.btn-disabled,
.btn.btn-inverse.btn-disabled:focus,
.btn.btn-inverse.btn-disabled:active,
.btn.btn-inverse.btn-disabled:focus,
.btn.btn-inverse.btn-disabled:hover,
.btn.btn-inverse.btn-disabled:not([disabled]):not(.disabled):active,
.btn.btn-inverse.btn-disabled:active:hover {
  background-color: transparent; }

.btn-terciary:active,
.btn-terciary:focus,
.btn-terciary:hover,
.btn-terciary:not([disabled]):not(.btn-disabled):active,
.btn-terciary:active:hover {
  background-color: rgba(112, 112, 112, 0.3) !important;
  color: #707070 !important;
  border: none;
  cursor: pointer;
  box-shadow: none; }

.btn-terciary.btn-disabled {
  background-color: #f5f5f5 !important;
  border: none;
  opacity: 0.5; }

/** FORMS **/
.row.forms {
  background-color: #ffffff;
  padding: 20px;
  margin-left: -50px;
  margin-right: -50px; }

.row.forms h3 {
  color: black;
  text-align: left;
  font-weight: 700; }

.row.forms label {
  color: #707070;
  text-align: left; }

.row.forms .mb-2 {
  margin-bottom: 30px !important; }

/* DATASYS: původní verze viz níže. */
.form-control {
    height: auto
}

/* DATASYS: stylování form-control, form-group a control-label chceme dle design system.
.form-control {
  display: block;
  width: 100%;
  padding: 1.1rem 30px;
  padding-top: 1.1rem;
  padding-right: 30px;
  padding-bottom: 1.1rem;
  padding-left: 30px;
  font-size: 1rem;
  line-height: 1.35714;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-group {
  position: relative;
  padding-top: 15px;
  margin-bottom: 15px; }

.control-label {
  position: absolute;
  display: block;
  width: 100%;
  top: 15px;
  left: 0;
  padding: 10.98px 0;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #707070;
  transition: all ease 150ms;
  padding: 0;
  margin: 0; }

.control-label[disabled],
.control-label[readonly],
fieldset[disabled] .control-label {
  cursor: not-allowed;
  background-color: #ffffff;
  color: #707070 !important;
  pointer-events: none;
  background-color: transparent; }

.form-control {
  display: block;
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  color: #707070;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .063em;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  border-radius: 0;
  box-shadow: none;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0; */
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */ /* } */

.form-control.search-control {
  padding-right: 25px; }

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0); }

.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0); }

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0); }

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0); }

/* DATASYS: stylování form-control s hover a focusem chceme podle design system.
.form-control:hover {
  border-color: #ecae1a; }

.form-control:focus {
  padding-bottom: 0;
  background-color: transparent;
  color: #3b3b3b;
  border-bottom: 1px solid #ecae1a;
  box-shadow: 0 -1px 0 #ecae1a inset; */
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */ /* } */

/*
.form-control:focus::-webkit-input-placeholder {
  color: rgba(59, 59, 59, 0.5); }

.form-control:focus:-moz-placeholder {
  color: rgba(59, 59, 59, 0.5); }

.form-control:focus::-moz-placeholder {
  color: rgba(59, 59, 59, 0.5); }

.form-control:focus:-ms-input-placeholder {
  color: rgba(59, 59, 59, 0.5); } */

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ffffff;
  color: #707070 !important;
  pointer-events: none;
  background-color: transparent; }

textarea.form-control {
  min-height: 40px; }

/* DATASYS: stylování form-control i control-label s focusem chceme podle design system. */
/* .form-control:focus:not([type='radio']):not([type='checkbox']) + .control-label,
.form-control--not-empty + .control-label,
.has-error .form-control + .control-label,
.select + .control-label {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  opacity: 1; }

.form-control[disabled] + .control-label,
.form-control[readonly] + .control-label,
fieldset[disabled] .form-control + .control-label {
  opacity: .38;
  cursor: not-allowed;
  background-color: #ffffff;
  color: #707070 !important;
  pointer-events: none;
  background-color: transparent; } */

input[type="text"][readonly]:focus {
  border-bottom: 1px solid #f5f5f5  !important; }

input[type="text"][readonly]:hover {
  cursor: no-drop; }

.icon-control {
  float: right;
  width: calc(100% - 40px); }

.icon-input {
  text-align: left;
  float: left;
  width: 100%; }

.icon-input .fa {
  color: #707070;
  opacity: 0.5;
  font-size: 3rem;
  margin-top: -5px; }

/* DATASYS: odstraneno. */
/*
.icon-input label {
  padding-left: 40px; }
*/

.select {
  position: relative; }

.select::after {
  content: "\e907";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pvs-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  pointer-events: none; }

.select select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0; }

.select__nav--mobile {
  margin-top: 6px; }

.select__nav--mobile select,
.select__nav--mobile select:focus {
  height: auto !important;
  padding: 10.8px 13.8px;
  background-color: #ecae1a;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #ecae1a; }

.select__nav--mobile select:focus::-ms-value {
  background-color: #ecae1a; }

.select__nav--mobile::after {
  top: 38%;
  color: #fff; }

.select--primary select {
  width: 100%;
  height: 36px !important;
  border: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  background-color: transparent;
  color: #707070;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0; }

.select--primary select:hover {
  border-bottom: 1px solid #ecae1a; }

.select--primary select:focus {
  outline: none;
  border-bottom: 1px solid #ecae1a;
  box-shadow: 0 -1px 0 #ecae1a inset; }

.select--primary select option,
.select--primary select option:not(:checked) {
  display: block;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  box-shadow: 0 1px 2px 0 #3b3b3b; }

.select--primary::after {
  top: 41%;
  color: #ecae1a; }

.select select::-ms-expand {
  display: none;
  appearance: none; }

.select--disabled,
.select--disabled:hover,
.select--disabled select {
  cursor: not-allowed;
  background-color: #ffffff;
  color: rgba(112, 112, 112, 0.5) !important;
  pointer-events: none;
  background-color: transparent; }

.select--disabled:after {
  opacity: .38; }

.has-error .control-label {
  color: #e04857;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  opacity: 1; }

.has-error {
  text-align: left;
  line-height: 1.15; }

.has-error .form-control {
  border-bottom-color: #e04857; }

.has-error label.control-label {
  color: #e04857; }

.has-error .form-control:focus {
  border-bottom: 1px solid #ecae1a; }

.has-error .help-block {
  color: #e04857;
  font-size: 12px;
  text-align: left; }

.search-icon {
  float: right;
  position: relative;
  color: #ecae1a;
  font-size: 1.6rem;
  top: -25px;
  right: 5px; }

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 22px;
  width: 22px; }

.radio .checkmark {
  display: block;
  height: 22px;
  width: 22px;
  border: 2px solid #707070;
  border-radius: 50%;
  background-color: transparent;
  float: left;
  cursor: pointer; }

.radio .checkmark:after {
  content: "";
  position: relative;
  top: 2px;
  left: 2px;
  display: none; }

.radio input:hover ~ .checkmark {
  border-color: #707070; }

.radio input:hover ~ .checkmark:after {
  border-color: #707070; }

.radio input:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: #ecae1a; }

.radio input:checked:hover ~ .checkmark {
  border-color: #ecae1a; }

.radio input:checked:hover ~ .checkmark:after {
  background: #ecae1a; }

.radio input:checked ~ .checkmark:after {
  display: block; }

.radio input[disabled] ~ .option-label {
  font-size: 16px;
  color: rgba(112, 112, 112, 0.5); }

.radio input[disabled] ~ .checkmark {
  border-color: #707070 !important;
  opacity: .38; }

.radio input[disabled]:hover ~ .checkmark {
  border-color: #707070 !important;
  opacity: .38; }

.radio input[disabled] ~ .checkmark:after {
  border-color: #707070 !important;
  opacity: .38; }

.radio input[disabled]:hover ~ .checkmark:after {
  border-color: #707070 !important;
  opacity: .38; }

.radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ecae1a; }

.radio {
  text-align: left; }

.radio .option-label {
  padding-left: 27px;
  padding-right: 5px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #707070;
  text-transform: none;
  display: block; }

.checkbox {
  margin: 0px !important;
  pointer-events: none;
  padding-top: 0;
  text-align: left; }

.checkbox .box {
  padding: 0; }

.checkbox input {
  pointer-events: auto;
  margin: 0;
  margin-left: -5px !important;
  height: 24px;
  width: 24px;
  top: 4px;
  opacity: 0;
  cursor: pointer; }

.checkbox input::after {
  margin-right: 0 !important; }

.checkbox input[type="checkbox"] {
  position: relative; }

.checkbox .label-component input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  -ms-transform: translate(4px, -4px);
  /* IE 9 */
  -webkit-transform: translate(4px, -4px);
  /* Safari */
  transform: translate(4px, -4px); }

.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 3px; }

.checkbox .label-component input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0.54);
  border-color: rgba(0, 0, 0, 0.54); }

.checkbox .label-component input:checked:hover ~ .checkmark {
  border-color: rgba(0, 0, 0, 0.54);
  background-color: rgba(0, 0, 0, 0.54); }

.checkbox .label-component input:hover ~ .checkmark {
  border-color: rgba(0, 0, 0, 0.54); }

.checkbox .label-component .error-checkbox ~ .checkmark {
  border-color: rgba(0, 0, 0, 0.54) !important; }

.checkbox .label-component .error-checkbox:hover ~ .checkmark {
  border-color: rgba(0, 0, 0, 0.54) !important; }

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkbox .label-component input:checked ~ .checkmark:after {
  display: block; }

.checkbox .label-component .checkmark:after {
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.checkbox .label-component input[disabled] ~ .title {
  color: rgba(112, 112, 112, 0.5); }

.checkbox .label-component input[disabled]:hover ~ .checkmark {
  border-color: rgba(0, 0, 0, 0.54) !important;
  opacity: 0.38;
  filter: alpha(opacity=38); }

.checkbox .label-component input[disabled] ~ .checkmark {
  border-color: rgba(0, 0, 0, 0.54) !important;
  opacity: 0.38;
  filter: alpha(opacity=38); }

.checkbox .label-component input[disabled]:hover ~ .checkmark {
  border-color: rgba(0, 0, 0, 0.54) !important;
  opacity: 0.38;
  filter: alpha(opacity=38); }

.checkbox .title {
  color: #707070;
  padding-left: 40px;
  font-size: 1.5rem;
  line-height: 2.5rem; }

.checkbox .checkbox__info-icon {
  font-size: 1.6rem;
  padding-left: 7px;
  pointer-events: auto; }

.checkbox .box {
  padding-top: 15px;
  padding-bottom: 20px; }

.toggle {
  border: 1px solid #707070;
  margin-top: -5px;
  height: 29px;
  width: 41px;
  border-radius: 20px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  margin: 4px 1px;
  z-index: 1;
  opacity: 0.5;
  transition: background-color 0.3s ease;
  text-align: left; }

.toggle.toggle-container-toggled {
  background-color: #008000; }

.toggle .toggle-button {
  position: absolute;
  left: 0;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
  transition: -webkit-transform linear .08s, background-color linear .08s;
  transition: transform linear .08s, background-color linear .08s;
  will-change: transform;
  z-index: 2;
  background-color: white;
  transition: left 0.2s ease; }

.toggle.toggle-container-toggled .toggle-button {
  left: 13px; }

.toggle:hover {
  cursor: pointer; }

.isds-bg-secondary-dark {
  background: #2362a2; }

.isds-bg-secondary {
  background: #337dbd; }

.isds-bg-primary {
  background: #f9f9f9; }

.isds-text-white-transparent {
  color: rgba(255, 255, 255, 0.5); }

.isds-color-blue {
  color: #2362a2; }

.isds-border-color-divider {
  border-color: #d0d0d0; }

.isds-color-gray {
  color: #707070; }

.isds-color-danger {
  color: #e04857 !important; }

.size-indicator {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: black;
  padding: 10px;
  color: white;
  opacity: 0.2;
  transition: all .2s ease;
  cursor: default; }
  .size-indicator:hover {
    opacity: 1; }

body {
  min-height: 100vh;
  padding-top: 114px; }
  @media (max-width: 991.98px) {
    body {
      padding-top: 59px; } }
  body.no-fixed-header {
    padding-top: 0; }

.main-pane--padding-normal {
  padding-left: 38px;
  padding-right: 28px; }
  @media (max-width: 575.98px) {
    .main-pane--padding-normal {
      padding-left: 20px;
      padding-right: 20px; } }

/** HEADER **/
.header--fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (max-width: 991.98px) {
    .header--fixed {
      position: static; } }

.header__logo {
  display: block;
  margin: 1rem; }
  @media (max-width: 991.98px) {
    .header__logo {
      margin: 1.8rem 0; } }

.header__side-content, .side-content {
  width: 100%;
  padding-left: 38px;
  padding-right: 28px;
}

  @media (min-width: 768px) {
    .header__side-content, .side-content {
      width: 270px;
    }
}

.header__side-content {
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .header__side-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991.98px) {
    .header__side-content {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      z-index: 1030;
      background: #2362a2;
    }
}

.header__content-container, .header__content-lang-switch {
    padding-left: 140px;
    padding-right: 28px;
}

.header__content-container > h1 {
  color: #FFFFFF;
}

.header__content-lang-switch > button {
  color: #FFFFFF;
  font-size: 1.3rem;
}

.header__content-lang-switch > button, input[type=button] {
  outline: none;
}

@media (max-width: 575.98px) {
    .header__content-container {
      padding-left: 20px;
      padding-right: 20px;
    }
}

.header__content {
  padding-left: 38px;
  padding-right: 28px; }
  @media (max-width: 575.98px) {
    .header__content {
      padding-left: 20px;
      padding-right: 20px; } }

.login .header__logo {
  display: block;
  margin: 1rem; }
  @media (max-width: 991.98px) {
    .login .header__logo {
      margin: 1.8rem 0; } }
  @media (max-width: 767.98px) {
    .login .header__logo {
      height: 3rem; } }

.login .header__side-content {
  width: 150px;
}

@media (max-width: 767.98px) {
    .login .header__side-content {
      width: 100px;
    }
}

.login .header__side-content {
  padding-left: 38px;
  padding-right: 28px;
}

@media (max-width: 575.98px) {
    .login .header__side-content {
      padding-left: 20px;
      padding-right: 20px;
    }
}

@media (max-width: 991.98px) {
    .login .header__side-content {
      position: static;
      top: auto;
      right: auto;
      left: auto;
      background: transparent;
    }
}

.login .header__content-container {
    padding-left: 30px;
    padding-right: 28px;
}

@media (max-width: 575.98px) {
    .login .header__content-container {
      padding-left: 20px;
      padding-right: 20px;
    }
}

@media (max-width: 991.98px) {
  .header__content-container {
    background: #2362a2;
    width: 54%;
  }
}

@media (min-width: 992px) {
  .header__content-container {
    width: 64%;
  }
}

.login .header__content {
  padding-left: 38px;
  padding-right: 28px; }
  @media (max-width: 575.98px) {
    .login .header__content {
      padding-left: 20px;
      padding-right: 20px; } }

/** CONTENT **/
.side-content,
.main-content {
  padding: 0; }

@media (min-width: 992px) {
  .side-content {
    height: calc(100vh - 114px); } }

@media (max-width: 991.98px) {
  .side-content {
    position: static; } }

@media (max-width: 991.98px) {
  .side-content--settings-menu {
    width: 100%; }
    .side-content--settings-menu .side-content__menu {
      width: 100%;
      top: 125px;
      box-shadow: none;
      z-index: 1020; } }

.side-content__menu {
  height: 100%;
  width: 270px;
  position: fixed;
  top: 114px; }
  @media (max-width: 991.98px) {
    .side-content__menu {
      position: absolute;
      min-height: 100vh;
      width: 410px;
      top: 0;
      right: 0;
      z-index: 2070;
      box-shadow: -200px 0px 0px 1000px rgba(0, 0, 0, 0.3), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); } }
  @media (max-width: 575.98px) {
    .side-content__menu {
      width: 304px; } }
  @media (min-width: 992px) and (max-height: 765px) {
    .side-content__menu {
      position: static;
      bottom: auto;
      left: auto;
      height: auto; } }

.side-content__footer {
  background: #2362a2;
  width: 270px;
  position: fixed;
  bottom: 0; }
  @media (max-width: 991.98px) {
    .side-content__footer {
      position: static;
      bottom: auto;
      left: auto;
      width: 100%; } }
  @media (min-width: 992px) and (max-height: 765px) {
    .side-content__footer {
      position: static;
      bottom: auto;
      left: auto;
      width: 100%; } }

.main-content {
  background: #f9f9f9;
  color: #3B3B3B;
  padding-left: 38px;
  padding-right: 28px; }
  @media (max-width: 575.98px) {
    .main-content {
      padding-left: 20px;
      padding-right: 20px; } }

.main-pane--padding-first-top {
  padding-top: 26px; }

.main-pane--padding-last-top {
  padding-top: 0;
  padding-bottom: 10px; }

.main-pane--full-height {
  min-height: 100%;
  padding-bottom: 0 !important;
}

.ds-top {
    width: 100%;
    background-color: #193b64
}

@media (min-width: 1280px) {
    .ds-middle {
        max-width: 1280px;
        margin-left: calc((100vw - 1280px) / 2)
    }
}

.isds-footer ul {
  list-style: none;
  padding: 0; }
  .isds-footer ul + ul {
    margin-top: 25px; }

.user-info {
  padding: 30px 0 10px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.098rem;
  font-weight: 500;
  padding-left: 38px;
  padding-right: 28px; }
  @media (max-width: 575.98px) {
    .user-info {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 991.98px) {
    .user-info {
      padding-top: 60px; } }

@media (max-width: 991.98px) {
  .side-content--settings-menu .user-info {
    padding-top: 1rem; } }

.side-content--settings-menu .navbar-toggler {
  display: none; }

.side-content__title {
  color: rgba(232, 237, 247, 0.5);
  font-size: 1.4rem;
  letter-spacing: 0.098rem;
  line-height: 1.9rem;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 28px; }
  @media (max-width: 575.98px) {
    .side-content__title {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 992px) {
    .side-content__title {
      padding-top: 26px;
      padding-bottom: 6px; } }

.user-info__name {
  font-size: 2rem;
  letter-spacing: 0.14rem;
  line-height: 1.9rem;
  margin-bottom: 2.4rem; }

.user-info__organization {
  font-size: 1.2rem;
  letter-spacing: 0.084rem;
  line-height: 1.9rem;
  margin-bottom: 2.4rem; }

.user-info__btn {
  padding: 1.3rem 2.9rem;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  line-height: 1.5rem;
  font-weight: 500; }
  @media (max-width: 575.98px) {
    .user-info__btn {
      padding: 1.1rem 2.9rem; } }

@media (max-width: 991.98px) {
  .menu--padding-top {
    padding-top: 56px; } }

.separator {
  margin: 20px 28px 20px 38px;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .separator {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 992px) {
    .separator {
      background: #ffffff;
      color: #ffffff; } }

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.098rem;
  font-weight: 500; }
  .main-menu li {
    padding: 0; }
    .main-menu li + li {
      margin-top: 5px; }
      @media (max-width: 575.98px) {
        .main-menu li + li {
          margin-top: 0; } }
    .main-menu li a {
      padding: 11px 30px;
      color: #ffffff;
      text-transform: uppercase;
      display: block;
      text-decoration: none;
      padding-left: 38px;
      padding-right: 28px; }
      @media (max-width: 575.98px) {
        .main-menu li a {
          padding-left: 20px;
          padding-right: 20px; } }
      .main-menu li a i {
        font-size: 1.8rem;
        top: 2px;
        padding-left: 1rem;
        position: relative;
        top: 1px;
        padding-left: 0;
        display: inline-block;
        width: 20px; }
    .main-menu li:hover a,
    .main-menu li a:hover,
    .main-menu li a:focus,
    .main-menu li a.highlighted {
      background: #f9f9f9;
      color: #337dbd; }
    .main-menu li a.disabled {
      color: #2362a2; }
    .main-menu li:hover a.disabled,
    .main-menu li a.disabled:hover,
    .main-menu li a.disabled:focus {
      background: none;
      color: #2362a2; }

.main-menu--white-highlight li:hover a,
.main-menu--white-highlight li a:hover,
.main-menu--white-highlight li a:focus,
.main-menu--white-highlight li a.highlighted {
  background: #ffffff;
  color: #337dbd; }

.footer__disclaimer {
  margin: 20px 30px 10px;
  font-size: 1.1rem;
  letter-spacing: 0.077rem;
  line-height: 1.8rem;
  font-weight: 500; }
  .footer__disclaimer li {
    padding: 0px 0 15px 0; }
    .footer__disclaimer li a {
      padding: 10px 0 10px 0;
      color: #ffffff;
      text-decoration: none }
    .footer__disclaimer li a:hover,
    .footer__disclaimer li a:focus {
      text-decoration: underline }

.footer__contacts {
  margin: 10px 30px 30px;
  border-top: 1px solid #ffffff;
  padding-top: 25px;
  font-size: 1.1rem;
  letter-spacing: 0.077rem;
  line-height: 1.8rem;
  font-weight: 500; }
  .footer__contacts li a {
    text-decoration: none }
  .footer__contacts li a:hover,
  .footer__contacts li a:focus {
    text-decoration: underline }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .footer__contacts {
      text-align: right;
      margin-top: 30px;
      border: none;
      padding-top: 0; }
      .footer__contacts ul + ul {
        margin-top: 30px; } }

nav {
  color: #ffffff; }

.navbar, .navbar-err {
  padding: 18px 0 13px 0;
  background: #2362a2; }

  @media (max-width: 769px) {
    .navbar h1 {
      font-size: 2rem;
      margin: 16px 0 !important; }}

  @media (min-width: 770px) and (max-width: 920px) {
    .navbar h1 {
      font-size: 3rem; }}

  @media (min-width: 990px) {
    .navbar {
      margin: 0;
      padding: 0;
      min-width: 990px; } }

  @media (min-width: 1280px) {
    .navbar {
      min-width: 1280px; }
  }

.navbar-err {
  width: 100%;
  justify-content: space-between;
}

.navbar-err .header__content-container {
  padding: 30px;
}

@media (max-width: 768px) {
  .navbar-err {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 769px) {
  .navbar-err {
    width: 94%;
  }
}

.navbar--light {
  background: #337dbd; }

.navbar--transparent {
  background: transparent; }

.navbar-toggler {
  border: 0;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  padding: 0;
  padding-right: 3.2rem;
  background: url("../images/burger-menu.svg");
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position: center right; }
  .navbar-toggler.hide-menu {
    color: #ffffff;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    padding: 2rem;
    background: url("../images/close.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center; }

.navbar-brand {
  padding: 15px 60px 15px 0.3px; }

.header__logo, .header__logo:visited {
    display: block;
    width: 200px;
    margin: -7px 0 0 0;
    height: 45px;
    background-image: url("../images/ds_logotyp_rgb.svg");
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    text-indent: -9999px
}

/* ------- Logo in test environments (in particular VT) ------- */
.header__logo_test {
  background-image: url("../images/ds_logotyp_rgb_VT.svg") !important;
}

@media (max-width: 991.98px) {
    .header__logo, .header__logo:visited {
        margin: 1.3rem 0;
        height: 4rem;
        background-size: auto 4rem;
        background-position: left
    }
}

@media (max-width: 767.98px) {
    .header__logo, .header__logo:visited {
        margin: 1.8rem 0;
        height: 3rem;
        background-size: auto 3rem;
        background-position: left
    }
}

.header__main {
  padding-bottom: 1.9rem;
  font-size: 1.2rem;
  letter-spacing: 0.084rem;
  line-height: 1.9rem;
  font-weight: 500; }
  @media (max-width: 991.98px) {
    .header__main {
      background: #2362a2;
      padding-top: 2em;
      padding-bottom: 2em;
      align-items: center; } }
  .header__main i {
    font-size: 1.8rem;
    top: 2px;
    padding-left: 1rem;
    position: relative; }

.header__main--empty {
  height: 38px; }

@media (min-width: 992px) {
  .header__organization {
    text-transform: uppercase; } }

.header__organization .box-name {
  text-transform: lowercase; }

.header__organization-icon {
  color: #ecae1a;
  font-size: 0.9rem; }
  @media (max-width: 991.98px) {
    .header__organization-icon {
      display: none; } }

.header__user-name {
    white-space: nowrap
}

.header__menu-container {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold; }

.header__menu-container--mobile {
  border: 0;
  padding: 0; }

.header__menu-item {
  padding: 17px 0 10px 0;
  white-space: nowrap; }
  .header__menu-item + .header__menu-item {
    padding-left: 43px; }
  .header__menu-item a {
    padding: 17px 0 10px 0;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0.105rem; }
    .header__menu-item a i {
      font-size: 1.8rem;
      top: 1px;
      padding-left: 1rem;
      position: relative;
      padding-right: 0.5rem; }
    .header__menu-item a:hover {
      border-top: 4px solid #ffffff; }
  .header__menu-item.active a {
    border-top: 4px solid #ffffff; }

.header__menu--mobile {
  margin: 0;
  padding: 0; }

.header__menu-item--mobile {
  display: block; }
  .header__menu-item--mobile + .header__menu-item--mobile {
    padding-left: 0; }
  .header__menu-item--mobile a {
    display: block; }
    .header__menu-item--mobile a:hover {
      border-top: none; }
  .header__menu-item--mobile.active a {
    border-top: none; }

.login .header__content-container {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.091rem;
  line-height: 1.5rem;
}

.ttu {
  text-transform: uppercase; }

.ttl {
  text-transform: lowercase; }

.fw-bold {
  font-weight: bold; }

.fw-500 {
  font-weight: 500; }

.lh-15 {
  line-height: 1.5rem; }

.lh-16 {
  line-height: 1.6rem; }

.lh-18 {
  line-height: 1.8rem; }

.fs-12 {
  font-size: 1.2rem; }

.fs-14 {
  font-size: 1.4rem; }

.fs-15 {
  font-size: 1.5rem; }

.fs-20 {
  font-size: 2rem !important; }

.ls-082 {
  letter-spacing: 0.082rem; }

.ls-098 {
  letter-spacing: 0.098rem; }

.ls-105 {
  letter-spacing: 0.105rem; }

.px-72 {
  padding-left: 7.2rem;
  padding-right: 7.2rem; }

.opa-6 {
  opacity: 0.6; }

.c-main-text {
  color: #3B3B3B; }

.c-secondary-text {
  color: #707070; }

.bb-dashed {
  border-bottom-width: 1px !important;
  border-bottom-style: dashed !important; }

.small-r-gutters {
  margin-right: 0;
  margin-left: 0; }

.small-r-gutters > .col,
.small-r-gutters > [class*=col-] {
  padding-right: 4px;
  padding-left: 0; }

.no-opacity {
  opacity: 1 !important; }

@media (min-width: 768px) {
  .text-right-md {
    text-align: right !important; } }

/**
 Fix pro IE, ktery na mobilnim (jednosloupcovem zarizeni)
 Z nejakeho duvodu neroztahne hlavni obsah
 a musi se mu nastavit alespon minimalni padding
 */
@media (max-width: 991.98px) {
  .IE .no-gutters > .col,
  .IE .no-gutters > [class*=col-] {
    padding-right: 1px;
    padding-left: 0; } }

.aural {
  position: absolute;
  top: -10000em;
  left: -10000em; }

.aural-nav {
  display: block !important;
  width: 0px !important;
  height: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  margin: 0px !important; }

.main-pane {
  padding-bottom: 30px; }
  .main-pane .btn p {
    font-size: 1.2rem;
    font-weight: 500; }
    @media (max-width: 575.98px) {
      .main-pane .btn p {
        font-size: 1.1rem; } }
  .main-pane h3 {
    font-weight: bold;
    color: #3B3B3B;
    opacity: 0.9;
    font-size: 1.4rem;
    margin: 0px;
    padding: 0px;
    line-height: 1.8rem; }
  .main-pane h4 {
    font-weight: bold;
    color: #3B3B3B;
    opacity: 0.6;
    font-size: 1.2rem;
    margin: 0px;
    padding: 0px;
    line-height: 1.6rem; }
  .main-pane .command-title,
  .main-pane .command-title button {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.98px;
    color: #337dbd;
    cursor: pointer;
    background-color: transparent;
    border-width: 0px; }
  .main-pane .command-title--danger,
  .main-pane .command-title--danger button {
    color: #e04857; }

@media (min-width: 992px) {
  .heading-row {
    position: fixed;
    top: 114px;
    width: calc(100% - 270px);
    background: #f9f9f9;
    z-index: 2;
  }
}

@media (min-width: 1280px) {
    .heading-row {
        width: calc(1280px - 270px)
    }
}

@media (max-width: 991.98px) {
  .main-pane .row.heading-row + .row {
    padding-top: 20px; } }

@media (min-width: 992px) {
  .main-pane .row.heading-row + .row {
    padding-top: 102px; } }

@media (min-width: 992px) {
  .main-pane--top-padding-aligner {
    padding-top: 102px !important; } }

@media (min-width: 992px) {
  .settings__content .main-pane--top-padding-aligner,
  .messages-panel .main-pane--top-padding-aligner {
    padding-top: 66px !important; } }

@media (min-width: 992px) {
  .messages-panel.trezor .main-pane--top-padding-aligner {
    padding-top: 72px !important; } }

@media (max-width: 991.98px) {
  .settings__content .main-pane--top-padding-aligner,
  .messages-panel .main-pane--top-padding-aligner {
    padding-top: 0 !important; } }

.content-command .content-command--underline {
  border-bottom: 1px solid #707070 !important;
  padding-bottom: 21px; }
  @media (max-width: 767.98px) {
    .content-command .content-command--underline {
      padding-bottom: 25px; } }

.content-command h2,
.content-command span {
  height: 19px;
  color: rgba(59, 59, 59, 0.6);
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.98px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 0px; }
  @media (min-width: 396px) and (max-width: 420px) {
    .content-command h2,
    .content-command span {
      font-size: 1.3rem; } }
  @media (max-width: 395px) {
    .content-command h2,
    .content-command span {
      font-size: 1.1rem; } }

.content-command span {
  text-align: right; }

.recipient {
  padding-top: 30px; }

.overme {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.messages-filter {
  color: #337dbd;
  padding-left: 30px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .messages-filter {
      padding-left: 23px !important; } }
  @media (max-width: 767.98px) {
    .messages-filter {
      padding-left: 10px !important; } }
  .messages-filter .messages-filter__icon {
    padding-right: 14px;
    cursor: pointer; }
  .messages-filter .messages-filter__title {
    text-transform: uppercase;
    cursor: pointer;
    color: #2362a2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.98px;
    line-height: 18px;
    text-align: right;
    float: right; }

.messages-list {
  padding-top: 0;
  padding-bottom: 30px; }
  .messages-list .messages-list__row--padding {
    padding-left: 38px;
    padding-right: 28px; }
    @media (max-width: 575.98px) {
      .messages-list .messages-list__row--padding {
        padding-left: 20px;
        padding-right: 20px; } }
  .messages-list .messages-list__item {
    min-height: 51px;
    border-bottom: 1px dashed rgba(59, 59, 59, 0.3);
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .messages-list .messages-list__item {
        height: auto;
        padding-top: 14px;
        padding-bottom: 14px; } }
    @media (min-width: 992px) {
      .messages-list .messages-list__item {
        padding-top: 23px;
        padding-bottom: 25px; } }
    .messages-list .messages-list__item .messages-list__item-left {
      float: left; }
      .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__databox {
        text-transform: uppercase;
        color: #707070;
        font-size: 12px;
        letter-spacing: 0.84px;
        line-height: 19px; }
        @media (max-width: 575.98px) {
          .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__databox {
            font-size: 1.1rem;
            line-height: 1.4rem; } }
      .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject {
        color: #3B3B3B;
        font-size: 20px;
        letter-spacing: 1.09px;
        line-height: 2.3rem;
        padding-top: 10px; }
        @media (max-width: 575.98px) {
          .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject {
            font-size: 1.6rem;
            line-height: 1.9rem; } }
        .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject .unread {
          color: #ecae1a;
          position: absolute;
          z-index: 1;
          font-size: 10px;
          cursor: default; }
          @media (min-width: 576px) {
            .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject .unread {
              left: -22px; } }
          @media (max-width: 575.98px) {
            .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject .unread {
              left: -15px; } }
        .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject .unread:hover {
          background: #f9f9f9; }
      .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject.bold {
        font-weight: bold; }
    .messages-list .messages-list__item .messages-list__item-subject {
      color: #3B3B3B;
      font-size: 20px;
      letter-spacing: 1.09px;
      line-height: 2.3rem; }
      @media (max-width: 575.98px) {
        .messages-list .messages-list__item .messages-list__item-subject {
          font-size: 1.6rem;
          line-height: 1.9rem; } }
    .messages-list .messages-list__item .messages-list__item-right {
      float: right;
      text-align: right; }
      .messages-list .messages-list__item .messages-list__item-right .messages-list__item-right__datetime {
        color: #707070;
        font-size: 12px;
        letter-spacing: 0.84px;
        line-height: 19px; }
      .messages-list .messages-list__item .messages-list__item-right .messages-list__item-right__note {
        color: #707070;
        font-size: 12px;
        letter-spacing: 0.84px;
        line-height: 19px;
        padding-top: 10px;
        cursor: url(../images/cursor-black.png), auto !important; }
        .messages-list .messages-list__item .messages-list__item-right .messages-list__item-right__note .fa {
          color: #e04857; }

.messages-list__item--last {
  border-bottom: none; }
  @media (max-width: 767.98px) {
    .messages-list__item--last {
      border-bottom: 1px dashed rgba(59, 59, 59, 0.3); } }

.messages-list__row:hover,
.messages-list__row--hover,
.messages-list__row:focus {
  background: rgba(59, 59, 59, 0.05);
  outline: 0; }

.messages-panel__filter {
  padding-top: 15px;
  padding-bottom: 15px; }
  .messages-panel__filter .pt-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .messages-panel__filter select {
    height: 56px; }

.messages-panel__list--padding-filter-show {
  padding-top: 20px; }
  @media (max-width: 991.98px) {
    .messages-panel__list--padding-filter-show {
      padding-top: 15px; } }

.messages-panel__list--padding-filter-collapse {
  padding-top: 71px; }
  @media (max-width: 991.98px) {
    .messages-panel__list--padding-filter-collapse {
      padding-top: 0px; } }

.messages-panel.trezor .headline {
  padding-top: 10px;
  font-weight: bold; }

.content-label {
  display: inline;
  padding: 5px 10px;
  font-size: 1.2rem;
  float: right; }
  @media (max-width: 767.98px) {
    .content-label {
      padding: 2px 8px;
      font-size: 1.1rem;
      float: none; } }
  .content-label.silver {
    background: #d0d0d0; }
  .content-label.gold {
    background: goldenrod; }

@media (min-width: 992px) and (max-width: 1166px) {
  .hidden-if-not-space-3col-settings {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1166px) {
  .display-if-not-space-3col-settings {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 780px), (min-width: 992px) and (max-width: 1180px) {
  .hidden-if-not-space-3col-settings1180 {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 780px), (min-width: 992px) and (max-width: 1180px) {
  .display-if-not-space-3col-settings1180 {
    display: block !important; } }

.complete-search {
  padding-top: 22px; }
  .complete-search .content-search {
    padding: 19px 5px 19px 0px;
    background-color: var(--white);
    border: 1px solid rgba(156, 156, 156, 0.2);
    margin-bottom: 0px;
    border-radius: 3px; }
    @media (max-width: 575.98px) {
      .complete-search .content-search {
        padding: 15px 4px 15px 0px; } }
    .complete-search .content-search .content-search__icon {
      font-size: 1.7rem !important;
      margin-left: 18px; }
      @media (max-width: 575.98px) {
        .complete-search .content-search .content-search__icon {
          font-size: 1.3rem !important;
          margin-left: 12px; } }
    .complete-search .content-search .content-search__placeholder {
      top: 19px;
      padding-left: 50px;
      height: 18px;
      opacity: 0.5;
      color: rgba(59, 59, 59, 0.5);
      font-size: 2rem;
      letter-spacing: 0.15px;
      line-height: 18px; }
      @media (min-width: 992px) and (max-width: 1061px) {
        .complete-search .content-search .content-search__placeholder {
          top: 10px; } }
      @media (max-width: 382px) {
        .complete-search .content-search .content-search__placeholder {
          top: 10px; } }
      @media (max-width: 575.98px) {
        .complete-search .content-search .content-search__placeholder {
          font-size: 1.5rem;
          height: 16px;
          line-height: 16px;
          padding-left: 35px; } }
    .complete-search .content-search .content-search__control {
      border: none;
      width: calc(100% - 50px);
      font-size: 16px;
      color: #3B3B3B; }
      @media (max-width: 575.98px) {
        .complete-search .content-search .content-search__control {
          width: calc(100% - 35px); } }
    .complete-search .content-search .content-search__control:focus {
      box-shadow: none; }
  .complete-search .content-search:hover {
    border-bottom: 1px solid #ecae1a; }
  .complete-search .content-search--focus {
    border-bottom: 1px solid #ecae1a !important;
    box-shadow: 0 -1px 0 #ecae1a inset; }
  .complete-search .content-search__placeholder--focus .content-search__control {
    box-shadow: none;
    transform: translate(0, 10px); }
  .complete-search .content-search__placeholder--focus .content-search__placeholder {
    font-size: 12px !important;
    transform: translate(0, -10px) !important;
    height: 16px;
    color: #484848; }
    @media (min-width: 992px) and (max-width: 1061px) {
      .complete-search .content-search__placeholder--focus .content-search__placeholder {
        transform: translate(0, -6px) !important; } }
    @media (max-width: 382px) {
      .complete-search .content-search__placeholder--focus .content-search__placeholder {
        transform: translate(0, -4px) !important; } }
    @media (max-width: 330px) {
      .complete-search .content-search__placeholder--focus .content-search__placeholder {
        font-size: 11px !important; } }
  .complete-search .advanced-search {
    color: #337dbd;
    padding-left: 30px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .complete-search .advanced-search {
        padding-left: 23px !important; } }
    @media (max-width: 767.98px) {
      .complete-search .advanced-search {
        padding-left: 18px !important; } }
    .complete-search .advanced-search .advanced-search__icon {
      padding-right: 11px; }
    .complete-search .advanced-search .advanced-search__title {
      text-transform: uppercase;
      font-size: 1.4rem;
      font-weight: bold;
      letter-spacing: 0.98px; }

.login-box {
  /* DATASYS: původně background #ffffff, ale chceme šedé pozadí podle design system. */
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  width: 860px;
  font-size: 1.5rem;
  letter-spacing: 0.105rem;
  /* DATASYS: line-height přebráno z design system, jinak label v input boxech zasahuje zeeshora do psaného textu. */
  /* line-height: 2rem; */
  color: #707070;
  margin: 6rem auto 7rem;
  padding: 0; }
  @media (max-width: 991.98px) {
    .login-box {
      width: 702px;
      margin: 4rem auto 7rem; } }
  @media (max-width: 767.98px) {
    .login-box {
      width: 702px;
      border-radius: 0;
      box-shadow: none;
      margin: 0 auto 0; } }
  .login-box a, .login-box a:active {
    color: #2362a2;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0.098rem; }

.login-box__header {
  padding: 0;
  margin: 0;
  position: relative; }
  .login-box__header::before {
    content: '';
    height: 2px;
    width: 100%;
    bottom: 0;
    background: rgba(40, 98, 161, 0.2);
    position: absolute; }

.login-box__menu {
  padding-left: 6rem;
  padding-right: 6rem;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  padding-left: 38px;
  padding-right: 28px; }
  @media (max-width: 575.98px) {
    .login-box__menu {
      padding-left: 20px;
      padding-right: 20px; } }

.login-box__menu-item a {
  display: inline-block;
  padding: 2.3rem 0;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  text-decoration: none;
  font-size: 1.4rem; }
  @media (max-width: 575.98px) {
    .login-box__menu-item a {
      font-size: 1.2rem;
      font-weight: 500;
      letter-spacing: 0.084rem;
      line-height: 1.8rem; } }
  .login-box__menu-item a:hover {
    padding-bottom: 2rem;
    /* DATASYS: původní barva byla modrá 2362a2, ale design system diktuje černou. */
    border-bottom: 3px solid #3b3b3b; }

.login-box__menu-item.active a {
  padding-bottom: 2rem;
  /* DATASYS: původní barva byla modrá 2362a2, ale design system diktuje černou. */
  border-bottom: 3px solid #3b3b3b; }

.login-box__content {
  padding: 3rem 6rem; }
  @media (max-width: 991.98px) {
    .login-box__content {
      padding: 3rem 3rem 6.5rem; } }
  .login-box__content .help-block {
    font-size: 1.2rem;
    letter-spacing: 0.004rem;
    line-height: 1.6rem;
    color: #e04857; }
  .login-box__content form {
    position: relative; }
    @media (max-width: 575.98px) {
      .login-box__content form {
        margin-bottom: 1.5rem; } }
    /* DATASYS: margin bude podle design system. */
    /* .login-box__content form .form-group {
      margin-bottom: 1rem; } */
    .login-box__content .btn--login {
      padding: 1.1rem 3rem;
      margin-top: 1rem; }
      @media (max-width: 575.98px) {
        .login-box__content .btn--login {
          display: block;
          width: 100%;
          margin-top: 0; } }

.login-box__column {
  padding-right: 32px; }
  .login-box__column + .login-box__column {
    padding-right: 15px;
    padding-left: 32px; }
  @media (max-width: 991.98px) {
    .login-box__column {
      padding-right: 12px; }
      .login-box__column + .login-box__column {
        padding-right: 25px;
        padding-left: 12px; } }

/* DATASYS: Design system paragrafům dává veliký spodní margin, tak ho v informační bublině ručně vrátíme zpět na hodnotu, jakou měl před aplikováním design system balíčku. */
.login-box .alert__text p {
	margin-bottom: 1rem;
}

.highlights {
  padding: 6rem 0;
  color: #ffffff; }
  @media (min-width: 992px) {
    .highlights {
      background: #ffffff;
      /* DATASYS: původní barva byla 707070, ale design system diktuje Mid Grey. */
      color: #686868; } }

.highlights__list {
  /* DATASYS: zobrazení odrážek. */
  list-style: disc;
  font-size: 2rem;
  letter-spacing: 0.098rem;
  line-height: 3rem; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .highlights__list {
      column-count: 2;
      margin-bottom: 6rem; } }
  @media (max-width: 575.98px) {
    .highlights__list {
      padding-left: 2rem;
      margin-bottom: 6rem; } }

/* DATASYS: nechceme zobrazit modrý čtvereček, který je nastaven pro položky seznamů (li::before). */
.highlights__list > li::before {
  content: none !important;
}

.highlights__list-item {
  margin-bottom: 4rem; }
  @media (max-width: 991.98px) {
    .highlights__list-item {
      font-size: 15px;
      letter-spacing: 1.05px;
      line-height: 19px; } }
  @media (max-width: 575.98px) {
    .highlights__list-item {
      padding-left: 1.6rem;
      margin-bottom: 2.3rem; } }

.highlights__title {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.123rem;
  line-height: 5rem;
  margin-bottom: 4rem; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .highlights__title {
      color: #ffffff;
      text-align: center;
      line-height: 4.5rem; }
      .highlights__title br {
        display: none; } }
  @media (max-width: 575.98px) {
    .highlights__title {
      color: #ffffff;
      line-height: 5rem; }
      .highlights__title br {
        display: none; } }

.highlights__czechpoint {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/cp_logo_outline_Pantone.svg");
  background-size: 53px 25px;
  background-repeat: no-repeat;
  background-position: center;
  width: 53px;
  height: 25px;
  text-indent: -1000000px;
  position: relative; }
  @media (max-width: 991.98px) {
    .highlights__czechpoint {
      background-size: 43px 20px;
      width: 43px;
      height: 20px; } }

@media (max-width: 991.98px) {
  .highlights__more-info {
    text-align: center; } }

.highlights__btn {
  background-color: #fff /* DATASYS: barva pozadi aby v mobilni verzi mel pozadi */;
  /* DATASYS: Odstraneni nepotrebnych stylu */
  /* font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  line-height: 1.5rem;
  text-align: center; 
  text-transform: uppercase; */
  /* DATASYS: Vertikalni padding ponechan na tlacitku z DS */
  padding-right: 7.2rem;
  padding-left: 7.2rem;
  margin-top: 7rem; }
  .highlights__btn p {
    /*color: #ffffff; /* DATASYS: reset barvy na barvu z DS */
    font-size: unset;    /* DATASYS: reset velikosti pisma */
    margin-bottom: 0;   /* DATASYS: odstraneni margin u p v tlacitku. */}
    @media (min-width: 992px) {
      .highlights__btn p {
        /*color: #000; /* DATASYS: reset barvy na barvu z DS */} }

.login-footer {
  padding: 5rem 5.5%;
  text-align: left; }
  @media (max-width: 991.98px) {
    .login-footer {
      background: #2362a2;
      max-width: 991.98px; } }

.login-footer__links {
  list-style: none;
  margin: 0;
  padding: 0; }

.login-footer__link-item + .login-footer__link-item {
  margin-top: 3rem; }

@media (min-width: 1334px) {
  .login-footer__link-item {
    display: inline-block;
    margin: 0; }
    .login-footer__link-item + .login-footer__link-item {
      margin: 0;
      padding-left: 3.5rem; } }

.login-footer__link-item a {
  /* DATASYS: smazano - styly odkazu brany z DS */
  /* color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem; */ 
  letter-spacing: 0.098rem; } 
.login-footer__copyright {
  text-align: right; }
  @media (max-width: 991.98px) {
    .login-footer__copyright {
      line-height: 2.6rem; }
      .login-footer__copyright .delimiter {
        color: transparent;
        display: block;
        height: 0;
        font-size: 0; } }
  @media (max-width: 575.98px) {
    .login-footer__copyright {
      line-height: 2.6rem;
      text-align: left;
      margin-top: 4rem; }
      .login-footer__copyright .delimiter {
        color: transparent;
        display: block;
        height: 0;
        font-size: 0; } }

.input--white {
  background-color: #ffffff; }

.input--border {
  padding: 19px 10px 15px;
  border: 1px solid rgba(156, 156, 156, 0.2);
  margin-bottom: 0;
  border-radius: 3px;
  overflow: auto; }
  .input--border.icon-input {
    padding: 19px 5px 19px 0;
    margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .input--border.icon-input {
        padding: 15px 4px 15px 0; } }
    .input--border.icon-input label {
      padding-left: 50px; }
    .input--border.icon-input .form-control {
      border: none;
      width: calc(100% - 50px);
      padding-left: 10px;
      float: left; }
    .input--border.icon-input i + label {
      padding-left: 10px;
      padding-right: 50px; }
    .input--border.icon-input i + .icon-control {
      padding-right: 0;
      padding-left: 0;
      float: right; }
    .input--border.icon-input .icon-control {
      float: left; }
    .input--border.icon-input .icon-control + i {
      margin-right: 18px;
      float: right;
      margin-top: -20px; }
  .input--border label {
    top: 19px;
    padding-left: 10px;
    height: 18px;
    opacity: 0.5;
    color: rgba(59, 59, 59, 0.5);
    font-size: 2rem;
    letter-spacing: 0.15px;
    line-height: 18px;
    z-index: 0; }
  .input--border textarea + label {
    top: 12px;
    font-size: 1.6rem; }
  .input--border .label--thin {
    font-size: 2rem; }
    @media (min-width: 1540px) and (max-width: 1639px) {
      .input--border .label--thin {
        font-size: 1.8rem; } }
    @media (min-width: 1440px) and (max-width: 1539px) {
      .input--border .label--thin {
        font-size: 1.6rem; } }
    @media (min-width: 1340px) and (max-width: 1439px) {
      .input--border .label--thin {
        font-size: 1.4rem; } }
    @media (min-width: 1240px) and (max-width: 1339px) {
      .input--border .label--thin {
        font-size: 1.2rem; } }
    @media (min-width: 1200px) and (max-width: 1239px) {
      .input--border .label--thin {
        font-size: 1.1rem; } }
    @media (min-width: 1165px) and (max-width: 1199px) {
      .input--border .label--thin {
        font-size: 1.6rem; } }
    @media (min-width: 1065px) and (max-width: 1164px) {
      .input--border .label--thin {
        font-size: 1.3rem; } }
    @media (min-width: 992px) and (max-width: 1064px) {
      .input--border .label--thin {
        font-size: 1rem; } }
  /* DATASYS: odstraneno reseno z MVDS */
  /* .input--border i {
    font-size: 1.7rem !important;
    margin-left: 18px;
    z-index: 1;
    position: relative; }
    .input--border i .clickable {
      z-index: 1;
      position: relative; } */
  .input--border .form-control {
    border: none;
    width: 100%; }
  /* DATASYS: stylování input-boder s hover a focus chceme z design system.
  .input--border.input--focus {
    border-bottom: 1px solid #ecae1a !important;
    box-shadow: 0 -1px 0 #ecae1a inset; }
  .input--border:hover {
    border-bottom: 1px solid #ecae1a !important; }
  .input--border.input__placeholder--focus .form-control {
    box-shadow: none;
    border: none;
    transform: translate(0, 10px); }
  .input--border.input__placeholder--focus label {
    transform: translate(0, -10px) !important; }
    @media (min-width: 992px) and (max-width: 1061px) {
      .input--border.input__placeholder--focus label {
        transform: translate(0, -10px) !important; } }
    @media (max-width: 382px) {
      .input--border.input__placeholder--focus label {
        transform: translate(0, -3px) !important; } }
    @media (max-width: 330px) {
      .input--border.input__placeholder--focus label {
        font-size: 11px !important; } }*/
  .input--border.has-error {
    border-bottom: 1px solid #e04857 !important; }
    /* DATASYS: stylování input-boder s hover a focus chceme z design system.
    .input--border.has-error.input--focus {
      box-shadow: 0 -1px 0 #e04857 inset; } */
    .input--border.has-error:hover {
      border-bottom: 1px solid #e04857 !important; }
    .input--border.has-error .form-control {
      border: none; }
    .input--border.has-error label {
      color: #e04857;
      transform: translate(0, -10px) !important; }

/* DATASYS: stylování input-boder s hover a focus chceme z design system.
.input--border-textarea.input--focus {
  border-bottom: 1px solid rgba(59, 59, 59, 0.3) !important;
  box-shadow: 0 -1px 0 rgba(59, 59, 59, 0.3) inset; } */

.input--border-textarea:hover {
  border-bottom: 1px solid rgba(59, 59, 59, 0.3) !important; }

/* DATASYS: stylování input-boder s hover a focus chceme z design system.
.input__placeholder--focus label {
  font-size: 12px !important;
  transform: translate(0, -20px) !important;
  height: 16px;
  color: #484848; }
  @media (min-width: 992px) and (max-width: 1061px) {
    .input__placeholder--focus label {
      transform: translate(0, -20px) !important; } }
  @media (max-width: 382px) {
    .input__placeholder--focus label {
      transform: translate(0, -20px) !important; } }
  @media (max-width: 330px) {
    .input__placeholder--focus label {
      font-size: 11px !important; } } */

.checkbox .label-component input:focus ~ .checkmark {
  border-color: rgba(0, 0, 0, 0.54);
  background: rgba(102, 102, 102, 0.54); }

.checkbox .label-component input:focus ~ .checkmark:after {
  border-color: rgba(0, 0, 0, 0.54); }

.tooltip-css {
  position: relative;
  display: inline-block; }

.tooltip-css .tooltip-css__text, .tooltip-css + .tooltip-css__text {
  display: none;
  padding: 10px 8px 15px 8px;
  color: white;
  text-align: left;
  width: 270px;
  border-radius: 2px;
  background-color: rgba(97, 97, 97, 0.9);
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 16px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1; }

.tooltip-css .tooltip-css__text.right {
  right: 0; }

.tooltip-css:hover .tooltip-css__text, .tooltip-css:hover + .tooltip-css__text {
  display: block !important; }
  .tooltip-css:hover .tooltip-css__text a,
  .tooltip-css:hover .tooltip-css__text a:hover, .tooltip-css:hover + .tooltip-css__text a,
  .tooltip-css:hover + .tooltip-css__text a:hover {
    color: white;
    text-decoration: underline; }

.tooltip-css:hover + .tooltip-css__text {
  top: 40px;
  left: 25px; }

.tooltip-css:hover .tooltip-none, .tooltip-css:hover + .tooltip-none {
  display: none !important; }

.tooltip-css--overme {
  width: auto !important;
  padding: 11px 9px 15px 9px !important; }

.alert {
  border-radius: 6px;
  padding: 15px 25px;
}

  .alert .alert__icon {
    float: left; }
  .alert .alert__text {
    /*DATASYS: zmena barvy textu na "Mid Grey" podle DS */
    color: #686868;
    padding-left: 25px; }

.alert--block {
  display: block;
  width: 100%; }

.alert-warning {
  color: #ecae1a;
  border: 1px solid rgba(236, 174, 26, 0.2);
  background-color: rgba(236, 174, 26, 0.05);
  margin-bottom: 0; }

.alert-danger {
  color: #e04857;
  border: 1px solid rgba(224, 72, 87, 0.2);
  background-color: rgba(224, 72, 87, 0.08);
  margin-bottom: 0; }

.alert-menu--warning i.fa, .alert-menu--danger i.fa {
  font-size: 1rem;
  padding-left: 7px;
  padding-right: 0px;
  top: -2px; }
  @media (max-width: 991.98px) {
    .alert-menu--warning i.fa, .alert-menu--danger i.fa {
      top: -1px; } }

.alert-menu--warning i.fa {
  color: #ecae1a; }

.alert-menu--danger i.fa {
  color: #e04857; }

.messages-panel .main-pane__alert {
  padding-top: 20px;
  padding-bottom: 20px; }

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #337dbd; }

.side-content__menu .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem white; }

.btn-secondary--red {
  border: 1px solid #e04857; }
  .btn-secondary--red p {
    color: #e04857 !important; }

.btn-secondary--red:active:hover, .btn-secondary--red:focus, .btn-secondary--red:hover,
.btn-secondary--red:not([disabled]):not(.btn-disabled):active {
  border: 1px solid #e04857;
  background-color: #e04857; }
  .btn-secondary--red:active:hover p, .btn-secondary--red:focus p, .btn-secondary--red:hover p,
  .btn-secondary--red:not([disabled]):not(.btn-disabled):active p {
    color: #ffffff !important; }

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0; }

.breadcrumb-item {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.098rem;
  line-height: 1.8rem;
  margin-bottom: .5rem;
  color: #707070; }
  @media (max-width: 380px) {
    .breadcrumb-item {
      font-size: 1.1rem; } }
  .breadcrumb-item + .breadcrumb-item:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pvs-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e912';
    font-size: 0.8rem;
    position: relative;
    top: -2px; }
  .breadcrumb-item a, .breadcrumb-item a:visited {
    color: #2362a2; }

.message-block {
  padding-bottom: 1rem;
  margin-bottom: 1.7rem;
  border-bottom: 1px dashed rgba(59, 59, 59, 0.3);
  position: relative; }

.message-block--no-border {
  border: none; }

.message-block__body {
  margin-top: 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.082rem;
  line-height: 1.8rem; }
  @media (max-width: 767.98px) {
    .message-block__body {
      font-size: 1.2rem; } }

.message-block__body--with-buttons {
  margin-top: 0; }
  @media (max-width: 767.98px) {
    .message-block__body--with-buttons {
      font-size: 1.2rem;
      margin-top: 1rem; } }

.message-block__body--no-margin {
  margin-top: 0; }

.message-block__body--separate-rows .row {
  padding-bottom: 0.8rem; }

.message-block__body--separate-rows .row + .row {
  padding-top: 0.8rem;
  border-top: 1px dashed rgba(59, 59, 59, 0.3); }

.message-block__body--bordered-rows .row {
  padding-bottom: 0; }

.message-block__body--bordered-rows .row + .row {
  margin-top: 0.3rem; }

.message-block__title {
  margin-bottom: 0;
  font-size: 1.2rem;
  letter-spacing: 0.084rem;
  line-height: 1.9rem;
  color: #707070; }
  @media (max-width: 767.98px) {
    .message-block__title {
      line-height: 1.4rem; } }

.message-block__primary {
  font-size: 2rem;
  letter-spacing: 0.109rem;
  line-height: 1.8rem; }
  @media (max-width: 767.98px) {
    .message-block__primary {
      font-size: 1.5rem;
      letter-spacing: 0.082rem;
      line-height: 1.8rem; } }

.message-block__primary--small {
  font-size: 1.5rem;
  letter-spacing: 0.082rem; }
  @media (max-width: 767.98px) {
    .message-block__primary--small {
      font-size: 1.5rem;
      letter-spacing: 0.082rem;
      line-height: 1.8rem; } }

.message-block__secondary {
  font-size: 1.2rem;
  letter-spacing: 0.084rem;
  line-height: 1.9rem;
  color: #707070; }
  @media (max-width: 767.98px) {
    .message-block__secondary {
      padding-top: 0.25rem;
      padding-bottom: 1rem; } }

.message-block__content {
  padding: 0;
  border: 1px solid rgba(156, 156, 156, 0.2);
  background: #ffffff; }
  .message-block__content button {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .message-block__content button:hover, .message-block__content button:focus {
    background: none; }
  .message-block__content .row {
    padding: 0;
    margin: 0; }

.message-block__content-name {
  margin: 0; }

.message-block__content-type {
  white-space: nowrap; }
  @media (max-width: 575.98px) {
    .message-block__content-type {
      padding-left: 0.6rem !important; } }

.message-block__content-actions {
  text-align: right; }
  .message-block__content-actions button {
    cursor: pointer; }
  @media (max-width: 767.98px) {
    .message-block__content-actions {
      position: absolute;
      top: 0;
      right: 0; } }

.message-block__links {
  text-align: right; }
  .message-block__links button {
    cursor: pointer; }
  @media (max-width: 767.98px) {
    .message-block__links {
      position: absolute;
      top: 0;
      right: 0; } }

.message-block__link-item {
  border: none;
  background: transparent;
  color: #2362a2;
  padding: 1rem 1.6rem;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.084rem;
  line-height: 1.8rem;
  cursor: pointer; }
  .message-block__link-item:hover, .message-block__link-item:focus {
    background: rgba(59, 59, 59, 0.05); }
  @media (max-width: 767.98px) {
    .message-block__link-item.dropdown-toggle {
      padding-right: 1.6rem; } }
  .message-block__link-item.dropdown-toggle::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pvs-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 0;
    content: "\e902";
    border: none; }
  @media (max-width: 767.98px) {
    .message-block__link-item {
      padding: 0.6rem; } }

.message-block__link-dropdown {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: none;
  line-height: 1.8rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem; }
  .message-block__link-dropdown .message-block__link-item {
    padding: 1rem 2rem;
    text-align: right; }

.message-block__more-params {
  font-size: 1.5rem;
  letter-spacing: 0.105rem;
  line-height: 1.8rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .message-block__more-params {
      font-size: 1.2rem;
      letter-spacing: 0.084rem;
      line-height: 1.4rem;
      justify-content: start; } }

.message-actions {
  margin-top: 2.6rem; }

.message-actions__info-text {
  color: #707070;
  font-size: 1.5rem;
  letter-spacing: 0.105rem;
  line-height: 1.8rem;
  margin-bottom: 1.9rem; }
  @media (max-width: 767.98px) {
    .message-actions__info-text {
      font-size: 1.2rem;
      letter-spacing: 0.084rem;
      line-height: 1.4rem; } }

.message-actions__buttons {
  color: #707070; }
  .message-actions__buttons button p {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.105rem;
    line-height: 1.5rem; }
  .message-actions__buttons button + button {
    margin-left: 2.2rem; }
    @media (max-width: 991.98px) {
      .message-actions__buttons button + button {
        margin-left: 1.9rem; } }
    @media (max-width: 1230px) {
      .message-actions__buttons button + button {
        margin-left: 0.5rem; } }

@media (min-width: 992px) and (max-width: 1296px), (max-width: 968px) {
  .message-block--delivery-note .visible-if-space {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1296px), (max-width: 968px) {
  .message-block--delivery-note .hidden-if-space {
    display: inline !important; } }

.message-actions__send,
.message-actions__resend,
.message-actions__print,
.message-actions__download-zfo {
  display: inline-block !important; }

.message-actions__more .message-actions__send,
.message-actions__more .message-actions__resend,
.message-actions__more .message-actions__print,
.message-actions__more .message-actions__download-zfo {
  display: none !important; }

@media (min-width: 992px) and (max-width: 1099px) {
  .message-actions__download-zfo {
    display: none !important; }
  .message-actions__more .message-actions__download-zfo {
    display: block !important; } }

@media (min-width: 450px) and (max-width: 759px) {
  .message-actions__download-zfo {
    display: none !important; }
  .message-actions__more .message-actions__download-zfo,
  .message-actions__more .message-actions__resend,
  .message-actions__more .message-actions__print {
    display: none !important; }
  .message-actions__more .message-actions__download-zfo {
    display: block !important; } }

@media (min-width: 100px) and (max-width: 449px) {
  .message-actions__resend,
  .message-actions__print,
  .message-actions__download-zfo {
    display: none !important; }
  .message-actions__more .message-actions__resend,
  .message-actions__more .message-actions__print,
  .message-actions__more .message-actions__download-zfo {
    display: block !important; } }

.select--primary select {
  width: 100%;
  min-width: 25rem;
  height: 36px !important;
  border: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  background-color: transparent;
  color: #707070;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px; }

.select--primary.select--multiple::after {
  content: none !important; }

.select--primary.select--multiple select {
  padding-top: 0;
  height: 14rem !important;
  padding: 0px 1px 5px 5px; }
  .select--primary.select--multiple select option {
    height: 38px;
    padding-top: 7px;
    padding-left: 5px; }

.select--primary .select--narrow {
  min-width: auto; }

.select--primary.high select {
  height: 56px !important; }

.select--primary select:hover {
  border-bottom: 1px solid #ecae1a; }

.select--primary select:focus {
  outline: none;
  border-bottom: 1px solid #ecae1a;
  box-shadow: 0 -1px 0 #ecae1a inset; }

.select--primary select option,
.select--primary select option:not(:checked) {
  display: block;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  box-shadow: 0 1px 2px 0 #3b3b3b; }

.select--primary::after {
  top: 41%;
  color: #ecae1a; }

.select select::-ms-expand {
  display: none;
  appearance: none; }

.select--disabled,
.select--disabled:hover,
.select--disabled select {
  cursor: not-allowed;
  background-color: #ffffff;
  color: rgba(112, 112, 112, 0.5) !important;
  pointer-events: none;
  background-color: transparent; }

.select--disabled:after {
  opacity: .38; }

.settings__submenu-holder {
  width: 320px;
  background: #f5f5f5;
  min-height: 100vh; }
  @media (max-width: 991.98px) {
    .settings__submenu-holder {
      width: 320px; } }

.settings__submenu {
  width: 320px;
  border-right: 1px solid rgba(59, 59, 59, 0.14);
  min-height: 100%; }
  @media (max-width: 991.98px) {
    .settings__submenu {
      width: 320px;
      min-height: 100%; } }
  .settings__submenu .heading-row {
    width: 320px;
    background: #f5f5f5;
    border-right: 1px solid rgba(59, 59, 59, 0.14); }
    @media (max-width: 991.98px) {
      .settings__submenu .heading-row {
        width: 320px; } }

.settings__content {
  width: calc(100% - 320px);
}
  @media (min-width: 768px) and (max-width: 991.98px) {
    .settings__content {
      width: calc(100% - 320px); } }
  @media (max-width: 767.98px) {
    .settings__content {
      width: 100%; } }
.settings__content .heading-row {
    width: calc(100% - 320px - 270px);
}

@media (min-width: 1280px) {
    .settings__content .heading-row {
        width: calc(1280px - 320px - 270px)
    }
}

@media (max-width: 991.98px) {
    .settings__content .heading-row {
        width: 100%;
    }
}

.settings__content--full {
  width: 100%;
}

.settings__content--full .heading-row {
    width: calc(100% - 270px);
}

@media (min-width: 1280px) {
    .settings__content--full .heading-row {
        width: calc(1280px - 270px)
    }
}

@media (max-width: 991.98px) {
    .settings__content--full .heading-row {
        width: 100%;
    }
}

.settings-block {
  margin-bottom: 2.3rem; }

.settings-block .settings-block__title {
  color: rgba(59, 59, 59, 0.7);
  font-size: 1.2rem;
  letter-spacing: 0.086rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 1rem; }

.settings-block__actions {
  margin: 4.5rem auto 4rem;
  width: 100%; }
  .settings-block__actions .btn-primary {
    padding-left: 7.2rem;
    padding-right: 7.2rem; }
    @media (max-width: 767.98px) {
      .settings-block__actions .btn-primary {
        padding-left: 3.6rem;
        padding-right: 3.6rem; } }
  .settings-block__actions .btn-secondary {
    padding-left: 3.6rem;
    padding-right: 3.6rem; }
    @media (max-width: 767.98px) {
      .settings-block__actions .btn-secondary {
        padding-left: 1.8rem;
        padding-right: 1.8rem; } }

.settings-block__disclaimer p {
  color: rgba(67, 67, 67, 0.8);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.6rem;
  padding-bottom: 0;
  margin-bottom: 2rem; }

.settings-block__disclaimer--bigger p {
  font-size: 1.5rem;
  line-height: 1.9rem; }

.settigs-block__items {
  padding-bottom: 0.8rem; }
  .settigs-block__items div {
    color: rgba(67, 67, 67, 0.8);
    font-size: 1.3rem;
    text-align: right; }
  .settigs-block__items div:first-child {
    font-weight: 500;
    text-align: left; }

.settings__submenu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }

.settings__submenu-item {
  margin: 0 -28px 0 -38px;
  display: block; }
  .settings__submenu-item:hover, .settings__submenu-item.active {
    background: #ffffff; }
  .settings__submenu-item a {
    display: block;
    margin-right: 2.8rem;
    margin-left: 3.8rem;
    padding: 2rem 0;
    color: #3B3B3B;
    font-size: 2rem;
    letter-spacing: 0.067rem;
    line-height: 2.4rem;
    text-decoration: none; }
    @media (max-width: 991.98px) {
      .settings__submenu-item a {
        font-size: 1.5rem;
        letter-spacing: 0.05rem;
        line-height: 1.8rem;
        white-space: nowrap; } }
  .settings__submenu-item + .settings__submenu-item a {
    border-top: 1px dashed rgba(59, 59, 59, 0.14); }
  .settings__submenu-item small {
    display: block;
    color: #6c757d;
    font-size: 1.2rem; }
    .settings__submenu-item small i.fa-check {
      color: #00af46; }
    .settings__submenu-item small i.fa-times {
      color: #e04857; }

.password-change .form-group {
  margin-bottom: 1rem; }

.toggle-bar {
  border: 1px solid rgba(112, 112, 112, 0.5);
  height: 2.9rem;
  width: 41px;
  border-radius: 20px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease;
  text-align: left; }

.toggle-container input {
  display: none; }

.toggle-container label {
  position: relative;
  height: 2.9rem;
  margin: 0; }

.toggle-container__label {
  line-height: 2.9rem;
  vertical-align: top;
  margin-left: 1.1rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px; }

.toggle-container label input[type="checkbox"]:checked ~ .toggle-bar {
  background-color: #2362a2; }

.toggle-button {
  position: absolute;
  left: 0;
  top: 1px;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
  transition: -webkit-transform linear .08s, background-color linear .08s;
  transition: transform linear .08s, background-color linear .08s;
  will-change: transform;
  z-index: 1;
  background-color: white;
  transition: left 0.2s ease; }

.toggle-container label input[type="checkbox"]:checked ~ .toggle-button {
  left: 14px; }

.toggle:hover {
  cursor: pointer; }

/* DATASYS: Infolinka má být podtržená jen při hover. */
#info-link-a:not(:hover) {
	text-decoration: none
}

/* DATASYS: úprava stylu aplikovaného z design system, který záložkám jinak dává veliký margin. */
.login-box__menu-item {
	margin-bottom: 0px
}

/* DATASYS: Tímhle se ze záložek odstraní bullet dekorace, která se normálně přidává k listům. */
.login-box__menu-item::before {
	display: none
}

/* DATASYS: Při hover budou mít záložky černé písmo. */
.login-box__menu-item.active a, a:hover {
	color: #3b3b3b
}

/* DATASYS: úprava stylu aplikovaného z design system, který třídě .row (loginTabBodyBasic má třídu row) přidává jiný margin. */
#loginTabBodyBasic, #loginTabBodyMep {
	margin-left: -15px;
	margin-right: -15px;
}

/*DATASYS: odstraneni tecek pred li v paticce */
.login-footer__links li::before {
  display: none;
}

/* DATASYS: vlastni hover efekt u  odkazu v paticce */
.login-footer__link-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* DATASYS: zvýraznění copyrightu v patičce */
.login-footer .login-footer__copyright span {
  color: #ffffff;
}

/* ------- Infoline style ------- */
.static-white-link, .static-white-link:hover, .static-white-link:visited {
  color: white;
}
