@charset "UTF-8";
/*
$container-min-widths: (
  xs : 100px, sm: 150px,
	)
*/
/*
$link-color:                             theme-color("primary") !default;

$link-hover-color:                    dark($link-color, 15%) !default;


$btn-link-hover-decoration:     none !default; /*??*/
/* btn  height-50*/
/*btn-1*/
/*btn-2*/
/* btn height-40 */
/*#ffc107*/
/* zakladni barvy */
/* zvyraznovaci doplnkove barvy*/
/* odstiny sede*/
/*barvy pro formy*/
/*zakladni class*/
.white {
  color: white;
}

.black {
  color: black;
}

.red {
  color: #d40026;
}

.green {
  color: #8cbd0d;
}

.orange {
  color: #f27800;
}

.blue {
  color: #00a1e5;
}

.yellow {
  color: #fab500;
}

.purple {
  color: #ff0080;
}

.grey {
  color: #707070;
}

.grey5 {
  color: #f2f2f2;
}

.grey15 {
  color: #d9d9d9;
}

.grey25 {
  color: #bfbfbf;
}

.grey30 {
  color: #b2b2b2;
}

.grey70 {
  color: #919191;
}

.green-2 {
  color: #287d50;
}

.color-twitter {
  color: #00ACED;
}

/* color*/
/* SKLADEM */
/* SLEVA */
/* NOVINKA, DOSTUPNOST DO X DNÍ */
/* AKCE */
/* EXPIRACE */
.success {
  color: #8cbd0d;
} /* SKLADEM */
.warning {
  color: #fab500;
} /* SLEVA */
.info {
  color: #f27800;
} /* NOVINKA, DOSTUPNOST DO X DNÍ */
.danger {
  color: #d40026;
} /* AKCE */
.dark {
  color: black;
} /* EXPIRACE */
.blue {
  color: #00a1e5;
} /* DOSTUPNOST NA VYŽÁDÁNÍ */
.red {
  color: #d40026;
}

.grey {
  color: #707070;
}

a.success, a.success:hover {
  color: #8cbd0d;
}

a.warning, a.warning:hover {
  color: #fab500;
}

a.info, a.info:hover {
  color: #f27800;
}

a.danger, a.danger:hover {
  color: #d40026;
}

a.dark, a.dark:hover {
  color: black;
}

a.blue, a.blue:hover {
  color: #00a1e5;
}

/*badge background colors */
.badge-success {
  background-color: #8cbd0d;
  color: white !important;
}

.badge-warning {
  background-color: #fab500;
  color: white !important;
}

.badge-info {
  background-color: #f27800;
}

.badge-danger {
  background-color: #d40026;
}

.badge-dark {
  background-color: #707070;
  color: white;
}

.badge-grey15 {
  background-color: #d9d9d9;
}

.badge-blue, .badge-info-2 {
  background-color: #00a1e5;
  color: white;
}

.badge-black {
  background-color: black;
  color: white;
}

.bg-success {
  background-color: #8cbd0d;
  color: white !important;
}

.bg-green {
  background-color: #8cbd0d;
  color: black;
}

.bg-warning {
  background-color: #fab500;
  color: white;
}

.bg-info {
  background-color: #f27800;
}

.bg-danger {
  background-color: #d40026;
}

.bg-dark {
  background-color: #707070 !important;
  color: white;
}

.bg-grey5 {
  background-color: #f2f2f2;
  color: black;
}

.bg-grey10 {
  background-color: #e5e5e5;
  color: black;
}

.bg-grey15 {
  background-color: #d9d9d9;
  color: black;
}

.bg-grey {
  background-color: #707070;
  color: black;
}

.bg-black {
  background-color: black;
  color: white;
}

.bg-blue {
  background-color: #00a1e5;
  color: white;
}

.bg-green h4 {
  color: white;
}

.seminar .bg-warning, .seminar .badge-warning {
  background-color: #fab500;
  color: black !important;
}

.bg-video {
  background-color: white;
  border: 1px solid black;
  border-bottom: 0;
}

.disabled, .disabled .danger, .disabled .success, .disabled .red, .disabled .grey {
  color: #bfbfbf;
}

/*Change tooltip color*/
.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before {
  width: 30px;
  height: 12px;
  border-top: 0px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #8cbd0d;
  position: absolute;
  left: -30px;
  top: 30px;
}

/* icon color */
/* override the !default vars with the values we set above */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00a1e5;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #006b99;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 800px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1000px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1590px) {
  .container {
    max-width: 1590px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 800px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1000px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1590px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e5f8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7acef1;
}

.table-hover .table-primary:hover {
  background-color: #a1ddf6;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a1ddf6;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dfedbb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #c3dd81;
}

.table-hover .table-success:hover {
  background-color: #d6e8a7;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d6e8a7;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #fbd9b8;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #f8b97a;
}

.table-hover .table-info:hover {
  background-color: #facca0;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #facca0;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #feeab8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fcd97a;
}

.table-hover .table-warning:hover {
  background-color: #fee39f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fee39f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f3b8c2;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e97a8e;
}

.table-hover .table-danger:hover {
  background-color: #efa2af;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #efa2af;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-dark:hover {
  background-color: #ababab;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 799.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 999.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1589.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #66d1ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #8cbd0d;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: black;
  background-color: rgba(140, 189, 13, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #8cbd0d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%238cbd0d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #8cbd0d;
  box-shadow: 0 0 0 0.2rem rgba(140, 189, 13, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #8cbd0d;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%238cbd0d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #8cbd0d;
  box-shadow: 0 0 0 0.2rem rgba(140, 189, 13, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #8cbd0d;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #8cbd0d;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #8cbd0d;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #afed10;
  background-color: #afed10;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(140, 189, 13, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8cbd0d;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #8cbd0d;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #8cbd0d;
  box-shadow: 0 0 0 0.2rem rgba(140, 189, 13, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d40026;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
  background-color: rgba(212, 0, 38, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d40026;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d40026' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d40026' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d40026;
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 38, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #d40026;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d40026' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d40026' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #d40026;
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 38, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d40026;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d40026;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d40026;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff0834;
  background-color: #ff0834;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 38, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d40026;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d40026;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d40026;
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 38, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .btn-greygrey, .btn-grey-greybrd {
  display: inline-block;
  font-weight: 600;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 3px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  border-radius: 0.3rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .btn-greygrey, .btn-grey-greybrd {
    transition: none;
  }
}
.btn:hover, .btn-greygrey:hover, .btn-grey-greybrd:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn-greygrey:focus, .btn-grey-greybrd:focus, .btn.focus, .focus.btn-greygrey, .focus.btn-grey-greybrd {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25);
}
.btn.disabled, .disabled.btn-greygrey, .disabled.btn-grey-greybrd, .btn:disabled, .btn-greygrey:disabled, .btn-grey-greybrd:disabled {
  opacity: 0.65;
}
a.btn.disabled, a.disabled.btn-greygrey, a.disabled.btn-grey-greybrd,
fieldset:disabled a.btn,
fieldset:disabled a.btn-greygrey,
fieldset:disabled a.btn-grey-greybrd {
  pointer-events: none;
}

.btn-primary {
  color: white;
  background-color: #00a1e5;
  border-color: #00a1e5;
}
.btn-primary:hover {
  color: white;
  background-color: #0086bf;
  border-color: #007db2;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 175, 233, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: white;
  background-color: #00a1e5;
  border-color: #00a1e5;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #007db2;
  border-color: #0074a5;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 175, 233, 0.5);
}

.btn-secondary {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: white;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: black;
  background-color: #8cbd0d;
  border-color: #8cbd0d;
}
.btn-success:hover {
  color: white;
  background-color: #71990b;
  border-color: #698d0a;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 161, 11, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: black;
  background-color: #8cbd0d;
  border-color: #8cbd0d;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: white;
  background-color: #698d0a;
  border-color: #608109;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 161, 11, 0.5);
}

.btn-info {
  color: white;
  background-color: #f27800;
  border-color: #f27800;
}
.btn-info:hover {
  color: white;
  background-color: #cc6500;
  border-color: #bf5f00;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 140, 38, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: white;
  background-color: #f27800;
  border-color: #f27800;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: white;
  background-color: #bf5f00;
  border-color: #b25800;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 140, 38, 0.5);
}

.btn-warning {
  color: black;
  background-color: #fab500;
  border-color: #fab500;
}
.btn-warning:hover {
  color: black;
  background-color: #d49900;
  border-color: #c79000;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 154, 0, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: black;
  background-color: #fab500;
  border-color: #fab500;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #c79000;
  border-color: #ba8700;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 154, 0, 0.5);
}

.btn-danger {
  color: white;
  background-color: #d40026;
  border-color: #d40026;
}
.btn-danger:hover {
  color: white;
  background-color: #ae001f;
  border-color: #a1001d;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 38, 71, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: white;
  background-color: #d40026;
  border-color: #d40026;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #a1001d;
  border-color: #94001b;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 38, 71, 0.5);
}

.btn-light {
  color: black;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: black;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: black;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: black;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 212, 213, 0.5);
}

.btn-dark {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-dark:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-outline-primary {
  color: #00a1e5;
  border-color: #00a1e5;
}
.btn-outline-primary:hover {
  color: white;
  background-color: #00a1e5;
  border-color: #00a1e5;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00a1e5;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: white;
  background-color: #00a1e5;
  border-color: #00a1e5;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #8cbd0d;
  border-color: #8cbd0d;
}
.btn-outline-success:hover {
  color: black;
  background-color: #8cbd0d;
  border-color: #8cbd0d;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 189, 13, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #8cbd0d;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: black;
  background-color: #8cbd0d;
  border-color: #8cbd0d;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 189, 13, 0.5);
}

.btn-outline-info {
  color: #f27800;
  border-color: #f27800;
}
.btn-outline-info:hover {
  color: white;
  background-color: #f27800;
  border-color: #f27800;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 120, 0, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #f27800;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: white;
  background-color: #f27800;
  border-color: #f27800;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 120, 0, 0.5);
}

.btn-outline-warning {
  color: #fab500;
  border-color: #fab500;
}
.btn-outline-warning:hover {
  color: black;
  background-color: #fab500;
  border-color: #fab500;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 181, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fab500;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: black;
  background-color: #fab500;
  border-color: #fab500;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 181, 0, 0.5);
}

.btn-outline-danger {
  color: #d40026;
  border-color: #d40026;
}
.btn-outline-danger:hover {
  color: white;
  background-color: #d40026;
  border-color: #d40026;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 38, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d40026;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: white;
  background-color: #d40026;
  border-color: #d40026;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 38, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: black;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: black;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: black;
  border-color: black;
}
.btn-outline-dark:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: black;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #00a1e5;
  text-decoration: none;
}
.btn-link:hover {
  color: #006b99;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-greygrey, .btn-group-lg > .btn-grey-greybrd {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-greygrey, .btn-group-sm > .btn-grey-greybrd {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 800px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1000px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1590px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00a1e5;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .btn-greygrey, .btn-group > .btn-grey-greybrd,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-greygrey,
.btn-group-vertical > .btn-grey-greybrd {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .btn-greygrey:hover, .btn-group > .btn-grey-greybrd:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn-greygrey:hover,
.btn-group-vertical > .btn-grey-greybrd:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn-greygrey:focus, .btn-group > .btn-grey-greybrd:focus, .btn-group > .btn:active, .btn-group > .btn-greygrey:active, .btn-group > .btn-grey-greybrd:active, .btn-group > .btn.active, .btn-group > .active.btn-greygrey, .btn-group > .active.btn-grey-greybrd,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn-greygrey:focus,
.btn-group-vertical > .btn-grey-greybrd:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn-greygrey:active,
.btn-group-vertical > .btn-grey-greybrd:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.btn-greygrey,
.btn-group-vertical > .active.btn-grey-greybrd {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-greygrey:not(:first-child), .btn-group > .btn-grey-greybrd:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -3px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-greygrey:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-grey-greybrd:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .btn-greygrey,
.btn-group > .btn-group:not(:last-child) > .btn-grey-greybrd {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-greygrey:not(:first-child), .btn-group > .btn-grey-greybrd:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .btn-greygrey,
.btn-group > .btn-group:not(:first-child) > .btn-grey-greybrd {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn-greygrey + .dropdown-toggle-split, .btn-group-sm > .btn-grey-greybrd + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn-greygrey + .dropdown-toggle-split, .btn-group-lg > .btn-grey-greybrd + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-greygrey, .btn-group-vertical > .btn-grey-greybrd,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-greygrey:not(:first-child), .btn-group-vertical > .btn-grey-greybrd:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -3px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-greygrey:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-grey-greybrd:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-greygrey,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-grey-greybrd {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-greygrey:not(:first-child), .btn-group-vertical > .btn-grey-greybrd:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-greygrey,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-grey-greybrd {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-greygrey, .btn-group-toggle > .btn-grey-greybrd,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .btn-greygrey,
.btn-group-toggle > .btn-group > .btn-grey-greybrd {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-greygrey input[type=radio], .btn-group-toggle > .btn-grey-greybrd input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-greygrey input[type=checkbox],
.btn-group-toggle > .btn-grey-greybrd input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .btn-greygrey, .input-group-prepend .btn-grey-greybrd,
.input-group-append .btn,
.input-group-append .btn-greygrey,
.input-group-append .btn-grey-greybrd {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .btn-greygrey:focus, .input-group-prepend .btn-grey-greybrd:focus,
.input-group-append .btn:focus,
.input-group-append .btn-greygrey:focus,
.input-group-append .btn-grey-greybrd:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .btn-greygrey + .btn, .input-group-prepend .btn-grey-greybrd + .btn, .input-group-prepend .btn + .btn-greygrey, .input-group-prepend .btn-greygrey + .btn-greygrey, .input-group-prepend .btn-grey-greybrd + .btn-greygrey, .input-group-prepend .btn + .btn-grey-greybrd, .input-group-prepend .btn-greygrey + .btn-grey-greybrd, .input-group-prepend .btn-grey-greybrd + .btn-grey-greybrd,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .btn-greygrey + .input-group-text,
.input-group-prepend .btn-grey-greybrd + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .btn-greygrey,
.input-group-prepend .input-group-text + .btn-grey-greybrd,
.input-group-append .btn + .btn,
.input-group-append .btn-greygrey + .btn,
.input-group-append .btn-grey-greybrd + .btn,
.input-group-append .btn + .btn-greygrey,
.input-group-append .btn-greygrey + .btn-greygrey,
.input-group-append .btn-grey-greybrd + .btn-greygrey,
.input-group-append .btn + .btn-grey-greybrd,
.input-group-append .btn-greygrey + .btn-grey-greybrd,
.input-group-append .btn-grey-greybrd + .btn-grey-greybrd,
.input-group-append .btn + .input-group-text,
.input-group-append .btn-greygrey + .input-group-text,
.input-group-append .btn-grey-greybrd + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .btn-greygrey,
.input-group-append .input-group-text + .btn-grey-greybrd {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .btn-greygrey,
.input-group-lg > .input-group-prepend > .btn-grey-greybrd,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .btn-greygrey,
.input-group-lg > .input-group-append > .btn-grey-greybrd {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .btn-greygrey,
.input-group-sm > .input-group-prepend > .btn-grey-greybrd,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .btn-greygrey,
.input-group-sm > .input-group-append > .btn-grey-greybrd {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .btn-greygrey, .input-group > .input-group-prepend > .btn-grey-greybrd,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-greygrey,
.input-group > .input-group-append:not(:last-child) > .btn-grey-greybrd,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-greygrey:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-grey-greybrd:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .btn-greygrey, .input-group > .input-group-append > .btn-grey-greybrd,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-greygrey,
.input-group > .input-group-prepend:not(:first-child) > .btn-grey-greybrd,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-greygrey:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-grey-greybrd:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00a1e5;
  background-color: #00a1e5;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #66d1ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #99e1ff;
  border-color: #99e1ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00a1e5;
  background-color: #00a1e5;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 229, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 161, 229, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 229, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 229, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #66d1ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #66d1ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 161, 229, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 161, 229, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 161, 229, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00a1e5;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #99e1ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00a1e5;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #99e1ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #00a1e5;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #99e1ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00a1e5;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.tab-pane {
  width: 100%;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.3rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 799.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 800px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 999.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1000px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1589.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1590px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -25px;
    margin-left: -25px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 25px;
    margin-bottom: 0;
    margin-left: 25px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00a1e5;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #006b99;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00a1e5;
  border-color: #00a1e5;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .btn-greygrey .badge, .btn-grey-greybrd .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: white;
  background-color: #00a1e5;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: white;
  background-color: #007db2;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.5);
}

.badge-secondary {
  color: white;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: white;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: black;
  background-color: #8cbd0d;
}
a.badge-success:hover, a.badge-success:focus {
  color: black;
  background-color: #698d0a;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(140, 189, 13, 0.5);
}

.badge-info {
  color: white;
  background-color: #f27800;
}
a.badge-info:hover, a.badge-info:focus {
  color: white;
  background-color: #bf5f00;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 120, 0, 0.5);
}

.badge-warning {
  color: black;
  background-color: #fab500;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: black;
  background-color: #c79000;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 181, 0, 0.5);
}

.badge-danger {
  color: white;
  background-color: #d40026;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: white;
  background-color: #a1001d;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 38, 0.5);
}

.badge-light {
  color: black;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: black;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: white;
  background-color: black;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: white;
  background-color: black;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close, .alert-dismissible .btn-3 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #005477;
  background-color: #ccecfa;
  border-color: #b8e5f8;
}
.alert-primary hr {
  border-top-color: #a1ddf6;
}
.alert-primary .alert-link {
  color: #003044;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #496207;
  background-color: #e8f2cf;
  border-color: #dfedbb;
}
.alert-success hr {
  border-top-color: #d6e8a7;
}
.alert-success .alert-link {
  color: #263204;
}

.alert-info {
  color: #7e3e00;
  background-color: #fce4cc;
  border-color: #fbd9b8;
}
.alert-info hr {
  border-top-color: #facca0;
}
.alert-info .alert-link {
  color: #4b2500;
}

.alert-warning {
  color: #825e00;
  background-color: #fef0cc;
  border-color: #feeab8;
}
.alert-warning hr {
  border-top-color: #fee39f;
}
.alert-warning .alert-link {
  color: #4f3900;
}

.alert-danger {
  color: #6e0014;
  background-color: #f6ccd4;
  border-color: #f3b8c2;
}
.alert-danger hr {
  border-top-color: #efa2af;
}
.alert-danger .alert-link {
  color: #3b000b;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-dark hr {
  border-top-color: #ababab;
}
.alert-dark .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00a1e5;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00a1e5;
  border-color: #00a1e5;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 800px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1000px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1590px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #005477;
  background-color: #b8e5f8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #005477;
  background-color: #a1ddf6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #005477;
  border-color: #005477;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #496207;
  background-color: #dfedbb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #496207;
  background-color: #d6e8a7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #496207;
  border-color: #496207;
}

.list-group-item-info {
  color: #7e3e00;
  background-color: #fbd9b8;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #7e3e00;
  background-color: #facca0;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #7e3e00;
  border-color: #7e3e00;
}

.list-group-item-warning {
  color: #825e00;
  background-color: #feeab8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #825e00;
  background-color: #fee39f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #825e00;
  border-color: #825e00;
}

.list-group-item-danger {
  color: #6e0014;
  background-color: #f3b8c2;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6e0014;
  background-color: #efa2af;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6e0014;
  border-color: #6e0014;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.close, .btn-3 {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .btn-3:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .btn-3:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus, .btn-3:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close, button.btn-3 {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled, a.disabled.btn-3 {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close, .modal-header .btn-3 {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1000px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #8cbd0d !important;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #8cbd0d !important;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #8cbd0d !important;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #8cbd0d !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: black;
  text-align: center;
  background-color: #8cbd0d !important;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #00a1e5 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007db2 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #8cbd0d !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #698d0a !important;
}

.bg-info {
  background-color: #f27800 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #bf5f00 !important;
}

.bg-warning {
  background-color: #fab500 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c79000 !important;
}

.bg-danger {
  background-color: #d40026 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a1001d !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: black !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #00a1e5 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #8cbd0d !important;
}

.border-info {
  border-color: #f27800 !important;
}

.border-warning {
  border-color: #fab500 !important;
}

.border-danger {
  border-color: #d40026 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: black !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 800px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1000px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1590px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 800px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1000px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1590px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 800px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1000px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1590px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 800px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1000px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1590px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 800px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1000px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1590px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #00a1e5 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #006b99 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #8cbd0d !important;
}

a.text-success:hover, a.text-success:focus {
  color: #577508 !important;
}

.text-info {
  color: #f27800 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #a65200 !important;
}

.text-warning {
  color: #fab500 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ae7e00 !important;
}

.text-danger {
  color: #d40026 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #880018 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: black !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.btn-greygrey):not(.btn-grey-greybrd) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1000px !important;
  }
  .container {
    min-width: 1000px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/**********************************************************************************************************************************/
/* formuláře - validace */
.required label:after {
  content: "*";
  padding-left: 3px;
}

/**********************************************************************************************************************************/
/* editace snippetů */
.edit-snippet {
  display: none;
}
@media (min-width: 800px) {
  .edit-snippet {
    display: block;
  }
  .edit-snippet button {
    position: absolute;
    opacity: 0.5;
    z-index: 1000;
  }
  .edit-snippet:hover button {
    opacity: 1;
  }
}

@media (min-width: 800px) {
  .edit-snippet-modal-dialog {
    width: 80%;
    z-index: 10000;
  }
  .edit-snippet-modal-content {
    background-color: #fff;
    padding: 20px;
  }
  .edit-snippet-modal-content textarea {
    min-height: 300px;
    color: #000;
    font-size: 12px;
    border: 1px solid #ddd;
    box-shadow: none;
  }
  .edit-snippet-modal-content .btn, .edit-snippet-modal-content .btn-greygrey, .edit-snippet-modal-content .btn-grey-greybrd {
    width: auto;
  }
}
/**********************************************************************************************************************************/
/** styly **/
/*
footer {
	margin-top: 100px;
}*/
.help-block.text-danger {
  font-size: 0.8em;
}

.sm-text-right {
  text-align: right;
}

.nav-tabs {
  margin-bottom: 20px;
}

.small-95 sup {
  top: -0.3em !important;
}

.pl-25 {
  padding-left: 25px;
}

.w-90 {
  width: 90%;
}

.bold {
  font-weight: 600;
}

.ice {
  border-top: 2px dashed #dedede !important;
}

a:hover {
  cursor: pointer;
}

.form-control {
  font-size: 0.9rem;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  height: 50px;
}

.form-horizontal .disabled input, .disabled textarea.form-control, .disabled select {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
  opacity: 0.5;
}

.grey-shadow {
  margin-top: 50px;
  padding-top: 50px;
  background-image: linear-gradient(#e5e5e5, white);
  border-top: 2px solid #f2f2f2;
}

.hidden {
  display: none;
}

.checkbox input {
  margin-right: 10px;
}

.img-contain {
  object-fit: contain;
}

ol, ul {
  padding-left: 1rem;
}
ol li, ul li {
  margin-bottom: 0.5rem;
}

body {
  font-size: 1rem;
}

/*všechno má margin 25px, + nadpisy přičítají svoje o 25 menší*/
/*font-size px to rem přepočítané s root základní velikost 16px = 1rem  */
h1, .h1 {
  margin-top: 50px;
  margin-bottom: 25px;
}

.h1mt {
  margin-top: 75px;
}

.text h5 {
  margin-top: 50px;
}

p {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
}

.popis-text, div.popis-text p {
  font-size: 1.25rem;
}

.popis-text ul li {
  font-size: 1rem;
}

.small {
  font-size: 0.85rem;
}

.small-95, .small-95 p {
  font-size: 0.95rem;
}

.big {
  font-size: 1.25rem;
}

h2, h3, h4, h5, h6, .h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4, .h4, .servis-intro .servis-about p {
  font-size: 20px;
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.95rem; /*pouziva se v detailech produktu*/
}

/* zmenšení nadpisu media */
@media (max-width: 1199.98px) {
  h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.667rem;
  }
  h3, .h3 {
    font-size: 1.333rem;
  }
  h4, .h4, .servis-intro .servis-about p {
    font-size: 1.111rem;
  }
}
@media (max-width: 999.98px) {
  h1 {
    font-size: 1.8rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.2rem;
  }
  h4, .h4, .servis-intro .servis-about p, .big {
    font-size: 1rem;
  }
  .popis-text {
    font-size: 1rem;
  }
}
@media (max-width: 799.98px) {
  h1 {
    font-size: 1.636rem;
  }
  h2, .h2 {
    font-size: 1.364rem;
  }
  h3, .h3 {
    font-size: 1.091rem;
  }
  h4, .h4, .servis-intro .servis-about p {
    font-size: 0.959rem;
  }
  h5, .h5, h6, .h6, p, body, .team-carousel p, .popis-text {
    font-size: 0.9rem;
  }
  .form-control::placeholder {
    font-size: 0.875rem;
  }
}
h1, h2, h3, h4, h5, h6, .h5 {
  color: #d40026;
  font-weight: bold;
}

.h5 {
  text-transform: uppercase;
}

h2, h1, .h2 {
  font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration: none;
}

/*Kde jsou tabs:

- eshop-objednávka - bílé přepínání, neboť content je bílý
   -  

ostatní content šedý a šedé přepínání

- oligo  -  jak jsou jen 2 položky, tak v xs flex: row;

- servis  - od sm níž dát cols

- kontakty - neupraveno



- přihlášení + registrace

- semináře - specifické - jen pro výběr a barevné (category-select tab)

*/
#servis-form label, #servis-form input:not([type=submit]), #servis-form select, #servis-form textarea {
  width: 100%;
}
#servis-form .h3 {
  font-weight: 600;
  margin-bottom: 60px;
}
#servis-form .h3.servis-invoice {
  margin-bottom: 8px;
}
#servis-form input[type=submit] {
  margin: 25px auto 0;
  display: table;
}
#servis-form textarea {
  min-height: 10rem;
}
#servis-form .terms {
  margin: 10px 4% 0;
  position: relative;
}
#servis-form .terms a {
  color: black;
  text-decoration: underline black;
}
#servis-form .terms a:hover {
  text-decoration: none;
}
#servis-form .terms span {
  position: absolute;
  top: 0;
  left: -10px;
}

.servis-wrap {
  background-color: #e5e5e5;
}

.nav-tabs {
  padding-top: 20px;
  height: 80px;
  margin-top: -80px;
  border: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.nav-tabs .nav-item {
  border: 0;
  background-color: #f2f2f2;
  border-top: 3px solid #d40026;
  margin-bottom: 0;
  border-radius: 0;
  z-index: 1;
}
.nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: black;
  border: 0;
  padding: 20px;
  font-weight: bold;
  height: 100%;
  border-radius: 0;
}
.nav-tabs .nav-item:not(:first-child) {
  margin-left: 25px;
}
.nav-tabs .nav-link.active {
  background-color: #e5e5e5;
  padding: 26px 20px;
}
.nav-tabs .nav-item.active {
  height: 80px;
  position: relative;
  top: -13px;
}

#servisTabContent button.btn-icon {
  margin: 75px auto 0;
  display: table;
  transition: 0.2s all;
  line-height: 1.2;
}
#servisTabContent button.btn-icon * {
  transition: 0.2s all;
}
#servisTabContent button.btn-icon span {
  position: relative;
  top: -5px;
}
#servisTabContent button.btn-icon i {
  margin-left: 18px;
  font-size: 26px;
}
#servisTabContent .disabled-input {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
  opacity: 0.5;
}
#servisTabContent input, #servisTabContent select {
  height: 50px;
  padding-left: 16px;
  font-size: 0.9rem;
}
#servisTabContent textarea {
  padding-left: 16px;
  padding-top: 16px;
  height: 345px;
  font-size: 0.9rem;
}
#servisTabContent select {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #424242;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#servisTabContent input::-webkit-outer-spin-button,
#servisTabContent input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#servisTabContent input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
#servisTabContent .select-wrap {
  position: relative;
}
#servisTabContent .select-wrap::after {
  position: absolute;
  font-family: "Ionicons";
  top: 34px;
  right: 30px;
  content: "\f3d0";
  font-size: 28px;
  z-index: 100;
  height: 50px;
  pointer-events: none;
}

