:root {
	--main-bg-color: rgb(245, 245, 250);	/* Cool Grey */
	--supplement-bg-color: rgb(255, 255, 255);	/* White */
	--main-color: rgb(0, 80, 70);	/* British racing green */
	--main-color-light: rgb(174, 204, 197);	/* Pantone 559 C */
	--supplement-color: rgb(255, 106, 66);	/* Pantone 1645 C */
	--supplement-color-light: rgb(255, 191, 172);	/* Pantone 162 C */
	--third-color: rgb(200,183,183); /* Pantone 4085 C */
	--border-radius: 3px;
	--opacity: 0.7;
}

@font-face {
	font-family: ProximaNovaBold;
	font-weight: bold;
	src: url('font/proxima-nova-bold.otf');
}

@font-face {
	font-family: ProximaNova;
	src: url('font/proxima-nova.otf');
}

*:before,
*:after,
* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button::-moz-focus-inner {
  border: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0;
  line-height: 1.5;
  margin: 0;
  color: var(--main-color);
  position: relative;
  background-color: var(--main-bg-color);
  min-width: 800px;
}

.body-guest {
  color: #000 !important;
  background-color: var(--main-color) !important;
}

.body-guest .content-wrapper {
	background-color: var(--main-color);
	background-image: url('../images/linky-light.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	min-height: 90vh;
}

.body-guest .content {
	margin-left: 0;
	margin-right: 0;
}

.body-guest .main-footer {
	background: var(--supplement-color);
	color: var(--supplement-bg-color);
}

.body-guest .main-footer a {
	color: var(--main-bg-color);
}

.body-guest .login-logo {
	margin-bottom: 35px;
}

.body-guest .login-logo img {
	max-width: 25vw;
	max-height: 100vh;
	margin-bottom: 25px;
}

.login-box {
	text-align: center;
  padding-top: 0px !important;
	width: 100%;
	color: var(--main-color);
  background: white;
	font-size: 18px;
	font-weight: 300;
  border-radius: 20px;
  margin: 7% auto;
}

.login-box-body {
	display: grid;
	border-radius: var(--border-radius);
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}

.login-box-form {
	display: inline-block;
}

.login-box-title {
	color: rgb(0,0,0);
	margin-bottom: 25px;
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	font-family: ProximaNovaBold;
}

.login-box .btn {
	font-family: ProximaNova;
	font-size: 18px;
	border-radius: 10px;
}

.card {
	width: 25vw;
	min-width: 300px;
	border: none;
	border-radius: 20px;
}

.card-footer .btn {
  margin-top: 10px;
}

.form-control-feedback.fa {
  line-height: 34px;
}

svg,
img {
  max-width: 100%;
}

a {
  color: inherit;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

@media (min-width:750px) {
  a[href^=tel] {
    text-decoration: none;
  }
}

p {
  margin: 0 0 1em 0;
}

p:last-child {
  margin-bottom: 0;
}

sup {
  vertical-align: middle;
  position: relative;
  top: -0.5em;
  font-size: 0.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.8em 0 0.3em 0;
  line-height: 1.2;
  font-weight: bold;
  font-family: inherit;
}

h2 {
  font-size: 24px;
  margin: 2em 0 1em 0;
}

h3 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

h4 {
  font-size: 1.3em;
}

figure {
  margin: 0;
}

button,
input,
select {
  border-radius: 0;
}

button {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: inherit;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--supplement-color);
  border-color: var(--supplement-color);
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:focus {
  background-color: var(--supplement-color) !important;
  border-color: var(--supplement-color);
  opacity: var(--opacity);
}

hr {
  height: 0;
  border: 0;
  border-top: 2px solid #000;
  width: 100%;
  margin: 2em 0 3em;
  padding: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hide {
  display: none !important;
}

.hide-keep {
  visibility: hidden !important;
}

.textinfo:not(.hide),
[data-section]:not(.hide) {
  animation-name: fadeIn;
  animation-duration: 0.3s;
}

.button {
  color: #fff;
  text-decoration: none;
  border: none;
  font-weight: 500;
  display: inline-block;
  background-color: var(--supplement-color);
  padding: 0.5em 1em 0.59em 1em;
  border-radius: 0.3em;
  transition: background-color 0.3s;
}

.button--wide {
  padding-left: 2em;
  padding-right: 2em;
}

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

.button--disabled, .button[disabled] {
  background-color: #c7d2db !important;
}

.button:hover {
  background: var(--supplement-color);
  border-color: var(--supplement-color);
  opacity: var(--opacity);
}

.button--toggled {
  box-shadow: 0 2px 10px 0 inset rgba(0, 0, 0, 0.2);
}

.button .fas {
  font-size: 1.2em;
  margin-right: 0.2em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -0.1em;
}

@media (max-width: 1250px) {
  .button .fas {
    display: none;
  }
}

.button--toggle {
  color: rgba(255, 255, 255, 0.5);
}

.button--toggle:hover {
  background: var(--supplement-color);
  border-color: var(--supplement-color);
  opacity: var(--opacity);
}

.button--toggled.button--toggle {
  color: #fff;
}

.breadcrumbs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: var(--supplement-color);
  font-weight: bold;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:not(:last-child):after {
  content: "/";
  margin: 0 0.7em;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
  color: var(--supplement-color-light);
}

.titlebar {
  padding: 10px 40px;
  background-color: #f2f4f6;
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}

.titlebar__title {
  margin: 0.1em 0;
  white-space: nowrap;
}

.titlebar__actions {
  display: flex;
  align-items: center;
}

.titlebar__actions>* {
  margin-left: 8px;
}

.titlebar__actions>.check {
  padding: 0 10px;
}

.header {
  height: 80px;
  background-color: var(--main-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  padding-right: 40px;
}

.header__logo {
  width: 186px;
  height: 75px;
  background-image: url(../images/logo-okholding.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  text-indent: -200px;
  overflow: hidden;
  margin-right: 10px;
}

.header__left {
  display: flex;
  align-items: center;
}

.header__left a {
  color: var(--supplement-bg-color);
  text-decoration: none;
}

.header__menu, .header__user {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
}

.header__menu li {
  margin-left: 40px;
}

.header__user li {
  margin-left: 20px;
}

.header__menu a, .header__user a, .header__user button {
  padding-top: 4px;
  display: block;
  text-decoration: none;
  height: 80px;
  border-bottom: 4px solid rgba(0, 117, 224, 0);
  display: flex;
  align-items: center;
  color: var(--supplement-bg-color);
}

.header__menu a:hover, .header__user a:hover,
.header__menu li.active a, .header__user li.active a {
  color: var(--main-color-light);
}

.header__menu li.active a, .header__user li.active a {
  border-bottom-color: var(--supplement-color);
  color: var(--supplement-color);
}

.header__right {
  display: flex;
}

.header__actions, .header__languages {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: var(--supplement-color);
}

.header__actions li {
  margin-left: 25px;
}

.header__actions a:hover {
  color: var(--supplement-color);
  opacity: var(--opacity);
}

.header__languages {
  margin: 0px 25px;
}

.header__languages li {
  margin-left: 5px;
}

.flag-icon {
  border: 0.5px solid var(--supplement-color-light) !important;
}

.flag-icon-cz {
  background-image: url(/images/flags/cs-cz-32-bw.png) !important;
}

.flag-icon-cz.active, li:hover .flag-icon-cz {
  background-image: url(/images/flags/cs-cz-32.png) !important;
}

.flag-icon-sk {
  background-image: url(/images/flags/sk-sk-32-bw.png) !important;
}

.flag-icon-sk.active, li:hover .flag-icon-sk {
  background-image: url(/images/flags/sk-sk-32.png) !important;
}

.flag-icon-us {
  background-image: url(/images/flags/en-us-32-bw.png) !important;
}

.flag-icon-us.active, li:hover .flag-icon-us {
  background-image: url(/images/flags/en-us-32.png) !important;
}

.header__user {
  color: var(--supplement-color-light);
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.6em;
  line-height: 1.1em;
  height: 1.1em;
  border: 1px solid #e4e1e1
}

.footer {
  /* height: 40px; */
  background-color: var(--supplement-color);
  color: var(--supplement-bg-color);
  border-top: 1px solid var(--main-color-light);
  font-size: 11px;
  padding-top: 10px;
  line-height: 2.4;
}

.aside {
  font-weight: bold;
  -webkit-position: sticky;
  -webkit-position: -webkit-sticky;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.aside__section {
  margin: 0 0 30px 0;
}

.aside__title {
  color: var(--main-color-light);
  margin: 0 0 1em 0;
  font-size: 14px;
  padding: 0;
}

.aside__menu {
  list-style-type: none;
  margin: 0 -15px;
  padding: 0;
}

.aside__menu>li {
  font-size: 17px;
  border-radius: 5px;
  color: var(--main-color);
  padding: 3px 15px;
  margin: 0 0 0.5em 0;
}

.aside__menu>li.active {
  margin: 0 0 1em 0;
  padding: 10px 15px 0 15px;
  border: 1px solid var(--main-color);
  background-color: var(--supplement-bg-color);
  color: var(--supplement-color);
}

.aside__menu>li a {
  text-decoration: none;
}

.aside__menu>li a:hover {
  color: var(--supplement-color);
  opacity: var(--opacity);
}

.aside__menu>li ul {
  display: none;
}

.aside__menu>li.active>ul {
  display: block;
  background-color: var(--main-color-light);
  margin: 10px -15px 0 -15px;
  padding: 5px 15px;
  font-size: 15px;
  color: var(--main-color);
  list-style-type: none;
}

.aside__menu>li.active>ul>li {
  margin: 10px 0;
}

.aside__menu>li.active>ul>li:hover {
  color: var(--supplement-color);
}

.aside__reset {
  margin: 0 0 30px 0;
}

.main {
  display: flex;
  padding: 40px;
}

.main--single {
  display: block;
}

.main--single>*:first-child {
  margin-top: 0;
}

.main__aside {
  width: 200px;
}

.main__content {
  margin-left: 50px;
  width: calc(100% - 250px);
}

.main__content h2 {
  margin-top: 0;
}

.check {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check input {
  display: none;
}

.check__el {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  border: 2px solid var(--main-color);
  display: inline-block;
  top: -2px;
  margin-right: 5px;
}

.check--faded .check__el {
  background-color: transparent;
  border-color: #8ca2b6;
}

.check--inheader .check__el {
  background-color: transparent;
  border-color: var(--main-color);
}

input:checked~.check__el {
  background-color: var(--main-color);
}

.check--faded input:checked~.check__el {
  background-color: var(--main-color-light);
  border-color: var(--main-color);
}

.check--inheader input:checked~.check__el {
  background-color: var(--main-color);
}

input:checked~.check__el:before {
  position: absolute;
  top: 2px;
  left: 1px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  transform: rotate(-45deg);
}

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  position: relative;
  text-align: center !important;
  margin: 0 0 60px 0;
}

.table--results {
  position: -webkit-sticky;
  -webkit-position: sticky;
  -webkit-position: -webkit-sticky;
  position: sticky;
  transform: translate3d(0, 0, 0);
  top: 0;
  z-index: 100;
  border-bottom: 2px solid #bccacc;
  background-color: #e5eaee;
}

.table>thead>tr>th {
  font-size: 0.8em;
  color: var(--main-color);
  font-weight: bold;
  vertical-align: middle;
  background-color: var(--main-color-light);
  border-radius: var(--border-radius);
}

@media (min-width:1200px) {
  .table>thead>tr>th {
    font-size: 1em;
  }
}

.table>thead>tr>th.highlight {
  color: var(--supplement-color);
}

.table>tbody>tr>th, .table>tbody>tr>td {
  vertical-align: middle;
  border: 1px solid #bccacc;
  padding: 10px;
  background-color: #fff;
}

.table.table--textinfovisible>tbody>tr>td:not(.table__title) {
  vertical-align: top;
  padding: 15px 3px 6px 3px;
}

.table>tbody>tr:nth-child(4n-3)>td {
  background-color: #f2f4f6;
}

.table__mainrow:hover>td {
  background-color: var(--supplement-color-light) !important;
}

.table__title {
  padding: 10px;
  text-align: left;
  font-size: inherit !important;
  width: 160px;
  font-weight: 500;
}

.table__title--large {
  font-size: 24px !important;
  padding-left: 0;
  color: var(--main-color) !important;
}

@media (min-width:1200px) {
  .table__title {
    width: 180px;
  }
}

.table__mainrow>td.table__highlight {
  z-index: 50;
  outline: 2px solid #cb0000;
}

.table--hidenonchecked .table__mainrow:not(.table__mainrow--checked):not([data-mainrisk]) {
  display: none;
}

.table--hidenonchecked .table__mainrow:not(.table__mainrow--checked):not([data-mainrisk])+.table__inforow {
  display: none;
}

.table__inforow {
  display: none;
}

.table__inforow--active {
  display: table-row;
}

.table__inforow>td {
  padding: 20px 25px !important;
  background-color: #fff !important;
}

.table__toggleinfo {
  float: right;
  width: 24px;
  height: 24px;
  color: var(--main-color);
}

.table__vert {
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  line-height: 1.1;
  padding: 0.5em 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.table__vert--small {
  font-size: 0.8em;
}

.table .table-hover {
  background-color: var(--supplement-color-light) !important;
}

.dot {
  width: 16px;
  height: 16px;
  background-color: #ccc;
  border: 1px solid #aaa;
  text-indent: -100px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
}

.table .dot {
  display: block;
  margin: 0 auto;
}

.dot--highrisk, .dot--yes {
  background-color: #7ed321;
  border-color: #457a09;
}

.dot--highrisk:before {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #417505;
}

.dot--additional {
  background-color: #87c9ff;
  border-color: #0b77d9;
}

.dot--special {
  background-color: #ffca73;
  border-color: #b27207;
}

.dot--no {
  background-color: #FF5A48;
  border-color: #E60000;
}

.itable {
  background-color: #fff;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.itable th {
  text-align: left;
  width: 100px;
}

.itable th,
.itable td {
  padding: 8px 12px;
}

.itable tr:not(:last-child) td,
.itable tr:not(:last-child) th {
  border-bottom: 1px solid #bccacc;
}

.legend {
  display: flex;
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
  justify-content: flex-end;
}

.legend li {
  margin-left: 25px;
}

.legend .dot {
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.textinfo {
  font-size: 10px;
  line-height: 1.1;
  display: block;
  margin-top: 4px;
}

@keyframes modal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes modalContent {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(102, 102, 102, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal--open {
  display: flex;
  animation-name: modal;
  animation-duration: 0.3s;
}

.modal__content {
  background-color: #fff;
  padding: 40px 50px;
  max-width: 95%;
  min-width: 400px;
}

.modal--wide .modal__content {
  min-width: 700px;
}

.modal__content h2 {
  margin: 0 0 1em 0;
}

.modal--open .modal__content {
  animation-name: modalContent;
  animation-delay: 0.1s;
  animation-fill-mode: backwards;
  animation-duration: 0.3s;
}

.modal__buttons {
  margin-top: 1.5em;
}

.modal__columns {
  display: flex;
  margin: 0 -20px;
}

.modal__column {
  padding: 0 20px;
  flex-basis: 0;
  flex-grow: 1;
  width: 50%;
  overflow: hidden;
}

.modal hr.modal__separator {
  margin: 11px 0px 12px 0;
  border-top: 1px solid #d0d0d0;
}

.packets {
  margin: 0 0 30px 0;
  border: 1px solid #bccacc;
  padding: 20px;
  background-color: #dae2e7;
  display: inline-flex;
  border-radius: 5px;
  align-items: center;
}

.packets h2 {
  margin: 0 20px 0 0;
  font-size: 20px;
}

.packets__select {
  background-color: #fff;
  padding: 5px;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  vertical-align: middle;
  border-radius: 3px;
  border: 2px solid #8ca2b6;
  display: inline-block;
  padding-left: 10px;
  padding-right: 25px;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: right 7px top 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIwIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSI1MXB4Ij48cGF0aCBkPSJtMzEuMyAxOTJoMjU3LjNjMTcuOCAwIDI2LjcgMjEuNSAxNC4xIDM0LjFsLTEyOC42IDEyOC43Yy03LjggNy44LTIwLjUgNy44LTI4LjMgMGwtMTI4LjYtMTI4LjdjLTEyLjYtMTIuNi0zLjctMzQuMSAxNC4xLTM0LjF6IiBmaWxsPSIjOGNhMmI2Ii8+PC9zdmc+);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.packets__select::-ms-expand {
  display: none;
}

.table--text--center th {
  text-align: center !important;
}

/*# sourceMappingURL=main.css.map */