.tab-content {
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 75px;
}

.servis-intro {
  padding-bottom: 155px;
}

input, textarea {
  border: 1px solid #bfbfbf;
}

.table-servis + p {
  font-style: italic;
  margin-bottom: 75px;
}

.table-servis {
  width: 90%;
}
.table-servis thead {
  border-top: 1px solid white;
}
.table-servis thead th {
  font-weight: normal;
  border: 0;
}
.table-servis tr {
  border-bottom: 1px solid white;
}
.table-servis tbody tr td:last-child {
  text-align: right;
}
.table-servis tbody tr td:last-child, .table-servis tbody tr td:nth-child(2) {
  font-weight: bold;
}
.table-servis tbody tr td {
  border: 0;
}
@media (min-width: 1200px) {
  .servis-wrap .nav-tabs, .servis-wrap .tab-content {
    margin-left: 9%;
  }
}
#servis-form-invoice_box_message {
  display: none;
}

label.required::after {
  content: " *";
  color: #d40026;
}

.oligo-roll {
  background-color: #e5e5e5;
  color: black;
  margin-left: 0;
  margin-right: 0;
}

.xls-img {
  margin-top: -37px;
  max-width: 74px;
}

.oligo-intro .arrow-right {
  width: 25px;
  height: 25px;
  border-top: 0px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #e6e6e6;
  position: absolute;
  left: 100%;
  top: 25px;
}

.oligo-intro .arrow-left {
  width: 25px;
  height: 25px;
  border-top: 0px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #e6e6e6;
  position: absolute;
  left: -25px;
  top: 25px;
}

.greenbox .arrow-left {
  width: 25px;
  height: 25px;
  border-top: 0px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #8cbd0d;
  position: absolute;
  left: -25px;
  top: 25px;
}

.greenbox .arrow-right {
  width: 25px;
  height: 25px;
  border-top: 0px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #8cbd0d;
  position: absolute;
  left: 100%;
  top: 25px;
}

.greenbox {
  background: #8cbd0d;
  color: black;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1px;
  font-size: 0.95rem;
}
.greenbox p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.greenbox h5 {
  font-size: 0.95rem;
  margin: 0 0 1rem 0;
  color: #fff;
  text-transform: uppercase;
}

/*nápovědy zarovnání*/
.out-gbox-right {
  position: absolute;
  left: 106%;
  margin-top: -65px;
  min-width: 310px;
}

.out-gbox-left {
  position: absolute;
  right: 106%;
  margin-top: -65px;
  min-width: 310px;
  max-width: 310px;
}

@media (max-width: 1199.98px) {
  .out-gbox-left {
    right: auto;
    left: -190px;
  }
}
@media (max-width: 999.98px) {
  .greenbox .arrow-left, .greenbox .arrow-right {
    top: -50px;
    left: 50px;
    border: 25px solid transparent;
    border-bottom: 25px solid #8cbd0d;
  }
  .out-gbox-right, .out-gbox-left {
    position: static;
    margin: 0 auto;
    margin-top: 25px;
    width: 80%;
  }
}
/*pozice greenboxů vzhledem k inputům v tabulce */
.oligo-form label, .oligo-form input:not([type=submit]), .oligo-form select, .oligo-form textarea {
  width: 100%;
}
.oligo-form .h3 {
  font-weight: 600;
}
.oligo-form input[type=submit] {
  margin: 25px auto 0;
  display: table;
}
.oligo-form textarea {
  min-height: 10rem;
}
.oligo-form .terms {
  margin: 25px 5% 0;
  position: relative;
}
.oligo-form .terms a {
  color: black;
  text-decoration: underline;
}
.oligo-form .terms span {
  position: absolute;
  top: 5px;
  left: -15px;
}

.oligo-form .sekvence {
  white-space: nowrap;
}

.oligo-form .sekvence input {
  width: calc(100% - 30px);
}

.oligo-wrap {
  background-color: #e5e5e5;
}

.nav-tabs {
  padding-top: 20px;
  height: 70px;
  margin-top: -70px;
  border: 0;
  margin-bottom: 0;
  overflow: hidden;
  /*  .nav-link.active {
    background-color: $color-grey10;
    padding: 33px 20px;
  	  @include media-breakpoint-down(sm) {
  		  padding: 26px 20px;
  	  }
  }*/
}
.nav-tabs .nav-item {
  border: 0;
  background-color: #f2f2f2;
  margin-bottom: 0;
  border-radius: 0;
  z-index: 1;
}
.nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  border-top: 3px solid #d40026;
  font-size: 0.9rem;
  color: black;
  padding: 20px;
  font-weight: bold;
  height: 100%;
  border-radius: 0;
}
.nav-tabs .nav-item:not(:first-child) {
  margin-left: 25px;
}
.nav-tabs .nav-item.active {
  height: 70px;
  position: relative;
  top: -13px;
}

#oligoTabContent button.btn-icon {
  margin: 50px auto 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: 0.2s all;
}
#oligoTabContent button.btn-icon * {
  transition: 0.2s all;
}
#oligoTabContent button.btn-icon span {
  position: relative;
  top: -5px;
}
#oligoTabContent button.btn-icon i {
  margin-left: 18px;
  font-size: 26px;
}
#oligoTabContent h2 {
  padding-bottom: 70px;
}
#oligoTabContent .oligo-invoice {
  padding-bottom: 4.4px;
}
#oligoTabContent #invoiceSelect {
  font-size: 1.1rem;
  margin-bottom: 30px;
  display: block;
}
#oligoTabContent #invoiceSelect input {
  height: 20px;
  position: relative;
  z-index: -9999;
  width: 0;
}
#oligoTabContent #invoiceSelect label {
  width: calc(100% - 40px);
}
#oligoTabContent #invoiceSelect span {
  background: url("/images/layout/checkbox-blank.png");
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 0px;
  margin-top: 4px;
}
#oligoTabContent .disabled-input {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
  opacity: 0.5;
}
#oligoTabContent input, #oligoTabContent select {
  height: 50px;
  padding-left: 16px;
  font-size: 0.9rem;
}
#oligoTabContent textarea {
  padding-left: 16px;
  padding-top: 16px;
  font-size: 0.9rem;
}
#oligoTabContent select {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #424242;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#oligoTabContent input::-webkit-outer-spin-button,
#oligoTabContent input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#oligoTabContent input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
#oligoTabContent .select-wrap {
  position: relative;
}
#oligoTabContent .select-wrap::after {
  position: absolute;
  font-family: "Ionicons";
  top: 34px;
  right: 30px;
  content: "\f3d0";
  font-size: 28px;
  z-index: 100;
  height: 50px;
  pointer-events: none;
}

#oligoTabContent .tab-content {
  z-index: 100;
  padding-top: 30px;
  padding-bottom: 75px;
}

.oligo-intro {
  padding-bottom: 75px;
}
input, textarea {
  border: 1px solid #bfbfbf;
}

.table-oligo + p {
  font-style: italic;
  margin-bottom: 75px;
}

.table-oligo {
  width: 90%;
}
.table-oligo thead {
  border-top: 1px solid white;
}
.table-oligo thead th {
  font-weight: normal;
  border: 0;
}
.table-oligo tr {
  border-bottom: 1px solid white;
}
.table-oligo tbody tr td:last-child {
  text-align: right;
}
.table-oligo tbody tr td:last-child, .table-oligo tbody tr td:nth-child(2) {
  font-weight: bold;
}
.table-oligo tbody tr td {
  border: 0;
}
.basket-roll {
  margin-bottom: 0 !important;
}

.basket-roll, .oligo-roll, .tabpanel {
  margin-bottom: 50px;
}
.basket-roll .nav-tabs, .oligo-roll .nav-tabs, .tabpanel .nav-tabs {
  height: auto;
}
.basket-roll .nav-tabs .nav-item, .oligo-roll .nav-tabs .nav-item, .tabpanel .nav-tabs .nav-item {
  margin-top: 13px;
  padding: 0;
}
.basket-roll .nav-tabs .nav-item.active, .oligo-roll .nav-tabs .nav-item.active, .tabpanel .nav-tabs .nav-item.active {
  height: auto;
  top: -13px;
  margin-top: 13px;
  margin-bottom: -13px;
  background: white;
}
.basket-roll .nav-tabs .nav-item.active .nav-link, .oligo-roll .nav-tabs .nav-item.active .nav-link, .tabpanel .nav-tabs .nav-item.active .nav-link {
  padding-top: 33px;
}
.basket-roll .nav-tabs .nav-link:focus, .basket-roll .nav-tabs .nav-link:focus:active, .basket-roll .nav-tabs .nav-link:hover, .oligo-roll .nav-tabs .nav-link:focus, .oligo-roll .nav-tabs .nav-link:focus:active, .oligo-roll .nav-tabs .nav-link:hover, .tabpanel .nav-tabs .nav-link:focus, .tabpanel .nav-tabs .nav-link:focus:active, .tabpanel .nav-tabs .nav-link:hover {
  background: white;
}
.basket-roll .nav-tabs .nav-link, .oligo-roll .nav-tabs .nav-link, .tabpanel .nav-tabs .nav-link {
  text-align: center;
  padding: 20px;
  white-space: break-spaces;
}
.basket-roll .nav-tabs .nav-link.active, .oligo-roll .nav-tabs .nav-link.active, .tabpanel .nav-tabs .nav-link.active {
  background: white;
  padding: 20px;
}

/*basket-roll*/
@media (min-width: 1200px) {
  .basket-roll .nav-item {
    white-space: nowrap;
  }
}
@media (max-width: 1199.98px) {
  .basket-roll .nav-tabs .nav-item:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 799.98px) {
  .basket-roll .nav-tabs .nav-item:not(:first-child) {
    margin-left: 5px;
  }
  .basket-roll .nav-tabs .nav-item,
.basket-roll .nav-tabs .nav-item.active {
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .oligo-form .sekvence input {
    padding-left: 10px;
  }
}
/*------------------- nav-tabs basket-roll -----------------------*/
@media (max-width: 575.98px) {
  .basket-roll .nav-tabs {
    flex-flow: column;
    height: auto;
    width: 100%;
    margin-top: -200px;
  }
  .basket-roll .nav-tabs .nav-item.active {
    height: 100%;
    top: 0;
  }
  .basket-roll .nav-tabs .nav-item .nav-link {
    margin-left: 0;
    font-size: 0.75rem !important;
    text-align: left;
  }
  .basket-roll .nav-tabs .nav-item:not(:first-child) {
    margin-left: 0;
  }
}
/*------------------- nav-tabs servis -----------------------*/
@media (max-width: 999.98px) {
  .servis-wrap .nav-tabs {
    flex-flow: row;
    height: 90px;
    margin-top: -90px;
  }
  .servis-wrap .nav-tabs .nav-item .nav-link {
    font-size: 0.7rem !important;
  }
  .servis-wrap .nav-tabs .nav-item.active {
    height: 90px;
  }
}
@media (max-width: 799.98px) {
  .nav-tabs {
    height: 90px;
    margin-top: -90px;
  }
  .nav-tabs .nav-item.active {
    height: 90px;
  }
}
/*------------------- nav-tabs servis na míru -----------------------*/
@media (max-width: 575.98px) {
  .servis-intro {
    padding-bottom: 225px;
  }
  .servis-wrap .nav-tabs {
    flex-flow: column;
    height: auto;
    width: 100%;
    margin-top: -201px;
  }
  .servis-wrap .nav-tabs .nav-item.active {
    height: 100%;
    top: 0;
  }
  .servis-wrap .nav-tabs .nav-item .nav-link {
    margin-left: 0;
    font-size: 0.75rem !important;
  }
  .servis-wrap .nav-tabs .nav-item:not(:first-child) {
    margin-left: 0;
  }
}
/*------------------- nav-tabs contact  -----------------------*/
.spec-h4 {
  margin-top: 0;
  padding: 25px 0 10px 0;
  color: black;
  text-transform: none;
  font-size: 0.85rem;
  font-weight: 600;
}

.border-red {
  border-bottom: 1px solid #d40026;
  margin-bottom: 15px;
}

@media (max-width: 1589.98px) {
  .kontakt .nav-tabs .nav-item:not(:first-child) {
    margin-left: 2%;
  }
}
@media (max-width: 1199.98px) {
  .kontakt .nav {
    flex-wrap: nowrap;
  }
  .kontakt .nav-tabs .nav-item:not(:first-child) {
    margin-left: 1%;
  }
  .kontakt .nav-tabs {
    height: 90px;
  }
  .kontakt .nav-tabs .nav-item.active {
    height: 90px;
  }
}
@media (max-width: 799.98px) {
  .kontakt .nav-tabs .nav-item .nav-link {
    padding: 20px 5px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .kontakt .nav-tabs {
    flex-flow: column;
    height: auto;
    width: 100%;
    margin-top: -206px;
  }
  .kontakt .nav-tabs .nav-item.active {
    height: 100%;
    top: 0;
  }
  .kontakt .nav-tabs .nav-item .nav-link {
    font-size: 0.75rem !important;
    padding: 20px;
    margin-left: 0;
    text-align: left;
  }
  .kontakt .nav-tabs .nav-item:not(:first-child) {
    margin-left: 0;
  }
}
/*/////////////////zarovnani dle navrhu bez col - oligo narozdíl od servisu nejsou posutnuty o těch 9%, jako servis-wrap */
/* ------------------------ nav-tab oligo  upravené na míru 2 ks ----------------- */
@media (max-width: 799.98px) {
  .oligo-wrap .nav-tabs {
    flex-flow: row;
  }
  .oligo-wrap .nav-tabs .nav-item .nav-link {
    font-size: 0.7rem !important; /*padding: 15px 20px;*/
  }
  /*.nav-tabs .nav-item .nav-link.active {padding: 28px 20px; }*/
}
@media (max-width: 391px) {
  .oligo-wrap .nav-tabs {
    height: 95px;
    margin-top: -95px;
    min-width: 126px;
  }
  .oligo-wrap .nav-tabs .nav-item.active {
    height: 95px;
  }
}
/* pole formulářů */
input[type=radio] {
  height: 20px !important;
  color: #707070 !important;
  cursor: pointer;
  content: "\f3a6";
}

input[type=radio]:hover, input[type=radio]:focus, input[type=radio]:visited, input[type=radio]:active {
  color: #d40026 !important;
  content: "\f3a7";
}

input[type=radio]:visited {
  opacity: 0.2;
}

input[type=radio]:checked:before {
  content: "\f3a7";
  background: red;
}

.radio {
  display: none;
}

.oligo-form .item-radio input {
  display: none;
}

.radioBtn {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.radioBtn input {
  display: none;
}
.radioBtn .svg {
  margin-right: 1rem;
  color: #707070;
}
.radioBtn .radioDot {
  color: #707070;
  fill: none;
}
.radioBtn .radioOutline {
  color: #707070;
  stroke: #707070;
  stroke-width: 3;
}
.radioBtn input:checked + svg {
  margin-right: 1rem;
}
.radioBtn input:checked + svg .radioDot {
  opacity: 1;
  color: #d40026;
  fill: #d40026;
}
.radioBtn input:checked + svg .radioOutline {
  opacity: 1;
  color: #d40026;
  stroke: #d40026;
}
.radioBtn:hover .radioDot {
  opacity: 0.6;
}
.radioBtn:hover .radioOutline {
  opacity: 0.6;
}

.ion-android-radio-button-on {
  color: #d40026;
}

.ion-android-radio-button-off {
  color: #707070;
}

.oligo-wrap table td {
  width: 50%;
}

.oligo-form .table-obal, .table-2 {
  margin: 0 -10px;
}

.oligo-form .table-1, .table-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
}

.oligo-form .table-1 td {
  border-top: 1px solid white;
  padding: 10px;
}
.oligo-form .table-1 td span {
  margin-right: 20px;
}

.oligo-form .table-1 tr:last-of-type td {
  border-bottom: 1px solid white;
}

.oligo-form .table-2tr, .oligo-form .table-2 td {
  border: none;
}

.oligo-form .table-2 tr:last-of-type td {
  border-bottom: none;
}

.oligo-form .big-group select {
  height: 100%;
  min-height: 335px;
  border: none;
  border-radius: 0;
}
.oligo-form .big-group .optgroup-text {
  color: #d40026;
  font-size: 1rem;
  font-weight: 400;
}
.oligo-form .big-group .optgroup-text option {
  padding-left: 0;
  font-size: 0.9rem;
  color: #404040;
  padding: 3px 0;
}

.oligo-form .big-group.div-select {
  background-color: white;
  border: 1px solid black;
  border-radius: 4px;
  padding: 0.7rem 1rem;
}
.oligo-form .big-group.div-select .list-unstyled {
  margin-bottom: 0;
}
.oligo-form .big-group.div-select .text {
  color: #d40026;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.sirsi {
  margin-right: 0;
  padding-right: 0;
  padding-left: 20px;
  vertical-align: bottom;
}
.sirsi select {
  height: auto;
}
@media (max-width: 999.98px) {
  .sirsi {
    vertical-align: inherit;
    margin-top: 50px;
  }
}

.radio-col {
  border-top: 1px solid white;
  margin-right: 1%;
  padding: 10px;
  flex: 0 0 48%;
  max-width: 49%;
  margin-bottom: 0;
}

.radio-col:last-of-type, .radio-col:nth-last-of-type(2) {
  border-bottom: 1px solid white;
}

.checked-checkbox-parent {
  background: rgba(255, 255, 255, 0.6);
}

/* šipka v select vpravo */
.custom-select {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDI5NC4xTDM4MyAxNjdjOS40LTkuNCAyNC42LTkuNCAzMy45IDBzOS4zIDI0LjYgMCAzNEwyNzMgMzQ1Yy05LjEgOS4xLTIzLjcgOS4zLTMzLjEuN0w5NSAyMDEuMWMtNC43LTQuNy03LTEwLjktNy0xN3MyLjMtMTIuMyA3LTE3YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDEyNy4xIDEyN3oiLz48L3N2Zz4=") no-repeat right 0.75rem center/24px 24px;
  background-color: white;
}

.img-sad {
  background: url("/images/sad.png") left center no-repeat;
  background-size: contain;
  min-height: 375px;
}

.img-sad-center {
  background-position: center center;
}

/*table oligo rekapitulace*/
table.oligo th, table.oligo td {
  border: none;
}

table.oligo tr {
  border-top: 1px solid #dedede;
}

table.oligo tr:last-of-type {
  border-bottom: 1px solid #dedede;
}

table.oligo th {
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.85rem;
}

table.oligo td {
  font-size: 0.85rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  vertical-align: middle;
}

table.oligo .poznamka {
  border-top: 1px dashed #dedede;
  background: #fff;
}

.oligo-btn-right {
  float: right;
}

.oligo-btn-left {
  float: left;
}

@media (max-width: 999.98px) {
  .oligo-btn-right, .oligo-btn-left {
    float: none;
  }
}
.units-radio, .type-radio, .end-radio {
  cursor: pointer;
}

.combination-select {
  font-size: 0.9rem;
  color: #404040;
  padding: 3px;
  line-height: 1.2;
  cursor: pointer;
}
.combination-select.selected {
  background-color: #e5e5e5;
}

.allowed-mod-combinations {
  min-width: 255px;
  max-height: 335px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.btn-goto-summary {
  border-color: black !important;
  color: #d40026;
  background-color: white;
  width: 100%;
}
.btn-goto-summary i {
  color: black;
}

.btn-goto-summary:hover {
  color: #d40026;
}

/*<!-- {* 
.tooltip {
  position: absolute;
  z-index: $zindex-tooltip;
  display: block;
  margin: $tooltip-margin;
  // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
  // So reset our font and text properties to avoid inheriting weird values.
  @include reset-text();
  @include font-size($tooltip-font-size);
  // Allow breaking very long words so they don't overflow the tooltip's bounds
  word-wrap: break-word;
  opacity: 0;

  &.show { opacity: $tooltip-opacity; }

  .arrow {
    position: absolute;
    display: block;
    width: $tooltip-arrow-width;
    height: $tooltip-arrow-height;

    &::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid;
    }
  }
}

.bs-tooltip-top {
  padding: $tooltip-arrow-height 0;

  .arrow {
    bottom: 0;

    &::before {
      top: 0;
      border-width: $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;
      border-top-color: $tooltip-arrow-color;
    }
  }
}

.bs-tooltip-right {
  padding: 0 $tooltip-arrow-height;

  .arrow {
    left: 0;
    width: $tooltip-arrow-height;
    height: $tooltip-arrow-width;

    &::before {
      right: 0;
      border-width: ($tooltip-arrow-width / 2) $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;
      border-right-color: $tooltip-arrow-color;
    }
  }
}

.bs-tooltip-bottom {
  padding: $tooltip-arrow-height 0;

  .arrow {
    top: 0;

    &::before {
      bottom: 0;
      border-width: 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;
      border-bottom-color: $tooltip-arrow-color;
    }
  }
}

.bs-tooltip-left {
  padding: 0 $tooltip-arrow-height;

  .arrow {
    right: 0;
    width: $tooltip-arrow-height;
    height: $tooltip-arrow-width;

    &::before {
      left: 0;
      border-width: ($tooltip-arrow-width / 2) 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;
      border-left-color: $tooltip-arrow-color;
    }
  }
}

.bs-tooltip-auto {
  &[x-placement^="top"] {
    @extend .bs-tooltip-top;
  }
  &[x-placement^="right"] {
    @extend .bs-tooltip-right;
  }
  &[x-placement^="bottom"] {
    @extend .bs-tooltip-bottom;
  }
  &[x-placement^="left"] {
    @extend .bs-tooltip-left;
  }
}

// Wrapper for the tooltip content
.tooltip-inner {
  max-width: $tooltip-max-width;
  padding: $tooltip-padding-y $tooltip-padding-x;
  color: $tooltip-color;
  text-align: center;
  background-color: $tooltip-bg;
  @include border-radius($tooltip-border-radius);
}
*}-->*/
.tooltips {
  position: relative;
  display: inline;
}

.tooltips span {
  font: 300 12px "Open Sans", sans-serif;
  position: absolute;
  color: #FFFFFF;
  background: #000000;
  padding: 5px 10px;
  width: 140px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: transform 0.3s, opacity 0.6s, margin-left 0.2s, margin-top 0.2s;
}

.tooltips > span img {
  max-width: 140px;
}

.tooltips[tooltip-position=top] span {
  margin-left: 10px;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.tooltips[tooltip-position=bottom] span {
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.tooltips[tooltip-position=left] span {
  margin-top: 30px;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.tooltips[tooltip-position=right] span {
  margin-top: 30px;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.tooltips span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.tooltips[tooltip-position=top] span:after {
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltips[tooltip-position=bottom] span:after {
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-bottom: 8px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltips[tooltip-position=left] span:after {
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border-left: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tooltips[tooltip-position=right] span:after {
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-right: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tooltips:hover span {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: alpha(opacity=100);
}

.tooltips[tooltip-position=top]:hover span {
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
}

.tooltips[tooltip-position=bottom]:hover span {
  top: 30px;
  left: 50%;
  margin-left: -76px;
}

.tooltips[tooltip-position=left]:hover span {
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
}

.tooltips[tooltip-position=right]:hover span {
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
}

.tooltips[tooltip-type=primary] > span {
  background-color: #2980b9;
}

.tooltips[tooltip-type=primary][tooltip-position=top] > span:after {
  border-top: 8px solid #2980b9;
}

.tooltips[tooltip-type=primary][tooltip-position=bottom] > span:after {
  border-bottom: 8px solid #2980b9;
}

.tooltips[tooltip-type=primary][tooltip-position=left] > span:after {
  border-left: 8px solid #2980b9;
}

.tooltips[tooltip-type=primary][tooltip-position=right] > span:after {
  border-right: 8px solid #2980b9;
}

.tooltips[tooltip-type=success] > span {
  background-color: #27ae60;
}

.tooltips[tooltip-type=success][tooltip-position=top] > span:after {
  border-top: 8px solid #27ae60;
}

.tooltips[tooltip-type=success][tooltip-position=bottom] > span:after {
  border-bottom: 8px solid #27ae60;
}

.tooltips[tooltip-type=success][tooltip-position=left] > span:after {
  border-left: 8px solid #27ae60;
}

.tooltips[tooltip-type=success][tooltip-position=right] > span:after {
  border-right: 8px solid #27ae60;
}

.tooltips[tooltip-type=warning] > span {
  background-color: #f39c12;
}

.tooltips[tooltip-type=warning][tooltip-position=top] > span:after {
  border-top: 8px solid #f39c12;
}

.tooltips[tooltip-type=warning][tooltip-position=bottom] > span:after {
  border-bottom: 8px solid #f39c12;
}

.tooltips[tooltip-type=warning][tooltip-position=left] > span:after {
  border-left: 8px solid #f39c12;
}

.tooltips[tooltip-type=warning][tooltip-position=right] > span:after {
  border-right: 8px solid #f39c12;
}

.tooltips[tooltip-type=danger] > span {
  background-color: #c0392b;
}

.tooltips[tooltip-type=danger][tooltip-position=top] > span:after {
  border-top: 8px solid #c0392b;
}

.tooltips[tooltip-type=danger][tooltip-position=bottom] > span:after {
  border-bottom: 8px solid #c0392b;
}

.tooltips[tooltip-type=danger][tooltip-position=left] > span:after {
  border-left: 8px solid #c0392b;
}

.tooltips[tooltip-type=danger][tooltip-position=right] > span:after {
  border-right: 8px solid #c0392b;
}

body {
  padding-right: 0 !important;
}

.nav-section {
  background-color: transparent;
  z-index: 10000;
}

#navbar-top {
  padding-right: 0 !important;
}
@media (min-width: 1200px) {
  #navbar-top {
    height: 126px;
  }
  #navbar-top .collapse {
    height: 123px;
    margin-top: 1px;
  }
  #navbar-top .mt126 {
    margin-top: 126px !important;
  }
}

.navbar .nav-item {
  position: relative;
  top: -1px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #d9d9d9;
  left: 2px;
  margin-bottom: -3px;
}
.navbar .nav-item a {
  text-decoration: none;
}

.navbar .nav-link {
  cursor: pointer;
}

.noborder {
  border-color: transparent !important;
}

@media (min-width: 1200px) {
  .navbar .nav-item.active, .navbar .nav-item:focus, .navbar .nav-item.dropdown.show {
    border-top: 2px solid #d40026;
    border-bottom: 2px solid transparent;
  }
  .navbar .nav-item.show {
    background: #f2f2f2;
  }
  .navbar .nav-item {
    background: white;
    border-top-color: transparent;
    white-space: nowrap;
  }
  .navbar .nav-item:hover {
    border-top-color: #d40026;
    border-bottom-color: #9B9B9B;
  }
  .navbar .nav-item.active, .navbar .nav-item:focus {
    background: transparent;
    border-top-color: #d40026;
    border-bottom-color: #9B9B9B;
  }
  .navbar .nav-item.active.dropdown {
    background: white;
    border-top-color: #d40026;
    border-bottom-color: white;
  }
  .navbar .nav-item.active.dropdown.show {
    background: #f2f2f2;
    border-top-color: #d40026;
    border-bottom-color: #f2f2f2;
  }
  .mt126 {
    margin-top: 126px !important;
  }
}
.navbar-icons .nav-item:hover {
  border-top-color: #d40026;
  border-bottom-color: white;
}
.navbar-icons .nav-item.active, .navbar-icons .navbar .nav-item:focus {
  background: white;
  border-top-color: #d40026;
  border-bottom-color: white;
}

.navbar {
  width: 100%;
  z-index: 1004;
  padding: 0;
  background-color: white;
  border-bottom: 2px solid #d9d9d9;
}
.navbar .container {
  position: relative;
}
.navbar .navbar-nav {
  height: 100%;
  padding-right: 12px;
}
.navbar .nav-item {
  position: relative;
  top: -1px;
  border-top: 2px solid transparent;
  left: 2px;
}
.navbar .nav-item > a {
  text-transform: uppercase;
  padding: 50px 10px 0px;
  color: #404040;
  font-weight: 300;
  font-size: 0.852rem;
}
.navbar .ion-ios-arrow-down {
  color: #d40026;
}
.navbar .dropdown-wrap {
  width: 100vw;
  top: 124px;
  left: 0;
}
.navbar .dropdown-menu {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 126px;
  margin-top: -2px;
  margin-left: calc(50% - 50vw);
  border-radius: 0px;
  border-width: 0px;
  padding: 0;
  background-color: transparent;
  font-size: 0.813rem;
}
.navbar .dropdown-menu .row {
  max-height: calc(100vh - 126px);
  overflow-y: auto;
  overflow-x: hidden;
}
.navbar .dropdown-menu .container-fluid > .row {
  background-color: #f2f2f2;
}
.navbar .dropdown-menu a {
  text-decoration: none;
}
.navbar .dropdown-menu .dropdown-link {
  display: block;
  padding-top: 25px;
  padding-left: 15px;
  color: #d40026;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar .dropdown-menu .dropdown-subitem {
  display: block;
  padding: 5px 0px 5px 15px;
  border-bottom: 1px solid #d9d9d9;
  color: black;
  font-weight: 100;
}
.navbar .dropdown-menu .dropdown-subitem i {
  float: right;
  position: relative;
  top: 4px;
}
.navbar .dropdown-menu.userMenu {
  margin-top: -2px;
  background-color: #f2f2f2;
}
.navbar .navbar-toggler:focus {
  outline: none;
}

.dropdown-toggle:after {
  font-family: "Font Awesome 5 Free";
  border: 0;
  vertical-align: 0;
  display: inline-block;
  font-weight: 900;
  font-size: 70%;
  line-height: 2;
}

.nav-link.dropdown-toggle:after {
  content: "\f078";
  color: #d40026;
}

.dropdown-subitem.dropdown-toggle:after {
  content: "\f054";
  float: right;
  margin-right: 10px;
  color: #707070;
}

.dropdown-subitem.dropdown-toggle.active-dropdown::after {
  transform: rotate(90deg);
  color: #d40026;
}

@media (min-width: 1200px) {
  .navbar .dropdown-menu.dropdown-menu-level-3 {
    position: absolute !important;
    background-color: #fff !important;
    top: 39px !important;
    margin-left: 0;
    left: 50px !important;
  }
  .row-collapse .col-xl-6 .row, .row-collapse {
    overflow-y: visible !important;
    overflow-x: visible !important;
  }
}
@media (max-width: 1199.98px) {
  .navbar .dropdown-menu.dropdown-menu-level-3 {
    background-color: #fff !important;
    top: auto !important;
  }
}
.navbar .dropdown-menu .dropdown-subitem.active-dropdown {
  background-color: #fff;
}

.oligo-link:after {
  display: none;
}

.oligo-link {
  text-align: left !important;
}

.navbar-icons {
  color: #707070;
  font-size: 24px;
  margin: 0 -10px -2px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  z-index: 2999;
}
@media (min-width: 1200px) {
  .navbar-icons {
    margin-top: 2px;
  }
}
.navbar-icons .dropdown.show {
  background-color: #f2f2f2;
}
.navbar-icons #searchIcon {
  display: none;
}
@media (min-width: 1000px) {
  .navbar-icons #searchIcon {
    display: block;
  }
}
.navbar-icons a {
  padding-top: 40px;
  top: -1px;
  position: relative;
  height: 126px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.navbar-icons a.active, .navbar-icons a:hover, .navbar-icons .nav-link:hover {
  border-top: 2px solid #d40026;
  border-bottom: 2px solid white;
}
.navbar-icons li a:hover {
  border-top: 2px solid #707070;
}
.navbar-icons i {
  background: transparent;
  padding: 0px;
}
.navbar-icons .ion-navicon-round {
  color: #707070;
}

.navbar-toggler-icon {
  background-color: #0a0805;
}

/****************************    Profil uživatele      ************************************/
.tabpanel .nav-tabs {
  height: 100px;
}

.userMenu a {
  top: 0;
}

.userMenu a.active, .userMenu a.drowpdown-subitem:hover {
  border-top: 2px solid transparent !important;
  border-bottom: 2px solid transparent;
}

.userMenu .dropdown-subitem {
  height: auto;
  border: 1px solid #d40026;
  border-left: 0;
  border-right: 0;
}

.navbar-icons .userMenu .dropdown-subitem.ds2:hover, .navbar-icons .userMenu .dropdown-subitem.ds3:hover {
  border: 1px 0 0px 0 solid transparent !important;
}

.userMenu .dropdown-subitem {
  border-witdth: 1px !important;
}

.ds1 {
  border-top: none !important;
  border-bottom: 0px !important;
}

.ds2 {
  border-top: 1px solid #d40026 !important;
  border-bottom: 0 !important;
}

.ds3 {
  border-top: 1px solid #d40026 !important;
  border-bottom: 1px solid #d40026 !important;
}

#logInModal .modal-body {
  padding: 0;
}
#logInModal .modal-content {
  background-color: transparent;
  border: 0px;
}
#logInModal #myTabContent {
  background-color: #e5e5e5;
  padding: 3em;
}
#logInModal .nav-link {
  border-radius: 0;
  border: 0;
  color: black;
  font-weight: 700;
  border-top: 3px solid #d40026;
  text-transform: uppercase;
  font-size: 90%;
}
#logInModal .nav-link .ion-icon {
  font-size: 32px;
}
#logInModal .nav-link .ion-ios-cart {
  font-size: 26px;
}
#logInModal .nav-link.active {
  padding: 24px 16px;
  background-color: #e5e5e5;
  position: relative;
  top: 0px;
}
#logInModal .nav-link {
  padding: 24px 16px 10px;
  background-color: #bfbfbf;
  position: relative;
  top: 14px;
}
#logInModal .nav-item {
  margin-left: 25px;
}
#logInModal .modal-dialog {
  max-width: 900px;
}
#logInModal #frm-navigation-logIn-signInForm input:not([type=submit]) {
  border-radius: 0px;
  border: 2px solid #bfbfbf;
  color: #b2b2b2;
  font-size: 110%;
  padding: 12px 20px;
  height: auto;
}
#logInModal #frm-navigation-logIn-signInForm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf;
  opacity: 1; /* Firefox */
}
#logInModal #frm-navigation-logIn-signInForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
#logInModal #frm-navigation-logIn-signInForm input::-ms-input-placeholder { /* Microsoft Edge */
  color: #bfbfbf;
}
#logInModal #frm-navigation-logIn-signInForm .btn-main {
  background-color: white;
  font-size: 95%;
  font-weight: 700;
  margin: 0 auto;
  display: table;
}
#logInModal #frm-navigation-logIn-signInForm #frm-navigation-logIn-signInForm-remember {
  margin-right: 25px;
  border-color: #b2b2b2;
}
#logInModal #frm-navigation-logIn-signInForm label[for=frm-navigation-logIn-signInForm-remember] {
  color: #b2b2b2;
}

.dropdown-menu .obal-1 {
  max-height: 200px;
  padding-bottom: 50px;
}
.dropdown-menu .obal-1 .btn, .dropdown-menu .obal-1 .btn-greygrey, .dropdown-menu .obal-1 .btn-grey-greybrd {
  position: absolute;
  /*		top:auto;
          left:auto;
      right: 0;
      bottom: 15%;*/
}
.dropdown-menu .img-menu {
  display: block;
  width: 100%;
}
.dropdown-menu .h5 {
  margin-top: 20px;
}
.dropdown-menu .ivft {
  color: #707070;
  margin-left: 1rem;
  text-transform: uppercase;
}
.dropdown-menu .ivfmenu {
  display: none;
}

.container, .navbar-expand-xl > .container-fluid {
  padding: 0 10%;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

.navbar-expand-xl .navbar-icons .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/************************************************************************/
/*xl visibility*/
.navbar-brand {
  z-index: 10005;
}

.navbar-icons > a > i {
  font-size: 32px;
}

.navbar .ivft {
  display: none;
}
.navbar .h5 .black {
  display: none;
}

/*menu background*/
nav {
  position: relative;
}

.menu-background {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 123px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  display: none;
}

.container-menu {
  z-index: 1002;
}

#navbarNavTop {
  z-index: 2000;
}
#navbarNavTop ul {
  position: relative;
}
#navbarNavTop .dropdown-menu.short {
  position: absolute;
  top: 124px;
  background-color: #f2f2f2;
}
@media (max-width: 1199.98px) {
  #navbarNavTop .dropdown-menu.short {
    position: static;
  }
}
#navbarNavTop .oligo-order {
  background-color: #e5e5e5;
}

.closeMenu {
  display: none;
  position: absolute;
  bottom: -50px;
}

/*menu background end*/
/*barvy menu mobil*/
@media (max-width: 1199.98px) {
  .container, .navbar-expand-xl > .container-fluid {
    padding: 0 10%;
  }
  .fixed-top {
    position: static;
  }
  .navbar .dropdown-menu {
    position: static !important;
    margin: 0;
    padding-bottom: 0;
  }
  .closeMenu {
    right: 0;
    cursor: pointer;
    font-weight: 400;
  }
  .closeMenu .close, .closeMenu .btn-3 {
    font-size: 0.8rem;
  }
  .closeMenu i {
    vertical-align: -4px;
  }
  .hr.red {
    display: none;
  }
  .navbar .navbar-nav {
    padding-right: 0px;
  }
  .navbar-nav {
    /*2 lvl*/
    /*3 lvl + 4 lvl*/
  }
  .navbar-nav .nav-item > a {
    font-weight: 600;
  }
  .navbar-nav .obal-1 {
    display: none;
  }
  .navbar-nav .ivft {
    display: inline;
  }
  .navbar-nav .ivfmenu {
    display: inline;
  }
  .navbar-nav .ivfmenu1 {
    background: #e5e5e5;
    padding: 0 0 15px 0;
    border-top: 1px solid #d9d9d9;
    margin-top: -1px;
    text-align: left !important;
  }
  .navbar-nav .ivfmenu {
    color: #707070;
    text-transform: uppercase;
    margin-left: 25px;
  }
  .navbar-nav .h5 {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 25px;
  }
  .navbar-nav .h5 .black {
    display: inline-block;
    float: right;
    margin-right: 50px;
  }
  .navbar-nav .h5 .black i {
    font-size: 24px;
    color: #707070;
  }
  .navbar-nav .dropdown-menu .dropdown-link {
    display: block;
    padding-top: 25px;
    padding-left: 15px;
    color: #d40026;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navbar-nav .nav-item {
    background: #d9d9d9;
    border: 1px solid #bfbfbf;
  }
  .navbar-nav .nav-item a {
    padding: 15px 10px 15px;
    color: black;
  }
  .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    float: right;
    margin-right: 15px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .navbar-nav .nav-item.show .nav-link.dropdown-toggle::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-nav .nav-item.active, .navbar-nav .nav-item:focus {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background: #d9d9d9;
  }
  .navbar-nav .nav-item.dropdown.show {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background: #d9d9d9;
  }
  .navbar-nav .dropdown-menu .dropdown-link {
    padding-top: 15px;
    padding-left: 25px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-top: -1px;
  }
  .navbar-nav .dropdown-menu .dropdown-link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    float: right;
    margin-right: 45px;
    color: black;
  }
  .navbar-nav .dropdown-menu .dropdown-link {
    background: #e5e5e5;
  }
  .navbar-nav .dropdown-menu .dropdown-link.active {
    background: #f2f2f2;
  }
  .navbar-nav .dropdown-menu .dropdown-link.active:after {
    transform: rotate(180deg);
  }
  .navbar-nav ul.dropdown-menu .container-fluid {
    padding: 0;
  }
  .navbar-nav .dropdown-subitem.dropdown-toggle.active-dropdown::after {
    transform: rotate(180deg);
  }
  .navbar-nav .dropdown-menu .dropdown-subitem {
    padding: 5px 70px 5px 40px;
  }
  .navbar-nav .dropdown-menu .dropdown-subitem.active-dropdown {
    font-weight: 600;
  }
  .navbar-nav .dropdown-menu .dropdown-subitem:after {
    transform: rotate(90deg);
  }
  .navbar-nav .dropdown-subitem.dropdown-toggle.active-dropdown::after {
    transform: rotate(270deg);
  }
  .navbar-nav .dropdown-menu .dropdown-menu-level-3 .dropdown-subitem {
    padding: 5px 70px 5px 60px;
  }
  /*navbar end*/
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu li .dropdown-subitem {
    border-color: #d40026;
  }
  .navbar .dropdown-menu .dropdown-subitem {
    padding: 8px 0px 8px 15px;
    white-space: normal;
  }
  .navbar .dropdown-menu.userMenu .dropdown-subitem {
    padding: 8px 15px 8px 15px;
  }
}
@media (max-width: 1199.98px) {
  .dropdown-menu .container-fluid {
    padding: 0;
  }
  .dropdown-menu .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu .container-fluid .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-brand img {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .dropdown-menu .dropdown-menu-level-3 {
    width: auto !important;
  }
  .navbar .nav-item {
    left: 0;
    *font-size: 0.8rem;
  }
  .ivfmenu1 .h5, .ivfmenu {
    font-size: 12px;
  }
  .navbar-brand img {
    width: 125px;
  }
  .navbar-icons i {
    font-size: 24px;
  }
  .navbar .container-fluid {
    padding: 0;
  }
  .navbar-brand {
    padding-left: 10%;
  }
  .navbar-icons {
    margin-right: 1%;
  }
  #myModalSearch .navbar-brand {
    padding-left: 0;
  }
  #myModalSearch .navbar-icons {
    margin-right: -5%;
  }
}
/***** COLLAPSE FIXED OVER CONTENT *****/
@media (max-width: 1199.98px) {
  .container-menu {
    position: relative;
  }
  #navbarNavTop {
    position: absolute !important;
    top: 124px;
    left: 10%;
    right: 10%;
  }
}
@media (max-width: 999.98px) {
  #navbarNavTop {
    left: -2px;
    right: 2px;
  }
}
@media (max-width: 575.98px) {
  #navbarNavTop {
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .menu-background {
    display: none !important;
  }
  .closeMenu {
    display: none !important;
  }
}
.userIcon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

/*ikony hover*/
@media (max-width: 1199.98px) {
  .navbar-icons a, .navbar-icons .nav-link {
    border-top: 3px solid transparent;
    height: 126px;
  }
  .navbar-icons a.active, .navbar-icons a:hover, .navbar-icons .nav-link:hover {
    border-top: 3px solid #d40026;
    height: 126px;
  }
  .navbar .dropdown-menu a:hover, .navbar-icons .dropdown-menu a, .navbar-icons .dropdown-menu a:hover {
    height: auto;
  }
}
/*zde byly breadcrump, presunuty do vlastního scss*/
/* ** *boční menu* **  */
.list-group-item, .list-group-item.active {
  background-color: transparent;
  padding: 0.5rem 1rem;
  border: 0;
}

.list-group-item:first-child, .card > .list-group:last-child .list-group-item:last-child, .card-header:first-child {
  border-radius: 0;
}

.card {
  border-radius: 0;
}

.card-header {
  font-size: 0.9rem;
  font-weight: 600;
}

/* ** *kategorie* ** */
.nav-category {
  min-width: 211px;
  background: #d9d9d9;
}
.nav-category .card-header {
  margin-bottom: -1px;
  border-bottom: 1px solid white;
}
.nav-category .list-group-item {
  border-bottom: 1px solid white;
  padding: 0;
  display: flex;
  position: relative;
}
.nav-category li i {
  display: flex;
  justify-content: flex-end;
  padding: 14px 16px 14px 0px;
  font-size: 18px;
}

.category-block.submenu {
  background-color: #bfbfbf;
  border-bottom: 1px solid white;
}
.category-block.submenu .list-group-item {
  border-bottom: 0.5px solid #d9d9d9;
}
.category-block.submenu .link-category {
  font-size: 0.775rem;
  line-height: 1.07;
  padding: 8px 5px 8px 20px;
}

.category-block .accordion-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
}
.category-block .link-category {
  color: black;
  font-weight: 500;
  font-size: 0.825rem;
  width: 95%;
  line-height: 1.5;
  align-self: stretch;
  padding: 13px 10px 12px 16px;
}
.category-block .link-category:hover, .category-block .link-category:active, .category-block .link-category:focus {
  text-decoration: none;
}

.dropdown-menu .ion-ios-arrow-forward {
  text-align: right;
  line-height: 2;
  float: right;
  font-size: 80%;
}

/* ** *značky* ** */
.nav-suppliers {
  min-width: 211px;
  background-color: #f2f2f2;
  border-top: 0px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  margin-top: 50px;
  margin-bottom: 25px;
}
.nav-suppliers .card-header {
  margin-bottom: -1px;
  border-bottom: 1px solid #d9d9d9;
}
.nav-suppliers .list-group-item {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.nav-suppliers a {
  color: black;
  padding: 0.8rem 1rem 0.8rem;
  display: block;
  line-height: 1;
}
.nav-suppliers a:hover, .nav-suppliers a:focus, .nav-suppliers a:active {
  text-decoration: none;
  vertical-align: bottom;
}
.nav-suppliers li.list-group-item {
  padding: 0;
}
.nav-suppliers .ion-icon {
  font-size: 21px;
  margin-right: 8px; /*5px*/
  float: left;
  margin-top: -3px;
}

/* ** * razeni produktu, sleva, akce ... *  ** */
.moznosti {
  margin-left: 10px;
  font-weight: 600;
}
.moznosti a {
  margin-right: 25px;
  white-space: nowrap;
  font-size: 0.9rem;
  text-decoration: none;
}
.moznosti a:last-of-type {
  margin-right: 0;
}
.moznosti a.info {
  min-width: 102px;
  display: inline-block;
}
.moznosti .ion-icon {
  margin-right: 2px;
  font-size: 21px;
  vertical-align: middle;
}

.moznosti-2 {
  text-align: right;
  padding-right: 10px;
  margin-top: 5px;
}
.moznosti-2 a {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: right;
  white-space: normal;
}
.moznosti-2 a .in {
  font-weight: 600;
}
.moznosti-2 a i {
  margin-left: 7px;
}
.moznosti-2 a:hover, .moznosti-2 a:focus, .moznosti-2 a:active {
  text-decoration: underline;
  background: none;
}
.moznosti-2 a:hover .in, .moznosti-2 a:focus .in, .moznosti-2 a:active .in {
  color: #d40026;
}
.moznosti-2 .dropdown-menu {
  margin: 0;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
}
.moznosti-2 .dropdown-item:hover, .moznosti-2 .dropdown-item:focus {
  background-color: transparent;
}

/*.moznosti-2:hover .dropdown-menu{display: block;}*/
.p-search {
  margin-top: 5px;
}

/* ** * pagination *  ** */
.pagination-obal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}

.pagination .mensi .page-link {
  line-height: 1.5;
  border-radius: 0.25rem;
  color: black;
  border: 2px solid #b2b2b2;
  /* srovnání, ikona je užší než ikona skipbackward + zarovnání */
}
.pagination .mensi .page-link .ion-icon {
  padding: 0 6px;
}
.pagination .mensi .page-link .ion-android-arrow-dropleft {
  padding: 0 8px 0 7px;
}
.pagination .mensi .page-link .ion-android-arrow-dropright {
  padding: 0 7px 0 8px;
}
.pagination .disabled .ion-icon {
  color: #b2b2b2;
}
.pagination .ion-icon {
  color: black;
  vertical-align: middle;
  font-size: 21px;
}
.pagination .disabled .page-link {
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.pagination-lg .page-link {
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  border: 2px solid #b2b2b2;
  color: black;
}
.pagination-lg .disabled a {
  color: #b2b2b2;
}

.pagination-lg .page-item.active .page-link {
  border: 2px solid #d40026;
  background-color: white;
  color: #d40026;
}

.pagination li {
  margin: 15px !important;
}

.page-item .page-link:hover {
  background: transparent;
  border-color: #d40026;
}

.page-item .page-link:focus {
  box-shadow: none;
}

@media (max-width: 1589.98px) {
  .pagination li {
    margin: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .pagination li {
    margin: 10px !important;
  }
}
@media (max-width: 999.98px) {
  .pagination .page-link {
    padding: 0.3rem 0.3rem;
  }
  .pagination li {
    margin: 5px !important;
  }
  .pagination-lg .page-link {
    padding: 0.5rem 0.9rem;
    font-size: 0.9rem;
  }
  .nav-suppliers {
    margin-top: 25px;
  }
}
@media (max-width: 799.98px) {
  /*.pagination-lg .page-link{padding: 0.5rem 0.75rem;}*/
  .pagination-lg li:nth-child(n+4) {
    display: none;
  }
}
/*
@include media-breakpoint-down(xs) { 
	.pagination-lg {display:none}
.moznosti a:last-of-type {margin-left:4px;}
}
*/
.h2-category-nav {
  margin: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

footer {
  margin-top: 0;
  padding-top: 0;
  background-color: #f2f2f2;
  z-index: 1;
}

.footer-1 {
  padding-top: 50px;
  padding-bottom: 25px;
  border-top: 1px solid #d9d9d9;
}

footer .footer-osoba {
  padding-top: 50px;
  padding-bottom: 0;
  padding-top: 25px;
}

.footer-h4 {
  color: #C4C4C4;
  margin-bottom: 1.2em;
}

.footer-text {
  color: #9B9B9B;
}

.footer-email a {
  color: #f27800;
}

.footer-phone {
  color: #8cbd0d;
}

.footer-section .ion-icon {
  font-size: 24px;
  vertical-align: middle;
}
.footer-section a:hover {
  color: inherit;
}
.footer-section strong:not(:first-child) {
  margin-left: 0;
}
.footer-section .ion-ios-email-outline {
  font-size: 24px;
  vertical-align: sub;
}
.footer-section .h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 24px;
}
.footer-section h6 {
  font-weight: 500;
  margin-top: 0;
}
.footer-section .copyfoot {
  font-size: 0.875rem;
  line-height: 30px;
}
.footer-section .pfoot {
  margin-top: 0;
  line-height: 30px;
}

.socnet {
  opacity: 0.6;
}
.socnet:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 800px) {
  .socnet {
    margin-left: 15px;
  }
}
.socnet.facebook {
  font-size: 1.7em;
}
.socnet.twitter {
  font-size: 2em;
}
.socnet.facebook:hover {
  color: #3b5998;
}
.socnet.twitter:hover {
  color: #00aced;
}

.popis-osoba div {
  margin: 0;
  line-height: 1.2;
}

.popis-osoba {
  z-index: 3;
}

.footer-osoba h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
}
.footer-osoba .footer-contact-desc {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.2;
}
.footer-osoba .ion-icon {
  font-size: 32px;
  vertical-align: middle;
}
.footer-osoba .mail {
  margin-right: 16px;
}
.footer-osoba .tel {
  margin-right: 16px;
}
.footer-osoba .mob {
  margin-right: 21px;
  margin-left: 4px;
  font-size: 40px;
}
.footer-osoba a.info {
  font-size: 1.375rem;
}

.footer-osoba .img-portrait {
  height: 350px;
  width: 440px;
  background: url(/images/layout/Ciboch-Marek-25.png) no-repeat top;
  background-size: 100% auto;
  margin-left: -125px;
  margin-top: -75px;
  z-index: 1;
}

/*mobil footer*/
.footer-2 .adresa {
  color: #919191;
  font-size: 86%;
  text-align: center;
}

.footer-2 .logo {
  width: 66px;
  height: auto;
}

.footer-1 {
  display: inherit;
}

.footer-2 {
  display: none;
}

@media (max-width: 1589.98px) {
  .footer-1 {
    display: inherit;
  }
  .footer-2 {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .pfoot {
    font-size: 0.875rem;
  }
  .footer-osoba .img-portrait {
    width: 400px;
  }
}
@media (max-width: 999.98px) {
  sm-wrap {
    white-space: inherit;
  }
}
@media (max-width: 575.98px) {
  .footer-1 {
    display: none;
  }
  .footer-2 {
    display: inherit;
    padding-top: 50px;
  }
  .footer-osoba .img-portrait {
    margin-left: -90px;
    width: 440px;
  }
}
.fb-ic {
  color: #3b5998;
}

.tw-ic {
  color: #00aced;
}

.yt-ic {
  color: #fe0202;
}

.li-ic {
  color: #0077b5;
}

.newsletter-question {
  text-align: center;
  color: #d40026;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}

.newsletter-answer {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}

.owl-prev {
  position: absolute;
  left: 0;
  top: 50px;
  margin-left: -60px !important;
  font-size: 70px !important;
  color: #919191 !important;
  background: transparent !important;
  outline: none !important;
}

.owl-next {
  position: absolute;
  right: 0;
  display: block;
  top: 50px;
  margin-right: -60px !important;
  font-size: 70px !important;
  color: #919191 !important;
  background: transparent !important;
  outline: none !important;
}

@media (max-width: 999.98px) {
  .owl-prev {
    margin-left: -40px !important;
  }
  .owl-next {
    margin-right: -40px !important;
  }
}
@media (max-width: 799.98px) {
  .owl-prev {
    margin-left: -25px !important;
  }
  .owl-next {
    margin-right: -25px !important;
  }
}
.owl-prev:hover, .owl-next:hover {
  color: #d40026 !important;
}

.team {
  background: #e5e5e5;
}

/*
??? žádný .team-control neexistuje
 */
.team-control {
  padding: 100px 0 150px;
}
.team-control h3 {
  text-align: center;
  color: #d40026;
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.team-control .team-carousel img {
  max-width: 200px;
  border-radius: 50%;
  max-height: 200px;
  margin: 0 auto 1em;
}
.team-control .team-carousel h4 {
  text-align: center;
  color: #d40026;
}
.team-control .team-description {
  text-align: center !important;
  margin: 0;
  color: #9B9B9B;
}
.team-control .team-description p {
  text-align: center !important;
  margin: 0;
  color: #9B9B9B;
}
.team-control .btn-main {
  margin: 2em auto 0;
  background-color: white;
  color: black !important;
}
.team-control .owl-nav {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 0;
}
.team-control .owl-nav button {
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 50% !important;
  font-size: 90px;
}
.team-control .owl-nav span {
  position: relative;
  top: -58px;
  font-size: 110px;
  color: #707070;
  font-weight: 100;
}
.team-control .owl-nav .owl-prev {
  left: -2em;
  float: left;
}
.team-control .owl-nav .owl-prev span {
  left: -3px;
}
.team-control .owl-nav .owl-next {
  right: -2em;
  float: right;
}
.team-control .owl-nav .owl-next span {
  right: -3px;
}

.name {
  margin-top: 25px;
}

#teamcarousel {
  /* CSS clip Property */
}
#teamcarousel p {
  font-size: 0.95rem;
  margin: 0.95rem 0;
}
#teamcarousel .text {
  color: black;
}
#teamcarousel .perex {
  color: #919191;
}
#teamcarousel .more a {
  color: #919191;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
#teamcarousel .more .ion-icon {
  color: #d40026;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 9px;
}
#teamcarousel .name {
  font-size: 0.95rem;
  margin-top: 250px;
}
#teamcarousel .owl-item {
  position: relative;
  display: block;
}
#teamcarousel .owl-item img {
  height: auto;
  width: 100%;
  position: absolute;
  clip: rect(15px, 360px, 250px, 0);
  top: 0;
  right: 0;
  margin: 0 auto;
}
#teamcarousel h3.name {
  padding-top: 25px;
  margin-bottom: 0;
  font-weight: bold;
}

.team-person h2 {
  margin-top: 0;
}
.team-person .text {
  color: #707070;
}
.team-person .text.black {
  color: black;
}
.team-person .perex {
  color: #707070;
}
.team-person .job {
  color: black;
}
.team-person .loga img {
  max-width: 155px;
  display: inline;
  filter: brightness(0.8) grayscale(1) opacity(0.6) saturate(0);
  padding: 0 15px 0 0;
}
@media (max-width: 999.98px) {
  .team-person .loga img {
    max-width: 135px;
  }
}
.team-person .loga img:hover {
  filter: none;
}
.team-person .content {
  margin-top: 50px;
  margin-bottom: 75px;
}
.team-person .content a {
  color: inherit;
  text-decoration: underline #d40026;
}
.team-person .content a:hover {
  text-decoration: none;
}
.team-person .loga {
  margin-top: 100px;
  margin-bottom: 75px;
}

@media (min-width: 1000px) {
  .obal-port {
    min-height: 100vh;
  }
  .obal-port .portrait-img {
    position: fixed;
    bottom: 0;
    top: 130px;
    min-height: 80vh;
    max-height: 90vh;
    height: 100%;
  }
}
.box-team-odkazy {
  line-height: 1.2;
}
.box-team-odkazy .ion-icon {
  font-size: 32px;
  margin: 0 auto;
  display: inline-block;
  width: 32px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.box-team-odkazy .mob .ion-icon {
  margin-right: 8px;
}
.box-team-odkazy .mail {
  font-size: smaller;
  color: #707070;
}
.box-team-odkazy .mob {
  font-size: 1.25rem;
}
.box-team-odkazy .tel .ion-icon {
  font-size: 28px;
}
.box-team-odkazy .mail, .box-team-odkazy .mob, .box-team-odkazy .tel {
  white-space: nowrap;
}
.box-team-odkazy .tel a span {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.box-team-odkazy .fax {
  font-size: 0.937rem;
  color: #707070;
}
.box-team-odkazy .fax .ion-icon {
  color: #707070;
}

.bto-2 {
  line-height: 1.5;
  font-size: 1rem;
}

.kontakt h2 {
  margin: 15px 0;
  font-size: 1rem;
}

.tab-content .mob {
  font-size: 1rem;
}

.team-full .name {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.team-full p {
  font-size: 0.87rem;
  margin: 0;
}
.team-full .text {
  margin: 0.87rem 0;
}
.team-full .mob {
  font-size: 1rem;
}
.team-full .box-team-odkazy {
  margin: 0.87rem 0;
}
.team-full .popis-text, .team-full .article-content p {
  font-size: 1.25rem;
}
.team-full .team-person {
  padding-bottom: 1rem;
}
.team-full .team-person:hover {
  background-color: #f0f0f0;
}
.team-full a:hover {
  text-decoration: none;
}
.team-full .box-team-odkazy a:hover {
  opacity: 0.8;
}

.portrait-img {
  /* když to byl background*/
  /*
  background-position: 80% 0%; 
  background-repeat: no-repeat; 
  min-height: 600px;
  background-size: auto 100%;
  */
  width: auto;
  height: auto;
}

@media only screen and (min-width: 1460px) {
  .portrait-img {
    max-height: 90vh;
  }
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
  .portrait-img {
    max-height: 100vh;
  }
}
@media (max-width: 575.98px) {
  .team-person .loga {
    margin-top: 75px;
    margin-bottom: 50px;
  }
  /*	*/
}
@media (min-width: 576px) and (max-width: 799.98px) {
  .box-team-odkazy .ion-icon, .box-team-odkazy .mob .ion-icon {
    margin-right: 0;
  }
}
/*Případný ořez img na 50% na mobilu v team detail (obal-port) a team přehled (team person) */
/*
@include media-breakpoint-only(xs) {

	.team-person .img-fluid {
		max-width: 90%;
		height: auto;
		height: auto;
		width: 100%;
		position: absolute;
		clip: rect(0, 420px, 330px, 0px);
	}
	.team-person .name {
		margin-top: 350px;
	}

	.obal-port {
		position: relative;
		min-height: 300px;
		overflow: hidden;
	}
	.portrait-img {
		position: absolute;
		top: 0;
		right: 0;
		min-height: 600px;
		// or clip: rect(0, 420px, 330px, 0px);
	}
}
*/
/* KONTAKTY */
.kontakt .todsazeni {
  margin-top: -25px !important;
}

.nav-tabs .nav-item .nav-link {
  font-size: 0.75rem;
}

@media (min-width: 1200px) {
  #teamcarousel .owl-item img {
    clip: rect(15px, 360px, 250px, 0);
  }
  #teamcarousel .name {
    margin-top: 250px;
  }
}
@media (min-width: 800px) {
  #teamcarousel .owl-item img {
    clip: rect(15px, 360px, 230px, 0);
  }
  #teamcarousel .name {
    margin-top: 230px;
  }
}
@media (max-width: 999.98px) {
  .team-person .content {
    margin-bottom: 50px;
  }
}
@media (max-width: 799.98px) {
  .bto-2 {
    line-height: 1.2;
    margin: 1rem 0;
  }
}
@media (max-width: 575.98px) {
  .owl-item {
    text-align: center;
  }
  #teamcarousel .owl-item img {
    clip: rect(0, 350px, 275px, 0);
    top: -20px;
  }
}
.map-container-section {
  overflow: hidden;
  padding-bottom: 250px;
  position: relative;
  height: 0;
  margin-top: 16px;
}

.map-container-section iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.kontakt-person .table-cell-obal {
  vertical-align: middle;
  height: 200px;
  display: table-cell;
}
.kontakt-person .img-person {
  position: relative;
  min-height: 200px;
  max-width: 280px;
}
.kontakt-person .img-person .img-fluid {
  height: auto;
  width: 100%;
  position: absolute;
  clip: rect(0px, 340px, 200px, 0px);
}
.kontakt-person .job {
  color: #919191;
  margin-bottom: 10px;
}
.kontakt-person .name {
  font-size: 1rem;
  font-weight: 600;
  color: #d40026;
  margin-bottom: 10px;
}
.kontakt-person .name.black {
  color: black;
  font-weight: 500;
}
.kontakt-person p {
  font-size: 0.937rem;
}
.kontakt-person .ion-icon {
  margin-right: 2px;
}
.kontakt-person .mob .ion-icon {
  margin-right: 0;
}

row.kontakt-person:last-of-type {
  border-bottom: 0;
}

/* Kontakty order přes css

1= o-job
2= o-foto
3= o-name
4= o-mail

xs - sloupec 1 2 3 4 

sm
2 1
3 4
p0

md=sm
p12%

lg = sm
p20%

xl
1 2 3 4

Safari 6.1+  -webkit-order: 2;
standard order: 2;

*/
.o-job {
  order: 2;
  margin-left: 0;
}

.o-foto {
  order: 1;
}

.o-name {
  order: 3;
}

.o-mail {
  order: 4;
}

@media (max-width: 1199.98px) {
  .o-job {
    margin-left: 4.5rem;
  }
}
@media (max-width: 999.98px) {
  .o-job {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .o-job {
    order: 1;
    margin-left: 0;
  }
  .o-foto {
    order: 2;
  }
  .o-name {
    order: 3;
  }
  .o-mail {
    order: 4;
  }
}
@media (min-width: 1200px) {
  .o-job {
    order: 1;
    margin-left: 0;
  }
  .o-foto {
    order: 2;
  }
  .o-name {
    order: 3;
  }
  .o-mail {
    order: 4;
  }
}
@media (max-width: 999.98px) {
  .kontakt-person .table-cell-obal {
    height: 175px;
  }
  .kontakt-person .img-person {
    min-height: 175px;
  }
}
@media (max-width: 799.98px) {
  .kontakt-person .table-cell-obal {
    height: 175px;
  }
  .kontakt-person .img-person {
    min-height: 175px;
  }
}
@media (max-width: 575.98px) {
  .kontakt-person {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .kontakt-person .table-cell-obal {
    height: auto;
  }
  .kontakt-person .img-person {
    min-height: 200px;
  }
}
.suppliers-control {
  background-color: #EAEAEA;
  padding: 3em 4em 7em;
}
.suppliers-control img {
  margin: auto;
  max-height: 150px;
  width: auto !important;
  transition: all 0.3s;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.suppliers-control img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}
.suppliers-control h4 {
  color: #707070;
  text-align: center;
  font-weight: 100;
  margin-bottom: 4em;
  text-transform: uppercase;
}
.suppliers-control .owl-nav {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 0;
}
.suppliers-control .owl-nav button {
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 50% !important;
  font-size: 90px;
}
.suppliers-control .owl-nav span {
  position: relative;
  top: -53px;
  font-size: 110px;
  color: #707070;
  font-weight: 100;
}
.suppliers-control .owl-nav .owl-prev {
  left: -5em;
  float: left;
}
.suppliers-control .owl-nav .owl-prev span {
  left: -3px;
}
.suppliers-control .owl-nav .owl-next {
  right: -5em;
  float: right;
}
.suppliers-control .owl-nav .owl-next span {
  right: -3px;
}

.control-eshop-carousel {
  padding-top: 75px;
  padding-bottom: 75px;
}
.control-eshop-carousel h4 {
  padding-left: 0.5em;
  color: #d40026;
  border-bottom: 3px solid #d40026;
  padding-bottom: 0.4em;
  margin-bottom: 50px;
  font-weight: 700;
}

/* size indicator */
/* pomocný ukazatel aktuální šířky sloupce: do body vložit:
<div id="size-indicator"><span id="size-indicator-content"></span></div>
*/
/*
#size-indicator {
    display: none;
}
*/
#size-indicator {
  position: fixed;
  top: 0;
  right: 0;
  height: 20px;
  width: 30px;
  background-color: red;
  color: white;
  text-align: center;
  z-index: 10000;
}

#size-indicator-content:after {
  content: "-";
}

@media (min-width: 576px) {
  #size-indicator {
    background-color: magenta;
  }
  #size-indicator-content:after {
    content: "SM";
  }
}
@media (min-width: 800px) {
  #size-indicator {
    background-color: green;
  }
  #size-indicator-content:after {
    content: "MD";
  }
}
@media (min-width: 1000px) {
  #size-indicator {
    background-color: blue;
  }
  #size-indicator-content:after {
    content: "LG";
  }
}
@media (min-width: 1200px) {
  #size-indicator {
    background-color: black;
  }
  #size-indicator-content:after {
    content: "XL";
  }
}
@media (min-width: 1590px) {
  #size-indicator {
    background-color: grey;
  }
  #size-indicator-content:after {
    content: "XXL";
  }
}
.jumbotron {
  margin-bottom: 0;
}

.card-header {
  background-color: transparent;
}

.card {
  border: 0 none;
}

.product-inactive-wrap {
  position: relative;
  opacity: 0.5;
}

.substituted-products {
  padding: 75px 50px;
}
.substituted-products figure {
  margin-bottom: 0;
}
.substituted-products .h6.white, .substituted-products .h6.white a {
  color: white;
}
.substituted-products .item-substituted .figure-caption {
  margin-top: 10px;
}
.substituted-products .item-substituted .figure-caption .price, .substituted-products .item-substituted .figure-caption .dostupnost {
  font-weight: bold;
}

/*.pagination li {display: inline-block; margin: 10px;}*/
.dostupnost {
  font-size: 90%;
  line-height: 1;
}

/* minimalisticky produkt + kit */
.h1 {
  font-weight: 600;
  margin-bottom: 75px;
}

.produkt-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.prod-min-tab td {
  padding: 5px 5px;
  font-weight: 600;
  vertical-align: baseline;
  height: 1.5rem;
}

.prod-min-tab .ftd {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #707070;
  padding-left: 0;
  font-weight: 500;
  text-align: left;
}

.kit-tr .ion-icon {
  font-size: 1.5rem;
  margin-right: 5px;
  vertical-align: baseline;
}

.kit-tr ion-icon {
  font-size: 1.5rem;
  margin-right: 8px;
  vertical-align: text-bottom;
}

.article-cart-btn {
  width: 40px;
  font-size: 16px;
  color: white;
  background: #bfbfbf;
  border: 1px solid #b2b2b2;
  vertical-align: middle;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.article-cart-btn:disabled {
  background: #d9d9d9;
}

.article-cart-input {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 0.75rem;
  border: 1px solid #b2b2b2;
  border-left: 0;
  border-right: 0;
  color: black;
  text-align: center;
  line-heigt: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: textfield;
  margin: 0;
  padding: 0;
}

@media (max-width: 999.98px) {
  .article-cart-btn, .article-cart-input {
    width: 2rem;
    height: 2rem;
  }
}

/* vice baleni*/
.bal-tab {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  cell-paddin: 0;
  cell-spacing: 0;
}

.bal-tab td {
  font-weight: 12px;
}

.bal-tab .active td {
  border: 2px solid #d40026;
}

.bal-tab .disabled td {
  border: 2px solid #b2b2b2;
  cursor: pointer;
}

.bal-tab td {
  height: 2rem;
  vertical-align: middle !important;
}

.tab-in {
  text-align: center;
  font-size: 0.75rem;
  min-width: 100px;
}

.tab-in .bg {
  background-color: #d40026;
  color: white;
  padding: 5px;
  font-size: 1rem;
}

.bal-tab .bb {
  border-bottom: 0 !important;
  padding-bottom: 0;
  vertical-align: bottom !important;
}

.bal-tab .bt {
  border-top: 0 !important;
  padding-top: 0;
  vertical-align: top !important;
}

.disabled .bg {
  background-color: #b2b2b2;
  color: black;
}

.disabled .bb, .disabled .bc {
  color: #b2b2b2;
}

.disabled .blue {
  color: #707070;
}

.table-bal-full-bg .active {
  background: #d40026;
  color: white;
  margin-right: 10px !important;
}

.table-bal-full-bg .disabled {
  background: #b2b2b2;
  color: black;
  margin-left: 10px;
  margin-right: 10px;
}

.text ul {
  padding: 0;
}

.text ul li {
  position: relative;
  text-indent: -26px;
  padding-left: 26px;
}

.text ul li:before {
  content: "▬";
  margin-right: 10px;
  color: #d9d9d9;
  font-size: small;
}

.slouc {
  height: 4rem !important;
  vertical-align: middle;
}

.disabled .danger, .disabled .success, .disabled {
  color: #707070;
}

.full-opacity {
  background: white;
  opacity: 0.3;
  z-index: 10;
}

figure, .news-item {
  margin-bottom: 50px;
  width: 100%;
}
figure h3 a, .news-item h3 a {
  color: black;
}
figure h3 a:hover, .news-item h3 a:hover {
  text-decoration: none;
  color: #707070;
}

.news-item .more, .news-item .more a .ion-icon {
  font-size: 0.95rem;
}

.news .news-item .thumb {
  min-height: 250px;
  height: auto;
  object-fit: cover;
  object-position: bottom;
}

/*oprava nesedících mezer*/
.eshopPrewiew .h5 {
  margin-bottom: 0.7rem;
}
.eshopPrewiew .figure {
  margin-bottom: 62px;
}

.vypis-produktu .thumbnail {
  position: relative;
  width: 100%;
  height: 16vw;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .vypis-produktu .thumbnail {
    height: 14vw;
  }
}
@media (max-width: 1589.98px) {
  .vypis-produktu .thumbnail {
    height: 16vw;
  }
}
@media (max-width: 575.98px) {
  .vypis-produktu .thumbnail {
    height: 75vw;
  }
  .vypis-produktu .figure {
    margin-bottom: 37px;
  }
}
.vypis-produktu .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vypis-produktu .thumbnail img.portrait {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.img70x70 {
  max-width: 70px;
  height: auto;
  max-height: 70px;
}

.badge-cart {
  /*    background-color: #6394F8;
   border-radius: 10px;
   color: $color-white;
   display: inline-block;
   font-size: 12px;
   line-height: 1;
   padding: 3px 7px;
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;*/
  /*	border-radius: 50%;
   color: $color-white;
   display: inline-block;
   font-size: 9px;
   line-height: 1.5;
   padding: 3px 3px;
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
   background-color: $color-red;
   position: absolute;
   top: 39px;
   right: -1px;
   font-weight: 600;*/
}

.shopping-cart {
  margin: 0;
  float: right;
  background: white;
  width: 320px;
  position: relative;
  border-radius: 3px;
  padding: 20px 15px;
  flex-basis: auto;
}
.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  text-align: right;
}
.shopping-cart .shopping-cart-items {
  padding-top: 20px;
  padding-left: 15px;
}
.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
  text-align: right;
  padding-right: 5px;
}
.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 10px;
  max-height: 70px;
}
.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 14px;
}
.shopping-cart .shopping-cart-items .item-price {
  color: #00a1e5;
  margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
  color: #707070;
}
.shopping-cart .shopping-cart-items .item-remove {
  margin-left: 8px;
}
.shopping-cart .shopping-cart-items .item-remove .ion-close {
  font-size: 18px;
}

.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button {
  background: #6394F8;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}
.button:hover {
  background: #729ef9;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.modal .ion-ios-close-outline:hover {
  color: #d40026;
}

.uppercase {
  text-transform: uppercase;
}

/*----------------------------------------------------------------------*/
/*******************************
* MODAL AS RIGHT SIDEBAR
*******************************/
.modal.right .modal-dialog {
  position: fixed;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
@media only screen and (max-height: 700px) {
  .modal.right .modal-dialog {
    position: absolute;
    height: auto;
  }
  .modal.right .modal-dialog .modal-content {
    height: calc(100vh + 130px);
  }
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: 10%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

@media (min-width: 1590px) {
  .modal.right.fade .modal-dialog {
    right: 15%;
  }
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */ /*
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

*/
/* ******************************** */
/* Tlacitka, buttony  - ikony používané u textu mají styly s textem  zaloha buttos_1.sass*/
/*
	TODO: napřed celé přečíst - všechna TODO -  a pak teprve začít dělat pořádek
	představa je taková:
	napřed nadefinvaot samotné .btn včetně hover atd a styly, co patří pod něj - např. .ion-icon
	pak jednotlivé barevné varianty
	pak velikosti
	pak media queries - ty by si zasloužily taky revizi, podle mě se všelijak překrývají
	a pak speciality - .text-circle, .no-search, nějaké ty obaly(???)

 */
/* seznam tlačítek:

 1. .btn-1 -> .btn-red-white-brd 
(red-bg, white-txt, black-span, white-ico (span ico = black-ico), white-brd)
2.	.btn-2 -> .btn-white-black-brd 
(white-bg, red-txt, black-span, red-ico, black-brd)
3.	.btn-revert -> .btn-white-redbrd
(white-bg, black-txt, red-span, black-ico, red-brd)
4.	.btn-black -> .btn-red-blackbrd (btn-1 s černým borderem)
(red-bg, white-txt, black-span, white-ico (span ico = black-ico - častější), black-brd)
5.	.btn-4 -> .btn-white-black-blackbrd 
(white-bg, black-txt, red-span, black-ico, black-brd)
6.	.btn-grey -> .btn-white-greybrd
(white-bg, grey-txt, black span, grey-ico (in span black), grey-brd )
7.	nemá spec. class - jen víc span - různobarevný btn
8.	.btn-blackgrey - speciální, tenký
( grey-bg, black-txt, black-ico, black-brd)
9.	.btn-excel-2 -> .btn-green
(green-bg, white-txt, black-ico, black-brd)
10.	.btn-excel -> .btn-white-green
(white-bg, green-txt, black-ico, black-brd)
11.	.btn-orange = .btn-1 + orange-bg
12.	.btn-3 - nyní class close - je button s průhledným pozadím pro tlačítko zavřít; modal (zavřít košík)
 */
/** TODO: opravdu je toto pravidlo potřeba aplikovat na všechny  .ion-icon? nemělo by to být .btn > .ion-icon ? // může být obojí, všechny ikony, ne jen ty v btn jsou takto velké - pokud jsou jinak vysoké, tak je to k nim přidané */
.ion-icon {
  font-size: 24px;
}

.button {
  font-size: 13px;
}

/* 0  btn základ */
.btn, .btn-greygrey, .btn-grey-greybrd {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
}
.btn:hover, .btn-greygrey:hover, .btn-grey-greybrd:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn:active, .btn-greygrey:active, .btn-grey-greybrd:active, .btn:focus, .btn-greygrey:focus, .btn-grey-greybrd:focus, .btn:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn:after, .btn-greygrey:after, .btn-grey-greybrd:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn span, .btn-greygrey span, .btn-grey-greybrd span {
  color: black;
}
.btn .ion-icon, .btn-greygrey .ion-icon, .btn-grey-greybrd .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn .ion-icon.icon-left, .btn-greygrey .ion-icon.icon-left, .btn-grey-greybrd .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}

/* barvy ikon v btn pro přepsání přes class, pokud budou chtít jinou než tam je */
.ion-icon.black {
  color: black !important;
}

.ion-icon.white {
  color: white;
}

.ion-icon.red {
  color: #d40026;
}

.ion-icon.blue {
  color: #00a1e5;
}

.ion-icon.grey {
  color: #707070;
}

/* btn-width */
.btn-width, .btn-white-black-brd, .btn-white-green, .btn-excel, .btn-4, .btn-2, #slideshowcarousel .darkbg .btn, #slideshowcarousel .darkbg .btn-greygrey, #slideshowcarousel .darkbg .btn-grey-greybrd, .btn-width-2 {
  width: 330px;
  max-width: 100%;
}

.btn-width-1, .btn-blackblack, .btn-black, .btn-red-blackbrd, .btn-red-white-brd, .btn-1, #slideshowcarousel .lightbg .btn, #slideshowcarousel .lightbg .btn-greygrey, #slideshowcarousel .lightbg .btn-grey-greybrd, .btn-orange-blackbrd, .btn-orange, .btn-red {
  width: 266px;
  max-width: 100%;
}

.btn-width-3 {
  width: 180px;
  max-width: 100%;
}

.btn-width-4 {
  width: 360px;
  max-width: 100%;
}

.btn-width-100, .btn-white-green, .btn-excel, .btn-green, .btn-excel-2, .btn.width-100, .width-100.btn-greygrey, .width-100.btn-grey-greybrd {
  width: 100%;
  max-width: 100%;
}

.btn-width-auto, .close, .btn-3, .btn-grey {
  width: auto;
  max-width: 100%;
}

.btn-long, .btn-greygrey, .btn-grey-greybrd {
  width: auto;
  white-space: normal;
  height: auto;
  min-height: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
}

/*mobil - zrušit nowrap a výšku na auto a max-height 60px - btn-long výška auto bez max-height*/
/**************************************************/
/**/
/** TODO: drž se tohoto vzoru a předefinuj .btn-green, .btn-red, .btn-black, .btn-orange */
.btn-red-white-brd, .btn-1, #slideshowcarousel .lightbg .btn, #slideshowcarousel .lightbg .btn-greygrey, #slideshowcarousel .lightbg .btn-grey-greybrd, .btn-orange-blackbrd, .btn-orange, .btn-red {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  background: #d40026;
  border-color: white;
  color: white !important;
}
.btn-red-white-brd:hover, .btn-1:hover, #slideshowcarousel .lightbg .btn:hover, #slideshowcarousel .lightbg .btn-greygrey:hover, #slideshowcarousel .lightbg .btn-grey-greybrd:hover, .btn-orange-blackbrd:hover, .btn-orange:hover, .btn-red:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-red-white-brd:active, .btn-1:active, #slideshowcarousel .lightbg .btn:active, #slideshowcarousel .lightbg .btn-greygrey:active, #slideshowcarousel .lightbg .btn-grey-greybrd:active, .btn-orange-blackbrd:active, .btn-orange:active, .btn-red:active, .btn-red-white-brd:focus, .btn-1:focus, #slideshowcarousel .lightbg .btn:focus, #slideshowcarousel .lightbg .btn-greygrey:focus, #slideshowcarousel .lightbg .btn-grey-greybrd:focus, .btn-orange-blackbrd:focus, .btn-orange:focus, .btn-red:focus, .btn-red-white-brd:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-red-white-brd:after, .btn-1:after, #slideshowcarousel .lightbg .btn:after, #slideshowcarousel .lightbg .btn-greygrey:after, #slideshowcarousel .lightbg .btn-grey-greybrd:after, .btn-orange-blackbrd:after, .btn-orange:after, .btn-red:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-red-white-brd span, .btn-1 span, #slideshowcarousel .lightbg .btn span, #slideshowcarousel .lightbg .btn-greygrey span, #slideshowcarousel .lightbg .btn-grey-greybrd span, .btn-orange-blackbrd span, .btn-orange span, .btn-red span {
  color: black;
}
.btn-red-white-brd .ion-icon, .btn-1 .ion-icon, #slideshowcarousel .lightbg .btn .ion-icon, #slideshowcarousel .lightbg .btn-greygrey .ion-icon, #slideshowcarousel .lightbg .btn-grey-greybrd .ion-icon, .btn-orange-blackbrd .ion-icon, .btn-orange .ion-icon, .btn-red .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-red-white-brd .ion-icon.icon-left, .btn-1 .ion-icon.icon-left, #slideshowcarousel .lightbg .btn .ion-icon.icon-left, #slideshowcarousel .lightbg .btn-greygrey .ion-icon.icon-left, #slideshowcarousel .lightbg .btn-grey-greybrd .ion-icon.icon-left, .btn-orange-blackbrd .ion-icon.icon-left, .btn-orange .ion-icon.icon-left, .btn-red .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.btn-red-white-brd .ion-icon, .btn-1 .ion-icon, #slideshowcarousel .lightbg .btn .ion-icon, #slideshowcarousel .lightbg .btn-greygrey .ion-icon, #slideshowcarousel .lightbg .btn-grey-greybrd .ion-icon, .btn-orange-blackbrd .ion-icon, .btn-orange .ion-icon, .btn-red .ion-icon {
  color: white;
}

.btn-red {
  border-color: black;
}

.btn-white-black-brd, .btn-white-green, .btn-excel, .btn-4, .btn-2, #slideshowcarousel .darkbg .btn, #slideshowcarousel .darkbg .btn-greygrey, #slideshowcarousel .darkbg .btn-grey-greybrd {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  background-color: white;
  border-color: black;
  color: #d40026 !important;
}
.btn-white-black-brd:hover, .btn-white-green:hover, .btn-excel:hover, .btn-4:hover, .btn-2:hover, #slideshowcarousel .darkbg .btn:hover, #slideshowcarousel .darkbg .btn-greygrey:hover, #slideshowcarousel .darkbg .btn-grey-greybrd:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-white-black-brd:active, .btn-white-green:active, .btn-excel:active, .btn-4:active, .btn-2:active, #slideshowcarousel .darkbg .btn:active, #slideshowcarousel .darkbg .btn-greygrey:active, #slideshowcarousel .darkbg .btn-grey-greybrd:active, .btn-white-black-brd:focus, .btn-white-green:focus, .btn-excel:focus, .btn-4:focus, .btn-2:focus, #slideshowcarousel .darkbg .btn:focus, #slideshowcarousel .darkbg .btn-greygrey:focus, #slideshowcarousel .darkbg .btn-grey-greybrd:focus, .btn-white-black-brd:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-white-black-brd:after, .btn-white-green:after, .btn-excel:after, .btn-4:after, .btn-2:after, #slideshowcarousel .darkbg .btn:after, #slideshowcarousel .darkbg .btn-greygrey:after, #slideshowcarousel .darkbg .btn-grey-greybrd:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-white-black-brd span, .btn-white-green span, .btn-excel span, .btn-4 span, .btn-2 span, #slideshowcarousel .darkbg .btn span, #slideshowcarousel .darkbg .btn-greygrey span, #slideshowcarousel .darkbg .btn-grey-greybrd span {
  color: black;
}
.btn-white-black-brd .ion-icon, .btn-white-green .ion-icon, .btn-excel .ion-icon, .btn-4 .ion-icon, .btn-2 .ion-icon, #slideshowcarousel .darkbg .btn .ion-icon, #slideshowcarousel .darkbg .btn-greygrey .ion-icon, #slideshowcarousel .darkbg .btn-grey-greybrd .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-white-black-brd .ion-icon.icon-left, .btn-white-green .ion-icon.icon-left, .btn-excel .ion-icon.icon-left, .btn-4 .ion-icon.icon-left, .btn-2 .ion-icon.icon-left, #slideshowcarousel .darkbg .btn .ion-icon.icon-left, #slideshowcarousel .darkbg .btn-greygrey .ion-icon.icon-left, #slideshowcarousel .darkbg .btn-grey-greybrd .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.btn-white-black-brd .ion-icon, .btn-white-green .ion-icon, .btn-excel .ion-icon, .btn-4 .ion-icon, .btn-2 .ion-icon, #slideshowcarousel .darkbg .btn .ion-icon, #slideshowcarousel .darkbg .btn-greygrey .ion-icon, #slideshowcarousel .darkbg .btn-grey-greybrd .ion-icon {
  color: #d40026;
}
.btn-white-black-brd span, .btn-white-green span, .btn-excel span, .btn-4 span, .btn-2 span, #slideshowcarousel .darkbg .btn span, #slideshowcarousel .darkbg .btn-greygrey span, #slideshowcarousel .darkbg .btn-grey-greybrd span {
  color: black;
}

.btn-2 .btn-2-in, #slideshowcarousel .darkbg .btn .btn-2-in, #slideshowcarousel .darkbg .btn-greygrey .btn-2-in, #slideshowcarousel .darkbg .btn-grey-greybrd .btn-2-in {
  color: black;
}

.btn-white-redbrd, .btn-revert {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  background-color: white;
  border-color: #d40026;
  color: black !important;
}
.btn-white-redbrd:hover, .btn-revert:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-white-redbrd:active, .btn-revert:active, .btn-white-redbrd:focus, .btn-revert:focus, .btn-white-redbrd:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-white-redbrd:after, .btn-revert:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-white-redbrd span, .btn-revert span {
  color: black;
}
.btn-white-redbrd .ion-icon, .btn-revert .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-white-redbrd .ion-icon.icon-left, .btn-revert .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.btn-white-redbrd span, .btn-revert span {
  color: #d40026;
}
.btn-white-redbrd span.grey, .btn-revert span.grey {
  color: #707070;
}
.btn-white-redbrd .ion-icon, .btn-revert .ion-icon {
  color: black;
}

.btn-black, .btn-red-blackbrd {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  background-color: #d40026;
  color: white !important;
}
.btn-black:hover, .btn-red-blackbrd:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-black:active, .btn-red-blackbrd:active, .btn-black:focus, .btn-red-blackbrd:focus, .btn-black:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-black:after, .btn-red-blackbrd:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-black span, .btn-red-blackbrd span {
  color: black;
}
.btn-black .ion-icon, .btn-red-blackbrd .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-black .ion-icon.icon-left, .btn-red-blackbrd .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.btn-black .ion-icon, .btn-red-blackbrd .ion-icon {
  color: black;
}
.btn-black .white, .btn-red-blackbrd .white {
  color: white;
}

#searchBox .btn-black, #searchBox .btn-red-blackbrd {
  width: auto;
}

.btn-4 {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  color: black !important;
  opacity: 1;
}
.btn-4:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-4:active, .btn-4:focus, .btn-4:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-4:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-4 span {
  color: black;
}
.btn-4 .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-4 .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.btn-4 span {
  color: #d40026;
}

#slideshowcarousel .darkbg .btn:hover, #slideshowcarousel .darkbg .btn-greygrey:hover, #slideshowcarousel .darkbg .btn-grey-greybrd:hover {
  color: black;
  opacity: 0.95;
}

.btn-grey {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  border-color: #d9d9d9;
  color: #707070 !important;
  background-color: white;
  text-transform: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn-grey:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-grey:active, .btn-grey:focus, .btn-grey:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-grey:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-grey span {
  color: black;
}
.btn-grey .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-grey .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.btn-grey .ion-icon {
  margin-left: 0;
  margin-right: 10px;
}

.btn-blackgrey, .btn-grey-blackbrd {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  border-color: black;
  background-color: #f2f2f2;
  border-width: 1px;
  font-weight: 500;
  font-size: 0.87rem;
  text-transform: none;
  height: 40px;
  padding: 0 1rem;
}
.btn-blackgrey:hover, .btn-grey-blackbrd:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-blackgrey:active, .btn-blackgrey:focus, .btn-blackgrey:focus:active, .btn-grey-blackbrd:active, .btn-grey-blackbrd:focus, .btn-grey-blackbrd:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-blackgrey:after, .btn-grey-blackbrd:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-blackgrey span, .btn-grey-blackbrd span {
  color: black;
}
.btn-blackgrey .ion-icon, .btn-grey-blackbrd .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-blackgrey .ion-icon.icon-left, .btn-grey-blackbrd .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}

.btn-greygrey, .btn-grey-greybrd {
  border-color: #b2b2b2;
  color: #707070 !important;
  background-color: #f2f2f2;
}
.btn-greygrey .ion-icon, .btn-grey-greybrd .ion-icon {
  color: #d40026;
}

.btn-green, .btn-excel-2 {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  background-color: #287d50;
  color: white !important;
}
.btn-green:hover, .btn-excel-2:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-green:active, .btn-excel-2:active, .btn-green:focus, .btn-excel-2:focus, .btn-green:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-green:after, .btn-excel-2:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-green span, .btn-excel-2 span {
  color: black;
}
.btn-green .ion-icon, .btn-excel-2 .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-green .ion-icon.icon-left, .btn-excel-2 .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.btn-green .ion-icon, .btn-excel-2 .ion-icon {
  color: black;
}
.btn-green:hover, .btn-excel-2:hover {
  color: white;
}

.btn-white-green, .btn-excel {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  color: #287d50 !important;
}
.btn-white-green:hover, .btn-excel:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-white-green:active, .btn-excel:active, .btn-white-green:focus, .btn-excel:focus, .btn-white-green:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-white-green:after, .btn-excel:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-white-green span, .btn-excel span {
  color: black;
}
.btn-white-green .ion-icon, .btn-excel .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-white-green .ion-icon.icon-left, .btn-excel .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.btn-white-green .ion-icon, .btn-excel .ion-icon {
  color: black;
}

.btn-orange-blackbrd, .btn-orange {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  background-color: #f27800;
  border-color: black;
}
.btn-orange-blackbrd:hover, .btn-orange:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-orange-blackbrd:active, .btn-orange:active, .btn-orange-blackbrd:focus, .btn-orange:focus, .btn-orange-blackbrd:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-orange-blackbrd:after, .btn-orange:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-orange-blackbrd span, .btn-orange span {
  color: black;
}
.btn-orange-blackbrd .ion-icon, .btn-orange .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-orange-blackbrd .ion-icon.icon-left, .btn-orange .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.btn-orange-blackbrd .ion-icon, .btn-orange .ion-icon {
  color: black;
}

.btn-orange {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  border-color: white;
}
.btn-orange:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-orange:active, .btn-orange:focus, .btn-orange:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-orange:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-orange span {
  color: black;
}
.btn-orange .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-orange .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.btn-orange .ion-icon {
  color: white;
}

.close, .btn-3 {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  height: auto;
  max-height: none;
  color: white;
  background: transparent;
  border-color: transparent;
}
.close:hover, .btn-3:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.close:active, .btn-3:active, .close:focus, .btn-3:focus, .close:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.close:after, .btn-3:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.close span, .btn-3 span {
  color: black;
}
.close .ion-icon, .btn-3 .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.close .ion-icon.icon-left, .btn-3 .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.close .ion-icon, .btn-3 .ion-icon {
  margin-left: 5px;
}
.close span, .btn-3 span {
  color: white;
}
.close:hover .ion-icon, .btn-3:hover .ion-icon {
  color: #d40026;
}
.close:active, .btn-3:active, .close:focus, .btn-3:focus, .close:active:focus, .close:visited, .btn-3:visited {
  box-shadow: none !important;
}

.btn-blackblack {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 50px;
  font-size: 13px;
  line-height: 1.4;
  border: 3px solid #000000;
  border-radius: 0.3rem;
  opacity: 1;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: min-content;
  background-color: white;
  border-color: black;
  color: black !important;
}
.btn-blackblack:hover {
  opacity: 0.8;
  border: 3px solid inherit;
}
.btn-blackblack:active, .btn-blackblack:focus, .btn-blackblack:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 229, 0.25) !important;
}
.btn-blackblack:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.btn-blackblack span {
  color: black;
}
.btn-blackblack .ion-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.btn-blackblack .ion-icon.icon-left {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.btn-blackblack .ion-icon {
  color: black;
}
.btn-blackblack .ion-icon .black {
  color: black;
}

/**/
.btn-recaptcha.button {
  padding-top: 4px;
  padding-bottom: 4px;
}

/**************************************************/
.btn-border-black {
  border-color: black;
}
.btn-border-black:hover, .btn-border-black:active, .btn-border-black:focus, .btn-border-black:active:focus {
  border-color: black;
}

.cart-btn-group {
  vertical-align: middle;
}

/*


// TODO: níže máš definované šířky btn-width .., dej to k sobě 
// Dlouhý button, může se zalomit // není to šířka - je to doplňující class k btn, který je moc dlouhý
.btn-long {
	width: auto;
	padding-left: 1rem; padding-right: 1rem;
	white-space: normal;
	margin-top:0;

	height: auto;
	min-height: 50px;
	padding-bottom: 0;
}
*/
.btn-page-link {
  border-color: #d9d9d9;
  background-color: white;
  border-width: 2px;
  font-weight: 500;
  height: 40px;
  padding-top: 5px;
}

.rotate-90 {
  display: inline-block;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.obal-1 {
  position: relative;
  width: 100%;
  max-height: 280px;
}

.obal-1 .btn, .obal-1 .btn-greygrey, .obal-1 .btn-grey-greybrd {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 11px;
  padding-top: 3px;
  font-weight: 600;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  background: white;
  border: 1px solid black;
  color: black;
}

.nosearch-out {
  width: 100%;
  height: 600px;
}

.nosearch {
  z-index: 10;
  position: relative;
}

.nosearch:before {
  content: "\f34a";
  font-family: "Ionicons";
  font-size: 384px;
  color: #f2f2f2;
  position: absolute;
  top: -16px;
  left: 0;
  z-index: -1;
  width: 100%;
}

.middle {
  vertical-align: middle;
}

.more a {
  color: #919191;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin: 0.95rem 0;
  white-space: nowrap;
}
.more a .ion-icon {
  color: #d40026;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 9px;
}

/***********  MEDIA  ****************/
@media (min-width: 1000px) {
  .btn-long, .btn-greygrey, .btn-grey-greybrd {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 799.98px) {
  .form-control {
    margin-right: 0;
    margin-left: 0;
  }
  .btn-1, #slideshowcarousel .lightbg .btn, #slideshowcarousel .lightbg .btn-greygrey, #slideshowcarousel .lightbg .btn-grey-greybrd, .btn-red, .btn-orange-blackbrd, .btn-orange {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .btn, .btn-greygrey, .btn-grey-greybrd {
    font-size: 0.727rem;
  }
  .btn-width, .btn-white-black-brd, .btn-2, #slideshowcarousel .darkbg .btn, #slideshowcarousel .darkbg .btn-greygrey, #slideshowcarousel .darkbg .btn-grey-greybrd, .btn-4, .btn-white-green, .btn-excel {
    max-width: 100%;
  }
  .btn-2, #slideshowcarousel .darkbg .btn, #slideshowcarousel .darkbg .btn-greygrey, #slideshowcarousel .darkbg .btn-grey-greybrd {
    max-width: 100%;
    min-width: auto;
  }
  .btn-width-4 {
    max-width: 100%;
  }
  .obal-1 .btn, .obal-1 .btn-greygrey, .obal-1 .btn-grey-greybrd {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .btn, .btn-greygrey, .btn-grey-greybrd, .btn-long {
    font-size: 0.727rem;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    white-space: normal;
  }
}
@media (max-width: 301px) {
  .figure-caption .nowrap {
    white-space: normal;
  }
  .navbar-nav .dropdown-menu .dropdown-link::after {
    margin-right: 25px;
  }
}
/**** 
Seznam btn webu - přehozeno do wordu s obrázky btn ( pošlu přehled - máme některé nyní špatně, tippman má jiné - po dokončení by měly být správně)

0) .btn - má společné základy, nemá žádné barvy ani border color
	- .btn - základ
	- .btn-icon - obsahuje ikonu

1) červený button s bílým borderem - class="btn btn-icon btn-1"

.btn-1 -> .btn-red-white-brd

- bílý border, bílý text a ikona, černý span, červené pozadí

- šířka btn-1 je 266px
- hover - opacity i background, bílý border a text jsou při hover šedé
- červený btn, který se používá na šedém, barevném nebo černém pozadí, tak bílý border je vidět


2)  bílý button s černým borderem a černým textem, první slovo a ikona červené, span (nebo btn-2-in) je černý text. 

class="btn btn-icon btn-2"
.btn-2 -> .btn-white-black-brd

- černý border, červený text, červená ikona, span (btn-2-in) černé písmo, bílé pozadí

přeházet případně class na class="btn btn-icon btn-2" 
- to btn-1 tam být nemusí, nic to už nedělá, jen hover 0.8 - byl tam styl pro přepínání barev, ale když bylo odebráno z css, že se barvy měnit nebudou, tak to v html v class zbylo.
// použit rozcestníky homepage, odeslat - servis

	- btn-2 - šířka 330px


3) bílý button s červeným borderem
// požádejte o cenovou nabídku u detailu produktu

class="btn btn-1 btn-2 btn-icon btn-revert " 
- červený border, černý text a ikona, červený span, bílé pozadí
+ margin-top: 25px
- class btn-1 - zde nic nedělá, jen hover 0.8


4) btn-black = btn-1 (červený button), ale s černým borderem, používaný na bílém pozadí
// stáhnout brožuru v pdf a btn vložit do košíku vedle cart-btn-group (speciální -1+ tlač.), btn eshopu pokračovat v objednávce

class="btn btn-icon btn-black"
- černý border, bílé písmo a ikona, černý span, červené pozadí
- width auto
- padding left a right 1 rem

- modifikace tohoto btn hledat v headeru - ikona černá (class black)



5) btn-4 = btn-2 v červeném pozadí - nesmí být opacity celé, nebo je pak růžový
//měl se používat u discontinued produkct a na hp ve slideru na barevném pozadí

hover .bg-danger .btn-2:hover, .btn-2:active, .btn-2:focus {
	color: rgba(0, 0, 0, 0.8);
	background: white;
	border-color: rgba(0, 0, 0, 0.8);
}
.btn-4:hover span, .btn-4-in {
	color: rgba(212, 0, 38, 0.8);
	text-decoration: none;
}


6) btn eshopu  - btn-grey - btn s šedým borderem
// btn zpět do košíku, ikona je vlevo;

šedý border, šedý text, černý span (je v něm text a ikona)
text není Uppercase

<a href="" class="btn btn-icon btn-grey btn-width-3"><span class="black"><i class="ion-icon ion-ios-arrow-back" name="arrow-back"></i></span> ZPĚT <span class="black">do eSHOPU</span></a>

7) btn eshopu - 3 barevný btn - část textu je šedá - span grey
<a href="" class="btn btn-icon btn-revert btn-long">Stáhnout obsah košíku <span class="grey">jako</span> <span class="red">Nabídku do PDF</span> <i class="ion-icon ion-document" name="dokument"></i></a>
 - btn-long - btn se zalamuje


8) btn-blackgrey - je to speciální styl tlačítka co se asi nepoužívá - tippmann v eshop-01-kosik - btn přesunout do jiného košíku

class="btn btn-icon btn-blackgrey"

- černý border, černý text i ikona, šedé pozadí;
border jen 1px, text font-weight 500; text-transform: none; height: 40px; font-size: 0.87rem; 


9) buttony oligo - zelené barvy
a)
// odeslat sekvenci vložené v ms excel
class="btn btn-icon btn-black btn-excel-2 btn-width-4 btn-long"
btn-width-4 (360px) + btn-long - zalamování

b) sloupec excel - stáhnout - ten btn na ep chybí - teda jestli ty stažené excel objednávky neposílají jen emailem
- černý border, zelený text, černá ikona, bílé pozadí
class="btn btn-icon btn-excel"

c) sloupec excel - odeslat - zelené pozadí
- černý border, bílý text, černá ikona, zelené pozadí
class="btn btn-icon btn-black btn-excel-2"

10) button oligo
a) smazat sekvenci

b) uložit sekvenci - tady je, proč jsem dala button line-height: 1 a a.btn-icon nechala 1.4
https://www.eastport.cz/cz/oligo/ - btn je špatně

*/
#snippet--searchlist {
  position: absolute;
  background-color: white;
  width: calc(100% - 50px);
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 10px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 10px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 10px -8px rgba(0, 0, 0, 0.75);
}
#snippet--searchlist .download-file {
  margin: 0;
  padding: 30px 50px;
  width: calc(100% - 0px);
  border-bottom: 1px solid #f2f2f2;
}
#snippet--searchlist .download-file span {
  color: black;
}
#snippet--searchlist .download-file img {
  height: 30px;
  float: right;
}
#snippet--searchlist .download-file:hover {
  background-color: #f2f2f2;
}
#snippet--searchlist .link:hover {
  text-decoration: none;
}

.search-container {
  background: url("/images/layout/ke-stazen1920.jpg");
  min-height: 350px;
}
.search-container .form-horizontal {
  margin-top: 30px;
}
.search-container .breadcrumb li a {
  color: white;
}
.search-container .breadcrumb li:after {
  color: white;
}
.search-container .inputDownload {
  height: 50px;
  border-radius: 0;
  color: #919191;
  padding: 0 50px;
}
.search-container .inputDownload:focus {
  border-color: #f2f2f2;
  box-shadow: none;
}
.search-container .inputDownload::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2;
  opacity: 1; /* Firefox */
}
.search-container .btn-download {
  font-size: 16px;
  width: 100%;
}
.search-container .btn-download .white {
  margin-bottom: 15px;
}
.search-container .btn-download i {
  font-size: 30px;
  margin-left: 25px;
}
.search-container .btn-download:hover.white {
  color: black;
}
.search-container .btn-download:hover {
  border-color: white;
}

.download-wrap {
  margin: 100px 0;
}
.download-wrap .card-header {
  border-bottom: 0;
  background-color: transparent;
  padding: 25px 0 0;
}
.download-wrap .download-title {
  line-height: 30px;
  border: 1px solid #bfbfbf;
  padding: 9px 30px;
  display: block;
  width: 100%;
  color: black;
  font-weight: bold;
  position: relative;
  background-color: #d9d9d9;
  font-size: 1rem;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-wrap .download-title i {
  float: right;
  font-size: 22px;
  margin-top: -2px;
}
.download-wrap .download-title .ion-plus-circled {
  color: #d40026;
}
.download-wrap .download-title .ion-minus-circled {
  color: #919191;
}
.download-wrap .download-title a:hover {
  text-decoration: none;
}
.download-wrap [id^=collapse] {
  padding: 50px;
  border: 1px solid #bfbfbf;
  border-top: none;
}
.download-wrap [id^=collapse] .download-file:first-child {
  border-top: 1px solid #e5e5e5;
}
.download-wrap [id^=collapse] .download-file {
  width: 100%;
  min-height: 90px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.download-wrap [id^=collapse] .download-file a:first-child {
  color: black;
  margin: auto;
}
.download-wrap [id^=collapse] .download-file .donwload-icon {
  display: block;
  margin: auto;
}
.download-wrap [id^=collapse] .download-file img {
  height: 55px;
}
.download-wrap [id^=collapse] .download-file a:hover {
  text-decoration: none;
}
@media (max-width: 799.98px) {
  .download-wrap [id^=collapse] .download-file img {
    height: auto;
    min-width: 30px;
  }
}

.h2-downloads {
  display: inline;
  line-height: 30px;
  color: black;
  font-size: 1rem;
  margin: 0;
}

.nav-tabs {
  border: 0;
}
.nav-tabs li:not(:first-child) {
  margin-left: 25px;
}
.nav-tabs a:hover, .nav-tabs a:focus, .nav-tabs .nav-link, .nav-tabs a.active {
  border-radius: 0;
  border: 0;
}
.nav-tabs a {
  text-transform: uppercase;
  border: 0;
  font-weight: bold;
  background-color: #f2f2f2;
  font-size: 0.8rem;
}
.nav-tabs a.active {
  background-color: #e5e5e5;
  height: 70px;
  position: relative;
  top: 0px;
  border: 0;
  border-top: 2px solid #d40026;
}

#teamTabContent {
  padding: 0 25px;
}

#teamTabWrap {
  background-color: #e5e5e5;
}

#teamTabList {
  margin-top: 50px;
}

.flashes {
  position: fixed;
  top: 80px;
  z-index: 10000;
  width: 100%;
  font-size: 1.5rem;
}
.flashes .flash {
  display: table;
  margin: 25px auto;
  padding: 50px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  position: relative;
}
.flashes .flash .flash-remove {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 40px;
  cursor: pointer;
  color: black;
}

.suppliers {
  padding: 50px 0 100px;
  margin-top: 100px;
  background-color: #f2f2f2;
  color: #919191;
}
.suppliers .intro {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.suppliers img {
  filter: brightness(1.1) grayscale(1) opacity(0.4) saturate(0);
  transition: 0.1s all ease-in;
}
.suppliers img:hover {
  filter: none;
}
.suppliers #suppliers-carousel {
  position: relative;
}
.suppliers #suppliers-carousel .owl-nav {
  position: absolute;
  bottom: 40%;
  font-size: 90px;
  width: 100%;
}
.suppliers #suppliers-carousel .owl-nav button {
  position: absolute;
  color: #b2b2b2;
  top: -80px;
}
.suppliers #suppliers-carousel .owl-nav button:hover, .suppliers #suppliers-carousel .owl-nav button:focus {
  background-color: transparent;
  color: #919191;
  outline: none;
}
.suppliers #suppliers-carousel .owl-prev {
  left: 0px;
}
.suppliers #suppliers-carousel .owl-next {
  right: 0px;
}

/* stránka přehled dodavatelů /cz/suppliers/   */
.dodavatele {
  background: #f2f2f2;
}

.dodavatele:nth-of-type(2n) {
  background: white;
}

.dodavatele:first-of-type .row {
  padding-top: 0;
}

.dodavatele a.link {
  text-decoration: none;
  border-bottom: 2px solid #d40026;
}
.dodavatele a.link:hover {
  text-decoration: none;
  border-bottom: none;
}
.dodavatele i {
  margin-left: 10px;
  vertical-align: middle;
}

.seminar .single-sem, .news-item .single-sem {
  cursor: pointer;
}
.seminar .figure, .news-item .figure {
  margin: 50px auto;
}
.seminar .single-sem, .news-item .single-sem {
  padding: 1rem;
}
.seminar .single-sem:hover, .news-item .single-sem:hover {
  background: #e5e5e5;
}
.seminar .badge, .news-item .badge {
  min-width: 130px;
}
.seminar .badge-pill .ion-icon, .news-item .badge-pill .ion-icon {
  font-size: 16px;
}
.seminar .badge-pill, .news-item .badge-pill {
  padding: 0.4rem 1.5rem;
}
.seminar .tab, .news-item .tab {
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 13px; /*16px*/
  min-width: 130px; /*def auto*/
}
.seminar .invisible-tab.active, .news-item .invisible-tab.active {
  padding: 0 !important;
  margin: 0 0 0 -11px !important;
  width: 1px;
  min-width: 1px;
  cursor: auto !important;
}
.seminar .active, .news-item .active {
  padding-bottom: 1rem;
}
.seminar .more, .news-item .more {
  color: #919191;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  margin: 13px 0;
  margin-left: 0.5rem;
  white-space: nowrap;
}
.seminar .more .ion-icon, .news-item .more .ion-icon {
  color: #d40026;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 9px;
}
.seminar .more:hover, .news-item .more:hover {
  text-decoration: underline;
}
.seminar .figure-caption, .news-item .figure-caption {
  margin-right: 1rem;
  font-size: 1rem;
}
.seminar .figure-caption .badge, .news-item .figure-caption .badge {
  margin: 10px;
  margin-left: -10px;
}
.seminar .program div, .news-item .program div {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
}
.seminar .program div .prg, .news-item .program div .prg {
  float: right;
  display: inline-block;
  width: 70%;
  text-align: left;
}
.seminar .program div .time, .news-item .program div .time {
  display: inline-block;
  width: 30%;
}
.seminar .program .last, .news-item .program .last {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 100px;
}
.seminar .sem-tlac, .news-item .sem-tlac {
  max-width: 380px;
  margin: 0 auto;
}
.seminar .sem-tlac h6, .news-item .sem-tlac h6 {
  font-weight: 300;
}
.seminar .sem-tlac .btn, .seminar .sem-tlac .btn-greygrey, .seminar .sem-tlac .btn-grey-greybrd, .news-item .sem-tlac .btn, .news-item .sem-tlac .btn-greygrey, .news-item .sem-tlac .btn-grey-greybrd {
  text-decoration: none;
  min-width: available;
  min-width: -moz-available;
  min-width: -webkit-fill-available;
}
.seminar .form-prihlaska, .news-item .form-prihlaska {
  width: 70%;
  line-height: 3;
}
.seminar .btn-width-100, .seminar .btn-green, .seminar .btn-excel-2, .seminar .btn-white-green, .seminar .btn-excel, .news-item .btn-width-100, .news-item .btn-green, .news-item .btn-excel-2, .news-item .btn-white-green, .news-item .btn-excel {
  width: 97%;
}
.seminar label, .seminar textarea, .seminar select, .seminar input, .news-item label, .news-item textarea, .news-item select, .news-item input {
  width: 97%;
  padding-left: 1rem;
}
.seminar input.w15, .news-item input.w15 {
  width: 15%;
}
.seminar input.w32, .news-item input.w32 {
  width: 32%;
}

.seminar-area .badge-position {
  border: 2px solid white;
  padding: 0.5rem;
  position: absolute;
  margin-top: -20px;
  left: 50%;
  transform: translateX(-49%);
}

.date {
  font-weight: 600;
  color: black;
}

.place {
  color: #707070;
  fotn-weight: 600;
}

.zadne-akce, .single-sem {
  margin-bottom: 50px;
}

#archiveWrap {
  border-top: 3px solid #d40026;
}

#categorySelect > span {
  float: left;
  padding-top: 10px;
  margin-right: 30px;
  font-size: 0.85rem;
}

#categoryList {
  padding-left: 0;
  display: table;
  float: left;
  margin-bottom: 0;
}
#categoryList li {
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  float: left;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 10px;
}
#categoryList li i {
  margin-left: 5px;
  float: right;
  margin-top: -5px;
  font-size: 20px;
}
#categoryList li .play-btn i {
  float: left;
  font-size: 24px;
  margin-right: 10px;
  margin-top: -8px;
  margin-left: 0;
}
#categoryList li:not(:first-child) {
  margin-right: 10px;
}
#categoryList li:last-child {
  padding-top: 10px;
  border: 1.5px solid black;
  border-bottom: 0;
  margin-right: 0;
}
#categoryList li:last-child i {
  color: black;
}
#categoryList li:not(.active) {
  position: relative;
  top: 10px;
}
#categoryList li.active {
  padding-top: 10px;
  /*padding-bottom: 20px;*/
  height: 40px;
}

.seminar .pagination-obal {
  justify-content: center;
}

@media (max-width: 1589.98px) {
  #categoryList li:not(.active) {
    top: 0;
    height: 40px;
  }
}
@media (max-width: 1199.98px) {
  #categoryList li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.signsem-header-container {
  background: #919191 url("/images/layout/spatny-header.jpg") top center no-repeat;
  background-size: cover;
  min-height: 360px;
  margin-bottom: 75px;
  position: relative;
}
.signsem-header-container .h2, .signsem-header-container .h1 {
  font-weight: 500;
}
.signsem-header-container .badge-position {
  position: absolute;
  left: 42%;
  margin-top: 0px;
  border: 2px solid white;
  font-weight: 300;
  bottom: -12px;
}
.signsem-header-container .badge-warning {
  color: black !important;
}
@media (max-width: 799.98px) {
  .signsem-header-container .badge-pill {
    margin-left: 0;
  }
}
.signsem-header-container .h2, .signsem-header-container .h1 {
  font-size: 1.667rem;
}
@media (min-width: 1000px) {
  .signsem-header-container .btn-long, .signsem-header-container .btn-greygrey, .signsem-header-container .btn-grey-greybrd {
    min-width: 340px;
  }
}
@media (min-width: 1200px) {
  .signsem-header-container .h2, .signsem-header-container .h1 {
    font-size: 2.5rem;
  }
}

.sem-tlac-head {
  display: flex;
  flex-direction: column;
  align-self: center;
  height: 100%;
}

/* styl obsah semináře tinymce*/
.seminar-text {
  /*dodělat když je nadpis před seznamem, když je nadpis před tabulkou - aby neměli odsazení*/
}
.seminar-text h1, .seminar-text h2, .seminar-text h3, .seminar-text h4 {
  font-size: 1.25rem;
  margin-top: 50px;
  margin-bottom: 0.5rem;
}
.seminar-text ul {
  margin-top: 25px;
  margin-bottom: 25px;
}
.seminar-text ul li:before {
  content: "—";
  margin-right: 10px;
  color: #d9d9d9;
  font-size: small;
  font-weight: 600;
}
.seminar-text ul li {
  line-height: 2;
}
.seminar-text blockquote {
  max-width: 380px;
  margin: auto;
}
.seminar-text blockquote h4 {
  font-style: italic;
  color: #d40026;
  font-weight: 500;
  padding-bottom: 50px;
}

#navbarNavTop {
  position: relative;
}

@media (min-width: 1000px) {
  #searchBox {
    /*left:190px;
    right: 16vw;*/
    left: 0;
    right: 0;
  }
}
@media (max-width: 999.98px) {
  #searchBox {
    display: none !important;
  }
}
#searchBox {
  display: none;
  position: absolute;
  top: -0.333px;
  left: 0;
  right: 0;
  height: 126px;
  z-index: 10000;
  border-bottom: 2px solid #d9d9d9;
}
#searchBox .container-fluid {
  height: 100%;
}
#searchBox form {
  z-index: 10020;
  background-color: white;
  height: calc(100% - 1px);
  vertical-align: middle;
  justify-content: right;
  float: right;
  position: relative;
}
@media (min-width: 1000px) {
  #searchBox form {
    width: calc(100% - 236px - 164px);
    margin-right: 164px;
  }
}
@media (min-width: 1200px) {
  #searchBox form {
    width: calc(100% - 236px - 126px);
    margin-right: 126px;
  }
}
#searchBox input[type=text] {
  display: inline;
  height: 50px;
  color: #707070;
  float: right;
  width: calc(100% - 170px);
  margin: 0 10px;
  border: 1px solid #bfbfbf;
  max-width: 100%;
}
#searchBox input::placeholder {
  color: #d9d9d9;
  opacity: 1;
}
#searchBox input:-ms-input-placeholder {
  color: #d9d9d9;
}
#searchBox input::-ms-input-placeholder {
  color: #d9d9d9;
}
#searchBox button {
  display: inline;
  float: right;
  padding-bottom: 3px;
  min-width: 150px;
}
#searchBox button i {
  margin-left: 10px;
  font-size: 25px;
  vertical-align: middle;
}
#searchBox .nav-item {
  height: 127px;
  z-index: 10020;
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  left: auto;
  width: 40px;
  background-color: white;
  border-top: 2px solid #d40026 !important;
}
@media (min-width: 1200px) {
  #searchBox .nav-item {
    border-top: 2px solid #d40026 !important;
  }
}
#searchBox .nav-item a {
  padding: 38px 0 0 0;
  text-align: center;
}
#searchBox .nav-item i {
  font-size: 32px;
  font-weight: 700;
}

.searchbox form {
  height: 100%;
  vertical-align: middle;
  justify-content: right;
  padding-right: 55px;
}
.searchbox input[type=text] {
  display: inline;
  height: 50px;
  color: #707070;
  float: right;
  width: calc(100% - 190px);
  margin: 0 10px;
  border: 1px solid #bfbfbf;
  max-width: 500px;
}
.searchbox input::placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.searchbox input:-ms-input-placeholder {
  color: #d9d9d9;
}
.searchbox input::-ms-input-placeholder {
  color: #d9d9d9;
}
.searchbox button {
  display: inline;
  float: right;
  padding-bottom: 3px;
}
.searchbox button i {
  margin-left: 10px;
  font-size: 25px;
  vertical-align: middle;
}

.searchbox .form-control {
  width: 100%;
  margin: 0 0 1rem 0;
}

.search-div-link:hover {
  text-decoration: none;
  color: currentColor;
}

.search-underline {
  border-bottom: 2px solid #FFFF05;
}

.btn-page-link {
  height: 44px;
  float: right;
  margin-top: 23px;
}

/*10 na strance button*/
.fleft {
  float: left;
}

.fodsazeni {
  padding-bottom: 75px;
}

.mt75 {
  margin-top: 75px;
}

.badge-warning {
  color: black !important;
}

.badge-pill {
  padding: 0.4rem 1.5rem;
  margin-left: 10px;
}

.ion-icon.ion-folder {
  color: #fdde80;
}

#search-result-layout {
  position: absolute;
  top: 124px;
  left: 10px;
  right: 0;
  background-color: white;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  max-height: calc(100vh - 126px);
  overflow: auto;
  font-size: 0.9rem;
}
#search-result-layout .searchdiv {
  padding: 5px 10px;
  position: relative;
}
#search-result-layout .searchdiv:hover {
  background-color: #f2f2f2;
}
#search-result-layout .searchdiv .searchlink {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#search-result-layout .searchdiv h5 {
  margin-top: 0;
  margin-bottom: 0;
}
#search-result-layout .searchdiv img {
  max-height: 60px;
  display: table;
  margin-right: auto;
}
#search-result-layout .searchdiv .sresult {
  font-weight: 600;
  border-bottom: 4px solid yellow;
}
#search-result-layout .searchdiv .description {
  font-size: 0.8rem;
}
#search-result-layout .search-label {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
#search-result-layout .search-label span {
  background-color: white;
  z-index: 2;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  margin-left: -20px;
}
#search-result-layout .search-label:before {
  content: "";
  position: absolute;
  border-bottom: 1px #f2f2f2 solid;
  height: 100%;
  width: 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#search-result-layout .find-all {
  background-color: #f2f2f2;
}
#search-result-layout .find-all h5 {
  margin-top: 5px;
}

#full-page-search .searchdiv {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}
#full-page-search .searchdiv h5 {
  margin-top: 10px;
  margin-bottom: 5px;
}
#full-page-search .searchdiv img {
  max-height: 70px;
  display: table;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
#full-page-search .searchdiv .description {
  font-size: 0.9rem;
}
#full-page-search .col-search {
  margin-bottom: 3rem;
}
#full-page-search .red {
  color: #d40026;
}

.breadcrumb {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: transparent;
  padding: 0 0 0 0;
}
.breadcrumb li.active, .breadcrumb li a {
  color: rgba(112, 112, 112, 0.8);
}
.breadcrumb li {
  font-size: 0.85rem;
}
.breadcrumb li.active::after {
  padding-left: 0.6rem;
}

/*.produkt-minimaliticky breadcrumb {margin-bottom:75px;} */
.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.breadcrumb li.active::after, .breadcrumb-item::after {
  font-family: "Font Awesome 5 Free";
  border: 0;
  vertical-align: 1px;
  display: inline-block;
  font-weight: 900;
  font-size: 50%;
  line-height: 2;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  content: "\f054";
  color: #d40026;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.signsem-header-container .breadcrumb li.active, .signsem-header-container .breadcrumb li a {
  color: rgba(250, 250, 250, 0.7);
}

@media (max-width: 575.98px) {
  .breadcrumb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .breadcrumb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.modal-backdrop {
  z-index: 3;
}

.button:hover {
  background: #d40026;
}

#userModal .modal-dialog {
  margin-bottom: 126px !important;
}

/* modal NEWSLETTER */
#myModal .modal-dialog {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#myModal .modal-content {
  height: 50%;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
  background: transparent;
}
#myModal .modal-body {
  background: rgba(0, 0, 0, 0.7);
  padding: 2rem 0 2.5rem 0;
}
#myModal .modal-body h4 {
  margin-bottom: 0;
  font-size: xx-large;
  font-weight: 600;
}
#myModal .modal-body h5 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: xx-large;
  font-weight: 600;
}
#myModal .modal-title {
  font-size: inherit;
}
#myModal .modal-header, #myModal .modal-footer {
  border: 0;
  border-radius: 0;
}
#myModal .modal-xl {
  max-width: 100%;
}
#myModal .modal-xl .modal-body form {
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.modal {
  padding: 0 !important;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

/*LOGIN modal*/
#userModal {
  margin-top: 126px;
}

.login-modal {
  margin-top: 80px;
  background: transparent;
  padding: 0 15px;
  font-size: 1rem;
  border-radius: 0;
}
.login-modal h2 {
  margin-top: 0;
}
.login-modal p a {
  border-color: #d40026;
  border-top: 0;
  padding: 0;
  color: black;
  text-decoration: none;
}
.login-modal p a:hover {
  text-decoration: none;
  border: none;
}
.login-modal .tab-content {
  background: #e5e5e5;
  padding: 2rem 1.5rem;
}
.login-modal .nav-tabs .nav-item {
  border: 0;
  background-color: #d9d9d9;
  border-top: 3px solid #d40026;
  border-radius: 0;
  z-index: 1;
  font-size: 0.8rem;
}
.login-modal .nav-tabs .nav-item .nav-link a {
  background: transparent;
}
.login-modal .nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: black;
  border: 0;
  font-weight: bold;
  height: 100%;
  border-radius: 0;
  background: #bfbfbf;
  padding: 20px;
}
.login-modal .nav-tabs .nav-item.active .nav-link {
  background: #e5e5e5;
}
@media (max-width: 391px) {
  .login-modal .nav-tabs {
    height: 80px;
    margin-top: -80px;
    min-width: 126px;
  }
  .login-modal .nav-tabs .nav-item .nav-link {
    padding: 20px 10px;
  }
  .login-modal .nav-tabs .nav-item.active {
    height: 80px;
  }
}

/* Modal askForPriceModal */
#askForPriceModal .modal-content, #demoModal .modal-content {
  background: transparent;
  border-color: transparent;
}
#askForPriceModal .modal-header, #demoModal .modal-header {
  border-color: transparent;
}
#askForPriceModal .modal-body, #demoModal .modal-body {
  background-color: #e5e5e5;
  padding: 20px 15px;
}
#askForPriceModal .form-group, #demoModal .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
#askForPriceModal .control-label, #demoModal .control-label {
  text-align: right;
}
#askForPriceModal label, #demoModal label {
  padding-top: 0.7rem;
}

/*Modal SEARCH*/
#myModalSearch {
  top: 125px;
}
#myModalSearch .modal-dialog {
  width: 100%;
  height: 50%;
  margin: 0 auto;
  padding: 0;
}
#myModalSearch .modal-content {
  height: 50%;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
  background: transparent;
}
#myModalSearch .modal-body {
  background: rgba(242, 242, 242, 0.9);
  padding: 3rem 0 3rem 0;
  flex: 0 0 auto;
}
#myModalSearch .modal-body .control-label {
  margin-right: 15px;
}
#myModalSearch .modal-body .btn, #myModalSearch .modal-body .btn-greygrey, #myModalSearch .modal-body .btn-grey-greybrd {
  width: auto;
  min-width: 180px;
}
#myModalSearch .modal-body input {
  border: 1px solid #bfbfbf;
}
#myModalSearch .modal-body i {
  font-size: 26px;
  vertical-align: inherit;
  padding-left: 5px;
}
#myModalSearch .modal-body .form-inline {
  display: flex;
}
#myModalSearch .modal-title {
  font-size: inherit;
}
#myModalSearch .modal-header, #myModalSearch .modal-footer {
  border: 0;
  border-radius: 0;
}
#myModalSearch .modal-xl {
  max-width: 100%;
}
#myModalSearch .modal-xl .modal-body form {
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}
#myModalSearch .modal-header {
  background: white;
  opacity: 1;
}
#myModalSearch .modal-header .navbar-icons {
  flex-direction: row;
}
#myModalSearch .modal-header .navbar-icons i {
  font-size: 32px;
}
#myModalSearch .modal-header .ion-ios-cart {
  font-size: 32px;
  padding-top: 6px;
}
.modal .white {
  font-size: 0.9rem;
  margin-top: 10px;
  font-weight: 400;
}

@media (max-width: 999.98px) {
  #myModalSearch .modal-header {
    padding: 0 10%;
  }
  #myModalSearch .navbar-brand {
    height: 100%;
  }
  #myModalSearch .navbar-brand img {
    height: 100%;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 799.98px) {
  #myModalSearch .modal-header {
    padding: 0 10%;
  }
  #myModalSearch .modal-header .navbar-icons i {
    font-size: 32px;
    padding: 0;
  }
  #myModalSearch .navbar-toggler {
    border: 2px solid transparent;
  }
  #myModalSearch .navbar-brand {
    height: 100%;
  }
  #myModalSearch .navbar-brand img {
    height: 100%;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 0;
    width: 80%;
  }
  .modal.white {
    font-size: 0.85rem;
    vertical-align: 4px;
  }
  .searchbox form {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  #myModalSearch .modal-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  #myModalSearch .modal-header .ion-icon {
    font-size: 24px;
  }
  #myModalSearch .modal-header .navbar-icons i {
    font-size: 24px;
  }
  #myModalSearch .navbar-toggler {
    margin-right: 0;
  }
  #myModalSearch .navbar-brand {
    height: 100%;
  }
  #myModalSearch .navbar-brand img {
    height: 100%;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 0;
    width: 125px;
  }
  #myModalSearch .modal-body .btn, #myModalSearch .modal-body .btn-greygrey, #myModalSearch .modal-body .btn-grey-greybrd {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #myModalSearch .modal-body .control-label {
    margin: 0;
  }
  #myModalSearch .white {
    font-size: 0.8rem;
    vertical-align: 4px;
  }
}
#myCart {
  top: 124px;
  z-index: 3000;
}
#myCart li {
  list-style-type: none;
}
#myCart .modal-dialog {
  position: fixed;
}

/* ******************************** */
/* modal form newsletter css start */
#myModal {
  padding: 0 !important;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
#myModal .modal-dialog {
  width: 100%;
  height: 50%;
  margin: 0 auto;
  margin-top: 0px;
  padding: 0;
}
@media (min-width: 1200px) {
  #myModal .modal-dialog {
    margin-top: 126px;
  }
}
#myModal .modal-content {
  height: 50%;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
  background: transparent;
}
#myModal .modal-body {
  background: rgba(0, 0, 0, 0.7);
  padding: 2rem 1rem 2.5rem 1rem;
}
#myModal .modal-body h4 {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}
#myModal .modal-body h5 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 600;
}
#myModal .modal-title {
  font-size: inherit;
}
#myModal .modal-header, #myModal .modal-footer {
  border: 0;
  border-radius: 0;
}
#myModal .modal-xl {
  max-width: 100%;
}
#myModal .modal-xl .modal-body form {
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}
.modal-newsletter .control-label {
  margin-right: 50px !important;
  max-width: 450px;
}

.form-inline .form-group {
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  align-content: center;
}

.form-inline .form-control {
  border-radius: 0;
  margin-bottom: 25px;
  padding: 11px 1rem;
  height: auto;
  width: 100%;
}

.mini {
  font-size: smaller;
  color: white;
  margin-bottom: 1.5rem;
  text-align: left;
  margin-left: 5px;
}

.mini a {
  text-decoration: underline;
  color: white;
}

.mini a:hover {
  text-decoration: none;
}

.mini {
  text-indent: -10px;
  margin-left: 10px;
}

#myCart .modal-content {
  background: transparent;
  border: 0;
  width: auto;
}

.modal-newsletter input {
  border: 2px solid white;
}

/* close modal - X */
.close, .btn-3 {
  font-size: 14px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.close:hover, .btn-3:hover, a.icon:hover {
  color: #d40026;
}

/**  modal end ** */
/* ******************************** */
/************** ESHOP ******************/
.shopping { /*styly pro všechny stránky objednávky*/
  /*font-size in headlines*/
}
.shopping .thumb {
  max-width: 60px;
  max-height: 60px;
  height: auto;
  width: auto;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(178, 178, 178, 0.7);
  -moz-box-shadow: 0px 0px 5px 2px rgba(178, 178, 178, 0.7);
  box-shadow: 0px 0px 5px 2px rgba(178, 178, 178, 0.7);
}
.shopping th {
  font-weight: normal;
  font-size: 0.95rem;
}
.shopping td {
  vertical-align: middle;
  font-size: 0.95rem;
}
.shopping th, .shopping td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: none;
}
.shopping tr {
  border-top: 2px solid #e5e5e5;
}
.shopping tr:last-of-type {
  border-bottom: 2px solid #e5e5e5;
}
.shopping table tr td {
  text-align: left;
}
.shopping table tr.text-center td {
  text-align: center;
}
.shopping table tr.text-center td.text-left {
  text-align: left;
}
.shopping .a-blackred {
  color: black;
  text-decoration: none;
  border-bottom: 2px solid #d40026;
}
.shopping .a-blackred:hover {
  text-decoration: none;
  border-bottom: none;
  color: #707070;
}
.shopping .big {
  font-weight: 600;
}
.shopping .code {
  min-width: 200px;
  border-radius: 0;
  padding: 20px 15px;
}
.shopping .i-mid {
  line-height: 1;
  vertical-align: middle;
}

.order-confirm { /* stránka potvrzení objednávky */ }
.order-confirm .shopping-cart-remove {
  display: none;
}
.order-confirm .shopping-cart-remove:before {
  display: none;
  padding: 0;
}
.order-confirm .shopping-cart-increase, .order-confirm .shopping-cart-decrease {
  visibility: hidden;
}
.order-confirm .shopping .basketqty {
  border: none;
}
.shopping .article-cart-btn {
  font-size: 16px;
  color: white;
  background: #d9d9d9;
  border: 1px solid #b2b2b2;
}

.confirm-ship {
  border-top: 3px double #dedede !important;
}

.souhlas {
  text-align: center;
  text-transform: uppercase;
  color: #919191;
  font-size: 0.85rem;
}

.shopping .delivery .shipping-item, .shopping .delivery .payment-item:not(.disabled) {
  cursor: pointer;
}
.shopping .delivery th, .shopping .delivery td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}
.shopping .delivery th, .shopping .delivery td {
  border-width: 2px;
  border-color: #e5e5e5;
}
.shopping .delivery .small-95 {
  font-size: 0.95rem;
}
.shopping .delivery .inactive {
  background-color: white;
  color: black;
}
.shopping .delivery .inactive .ion-icon::before {
  content: "\f3a6";
  color: #919191;
}
.shopping .delivery .inactive.disabled, .shopping .delivery .active.disabled {
  background-color: white;
  color: #bfbfbf;
}
.shopping .delivery .inactive.disabled .ion-icon::before, .shopping .delivery .active.disabled .ion-icon::before {
  content: "\f3a6";
  color: #bfbfbf;
}
.shopping .delivery .active {
  background-color: #f2f2f2;
  color: black;
}
.shopping .delivery .active .ion-icon::before {
  content: "\f3a7";
  color: #d40026;
}

.newsletter-tab .newsletter-item {
  cursor: pointer;
}

.col-relative {
  position: relative;
}
.col-relative .ion-icon {
  position: absolute;
  top: 6px;
  right: 38px;
}

/*fakturačni a dodaci adresa*/
.eshop-form .disabled, .ehop-form .disabled textarea.form-control, .ehop-form .disabled select {
  opacity: 0.5;
}
.eshop-form .disabled input, .eshop-form .disabled textarea, .ehop-form .disabled textarea.form-control input, .ehop-form .disabled textarea.form-control textarea, .ehop-form .disabled select input, .ehop-form .disabled select textarea {
  background-color: white;
}

.eshop-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf;
  opacity: 1; /* Firefox */
}
.eshop-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
.eshop-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #bfbfbf;
}

.orderStep3 h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem !important;
}

#basket-messages {
  display: none;
  position: fixed;
  width: 100%;
  top: 10%;
  z-index: 10000;
  background-color: #afed10;
  margin: 0;
  top: 40%;
}
#basket-messages .btn, #basket-messages .btn-greygrey, #basket-messages .btn-grey-greybrd {
  margin-top: 10px;
}
#basket-messages .container {
  padding: 30px 20px;
}
#basket-messages .container .flashes {
  margin: 30px 0;
}

.currency-switch {
  margin: 30px 0;
  text-align: left;
  z-index: 1000;
}

.eshopitem {
  margin-top: 30px;
}

.label-price {
  font-size: 20px;
  color: #8cbd0d;
}

.label-discount {
  font-size: 20px;
  color: #d40026;
}

.label-new {
  font-size: 20px;
  color: #fab500;
}

.label-not-available {
  color: #707070;
  text-transform: uppercase;
}

.label-available {
  color: #698d0a;
  font-size: 20px;
  padding-left: 0px;
}

.eshop-price {
  margin-top: 10px;
  height: 50px;
}

.eshop-inputs {
  margin-top: 10px;
}

.eshop-title {
  overflow: hidden;
}

.eshop-image {
  padding-bottom: 10px;
  float: left;
  width: 33%;
  padding-right: 20px;
}

.basketqty {
  text-align: center;
  padding: 0;
  display: inline-block;
}

.shopping-cart-increase, .shopping-cart-decrease {
  display: inline-block;
}

.shopping-cart-remove {
  color: #d40026;
}

.shopping-cart-remove:hover, .shopping-cart-remove:hover .ion-icon {
  color: #a1001d;
}

/*zarovnani td v řádku u EshopOrder:myOrders */
tr.td-align-middle td {
  vertical-align: middle;
}

figure.item-previem .thumbnail-link {
  width: 100%;
  padding-top: 90%;
  position: relative;
  display: block;
  overflow: hidden;
}
figure.item-previem .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
figure.item-previem .thumbnail .d-table {
  height: 100%;
}
figure.item-previem .thumbnail .d-table .d-table-cell {
  vertical-align: middle;
}

.tabs-img {
  object-position: inherit !important;
  max-height: 260px !important;
  width: 100% !important;
  object-fit: cover !important;
}

.confirm-ship {
  border-top: 2px dashed #dedede;
}

.tabs-detail {
  margin-top: 100px;
  border-top: 2px solid #e9ecef;
}
.tabs-detail .nav-tabs .nav-link {
  font-weight: normal;
}
.tabs-detail .nav-tabs .nav-link.active {
  background-color: white;
}
.tabs-detail #specification .table td {
  width: 49%;
  padding: 0.5rem 0.75rem 0.75rem;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.tabs-detail #specification .table td span {
  padding: 0 0.3rem;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.tabs-detail #specification .table .w2 {
  width: 2%;
  max-width: 2%;
}

.tabs-detail .download-file {
  padding: 0 50px;
  width: calc(100% - 0px);
  height: 100px;
  border-bottom: 1px solid #f2f2f2;
}
.tabs-detail .download-file span {
  color: black;
  line-height: 100px;
}
.tabs-detail .download-file img {
  margin-top: 20px;
  height: 60px;
  float: right;
}
.tabs-detail .download-file:hover {
  background-color: #f2f2f2;
}
.tabs-detail .link:hover {
  text-decoration: none;
}

/**********************************************************************************************************************************/
/* editace snippetů */
.edit-snippet {
  display: none;
}
@media (min-width: 1000px) {
  .edit-snippet {
    display: block;
  }
  .edit-snippet button {
    position: absolute;
    opacity: 0.2;
    min-width: 1em;
  }
  .edit-snippet:hover button {
    opacity: 1;
  }
  .edit-snippet .modal-dialog {
    width: 80%;
  }
  .edit-snippet .modal-content {
    background-color: #fff;
    padding: 20px;
    margin-top: 200px;
  }
  .edit-snippet .modal-content textarea {
    min-height: 300px;
    color: #000;
    font-size: 1em;
    border: 1px solid #ddd;
    box-shadow: none;
  }
  .edit-snippet .modal-content .btn, .edit-snippet .modal-content .btn-greygrey, .edit-snippet .modal-content .btn-grey-greybrd {
    width: auto;
    float: left;
  }
}

/* ******************************** */
/* Carousel*/
.carousel-header-section {
  margin-bottom: 25px;
}

#slideshowcarousel .outer {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#slideshowcarousel .carousel-item {
  display: block;
  min-height: 200px;
}
#slideshowcarousel .carousel-item img.imgbg {
  width: 100%;
  height: auto;
}
#slideshowcarousel .inner {
  position: relative;
}
#slideshowcarousel .owl-prev, #slideshowcarousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #bfbfbf !important;
}
#slideshowcarousel .owl-prev:hover, #slideshowcarousel .owl-next:hover {
  color: #d40026;
}
#slideshowcarousel span {
  text-decoration-color: #d40026 !important;
}
#slideshowcarousel h2 {
  color: black;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 15px;
}
#slideshowcarousel * a {
  text-decoration: none;
}
#slideshowcarousel a {
  color: inherit;
}
#slideshowcarousel a.btn, #slideshowcarousel a.btn-greygrey, #slideshowcarousel a.btn-grey-greybrd {
  line-height: 30px !important;
}
#slideshowcarousel .darkbg h2 {
  color: white;
}
#slideshowcarousel .darkbg .btn, #slideshowcarousel .darkbg .btn-greygrey, #slideshowcarousel .darkbg .btn-grey-greybrd {
  color: black;
}
#slideshowcarousel .btn, #slideshowcarousel .btn-greygrey, #slideshowcarousel .btn-grey-greybrd {
  margin-top: 25px;
}
@media (max-width: 1199.98px) {
  #slideshowcarousel h2 {
    font-size: 1.5rem;
    color: white !important;
  }
}
@media (max-width: 999.98px) {
  #slideshowcarousel img.imgbg {
    width: auto !important;
  }
  #slideshowcarousel h2 {
    font-size: 2rem;
    color: white !important;
  }
}
@media (max-width: 799.98px) {
  #slideshowcarousel .carousel-item {
    height: 60vh !important;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #slideshowcarousel .imgbg {
    position: absolute;
    right: -35%;
    height: 100% !important;
    width: auto !important;
    filter: brightness(40%);
  }
  #slideshowcarousel .owl-prev, #slideshowcarousel .owl-next {
    display: none;
  }
  #slideshowcarousel h2 {
    font-size: 1.5rem;
    color: white !important;
  }
}
@media (max-width: 575.98px) {
  #slideshowcarousel .col-12 {
    padding: 0;
  }
  #slideshowcarousel .imgbg {
    right: -75%;
  }
  #slideshowcarousel .carousel-item {
    height: 100vh !important;
    max-height: 330px;
  }
  #slideshowcarousel .carousel-item .btn, #slideshowcarousel .carousel-item .btn-greygrey, #slideshowcarousel .carousel-item .btn-grey-greybrd {
    width: auto;
  }
}

.preview-carousel:not(.owl-loaded) {
  height: 350px;
  display: block;
  overflow: hidden;
}

/* ******************************** */
.orange-section {
  background: rgb(250, 177, 0);
  background: -moz-linear-gradient(-45deg, rgb(250, 177, 0) 0%, rgb(241, 121, 2) 50%, rgb(241, 121, 2) 50%);
  background: -webkit-linear-gradient(-45deg, rgb(250, 177, 0) 0%, rgb(241, 121, 2) 50%, rgb(241, 121, 2) 50%);
  background: linear-gradient(135deg, rgb(250, 177, 0) 0%, rgb(241, 121, 2) 50%, rgb(241, 121, 2) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fab100", endColorstr="#f17902", GradientType=1);
  padding: 75px 0;
  margin-top: 0 !important;
  /*.ion-ios-flask-outline {font-size: 96px; margin-bottom:2px;  line-height: 1;}*/
}
.orange-section h5, .orange-section .h5 {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  margin: 25px 0;
  font-size: 1rem;
}
.orange-section .ion-icon {
  font-size: 96px;
  color: rgba(255, 255, 255, 0.5);
}
.orange-section .fa-truck {
  font-size: 80px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.orange-section .owl-prev, .orange-section .owl-next {
  color: #f9c181 !important;
}
.orange-section .owl-prev:hover, .orange-section .owl-next:hover {
  color: #d40026 !important;
}

/*end css orange section*/
/* ******************************** */
@media (max-width: 575.98px) {
  .orange-section .row, .personal-section .row, .suppliers .row {
    margin-left: 0;
    margin-right: 0;
  }
}
/*  NOVINKY  */
@media (min-width: 800px) {
  .article-preview .image-preview {
    min-height: 170px;
  }
}
@media (min-width: 1000px) {
  .article-preview .image-preview {
    min-height: 220px;
  }
}
@media (min-width: 1200px) {
  .article-preview .image-preview {
    min-height: 170px;
  }
}
.newsob {
  /*fotogalerie*/
}
.newsob .perex p {
  font-size: 1.25rem;
}
.newsob .article-images-item a {
  width: 100%;
  display: block;
  text-align: center;
}
@media (max-width: 799.98px) {
  .newsob .perex {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .newsob .obal {
    margin-top: 50px;
  }
  .newsob .obal:first-of-type {
    margin-top: 0;
  }
  .newsob .container {
    padding: 0 25px;
  }
}

.news-in .download-buttons .btn-width, .news-in .download-buttons .btn-white-black-brd, .news-in .download-buttons .btn-2, .news-in .download-buttons .btn-4, .news-in .download-buttons .btn-white-green, .news-in .download-buttons .btn-excel, .news-in .download-buttons #slideshowcarousel .darkbg .btn, #slideshowcarousel .darkbg .news-in .download-buttons .btn, .news-in .download-buttons #slideshowcarousel .darkbg .btn-greygrey, #slideshowcarousel .darkbg .news-in .download-buttons .btn-greygrey, .news-in .download-buttons #slideshowcarousel .darkbg .btn-grey-greybrd, #slideshowcarousel .darkbg .news-in .download-buttons .btn-grey-greybrd {
  width: auto;
  min-width: 330px;
}

h2.color-twitter, hr.color-twitter {
  color: #00ACED;
  border-color: #00ACED;
}

h2.color-twitter {
  margin-top: 46px;
  margin-bottom: 0.2rem;
}

.h5 .ion-social-twitter {
  font-size: 22px;
  vertical-align: middle;
}

.seminar-text table, .news-in table {
  margin-bottom: 50px;
  border: 0;
}
.seminar-text table p, .news-in table p {
  margin: 0;
}
.seminar-text table tr, .news-in table tr {
  height: auto !important;
  margin: 0 0 50px 0;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
}
.seminar-text table td, .news-in table td {
  width: auto !important;
  height: auto !important;
  padding: 10px;
  border-left: 0;
  border-right: 0;
}
.seminar-text table td:nth-child(3n+1), .news-in table td:nth-child(3n+1) {
  width: 30% !important;
}

/*****************************************************/
.container-fluid {
  max-width: 1590px;
  margin: 0 auto;
  padding: 0 10%;
}

.ul-type li {
  list-style-type: disc;
}

/*pozice footeru u kratších stránek dole*/
/*odebráno, obtížné obarvení main-content na 2 různé barvy*/
body {
  background-color: #f2f2f2;
  font-weight: 100;
  min-width: 320px;
  min-height: calc(100vh - 130px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  body {
    margin-top: 123px;
  }
}

/**/
.container-fluid {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
}

.footer-section {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.main-content {
  background-color: white;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.xxx {
  flex: 0;
}

/* footer pozition end*/
.dropdown-menu.short {
  width: auto;
  right: 0;
  left: auto;
  top: 125px;
  position: absolute;
}

@media (min-width: 1200px) {
  .dropdown-menu.short {
    position: absolute !important;
  }
}
@media (max-width: 1199.98px) {
  .dropdown-menu.short {
    position: static !important;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu.userMenu {
    position: absolute !important;
  }
}
@media (max-width: 1199.98px) {
  .dropdown-menu.userMenu {
    position: absolute !important;
  }
}

.closeMenu .white {
  font-weight: 500;
}

/*.footer-section  {
	@include media-breakpoint-up(xl) {
		margin-top: 75px!important;
	}
	@include media-breakpoint-down(xl) {
		margin-top: 75px!important;
	}
}*/
.jumbotron {
  border-radius: 0;
}

/* ******************************** */
/* styly layout */
/* odkazy */
a {
  color: inherit;
}

h2 a:hover {
  color: inherit;
}

a, a:active, a:focus, button, button:active, button:focus {
  outline: 0;
}

a:hover {
  color: #707070;
  text-decoration: underline;
}

.text a, text .a, a.underline, .news-in a {
  /*color: inherit;*/
  text-decoration: underline #d40026;
}

.text a:hover, text .a:hover, a.underline:hover, .news-in a:hover {
  /*color: inherit;*/
  text-decoration: none;
}

.kontakt .text a {
  text-decoration: none;
}
.kontakt .text a:hover {
  text-decoration: underline;
}

.figure-caption a:hover {
  text-decoration: none;
}

p a, li a {
  text-decoration: underline;
}

p a:hover, li a:hover {
  text-decoration: none;
}

.link.lightbox {
  text-decoration: none;
}

.loga a, .loga a:hover {
  text-decoration: none;
}

/* zakladni styly*/
b,
strong {
  font-weight: bold;
}

.hr {
  border-top: 2px solid black;
  margin: 5px 0 0;
}

.hr-color {
  border-top-width: 2px;
}

.hr-color.red {
  color: #d40026;
  border-top: 2px solid #d40026;
}

.hr.red {
  border-color: #d40026;
}

.clearfix-thin {
  height: 8px;
}

.navbar-nav hr {
  border-color: #d40026;
}

.badge-pill {
  border-radius: 0;
  font-weight: normal;
}

.nowrap {
  white-space: nowrap;
}

.upper {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

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

/*.right {
  text-align: right;
}
*/
span.center {
  text-align: center;
}

.popover-header {
  margin: 0;
}

.underline a {
  text-decoration: underline #d40026;
}

/*šířka pro formuláře v modalu*/
@media (min-width: 576px) and (max-width: 799.98px) {
  .form-inline {
    display: inline;
    flex: auto;
  }
}
@media (min-width: 800px) and (max-width: 999.98px) {
  .w-md {
    width: 45vw;
  }
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
  .w-lg {
    width: 40vw;
  }
}
/* ******************************** */
.container-newsletter {
  background: rgb(238, 104, 5);
  background: linear-gradient(126deg, rgb(238, 104, 5) 0%, rgb(212, 1, 38) 51%, rgb(212, 1, 38) 100%);
  padding: 2.5em 0 7.5em;
}
.container-newsletter #frm-newsletterForm-email {
  height: 62px;
  padding-left: 2em;
}
.container-newsletter h3 {
  font-size: 2.4em;
  padding: 0 0 1.2em;
  width: 100%;
  text-align: center;
  color: white;
}
.container-newsletter p {
  padding-top: 15px;
  width: 90%;
}

.shop-info {
  background: rgb(250, 180, 0);
  background: linear-gradient(126deg, rgb(250, 180, 0) 0%, rgb(242, 120, 0) 51%, rgb(242, 120, 0) 100%);
  padding: 7em 0;
}
.shop-info .white {
  color: white;
}
.shop-info .black {
  color: black;
}
.shop-info p {
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.shop-info ion-icon, .shop-info i {
  color: #FAC480;
  font-size: 90px;
  display: table;
  margin: 0 auto 0.5em;
}

.underlined {
  color: #d40026;
  border-bottom: 3px solid #d40026;
  padding-bottom: 0.4em;
  margin-bottom: 50px;
  font-weight: 700;
}

.service-description {
  line-height: 20px;
}
@media (min-width: 1000px) {
  .service-description {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.service-description .wrapper {
  width: 100%;
  float: left;
  padding: 25px 0 100px;
  font-size: 24px;
}
@media (min-width: 576px) {
  .service-description .wrapper {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .service-description .wrapper:nth-child(1) {
    padding-right: 50px;
  }
}
@media (min-width: 1000px) {
  .service-description .wrapper:nth-child(2) {
    padding-left: 50px;
  }
}

@media (min-width: 1000px) {
  .service .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.service #nav-tab {
  border: 0;
}
.service .nav-link {
  border-radius: 0;
  border: 0;
  color: black;
  font-weight: 700;
  border-top: 3px solid #d40026;
  text-transform: uppercase;
  font-size: 90%;
}
.service .nav-link.active {
  padding: 24px 16px;
  background-color: #e5e5e5;
  position: relative;
  top: 0px;
  border-color: #d40026;
  height: 72px;
  color: black;
}
.service .nav-link {
  padding: 24px 16px 10px;
  background-color: #f2f2f2;
  position: relative;
  top: 14px;
  z-index: 400;
  height: 58px;
}
.service .nav-item:not(:first-child) {
  margin-left: 25px;
}
.service #nav-tabContent {
  z-index: 500;
  background-color: #e5e5e5;
  padding: 100px 0;
}
.service .nav-link:hover, .service .active {
  border-color: #d40026;
}
.service .service-tabs {
  background-color: #e5e5e5;
}
.service h2 {
  color: #d40026;
  font-weight: 700;
  padding-left: 25px;
  padding-bottom: 10px;
}
.service table {
  width: 100%;
  border-top: 1px solid white;
  padding: 10px 25px;
}
.service table tr {
  border-bottom: 1px solid white;
}
.service table td:nth-child(3) {
  text-align: right;
}

#nav-order label, #nav-order input[type=text], #nav-order input[type=select], #nav-order input[type=textarea], #nav-order textarea {
  width: 100%;
}
#nav-order h3 {
  color: #d40026;
  font-weight: 700;
  margin-bottom: 100px;
}
#nav-order .invoice-checkbox {
  position: absolute;
  top: 100px;
}
#nav-order .btn-main {
  display: table;
  margin: 0 auto;
  background-color: white;
  width: 40%;
  min-width: 150px;
}

@media (max-width: 1199.98px) {
  .searchbox input[type=text] {
    width: 100%;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 575.98px) {
  .searchbox input[type=text] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .searchbox form {
    padding-right: 0;
  }
}
.icon-send {
  background: #ccc url("/images/layout/icon_send.svg") no-repeat;
  background-position: 95% 30%;
  background-size: auto 70%;
  padding-right: 50px;
}

.flex-center {
  justify-content: center;
  align-content: center;
  text-align: center;
}

.badge-cart {
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-size: 9px;
  line-height: 1.5;
  padding: 3px 3px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #d40026;
  position: absolute;
  top: 39px;
  right: -1px;
  font-weight: 600;
  min-width: 18px;
}

.badge-cart.bg-blue {
  background-color: #00a1e5;
}

.modal .badge-cart {
  position: relative;
  top: -12px;
  right: 12px;
}

/** *************** */
/*.figure-caption h3*/
.h5 {
  font-weight: 600;
  margin-left: 1rem;
  font-size: 0.9rem;
  margin-top: 50px;
}

.h6 {
  margin: 0;
  color: black;
  font-size: 0.95rem;
}

/*
@include media-breakpoint-down(md) {
		.h5 {margin-top: 50px;}
}*/
.figure .top-right {
  position: absolute;
  top: 10px;
  right: 16px;
  text-align: right;
}
.figure .top-right .badge:last-child {
  min-width: 75px;
}
.figure .top-right .badge {
  min-width: available;
  min-width: -moz-available;
  min-width: -webkit-fill-available;
  font-size: 70%;
}

/* ************** section ****************** */
.personal-section {
  background-color: #e5e5e5;
  border-top: 2px solid #d9d9d9;
}

.personal-section {
  padding-bottom: 75px;
}

.fodsazeni {
  padding-bottom: 75px;
}

.mt100 {
  margin-top: 100px;
}

.mt75 {
  margin-top: 75px;
}

.mt50 {
  margin-top: 50px;
}

.mt25 {
  margin-top: 25px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb25 {
  margin-bottom: 25px;
}

.pt100 {
  padding-top: 100px;
}

.pt75 {
  padding-top: 75px;
}

.pt50 {
  padding-top: 50px;
}

.pt25 {
  padding-top: 25px;
}

.pt10 {
  padding-top: 10px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb25 {
  padding-bottom: 25px;
}

.mt-118 {
  margin-top: -118px;
}

.text-center p.center {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

@media (max-width: 799.98px) {
  .mt-sm-25 {
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .text-center p.center {
    margin-bottom: 0;
  }
  .mt-sm-25 {
    margin-top: 15px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb75 {
    margin-bottom: 50px;
  }
  .mb100 {
    margin-bottom: 75px;
  }
  .mt100 {
    margin-top: 75px;
  }
  .mt75 {
    margin-top: 50px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt25 {
    margin-top: 15px;
  }
}
.row.text p {
  margin-top: 25px;
  margin-bottom: 25px;
}

.h5 .ion-icon {
  font-size: 1rem;
  vertical-align: text-bottom;
}

.banborder {
  border-top: 2px solid #d40026;
}

/*oprava obrázků jak jsou nyní v table-cell - nehýbáno zpět*/
/*hp*/
.eshopPrewiew figure.item-previem .thumbnail .d-table .d-table-cell, .vypis-produktu figure.item-previem .thumbnail .d-table .d-table-cell, .owl-stage figure.item-previem .thumbnail .d-table .d-table-cell {
  vertical-align: bottom;
}
.eshopPrewiew .figure-img, .vypis-produktu .figure-img, .owl-stage .figure-img {
  margin-bottom: 0;
}
.eshopPrewiew .figure-caption, .vypis-produktu .figure-caption, .owl-stage .figure-caption {
  margin-top: 10px;
}

/*vypis produktu rozsireni */
.vypis-produktu .thumbnail img.portrait, .owl-stage .thumbnail img.portrait {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1000px) and (max-width: 1199.98px) {
  .row.vypis-produktu {
    margin-left: 0;
  }
}
/*vyhození pozicování u vypisu*/
figure.item-previem .thumbnail-link {
  padding-top: 100%;
}

#images a.lightbox img {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px !important;
}

.business-terms ul {
  margin-bottom: 25px;
}

/* dodavatelé suppliers*/
.dodavatele div.relative {
  min-height: 160px;
}
.dodavatele .links span {
  white-space: nowrap;
}
@media (max-width: 999.98px) {
  .dodavatele .links {
    position: absolute;
    bottom: 55px;
  }
}
@media (max-width: 799.98px) {
  .dodavatele .links {
    bottom: 45px;
  }
}
@media (max-width: 575.98px) {
  .dodavatele .links {
    position: static;
    bottom: none;
  }
  .dodavatele .form-horizontal .btn-width-2 {
    margin-top: 10px;
  }
  .dodavatele .download-wrap .download-file img {
    height: auto !important;
    min-width: 30px;
  }
}

/* mensi mobil */
@media (max-width: 400px) {
  body {
    min-width: 300px;
  }
  .navbar-brand img {
    width: 105px;
  }
  .navbar-icons {
    margin: 0 auto;
  }
  .table-servis th, .table-servis td {
    padding: 0.75rem 0.2rem;
    font-size: 0.7rem;
  }
  .footer-osoba .img-portrait {
    width: 350px;
    height: 300px;
    margin-left: -80px;
  }
}
.twitter-hp iframe {
  max-height: 500px;
  overflow: auto;
}

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