﻿@charset "UTF-8";
/*!
 * Bootstrap v4.4.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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

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: .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: "\2014\00A0"; }

.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-wrap: 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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

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

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

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

.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: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

.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: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

.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: 767.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: 991.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; } }

.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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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,
  .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: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: right calc(0.375em + 0.1875rem) center;
  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: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.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: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.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(40, 167, 69, 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: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  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: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%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: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.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: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.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(220, 53, 69, 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: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .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, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    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: #fff;
    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: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .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(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .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(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .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(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .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(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    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: #212529;
    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(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .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(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .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, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    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: #fff;
    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: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    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: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .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(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    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: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .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(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    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: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .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(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    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: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .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(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    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: #212529;
    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: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    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: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .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(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  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-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.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: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .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; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.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::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.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: #007bff; }
  .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-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      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-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  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 {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .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-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn 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 0%;
    min-width: 0;
    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-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    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-append > .btn {
  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-append > .btn {
  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 > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.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 > .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 > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.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 > .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;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.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' width='4' height='4' 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, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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' width='12' height='12' 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, 123, 255, 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, 123, 255, 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: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.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: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .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: 1.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, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    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: #b3d7ff; }
  .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: #007bff;
    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: #b3d7ff; }
  .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: #007bff;
    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: #b3d7ff; }
  .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: #007bff; }

.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; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    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.25rem; }
  .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,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    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,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .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,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .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,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      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,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    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,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    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,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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;
  min-height: 1px;
  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,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

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

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

.card-deck .card {
  margin-bottom: 15px; }

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

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    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(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.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 {
  position: relative;
  top: -1px; }

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    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: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    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: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.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: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.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: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@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;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  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;
  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 {
    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: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.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: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.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: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

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

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

a.close.disabled {
  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.modal-static .modal-dialog {
    transform: scale(1.02); }

.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: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 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: 992px) {
  .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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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: #000; }

.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: #000; }

.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: #000; }

.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: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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); }
    .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);
    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); }
    .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);
    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: opacity 0s 0.6s; }
  @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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-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: .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 .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 .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: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #28a745 !important; }

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

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

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

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

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !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: #007bff !important; }

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

.border-success {
  border-color: #28a745 !important; }

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

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

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

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

.border-dark {
  border-color: #343a40 !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: 768px) {
  .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: 992px) {
  .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 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.85714%; }

.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: 768px) {
  .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: 992px) {
  .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; } }

.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: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .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; } }

.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;
  margin: -1px;
  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: transparent; }

.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: 768px) {
  .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: 992px) {
  .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; } }

.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: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .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; } }

.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: #007bff !important; }

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

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

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

.text-success {
  color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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) {
    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: 992px !important; }
  .container {
    min-width: 992px !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; } }

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh; }
  body .loginBg {
    background-image: url("../../Content/assets/img/loginBg.jpg");
    background-size: cover;
    background-position: unset; }

.container {
  position: relative;
  height: 100%; }

.body {
  flex-grow: 1;
  padding-top: 60px;
  min-height: calc(100vh - 200px); }
  .body_gray {
    background-color: #F2F2F2; }
  .body_padded {
    padding-top: 100px; }
  @media (min-width: 768px) {
    .body {
      padding-top: 100px; }
      .body > .bodyContainer {
        min-height: calc(100vh - 600px); }
      .body_padded {
        padding-top: 140px; } }

.bodyContainer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: static; }
  @media (min-width: 576px) {
    .bodyContainer {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .bodyContainer {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .bodyContainer {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .bodyContainer {
      max-width: 1140px; } }

.bodyContent {
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .bodyContent {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  @media (min-width: 992px) {
    .bodyContent {
      flex: 0 0 75%;
      max-width: 75%; } }
  @media (min-width: 768px) {
    .bodyContent_full {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .bodyContent_full {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .bodyContent_user {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .bodyContent_user {
      flex: 0 0 75%;
      max-width: 75%; } }

.menuContent {
  position: fixed;
  background-color: #fff;
  width: 70%;
  transition: left .5s;
  height: calc(100% - 65px);
  z-index: 200;
  left: -100%;
  top: 65px;
  border-right: 1px solid #DCDCDC; }
  @media (min-width: 768px) {
    .menuContent {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      z-index: 1;
      display: block;
      left: inherit;
      margin: 0;
      margin-bottom: 500px;
      background-color: inherit;
      top: inherit;
      border-right: 0;
      border-radius: 5px; } }
  @media (min-width: 992px) {
    .menuContent {
      flex: 0 0 25%;
      max-width: 25%; } }

.inProggress {
  display: none; }

a {
  color: #0D5A9E; }

.popover {
  border: 1px solid #85B0C4; }

.popover-header {
  border-bottom: 1px solid #85B0C4;
  background-color: #E9F8FF; }

.userMenuContainer {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .userMenuContainer {
      flex: 0 0 25%;
      max-width: 25%; } }

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.loading-overlay > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.padding-bot-15 {
  padding-bottom: 15px; }

span.glyphicon.glyphicon-chevron-right {
  font-family: Font Awesome\ 5 Free; }
  span.glyphicon.glyphicon-chevron-right:before {
    content: '\f054'; }

span.glyphicon.glyphicon-chevron-left {
  font-family: Font Awesome\ 5 Free; }
  span.glyphicon.glyphicon-chevron-left:before {
    content: '\f053'; }

.menu_holder {
  width: 100%;
  display: flex; }

.panel-info {
  background-color: #E9F8FF;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #0D5A9E;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid lightgray;
  text-align: center; }

.span_highlight {
  font-weight: 700; }

.paddedButton {
  padding: 10px !important; }

.login-box {
  font-size: 15px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  max-width: 100%;
  width: 395px;
  padding: 25px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }
  .login-box_head {
    margin-bottom: 38px;
    display: flex;
    justify-content: center; }
  .login-box_header {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px; }
  .login-box_title {
    padding: 0px 0px 20px 0px;
    text-align: center; }
  .login-box_forgetPass {
    margin-bottom: 10px; }
    .login-box_forgetPass a {
      color: #009FE3; }
      .login-box_forgetPass a:hover {
        color: #009FE3; }
  .login-box_submit .eBtn {
    font-size: 16px;
    width: 100%;
    font-weight: 700;
    border-radius: 5px;
    height: 55px; }

.afterLogin {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  max-width: 620px;
  background-color: #fff;
  border-radius: 5px; }
  .afterLogin_header {
    background-color: #0D5A9E;
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .afterLogin_header h2 {
      font-size: 1.5rem;
      margin-bottom: 0px; }
  .afterLogin_footer {
    padding: 0px 0 15px;
    text-align: center; }
    .afterLogin_footer span {
      display: inline-block;
      border-radius: 5px;
      width: 10px;
      height: 10px;
      background-color: #0D5A9E;
      margin: 0 8px; }
      .afterLogin_footer span.active {
        background-color: #009FE3; }
  .afterLogin_logout {
    padding-top: 15px; }
  .afterLogin_content {
    padding: 5px;
    text-align: center;
    font-size: 16px; }
    .afterLogin_content .eBtn {
      margin-bottom: 10px;
      margin: 0 auto 5px auto;
      display: inline-block;
      padding: 5px 25px; }
    .afterLogin_content p {
      margin-top: 10px;
      margin-bottom: 5px; }
    .afterLogin_content .buttons {
      padding-top: 5px;
      clear: both;
      max-width: 300px;
      margin: 0 auto; }
    .afterLogin_content .eControlGroup {
      margin: 10px auto;
      max-width: 275px;
      width: 100%;
      /*select {
                padding: 0 10px;
                font-size: 13px;

                option {
                    font-size: 13px;
                    padding-top: 4px;
                    padding-bottom: 4px;
                    max-width: inherit;
                    overflow: hidden;
                    cursor: pointer;
                }

                &::before {
                    content: "";
                }

            }*/ }
      .afterLogin_content .eControlGroup_left {
        width: calc(100% - 87px); }
      .afterLogin_content .eControlGroup_right.eBtn {
        width: auto;
        margin: 0; }
      .afterLogin_content .eControlGroup .bp-contents span {
        line-height: 45px;
        padding-left: 5px; }
      @media (max-width: 991.98px) {
        .afterLogin_content .eControlGroup {
          flex-direction: row; }
          .afterLogin_content .eControlGroup_left {
            border-radius: 5px 0 0 5px;
            flex-grow: 1; }
          .afterLogin_content .eControlGroup_right.eBtn {
            border-radius: 0 5px 5px 0;
            margin: 0; } }

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

.eInput_title {
  font-size: 12px;
  width: 100%;
  font-weight: bold;
  color: #1a63a4;
  margin-top: 10px;
  margin-bottom: 2px; }

.eInput_filter {
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  color: #1a63a4;
  margin-top: 10px;
  margin-bottom: 2px; }

.eInput_big {
  background-color: #F2F2F2;
  font-size: 15px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  height: 55px;
  width: 100%;
  padding: 0 15px;
  margin: 10px 0;
  color: #585858; }
  .eInput_big_registration {
    height: 35px;
    font-size: 12px;
    background-color: white; }
    .eInput_big_registration:required {
      border-left: 2px solid red; }
    .eInput_big_registration:disabled {
      background-color: #F2F2F2; }

.eInput_normal {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  height: 35px;
  padding: 0 10px;
  width: 100%;
  color: #585858; }
  .eInput_normal:focus {
    border-color: #009FE3;
    outline: 0; }
  .eInput_normal:required {
    border-left: 2px solid red; }

.eInput_autoComplete {
  width: 100%;
  height: 35px; }
  .eInput_autoComplete input {
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
    color: #585858; }

textarea.eInput_normal {
  height: inherit;
  padding: 10px; }

select::-ms-expand {
  border: 0px;
  background-color: transparent; }

select:focus::-ms-value {
  color: black;
  background: white; }

select {
  border: 1px solid; }

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

.portal-combo-box {
  max-width: 100%;
  width: 100%;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  height: 35px;
  padding: 0 10px;
  width: 100%;
  color: #585858; }
  .portal-combo-box_favourite {
    width: auto;
    height: 25px; }

.eBtn {
  border: 0px;
  cursor: pointer;
  padding: 10px 50px;
  font-weight: 700;
  display: inline-block;
  border-radius: 5px; }
  .eBtn:focus {
    outline: 0; }
  .eBtn_blue {
    background-color: #009FE3;
    color: #fff;
    transition: all .3s;
    text-decoration: none; }
    .eBtn_blue:hover {
      text-decoration: none;
      background-color: #008dca;
      color: #fff; }
  .eBtn_darkBlue {
    background-color: #0d5a9e;
    color: #fff;
    transition: all .3s;
    text-decoration: none; }
    .eBtn_darkBlue:hover {
      text-decoration: none;
      background-color: #0b4d86;
      color: #fff; }
  .eBtn_gray {
    background-color: #DCDCDC;
    color: #fff;
    transition: all .3s;
    text-decoration: none; }
    .eBtn_gray:hover {
      text-decoration: none;
      background-color: #cfcfcf;
      color: #fff; }
  .eBtn_blueBordered {
    color: #009FE3;
    border: 1px solid #009FE3; }
    .eBtn_blueBordered:hover {
      text-decoration: none;
      color: #0D5A9E;
      border-color: #0D5A9E; }
  .eBtn_whiteBlueBordered {
    color: #009FE3;
    background-color: #fff;
    border: 1px solid #009FE3; }
    .eBtn_whiteBlueBordered:hover {
      text-decoration: none;
      background-color: #009FE3;
      color: #fff; }
  .eBtn_whiteBordered {
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .eBtn_whiteBordered:hover {
      background-color: #fff;
      color: #009FE3; }
  .eBtn_smaller {
    padding: 5px 25px;
    font-size: 16px; }
  .eBtn_smallest {
    padding: 5px 10px;
    font-size: 12px; }
  .eBtn_medium {
    padding: 7px 48px;
    font-size: 14px; }
  .eBtn_print:hover {
    text-decoration: none; }
  .eBtn_print span {
    font-size: 16px;
    line-height: 40px;
    color: black; }
  .eBtn_middle {
    width: 50%;
    margin: auto;
    display: block;
    position: relative; }
  .eBtn_left {
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .eBtn_whiteIcon {
    display: inline-block;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #009FE3;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    padding: 0 8px;
    cursor: pointer;
    color: #4c4c4c;
    font-weight: 400;
    margin: 0 8px; }
    .eBtn_whiteIcon:hover {
      text-decoration: none;
      background-color: rgba(0, 159, 227, 0.2); }
    .eBtn_whiteIcon i {
      color: #009fe3; }
    .eBtn_whiteIcon img {
      margin-right: 4px; }
  .eBtn_favouriteAlt {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .eBtn_takeOver {
      /*margin-left: auto;
            margin-right: auto;*/
      font-size: 16px;
      background-color: #009FE3;
      line-height: 30px;
      border-radius: 5px;
      font-weight: 700;
      transition: all .5s;
      position: relative;
      color: #fff !important;
      padding: 0 28px 0 28px; } }
  @media (max-width: 844px) {
    .eBtn_takeOver {
      font-size: 12px;
      padding: 0 18px 0 18px; } }
  @media (max-width: 991.98px) {
    .eBtn_smaller {
      padding: 5px 25px;
      font-size: 12px; }
    .eBtn_whiteIcon {
      margin-bottom: 5px;
      margin: 0; } }
  @media (max-width: 575.98px) {
    .eBtn_smaller {
      padding: 5px 12px;
      font-size: 10px; } }

.eControlGroup {
  display: flex;
  flex-direction: column; }
  .eControlGroup select option {
    font-size: 13px; }
  .eControlGroup_left {
    border-radius: 5px 5px 0 0;
    flex-grow: 1;
    height: 35px; }
  .eControlGroup_right.eBtn {
    border-radius: 0 0 5px 5px;
    margin: 0;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .eControlGroup {
      flex-direction: row; }
      .eControlGroup_left {
        border-radius: 5px 0 0 5px;
        flex-grow: 1; }
      .eControlGroup_right.eBtn {
        border-radius: 0 5px 5px 0;
        margin: 0; } }

.searchBox_textInput {
  border-radius: 5px 0 0 5px;
  border: 1px solid #DCDCDC;
  flex-grow: 1;
  padding: 0 10px;
  height: 40px;
  border-right: 0px;
  font-size: 14px; }
  .searchBox_textInput:focus {
    outline: 0; }

.searchBox_button {
  border-radius: 0 5px 5px 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 50px;
  border: 0px;
  position: relative;
  background-image: url(../../Content/assets/img/icons/magnify-white.png);
  background-repeat: no-repeat;
  background-position: center; }
  .searchBox_button_supplier {
    border-radius: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px; }
    .searchBox_button_supplier_remove {
      border-radius: 0 5px 5px 0;
      background-image: none;
      width: 75px;
      font-weight: normal; }
  .searchBox_button::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #009FE3;
    position: absolute;
    top: 16px;
    left: -4px; }

.searchBox_search {
  display: flex;
  padding: 0 10px; }
  .searchBox_search input#keypresstext {
    width: calc(100% - 55px);
    padding-left: 10px; }

.searchBox_suggest {
  display: none; }
  .searchBox_suggest.open {
    z-index: 1100;
    display: block; }

@media (min-width: 768px) {
  .searchBox {
    position: relative; }
    .searchBox_search {
      display: flex;
      padding: 0 10px; }
    .searchBox_suggest {
      position: absolute;
      left: -100px;
      top: 55px; } }

@media (min-width: 992px) {
  .searchBox_suggest {
    position: absolute;
    left: 10px; } }

.lineHeadline h1,
.lineHeadline h2,
.lineHeadline h3,
.lineHeadline h4 {
  color: #0D5A9E;
  font-weight: 700;
  display: flex;
  align-items: center; }
  .lineHeadline h1 span,
  .lineHeadline h2 span,
  .lineHeadline h3 span,
  .lineHeadline h4 span {
    flex-grow: 1;
    white-space: nowrap;
    margin-right: 12px; }
  .lineHeadline h1::after,
  .lineHeadline h2::after,
  .lineHeadline h3::after,
  .lineHeadline h4::after {
    content: '';
    display: block;
    background-color: #0D5A9E;
    width: 100%;
    height: 1px; }

.lineHeadline h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px; }

.eTag {
  border: 1px solid #DCDCDC;
  background-color: #F2F2F2;
  color: #009FE3;
  border-radius: 2px;
  font-size: 12px;
  padding: 3px 4px;
  line-height: 1;
  transition: all .5s;
  display: inline-block; }
  .eTag:hover {
    text-decoration: none;
    background-color: #DCDCDC;
    border-color: #009FE3;
    color: #fff; }

.eBreadcrumbs {
  /*height: 30px;*/
  overflow: hidden;
  white-space: nowrap;
  margin-left: -8px;
  margin-right: -8px; }
  .eBreadcrumbs::before {
    display: block;
    height: 30px;
    width: 10px;
    background-color: red;
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    z-index: 11;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #F2F2F2 100%); }
  .eBreadcrumbs::after {
    display: block;
    height: 30px;
    width: 10px;
    background-color: red;
    content: '';
    position: absolute;
    right: 7px;
    top: 0;
    z-index: 11;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #F2F2F2 100%); }
  .eBreadcrumbs_holder {
    width: 100%;
    overflow: auto;
    padding: 0px 20px 0px 8px;
    background-color: transparent;
    margin-bottom: 0px; }
  .eBreadcrumbs li {
    display: inline-block;
    padding-bottom: 5px; }
    .eBreadcrumbs li a {
      background-color: #fff;
      border-radius: 2px 0 0 2px;
      border: 1px solid #DCDCDC;
      border-right: 0px;
      padding: 0px 14px 0 14px;
      position: relative;
      display: inline-block;
      margin-right: -5px;
      font-size: 14px;
      height: 30px;
      line-height: 30px;
      color: #009FE3 !important;
      border-left: 1px solid transparent;
      padding-left: 18px; }
      .eBreadcrumbs li a:hover {
        color: #009FE3 !important;
        text-decoration: none;
        background-color: #E9F8FF; }
        .eBreadcrumbs li a:hover::before {
          background-color: #E9F8FF; }
        .eBreadcrumbs li a:hover::after {
          background-color: #E9F8FF; }
      .eBreadcrumbs li a::before {
        display: block;
        content: '';
        height: 10px;
        width: 16px;
        background-color: white;
        border-bottom: 1px solid #DCDCDC;
        position: absolute;
        right: -5px;
        bottom: -6px;
        transform: rotateZ(300deg);
        transform-origin: 0 0;
        z-index: 10; }
      .eBreadcrumbs li a::after {
        display: block;
        content: '';
        height: 11px;
        width: 18px;
        background-color: white;
        border-top: 1px solid #DCDCDC;
        position: absolute;
        right: -15px;
        top: -1px;
        transform: rotateZ(60deg);
        transform-origin: 0 0;
        z-index: 10; }
      .eBreadcrumbs li a:not([href]):not([tabindex]):hover {
        color: #009FE3 !important;
        text-decoration: none; }
    .eBreadcrumbs li:first-of-type {
      padding-left: 0px; }
      .eBreadcrumbs li:first-of-type a {
        border-left: 1px solid #DCDCDC;
        padding-left: 10px; }
  @media (max-width: 991.98px) {
    .eBreadcrumbs li {
      display: none; }
      .eBreadcrumbs li:nth-last-child(2) {
        display: block; }
        .eBreadcrumbs li:nth-last-child(2) a {
          width: inherit;
          display: flex;
          border-left: 1px solid #DCDCDC;
          border-right: 1px solid #DCDCDC;
          padding-left: 0px; }
          .eBreadcrumbs li:nth-last-child(2) a:before {
            content: '\f0da';
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            margin-right: 15px;
            text-decoration: none;
            display: block;
            font-size: 24px;
            position: relative;
            padding-right: 10px;
            background-color: transparent;
            border-bottom: 0px solid transparent;
            right: 0px;
            bottom: 0px;
            transform: rotate(180deg);
            width: auto;
            height: auto;
            line-height: 27px;
            transform-origin: center; }
          .eBreadcrumbs li:nth-last-child(2) a:after {
            display: none; } }

.eFilter {
  border: 1px solid #85B0C4;
  border-radius: 5px;
  background-color: #fff; }
  .eFilter .redColor {
    color: red; }
  .eFilter_tabs {
    border-radius: 5px 5px 0 0;
    height: 42px;
    overflow: hidden;
    font-size: 0;
    display: flex;
    background-color: #E9F8FF; }
  .eFilter_priceHolder {
    display: flex; }
  .eFilter_PriceInput {
    max-width: 35%;
    border-radius: 5px;
    border: 1px solid #abc9d7;
    padding-left: 6px;
    font-size: 12px; }
    .eFilter_PriceInput:last-of-type {
      margin-left: 5px; }
    .eFilter_PriceInput:first-of-type {
      margin-right: 5px; }
    .eFilter_PriceInput_price {
      padding-left: 5px;
      align-self: center;
      height: auto;
      display: flex;
      font-size: 12px;
      top: 0; }
  .eFilter_tab {
    height: 42px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 42px;
    border-right: 1px solid #85B0C4;
    padding: 0 6px;
    border-bottom: 1px solid #85B0C4;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;
    /*&::after {
            background-image: url(../../Content/assets/img/icons/down-arrow.png);
            content: '';
            display: inline-block;
            width: 13px;
            height: 8px;
            margin-left: 6px;
        }*/ }
    .eFilter_tab:nth-last-of-type(2) {
      flex-grow: 1;
      border-right-width: 0; }
    .eFilter_tab:nth-last-of-type(2) .eFilter_tab:nth-last-of-type {
      border-right-width: 0; }
    .eFilter_tab.active {
      background-color: #FFF;
      border-bottom-color: #fff; }
    .eFilter_tab_arrow.asc::after {
      background-image: url(../../Content/assets/img/icons/down-arrow.png);
      transform: rotate(180deg);
      content: '';
      display: inline-block;
      width: 13px;
      height: 8px;
      margin-left: 12px; }
    .eFilter_tab_arrow.desc::after {
      background-image: url(../../Content/assets/img/icons/down-arrow.png);
      content: '';
      display: inline-block;
      width: 13px;
      height: 8px;
      margin-left: 12px; }
  .eFilter_resultsCount {
    display: none;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    cursor: default; }
  .eFilter_resultsCount::after {
    display: none; }
  .eFilter_content .extendedFilter {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 20px;
    font-size: 12px;
    padding-bottom: 10px; }
  .eFilter_price {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 25px;
    /*span {
            display: inline-block;
            position: relative;
            top: -8px;
        }*/ }
    .eFilter_price.noslider {
      margin-top: 0; }
    .eFilter_price #sliderPriceTogetherText {
      background-color: transparent;
      border: 0;
      margin-top: 0px;
      flex-basis: calc(100% - 0px);
      justify-content: center;
      flex-direction: column;
      padding-left: 39px;
      width: 100%;
      text-align: center; }
  .eFilter_view {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 20px; }
  .eFilter_productsPerPage {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left: auto; }
  .eFilter_OrderDate {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
    display: flex;
    align-items: center;
    margin-top: 0px; }
    .eFilter_OrderDate span.input-group-addon {
      _display: none; }
    .eFilter_OrderDate .input-group .form-control {
      max-height: 30px;
      border-radius: 5px; }
  .eFilter_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: flex-start;
    margin: 0;
    margin-top: 20px; }
  .eFilter_row2 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: flex-start;
    margin: 0;
    flex-direction: column-reverse; }
  .eFilter_priceSliderHolder {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    order: 0;
    flex-wrap: wrap;
    text-align: center;
    flex-basis: calc(33.33% - 0px);
    min-width: calc(100% - 58px); }
    .eFilter_priceSliderHolder span {
      display: block;
      width: 95px;
      text-align: center;
      order: 2;
      min-width: 50%; }
      .eFilter_priceSliderHolder span:first-of-type {
        text-align: left; }
      .eFilter_priceSliderHolder span:last-of-type {
        text-align: right; }
      .eFilter_priceSliderHolder span input {
        border: 0px solid transparent; }
        .eFilter_priceSliderHolder span input:disabled {
          background: transparent; }
  .eFilter_headline {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    margin-right: 8px;
    align-self: center; }
  .eFilter_priceSlider {
    flex-grow: 1;
    margin-top: 7px;
    min-width: 100%;
    margin-bottom: 10px; }
  .eFilter_viewIcons {
    margin-top: 5px; }
  .eFilter_viewIcon {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer; }
    .eFilter_viewIcon.active img.active {
      display: block; }
    .eFilter_viewIcon.active img.pasive {
      display: none; }
    .eFilter_viewIcon.active:hover img.active {
      display: none; }
    .eFilter_viewIcon.active:hover img.pasive {
      display: block; }
    .eFilter_viewIcon.pasive img.active {
      display: none; }
    .eFilter_viewIcon.pasive img.pasive {
      display: block; }
    .eFilter_viewIcon.pasive:hover img.active {
      display: block; }
    .eFilter_viewIcon.pasive:hover img.pasive {
      display: none; }
  .eFilter_moreOptions {
    border: 0px;
    cursor: pointer;
    padding: 10px 18px;
    font-weight: 700;
    display: inline-block;
    border-radius: 5px;
    background-color: #009FE3;
    color: #fff;
    transition: all .3s;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    display: block;
    border: 1px solid #009FE3; }
    .eFilter_moreOptions:focus {
      outline: 0; }
    .eFilter_moreOptions::after {
      content: '';
      display: inline-block;
      margin-left: 15px;
      background-image: url(../../Content/assets/img/icons/arrow-white.png);
      width: 11px;
      height: 11px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .eFilter_moreOptions:hover, .eFilter_moreOptions.active {
      background-color: transparent;
      color: #009FE3; }
      .eFilter_moreOptions:hover::after, .eFilter_moreOptions.active::after {
        background-image: url(../../Content/assets/img/icons/account-arrow.png);
        transform: rotateX(180deg); }
  .eFilter_flags {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex-wrap: wrap; }
  .eFilter_flag {
    _min-width: 100px;
    display: inline-block;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 40px; }
    .eFilter_flag label {
      margin-bottom: 0; }
  .eFilter_parameterHolder {
    color: #0D5A9E;
    font-size: 14px;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .eFilter_parameterHolder {
        width: 100%;
        display: inline-block; }
        .eFilter_parameterHolder .head {
          padding: 10px 10px 10px 15px;
          background-color: #e9f8ff;
          font-weight: 700;
          white-space: nowrap;
          text-decoration: none; }
          .eFilter_parameterHolder .head:first-of-type {
            border-top: 1px solid #85B0C4; }
          .eFilter_parameterHolder .head_arrow.asc::before {
            background-image: url(../../Content/assets/img/icons/down-arrow.png);
            transform: rotate(180deg);
            content: '';
            display: inline-block;
            width: 13px;
            height: 8px;
            margin-right: 12px; }
          .eFilter_parameterHolder .head_arrow.desc::before {
            background-image: url(../../Content/assets/img/icons/down-arrow.png);
            content: '';
            display: inline-block;
            width: 13px;
            height: 8px;
            margin-right: 12px; }
        .eFilter_parameterHolder .extPanel {
          border-top: 1px solid #85B0C4;
          padding: 10px;
          color: black; }
          .eFilter_parameterHolder .extPanel_values {
            display: flex;
            justify-content: flex-start;
            flex-direction: row;
            flex-flow: wrap; }
            .eFilter_parameterHolder .extPanel_values .value {
              padding-left: 30px; }
              .eFilter_parameterHolder .extPanel_values .value label {
                _font-size: 12px; }
        .eFilter_parameterHolder:first-of-type {
          margin-top: 30px; } }
  .eFilter_parameter {
    color: #0D5A9E;
    font-size: 14px;
    width: 100%;
    display: inline-block; }
    .eFilter_parameter .head {
      padding: 10px 10px 10px 15px;
      background-color: #e9f8ff;
      font-weight: 700;
      white-space: nowrap;
      text-decoration: none;
      font-size: 12px; }
      .eFilter_parameter .head:first-of-type {
        border-top: 1px solid #85B0C4;
        _border-left: 1px solid #85B0C4;
        _border-right: 1px solid #85B0C4; }
      .eFilter_parameter .head_arrow.asc::before {
        background-image: url(../../Content/assets/img/icons/down-arrow.png);
        transform: rotate(180deg);
        content: '';
        display: inline-block;
        width: 13px;
        height: 8px;
        margin-right: 12px; }
      .eFilter_parameter .head_arrow.desc::before {
        background-image: url(../../Content/assets/img/icons/down-arrow.png);
        content: '';
        display: inline-block;
        width: 13px;
        height: 8px;
        margin-right: 12px; }
    .eFilter_parameter .extPanel {
      border-top: 1px solid #85B0C4;
      _border-left: 1px solid #85B0C4;
      _border-right: 1px solid #85B0C4;
      padding: 10px;
      color: black; }
      .eFilter_parameter .extPanel_values .value {
        padding-left: 0px; }
        .eFilter_parameter .extPanel_values .value label {
          font-size: 12px; }
    .eFilter_parameter:first-of-type {
      margin-top: 10px; }
    .eFilter_parameter:last-of-type {
      _border-bottom: 1px solid #85B0C4; }
    @media (min-width: 992px) {
      .eFilter_parameter .extPanel {
        border-top: 1px solid #85B0C4;
        _border-left: 1px solid #85B0C4;
        _border-right: 1px solid #85B0C4;
        padding: 10px;
        color: black; }
        .eFilter_parameter .extPanel_values {
          display: flex;
          justify-content: flex-start;
          flex-direction: row;
          flex-flow: wrap; }
          .eFilter_parameter .extPanel_values .value {
            padding-left: 30px; }
            .eFilter_parameter .extPanel_values .value label {
              font-size: 12px; }
      .eFilter_parameter:first-of-type {
        margin-top: 10px; }
      .eFilter_parameter:last-of-type {
        _border-bottom: 1px solid #85B0C4; } }
  .eFilter_moreOptionsHolder {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: initial; }
  .eFilter_extendFilter {
    border-top: 1px solid #85B0C4;
    padding-top: 10px;
    padding-bottom: 10px; }
    .eFilter_extendFilter .eFilter_headline {
      display: block;
      margin-bottom: 5px; }
  .eFilter_extendBlock {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .eFilter_selected {
    border-top: 1px solid #85B0C4;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center; }
  .eFilter_selectedTags {
    padding: 15px 0;
    flex-grow: 1; }
  .eFilter_selectedTag {
    background-color: #e9f8ff;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid lightgray;
    margin-top: 5px; }
    .eFilter_selectedTag .colorBlock {
      vertical-align: middle;
      display: inline-block;
      margin-bottom: 3px;
      border-radius: 2px;
      width: 14px;
      height: 14px; }
    .eFilter_selectedTag .delete {
      font-weight: 700;
      color: #EF3E3E;
      line-height: 12px;
      cursor: pointer; }
  .eFilter_selectedTagDeleteAll {
    padding: 15px 0;
    padding-left: 5px; }
    .eFilter_selectedTagDeleteAll:hover .deleteAll {
      color: #0D5A9E; }
    .eFilter_selectedTagDeleteAll .deleteAll {
      background: transparent;
      border: 0;
      padding: 0;
      color: #009FE3;
      font-size: 12px;
      _font-weight: 700;
      white-space: nowrap; }
      .eFilter_selectedTagDeleteAll .deleteAll:focus {
        outline: 0; }
      .eFilter_selectedTagDeleteAll .deleteAll .delete {
        font-weight: 800;
        color: #EF3E3E;
        line-height: 12px;
        cursor: pointer; }
  .eFilter_colorBlock {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #85B0C4; }
    .eFilter_colorBlock.active {
      border-width: 3px; }
  @media (min-width: 992px) {
    .eFilter_row2 {
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center; }
    .eFilter_tab {
      padding: 0 15px;
      font-size: 14px; }
      .eFilter_tab::after {
        margin-left: 12px; }
      .eFilter_tab:nth-last-of-type(2) {
        flex-grow: 0;
        border-right-width: 1px; }
      .eFilter_tab:last-of-type {
        flex-grow: 1;
        border-right-width: 0; }
    .eFilter_resultsCount {
      display: block;
      flex-grow: 1;
      border-bottom: 1px solid #85B0C4; }
    .eFilter_price {
      flex: 0 0 50%;
      max-width: 50%; }
      .eFilter_price .eFilter_headline {
        display: inline-block; }
      .eFilter_price span {
        order: initial;
        flex-grow: initial;
        min-width: auto; }
        .eFilter_price span:first-of-type {
          text-align: right; }
        .eFilter_price span:last-of-type {
          text-align: left; }
    .eFilter_priceSliderHolder {
      flex-wrap: nowrap;
      /*flex-grow: 1;*/
      padding: 0; }
    .eFilter_priceSlider {
      min-width: initial;
      order: initial;
      flex-grow: 1;
      margin-left: 15px;
      margin-right: 15px; }
    .eFilter_view {
      flex: 0 0 25%;
      max-width: 25%; }
      .eFilter_view_productsPerPage {
        flex: 0 0 25%;
        max-width: 25%; }
      .eFilter_view_OrderDate {
        flex: 0 0 50%;
        max-width: 50%; }
        .eFilter_view_OrderDate span.input-group-addon {
          _display: none; }
        .eFilter_view_OrderDate .input-group .form-control {
          max-height: 30px;
          border-radius: 5px; } }

@media (min-width: 992px) and (min-width: 1200px) {
  .eFilter_headline {
    font-size: 12px; }
  .eFilter_price {
    flex: 0 0 50%;
    max-width: 50%;
    align-items: center; }
  .eFilter_view {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px; }
  .eFilter_productsPerPage {
    flex: 0 0 30%;
    max-width: 30%; }
  .eFilter_OrderDate {
    flex: 0 0 50%;
    max-width: 50%; }
    .eFilter_OrderDate span.input-group-addon {
      _display: none; }
    .eFilter_OrderDate .input-group .form-control {
      max-height: 30px;
      border-radius: 5px; } }

@media (min-width: 992px) and (max-width: 991.98px) {
  .eFilter_PriceInput {
    max-width: 40%; }
  .eFilter_flag {
    padding-right: 15px; } }

@media (min-width: 992px) and (max-width: 767.98px) {
  .eFilter_PriceInput {
    max-width: 40%; } }

@media (min-width: 992px) and (max-width: 575.98px) {
  .eFilter_PriceInput {
    max-width: 38%; }
  .eFilter_price {
    padding-left: 10px;
    padding-right: 25px; }
  .eFilter_productsPerPage {
    margin-left: 0px; } }
  .eFilter #sliderPriceFrom, .eFilter #sliderPriceTo {
    display: none; }
  .eFilter .extended {
    width: 100%; }

.eProductBox {
  display: block;
  padding: 16px 5px;
  text-align: center;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  z-index: 100;
  flex: 0 0 50%;
  max-width: 50%; }
  .eProductBox .more-info {
    color: #0D5A9E;
    font-size: 14px; }
    .eProductBox .more-info span {
      font-size: 12px; }
  .eProductBox_parameters {
    padding-top: 10px;
    /*height: 100%;
        min-height: 334.8px;*/ }
    .eProductBox_parameters h4 {
      font-size: 12px;
      font-weight: 700;
      text-decoration: underline;
      color: #0D5A9E; }
    .eProductBox_parameters table {
      font-size: 12px;
      display: flex;
      justify-content: center; }
      .eProductBox_parameters table td:nth-of-type(1) {
        text-align: left;
        font-weight: 700;
        vertical-align: top; }
      .eProductBox_parameters table td:nth-of-type(2) {
        text-align: left; }
  .eProductBox .eBtn {
    font-size: 11px;
    padding: 7px 10px; }
  .eProductBox:nth-of-type(1) {
    border-radius: 5px 0 0 0; }
  .eProductBox:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.32);
    text-decoration: none;
    border-right-color: transparent;
    border-bottom-color: transparent;
    z-index: 110; }
  .eProductBox:hover .eProductBox_anotation {
    display: block; }
  .eProductBox_rank1 {
    border-bottom: 3px solid #6ec66e; }
  .eProductBox_rank2 {
    border-bottom: 3px solid #c9d611; }
  .eProductBox_rank3 {
    border-bottom: 3px solid #e90808; }
  .eProductBox_rank4 {
    border-bottom: 3px solid #009fe3; }
  .eProductBox_rank5 {
    border-bottom: 3px solid #999fa1; }
  .eProductBox:nth-last-of-type(1) {
    border-bottom-width: 0; }
  .eProductBox_toBasket {
    display: flex; }
  .eProductBox_toBasketBtn {
    height: 30px;
    width: 48px;
    min-width: 48px;
    margin-left: 6px;
    background-color: #009FE3;
    border-radius: 5px;
    border: 0;
    text-align: center;
    cursor: pointer;
    padding: 0; }
  .eProductBox_imgHolder {
    _height: 170px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    position: relative; }
    .eProductBox_imgHolder img {
      max-width: 100%;
      max-height: 100%; }
  .eProductBox_productCode {
    font-size: 8px;
    color: #585858;
    display: block;
    height: 11px;
    margin-bottom: 8px; }
  .eProductBox h2 {
    font-size: 14px;
    font-weight: 700;
    color: #0D5A9E;
    padding: 0 10px;
    line-height: 1.4;
    overflow: hidden;
    height: 58.8px;
    margin-bottom: 0; }
  .eProductBox_variant {
    font-size: 12px;
    color: #000000;
    display: block;
    height: 18px;
    position: relative; }
    .eProductBox_variant:hover .eProductBoxVarianPop {
      display: block; }
  .eProductBox_supplier {
    _font-size: 12px;
    font-size: 11px;
    color: #95989A;
    display: block;
    _height: 18px;
    position: relative;
    _margin-bottom: 10px; }
    .eProductBox_supplier:hover .eProductBoxVarianPop {
      display: block; }
  .eProductBox_unit {
    color: #95989A;
    _font-size: 12px;
    font-size: 11px;
    display: block;
    margin-top: 1px; }
  .eProductBox_garancy {
    color: #95989A;
    _font-size: 12px;
    font-size: 11px;
    _padding-top: 5px;
    display: block; }
    .eProductBox_garancy .RedLabel {
      color: red;
      font-weight: 700; }
  .eProductBox_priceTable {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 10px;
    white-space: nowrap;
    font-weight: 700;
    height: 32px; }
    .eProductBox_priceTable tr:first-of-type {
      color: #0D5A9E; }
    .eProductBox_priceTable tr:last-of-type {
      color: #95989A; }
    .eProductBox_priceTable tr:nth-child(2) {
      color: #95989A; }
    .eProductBox_priceTable td:first-of-type {
      text-align: left;
      width: 100%; }
    .eProductBox_priceTable td:last-of-type {
      text-align: right; }
  .eProductBox_controlHolder {
    padding: 0 8px;
    _margin-top: 24px;
    margin-top: 5px; }
    .eProductBox_controlHolder_ownProduct {
      margin: 0; }
      .eProductBox_controlHolder_ownProduct .unit {
        display: flex;
        justify-content: center; }
  .eProductBox_anotation {
    display: none;
    position: absolute;
    _font-size: 12px;
    font-size: 10px;
    background-color: #fff;
    padding: 0 5px;
    bottom: 0px;
    color: #000;
    margin-bottom: 0px; }
    .eProductBox_anotation::before {
      content: '';
      height: 20px;
      width: 90%;
      display: block;
      position: absolute;
      top: -20px;
      background: linear-gradient(transparent, #fff); }
  @media (min-width: 768px) {
    .eProductBox_productCode {
      height: 10px;
      font-size: 10px;
      _height: 12px;
      _font-size: 12px; }
    .eProductBox_parameters {
      /*height: 100%;
            min-height: 343.8px;*/
      display: flex;
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 991.98px) {
    .eProductBox_productCode {
      height: 12px;
      font-size: 12px; }
    .eProductBox:nth-of-type(2n + 2) {
      border-right-width: 0px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .eProductBox {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      .eProductBox_priceTable {
        font-size: 12px;
        margin-left: 16px;
        margin-right: 16px;
        height: 40px; }
      .eProductBox:nth-of-type(3n + 3) {
        border-right-width: 0px; }
      .eProductBox:nth-last-of-type(-n1) {
        border-bottom-width: 0; }
      .eProductBox:nth-last-of-type(-n2) {
        border-bottom-width: 0; } }
  @media (min-width: 1200px) {
    .eProductBox {
      flex: 0 0 25%;
      max-width: 25%; }
      .eProductBox_priceTable {
        font-size: 12px;
        margin-left: 16px;
        margin-right: 16px;
        height: 40px; }
      .eProductBox:nth-of-type(4n + 4) {
        border-right-width: 0px; }
      .eProductBox:nth-last-of-type(-n1) {
        border-bottom-width: 0; }
      .eProductBox:nth-last-of-type(-n2) {
        border-bottom-width: 0; }
      .eProductBox:nth-last-of-type(-n3) {
        border-bottom-width: 0; } }
  @media (max-width: 991.98px) {
    .eProductBox_toBasket {
      display: block; }
    .eProductBox_toBasketBtn {
      height: 35px;
      width: 100%;
      margin-left: 0px;
      margin-top: 5px;
      background-color: #009FE3;
      border-radius: 5px;
      border: 0;
      text-align: center;
      cursor: pointer;
      padding: 0; } }

.eProductBoxVarianPop {
  display: none;
  position: absolute;
  width: 435px;
  z-index: 1200;
  top: 0px;
  left: 40px;
  padding: 30px;
  text-align: left; }
  .eProductBoxVarianPop_inner {
    background-color: #fff;
    border: 1px solid #95989A;
    position: relative; }
    .eProductBoxVarianPop_inner::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      top: -6px;
      left: 25px;
      background-color: #fff;
      border-left: 1px solid #95989A;
      border-top: 1px solid #95989A;
      position: absolute;
      transform: rotateZ(45deg); }
  .eProductBoxVarianPop_header {
    padding: 10px 20px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 15px; }
    .eProductBoxVarianPop_header h4 {
      color: #009FE3;
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 5px; }
    .eProductBoxVarianPop_header p {
      margin-bottom: 0; }
  .eProductBoxVarianPop table {
    width: calc(100% - 28px - 20px);
    margin: 0 28px 25px 20px; }
    .eProductBoxVarianPop table th {
      font-weight: 700; }
    .eProductBoxVarianPop table td,
    .eProductBoxVarianPop table th {
      padding: 2px 4px; }
    .eProductBoxVarianPop table th:nth-of-type(3),
    .eProductBoxVarianPop table th:nth-of-type(4),
    .eProductBoxVarianPop table td:nth-of-type(3),
    .eProductBoxVarianPop table td:nth-of-type(4) {
      text-align: right; }

.eBasketCounter {
  border-radius: 5px;
  display: flex;
  max-width: 100%;
  height: 30px; }
  .eBasketCounter_ownProduct {
    width: 140px; }
  .eBasketCounter_inputW {
    flex-grow: 0;
    display: flex;
    font-size: 14px;
    color: #000;
    border: 1px solid #009FE3; }
    .eBasketCounter_inputW input {
      width: 100%;
      max-width: 100%;
      display: block;
      border: 0;
      text-align: center;
      height: 100%; }
      .eBasketCounter_inputW input:focus {
        outline: 0; }
    .eBasketCounter_inputW input[type=number]::-webkit-inner-spin-button,
    .eBasketCounter_inputW input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .eBasketCounter_inputW span {
      display: block;
      cursor: default;
      padding: 0 4px;
      line-height: 32px; }
  .eBasketCounter_minusBtn, .eBasketCounter_plusBtn {
    min-width: 35px;
    display: block;
    flex-grow: 2;
    border: 0;
    background-color: #009FE3;
    color: #fff;
    transition: background-color .5s;
    font-size: 16px;
    font-weight: 700;
    padding: 0; }
    .eBasketCounter_minusBtn:hover, .eBasketCounter_plusBtn:hover {
      background-color: #0D5A9E; }
    .eBasketCounter_minusBtn:focus, .eBasketCounter_plusBtn:focus {
      outline: 0; }
  .eBasketCounter_minusBtn {
    border-radius: 5px 0 0 5px; }
  .eBasketCounter_plusBtn {
    border-radius: 0 5px 5px 0; }
  .eBasketCounter.correctDeliveryNote {
    max-width: 60%;
    justify-content: center;
    display: flex;
    position: relative;
    margin: 0 auto; }
  @media (max-width: 991.98px) {
    .eBasketCounter {
      width: 100%; }
      .eBasketCounter_ownProduct {
        width: 110px; }
      .eBasketCounter_inputW {
        width: 100%; }
        .eBasketCounter_inputW input {
          width: 85%;
          max-width: 85%; }
      .eBasketCounter.correctDeliveryNote {
        max-width: 100%;
        justify-content: center;
        display: flex; } }
  @media (max-width: 1199.98px) {
    .eBasketCounter {
      width: 100%; }
      .eBasketCounter_inputW {
        width: 100%; }
        .eBasketCounter_inputW input {
          width: 100%;
          max-width: 100%;
          text-align: center; }
        .eBasketCounter_inputW span {
          display: none; } }

/*@import '../../css/nouislider.min.css';*/
/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
.noUi-target,
.noUi-target * {
  touch-action: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top .3s, right .3s, bottom .3s, left .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 7px; }

.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 23px;
  left: -11px;
  top: -8px; }

.noUi-target {
  background: #fff;
  border-radius: 0px;
  border: 1px solid #B8DAE9;
  box-shadow: none; }

.noUi-connect {
  background: #B8DAE9;
  border-radius: 4px;
  box-shadow: none; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 0;
  border-radius: 5px;
  background: #508198;
  cursor: default;
  box-shadow: none; }
  .noUi-handle:focus {
    outline: 0; }

.noUi-active {
  box-shadow: none; }

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 11px;
  width: 1px;
  background: #85B0C4;
  left: 9.5px;
  top: 6px; }

.noUi-handle:after {
  left: 12.5px; }

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

[type="checkbox"]:not(:checked) + label.checkbox_center,
[type="checkbox"]:checked + label.checkbox_center {
  position: relative;
  padding-left: 0px;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #85B0C4;
  background: #fff;
  border-radius: 2px;
  margin: 0 auto; }

[type="checkbox"]:not(:checked) + label.checkbox_center:before,
[type="checkbox"]:checked + label.checkbox_center:before {
  content: '';
  position: relative;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #85B0C4;
  background: #fff;
  border-radius: 2px;
  margin: 0 auto; }

[type="checkbox"]:not(:checked) + label.small:before,
[type="checkbox"]:checked + label.small:before {
  width: 12px;
  height: 12px; }

[type="checkbox"]:not(:checked) + label.small,
[type="checkbox"]:checked + label.small {
  padding-left: 12px; }

[type="checkbox"]:checked + label:before {
  background-color: #EF3E3E;
  border-color: #EF3E3E;
  content: '\2713';
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center; }

[type="checkbox"]:checked + label.checkbox_center:before {
  background-color: #EF3E3E;
  border-color: #EF3E3E;
  content: '\2713';
  color: white;
  font-weight: 700; }

[type="checkbox"]:checked + label.tableHeader:after {
  background-color: #EF3E3E;
  border-color: #EF3E3E;
  content: '\2713';
  color: white;
  font-weight: 700; }

/* checked mark aspect */
/*[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  //content: '✔';
  content: '\2713';
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 13px;
  line-height: 0.8;
  font-weight: bold;
  color: white;
  transition: all .2s;
}*/
[type="checkbox"]:not(:checked) + label.small:after,
[type="checkbox"]:checked + label.small:after {
  top: 3px;
  left: 3px;
  font-size: 8px; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* hover style just for information */
[type="checkbox"]:not(:checked) + label:hover:before {
  border: 1px solid #508198; }

.checkbox-container {
  display: block;
  right: 15px;
  top: 13px;
  position: absolute;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .checkbox-container input:checked + label:before {
      background-color: white;
      border-color: #009fe3;
      content: '\2713';
      color: #009fe3;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 0px !important;
    margin-bottom: 0px; }
    .checkbox-container .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.eSelect_border {
  /*border: 1px solid #85B0C4;*/
  display: inline-block;
  /*border-radius: 5px;*/
  height: 34px; }

.eSelect_select {
  border: 0px;
  background: transparent;
  padding: 0 5px;
  height: 34px; }
  .eSelect_select:focus {
    outline: 0; }

.eFilter .eSelect_border {
  border: 1px solid #85B0C4;
  display: inline-block;
  border-radius: 5px;
  height: 25px;
  font-size: 12px; }

.eFilter .eSelect_select {
  border: 0px;
  background: transparent;
  padding: 0 5px;
  height: 25px;
  width: 100%; }
  .eFilter .eSelect_select:focus {
    outline: 0; }

.ePagination {
  text-align: center;
  padding: 15px 0;
  width: 100%; }
  .ePagination li {
    list-style-type: none;
    display: inline-block;
    padding-left: 5px; }
    .ePagination li a, .ePagination li span {
      display: inline-block;
      min-width: 27px;
      height: 27px;
      text-align: center;
      border-radius: 3px;
      font-size: 14px;
      font-weight: 600;
      padding: 2px 2px;
      border: 1px solid #BBBBBB;
      color: #000;
      background-color: #Fff;
      text-decoration: none;
      vertical-align: top;
      margin-right: 1px; }
      .ePagination li a:hover, .ePagination li a.active, .ePagination li span:hover, .ePagination li span.active {
        text-decoration: none;
        background-color: #009FE3;
        border-color: #009FE3;
        color: #fff; }
      .ePagination li a.prev, .ePagination li a.next, .ePagination li span.prev, .ePagination li span.next {
        background-color: #0D5A9E;
        background-image: url(../../img/icons/arrow-white.png);
        background-repeat: no-repeat;
        background-position: center;
        transform: rotateZ(90deg);
        border: 0px; }
      .ePagination li a.next, .ePagination li span.next {
        transform: rotateZ(270deg); }
    .ePagination li.active span {
      text-decoration: none;
      background-color: #009FE3;
      border-color: #009FE3;
      color: #fff; }
  .ePagination span {
    font-size: 14px; }

.eBadges {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .eBadges_sale {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #EF3E3E;
    display: block;
    top: 0px;
    right: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding-top: 12px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .eBadges_badge {
    display: block;
    color: #fff;
    padding: 2px 7px;
    margin-bottom: 3px;
    border-radius: 0 5px 5px 0;
    _font-size: 12px;
    font-size: 9px;
    font-weight: 700; }
  .eBadges__red {
    background-color: #EF3E3E; }
  .eBadges__orange {
    background-color: #EFA23E; }
  .eBadges__blue {
    background-color: #009FE3; }
  .eBadges__green {
    background-color: #54b075; }
  .eBadges__parameter {
    background-color: #E9F8FF;
    color: black;
    border: 1px solid lightgray; }

.eBadgesIlustrative {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .eBadgesIlustrative_badge {
    display: block;
    color: #fff;
    padding: 2px 7px;
    margin-bottom: 3px;
    border-radius: 0 5px 5px 0;
    _font-size: 12px;
    font-size: 9px;
    font-weight: 700; }
  .eBadgesIlustrative__neutral {
    font-weight: normal;
    color: black; }

.eBadgesOrder {
  top: -2px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start; }
  .eBadgesOrder_badge_order {
    display: block;
    color: #fff;
    padding: 2px 7px;
    margin-bottom: 3px;
    margin-right: 3px;
    margin-top: 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 10px;
    font-weight: 700; }
  .eBadgesOrder__red {
    background-color: #EF3E3E; }
  .eBadgesOrder__orange {
    background-color: #EFA23E; }
  .eBadgesOrder__blue {
    background-color: #009FE3; }
  .eBadgesOrder__green {
    background-color: #54b075; }
  .eBadgesOrder__parameter {
    background-color: #E9F8FF;
    color: black;
    border: 1px solid lightgray; }

.modal-title {
  color: #0D5A9E;
  font-weight: 700; }

.modal-content {
  border-radius: 0;
  border: 0px; }

.modal-header {
  border-bottom-color: #BFE4F5;
  background-color: #E9F8FF; }

.modal-footer {
  border-top-color: #BFE4F5; }

.addToBasketModal .bp-header {
  padding: 0px !important; }

.addToBasketModal .bp-container {
  height: auto; }

.addToBasketModal .bp-contents {
  padding: 0px !important;
  flex: none !important; }
  .addToBasketModal .bp-contents .scrollable {
    overflow-y: scroll;
    max-height: 500px; }

.addToBasketModal .bp-footer {
  padding: 0px !important;
  border-top: none !important; }

#addToBasket .bp-container .bp-contents {
  overflow-x: hidden; }

dialog > .bp-container > .bp-contents {
  flex: none !important; }

.cartMenu {
  border: 1px solid #009FE3;
  background-color: #BFE4F5;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  min-height: 40px;
  margin-bottom: 10px; }
  .cartMenu_item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
    font-size: 10px;
    padding: 0 5px;
    text-align: center;
    border-right: 1px solid #009FE3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D5A9E;
    /*span {
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
    }*/ }
    .cartMenu_item-last {
      border-right-width: 0; }
    .cartMenu_item.active {
      background-color: #009FE3;
      color: #fff; }
  .cartMenu a:hover {
    text-decoration: none;
    background-color: #009FE3;
    color: #fff; }
  @media (min-width: 768px) {
    .cartMenu {
      margin-bottom: 22px; }
      .cartMenu_item {
        font-size: 14px; }
        .cartMenu_item.active::after {
          content: '';
          display: block;
          position: absolute;
          bottom: -10px;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #009FE3; } }
  @media (min-width: 992px) {
    .cartMenu {
      height: 60px; }
      .cartMenu_item {
        font-size: 18px; } }

.eUserMenu {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px; }
  .eUserMenu_button {
    background-color: #0D5A9E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer; }
    .eUserMenu_button.open::after {
      transform: rotateZ(180deg); }
    .eUserMenu_button::after {
      display: inline-block;
      content: '';
      background-image: url(../../img/icons/arrow-white.png);
      width: 10px;
      height: 5px; }
  .eUserMenu_menu {
    border: 1px solid #85B0C4;
    display: none;
    border-radius: 0 0 5px 5px;
    background-color: #E9F8FF; }
    .eUserMenu_menu.show {
      display: block; }
    .eUserMenu_menu a {
      display: block;
      color: #0D5A9E;
      font-size: 10px;
      font-weight: 700;
      padding: 7px 12px;
      border-bottom: 1px solid #85B0C4; }
      .eUserMenu_menu a:hover, .eUserMenu_menu a.active {
        background-color: #BFE4F5;
        text-decoration: none; }
      .eUserMenu_menu a:last-of-type {
        border-bottom-width: 0; }
  @media (min-width: 992px) {
    .eUserMenu_button {
      height: 45px;
      font-size: 14px;
      cursor: initial; }
      .eUserMenu_button::after {
        display: none; }
    .eUserMenu_menu {
      display: block; }
      .eUserMenu_menu a {
        display: flex;
        align-items: center;
        padding: 5px 18px;
        height: 45px;
        font-size: 14px;
        position: relative; }
        .eUserMenu_menu a:hover::after, .eUserMenu_menu a.active::after {
          display: block;
          width: 8px;
          height: 16px;
          background-image: url(../../img/icons/slider-arrow.png);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          position: absolute;
          right: 10px;
          content: ''; } }

.ePopUp_info .modal {
  max-height: fit-content; }

.ePopUp_info .bp-container {
  border-radius: 5px;
  border: 1px solid #85B0C4;
  overflow: hidden;
  background-color: #E9F8FF;
  _height: auto; }
  .ePopUp_info .bp-container .bp-header {
    background-color: #BFE4F5;
    padding: 0 15px;
    min-height: 60px;
    display: flex;
    align-items: center;
    color: #0D5A9E; }
    .ePopUp_info .bp-container .bp-header button.close {
      position: absolute;
      right: 0;
      padding: 1rem; }
  @media (max-width: 991.98px) {
    .ePopUp_info .bp-container .bp-contents {
      max-height: 450px;
      overflow-y: scroll;
      height: auto !important; } }
  .ePopUp_info .bp-container .bp-contents .content-holder {
    display: flex; }
    .ePopUp_info .bp-container .bp-contents .content-holder .icon-content {
      font-size: 60px; }
      .ePopUp_info .bp-container .bp-contents .content-holder .icon-content i {
        color: #009FE3; }
    .ePopUp_info .bp-container .bp-contents .content-holder label.fav_title {
      font-size: 12px;
      text-align: center;
      width: 100%;
      color: #1a63a4; }
    .ePopUp_info .bp-container .bp-contents .content-holder ._content {
      text-align: center;
      font-size: 14px;
      padding-left: 10px;
      color: #0D5A9E !important;
      display: flex;
      align-self: center;
      justify-content: center; }
    .ePopUp_info .bp-container .bp-contents .content-holder.inline {
      display: block; }
    .ePopUp_info .bp-container .bp-contents .content-holder .admin-control {
      width: 100%; }
    .ePopUp_info .bp-container .bp-contents .content-holder [type="checkbox"]:not(:checked) + label, .ePopUp_info .bp-container .bp-contents .content-holder [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 30px;
      padding-top: 3px;
      cursor: pointer; }
  .ePopUp_info .bp-container .bp-contents .content-holder.block {
    display: block; }
    .ePopUp_info .bp-container .bp-contents .content-holder.block .email-list, .ePopUp_info .bp-container .bp-contents .content-holder.block .phone-list {
      width: 100%;
      padding-bottom: 20px; }
      .ePopUp_info .bp-container .bp-contents .content-holder.block .email-list h3, .ePopUp_info .bp-container .bp-contents .content-holder.block .phone-list h3 {
        text-align: center;
        color: #0d5a9e;
        font-size: 18px;
        font-weight: bold; }
      .ePopUp_info .bp-container .bp-contents .content-holder.block .email-list div, .ePopUp_info .bp-container .bp-contents .content-holder.block .phone-list div {
        text-align: center; }
  .ePopUp_info .bp-container .bp-contents .separator {
    padding: 15px;
    border: 1px solid #85B0C4;
    margin-bottom: 20px;
    border-radius: 5px; }
  .ePopUp_info .bp-container .bp-contents input {
    width: 100%;
    padding: 5px 7px;
    border: 1px solid #85B0C4;
    height: 35px;
    border-radius: 5px; }
  .ePopUp_info .bp-container .bp-contents .dotvvm-bp-drop-down-list {
    border: 1px solid #85B0C4;
    height: 35px;
    width: 100%;
    display: block;
    position: relative;
    line-height: 35px;
    border-radius: 5px; }
    .ePopUp_info .bp-container .bp-contents .dotvvm-bp-drop-down-list .bp-value {
      padding: 0px; }
      .ePopUp_info .bp-container .bp-contents .dotvvm-bp-drop-down-list .bp-value .bp-contents {
        padding: 0px; }
    .ePopUp_info .bp-container .bp-contents .dotvvm-bp-drop-down-list span {
      line-height: 35px;
      padding-left: 5px; }
  .ePopUp_info .bp-container .bp-footer {
    padding: 6px;
    color: #b7b0b0; }
    .ePopUp_info .bp-container .bp-footer .eBtn_cancel {
      background-color: #888888;
      color: #fff !important; }
    .ePopUp_info .bp-container .bp-footer ._footer {
      text-align: center;
      padding: 9px 0; }
    .ePopUp_info .bp-container .bp-footer .modal-footer {
      padding: 0.5rem;
      border-top: none; }
  .ePopUp_info .bp-container .form-group {
    width: 100%; }
    .ePopUp_info .bp-container .form-group .dotvvm-bp-drop-down-list {
      width: 100%;
      height: 40px;
      line-height: 35px;
      padding-left: 5px;
      font-size: 15px; }

@media (max-width: 991.98px) {
  .ePopUp_error .dotvvm-bp-modal-dialog.dotvvm-bp-dialog.dotvvm-bp-default.dotvvm-bp-control.bp-state-active.bp-state-opened {
    max-height: 450px; } }

.ePopUp_error .bp-container {
  border-radius: 5px;
  border: 1px solid #85B0C4;
  overflow: hidden;
  background-color: #E9F8FF;
  height: auto; }
  .ePopUp_error .bp-container .bp-header {
    background-color: #BFE4F5;
    padding: 0 35px;
    min-height: 80px;
    display: flex;
    align-items: center;
    color: #0D5A9E; }
  .ePopUp_error .bp-container .text-black {
    color: black; }
  .ePopUp_error .bp-container .bp-contents .content-holder {
    display: flex; }
    .ePopUp_error .bp-container .bp-contents .content-holder .icon-content {
      font-size: 60px; }
      .ePopUp_error .bp-container .bp-contents .content-holder .icon-content i {
        color: #dc4f4f; }
    .ePopUp_error .bp-container .bp-contents .content-holder ._content {
      text-align: center;
      font-size: 17px;
      color: #0D5A9E;
      display: flex;
      align-self: center;
      justify-content: center;
      width: 100%;
      padding-left: 25px; }
  .ePopUp_error .bp-container .bp-footer {
    padding: 6px;
    color: #b7b0b0; }
    .ePopUp_error .bp-container .bp-footer .eBtn_cancel {
      background-color: #888888;
      color: #fff !important; }
    .ePopUp_error .bp-container .bp-footer ._footer {
      text-align: center;
      padding: 9px 0; }

@media (max-width: 991.98px) {
  .ePopUp_error .bp-container .bp-footer {
    text-align: center; } }

.ePopUp_comboTitle {
  font-size: 15px; }

.ePopUp_comboBox {
  width: 100%;
  padding-bottom: 15px; }
  .ePopUp_comboBox select {
    width: 100%;
    height: 30px; }

@media (max-width: 991.98px) {
  .ePopUp_success .dotvvm-bp-modal-dialog.dotvvm-bp-dialog.dotvvm-bp-default.dotvvm-bp-control.bp-state-active.bp-state-opened {
    max-height: 450px; } }

.ePopUp_success .bp-container {
  border-radius: 5px;
  border: 1px solid #85B0C4;
  overflow: hidden;
  background-color: white; }
  .ePopUp_success .bp-container .bp-header {
    background-color: #00a65a;
    padding: 0 35px;
    min-height: 80px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white; }
    .ePopUp_success .bp-container .bp-header span {
      width: 100%; }
  .ePopUp_success .bp-container .bp-contents .content-holder {
    display: flex; }
    .ePopUp_success .bp-container .bp-contents .content-holder .icon-content {
      font-size: 60px; }
      .ePopUp_success .bp-container .bp-contents .content-holder .icon-content i {
        color: #00a65a; }
    .ePopUp_success .bp-container .bp-contents .content-holder ._content {
      padding-left: 10px;
      text-align: center;
      font-size: 17px;
      color: #0D5A9E !important;
      display: flex;
      align-self: center;
      justify-content: center; }
    .ePopUp_success .bp-container .bp-contents .content-holder ._content-no-center {
      font-size: 14px;
      padding-left: 10px;
      color: #0D5A9E !important;
      display: flex; }
  .ePopUp_success .bp-container .bp-footer {
    padding: 6px;
    color: #b7b0b0; }
    .ePopUp_success .bp-container .bp-footer .eBtn_cancel {
      background-color: #888888;
      color: #fff !important; }
    .ePopUp_success .bp-container .bp-footer ._footer {
      text-align: center;
      padding: 9px 0; }

@media (max-width: 991.98px) {
  .ePopUp_edit .dotvvm-bp-modal-dialog.dotvvm-bp-dialog.dotvvm-bp-default.dotvvm-bp-control.bp-state-active.bp-state-opened {
    max-height: 450px; } }

.ePopUp_edit .bp-container {
  border-radius: 5px;
  border: 1px solid #85B0C4;
  overflow: hidden;
  background-color: #E9F8FF; }
  .ePopUp_edit .bp-container .bp-header {
    background-color: #BFE4F5;
    padding: 0 35px;
    min-height: 80px;
    display: flex;
    align-items: center;
    color: #0D5A9E; }
  .ePopUp_edit .bp-container .bp-contents {
    padding: 35px; }
    .ePopUp_edit .bp-container .bp-contents .form-group .input-group {
      width: 100%;
      display: table; }
      .ePopUp_edit .bp-container .bp-contents .form-group .input-group input {
        width: 100%;
        padding: 5px 7px;
        border: 1px solid #85B0C4;
        height: 35px;
        border-right: 0px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px; }
      .ePopUp_edit .bp-container .bp-contents .form-group .input-group-addon {
        border-radius: 0;
        border-left: 0px;
        border: 1px solid #dcdcdc;
        background: white;
        border-left: 0;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
        display: table-cell;
        border: 1px solid #85B0C4;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px; }
        .ePopUp_edit .bp-container .bp-contents .form-group .input-group-addon i.text-red {
          color: red; }
        .ePopUp_edit .bp-container .bp-contents .form-group .input-group-addon i.text-green {
          color: #00a65a; }
        .ePopUp_edit .bp-container .bp-contents .form-group .input-group-addon i.text-yellow {
          color: #EFA23E; }
      .ePopUp_edit .bp-container .bp-contents .form-group .input-group .dotvvm-bp-drop-down-list {
        border: 1px solid #85B0C4;
        border-right: 0px;
        height: 35px;
        width: 100%;
        display: block;
        position: relative;
        line-height: 35px; }
        .ePopUp_edit .bp-container .bp-contents .form-group .input-group .dotvvm-bp-drop-down-list .bp-value {
          padding: 0px; }
          .ePopUp_edit .bp-container .bp-contents .form-group .input-group .dotvvm-bp-drop-down-list .bp-value .bp-contents {
            padding: 0px; }
        .ePopUp_edit .bp-container .bp-contents .form-group .input-group .dotvvm-bp-drop-down-list span {
          line-height: 35px;
          padding-left: 5px; }
    .ePopUp_edit .bp-container .bp-contents .form-group label {
      font-size: 14px; }

.ePopUp_invalid {
  width: 100%; }
  .ePopUp_invalidItem {
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 15px; }
    .ePopUp_invalidItem:last-of-type {
      margin-bottom: 0px; }

.ePopUp_title {
  width: 100%;
  text-align: center; }

.eUser-cr {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  padding-bottom: 20px; }
  .eUser-cr .noIcon span.input-group-addon {
    display: none; }
  .eUser-cr .panel-footer {
    padding-top: 15px; }
  .eUser-cr_head {
    padding: 5px;
    border-bottom: 1px solid #DCDCDC; }
  .eUser-cr_head .flex h1 {
    line-height: 50px;
    color: red; }
  .eUser-cr span.printBtn {
    display: inline-block;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #009FE3;
    vertical-align: top;
    font-size: 14px;
    line-height: 40px;
    padding: 0 8px;
    cursor: pointer;
    margin: 0 8px; }
    .eUser-cr span.printBtn:hover {
      text-decoration: none;
      background-color: rgba(0, 159, 227, 0.2); }
  .eUser-cr_acc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #0D5A9E;
    font-size: 12px; }
    .eUser-cr_acc img {
      margin-right: 10px;
      width: 70px; }
    .eUser-cr_acc .name {
      display: block;
      font-size: 14px;
      margin-bottom: 10px;
      font-weight: 700; }
    .eUser-cr_acc span {
      display: block;
      line-height: 1.2; }
  .eUser-cr_area {
    min-height: 150px;
    border: 1px solid gainsboro;
    padding-bottom: 15px;
    font-size: 14px;
    padding: 10px; }
  .eUser-cr_topMenu {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: -2px;
    margin-right: -2px;
    padding: 12px 0 5px;
    min-width: 50%; }
    .eUser-cr_topMenu_item {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0 2px; }
    .eUser-cr_topMenu a {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      height: 60px;
      border-radius: 5px;
      border: 1px solid #009FE3;
      font-size: 8px;
      text-align: center;
      padding: 2px;
      color: #0D5A9E;
      font-weight: 700; }
      .eUser-cr_topMenu a:hover {
        text-decoration: none;
        background-color: #BFE4F5; }
      .eUser-cr_topMenu a img {
        max-width: 50%;
        max-height: 30px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
      .eUser-cr_topMenu a span {
        line-height: 1.1; }
  .eUser-cr_content {
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 1px;
    margin-right: 1px; }
    .eUser-cr_content_payment {
      display: flex;
      width: 100%;
      flex-direction: row; }
      .eUser-cr_content_payment .title {
        justify-content: center;
        padding-top: 30px;
        display: flex;
        width: 100%; }
        .eUser-cr_content_payment .title h1 {
          font-size: 18px;
          font-weight: 700; }
        .eUser-cr_content_payment .title .success {
          color: darkgreen;
          border-radius: 5px;
          border: 1px solid lightgray;
          padding: 20px; }
        .eUser-cr_content_payment .title .no-success {
          color: red;
          border-radius: 5px;
          border: 1px solid lightgray;
          padding: 20px; }
      .eUser-cr_content_payment .paymentInfo-content {
        padding-top: 50px;
        display: flex;
        width: 100%;
        justify-content: center; }
  .eUser-cr_link {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 4px; }
    .eUser-cr_link a {
      display: flex;
      text-align: center;
      font-size: 10px;
      padding: 5px;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      height: 100%;
      color: #0D5A9E;
      border: 1px solid #009FE3;
      min-height: 52px;
      font-weight: 700; }
      .eUser-cr_link a:hover {
        text-decoration: none;
        background-color: #BFE4F5; }
      .eUser-cr_link a span {
        display: block;
        text-align: center; }
  @media (min-width: 768px) {
    .eUser-cr {
      margin-bottom: 20px; }
      .eUser-cr_head {
        padding: 15px 0; }
      .eUser-cr_acc {
        flex-grow: 1;
        padding: 0 15px;
        padding-bottom: 20px;
        min-width: 50%; }
        .eUser-cr_acc img {
          width: auto; }
        .eUser-cr_acc span {
          white-space: nowrap;
          font-size: 16px; }
          .eUser-cr_acc span.name {
            font-size: 20px; }
      .eUser-cr_topMenu {
        border-left: 1px solid #DCDCDC;
        padding: 0px 10px; }
        .eUser-cr_topMenu_item {
          padding: 0 7.5px; }
        .eUser-cr_topMenu a {
          height: 110px;
          font-size: 12px; }
          .eUser-cr_topMenu a img {
            max-height: initial; }
      .eUser-cr_content {
        margin: 5px 8px;
        padding-bottom: 40px; }
      .eUser-cr_link {
        height: 100px;
        padding: 8px;
        flex: 0 0 25%;
        max-width: 25%; }
        .eUser-cr_link a {
          padding: 15px; }
        .eUser-cr_link span {
          font-size: 16px; } }
  @media (min-width: 992px) {
    .eUser-cr_head {
      display: flex; }
    .eUser-cr_acc {
      padding-bottom: 0; }
      .eUser-cr_acc span {
        white-space: nowrap;
        font-size: 14px; }
        .eUser-cr_acc span.name {
          font-size: 16px; }
      .eUser-cr_acc img {
        max-width: 70px; }
    .eUser-cr_topMenu {
      border-left: 1px solid #DCDCDC; } }
  @media (min-width: 1200px) {
    .eUser-cr_acc img {
      max-width: initial; }
    .eUser-cr_acc span {
      white-space: nowrap;
      font-size: 16px; }
      .eUser-cr_acc span.name {
        font-size: 20px; }
    .eUser-cr_topMenu a {
      font-size: 14px; } }
  .eUser-cr .c1_content {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px;
    margin-bottom: 15px;
    border-width: 0px 1px 1px 1px; }
  .eUser-cr .c1Sup {
    padding-bottom: 0px; }
    .eUser-cr .c1Sup_summary {
      border: 0px;
      margin-top: 0px;
      border-radius: 0px;
      display: flex;
      justify-content: space-between; }
  .eUser-cr .cartItemsHolder {
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #DCDCDC; }
  .eUser-cr .eProductBoxList_item {
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .eUser-cr .eProductBoxList_item.invalid {
      border: 1px solid #EF3E3E; }
      .eUser-cr .eProductBoxList_item.invalid a {
        color: #EF3E3E; }
    .eUser-cr .eProductBoxList_item.alternative {
      background: white;
      margin-bottom: 0px; }
  .eUser-cr .eProductBoxList_alternativeTitle {
    font-weight: 700;
    padding-bottom: 10px;
    color: #465a9e; }
  .eUser-cr .eProductBoxList_alternativeTitleNoPadding {
    font-weight: 700;
    color: #465a9e; }
  .eUser-cr .eProductBoxList_favouritesHolder_head {
    background-color: #185f9e;
    padding: 10px;
    _border-bottom: 1px solid lightgray;
    border-radius: 5px 5px 0px 0px; }
    .eUser-cr .eProductBoxList_favouritesHolder_head h4 {
      color: White;
      font-size: 14px;
      margin: auto;
      font-weight: 700; }
  .eUser-cr .eProductBoxList_favouritesHolder_bordered {
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #e9f8ff; }
    .eUser-cr .eProductBoxList_favouritesHolder_bordered .padded {
      padding: 10px; }
      .eUser-cr .eProductBoxList_favouritesHolder_bordered .padded .noData {
        font-size: 12px;
        font-weight: 700; }
    .eUser-cr .eProductBoxList_favouritesHolder_bordered .eProductBoxList_item {
      background-color: white; }
  .eUser-cr .eProductBoxList_favouritesHolder .alternativeBorder {
    border: 1px solid lightgray;
    border-radius: 0px 0px 5px 5px; }
  .eUser-cr .eProductBoxList_buyBox {
    padding-right: 10px; }
  .eUser-cr .eProductBoxList_alternatives {
    padding: 10px;
    background-color: #bfe4f5;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .eUser-cr .eProductBoxList_invalid {
    min-width: 70px;
    font-size: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #EF3E3E;
    position: relative; }
    .eUser-cr .eProductBoxList_invalid i span {
      display: none; }
    .eUser-cr .eProductBoxList_invalid i:hover span {
      padding: 5px;
      display: block;
      z-index: 100;
      background: white;
      margin: 10px;
      width: 250px;
      position: absolute;
      top: 10px;
      right: 0;
      text-decoration: none;
      font-size: 12px;
      border: 1px solid #EF3E3E;
      text-align: center;
      transition: all 1s ease-in-out; }
    @media (max-width: 991.98px) {
      .eUser-cr .eProductBoxList_invalid i {
        width: 100%; }
        .eUser-cr .eProductBoxList_invalid i:before {
          content: " "; }
        .eUser-cr .eProductBoxList_invalid i span {
          padding: 5px;
          display: block;
          background: white;
          width: 100%;
          margin-top: 5px;
          position: relative;
          text-decoration: none;
          font-size: 12px;
          border: 1px solid #EF3E3E;
          text-align: center;
          transition: all 1s ease-in-out; } }
  .eUser-cr .eProductBoxList_alternative {
    min-width: 70px;
    font-size: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #009FE3;
    position: relative; }
    .eUser-cr .eProductBoxList_alternative i span {
      display: none; }
    .eUser-cr .eProductBoxList_alternative i:hover span {
      padding: 5px;
      display: block;
      z-index: 100;
      background: white;
      margin: 10px;
      width: 250px;
      position: absolute;
      top: 10px;
      right: 0;
      text-decoration: none;
      font-size: 12px;
      border: 1px solid #009FE3;
      text-align: center;
      transition: all 1s ease-in-out; }
  .eUser-cr .eProductBoxList_item:last-of-type {
    border-bottom-width: 1px; }
  .eUser-cr .cStepsBtn_back {
    height: 40px;
    display: inline-block; }
    .eUser-cr .cStepsBtn_back::before {
      content: '';
      display: inline-block;
      height: 8px;
      width: 4px;
      top: 10px;
      left: 12px;
      background-size: contain;
      background-image: url(../../Content/assets/img/icons/symbol62.png);
      transform-origin: center;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute; }
  .eUser-cr .cStepsBtn_back {
    display: inline-block;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #009FE3;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    color: #4c4c4c;
    font-weight: 400; }
    .eUser-cr .cStepsBtn_back::before {
      height: 18px;
      width: 8px; }
    .eUser-cr .cStepsBtn_back:hover {
      text-decoration: none;
      background-color: rgba(0, 159, 227, 0.2); }
  .eUser-cr .cStepsBtn_next {
    font-size: 12px;
    background-color: #009FE3;
    line-height: 30px;
    border-radius: 5px;
    font-weight: 700;
    transition: all .5s;
    position: relative;
    color: #fff !important;
    padding: 0 28px 0 12px; }
    .eUser-cr .cStepsBtn_next:hover {
      text-decoration: none;
      background-color: #008dca;
      color: #fff; }
    .eUser-cr .cStepsBtn_next::before {
      background-image: url(../../Content/assets/img/icons/symbol63.png);
      left: auto;
      right: 13px; }
    .eUser-cr .cStepsBtn_next.disabled {
      background-color: lightgrey;
      cursor: default; }
    .eUser-cr .cStepsBtn_next.ownProduct {
      padding: 5px 28px 0 12px; }
  @media (min-width: 768px) {
    .eUser-cr .cStepsBtn {
      /*&_back, &_next {
                height: 40px;
                font-size: 16px;
                line-height: 40px;
                font-size: 11px;

                &::before {
                    top: 13px;
                    height: 15px;
                    width: 8px;
                }
            }*/ }
      .eUser-cr .cStepsBtn_next, .eUser-cr .cStepsBtn_back {
        font-size: 16px; }
      .eUser-cr .cStepsBtn_back {
        padding-left: 40px; }
      .eUser-cr .cStepsBtn_next {
        padding-right: 40px; } }
  @media (max-width: 844px) {
    .eUser-cr .cStepsBtn_back {
      display: inline-block;
      border-radius: 5px;
      height: 40px;
      border: 1px solid #009FE3;
      vertical-align: top;
      font-size: 16px;
      line-height: 40px;
      cursor: pointer;
      color: #4c4c4c;
      font-weight: 400; }
      .eUser-cr .cStepsBtn_back::before {
        height: 18px;
        width: 8px; }
    .eUser-cr .cStepsBtn_next::before {
      content: none; } }
  @media (max-width: 575.98px) {
    .eUser-cr .cStepsBtn_next {
      padding: 0 12px 0 12px; } }
  @media (min-width: 992px) {
    .eUser-cr .cartItem_upper {
      padding: 5px; }
    .eUser-cr .cartItem_info {
      flex: 0 0 28.66667%;
      max-width: 28.66667%; }
      .eUser-cr .cartItem_info a {
        font-size: 13px; }
      .eUser-cr .cartItem_info span {
        font-size: 12px; }
    .eUser-cr .cartItem_buy {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .eUser-cr .cartItem_pricing {
      flex: 0 0 46.5%;
      max-width: 46.5%; }
      .eUser-cr .cartItem_pricing table {
        font-size: 14px; } }
  @media (max-width: 1199.98px) {
    .eUser-cr .cartItem_buy {
      flex: 0 0 8.66667%;
      max-width: 8.66667%; } }
  @media (max-width: 767.98px) {
    .eUser-cr .cartItem_buy {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

.eUser_productRequestContent {
  font-size: 12px; }

.eUser_tableTitle h3 {
  font-size: 18px;
  color: #0D5A9E; }

.eUser_bordered {
  border: 1px solid gainsboro;
  padding: 20px 5px;
  border-radius: 0px 0px 5px 5px; }
  .eUser_bordered.innerTab {
    padding: 0; }
    .eUser_bordered.innerTab .eUser_head {
      padding: 15px 10px; }
    .eUser_bordered.innerTab .basic {
      padding-left: 0px; }
    .eUser_bordered.innerTab .del {
      padding-right: 0px; }

.eUser_contentInfo span {
  font-size: 14px;
  color: #0D5A9E;
  font-weight: 400;
  margin-top: 7px;
  white-space: nowrap; }

.eUser_SettingsTitle h3 {
  font-size: 14px;
  font-weight: 700;
  color: #0D5A9E; }

.eUser_SettingsTitle_filterHeader {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #e9f8ff;
  border-top: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  border-radius: 5px 5px 5px 5px; }
  .eUser_SettingsTitle_filterHeader .left {
    flex: 1; }
    .eUser_SettingsTitle_filterHeader .left h3 {
      padding-top: 10px;
      padding-left: 10px;
      padding-bottom: 10px;
      margin: 0px; }
      .eUser_SettingsTitle_filterHeader .left h3:hover {
        text-decoration: underline;
        cursor: pointer; }
  .eUser_SettingsTitle_filterHeader .right {
    flex: 1;
    display: flex;
    justify-content: flex-end; }
    .eUser_SettingsTitle_filterHeader .right a {
      padding-right: 10px;
      font-size: 12px;
      font-weight: 700;
      color: #0D5A9E;
      padding-top: 10px;
      padding-left: 10px;
      padding-bottom: 10px;
      margin: 0px; }
      .eUser_SettingsTitle_filterHeader .right a:hover {
        text-decoration: underline;
        cursor: pointer; }
  .eUser_SettingsTitle_filterHeader_show {
    border-top: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-radius: 5px 5px 0px 0px; }

.eUser_head {
  margin: 0 15px;
  padding: 10px 0; }
  @media (min-width: 1200px) {
    .eUser_head {
      border-bottom: 1px solid #DCDCDC; } }
  .eUser_head h1 {
    font-size: 14px;
    color: #0D5A9E;
    font-weight: 700;
    margin-bottom: 0; }

.eUserForm {
  border: 1px solid gainsboro;
  padding: 20px 5px; }

.eUser_head.flex h1 {
  display: flex;
  align-items: center; }

.eUserSettings {
  border: 1px solid gainsboro;
  padding: 20px 5px; }

.eUser_content {
  padding: 20px 0; }
  .eUser_content .fg_action_buttons {
    font-size: 15px; }
  .eUser_content.p10 {
    padding: 10px; }
  .eUser_content_row {
    /*padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 10px;*/
    padding: 0px 10px 10px 10px; }
  .eUser_content .removeIcon {
    display: flex;
    justify-content: center; }
    .eUser_content .removeIcon i {
      font-size: 20px;
      color: red; }
    .eUser_content .removeIcon:hover {
      text-decoration: none; }
  .eUser_content .deliverySetting {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px; }
    .eUser_content .deliverySetting_panel {
      border: 1px solid lightgray;
      padding: 10px;
      margin-bottom: 15px; }
      .eUser_content .deliverySetting_panel h4 {
        font-size: 14px;
        font-weight: 700;
        color: #0D5A9E; }
      .eUser_content .deliverySetting_panel .globalDays {
        display: flex;
        flex-direction: row;
        padding-bottom: 20px; }
        .eUser_content .deliverySetting_panel .globalDays div {
          padding-right: 10px; }
      .eUser_content .deliverySetting_panel.globalSetting .eBtn {
        margin-top: 20px; }
      .eUser_content .deliverySetting_panel .actionButtonPanel {
        text-align: right;
        padding-top: 20px; }
  .eUser_content .deliverySettingDetail {
    display: flex;
    flex-direction: row; }
    .eUser_content .deliverySettingDetail_organization {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 12px; }
      .eUser_content .deliverySettingDetail_organization_detail {
        color: black; }
        .eUser_content .deliverySettingDetail_organization_detail .highlightHead {
          color: #0D5A9E;
          font-size: 14px; }
    .eUser_content .deliverySettingDetail_address {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 12px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 768px) {
        .eUser_content .deliverySettingDetail_address {
          flex-direction: row; } }
      .eUser_content .deliverySettingDetail_address_contacts {
        flex-direction: row;
        width: 100%;
        padding-top: 20px; }
        @media (min-width: 768px) {
          .eUser_content .deliverySettingDetail_address_contacts {
            flex-direction: column; } }
      .eUser_content .deliverySettingDetail_address_contact {
        flex-direction: column;
        display: flex;
        justify-content: space-between; }
        @media (min-width: 768px) {
          .eUser_content .deliverySettingDetail_address_contact {
            _flex-direction: row; } }
      .eUser_content .deliverySettingDetail_address_detail {
        color: black; }
        .eUser_content .deliverySettingDetail_address_detail .highlightHead {
          color: #0D5A9E;
          font-size: 14px; }
      .eUser_content .deliverySettingDetail_address .globalDays {
        padding-bottom: 0px; }

@media (min-width: 768px) {
  .eUser_head {
    margin: 0;
    padding: 15px 25px; }
    .eUser_head h1 {
      font-size: 20px; }
  .eUser_content {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 991.98px) {
  .eUser_bordered.innerTab .basic {
    /*padding-left: 15px;*/ }
  .eUser_bordered.innerTab .eUser_head {
    padding-left: 0px; } }

.eUserAddress {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0; }
  .eUserAddress_topBox {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    .eUserAddress_topBox h3 {
      font-size: 16px;
      color: #0D5A9E;
      font-weight: 700; }
    .eUserAddress_topBox span {
      display: block; }
  .eUserAddress_addressBlockHolder {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
  .eUserAddress_addressBlock {
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    margin-bottom: 10px;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    height: 105px; }
    .eUserAddress_addressBlock .addr {
      flex-grow: 2; }
    .eUserAddress_addressBlock .buttons {
      display: flex;
      flex-direction: column; }
      .eUserAddress_addressBlock .buttons .eBtn {
        margin: 2px 0; }
    .eUserAddress_addressBlock span {
      display: block; }
    .eUserAddress_addressBlock.new {
      justify-content: center;
      border-color: #009FE3;
      cursor: pointer; }
      .eUserAddress_addressBlock.new .plus {
        font-size: 60px;
        margin-right: 45px; }
      .eUserAddress_addressBlock.new span {
        color: #0D5A9E;
        font-size: 16px; }
      .eUserAddress_addressBlock.new:hover {
        background-color: #009FE3; }
        .eUserAddress_addressBlock.new:hover span {
          color: #fff; }
  .eUserAddress_holder {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0; }
  .eUserAddress_editModal .close {
    color: #fff;
    opacity: 1; }
  .eUserAddress_editModal .modal-dialog {
    max-width: 390px; }
  .eUserAddress_editModal .modal-body {
    padding: 40px;
    padding-bottom: 20px; }
  .eUserAddress_editModal .modal-content {
    border-radius: 5px;
    border: 1px solid #85B0C4;
    overflow: hidden;
    background-color: #E9F8FF; }
  .eUserAddress_editModal .modal-header {
    background-color: #BFE4F5;
    padding: 0 35px;
    height: 80px; }
    .eUserAddress_editModal .modal-header h5 {
      font-size: 16px; }
  .eUserAddress_editModal .eInput_big {
    margin-top: 5px; }
  .eUserAddress_editModal label {
    margin-bottom: 0;
    font-size: 14px; }
  .eUserAddress_editModal input {
    background-color: #fff;
    border: 1px solid #85B0C4;
    height: 45px; }
    .eUserAddress_editModal input:focus {
      outline: 0; }
  .eUserAddress_editModal .close {
    background-image: url(../../img/icons/close.png);
    width: 28px;
    height: 28px;
    cursor: pointer; }
  .eUserAddress_inputGroup {
    margin-bottom: 17px;
    padding: 0 5px; }
  .eUserAddress_split {
    display: flex; }
    .eUserAddress_split button {
      padding-left: 0px;
      padding-right: 0px; }
    .eUserAddress_split div,
    .eUserAddress_split button {
      display: block;
      flex: 0 0 49%;
      margin-right: 5px; }
  @media (min-width: 768px) {
    .eUserAddress {
      padding: 10px; }
      .eUserAddress_holder {
        padding: 0 10px;
        width: 100%; }
      .eUserAddress_addressBlockHolder {
        padding: 0 5px; }
      .eUserAddress_topBox {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
  @media (min-width: 992px) {
    .eUserAddress_addressBlockHolder {
      flex: 0 0 50%;
      max-width: 50%; } }

.eUserInternalCode {
  display: flex; }
  .eUserInternalCode_padded {
    margin-right: 10px;
    font-size: 12px; }

.eUserSupplierAccount {
  display: flex;
  max-width: 100%;
  align-items: center;
  justify-content: flex-end;
  flex: auto; }
  .eUserSupplierAccount .eInput_normal {
    max-width: 300px;
    margin: 0 0 5px 0;
    height: 34px;
    font-size: 11px;
    border-radius: 5px 0px 0px 5px; }
  .eUserSupplierAccount_ares {
    justify-content: inherit; }
    .eUserSupplierAccount_ares .eInput_normal {
      max-width: 315px;
      margin: 0 0 5px 0;
      height: 34px;
      font-size: 14px;
      border-radius: 5px 0px 0px 5px; }
    .eUserSupplierAccount_ares .searchBox_button_supplier {
      border-radius: 0px 5px 5px 0px; }

.deliveryLists_filter {
  font-size: 14px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  /*&::after {
            height: 1px;
            width: 100%;
            background-color: $grayBorder;
            content: '';
            display: block;
            margin-top: 2px;
        }*/ }
  .deliveryLists_filter .row {
    margin-left: -8px;
    margin-right: -8px; }
  .deliveryLists_filter .col-1,
  .deliveryLists_filter .col-2,
  .deliveryLists_filter .col-3,
  .deliveryLists_filter .col-4,
  .deliveryLists_filter .col-5,
  .deliveryLists_filter .col-6,
  .deliveryLists_filter .col-7,
  .deliveryLists_filter .col-8,
  .deliveryLists_filter .col-9,
  .deliveryLists_filter .col-10,
  .deliveryLists_filter .col-11,
  .deliveryLists_filter .col-12,
  .deliveryLists_filter .col,
  .deliveryLists_filter .col-auto,
  .deliveryLists_filter .col-sm-1,
  .deliveryLists_filter .col-sm-2,
  .deliveryLists_filter .col-sm-3,
  .deliveryLists_filter .col-sm-4,
  .deliveryLists_filter .col-sm-5,
  .deliveryLists_filter .col-sm-6,
  .deliveryLists_filter .col-sm-7,
  .deliveryLists_filter .col-sm-8,
  .deliveryLists_filter .col-sm-9,
  .deliveryLists_filter .col-sm-10,
  .deliveryLists_filter .col-sm-11,
  .deliveryLists_filter .col-sm-12,
  .deliveryLists_filter .col-sm,
  .deliveryLists_filter .col-sm-auto,
  .deliveryLists_filter .col-md-1,
  .deliveryLists_filter .col-md-2,
  .deliveryLists_filter .col-md-3,
  .deliveryLists_filter .col-md-4,
  .deliveryLists_filter .col-md-5,
  .deliveryLists_filter .col-md-6,
  .deliveryLists_filter .col-md-7,
  .deliveryLists_filter .col-md-8,
  .deliveryLists_filter .col-md-9,
  .deliveryLists_filter .col-md-10,
  .deliveryLists_filter .col-md-11,
  .deliveryLists_filter .col-md-12,
  .deliveryLists_filter .col-md,
  .deliveryLists_filter .col-md-auto,
  .deliveryLists_filter .col-lg-1,
  .deliveryLists_filter .col-lg-2,
  .deliveryLists_filter .col-lg-3,
  .deliveryLists_filter .col-lg-4,
  .deliveryLists_filter .col-lg-5,
  .deliveryLists_filter .col-lg-6,
  .deliveryLists_filter .col-lg-7,
  .deliveryLists_filter .col-lg-8,
  .deliveryLists_filter .col-lg-9,
  .deliveryLists_filter .col-lg-10,
  .deliveryLists_filter .col-lg-11,
  .deliveryLists_filter .col-lg-12,
  .deliveryLists_filter .col-lg,
  .deliveryLists_filter .col-lg-auto,
  .deliveryLists_filter .col-xl-1,
  .deliveryLists_filter .col-xl-2,
  .deliveryLists_filter .col-xl-3,
  .deliveryLists_filter .col-xl-4,
  .deliveryLists_filter .col-xl-5,
  .deliveryLists_filter .col-xl-6,
  .deliveryLists_filter .col-xl-7,
  .deliveryLists_filter .col-xl-8,
  .deliveryLists_filter .col-xl-9,
  .deliveryLists_filter .col-xl-10,
  .deliveryLists_filter .col-xl-11,
  .deliveryLists_filter .col-xl-12,
  .deliveryLists_filter .col-xl,
  .deliveryLists_filter .col-xl-auto {
    padding: 0 8px;
    padding-bottom: 18px; }
  .deliveryLists_filter input {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
    color: #585858; }
    .deliveryLists_filter input:focus {
      border-color: #009FE3;
      outline: 0; }
  .deliveryLists_filter select {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
    color: #585858; }
  .deliveryLists_filter label {
    display: block;
    margin-bottom: 5px; }
  .deliveryLists_filter .flex {
    display: flex;
    max-width: 100%;
    align-items: center; }
    .deliveryLists_filter .flex .noIcon {
      min-width: 100px; }
    .deliveryLists_filter .flex .noIcon:first-of-type input {
      margin-left: 0px;
      margin-right: 10px;
      border-radius: 5px; }
    .deliveryLists_filter .flex .noIcon:last-of-type input {
      margin-left: 10px;
      margin-right: 0px;
      border-radius: 5px; }
    .deliveryLists_filter .flex .noLeftMarginIcon:first-of-type input {
      margin-left: 0px;
      margin-right: 10px;
      border-radius: 5px; }
    .deliveryLists_filter .flex .noLeftMarginIcon:last-of-type input {
      _margin-left: 10px;
      margin-right: 0px;
      border-radius: 5px; }

.deliveryLists_sum {
  font-size: 14px;
  padding-bottom: 15px;
  padding-top: 30px; }
  .deliveryLists_sum span {
    display: block;
    min-width: 144px; }
  .deliveryLists_sum .csvBtn {
    display: flex;
    border-radius: 5px;
    border: 1px solid #009FE3;
    justify-content: space-around;
    padding: 5px;
    color: #000;
    font-size: 12px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .deliveryLists_sum .csvBtn {
        margin-top: 0; } }

.marginBottom10 {
  margin-bottom: 10px; }

.orderDetail .eBasketCounter {
  height: 26px; }
  .orderDetail .eBasketCounter_plusBtn, .orderDetail .eBasketCounter_minusBtn {
    min-width: 22px; }
  .orderDetail .eBasketCounter_inputW {
    max-width: 80px; }
    .orderDetail .eBasketCounter_inputW span {
      line-height: 24px; }

.orderDetail_sumary {
  font-size: 14px !important; }

.orderDetail_tabs {
  margin-top: 20px; }
  .orderDetail_tabs .eDetailContent_tabs {
    display: none; }
  .orderDetail_tabs .eDetailContent_contentTab {
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    background-color: white;
    padding: 7px;
    margin-bottom: 5px; }
    .orderDetail_tabs .eDetailContent_contentTab .head {
      color: #000000;
      font-weight: 700;
      font-size: 14px;
      height: 40px;
      padding: 10px 0 14px 0;
      position: relative;
      cursor: pointer; }
      .orderDetail_tabs .eDetailContent_contentTab .head::after {
        display: block;
        content: '';
        width: 14px;
        height: 14px;
        background-image: url(../../Content/assets/img/icons/down-arrow@2x.png);
        position: absolute;
        right: 5px;
        top: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotateZ(90deg) !important; }
    .orderDetail_tabs .eDetailContent_contentTab a.head {
      display: block; }
    .orderDetail_tabs .eDetailContent_contentTab .cont {
      display: none !important;
      width: 100%; }
      .orderDetail_tabs .eDetailContent_contentTab .cont ul {
        padding-left: 18px; }
    .orderDetail_tabs .eDetailContent_contentTab.main.active, .orderDetail_tabs .eDetailContent_contentTab.sub.active {
      /*padding: 15px;*/ }
      .orderDetail_tabs .eDetailContent_contentTab.main.active .head::after, .orderDetail_tabs .eDetailContent_contentTab.sub.active .head::after {
        transform: rotateZ(0deg) !important; }
      .orderDetail_tabs .eDetailContent_contentTab.main.active .cont, .orderDetail_tabs .eDetailContent_contentTab.sub.active .cont {
        display: block !important; }
  .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont {
    min-height: 360px;
    padding: 0;
    padding-top: 10px;
    position: relative; }
    .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .slick-prev {
      left: -15px; }
    .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .slick-next {
      right: -15px; }
    .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .slick-slider {
      border-top: 1px solid #DCDCDC;
      margin-left: -1px; }
    .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .slick-arrow {
      display: none; }
    .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .eProductBox {
      display: block;
      max-width: initial;
      width: 100%;
      border-bottom: 0px; }
      .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .eProductBox:hover {
        box-shadow: initial;
        border-right-color: #DCDCDC; }
      .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .eProductBox:nth-of-type(2n + 2), .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .eProductBox:nth-of-type(3n + 3), .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .eProductBox:nth-of-type(4n + 4) {
        border-right-width: 1px; }
      .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .eProductBox.slick-active:last-of-type {
        border-right-width: 0px; }
  @media (min-width: 992px) {
    .orderDetail_tabs .eDetailContent {
      border: 1px solid #DCDCDC;
      border-radius: 0px;
      margin-bottom: 0px; }
      .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab {
        margin-bottom: 0; }
      .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .slick-arrow {
        display: block; }
      .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .slick-disabled {
        display: none; }
      .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .slick-prev {
        left: -35px; }
      .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont .slick-next {
        right: -35px; }
      .orderDetail_tabs .eDetailContent-full .orderDetail_tabs .eDetailContent_contentTab .cont::before {
        display: block;
        content: '';
        top: 0;
        bottom: 3px;
        left: -1px;
        z-index: 100;
        width: 1px;
        background-color: #F2F2F2;
        position: absolute; }
      .orderDetail_tabs .eDetailContent_tabs {
        background-color: #F2F2F2;
        border-bottom: 0px solid #DCDCDC;
        border-radius: 5px 5px 0 0;
        display: none;
        font-size: 0px; }
        .orderDetail_tabs .eDetailContent_tabs li {
          display: inline-block; }
      .orderDetail_tabs .eDetailContent a.eDetailContent_tab {
        border-right: 1px solid #DCDCDC;
        padding: 12px 14px;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #0D5A9E; }
        .orderDetail_tabs .eDetailContent a.eDetailContent_tab:hover {
          text-decoration: none; }
        .orderDetail_tabs .eDetailContent a.eDetailContent_tab:first-of-type.active {
          border-top-left-radius: 5px; }
        .orderDetail_tabs .eDetailContent a.eDetailContent_tab.active {
          background-color: #fff;
          border-bottom: 1px solid #fff;
          margin-bottom: -1px; }
      .orderDetail_tabs .eDetailContent_tabs {
        display: block;
        padding: 0;
        margin: 0; }
      .orderDetail_tabs .eDetailContent_contentTab {
        border: 0;
        display: none;
        padding: 0; }
        .orderDetail_tabs .eDetailContent_contentTab .head {
          display: none; }
        .orderDetail_tabs .eDetailContent_contentTab a.head {
          display: none; }
        .orderDetail_tabs .eDetailContent_contentTab .cont {
          padding: 15px 10px 5px 10px; }
        .orderDetail_tabs .eDetailContent_contentTab.active {
          display: block; }
          .orderDetail_tabs .eDetailContent_contentTab.active.flex {
            display: flex; } }

.orderDetail h3 {
  font-size: 14px;
  color: #0D5A9E;
  font-weight: 700;
  margin-top: 7px;
  white-space: nowrap; }

.orderDetail .tabsFooter {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.orderDetail_header {
  display: flex; }
  .orderDetail_header h1 {
    flex-grow: 1; }

.orderDetail_buttons {
  display: flex;
  width: 100%; }
  .orderDetail_buttons a.orderBtn {
    display: inline-block;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #009FE3;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    padding: 0 8px;
    cursor: pointer;
    color: #4c4c4c;
    font-weight: 400; }
    .orderDetail_buttons a.orderBtn:hover {
      text-decoration: none;
      background-color: rgba(0, 159, 227, 0.2); }
    .orderDetail_buttons a.orderBtn i {
      color: #009fe3; }
    .orderDetail_buttons a.orderBtn img {
      margin-right: 4px; }
  .orderDetail_buttons_leftContent {
    display: flex;
    _width: 100%;
    flex: 4; }
    .orderDetail_buttons_leftContent a {
      margin-right: 5px;
      min-width: 50px;
      text-align: center; }
      .orderDetail_buttons_leftContent a span {
        display: none; }
      @media (min-width: 1200px) {
        .orderDetail_buttons_leftContent a {
          min-width: unset; }
          .orderDetail_buttons_leftContent a span {
            display: inline-block; } }
  .orderDetail_buttons_rightContent {
    display: flex;
    _width: 70%;
    flex: 1;
    justify-content: flex-end; }
    @media (max-width: 575.98px) {
      .orderDetail_buttons_rightContent {
        display: none; } }

.orderDetail_head {
  display: flex;
  font-size: 14px;
  flex-direction: column;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  .orderDetail_head::after {
    /*content: '';
            display: block;
            background-color: $grayBorder;
            height: 1px;
            position: absolute;
            bottom: 15px;
            left: 15px;
            right: 15px;*/ }
  .orderDetail_head > div:first-of-type {
    border-left: 0; }
  .orderDetail_head .basic.third {
    width: 33.333%; }
  .orderDetail_head h3 {
    font-size: 14px;
    color: #0D5A9E;
    font-weight: 700;
    margin-top: 0px;
    white-space: nowrap; }
  .orderDetail_head .split {
    display: flex;
    flex-direction: column;
    margin: 0 -5px; }
    .orderDetail_head .split > div {
      padding: 0 5px; }
  @media (min-width: 768px) {
    .orderDetail_head > div {
      border-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .orderDetail_head > div:first-of-type {
        padding-top: 0; } }
  @media (min-width: 992px) {
    .orderDetail_head {
      padding-left: 15px;
      padding-right: 15px; } }
  .orderDetail_head .collapsePanel {
    background-color: #e9f8ff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid lightgray;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    justify-content: space-between; }
    .orderDetail_head .collapsePanel_expand {
      border-radius: 5px 5px 0px 0px;
      margin-bottom: 0; }
  .orderDetail_head .collapsePanelContent {
    padding: 10px;
    border: 1px solid lightgray;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column; }
    .orderDetail_head .collapsePanelContent_expand {
      border-radius: 0px 0px 5px 5px;
      border-top: 0;
      margin-bottom: 10px;
      font-size: 12px; }
      .orderDetail_head .collapsePanelContent_expand div {
        margin-bottom: 10px; }
    .orderDetail_head .collapsePanelContent .bolder {
      font-weight: 700;
      color: #0D5A9E; }
    .orderDetail_head .collapsePanelContent h3 {
      line-height: none; }
    .orderDetail_head .collapsePanelContent .favouriteItemHolder {
      flex-direction: row; }
    @media (min-width: 768px) {
      .orderDetail_head .collapsePanelContent {
        flex-direction: row;
        justify-content: space-between;
        font-size: 12px; }
        .orderDetail_head .collapsePanelContent div {
          flex: 1;
          margin-bottom: 0; } }
    @media (min-width: 992px) {
      .orderDetail_head .collapsePanelContent {
        flex-direction: row;
        justify-content: space-between;
        font-size: 12px; }
        .orderDetail_head .collapsePanelContent div {
          flex: 1;
          margin-bottom: 0; } }
  .orderDetail_head .redText {
    color: red;
    font-weight: 700; }
  .orderDetail_head .greenText {
    color: forestgreen;
    font-weight: 400; }
  .orderDetail_head .payLink {
    padding-left: 5px;
    font-weight: 700;
    font-style: italic;
    color: forestgreen; }

@media (max-width: 991.98px) {
  .orderDetail_head {
    padding-top: 0px;
    padding-bottom: 20px; }
    .orderDetail_head::after {
      display: none; }
  .orderDetail_buttons {
    text-align: center; } }

@media (max-width: 575.98px) {
  .orderDetail_head .split {
    display: block; } }

.supplierDetail_sumary {
  font-size: 14px !important; }

.supplierDetail_tabs {
  margin-top: 20px; }
  .supplierDetail_tabs .eDetailContent_tabs {
    display: none; }
  .supplierDetail_tabs .eDetailContent_contentTab {
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    background-color: white;
    padding: 7px;
    margin-bottom: 5px; }
    .supplierDetail_tabs .eDetailContent_contentTab .head {
      color: #000000;
      font-weight: 700;
      font-size: 14px;
      height: 40px;
      padding: 10px 0 14px 0;
      position: relative;
      cursor: pointer; }
      .supplierDetail_tabs .eDetailContent_contentTab .head::after {
        display: block;
        content: '';
        width: 14px;
        height: 14px;
        background-image: url(../../Content/assets/img/icons/down-arrow@2x.png);
        position: absolute;
        right: 5px;
        top: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    .supplierDetail_tabs .eDetailContent_contentTab .cont {
      display: none; }
      .supplierDetail_tabs .eDetailContent_contentTab .cont ul {
        padding-left: 18px; }
    .supplierDetail_tabs .eDetailContent_contentTab.active .head::after {
      transform: rotateZ(180deg); }
    .supplierDetail_tabs .eDetailContent_contentTab.active .cont {
      display: block; }
  .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont {
    min-height: 360px;
    padding: 0;
    padding-top: 10px;
    position: relative; }
    .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .slick-prev {
      left: -15px; }
    .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .slick-next {
      right: -15px; }
    .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .slick-slider {
      border-top: 1px solid #DCDCDC;
      margin-left: -1px; }
    .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .slick-arrow {
      display: none; }
    .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .eProductBox {
      display: block;
      max-width: initial;
      width: 100%;
      border-bottom: 0px; }
      .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .eProductBox:hover {
        box-shadow: initial;
        border-right-color: #DCDCDC; }
      .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .eProductBox:nth-of-type(2n + 2), .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .eProductBox:nth-of-type(3n + 3), .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .eProductBox:nth-of-type(4n + 4) {
        border-right-width: 1px; }
      .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .eProductBox.slick-active:last-of-type {
        border-right-width: 0px; }
  @media (min-width: 992px) {
    .supplierDetail_tabs .eDetailContent {
      border: 1px solid #DCDCDC;
      border-radius: 5px;
      margin-bottom: 10px; }
      .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab {
        margin-bottom: 0; }
      .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .slick-arrow {
        display: block; }
      .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .slick-disabled {
        display: none; }
      .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .slick-prev {
        left: -35px; }
      .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont .slick-next {
        right: -35px; }
      .supplierDetail_tabs .eDetailContent-full .supplierDetail_tabs .eDetailContent_contentTab .cont::before {
        display: block;
        content: '';
        top: 0;
        bottom: 3px;
        left: -1px;
        z-index: 100;
        width: 1px;
        background-color: #F2F2F2;
        position: absolute; }
      .supplierDetail_tabs .eDetailContent_tabs {
        background-color: #F2F2F2;
        border-bottom: 0px solid #DCDCDC;
        border-radius: 5px 5px 0 0;
        display: none;
        font-size: 0px; }
        .supplierDetail_tabs .eDetailContent_tabs li {
          display: inline-block; }
      .supplierDetail_tabs .eDetailContent a.eDetailContent_tab {
        border-right: 1px solid #DCDCDC;
        padding: 12px 20px;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #0D5A9E; }
        .supplierDetail_tabs .eDetailContent a.eDetailContent_tab:hover {
          text-decoration: none; }
        .supplierDetail_tabs .eDetailContent a.eDetailContent_tab:first-of-type.active {
          border-top-left-radius: 5px; }
        .supplierDetail_tabs .eDetailContent a.eDetailContent_tab.active {
          background-color: #fff;
          border-bottom: 1px solid #fff;
          margin-bottom: -1px; }
      .supplierDetail_tabs .eDetailContent_tabs {
        display: block;
        padding: 0;
        margin: 0; }
      .supplierDetail_tabs .eDetailContent_contentTab {
        border: 0;
        display: none;
        padding: 0; }
        .supplierDetail_tabs .eDetailContent_contentTab .head {
          display: none; }
        .supplierDetail_tabs .eDetailContent_contentTab .cont {
          padding: 15px 10px 5px 10px; }
        .supplierDetail_tabs .eDetailContent_contentTab.active {
          display: block; } }

.supplierDetail h3 {
  font-size: 14px;
  color: #0D5A9E;
  font-weight: 700;
  margin-top: 7px;
  white-space: nowrap; }

.supplierDetail .tabsFooter {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.supplierDetail_header {
  display: flex; }
  .supplierDetail_header h1 {
    flex-grow: 1; }

.supplierDetail_buttons span {
  display: inline-block;
  border-radius: 5px;
  height: 40px;
  border: 1px solid #009FE3;
  vertical-align: top;
  font-size: 14px;
  line-height: 40px;
  padding: 0 8px;
  cursor: pointer; }
  .supplierDetail_buttons span img {
    margin-right: 4px; }

.supplierDetail_head {
  display: flex;
  font-size: 14px;
  padding-bottom: 50px;
  flex-direction: column;
  position: relative; }
  .supplierDetail_head::after {
    content: '';
    display: block;
    background-color: #DCDCDC;
    height: 1px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px; }
  .supplierDetail_head > div {
    border-bottom: 1px solid #DCDCDC;
    padding: 15px; }
    .supplierDetail_head > div:first-of-type {
      border-left: 0; }
  .supplierDetail_head h3 {
    font-size: 14px;
    color: #0D5A9E;
    font-weight: 700;
    margin-top: 7px;
    white-space: nowrap; }
  .supplierDetail_head .split {
    display: flex;
    margin: 0 -5px; }
    .supplierDetail_head .split > div {
      padding: 0 5px; }
  @media (min-width: 768px) {
    .supplierDetail_head {
      flex-direction: row; }
      .supplierDetail_head > div {
        border-left: 1px solid #DCDCDC;
        border-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; }
        .supplierDetail_head > div:first-of-type {
          padding-top: 0; } }

.csvBtn {
  display: flex;
  border-radius: 5px;
  border: 1px solid #009FE3;
  justify-content: space-around;
  padding: 5px;
  color: #000;
  font-size: 12px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .csvBtn {
      margin-top: 0; } }

.historyTable {
  border: 1px solid #DCDCDC;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #DCDCDC;
  font-size: 12px; }
  .historyTable tr:first-of-type td {
    padding-top: 10px; }
  .historyTable tr:last-of-type td {
    padding-bottom: 10px; }
  .historyTable tr td {
    padding: 2px 10px; }
  .historyTable tr td:first-of-type {
    width: 100px;
    text-align: center;
    border-right: 1px solid #DCDCDC; }

.eCom {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  margin-bottom: 10px; }
  .eCom:last-of-type {
    margin-bottom: 0; }
  .eCom.active .eCom_conItem {
    display: block; }
  .eCom.active .eCom_head {
    border-bottom: 1px solid #DCDCDC; }
    .eCom.active .eCom_head .icon img {
      transform: rotateZ(180deg); }
  .eCom_head {
    display: flex;
    height: 40px;
    align-items: center;
    cursor: pointer; }
    .eCom_head .icon {
      width: 35px;
      text-align: center; }
    .eCom_head .text {
      font-weight: 700;
      color: #0D5A9E; }
    .eCom_head .info {
      font-size: 12px; }
    .eCom_head.active .icon img {
      transform: rotateZ(180deg); }
  .eCom_conItem {
    display: block;
    border-bottom: 1px solid #DCDCDC; }
    .eCom_conItem:last-of-type {
      border-bottom: 0; }
    .eCom_conItem.active .eCom_conSubItems {
      display: block; }
    .eCom_conItem.active .eCom_conItemHead {
      _border-bottom: 1px solid #DCDCDC; }
      .eCom_conItem.active .eCom_conItemHead .icon img {
        transform: rotateZ(180deg); }
  .eCom_conSubItem {
    border-bottom: 1px solid #DCDCDC; }
    .eCom_conSubItem:last-of-type {
      border-bottom: 0; }
    .eCom_conSubItem .con {
      padding: 0 15px; }
  .eCom_conItemHead, .eCom_conSubItem {
    display: flex;
    _padding: 14px 0;
    font-size: 14px; }
    .eCom_conItemHead .icon, .eCom_conSubItem .icon {
      min-width: 35px;
      max-width: 35px;
      text-align: center;
      cursor: pointer; }
    .eCom_conItemHead .con, .eCom_conSubItem .con {
      flex-grow: 1;
      font-size: 12px; }
      .eCom_conItemHead .con footer, .eCom_conSubItem .con footer {
        color: #95989A;
        font-size: 11px; }
        .eCom_conItemHead .con footer i, .eCom_conSubItem .con footer i {
          font-style: normal;
          color: #009FE3; }
    .eCom_conItemHead .replay, .eCom_conSubItem .replay {
      font-size: 12px;
      padding: 0 10px; }
      .eCom_conItemHead .replay button, .eCom_conSubItem .replay button {
        display: flex;
        padding: 8px 10px;
        background: white;
        align-items: center;
        border-radius: 5px;
        border: 1px;
        border: 1px solid #009FE3; }
        .eCom_conItemHead .replay button img, .eCom_conSubItem .replay button img {
          margin-right: 8px; }
  .eCom_conSubItems {
    display: none;
    margin-left: 45px;
    border-left: 1px solid #DCDCDC; }
  .eCom_conSubItem:nth-of-type(odd) {
    background-color: #F2F2F2; }
  .eCom_con {
    margin: 10px;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 10px; }
    .eCom_con.supplier {
      background-color: white; }
    .eCom_con.buyer {
      background-color: #E9F8FF; }
  .eCom_Issue_Header {
    padding: 10px; }
  .eCom_Issue_Message {
    font-size: 12px;
    padding: 10px;
    display: block; }
  .eCom_Issue_Label {
    font-weight: 700; }
  .eCom_Issue_Input {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 5px;
    margin: 5px auto;
    border: 1px solid lightgray;
    border-radius: 3px; }
    .eCom_Issue_Input.required {
      border-left: 3px solid red; }
  .eCom_Answer {
    margin: 10px; }
    .eCom_Answer_Input {
      font-size: 12px;
      display: block;
      width: 100%;
      padding: 5px;
      margin: 5px auto;
      border: 1px solid #009FE3;
      border-radius: 3px; }

.fullWidth {
  width: 100%; }

a.eDetailContent_contentTab {
  display: block; }

#selectallfinal {
  display: flex; }

label.checkbox_center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px; }
  label.checkbox_center::before {
    top: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px; }
  label.checkbox_center::after {
    top: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px; }
  label.checkbox_center.noText::after {
    top: -6px !important;
    display: flex;
    align-items: center;
    justify-content: center; }
  label.checkbox_center.text {
    padding-left: 28px; }
  label.checkbox_center.tableHeader {
    padding-left: 0px;
    display: block;
    text-align: center; }
    label.checkbox_center.tableHeader:before {
      display: none;
      opacity: 0; }
    label.checkbox_center.tableHeader:after {
      opacity: 1;
      transform: scale(1);
      position: relative;
      display: block;
      content: '';
      left: 0;
      top: 0px !important;
      width: 20px;
      height: 20px;
      border: 2px solid #85B0C4;
      background: #fff;
      border-radius: 2px;
      margin: 5px auto 0px; }

.eUserSettings .form-group .input-group .fe-control {
  width: 100%;
  height: 34px;
  border: 1px solid #d2d6de;
  padding: 5px 7px; }

.eUserSettings .form-group .input-group .bp-unselect {
  display: none; }

.eUserSettings .form-group .checkbox-inline .input-group.checkbox {
  display: inline;
  padding-right: 5px;
  padding-left: 5px; }

/*
 * Define the widths: play around with these 
 * to get a best fit.
 */
/*
 * Basic styles, good for a large display. Everything fits in
 * one row, no wrapping. All text based cells grow equally.
 */
.table-row {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: no-wrap;
  -webkit-flex-wrap: no-wrap;
  width: 100%;
  padding: 2px 10px;
  border-bottom: 1px solid #e0e0e0;
  border-collapse: collapse; }
  .table-row:hover {
    _background: #f3f3f3; }
  .table-row:last-of-type {
    _border-bottom: none; }
  .table-row_allprices {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: row;
    border-bottom: none; }

.wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row; }

.column {
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  vertical-align: top; }

.title {
  font-size: 12px; }

.auction {
  font-size: 12px; }

.module {
  width: 125px; }

.reporter {
  width: 125px; }

.status {
  width: 30px; }

.severity {
  width: 80px; }

.comment {
  font-size: 12px; }

.index {
  text-align: center; }

.column.text-small {
  font-size: 12px; }

.column.text-medium {
  font-size: 14px; }

.title, .comment {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 4px; }

.date {
  width: 110px;
  text-align: right;
  padding-right: 4px; }

.title-auction {
  flex-direction: column;
  flex: 2 0 25%; }

/* growable wrappers */
.title-comment, .title-comment-module-reporter, .attributes {
  _align-items: center;
  justify-content: center;
  flex: 1 0 25%; }
  .title-comment .block, .title-comment-module-reporter .block, .attributes .block {
    display: inline-table;
    width: 100%;
    line-height: 8px; }

/*
 * Media queries: optimize for different screen widths.
 */
/*
 * Media breaks.
 */
@media all and (max-width: 1116px) {
  .title-comment {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 120px; }
    .title-comment div {
      flex-grow: 0;
      -webkit-flex-grow: 0; }
    .title-comment > div {
      width: 100%;
      padding-top: 5px; }
  .module-reporter, .status-owner {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .module-reporter div, .status-owner div {
      flex-grow: 0;
      -webkit-flex-grow: 0; }
  .outer-table-body .table-row-body .module-reporter {
    align-items: baseline;
    justify-content: flex-start; } }

@media all and (max-width: 851px) {
  .module-reporter {
    flex-direction: row;
    -webkit-flex-direction: row; }
  .title-comment-module-reporter {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 250px; }
    .title-comment-module-reporter div {
      flex-grow: 2;
      -webkit-flex-grow: 2; }
    .title-comment-module-reporter > div {
      width: 100%;
      padding-top: 5px; }
  .column {
    float: left; } }

@media all and (max-width: 543px) {
  .table-row {
    padding-left: 4px;
    padding-right: 4px; }
  .attributes {
    width: 250px;
    flex-direction: initial; }
  .module-reporter, .status-owner {
    flex-direction: row;
    -webkit-flex-direction: row; } }

/*
 * General good-look styles
 */
.table-row.head {
  background-color: #E9F8FF;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #85B0C4;
  font-size: 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.outer-table-body {
  padding: 10px; }

.table-row-body {
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .table-row-body .module-reporter {
    align-items: center;
    justify-content: center; }
  .table-row-body_allprices {
    padding-right: 10px; }

.text-blue {
  color: #0D5A9E; }

.text-grey {
  color: #95989A; }

span.column {
  line-height: 20px; }

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

.Order_attachment {
  max-width: 33.333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  order: 2; }

.Order_documents {
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 66.666%; }
  .Order_documents a:nth-child(odd) {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block; }
  .Order_documents span {
    font-size: 14px; }

@media (max-width: 991.98px) {
  .Order_attachment {
    float: none;
    max-width: 100%; }
  .Order_documents {
    max-width: 100%; }
    .Order_documents a:nth-child(odd) {
      padding-top: 10px;
      padding-bottom: 10px;
      display: inline-block; }
    .Order_documents span {
      font-size: 12px; } }

.error_page {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .error_page {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  @media (min-width: 992px) {
    .error_page {
      flex: 0 0 75%;
      max-width: 75%; } }
  .error_pageFullWidth {
    width: 100%;
    background: white;
    margin-bottom: 45px;
    border-radius: 15px;
    border: 1px solid #009FE3; }

.error_container {
  background-color: #fff;
  border-radius: 5px 5px 10px 10px;
  border: 1px solid #DCDCDC;
  padding: 15px 12px; }

.error_smiley {
  text-align: center;
  font-size: 180px;
  color: #0D5A9E; }

.error_message {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0D5A9E; }

.error_title {
  font-size: 40px;
  font-weight: 700;
  color: #009FE3;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }
  .error_titleMain {
    font-size: 60px;
    font-weight: 700;
    color: #009FE3;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center; }

.error_info {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center; }
  .error_info span {
    font-size: 24px;
    font-weight: 700;
    color: #009FE3; }
  .error_info a {
    text-decoration: none;
    color: #EF3E3E;
    font-size: 24px;
    font-weight: 700; }

.error_contentLogo {
  max-width: 70%;
  margin: 0 auto; }
  .error_contentLogo img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.eNotificationNote {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 5px;
  display: none;
  padding: 15px 0;
  font-weight: 700;
  display: block; }
  .eNotificationNote_sm {
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 5px;
    display: none;
    padding: 5px 0;
    font-weight: 700;
    display: block;
    font-size: 14px; }
    .eNotificationNote_sm.success {
      color: #155724;
      background-color: #d4edda;
      border: 1px solid #79ce8d; }
    .eNotificationNote_sm.error {
      color: #721c24;
      background-color: #f8d7da;
      border: 1px solid #e67a83; }
    .eNotificationNote_sm.info {
      color: #004085;
      background-color: #e9f8ff;
      border: 1px solid #7e8892; }
  .eNotificationNote.success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #79ce8d; }
  .eNotificationNote.error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #e67a83; }
  .eNotificationNote.info {
    color: #004085;
    background-color: #e9f8ff;
    border: 1px solid #7e8892; }

.bodyContainer .price_substitute span, .bodyContainer .price_substitute a {
  color: #EF3E3E; }

.bodyContainer .price_substituteIcon span {
  margin-left: 5px;
  padding: 3px;
  background-color: #EF3E3E;
  border: 1px solid #EF3E3E;
  border-radius: 5px;
  color: white;
  font-size: 12px; }

.bodyContainer .price_ownsupplier span, .bodyContainer .price_ownsupplier a {
  color: #EF3E3E; }

.bodyContainer .price_ownsupplierIcon span {
  margin-left: 5px;
  padding: 3px;
  background-color: #009FE3;
  border: 1px solid #009FE3;
  border-radius: 5px;
  color: white;
  font-size: 12px; }

.bodyContainer .price_nogarancyitem span, .bodyContainer .price_nogarancyitem a {
  color: #EF3E3E; }

.bodyContainer .price_nogarancyitemIcon span {
  margin-left: 5px;
  padding: 3px;
  background-color: #EFA23E;
  border: 1px solid #EFA23E;
  border-radius: 5px;
  color: white; }

.bodyContainer .price_recommended span, .bodyContainer .price_recommended a {
  color: #EF3E3E; }

.bodyContainer .price_recommendedIcon span {
  margin-left: 5px;
  padding: 3px;
  background-color: #009FE3;
  border: 1px solid #009FE3;
  border-radius: 5px;
  color: white; }

.bodyContainer .price_new span, .bodyContainer .price_new a {
  color: #54b075; }

.bodyContainer .price_newIcon span {
  margin-left: 5px;
  padding: 3px;
  background-color: #54b075;
  border: 1px solid #54b075;
  border-radius: 5px;
  color: white; }

.bodyContainer .price_top span, .bodyContainer .price_top a {
  color: #EFA23E; }

.bodyContainer .price_topIcon span {
  margin-left: 5px;
  padding: 3px;
  background-color: #EFA23E;
  border: 1px solid #EFA23E;
  border-radius: 5px;
  color: white; }

.treeSelector {
  position: relative;
  width: 90%; }
  .treeSelectorHolder {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    .treeSelectorHolder .nodata {
      width: 100%; }
  .treeSelector label {
    display: inline-block;
    cursor: pointer;
    font-size: 14px; }
    .treeSelector label input[type=checkbox]:before {
      content: '';
      background: #fff;
      border: 1px solid #808080;
      border-radius: 2px;
      display: block;
      font: normal normal normal 14px/1 FontAwesome;
      height: 15px;
      width: 16px;
      cursor: pointer; }
    .treeSelector label input[type=checkbox]:checked:before {
      content: '\f00c';
      color: #337ab7; }
    .treeSelector label span {
      padding-left: 15px;
      line-height: 24px;
      position: relative; }
    .treeSelector label:hover span {
      color: #337ab7; }
  @media (min-width: 768px) {
    .treeSelector label {
      font-size: 16px; } }
  .treeSelectorItem input[type=checkbox]:before, .treeSelectorSub input[type=checkbox]:before {
    content: '';
    background: #fff;
    border: 1px solid #808080;
    border-radius: 2px;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    height: 15px;
    width: 16px;
    cursor: pointer; }
  .treeSelectorItem a, .treeSelectorSub a {
    padding-left: 15px;
    padding-right: 10px;
    text-decoration: none; }
  .treeSelectorItem input[type=checkbox]:checked:before, .treeSelectorSub input[type=checkbox]:checked:before {
    content: '\f00c';
    color: #337ab7; }
  .treeSelectorSub {
    padding-left: 15px;
    border-left: 1px solid #dedede;
    margin-left: 55px; }
    .treeSelectorSubItem span {
      padding-left: 15px; }
    .treeSelectorSubItem .noIcon {
      padding-left: 10px; }
    @media (min-width: 768px) {
      .treeSelectorSubItem .noIcon {
        padding-left: 37px; } }
  .treeSelectorPager {
    padding-top: 20px;
    padding-left: 11px; }

.registration-box {
  font-size: 15px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  max-width: 100%;
  width: 900px;
  padding: 25px;
  _margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }
  .registration-box_head {
    margin-bottom: 38px;
    text-align: center; }
    .registration-box_head img {
      width: 185px; }
  .registration-box_title {
    padding: 0px 0px 20px 0px;
    text-align: center; }
  .registration-box_header {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px; }
  .registration-box_to-login {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    padding-top: 20px; }
    .registration-box_to-login a {
      color: #009FE3; }
      .registration-box_to-login a:hover {
        color: #009FE3; }
  .registration-box_submit {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px; }
    .registration-box_submit .eBtn {
      font-size: 14px;
      font-weight: 700;
      border-radius: 5px;
      height: 40px;
      text-align: center; }
  .registration-box_label {
    padding-left: 2px;
    font-size: 12px;
    font-weight: 700; }
  .registration-box_success {
    text-align: center; }
  .registration-box .section-title {
    font-weight: 700;
    padding-bottom: 20px; }
  .registration-box .border-right {
    border-right: 1px solid lightgray; }
  .registration-box .error-message {
    color: red;
    padding: 20px;
    width: 100%;
    text-align: center;
    font-weight: 700; }
  .registration-box .address-box {
    border: 1px solid lightgray;
    padding: 10px;
    margin-bottom: 20px; }
  .registration-box .addressSearch_suggest {
    _display: none;
    border: .5px solid #f1efef;
    display: block;
    position: relative;
    z-index: 5000;
    background-color: white;
    width: 100%;
    top: -13px; }
    .registration-box .addressSearch_suggest a {
      font-size: 11px;
      text-decoration: none;
      cursor: pointer;
      display: inline-block;
      width: 100%;
      padding: 7px;
      color: black; }
      .registration-box .addressSearch_suggest a:hover {
        background-color: #f1efef; }
      .registration-box .addressSearch_suggest a i {
        font-size: 15px;
        padding-right: 5px; }
  .registration-box .delAdrBox {
    text-align: center; }
    .registration-box .delAdrBox.delAdrError {
      color: #b88800;
      font-weight: 400;
      font-size: 14px; }
    .registration-box .delAdrBox.delAdrSuccess {
      color: Green;
      font-weight: 400;
      font-size: 14px; }
  .registration-box .show-catalog {
    background-color: transparent;
    border: none;
    color: #009FE3;
    cursor: pointer; }
    .registration-box .show-catalog:hover {
      text-decoration: dashed; }
  .registration-box .afterRegistration {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    max-width: 550px;
    background-color: #fff;
    border-radius: 5px; }
    .registration-box .afterRegistration_header {
      background-color: #0D5A9E;
      font-size: 30px;
      text-align: center;
      color: #fff;
      padding: 8px 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .registration-box .afterRegistration_header h2 {
        font-size: 1.5rem;
        margin-bottom: 0px; }
    .registration-box .afterRegistration_footer {
      padding: 0px 0 15px;
      text-align: center; }
      .registration-box .afterRegistration_footer span {
        display: inline-block;
        border-radius: 5px;
        width: 10px;
        height: 10px;
        background-color: #0D5A9E;
        margin: 0 8px; }
        .registration-box .afterRegistration_footer span.active {
          background-color: #009FE3; }
    .registration-box .afterRegistration_logout {
      padding-top: 15px; }
    .registration-box .afterRegistration_content {
      padding: 5px;
      text-align: center;
      font-size: 16px; }
      .registration-box .afterRegistration_content .eBtn {
        margin-bottom: 10px;
        margin: 0 auto 5px auto;
        display: inline-block;
        padding: 5px 25px; }
      .registration-box .afterRegistration_content p {
        margin-top: 10px;
        margin-bottom: 5px; }
      .registration-box .afterRegistration_content .buttons {
        padding-top: 5px;
        clear: both;
        max-width: 300px;
        margin: 0 auto; }
      .registration-box .afterRegistration_content .eControlGroup {
        margin: 10px auto;
        max-width: 275px;
        width: 100%;
        /*select {
                padding: 0 10px;
                font-size: 13px;

                option {
                    font-size: 13px;
                    padding-top: 4px;
                    padding-bottom: 4px;
                    max-width: inherit;
                    overflow: hidden;
                    cursor: pointer;
                }

                &::before {
                    content: "";
                }

            }*/ }
        .registration-box .afterRegistration_content .eControlGroup_left {
          width: calc(100% - 87px); }
        .registration-box .afterRegistration_content .eControlGroup_right.eBtn {
          width: auto;
          margin: 0; }
        .registration-box .afterRegistration_content .eControlGroup .bp-contents span {
          line-height: 45px;
          padding-left: 5px; }
        @media (max-width: 991.98px) {
          .registration-box .afterRegistration_content .eControlGroup {
            flex-direction: row; }
            .registration-box .afterRegistration_content .eControlGroup_left {
              border-radius: 5px 0 0 5px;
              flex-grow: 1; }
            .registration-box .afterRegistration_content .eControlGroup_right.eBtn {
              border-radius: 0 5px 5px 0;
              margin: 0; } }
  .registration-box select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  .registration-box [type="checkbox"]:not(:checked) + label, .registration-box [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    width: 380px; }
  .registration-box .gdpr {
    display: flex;
    justify-content: center; }
    .registration-box .gdpr label {
      margin-bottom: 0;
      height: 20px;
      line-height: 20px;
      color: #009FE3;
      display: inline-block; }
      .registration-box .gdpr label a {
        font-weight: 400;
        font-style: italic; }

.modalDepartment .bp-container {
  border-radius: 5px;
  border: none; }
  .modalDepartment .bp-container .bp-header {
    background-color: #0D5A9E;
    color: white;
    text-align: center; }
  .modalDepartment .bp-container .bp-contents {
    min-height: 300px; }
  .modalDepartment .bp-container .bp-footer {
    text-align: center; }
    .modalDepartment .bp-container .bp-footer i {
      font-size: 30px;
      color: #0D5A9E; }

.modalDepartment_header {
  font-size: 16px;
  border-bottom: 1px solid lightgray;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 5px; }

.modalDepartment_subHeader {
  font-size: 14px;
  display: inline-block;
  font-size: 14px;
  padding-top: 10px; }

.modalDepartment_basicContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px; }
  .modalDepartment_basicContent .title {
    text-align: center;
    _width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px; }
  .modalDepartment_basicContent .content {
    text-align: center;
    _width: 100%;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 10px; }
    .modalDepartment_basicContent .content span {
      display: block; }
    .modalDepartment_basicContent .content .mapLink {
      font-size: 12px;
      display: block;
      padding-top: 10px;
      text-decoration: none;
      cursor: pointer; }
      .modalDepartment_basicContent .content .mapLink .fas {
        padding-right: 5px;
        font-size: 14px; }
      .modalDepartment_basicContent .content .mapLink:hover {
        text-decoration: underline; }
    .modalDepartment_basicContent .content table {
      width: 100%; }
    .modalDepartment_basicContent .content .tableRow td:first-of-type {
      padding-right: 20px; }

.footer {
  background-color: #313947;
  color: #fff;
  padding-top: 20px; }
  .footer_firsRow {
    margin-bottom: 10px; }
    .footer_firsRow::after {
      content: '';
      display: block;
      background-color: #495770;
      height: 1px;
      width: 100%;
      margin-left: 15px;
      margin-right: 15px; }
  .footer h3 {
    font-size: 1.35rem; }
  .footer_headLine {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .footer_contact {
    color: #0399d9;
    font-size: 20px; }
    .footer_contact:hover {
      text-decoration: none; }
      .footer_contact:hover span {
        color: #008dca; }
    .footer_contact span {
      font-weight: 700;
      color: #009FE3;
      vertical-align: middle; }
    .footer_contact img {
      margin-right: 18px;
      vertical-align: middle; }
  .footer_hotLine {
    padding-top: 20px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    .footer_hotLine::after {
      content: '';
      display: block;
      background-color: #495770;
      width: 100%;
      height: 1px;
      margin-top: 20px; }
    .footer_hotLine p {
      margin-bottom: 15px;
      margin-top: 15px; }
  .footer_brench {
    padding-top: 20px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
  .footer_copyLine {
    color: #6B7B97;
    font-size: 14px;
    padding: 5px 0;
    text-align: center; }
  .footer_bussInfo {
    color: #6B7B97;
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    justify-content: center;
    border-bottom: 1px solid #495770; }
    .footer_bussInfo img {
      width: 180px; }
  @media (min-width: 768px) {
    .footer {
      padding-top: 60px; }
      .footer_bussInfo {
        flex-wrap: nowrap;
        padding-bottom: 30px;
        justify-content: space-between; }
      .footer_headLine {
        margin-bottom: 20px; }
      .footer_firsRow {
        margin-bottom: 40px; }
        .footer_firsRow::after {
          margin-top: 20px; }
      .footer_hotLine {
        padding-top: 0px;
        border-bottom: 0px;
        border-right: 1px solid #495770;
        min-height: 150px;
        flex: 0 0 50%;
        max-width: 50%; }
        .footer_hotLine::after {
          display: none; }
      .footer_copyLine {
        padding: 25px 0; }
      .footer_brench {
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 0px;
        padding-left: 40px; }
      .footer h3 {
        font-size: 1.75rem; } }

.fBranch {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 15px;
  padding-bottom: 15px; }
  .fBranch_icon {
    width: 28px;
    margin-right: 22px; }
    .fBranch_icon:hover {
      transform: scale(0.9); }
  .fBranch_text {
    font-size: 14px; }
    .fBranch_text span {
      display: block; }
  @media (min-width: 768px) {
    .fBranch_text {
      font-size: 15px; }
      .fBranch_text span {
        display: block; } }

.header {
  background-color: #fff;
  border-bottom: 1px solid #DCDCDC;
  box-shadow: 0 0px 20px #9B9B9B;
  height: 65px;
  z-index: 150;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; }
  .header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 16px; }
  .header_searchBox {
    display: none;
    top: 65px;
    background-color: #fff;
    width: 100%;
    left: 0px;
    border-bottom: 1px solid #DCDCDC;
    padding: 10px; }
    .header_searchBox.show {
      display: block;
      position: absolute; }
  .header_toggleMenu {
    margin-right: 20px;
    cursor: pointer; }
  .header_logo {
    height: 35px;
    flex-grow: 1;
    max-width: 254px; }
    .header_logo img {
      margin-top: 5px;
      max-height: 40px;
      max-width: 100%; }
  .header_searchBox_toggle {
    padding: 0 7px;
    cursor: pointer; }
  .header_account {
    padding: 0 7px; }
  .header_cart {
    padding: 0 7px;
    margin-top: -6px; }
  @media (min-width: 768px) {
    .header {
      height: 100px; }
      .header_container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px; } }
    @media (min-width: 768px) and (min-width: 576px) {
      .header_container {
        max-width: 540px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .header_container {
        max-width: 720px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .header_container {
        max-width: 960px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .header_container {
        max-width: 1140px; } }
  @media (min-width: 768px) {
      .header_logo {
        height: 60px;
        flex-grow: inherit;
        display: flex;
        justify-content: center;
        align-items: center; }
        .header_logo img {
          max-height: 60px; }
      .header_toggleMenu {
        display: none; }
      .header_searchBox_toggle {
        display: none; }
      .header_account {
        height: 50px; }
      .header_searchBox, .header_searchBox.show {
        max-width: 290px;
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        border-bottom: 0px;
        background-color: inherit;
        padding: 0;
        width: inherit; } }
  @media (min-width: 992px) {
    .header_searchBox {
      margin-left: 50px; } }
  @media (min-width: 1200px) {
    .header_searchBox {
      margin-left: 120px; } }

.headerAccount {
  z-index: 0;
  position: relative; }
  .headerAccount_userName {
    display: none;
    font-size: 14px; }
  .headerAccount_dropArrow {
    display: none; }
  .headerAccount_dropDown {
    display: none; }
  @media (min-width: 768px) {
    .headerAccount {
      width: 220px;
      border-radius: 5px; }
      .headerAccount.open {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
        background-color: #fff; }
      .headerAccount_static {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        border-top: 1px solid transparent;
        cursor: pointer; }
      .headerAccount.open .headerAccount_static {
        border: 1px solid #F2F2F2;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom: 0px; }
      .headerAccount_userName {
        display: inherit;
        padding: 0 15px 0 25px; }
      .headerAccount_dropArrow {
        display: inherit;
        cursor: pointer; }
      .headerAccount_dropDown.show {
        display: block;
        position: relative; } }
  @media (max-width: 767.98px) {
    .headerAccount_dropDown.show {
      display: block;
      width: 100%;
      right: 0;
      position: fixed;
      padding: 20px 15px 0 15px; } }

.headerMessage_iconHolder {
  position: relative;
  width: 32px;
  height: 32px; }

.headerMessage_itemCount {
  position: absolute;
  background-color: red;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  right: 0px;
  top: 0px;
  padding-top: 2px;
  z-index: 10;
  color: white; }

.headerMessage_icon {
  position: absolute;
  bottom: 0px;
  left: 0px; }

.headerMessage_sum {
  display: none; }

.headerMessage_static {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.headerMessage_popover {
  display: none; }

@media (min-width: 768px) {
  .headerMessage {
    position: relative; }
    .headerMessage:hover .headerMessage_popover {
      display: block; }
    .headerMessage_popover {
      position: absolute;
      right: -400px; }
      .headerMessage_popover.show {
        display: block; }
    .headerMessage_static {
      display: flex;
      margin-top: -6px; }
      .headerMessage_static:hover {
        text-decoration: none; }
    .headerMessage_static:hover .headerMessage_itemCount {
      background-color: #009FE3;
      color: #fff; } }

@media (min-width: 992px) {
  .headerMessage_sum {
    display: inherit;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    color: #0D5A9E;
    padding-left: 10px;
    margin-left: 5px;
    margin-top: 10px;
    border-left: 1px solid #0D5A9E; } }

.headerCart_iconHolder {
  position: relative;
  width: 32px;
  height: 32px; }

.headerCart_itemCount {
  position: absolute;
  background-color: #FFD737;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  right: 0px;
  top: 0px;
  padding-top: 2px;
  z-index: 10; }

.headerCart_icon {
  position: absolute;
  bottom: 0px;
  left: 0px; }

.headerCart_sum {
  display: none; }

.headerCart_static {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.headerCart_popover {
  display: none; }

@media (min-width: 768px) {
  .headerCart {
    position: relative; }
    .headerCart:hover .headerCart_popover {
      display: block; }
    .headerCart_popover {
      position: absolute;
      right: 0px; }
      .headerCart_popover.show {
        display: block; }
    .headerCart_static {
      display: flex;
      margin-top: -6px; }
      .headerCart_static:hover {
        text-decoration: none; }
    .headerCart_static:hover .headerCart_itemCount {
      background-color: #009FE3;
      color: #fff; } }

@media (min-width: 992px) {
  .headerCart_sum {
    display: inherit;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    color: #0D5A9E;
    padding-left: 10px;
    margin-left: 5px;
    margin-top: 10px;
    border-left: 1px solid #0D5A9E; } }

.accountInfo {
  font-size: 14px; }
  .accountInfo_blue {
    background-color: #009FE3;
    color: #fff;
    text-align: center;
    padding: 10px 0; }
    .accountInfo_blue .text {
      padding: 2px 0;
      display: inline-block; }
    .accountInfo_blue .eBtn {
      display: inline-block;
      text-transform: none;
      margin-top: 5px;
      color: white;
      padding: 5px 25px; }
      .accountInfo_blue .eBtn:hover {
        color: #009FE3;
        text-decoration: none; }
  .accountInfo_bordered {
    border-bottom: 1px solid #DCDCDC;
    text-align: center;
    padding: 10px 0; }
    .accountInfo_bordered a {
      width: 100%; }
  .accountInfo_logout {
    padding: 15px 0;
    text-align: center; }
    .accountInfo_logout button img {
      margin-left: 5px; }
  .accountInfo a {
    color: #000;
    padding: 1px 0;
    display: inline-block; }
  @media (max-width: 991.98px) {
    .accountInfo_bordered {
      background-color: white;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); }
    .accountInfo_logout {
      background-color: white;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); }
    .accountInfo_blue {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); } }

.floatingMessage {
  width: 450px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  margin-top: 25px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .floatingMessage::after {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    content: '';
    position: absolute;
    right: 400px;
    top: -8px;
    transform: rotate(45deg);
    border: 1px solid #DCDCDC;
    border-bottom: 0px;
    border-right: 0px; }
  .floatingMessage .readedLink {
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    color: darkgray; }

.floatingCart {
  width: 600px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  margin-top: 25px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .floatingCart::after {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    content: '';
    position: absolute;
    right: 20px;
    top: -8px;
    transform: rotate(45deg);
    border: 1px solid #DCDCDC;
    border-bottom: 0px;
    border-right: 0px; }

.suggestBox {
  font-size: 14px;
  margin-left: -10px;
  margin-right: -10px; }
  .suggestBox_sectionHeader {
    color: #0D5A9E;
    padding: 5px 20px;
    border-bottom: 1px solid #0D5A9E; }
  .suggestBox_sectionCategories, .suggestBox_sectionArticles {
    padding: 8px 20px; }
    .suggestBox_sectionCategories a, .suggestBox_sectionArticles a {
      padding: 5px 0;
      display: inline-block;
      line-height: 1.2; }
  .suggestBox_sectionArticles a {
    color: #0D5A9E; }
  .suggestBox_sectionCategories a {
    color: #000;
    border-bottom: 1px solid #cfd1d2;
    padding: 19px 0;
    width: 100%; }
    .suggestBox_sectionCategories a:last-of-type {
      border: none; }
  .suggestBox_footer {
    border-top: 1px solid #DCDCDC;
    text-align: center;
    padding: 15px 0 5px 0; }
  @media (min-width: 768px) {
    .suggestBox {
      background-color: #fff;
      border: 1px solid #DCDCDC;
      border-radius: 5px;
      width: 650px;
      margin: 0;
      box-shadow: #DCDCDC 0px 3px 13px; }
      .suggestBox::after {
        display: block;
        width: 14px;
        height: 14px;
        background-color: #fff;
        content: '';
        position: absolute;
        left: 125px;
        top: -7px;
        transform: rotate(45deg);
        border: 1px solid #DCDCDC;
        border-bottom: 0px;
        border-right: 0px; } }
  @media (min-width: 992px) {
    .suggestBox::after {
      left: 20px;
      top: -7px; } }

.suggestItem {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #DCDCDC;
  color: #000; }
  .suggestItem:hover {
    text-decoration: none; }
  .suggestItem:last-of-type {
    border-bottom: 0px; }
  .suggestItem_image {
    width: 90px;
    max-width: 30%;
    padding: 0 5px 0 20px; }
    .suggestItem_image img {
      max-width: 100%; }
  .suggestItem_texts {
    max-width: 70%;
    padding: 0 5px; }
  .suggestItem_code {
    font-size: 12px; }
  .suggestItem_showBtn {
    display: none; }
  @media (min-width: 768px) {
    .suggestItem {
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      height: 90px; }
      .suggestItem_image {
        width: 115px;
        max-width: 45%;
        padding: 0 5px 0 20px; }
        .suggestItem_image img {
          max-width: 100%; }
      .suggestItem_texts {
        display: flex;
        max-width: 100%;
        flex-grow: 1;
        align-items: center;
        justify-content: space-between; }
      .suggestItem_code {
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px; }
      .suggestItem_showBtn {
        padding-left: 10px;
        display: block;
        text-align: right;
        padding-right: 20px; } }

.headerMessageBlock {
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  padding: 10px; }
  .headerMessageBlock_image, .headerMessageBlock_info, .headerMessageBlock_price, .headerMessageBlock_delete {
    padding: 7px 7.5px;
    max-height: 100%;
    display: block; }
  .headerMessageBlock_info {
    font-weight: 700;
    font-size: 12px;
    flex-grow: 1; }
    .headerMessageBlock_info a {
      display: block; }
    .headerMessageBlock_info .product-name {
      color: #0D5A9E; }
    .headerMessageBlock_info .supplier {
      color: #009FE3; }
    .headerMessageBlock_info .auction {
      font-size: 10px;
      color: Black;
      font-weight: normal; }
  .headerMessageBlock_delete {
    padding-right: 20px; }

.headerCartBlock {
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: center; }
  .headerCartBlock_image, .headerCartBlock_info, .headerCartBlock_price, .headerCartBlock_delete {
    padding: 7px 7.5px;
    max-height: 100%;
    display: block; }
  .headerCartBlock_footer {
    padding: 15px;
    display: flex;
    align-items: center; }
  .headerCartBlock_count {
    font-size: 14px;
    font-weight: 700;
    min-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center; }
  .headerCartBlock_footerPrice {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px; }
    .headerCartBlock_footerPrice .prices {
      padding-left: 15px;
      flex: 0 0 58%;
      font-size: 14px;
      font-weight: 700; }
      .headerCartBlock_footerPrice .prices span {
        font-size: 10px; }
      .headerCartBlock_footerPrice .prices div {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        overflow: hidden; }
      .headerCartBlock_footerPrice .prices .primary {
        color: #0D5A9E; }
      .headerCartBlock_footerPrice .prices .secondary {
        color: #95989A; }
  .headerCartBlock_image {
    flex: 0 0 19%;
    text-align: center; }
    .headerCartBlock_image img {
      max-width: 100%;
      max-height: 70px; }
  .headerCartBlock_delete {
    padding-right: 20px; }
  .headerCartBlock_price {
    flex: 0 0 28%;
    font-size: 14px;
    font-weight: 700;
    max-width: 28%; }
    .headerCartBlock_price span {
      font-size: 10px; }
    .headerCartBlock_price div {
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 100%;
      overflow: hidden; }
    .headerCartBlock_price .primary {
      color: #0D5A9E; }
    .headerCartBlock_price .secondary {
      color: #95989A; }
  .headerCartBlock_info {
    font-weight: 700;
    font-size: 12px;
    flex-grow: 1; }
    .headerCartBlock_info a {
      display: block; }
    .headerCartBlock_info .product-name {
      color: #0D5A9E; }
    .headerCartBlock_info .supplier {
      color: #009FE3; }
    .headerCartBlock_info .auction {
      font-size: 10px;
      color: Black;
      font-weight: normal; }

.categorieMenu {
  position: fixed;
  background-color: #fff;
  width: 70%;
  transition: left .5s;
  _height: calc(100% - 65px);
  z-index: 200;
  left: -100%;
  top: 65px;
  border-right: 1px solid #DCDCDC; }
  .categorieMenu.show {
    left: 0px; }
  .categorieMenu_backDrop {
    opacity: 0;
    transition: opacity .5s; }
  .categorieMenu.show .categorieMenu_backDrop {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 65px;
    left: 0px;
    opacity: 1; }
  .categorieMenu_menu {
    z-index: 10;
    position: relative;
    background-color: #fff;
    _height: 100%; }
  .categorieMenu_header {
    background-color: #0D5A9E;
    color: #fff;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 12px; }
    .categorieMenu_header a {
      color: white; }
  .categorieMenu_item {
    border-bottom: 1px solid #DCDCDC;
    overflow: hidden; }
  .categorieMenu_itemsGroup {
    background-color: #fff;
    border-bottom: 1px solid #85B0C4; }
  .categorieMenu_itemsGroup .categorieMenu_itemsGroup {
    display: none;
    background-color: #E9F8FF;
    border: 0;
    border-top: 1px solid #85B0C4; }
    .categorieMenu_itemsGroup .categorieMenu_itemsGroup.show {
      display: block; }
  .categorieMenu_item.opened {
    border-bottom: 0; }
  .categorieMenu_itemsGroup .categorieMenu_itemsGroup .categorieMenu.show {
    border-bottom: 0; }
  .categorieMenu_itemsGroup .categorieMenu_itemsGroup .categorieMenu_item {
    border-bottom: 1px solid #85B0C4; }
  .categorieMenu_itemsGroup .categorieMenu_itemsGroup .categorieMenu_itemHead {
    height: inherit;
    padding-top: 13px;
    padding-bottom: 12px; }
  .categorieMenu_itemsGroup .categorieMenu_itemsGroup .categorieMenu_itemGroup {
    padding-bottom: 3px; }
  .categorieMenu_menu > .categorieMenu_itemsGroup > .categorieMenu_item.opened > .categorieMenu_itemHead {
    background-color: #009FE3; }
    .categorieMenu_menu > .categorieMenu_itemsGroup > .categorieMenu_item.opened > .categorieMenu_itemHead .text {
      color: #fff; }
  .categorieMenu_item.opened > .categorieMenu_itemHead .icon {
    color: #0D5A9E; }
    .categorieMenu_item.opened > .categorieMenu_itemHead .icon::before {
      content: '-'; }
  .categorieMenu_itemHead {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 12px; }
    .categorieMenu_itemHead .icon {
      font-weight: 700;
      color: #009FE3;
      margin-right: 5px;
      padding-right: 5px;
      cursor: pointer; }
      .categorieMenu_itemHead .icon::before {
        text-align: center;
        display: inline-block;
        content: '+';
        width: 5px; }
    .categorieMenu_itemHead .ph {
      width: 2px;
      min-width: 2px; }
    .categorieMenu_itemHead .text {
      color: #0D5A9E;
      font-size: 14px;
      font-weight: 700; }
    .categorieMenu_itemHead a:not([href]):not([tabindex]) {
      color: #0D5A9E;
      cursor: pointer; }
    .categorieMenu_itemHead a:not([href]):not([tabindex]):hover {
      color: #0D5A9E;
      cursor: pointer;
      text-decoration: underline; }
  .categorieMenu > .categorieMenu_itemHead:hover {
    background-color: #DCDCDC; }
  @media (min-width: 768px) {
    .categorieMenu {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      /*@include make-col(4);*/
      z-index: 1;
      display: block;
      left: inherit;
      margin: 0;
      margin-bottom: 50px;
      background-color: inherit;
      top: inherit;
      border-right: 0;
      border-radius: 5px; }
      .categorieMenu_menu {
        border-radius: 0 0 5px 5px; }
      .categorieMenu_menu > .categorieMenu_item_cat-list {
        border-bottom: 1px solid #85B0C4;
        border-left: 1px solid #85B0C4;
        border-right: 1px solid #85B0C4;
        border-radius: 0 0 5px 5px; }
      .categorieMenu_menu > .categorieMenu_itemsGroup > .categorieMenu_item:last-of-type {
        /*border-bottom: 1px solid #85B0C4;
            border-radius: 0 0 5px 5px;*/ }
      .categorieMenu_menu > .categorieMenu_itemsGroup {
        /*border-radius: 0 0 5px 5px;*/ }
      .categorieMenu.show .categorieMenu_backDrop, .categorieMenu_backDrop {
        display: none; }
      .categorieMenu_header {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .categorieMenu_itemsGroup {
        border-left: 1px solid #85B0C4;
        border-right: 1px solid #85B0C4;
        border-bottom: 1px solid #85B0C4; } }
  @media (min-width: 992px) {
    .categorieMenu {
      /*@include make-col(3);*/ } }

.favouriteMenu {
  margin-top: 50px; }
  .favouriteMenu_header {
    background-color: #e9f8ff;
    color: #2369a7;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 12px;
    border: 1px solid #85B0C4; }
    @media (min-width: 992px) {
      .favouriteMenu_header {
        height: 50px;
        line-height: 50px; } }

.catMenuSub_itemsGroup {
  margin-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: none;
  padding-right: 8px; }
  .catMenuSub_itemsGroup.show {
    display: block; }

.catMenuSub_item.opened > .catMenuSub_itemHead .icon {
  color: #0D5A9E; }
  .catMenuSub_item.opened > .catMenuSub_itemHead .icon::before {
    content: '-'; }

.catMenuSub_itemHead {
  display: flex;
  align-items: center;
  padding-left: 12px; }
  .catMenuSub_itemHead .icon {
    font-weight: 700;
    color: #009FE3;
    margin-right: 5px;
    padding-right: 5px;
    cursor: pointer; }
    .catMenuSub_itemHead .icon::before {
      text-align: center;
      display: inline-block;
      content: '+';
      width: 5px; }
  .catMenuSub_itemHead .ph {
    width: 2px;
    min-width: 2px; }
  .catMenuSub_itemHead .text {
    color: #0D5A9E;
    font-size: 14px; }
    .catMenuSub_itemHead .text.active {
      text-decoration: underline; }
      .catMenuSub_itemHead .text.active:hover {
        text-decoration: underline;
        color: #009FE3; }
    .catMenuSub_itemHead .text:hover {
      text-decoration: none;
      color: #009FE3; }

.catMenuSub_mostDeeper {
  margin-left: 28px;
  border-left: 1px solid #85B0C4; }

.hp_panel {
  margin-bottom: 10px; }

.hpTopCat_holder {
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap; }

.hpTopCat_item {
  flex: 0 0 50%;
  max-width: 50%;
  display: block;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-left-width: 0px;
  padding: 15px;
  text-align: center; }
  .hpTopCat_item .imgHolder {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px; }
    .hpTopCat_item .imgHolder img {
      max-width: 100%;
      max-height: 100%; }
  .hpTopCat_item h3 {
    font-size: 16px;
    color: #0D5A9E;
    text-decoration: none;
    font-weight: 700; }
  .hpTopCat_item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    z-index: 10; }
    .hpTopCat_item:hover h3 {
      text-decoration: none;
      color: #000; }
  .hpTopCat_item:nth-of-type(1) {
    border-top-left-radius: 5px;
    border-left-width: 1px; }
  .hpTopCat_item:nth-of-type(2) {
    border-top-right-radius: 5px; }
  .hpTopCat_item:nth-of-type(3) {
    border-bottom-left-radius: 5px;
    border-left-width: 1px;
    border-top-width: 0; }
  .hpTopCat_item:nth-of-type(4) {
    border-bottom-right-radius: 5px;
    border-top-width: 0; }
  .hpTopCat_item:last-of-type {
    border-right-width: 1px; }

@media (min-width: 992px) {
  .hpTopCat_item {
    flex: 0 0 25%;
    max-width: 25%;
    border-bottom-width: 1px; }
    .hpTopCat_item .imgHolder {
      height: 175px;
      width: 175px; }
    .hpTopCat_item:nth-of-type(1) {
      border-bottom-left-radius: 5px; }
    .hpTopCat_item:nth-of-type(2) {
      border-top-right-radius: 0px; }
    .hpTopCat_item:nth-of-type(3) {
      border-bottom-left-radius: 0px;
      border-left-width: 0px;
      border-top-width: 1px; }
    .hpTopCat_item:nth-of-type(4) {
      border-bottom-right-radius: 5px;
      border-top-width: 0;
      border-top-width: 1px; }
    .hpTopCat_item:last-of-type {
      border-right-width: 1px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; } }

.hpLoadMore {
  text-align: center; }

.hpArticleBox {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center; }
  .hpArticleBox_image {
    display: block;
    background-position: center;
    background-size: contain;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background-repeat: no-repeat; }
  .hpArticleBox_head {
    margin-bottom: 16px; }
  .hpArticleBox_headLine {
    padding: 15px 10px;
    color: #0D5A9E;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    background-color: #FCFCFC; }
    .hpArticleBox_headLine h3 {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 0px; }
  .hpArticleBox_body {
    padding: 12px 10px; }
  .hpArticleBox_text {
    font-size: 12px;
    margin-bottom: 16px;
    height: 95px;
    line-height: 1.4;
    overflow: hidden; }
  .hpArticleBox_tags {
    height: 20px;
    display: inline-block;
    border-left: 1px solid #95989A;
    padding-left: 14px;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 1; }
    .hpArticleBox_tags .eTag {
      margin-top: -2px; }
  .hpArticleBox_date {
    font-size: 12px;
    color: #95989A; }
  .hpArticleBox_content {
    padding: 26px 0;
    width: 100%; }
  .hpArticleBox_lastHidden {
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #F2F2F2 80%);
    height: 240px;
    margin-top: -250px;
    margin-bottom: 20px;
    position: relative;
    z-index: 100; }
  @media (min-width: 768px) {
    .hpArticleBox {
      flex-direction: row;
      min-height: 240px; }
      .hpArticleBox_image {
        min-width: 30%;
        border-radius: 5px 0 0 5px; }
      .hpArticleBox_headLine {
        border-top: 0;
        border-radius: 0 5px 0 0;
        padding: 17px 20px;
        margin-top: -26px; }
      .hpArticleBox_text {
        font-size: 14px;
        height: 39.2px;
        overflow: hidden; }
      .hpArticleBox_body {
        padding: 12px 20px; }
      .hpArticleBox_content {
        border-left: 1px solid #DCDCDC;
        border-right: 0; }
      .hpArticleBox:nth-of-type(even) {
        flex-direction: row-reverse; }
      .hpArticleBox:nth-of-type(even) .hpArticleBox_content {
        border-right: 1px solid #DCDCDC;
        border-left: 0; }
      .hpArticleBox:nth-of-type(even) .hpArticleBox_image {
        border-radius: 0 5px 5px 0; }
      .hpArticleBox:nth-of-type(even) .hpArticleBox_headLine {
        border-radius: 5px 0 0 0; } }

.slick-btn-holder {
  position: absolute;
  display: block;
  height: 100%;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  transition: all .5s;
  transform: translateY(-50%); }
  .slick-btn-holder.left {
    left: 0;
    z-index: 100; }
    .slick-btn-holder.left:hover .slick-prev {
      transform: translateY(-50%) translateX(-5px); }
  .slick-btn-holder.right {
    right: 0; }
    .slick-btn-holder.right:hover .slick-next {
      transform: translateY(-50%) translateX(5px); }

.newsletterStrip {
  background-color: #DCDCDC; }
  .newsletterStrip_inner {
    padding: 40px 0 30px;
    text-align: center;
    width: 100%; }
    .newsletterStrip_inner h3 {
      color: #0D5A9E;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 15px; }
    .newsletterStrip_inner p {
      font-size: 16px;
      color: #585858;
      padding: 0 35px;
      margin-bottom: 33px; }
    .newsletterStrip_inner .email {
      margin: 0 0 30px 0;
      border: 1px solid #95989A; }
    .newsletterStrip_inner .eControlGroup {
      align-items: center;
      padding: 0 30px;
      max-width: 540px;
      margin: 0 auto;
      display: block; }
      @media (max-width: 844px) {
        .newsletterStrip_inner .eControlGroup .eBtn {
          padding: 10px 35px; } }
    @media (min-width: 768px) {
      .newsletterStrip_inner {
        padding: 45px 0 60px; }
        .newsletterStrip_inner h3 {
          font-size: 30px;
          margin-bottom: 20px; }
        .newsletterStrip_inner .email {
          margin-bottom: 0px;
          height: 50px;
          border-bottom-right-radius: 0;
          border-top-right-radius: 0; }
        .newsletterStrip_inner .eBtn {
          height: 50px;
          font-size: 14px; } }

.catalog_panel {
  margin-bottom: 10px; }
  .catalog_panel.searchLegend {
    display: flex;
    flex-direction: column; }
    .catalog_panel.searchLegend_rank {
      flex-direction: row;
      font-size: 12px;
      margin: 0;
      padding-bottom: 3px;
      padding-left: 20px;
      padding-top: 10px; }
      .catalog_panel.searchLegend_rank .color {
        padding-left: 20px;
        padding-right: 10px; }
        .catalog_panel.searchLegend_rank .color .rank1 {
          color: #6ec66e; }
        .catalog_panel.searchLegend_rank .color .rank2 {
          color: #c9d611; }
        .catalog_panel.searchLegend_rank .color .rank3 {
          color: #e90808; }
        .catalog_panel.searchLegend_rank .color .rank4 {
          color: #009fe3; }
        .catalog_panel.searchLegend_rank .color .rank5 {
          color: #999fa1; }
      .catalog_panel.searchLegend_rank .legendHeader {
        font-weight: 700;
        font-size: 12px;
        border-bottom: 1px solid #b3afaf; }

.catalog_productsPanel {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #DCDCDC; }
  .catalog_productsPanel_nowrap {
    flex-wrap: nowrap; }

.catalog_loadMoreHolder {
  text-align: center;
  margin-bottom: 30px; }

.catalog_bottomAnotation h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700; }

.catalog_bottomAnotation p {
  font-size: 14px;
  margin-bottom: 40px; }

@media (min-width: 992px) {
  .catalog_productsPanel {
    margin-bottom: 40px; }
    .catalog_productsPanel_nowrap {
      flex-wrap: nowrap; } }

.subcategoryMenu {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  padding: 10px; }
  .subcategoryMenu_actual {
    display: flex;
    align-items: flex-start;
    padding-top: 16px;
    border-bottom: 1px solid #DCDCDC; }
  .subcategoryMenu_actualImage {
    padding-right: 10px; }
  .subcategoryMenu_actualText h1 {
    font-size: 26px;
    font-weight: 700; }
  .subcategoryMenu_actualText p {
    font-size: 14px;
    margin-bottom: 0; }
  .subcategoryMenu_item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-top: 10px;
    padding: 0 5px;
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center; }
    .subcategoryMenu_item h2 {
      font-size: 12px;
      font-weight: 700; }
    .subcategoryMenu_item:hover {
      color: #000; }
  .subcategoryMenu_itemImage {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%; }
    .subcategoryMenu_itemImage img {
      max-width: 100%;
      max-height: 100%; }
  .subcategoryMenu_itemHolder {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 30px; }
  @media (min-width: 992px) {
    .subcategoryMenu {
      padding: 26px; }
      .subcategoryMenu_actual {
        align-items: center;
        padding-top: 0;
        padding-bottom: 26px; }
      .subcategoryMenu_actualText h1 {
        font-size: 30px;
        margin-bottom: 18px; }
      .subcategoryMenu_actualImage {
        min-width: 190px;
        max-width: 190px;
        text-align: center; }
      .subcategoryMenu_itemHolder {
        padding-bottom: 14px;
        padding-top: 0; }
      .subcategoryMenu_item {
        flex: 0 0 20%;
        max-width: 20%; }
      .subcategoryMenu_itemImage {
        height: 170px; } }
  @media (max-width: 991.98px) {
    .subcategoryMenu_actualText h1 {
      font-size: 15px;
      font-weight: 700; }
    .subcategoryMenu_actualText p {
      font-size: 14px;
      margin-bottom: 0; } }

.eProductBoxList {
  margin-bottom: 10px; }
  .eProductBoxList h2 {
    font-size: 20px;
    color: #0D5A9E;
    font-weight: 700; }
  .eProductBoxList_content {
    width: 100%; }
  .eProductBoxList_holder {
    border-bottom: 1px solid #DCDCDC;
    width: 100%; }
    .eProductBoxList_holder:hover {
      box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.32);
      z-index: 110; }
  .eProductBoxList_rank1 {
    border-left: 3px solid #6ec66e; }
  .eProductBoxList_rank2 {
    border-left: 3px solid #c9d611; }
  .eProductBoxList_rank3 {
    border-left: 3px solid #e90808; }
  .eProductBoxList_rank4 {
    border-left: 3px solid #009fe3; }
  .eProductBoxList_rank5 {
    border-left: 3px solid #999fa1; }
  .eProductBoxList_item {
    margin-bottom: 10px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: nowrap;
    margin: 0;
    width: 100%; }
    .eProductBoxList_item .eBadges_sale {
      font-size: 12px;
      width: 35px;
      height: 35px;
      padding-top: 9px;
      left: 10px; }
    .eProductBoxList_item:last-of-type {
      border-bottom-width: 0; }
    .eProductBoxList_item img {
      max-width: 100%;
      max-height: 100%; }
    .eProductBoxList_item .more-info {
      color: #0D5A9E;
      font-size: 14px; }
      .eProductBoxList_item .more-info span {
        font-size: 12px; }
    .eProductBoxList_item .parameters {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      _padding-left: 30px;
      color: #585858; }
      .eProductBoxList_item .parameters a {
        padding-bottom: 10px; }
      .eProductBoxList_item .parameters h4 {
        font-size: 12px;
        font-weight: 700;
        text-decoration: underline;
        color: #0D5A9E; }
      .eProductBoxList_item .parameters table {
        font-size: 12px;
        display: flex;
        justify-content: center; }
        .eProductBoxList_item .parameters table td:nth-of-type(1) {
          text-align: left;
          font-weight: 700;
          vertical-align: top; }
        .eProductBoxList_item .parameters table td:nth-of-type(2) {
          text-align: left; }
  .eProductBoxList_image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 10px;
    max-width: 50%; }
    .eProductBoxList_image .eBadgesIlustrative {
      top: 135px;
      left: 0px;
      width: 100%;
      display: flex; }
      .eProductBoxList_image .eBadgesIlustrative_badge {
        text-align: center; }
  .eProductBoxList_baseInfo h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    white-space: normal; }
    .eProductBoxList_baseInfo h3 a {
      color: #009FE3; }
  .eProductBoxList_baseInfo .eBadges {
    position: relative;
    flex-direction: row;
    overflow: hidden;
    max-width: 100%;
    flex-wrap: nowrap;
    margin-top: 10px; }
    .eProductBoxList_baseInfo .eBadges_badge {
      display: inline-block;
      font-size: 10px;
      padding: 2px 6px;
      border-radius: 5px;
      margin-right: 4px;
      text-align: center; }
  .eProductBoxList_description {
    display: none;
    font-size: 12px; }
    .eProductBoxList_description p {
      line-height: 16px; }
    .eProductBoxList_description_tags {
      height: 21px;
      overflow: hidden; }
      .eProductBoxList_description_tags span {
        display: inline-block;
        background-color: #BFE4F5;
        padding: 0px 5px;
        border-radius: 5px;
        font-size: 14px;
        margin-right: 2px; }
  .eProductBoxList_price {
    min-width: 190px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .eProductBoxList_price table {
      font-weight: 700;
      width: 100%;
      margin-bottom: 10px; }
      .eProductBoxList_price table tr:nth-of-type(1) {
        color: #0D5A9E; }
      .eProductBoxList_price table tr:nth-of-type(2) {
        color: #95989A; }
      .eProductBoxList_price table td:nth-of-type(2) {
        text-align: right; }
  .eProductBoxList_code {
    font-size: 9px;
    color: #585858;
    display: block; }
  .eProductBoxList_garancy {
    font-size: 9px;
    color: #585858;
    display: block; }
    .eProductBoxList_garancy .RedLabel {
      color: red;
      font-weight: 700; }
  .eProductBoxList_content {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    justify-content: space-between;
    width: 100%; }
  .eProductBoxList_buyBox {
    display: flex;
    max-width: 190px; }
    .eProductBoxList_buyBox .eBtn_toBasket {
      padding: 5px 10px;
      margin-left: 12px; }
      .eProductBoxList_buyBox .eBtn_toBasket img {
        width: 20px;
        max-width: inherit; }
    .eProductBoxList_buyBox_alternatives {
      display: flex;
      justify-content: flex-end; }
  @media (min-width: 768px) {
    .eProductBoxList_image .eBadgesIlustrative {
      position: relative;
      flex-direction: row;
      overflow: hidden;
      max-width: 100%;
      flex-wrap: nowrap;
      margin-top: 10px;
      top: 0px;
      left: 0px;
      width: 100%;
      display: flex; }
      .eProductBoxList_image .eBadgesIlustrative_badge {
        display: inline-block;
        font-size: 10px;
        padding: 2px 6px;
        border-radius: 5px;
        margin-right: 4px;
        text-align: center; }
    .eProductBoxList_item {
      align-items: center; }
    .eProductBoxList_description {
      display: block; } }
  @media (max-width: 991.98px) {
    .eProductBoxList_image {
      max-width: 25%;
      min-width: 25%;
      align-items: center;
      justify-content: center;
      display: flex; }
    .eProductBoxList_buyBox {
      max-width: 100%; }
      .eProductBoxList_buyBox_alternatives {
        display: flex;
        justify-content: flex-end; } }
  @media (min-width: 992px) {
    .eProductBoxList_holder {
      border-radius: 0; }
      .eProductBoxList_holder_rank1 {
        border-left: 3px solid #6ec66e; }
      .eProductBoxList_holder_rank2 {
        border-left: 3px solid #c9d611; }
      .eProductBoxList_holder_rank3 {
        border-left: 3px solid #e90808; }
      .eProductBoxList_holder_rank4 {
        border-left: 3px solid #009fe3; }
      .eProductBoxList_holder_rank5 {
        border-left: 3px solid #999fa1; }
    .eProductBoxList_code {
      font-size: 12px; }
    .eProductBoxList_garancy {
      font-size: 12px; }
    .eProductBoxList_baseInfo {
      flex-grow: 5; }
    .eProductBoxList_description {
      flex: 0 0 40%;
      flex-grow: 6;
      max-width: 40%;
      padding-right: 10px;
      padding-left: 10px; }
    .eProductBoxList_image {
      flex: 0 0 25%;
      max-width: 25%;
      max-width: 90px; }
      .eProductBoxList_image .eBadgesIlustrative {
        position: relative;
        flex-direction: row;
        overflow: hidden;
        max-width: 100%;
        flex-wrap: nowrap;
        margin-top: 10px;
        top: 0px;
        left: 0px;
        width: 100%;
        display: flex; }
        .eProductBoxList_image .eBadgesIlustrative_badge {
          display: inline-block;
          font-size: 10px;
          padding: 2px 6px;
          border-radius: 5px;
          margin-right: 4px;
          text-align: center; }
    .eProductBoxList_content {
      flex-direction: row; } }

.eDetail_bc {
  margin-bottom: 10px; }

.eDetail_headline {
  color: #0D5A9E;
  background-color: #fff;
  margin-bottom: 0px;
  padding: 4px 8px 25px 8px;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
  font-size: 25px;
  border: 1px solid #DCDCDC;
  border-bottom: 0; }

.eDetail_topRow1 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid #DCDCDC;
  border-top: 0;
  margin-bottom: 10px; }

.eDetail_topRow2, .eDetail_topRow3 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-direction: row-reverse; }

.eDetail_galleryBlock, .eDetail_basicInfo, .eDetail_supplier, .eDetail_buyBox {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px; }

.eDetail_supplier {
  order: 2; }

.eDetail_galleryBlock, .eDetail_basicInfo {
  padding-left: 8px;
  padding-right: 8px; }

.eDetail_supplierTable {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 3px;
  padding-bottom: 8px; }
  .eDetail_supplierTable_body {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }
  .eDetail_supplierTable .head {
    border-left: 1px solid #85B0C4;
    border-right: 1px solid #85B0C4; }
  .eDetail_supplierTable .table-row {
    display: block; }

@media (min-width: 992px) {
  .eDetail_bg {
    background-color: #fff;
    border-radius: 5px 5px 10px 10px;
    border: 1px solid #DCDCDC;
    padding: 15px 12px; }
  .eDetail_headline {
    border: 0;
    padding: 0;
    margin-bottom: 25px; }
  .eDetail_topRow1, .eDetail_topRow2, .eDetail_topRow3 {
    margin-left: -6px;
    margin-right: -6px; }
  .eDetail_topRow1 {
    border: 0px;
    padding: 0;
    margin-bottom: 0; }
  .eDetail_topRow2, .eDetail_topRow3 {
    flex-direction: row; }
  .eDetail_supplier {
    order: 0; }
  .eDetail_galleryBlock, .eDetail_basicInfo {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 6px; }
  .eDetail_buyBox, .eDetail_supplier {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 6px; } }

@media (min-width: 1200px) {
  .eDetail_topRow2, .eDetail_topRow3 {
    flex-direction: row;
    align-items: flex-start; }
  .eDetail_galleryBlock {
    flex: 0 0 44.16667%;
    max-width: 44.16667%;
    padding: 0 6px; }
  .eDetail_basicInfo {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 55.83333%;
    max-width: 55.83333%;
    padding: 0 6px; }
  .eDetail_buyBox, .eDetail_supplier {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 6px; } }

.eDetailBuyBox {
  border: 1px solid #BFE4F5;
  background-color: #E9F8FF;
  border-radius: 5px; }
  .eDetailBuyBox_priceSection {
    border-bottom: 1px solid #BFE4F5;
    padding: 18px 0px 22px 0px;
    display: block; }
    .eDetailBuyBox_priceSectionContent {
      display: flex;
      justify-content: center; }
  .eDetailBuyBox_buySection {
    padding: 15px 15px 0 15px;
    display: block; }
  .eDetailBuyBox_actionsSection {
    padding: 15px 10px;
    text-align: center; }
    .eDetailBuyBox_actionsSection a {
      color: #000;
      text-decoration: none;
      font-size: 12px;
      display: inline-block;
      margin: 0 1px; }
      .eDetailBuyBox_actionsSection a img {
        vertical-align: middle;
        width: 12px; }
      .eDetailBuyBox_actionsSection a span {
        vertical-align: middle; }
      .eDetailBuyBox_actionsSection a:hover {
        color: #85B0C4; }
  .eDetailBuyBox_priceBlock {
    display: block;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    flex-grow: 1; }
    .eDetailBuyBox_priceBlock span {
      display: block; }
      .eDetailBuyBox_priceBlock span.cross {
        text-decoration: line-through;
        color: #95989A; }
    .eDetailBuyBox_priceBlock span:nth-of-type(1) {
      margin-bottom: 10px; }
    .eDetailBuyBox_priceBlock span:nth-of-type(2) {
      margin-bottom: 2px;
      font-weight: 700;
      white-space: nowrap; }
    .eDetailBuyBox_priceBlock span:nth-of-type(3) {
      font-size: 16px;
      font-weight: 700;
      white-space: nowrap; }
    .eDetailBuyBox_priceBlock.primary span:nth-of-type(3) {
      color: #0D5A9E; }
  .eDetailBuyBox_countRow {
    display: flex;
    flex-wrap: wrap; }
  .eDetailBuyBox_buyBtn {
    padding: 0 14px;
    height: 35px;
    font-size: 16px;
    text-align: left;
    flex-grow: 1;
    margin-bottom: 5px;
    padding-top: 5px; }
    .eDetailBuyBox_buyBtn img {
      height: 18px;
      float: right;
      margin-top: 3px; }
  .eDetailBuyBox_counter {
    max-width: 140px;
    min-width: 75px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 5px; }
  .eDetailBuyBox_min {
    font-size: 12px;
    margin-bottom: 14px; }
  @media (min-width: 768px) {
    .eDetailBuyBox_buyBtn {
      flex-grow: 0; }
      .eDetailBuyBox_buyBtn img {
        margin-left: 5px; }
    .eDetailBuyBox_countRow {
      flex-wrap: nowrap;
      justify-content: center; }
    .eDetailBuyBox_priceBlock {
      padding: 0 15px;
      flex-grow: 0; } }
  @media (min-width: 1200px) {
    .eDetailBuyBox_buyBtn {
      flex-grow: 0; }
      .eDetailBuyBox_buyBtn img {
        margin-left: 20px; } }
  @media (min-width: 992px) {
    .eDetailBuyBox_priceSection {
      border-bottom: 1px solid #BFE4F5;
      padding: 18px 0px 22px 0px;
      display: flex; }
      .eDetailBuyBox_priceSectionContent {
        display: flex;
        flex: 0 0 50%; }
    .eDetailBuyBox_buySection {
      border-bottom: none;
      padding: 0; } }
  @media (max-width: 991.98px) {
    .eDetailBuyBox_buyBtn {
      flex-grow: 0; }
      .eDetailBuyBox_buyBtn img {
        margin-left: 10px; }
    .eDetailBuyBox_countRow {
      justify-content: center; } }
  @media (max-width: 575.98px) {
    .eDetailBuyBox_counter {
      margin: 0 auto; }
    .eDetailBuyBox_buyBtn {
      margin: 8px auto; } }

.eDetailPropTable {
  width: 100%; }
  .eDetailPropTable tr td {
    font-size: 12px;
    line-height: 1.2;
    padding: 4px 2px; }
    .eDetailPropTable tr td:nth-of-type(1) {
      padding-left: 0; }
    .eDetailPropTable tr td:nth-of-type(2) {
      font-weight: 700;
      padding-right: 0; }
  @media (min-width: 768px) {
    .eDetailPropTable tr td {
      font-size: 14px; } }

.eDetailAnotation, .eDetailOwnSupplier {
  font-size: 12px;
  border-top: 1px solid #DCDCDC;
  padding-top: 10px;
  margin-top: 8px; }
  .eDetailAnotation .anchor_btn, .eDetailOwnSupplier .anchor_btn {
    background: none;
    border: 0;
    color: #009FE3;
    font-weight: 700;
    padding-left: 2px;
    cursor: pointer; }
    .eDetailAnotation .anchor_btn:focus, .eDetailOwnSupplier .anchor_btn:focus {
      outline: none; }
  .eDetailAnotation a, .eDetailOwnSupplier a {
    font-weight: 700; }
  @media (min-width: 768px) {
    .eDetailAnotation, .eDetailOwnSupplier {
      font-size: 14px; } }

.eDetailAlert {
  font-size: 12px;
  background-color: #FFE17F;
  color: #EF3E3E;
  padding: 8px 15px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .eDetailAlert {
      font-size: 14px; } }

.eDetailGallerySlider {
  flex-grow: 1;
  display: flex;
  align-items: center; }
  .eDetailGallerySlider_slider {
    width: 100%;
    height: 100%; }
    .eDetailGallerySlider_slider .item {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 347px; }
      .eDetailGallerySlider_slider .item .eBadgesIlustrative {
        position: relative;
        width: 100%;
        top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center; }
      .eDetailGallerySlider_slider .item img {
        max-width: 100%;
        max-height: 100%; }

.eDetailGallery {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .eDetailGallery .eBadges {
    z-index: 100; }
  @media (min-width: 992px) {
    .eDetailGallery .eBadges {
      left: -6px; } }

.eDetailGalleryMore {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 15px; }
  .eDetailGalleryMore div {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 2px; }
  .eDetailGalleryMore a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border: 1px solid #DCDCDC;
    height: 95px; }
    .eDetailGalleryMore a img {
      max-width: 100%;
      width: 100%;
      max-height: 100%;
      display: block; }
    .eDetailGalleryMore a.eDetailGalleryMore_moreBtn {
      font-size: 14px;
      flex-direction: column;
      padding-top: 10px; }
      .eDetailGalleryMore a.eDetailGalleryMore_moreBtn img {
        display: block;
        transform: rotateZ(-90deg);
        margin-bottom: 10px; }
      .eDetailGalleryMore a.eDetailGalleryMore_moreBtn span {
        display: block;
        text-align: center;
        color: #000; }

.eDetailSelectors {
  margin-bottom: 15px; }
  .eDetailSelectors h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px; }

.eDetailAuction h3 {
  font-size: 16px;
  font-weight: 700; }

.eDetailAuction tr td {
  font-size: 12px;
  line-height: 1.2;
  padding: 4px 2px; }
  .eDetailAuction tr td:nth-of-type(1) {
    padding-left: 0; }
  .eDetailAuction tr td:nth-of-type(2) {
    font-weight: 700;
    padding-right: 0;
    color: #585858; }

@media (min-width: 992px) {
  .eDetailAuction {
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    padding: 15px 20px; }
    .eDetailAuction tr td {
      font-size: 14px; } }

.eDetailSuppliers {
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  padding: 0 0 20px 0;
  background-color: #fff; }
  .eDetailSuppliers_content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px; }
    .eDetailSuppliers_content input {
      flex: 1; }
  .eDetailSuppliers_item {
    display: block;
    width: 100%;
    flex: 12; }
    .eDetailSuppliers_item .row {
      align-items: center; }
  .eDetailSuppliers_head {
    display: flex;
    flex: 1;
    padding-top: 20px;
    background-color: #e9f8ff;
    border-bottom: 1px solid lightgray; }
  .eDetailSuppliers .eDetailSuppliers_price {
    padding-bottom: 10px; }
    .eDetailSuppliers .eDetailSuppliers_price span {
      font-size: 12px; }
  .eDetailSuppliers h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 10px; }
    .eDetailSuppliers h3 span {
      font-weight: 400; }
  .eDetailSuppliers label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    border-bottom: 1px solid lightgray; }
    .eDetailSuppliers label span {
      font-size: 16px;
      color: #0D5A9E; }
    .eDetailSuppliers label input {
      width: 18px;
      height: 18px;
      vertical-align: sub;
      margin-left: 10px;
      margin-right: 10px; }
      .eDetailSuppliers label input:focus {
        outline: 0; }
    .eDetailSuppliers label a {
      color: #009FE3;
      font-size: 14px; }
    .eDetailSuppliers label .garancy {
      font-size: 12px;
      color: #0D5A9E;
      font-weight: normal; }
      .eDetailSuppliers label .garancy_RedLabel {
        font-size: 12px;
        color: red;
        font-weight: 700; }
  .eDetailSuppliers .ownSupplier {
    border-bottom: none; }
  @media (min-width: 768px) {
    .eDetailSuppliers_content {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 10px; }
    .eDetailSuppliers_item {
      display: block;
      width: 100%; }
    .eDetailSuppliers_price {
      /*padding-left: 43px;*/ }
    .eDetailSuppliers h3 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 15px; }
      .eDetailSuppliers h3 span {
        font-weight: 400; }
    .eDetailSuppliers label {
      display: block;
      font-weight: 700;
      margin-bottom: 5px;
      border-bottom: 1px solid lightgray;
      padding-bottom: 5px; }
    .eDetailSuppliers span {
      font-size: 16px;
      color: #0D5A9E; }
    .eDetailSuppliers input {
      width: 18px;
      height: 18px;
      vertical-align: sub;
      margin-left: 10px;
      margin-right: 10px; }
      .eDetailSuppliers input:focus {
        outline: 0; }
    .eDetailSuppliers a {
      color: #009FE3;
      font-size: 14px; } }

.eDetailVariant {
  margin-bottom: 10px; }
  .eDetailVariant h2 {
    font-size: 20px;
    color: #0D5A9E;
    font-weight: 700; }
  .eDetailVariant_item {
    margin-bottom: 10px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: nowrap;
    margin: 0;
    border-bottom: 1px solid #DCDCDC; }
    .eDetailVariant_item .eBadges_sale {
      font-size: 12px;
      width: 35px;
      height: 35px;
      padding-top: 9px;
      left: 10px; }
    .eDetailVariant_item:last-of-type {
      border-bottom-width: 0; }
    .eDetailVariant_item img {
      max-width: 100%;
      max-height: 100%; }
  .eDetailVariant_image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 10px;
    max-width: 50%; }
  .eDetailVariant_baseInfo a {
    color: #009FE3; }
    .eDetailVariant_baseInfo a h3 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 5px; }
  .eDetailVariant_baseInfo .eBadges {
    position: relative;
    flex-direction: row;
    overflow: hidden;
    max-width: 100%;
    flex-wrap: nowrap; }
    .eDetailVariant_baseInfo .eBadges_badge {
      display: inline-block;
      font-size: 7px;
      padding: 1px 4px;
      border-radius: 5px;
      margin-right: 2px; }
  .eDetailVariant_description {
    display: none;
    font-size: 12px; }
    .eDetailVariant_description p {
      line-height: 16px; }
    .eDetailVariant_description_tags {
      height: 21px;
      overflow: hidden; }
      .eDetailVariant_description_tags span {
        display: inline-block;
        background-color: #BFE4F5;
        padding: 0px 5px;
        border-radius: 5px;
        font-size: 14px;
        margin-right: 2px; }
  .eDetailVariant_price {
    min-width: 190px;
    font-size: 12px; }
    .eDetailVariant_price table {
      font-weight: 700;
      width: 100%;
      margin-bottom: 10px; }
      .eDetailVariant_price table tr:nth-of-type(1) {
        color: #0D5A9E; }
      .eDetailVariant_price table tr:nth-of-type(2) {
        color: #95989A; }
      .eDetailVariant_price table td:nth-of-type(2) {
        text-align: right; }
  .eDetailVariant_code {
    font-size: 8px;
    color: #585858;
    margin-bottom: 10px;
    display: block; }
  .eDetailVariant_content {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    justify-content: space-between; }
  .eDetailVariant_buyBox {
    display: flex;
    max-width: 190px; }
    .eDetailVariant_buyBox .eBtn_toBasket {
      padding: 5px 10px;
      margin-left: 12px; }
      .eDetailVariant_buyBox .eBtn_toBasket img {
        width: 20px;
        max-width: inherit; }
  .eDetailVariant_holder {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #fff; }
  @media (min-width: 768px) {
    .eDetailVariant_item {
      align-items: center; }
    .eDetailVariant_description {
      display: block; } }
  @media (min-width: 992px) {
    .eDetailVariant_holder {
      border: 0;
      border-radius: 0; }
    .eDetailVariant_code {
      font-size: 12px; }
    .eDetailVariant_item {
      margin-bottom: 10px;
      border: 1px solid #DCDCDC;
      border-radius: 5px;
      background-color: #fff; }
      .eDetailVariant_item:last-of-type {
        border-bottom-width: 1px; }
    .eDetailVariant_baseInfo {
      flex-grow: 5; }
    .eDetailVariant_description {
      flex: 0 0 40%;
      flex-grow: 6;
      max-width: 40%;
      padding-right: 10px;
      padding-left: 10px; }
    .eDetailVariant_image {
      flex: 0 0 25%;
      max-width: 25%;
      max-width: 90px; }
    .eDetailVariant_content {
      flex-direction: row; } }

.eDetailContent_OwnSupplierForm {
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 10px; }

.eDetailContent_OwnSuppliers {
  overflow-x: auto;
  width: 100%;
  border: 1px solid #a5c7d6;
  padding: 5px;
  border-radius: 5px; }
  .eDetailContent_OwnSuppliers_table {
    width: 100%; }
    .eDetailContent_OwnSuppliers_table thead tr th {
      background-color: transparent;
      border-left: none; }
    .eDetailContent_OwnSuppliers_table tbody tr td {
      border-top: none;
      border-left: none; }
      .eDetailContent_OwnSuppliers_table tbody tr td.OwnSuppliers.name {
        max-width: 25%; }
      .eDetailContent_OwnSuppliers_table tbody tr td.OwnSuppliers.price {
        max-width: 15%; }
      .eDetailContent_OwnSuppliers_table tbody tr td.OwnSuppliers.catalogCode {
        max-width: 80px; }
        .eDetailContent_OwnSuppliers_table tbody tr td.OwnSuppliers.catalogCode input {
          max-width: 80px; }
      .eDetailContent_OwnSuppliers_table tbody tr td.OwnSuppliers.catalogName {
        max-width: 25%; }
    .eDetailContent_OwnSuppliers_table tbody tr input {
      border: 1px solid #c2d8e3;
      padding-left: 5px;
      border-radius: 5px;
      font-size: 13px; }
  .eDetailContent_OwnSuppliers_remove {
    font-size: 15px;
    color: #EF3E3E; }
  .eDetailContent_OwnSuppliersCombo {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px; }
    .eDetailContent_OwnSuppliersCombo label {
      display: inline-block;
      width: 30%;
      float: left;
      margin-top: 5px; }
    .eDetailContent_OwnSuppliersCombo .input-group {
      margin-bottom: 10px; }
    .eDetailContent_OwnSuppliersCombo .eInput_normal {
      font-size: 12px;
      height: 30px;
      width: 50%; }
    .eDetailContent_OwnSuppliersCombo .input-group > .form-control:not(:last-child) {
      border-radius: 0.25rem;
      height: 30px;
      font-size: 12px; }
  .eDetailContent_OwnSuppliersDate {
    border: 1px solid #a6c7d6;
    border-radius: 5px; }
    .eDetailContent_OwnSuppliersDate .bp-input-group input {
      width: auto !important; }
    .eDetailContent_OwnSuppliersDate .input-group input {
      padding: 0 0 0 5px;
      font-size: 13px; }
  .eDetailContent_OwnSuppliers_row {
    position: relative;
    overflow: hidden;
    display: flex;
    padding-bottom: 10px; }
    .eDetailContent_OwnSuppliers_row:last-of-type {
      padding-bottom: 0px; }
    .eDetailContent_OwnSuppliers_row span {
      max-width: 20%;
      flex: 0 0 20%;
      font-size: 14px; }
    .eDetailContent_OwnSuppliers_row input:last-of-type {
      margin-right: 5px; }
    .eDetailContent_OwnSuppliers_row input.OwnSuppliers.name, .eDetailContent_OwnSuppliers_row input.OwnSuppliers.catalogCode, .eDetailContent_OwnSuppliers_row input.OwnSuppliers.catalogName {
      max-width: 20%;
      flex: 0 0 20%;
      padding-left: 5px;
      margin: 0 5px;
      font-size: 11px; }
  .eDetailContent_OwnSuppliers_footer {
    padding-top: 10px; }

.eDetailContent_tabs {
  display: none; }

.eDetailContent_contentTab {
  border-radius: 5px;
  border: 0px solid #DCDCDC;
  background-color: #fff;
  padding: 7px;
  margin-bottom: 10px; }
  .eDetailContent_contentTab .head {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    padding: 10px 0 14px 0;
    position: relative;
    cursor: pointer; }
    .eDetailContent_contentTab .head::after {
      display: block;
      content: '';
      width: 14px;
      height: 14px;
      background-image: url(../../Content/assets/img/icons/down-arrow@2x.png);
      position: absolute;
      right: -25px;
      top: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .eDetailContent_contentTab .cont {
    display: block; }
    .eDetailContent_contentTab .cont ul {
      padding-left: 18px; }
  .eDetailContent_contentTab.active {
    /*.cont {
                display: block;
            }*/ }
    .eDetailContent_contentTab.active .head::after {
      transform: rotateZ(180deg); }
  @media (max-width: 1199.98px) {
    .eDetailContent_contentTab .cont {
      display: none; }
    .eDetailContent_contentTab.active .head::after {
      transform: rotateZ(180deg); }
    .eDetailContent_contentTab.active .cont {
      display: block; } }

.eDetailContent-full .eDetailContent_contentTab .cont {
  min-height: 360px;
  padding: 0;
  padding-top: 10px;
  position: relative; }
  .eDetailContent-full .eDetailContent_contentTab .cont .slick-prev {
    left: -15px; }
  .eDetailContent-full .eDetailContent_contentTab .cont .slick-next {
    right: -15px; }
  .eDetailContent-full .eDetailContent_contentTab .cont .slick-slider {
    border-top: 1px solid #DCDCDC;
    margin-left: -1px; }
  .eDetailContent-full .eDetailContent_contentTab .cont .slick-arrow {
    display: none; }
  .eDetailContent-full .eDetailContent_contentTab .cont .eProductBox {
    display: block;
    max-width: initial;
    width: 100%;
    border-bottom: 0px; }
    .eDetailContent-full .eDetailContent_contentTab .cont .eProductBox:hover {
      box-shadow: initial;
      border-right-color: #DCDCDC; }
    .eDetailContent-full .eDetailContent_contentTab .cont .eProductBox:nth-of-type(2n + 2), .eDetailContent-full .eDetailContent_contentTab .cont .eProductBox:nth-of-type(3n + 3), .eDetailContent-full .eDetailContent_contentTab .cont .eProductBox:nth-of-type(4n + 4) {
      border-right-width: 1px; }
    .eDetailContent-full .eDetailContent_contentTab .cont .eProductBox.slick-active:last-of-type {
      border-right-width: 0px; }

@media (min-width: 992px) {
  .eDetailContent {
    border: 1px solid #85B0C4;
    border-radius: 5px;
    margin-bottom: 10px; }
    .eDetailContent-full .eDetailContent_contentTab {
      margin-bottom: 0; }
    .eDetailContent-full .eDetailContent_contentTab .cont .slick-arrow {
      display: block; }
    .eDetailContent-full .eDetailContent_contentTab .cont .slick-disabled {
      display: none; }
    .eDetailContent-full .eDetailContent_contentTab .cont .slick-prev {
      left: -35px; }
    .eDetailContent-full .eDetailContent_contentTab .cont .slick-next {
      right: -35px; }
    .eDetailContent-full .eDetailContent_contentTab .cont::before {
      display: block;
      content: '';
      top: 0;
      bottom: 3px;
      left: -1px;
      z-index: 100;
      width: 1px;
      background-color: #85B0C4;
      position: absolute; }
    .eDetailContent_tabs {
      background-color: #E9F8FF;
      border-bottom: 1px solid #85B0C4;
      border-radius: 5px 5px 0 0;
      display: none;
      font-size: 0px; }
      .eDetailContent_tabs li {
        display: inline-block; }
    .eDetailContent a.eDetailContent_tab {
      border-right: 1px solid #85B0C4;
      padding: 12px 20px;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      color: #000; }
      .eDetailContent a.eDetailContent_tab:hover {
        text-decoration: none; }
      .eDetailContent a.eDetailContent_tab:first-of-type.active {
        border-top-left-radius: 5px; }
      .eDetailContent a.eDetailContent_tab.active {
        background-color: #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: -1px; }
    .eDetailContent_tabs {
      display: block;
      padding: 0;
      margin: 0; }
    .eDetailContent_contentTab {
      border: 0;
      display: none;
      padding: 0; }
      .eDetailContent_contentTab .head {
        display: none; }
      .eDetailContent_contentTab .cont {
        padding: 20px; }
      .eDetailContent_contentTab.active {
        display: block; } }

@media (max-width: 1199.98px) {
  .eDetailContent_contentTabs a.head.js-paramOpen {
    width: 100%;
    position: relative; } }

#mainTab {
  display: block; }
  @media (max-width: 991.98px) {
    #mainTab {
      background-color: #F2F2F2;
      border-bottom: 0px solid #DCDCDC;
      border-radius: 5px 5px 0 0;
      font-size: 0px; }
      #mainTab li {
        display: inline-block; }
        #mainTab li a {
          border-right: 1px solid #DCDCDC;
          padding: 12px 14px;
          display: inline-block;
          font-size: 16px;
          font-weight: 700;
          color: #0D5A9E; }
          #mainTab li a.active {
            border-top-left-radius: 5px;
            background-color: #fff;
            border-bottom: 1px solid #fff;
            margin-bottom: -1px;
            border-top: 1px solid #DCDCDC; } }

#myTabContent #contentTab {
  display: none; }
  #myTabContent #contentTab.active {
    display: block; }

.eDetailParameters {
  width: 100%;
  font-size: 16px; }
  .eDetailParameters tr {
    border-bottom: 1px solid #85B0C4;
    height: 60px; }
    .eDetailParameters tr:last-of-type {
      border-bottom: 0px; }
    .eDetailParameters tr td:nth-of-type(2) {
      text-align: right;
      font-weight: 700; }
  .eDetailParameters a.eDetailParameters_question {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #85B0C4;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none; }
    .eDetailParameters a.eDetailParameters_question:focus {
      outline: 0; }

.eDetailFileItem {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  text-decoration: none;
  overflow: hidden; }
  .eDetailFileItem img {
    margin-right: 5px;
    max-width: 20px; }

.floatLeft {
  float: left; }

.toCart {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .toCart_image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: none; }
    .toCart_image img {
      max-width: 100%; }
  .toCart_info {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    .toCart_info p {
      margin-bottom: 5px;
      font-size: 14px; }
      .toCart_info p b {
        color: #0D5A9E; }
    .toCart_info h2 {
      font-weight: 700;
      color: #0D5A9E;
      font-size: 18px; }
  @media (min-width: 768px) {
    .toCart_image {
      display: block;
      flex: 0 0 25%;
      max-width: 25%; }
    .toCart_info {
      flex: 0 0 75%;
      max-width: 75%; } }
  .toCart_bulk {
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
    padding-bottom: 15px;
    line-height: normal; }
    .toCart_bulk:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }

.catalog-list {
  background-color: #fff;
  border-radius: 5px;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 25px;
  border: 1px solid #DCDCDC;
  margin-bottom: 40px; }
  .catalog-list ul {
    padding-left: 20px; }
  .catalog-list li {
    list-style: none; }
    .catalog-list li:before {
      content: '';
      display: inline-block;
      border-radius: 50%;
      width: 5px;
      height: 5px;
      background-color: #0D5A9E;
      margin-right: 10px;
      margin-bottom: 4px; }
  .catalog-list a {
    color: #009FE3;
    line-height: 25px;
    display: inline;
    margin-bottom: 5px; }

.c1_head {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  font-size: 10px;
  padding: 12px 12px 0 12px;
  border-radius: 5px 5px 0 0;
  border-bottom-width: 0px; }
  .c1_head h2 {
    color: #0D5A9E;
    font-size: 14px;
    font-weight: 700; }
  .c1_head h3 {
    color: #0D5A9E;
    font-size: 12px;
    font-weight: 400; }

.c1_box {
  background-color: #fff; }

.c1_tabs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  background-color: #f2f2f2; }
  .c1_tabs a {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    border: 1px solid #DCDCDC;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #0D5A9E;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom-width: 0px;
    font-size: 10px;
    padding: 0 5px;
    cursor: default;
    max-width: calc(100% /3); }
    .c1_tabs a:hover {
      text-decoration: none; }
    .c1_tabs a.nonactive {
      background-color: #BFE4F5;
      border-color: #85B0C4;
      border-bottom-width: 1px;
      cursor: pointer; }
      .c1_tabs a.nonactive:hover {
        border-color: #85B0C4; }
    .c1_tabs a:nth-of-type(1) {
      /*border-top-left-radius: 5px;
                border-right-color: #85B0C4;*/
      border-top-left-radius: 5px;
      background-color: white;
      border-top-right-radius: 5px; }
    .c1_tabs a:nth-of-type(3) {
      border-top-right-radius: 5px;
      border-left: 0px; }

.c1_content {
  margin-left: -15px;
  margin-right: -15px;
  border: 1px solid #DCDCDC;
  border-width: 0 1px 0 1px;
  _padding-top: 5px;
  background-color: #fff; }

.c1_footer {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #DCDCDC;
  padding: 5px; }
  .c1_footer.noLine {
    border-top: 0;
    margin-top: -8px; }

.c1_summary {
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  width: 100%;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px; }
  .c1_summary .primary {
    color: #0D5A9E; }
  .c1_summary table {
    width: 100%; }
    .c1_summary table tr td:last-of-type {
      text-align: right; }

.c1_control {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .c1_control_vop {
    justify-content: flex-end;
    padding: 5px; }
    .c1_control_vop [type="checkbox"]:not(:checked) + label:before, .c1_control_vop [type="checkbox"]:checked + label:before {
      width: 15px;
      height: 15px; }
    .c1_control_vop label {
      width: auto;
      font-size: 10px; }
      .c1_control_vop label a {
        font-style: italic; }
      @media (min-width: 992px) {
        .c1_control_vop label {
          font-size: 14px; }
          .c1_control_vop label [type="checkbox"]:not(:checked) + label:before, .c1_control_vop label [type="checkbox"]:checked + label:before {
            width: 20px;
            height: 20px; } }
      @media (min-width: 768px) {
        .c1_control_vop label {
          font-size: 14px; } }
    .c1_control_vop .vopError {
      color: red;
      font-weight: 700;
      font-size: 12px; }
  .c1_control-valid {
    width: 100%;
    justify-content: flex-end;
    padding: 5px;
    color: red;
    font-weight: 700;
    font-size: 14px; }

@media (min-width: 768px) {
  .c1_footer {
    _padding: 10px 20px 20px 20px; }
  .c1_tabs a {
    height: 60px;
    line-height: 60px;
    font-size: 20px; } }

@media (min-width: 992px) {
  .c1_head {
    padding: 18px 18px 5px 18px; }
    .c1_head h2 {
      font-size: 20px; }
    .c1_head h3 {
      font-size: 16px; }
  .c1_summary {
    font-size: 18px;
    _padding: 15px; } }

.cStepsBtn_back, .cStepsBtn_next {
  height: 30px;
  display: inline-block; }
  .cStepsBtn_back::before, .cStepsBtn_next::before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 4px;
    top: 10px;
    left: 12px;
    background-size: contain;
    background-image: url(../../Content/assets/img/icons/symbol62.png);
    transform-origin: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute; }
  .cStepsBtn_back_delete, .cStepsBtn_next_delete {
    padding: 0 12px 0 12px !important; }
    .cStepsBtn_back_delete::before, .cStepsBtn_next_delete::before {
      background-image: none;
      width: 0; }
    .cStepsBtn_back_delete i, .cStepsBtn_next_delete i {
      color: #009fe3; }

.cStepsBtn_back {
  border: 1px solid #009fe3;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 12px 0 28px;
  position: relative;
  font-size: 12px;
  color: #4c4c4c;
  background: white; }
  .cStepsBtn_back:hover {
    text-decoration: none;
    background-color: rgba(0, 159, 227, 0.2); }

.cStepsBtn_next {
  font-size: 12px;
  background-color: #009FE3;
  line-height: 30px;
  border-radius: 5px;
  font-weight: 700;
  transition: all .5s;
  position: relative;
  color: #fff !important;
  padding: 0 28px 0 12px; }
  .cStepsBtn_next:hover {
    text-decoration: none;
    background-color: #008dca;
    color: #fff; }
  .cStepsBtn_next::before {
    background-image: url(../../Content/assets/img/icons/symbol63.png);
    left: auto;
    right: 13px; }
  .cStepsBtn_next[disabled] {
    background-color: lightgrey;
    cursor: default; }

@media (min-width: 768px) {
  .cStepsBtn_back, .cStepsBtn_next {
    height: 40px;
    font-size: 16px;
    line-height: 40px; }
    .cStepsBtn_back::before, .cStepsBtn_next::before {
      top: 13px;
      height: 15px;
      width: 8px; }
  .cStepsBtn_back {
    padding-left: 40px; }
  .cStepsBtn_next {
    padding-right: 40px; } }

@media (max-width: 844px) {
  .cStepsBtn_next, .cStepsBtn_back {
    font-size: 11px; }
  .cStepsBtn_next::before {
    content: none; } }

@media (max-width: 575.98px) {
  .cStepsBtn_next {
    padding: 0 12px 0 12px; } }

.c1Sup {
  padding-bottom: 5px; }
  .c1Sup.last {
    padding-bottom: 0; }
  .c1Sup_head-red {
    _background-color: red;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    height: 30px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(to right, #0d5a9e, #f6f1f1);
    font-size: 14px;
    font-weight: 700; }
    .c1Sup_head-red span {
      padding: 10px;
      color: white; }
  .c1Sup_head {
    background-color: #E9F8FF;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    height: 100px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-between; }
    .c1Sup_head .addInfo {
      line-height: 1.2; }
    .c1Sup_head span {
      font-size: 10px;
      color: #000; }
      .c1Sup_head span.cart-supplier {
        color: #009FE3;
        font-size: 14px; }
        .c1Sup_head span.cart-supplier.notOptimalized {
          color: #8c8a8a; }
      .c1Sup_head span.notOptimalized {
        color: #8c8a8a; }
    .c1Sup_head .loadingLimit span {
      color: #0D5A9E;
      padding-right: 5px; }
    .c1Sup_head .loadingLimit .days {
      display: flex;
      flex-direction: row;
      align-items: baseline; }
      .c1Sup_head .loadingLimit .days .day {
        padding-right: 5px; }
        .c1Sup_head .loadingLimit .days .day [type="checkbox"]:not(:checked) + label, .c1Sup_head .loadingLimit .days .day [type="checkbox"]:checked + label {
          font-size: 12px;
          margin: 0;
          color: black; }
    .c1Sup_head .loadingLimit_row {
      display: flex;
      flex-direction: row; }
      .c1Sup_head .loadingLimit_row_days {
        display: flex;
        flex-direction: column;
        align-items: baseline; }
        .c1Sup_head .loadingLimit_row_days .days .day {
          padding-right: 5px; }
          .c1Sup_head .loadingLimit_row_days .days .day [type="checkbox"]:not(:checked) + label, .c1Sup_head .loadingLimit_row_days .days .day [type="checkbox"]:checked + label {
            font-size: 10px;
            margin: 0; }
          .c1Sup_head .loadingLimit_row_days .days .day [type="checkbox"]:not(:checked) + label:before, .c1Sup_head .loadingLimit_row_days .days .day [type="checkbox"]:checked + label:before {
            width: 15px;
            height: 15px;
            color: black; }
          .c1Sup_head .loadingLimit_row_days .days .day [type="checkbox"]:not(:checked) + label, .c1Sup_head .loadingLimit_row_days .days .day [type="checkbox"]:checked + label {
            padding-left: 18px; }
    .c1Sup_head button {
      background-color: transparent;
      border: 0;
      color: #009FE3;
      font-size: 10px;
      height: 14px;
      white-space: nowrap;
      cursor: pointer; }
      .c1Sup_head button:hover {
        text-decoration: underline; }
      .c1Sup_head button:focus {
        outline: 0; }
      .c1Sup_head button:after {
        margin-left: 12px;
        display: inline-block;
        background-image: url(../../Content/assets/img/icons/down-arrow@2x.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        content: '';
        width: 11px;
        height: 10px;
        vertical-align: middle; }
      .c1Sup_head button[aria-expanded="true"]::after {
        transform: rotateZ(180deg); }
    .c1Sup_head.notOptimalized {
      background-color: #f5f2f2;
      border-bottom: 1px solid #e4dfdf;
      border-top: 1px solid #e4dfdf; }
  .c1Sup_summary {
    background-color: #E9F8FF;
    border: 1px solid #BFE4F5;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 10px;
    margin-top: 5px; }
    .c1Sup_summary .primary {
      color: #0D5A9E; }
    .c1Sup_summary table {
      width: 100%; }
      .c1Sup_summary table tr td:last-of-type {
        text-align: right; }
  .c1Sup_innerHead {
    padding: 8px 5px;
    font-size: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .c1Sup_innerHead label {
      margin-bottom: 0;
      height: 20px;
      line-height: 20px;
      color: #009FE3; }
      .c1Sup_innerHead label:hover {
        text-decoration: underline; }
    .c1Sup_innerHead a {
      color: #009FE3; }
    .c1Sup_innerHead .eSelect_border {
      height: 30px;
      border: 1px solid #85B0C4;
      border-radius: 5px;
      display: inline-block;
      margin-right: 20px; }
    .c1Sup_innerHead .eSelect_select {
      border: 0px;
      background: transparent;
      padding: 0 5px;
      height: 30px; }
  @media (min-width: 768px) {
    .c1Sup {
      padding-bottom: 15px; }
      .c1Sup_summary {
        margin-top: 10px; }
      .c1Sup_head {
        height: 130px;
        padding: 0 18px; }
        .c1Sup_head .addInfo {
          line-height: 1.5; }
        .c1Sup_head a {
          font-weight: 700;
          color: #009FE3; }
        .c1Sup_head span {
          font-size: 20px; }
          .c1Sup_head span.cart-supplier {
            color: #009FE3;
            font-size: 20px; }
        .c1Sup_head button {
          font-size: 14px;
          height: 20px; }
          .c1Sup_head button::after {
            width: 17px;
            height: 15px; }
        .c1Sup_head .garancy {
          font-size: 16px;
          color: #0D5A9E; }
        .c1Sup_head .loadingLimit span {
          font-size: 12px;
          color: #0D5A9E;
          padding-right: 5px; }
        .c1Sup_head .loadingLimit .days {
          display: flex;
          flex-direction: row;
          align-items: baseline; }
          .c1Sup_head .loadingLimit .days .day {
            padding-right: 5px; }
            .c1Sup_head .loadingLimit .days .day [type="checkbox"]:not(:checked) + label, .c1Sup_head .loadingLimit .days .day [type="checkbox"]:checked + label {
              font-size: 12px;
              margin: 0; }
        .c1Sup_head .loadingLimit_row {
          display: flex;
          flex-direction: row; } }
  @media (min-width: 992px) {
    .c1Sup_innerHead {
      padding: 15px 5px;
      font-size: 14px; }
    .c1Sup_summary {
      font-size: 18px;
      padding: 15px; } }

.cartItemsHolder {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .cartItemsHolder {
      padding-left: 5px;
      padding-right: 5px; } }
  .cartItemsHolder.alter-state .c1Sup_summary {
    background-color: white; }

.cartItemAlternative {
  padding: 10px;
  background-color: #bfe4f5;
  border: 1px solid #dcdcdc;
  border-radius: 5px; }
  .cartItemAlternative_title {
    font-weight: 700;
    padding-bottom: 10px;
    color: #465a9e; }
  .cartItemAlternative .cartItem {
    background: white; }

.cartItem {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .cartItem.inBasket:not(:first-of-type) {
    margin-top: 10px; }
  .cartItem_upper {
    padding: 8px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0; }
  .cartItem_lower {
    display: none;
    overflow: hidden;
    border-top: 1px solid #DCDCDC;
    padding: 20px 15px 0 15px; }
    .cartItem_lower,
    .cartItem_lower h3,
    .cartItem_lower ul {
      font-size: 12px; }
    .cartItem_lower h3 {
      font-weight: 700;
      margin-bottom: 7px; }
    .cartItem_lower ul {
      padding-left: 20px; }
    .cartItem_lower .red {
      color: #EF3E3E; }
    .cartItem_lower h3.blue {
      color: #009FE3; }
    .cartItem_lower ul.blue {
      color: #009FE3; }
      .cartItem_lower ul.blue span {
        color: #000; }
      .cartItem_lower ul.blue b {
        color: #009FE3; }
    .cartItem_lower.show {
      display: block; }
  .cartItem_limit {
    display: none;
    overflow: hidden;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    margin-top: 10px; }
    .cartItem_limit,
    .cartItem_limit h3,
    .cartItem_limit ul {
      font-size: 15px; }
    .cartItem_limit h3 {
      font-weight: 700;
      margin-bottom: 7px; }
    .cartItem_limit b {
      font-weight: 700;
      margin-bottom: 7px; }
    .cartItem_limit ul {
      padding-left: 20px; }
    .cartItem_limit .red {
      color: #EF3E3E; }
    .cartItem_limit h3.blue {
      color: #009FE3; }
    .cartItem_limit ul.blue {
      color: #009FE3; }
      .cartItem_limit ul.blue span {
        color: #000; }
      .cartItem_limit ul.blue b {
        color: #009FE3; }
    .cartItem_limit.show {
      display: block; }
  .cartItem:last-of-type {
    margin-bottom: 0; }
  .cartItem.selected {
    border-color: #EF3E3E; }
  .cartItem.selected .cartItem_lower {
    border-top-color: #EF3E3E; }
  .cartItem_check {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    text-align: center;
    min-width: 30px;
    max-width: 30px;
    flex-grow: 1;
    height: 20px; }
    .cartItem_check label {
      height: 20px;
      width: 20px;
      margin-bottom: 0; }
  .cartItem_image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
    text-align: center; }
    @media (min-width: 440px) {
      .cartItem_image {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; } }
    .cartItem_image img {
      max-width: 100%; }
  .cartItem_info {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%; }
    .cartItem_info a {
      color: #0D5A9E;
      font-weight: 700;
      font-size: 12px;
      max-height: 45px;
      overflow: hidden;
      display: block; }
    .cartItem_info span {
      overflow: hidden;
      max-width: 100%;
      font-size: 8px;
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .cartItem_info span.basketTitle {
        font-size: 14px; }
      @media (max-width: 991.98px) {
        .cartItem_info span.basketTitle {
          font-size: 10px; } }
  .cartItem_buy {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
    @media (max-width: 1199.98px) {
      .cartItem_buy .eBasketCounter {
        flex-wrap: wrap;
        max-width: 40px;
        height: auto; }
        .cartItem_buy .eBasketCounter_inputW {
          width: 100%;
          height: 20px;
          order: 1;
          border: 1px solid #009FE3; }
          .cartItem_buy .eBasketCounter_inputW span {
            line-height: 20px;
            font-size: 10px; }
          .cartItem_buy .eBasketCounter_inputW input {
            font-size: 10px; }
        .cartItem_buy .eBasketCounter_minusBtn {
          order: 0;
          border-radius: 5px 5px 0 0;
          height: 20px;
          line-height: 20px;
          min-width: auto; }
        .cartItem_buy .eBasketCounter_plusBtn {
          min-width: auto;
          order: 2;
          width: 50%;
          height: 20px;
          line-height: 20px;
          border-radius: 0 0 5px 5px; } }
  @media (max-width: 1199.98px) and (max-width: 1199.98px) {
    .cartItem_buy .eBasketCounter_inputW {
      order: 1; }
      .cartItem_buy .eBasketCounter_inputW span {
        padding: 0 2px;
        font-size: 10px; }
    .cartItem_buy .eBasketCounter_minusBtn {
      order: 2;
      border-radius: 0px 0px 5px 5px; }
    .cartItem_buy .eBasketCounter_plusBtn {
      order: 0;
      border-radius: 5px 5px 0px 0px; } }
  @media (max-width: 1199.98px) and (max-width: 844px) {
    .cartItem_buy .eBasketCounter_inputW {
      width: 100%;
      height: 20px; }
      .cartItem_buy .eBasketCounter_inputW span {
        padding: 0 2px;
        font-size: 10px; } }
  .cartItem_pricing {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    order: 10;
    padding: 20px 5px 0 5px; }
    .cartItem_pricing .primary {
      font-weight: 700;
      color: #0D5A9E; }
    .cartItem_pricing .secondary {
      font-weight: 700; }
    .cartItem_pricing table {
      table-layout: fixed;
      display: table;
      width: 100%;
      font-size: 12px; }
      .cartItem_pricing table td {
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden; }
        .cartItem_pricing table td:last-of-type {
          width: 14%; }
  .cartItem_warning {
    color: red;
    font-size: 20px;
    font-weight: 700;
    padding-right: 8px; }
  .cartItem_infoBtn {
    width: 22px;
    height: 22px;
    background-color: #009FE3;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    padding: 0;
    text-align: center; }
    .cartItem_infoBtn:focus {
      outline: 0; }
  .cartItem_holder {
    display: block;
    position: relative;
    padding-bottom: 8px; }
  .cartItem_badges {
    width: 100%;
    display: flex;
    padding-left: 8px;
    padding-right: 8px; }
    .cartItem_badges span {
      margin-left: 5px;
      border-radius: 5px; }
      .cartItem_badges span:first-of-type {
        margin-left: 0px; }
  @media (max-width: 439px) {
    .cartItem_infoBtn {
      position: absolute;
      top: -10px;
      left: 7px;
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-size: 10px; } }
  @media (max-width: 844px) {
    .cartItem.inBasket .cartItem_info {
      flex: 0 0 47.6666%;
      max-width: 47.6666%; }
    .cartItem_check {
      min-width: 25px; }
    .cartItem_buy {
      font-size: 10px; }
    .cartItem_info a {
      font-size: 10px; }
    .cartItem_pricing table {
      font-size: 10px; } }
  .cartItem_remove {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 30px;
    min-width: 30px; }
    .cartItem_removeBtn {
      display: none; }
    @media (min-width: 440px) {
      .cartItem_removeBtn {
        display: block;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 1px solid #009FE3;
        background-color: transparent;
        position: relative;
        cursor: pointer;
        transition: all .5s; }
        .cartItem_removeBtn:focus {
          outline: 0; }
        .cartItem_removeBtn::before, .cartItem_removeBtn::after {
          content: '';
          display: block;
          height: 10px;
          width: 2px;
          background-color: #0D5A9E;
          position: absolute;
          top: 5px;
          left: 9px;
          transition: all .5s; }
        .cartItem_removeBtn::before {
          transform: rotateZ(45deg); }
        .cartItem_removeBtn::after {
          transform: rotateZ(-45deg); }
        .cartItem_removeBtn:hover {
          transform: rotateZ(90deg); } }
  .cartItem_check, .cartItem_image, .cartItem_info, .cartItem_buy, .cartItem_remove {
    padding: 0 5px; }
  @media (max-width: 991.98px) {
    .cartItem_limit {
      font-size: 12px; }
    .cartItem_badges {
      width: 100%;
      display: flex; }
      .cartItem_badges span {
        _display: table;
        margin-left: 5px; } }
  @media (min-width: 768px) {
    .cartItem {
      margin-bottom: 10px; }
      .cartItem.inBasket .cartItem_info {
        flex: 0 0 47.6666%;
        max-width: 47.6666%; }
      .cartItem.inBasket .cartItem_pricing {
        flex: 0 0 44.33333%;
        max-width: 44.33333%; }
      .cartItem_upper {
        _max-height: 118px;
        flex-wrap: nowrap; }
      .cartItem:last-of-type {
        margin-bottom: 0; }
      .cartItem_check {
        max-width: 30px; }
      .cartItem_image {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
      .cartItem_info {
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        max-width: inherit; }
        .cartItem_info a {
          font-size: 10px; }
        .cartItem_info .parameters {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          .cartItem_info .parameters a i {
            font-size: 14px;
            color: #0D5A9E; }
          .cartItem_info .parameters h4 a {
            font-size: 12px;
            color: #0D5A9E; }
          .cartItem_info .parameters table {
            font-size: 12px;
            display: flex;
            justify-content: center; }
            .cartItem_info .parameters table td:nth-of-type(1) {
              text-align: left;
              font-weight: 700;
              vertical-align: top; }
            .cartItem_info .parameters table td:nth-of-type(2) {
              text-align: left; }
      .cartItem_buy {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
      .cartItem_pricing {
        flex: 0 0 25%;
        max-width: 25%;
        max-width: inherit;
        order: 0;
        padding-top: 0;
        flex-grow: 1; }
        .cartItem_pricing table {
          table-layout: inherit;
          font-size: 10px; } }
  @media (min-width: 992px) {
    .cartItem_lower,
    .cartItem_lower h3,
    .cartItem_lower ul {
      font-size: 15px; }
    .cartItem_image {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .cartItem_info {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
      .cartItem_info a {
        font-size: 15px;
        max-height: 42px; }
      .cartItem_info span {
        font-size: 12px; }
    .cartItem_pricing {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      .cartItem_pricing table {
        font-size: 15px; }
        .cartItem_pricing table td {
          padding-left: 4px;
          padding-right: 4px; }
        .cartItem_pricing table span {
          font-size: 12px; } }
  @media (min-width: 1200px) {
    .cartItem.inBasket .cartItem_info {
      flex: 0 0 53.6666%;
      max-width: 53.6666%; }
    .cartItem.inBasket .cartItem_pricing {
      flex: 0 0 37.33333%;
      max-width: 37.33333%; }
    .cartItem_upper {
      justify-content: space-between; }
    .cartItem_info {
      flex: 0 0 31.66667%;
      max-width: 31.66667%; }
    .cartItem_buy {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .cartItem_pricing {
      flex: 0 0 37.5%;
      max-width: 37.5%; } }

.c1Opti_btnHolder {
  padding: 5px;
  text-align: center; }
  .c1Opti_btnHolder.optimalized {
    /*background-color: #BFE4F5;*/
    font-weight: 700;
    color: #0D5A9E;
    font-size: 18px;
    /*border-top: 1px solid #85B0C4;
            border-bottom: 1px solid #85B0C4;*/ }
  .c1Opti_btnHolder.notOptimalized {
    /*background-color: #f8d7da;*/
    font-weight: 700;
    color: #8c8a8a;
    font-size: 18px;
    /*border-top: 1px solid #e67a83;
            border-bottom: 1px solid #e67a83;*/ }

.c1Opti_optiBtn {
  border: 1px solid #DCDCDC;
  background-color: transparent;
  border-radius: 18px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  max-width: 430px;
  margin: 0 auto;
  font-size: 10px; }
  .c1Opti_optiBtn img {
    margin-right: 10px;
    height: 15px; }

.c1Opti_headline {
  font-weight: 700; }

.c1Opti_dateInput {
  display: flex;
  justify-content: center; }
  .c1Opti_dateInput .input-group {
    max-width: 300px;
    padding-bottom: 10px;
    padding-top: 10px; }
    .c1Opti_dateInput .input-group .form-control {
      border-radius: 5px; }

@media (min-width: 768px) {
  .c1Opti_btnHolder {
    padding: 18px; }
  .c1Opti_optiBtn {
    height: 50px;
    font-size: 16px;
    border-radius: 25px; }
    .c1Opti_optiBtn img {
      height: auto;
      margin-right: 24px; } }

.redLabel {
  color: #EF3E3E; }

.cShipAPay {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0px;
  margin-right: 0px; }
  .cShipAPay h3 {
    font-size: 12px;
    font-weight: 700;
    color: #0D5A9E;
    padding: 0 7px; }
    .cShipAPay h3 a {
      font-weight: normal;
      color: #009FE3; }
  .cShipAPay_ship, .cShipAPay_date, .cShipAPay_pay, .cShipAPay_invNumber, .cShipAPay_note, .cShipAPay_invAddr, .cShipAPay_addr, .cShipAPay_upload, .cShipAPay_documents, .cShipAPay_recapTable {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
  .cShipAPay_documents {
    padding-left: 20px; }
  .cShipAPay_note {
    font-size: 12px; }
    .cShipAPay_note p {
      padding: 0 7px; }
  .cShipAPay_date img {
    max-width: 100%; }
  .cShipAPay_invAddr h3 {
    max-width: 150px; }
  .cShipAPay_invAddr, .cShipAPay_addr {
    padding-left: 20px; }
    .cShipAPay_invAddr h3, .cShipAPay_addr h3 {
      padding-left: 0; }
    .cShipAPay_invAddr p, .cShipAPay_addr p {
      font-size: 12px;
      margin-bottom: 0; }
    .cShipAPay_invAddr .addressSearch_suggest, .cShipAPay_addr .addressSearch_suggest {
      display: block;
      border: .5px solid #f1efef; }
      .cShipAPay_invAddr .addressSearch_suggest a, .cShipAPay_addr .addressSearch_suggest a {
        font-size: 11px;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        padding: 7px;
        color: black; }
        .cShipAPay_invAddr .addressSearch_suggest a:hover, .cShipAPay_addr .addressSearch_suggest a:hover {
          background-color: #f1efef; }
        .cShipAPay_invAddr .addressSearch_suggest a i, .cShipAPay_addr .addressSearch_suggest a i {
          font-size: 15px;
          padding-right: 5px; }
      .cShipAPay_invAddr .addressSearch_suggest.open, .cShipAPay_addr .addressSearch_suggest.open {
        display: block; }
  .cShipAPay_document {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px; }
    .cShipAPay_document img {
      margin-right: 10px; }
    .cShipAPay_document span {
      color: #0D5A9E;
      font-size: 12px;
      margin-right: 8px; }
    .cShipAPay_document .del {
      color: #EF3E3E;
      font-weight: 800;
      font-size: 14px;
      line-height: 12px;
      cursor: pointer; }
  .cShipAPay_selectedValue {
    padding: 0 7px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    display: block; }
  .cShipAPay_bottom {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0;
    width: 100%; }
  @media (max-width: 991.98px) {
    .cShipAPay_date_All {
      margin: 0 auto;
      font-size: 12px;
      width: 100%;
      margin-top: 13px;
      margin-bottom: 13px; }
    .cShipAPay_pay {
      border-top: 1px solid #DCDCDC; }
      .cShipAPay_pay h3 {
        padding-top: 5px; }
    .cShipAPay_upload {
      margin-top: 10px;
      border-top: 1px solid #DCDCDC; }
      .cShipAPay_upload label {
        margin-top: 10px; }
    .cShipAPay .cShipAPay_invAddr, .cShipAPay .cShipAPay_addr {
      padding-left: 20px; }
      .cShipAPay .cShipAPay_invAddr .existAdr, .cShipAPay .cShipAPay_addr .existAdr {
        font-size: 12px;
        font-weight: 700; }
      .cShipAPay .cShipAPay_invAddr .pac-target-input, .cShipAPay .cShipAPay_addr .pac-target-input {
        font-size: 12px;
        background-color: #fff;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        height: 35px;
        padding: 0 10px;
        width: 100%;
        color: #585858; }
      .cShipAPay .cShipAPay_invAddr .delAdrError, .cShipAPay .cShipAPay_addr .delAdrError {
        color: red;
        font-weight: 400;
        font-size: 11px; }
      .cShipAPay .cShipAPay_invAddr .changeAddress, .cShipAPay .cShipAPay_addr .changeAddress {
        font-size: 12px;
        margin-top: 5px; }
      .cShipAPay .cShipAPay_invAddr .form-group .input-group .combo-box, .cShipAPay .cShipAPay_addr .form-group .input-group .combo-box {
        font-size: 12px; }
      .cShipAPay .cShipAPay_invAddr .deliveryTime, .cShipAPay .cShipAPay_addr .deliveryTime {
        border: 2px solid lightgray;
        width: 200px;
        text-align: center;
        padding: 10px;
        font-size: 20px;
        font-weight: 700; } }
  @media (min-width: 576px) {
    .cShipAPay_documents {
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 20px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .cShipAPay h3 {
      font-size: 16px;
      padding: 0;
      margin-bottom: 12px; }
    .cShipAPay_note {
      padding-top: 20px;
      padding-left: 15px;
      flex: 0 0 50%;
      max-width: 50%; }
      .cShipAPay_note p {
        padding: 0; }
    .cShipAPay_ship, .cShipAPay_date, .cShipAPay_pay, .cShipAPay_invNumber, .cShipAPay_invAddr, .cShipAPay_addr, .cShipAPay_upload {
      padding-top: 20px;
      padding-left: 15px;
      flex: 0 0 50%;
      max-width: 50%; }
      .cShipAPay_ship .existAdr, .cShipAPay_date .existAdr, .cShipAPay_pay .existAdr, .cShipAPay_invNumber .existAdr, .cShipAPay_invAddr .existAdr, .cShipAPay_addr .existAdr, .cShipAPay_upload .existAdr {
        font-size: 14px;
        font-weight: 700; }
      .cShipAPay_ship .pac-target-input, .cShipAPay_date .pac-target-input, .cShipAPay_pay .pac-target-input, .cShipAPay_invNumber .pac-target-input, .cShipAPay_invAddr .pac-target-input, .cShipAPay_addr .pac-target-input, .cShipAPay_upload .pac-target-input {
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        height: 35px;
        padding: 0 10px;
        width: 100%;
        color: #585858; }
      .cShipAPay_ship .delAdrError, .cShipAPay_date .delAdrError, .cShipAPay_pay .delAdrError, .cShipAPay_invNumber .delAdrError, .cShipAPay_invAddr .delAdrError, .cShipAPay_addr .delAdrError, .cShipAPay_upload .delAdrError {
        color: red;
        font-weight: 400;
        font-size: 12px; }
      .cShipAPay_ship .changeAddress, .cShipAPay_date .changeAddress, .cShipAPay_pay .changeAddress, .cShipAPay_invNumber .changeAddress, .cShipAPay_invAddr .changeAddress, .cShipAPay_addr .changeAddress, .cShipAPay_upload .changeAddress {
        font-size: 12px;
        margin-top: 5px; }
      .cShipAPay_ship .deliveryTime, .cShipAPay_date .deliveryTime, .cShipAPay_pay .deliveryTime, .cShipAPay_invNumber .deliveryTime, .cShipAPay_invAddr .deliveryTime, .cShipAPay_addr .deliveryTime, .cShipAPay_upload .deliveryTime {
        border: 2px solid lightgray;
        width: 200px;
        text-align: center;
        padding: 10px;
        font-size: 20px;
        font-weight: 700; }
    .cShipAPay_selectedValue {
      padding: 0;
      font-size: 20px;
      margin-bottom: 20px; }
    .cShipAPay_bottom {
      padding-bottom: 20px;
      border-top: 1px solid #DCDCDC; }
    .cShipAPay_documents {
      flex: 0 0 50%;
      max-width: 50%;
      padding-top: 20px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .cShipAPay_note {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .cShipAPay_ship, .cShipAPay_date, .cShipAPay_pay, .cShipAPay_invNumber, .cShipAPay_invAddr, .cShipAPay_addr, .cShipAPay_upload {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      .cShipAPay_ship .existAdr, .cShipAPay_date .existAdr, .cShipAPay_pay .existAdr, .cShipAPay_invNumber .existAdr, .cShipAPay_invAddr .existAdr, .cShipAPay_addr .existAdr, .cShipAPay_upload .existAdr {
        font-size: 14px;
        font-weight: 700; }
      .cShipAPay_ship .pac-target-input, .cShipAPay_date .pac-target-input, .cShipAPay_pay .pac-target-input, .cShipAPay_invNumber .pac-target-input, .cShipAPay_invAddr .pac-target-input, .cShipAPay_addr .pac-target-input, .cShipAPay_upload .pac-target-input {
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        height: 35px;
        padding: 0 10px;
        width: 100%;
        color: #585858; }
      .cShipAPay_ship .delAdrError, .cShipAPay_date .delAdrError, .cShipAPay_pay .delAdrError, .cShipAPay_invNumber .delAdrError, .cShipAPay_invAddr .delAdrError, .cShipAPay_addr .delAdrError, .cShipAPay_upload .delAdrError {
        color: red;
        font-weight: 400;
        font-size: 12px; }
      .cShipAPay_ship .changeAddress, .cShipAPay_date .changeAddress, .cShipAPay_pay .changeAddress, .cShipAPay_invNumber .changeAddress, .cShipAPay_invAddr .changeAddress, .cShipAPay_addr .changeAddress, .cShipAPay_upload .changeAddress {
        font-size: 12px;
        margin-top: 5px; }
      .cShipAPay_ship .deliveryTime, .cShipAPay_date .deliveryTime, .cShipAPay_pay .deliveryTime, .cShipAPay_invNumber .deliveryTime, .cShipAPay_invAddr .deliveryTime, .cShipAPay_addr .deliveryTime, .cShipAPay_upload .deliveryTime {
        border: 2px solid lightgray;
        width: 200px;
        text-align: center;
        padding: 10px;
        font-size: 20px;
        font-weight: 700; }
    .cShipAPay_invAddr.view, .cShipAPay_addr.view {
      flex: 0 0 25%;
      max-width: 25%; }
    .cShipAPay_documents {
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 20px;
      padding-left: 15px; }
    .cShipAPay_document {
      display: inline-flex; } }

.cRecapTable {
  width: 100%; }
  .cRecapTable .primary {
    font-weight: 700; }
  .cRecapTable table {
    width: 100%;
    border-radius: 5px; }
    .cRecapTable table td,
    .cRecapTable table th {
      /*border-left: 1px solid $grayBorder;
            border-top: 1px solid $grayBorder;*/
      font-size: 10px; }
    .cRecapTable table th {
      background-color: #E9F8FF;
      border-top: none;
      color: #0D5A9E; }
    .cRecapTable table td:first-child,
    .cRecapTable table th:first-child {
      border-left: none; }
  .cRecapTable_info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .cRecapTable_info a {
      font-weight: 700;
      color: #0D5A9E;
      display: block; }
    .cRecapTable_info span {
      display: block; }
    .cRecapTable_info img {
      max-width: 20%;
      margin-right: 4px; }
  .cRecapTable_price {
    text-align: right; }
    .cRecapTable_price div {
      margin-bottom: 5px; }
    .cRecapTable_price .unit {
      font-size: .9em; }
  .cRecapTable_delivery {
    padding-top: 10px;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      .cRecapTable_delivery .cartItem.inBasket .cartItem_info {
        flex: 0 0 66%;
        max-width: 66%; }
      .cRecapTable_delivery .cartItem.inBasket .cartItem_pricing {
        flex: 0 0 24.6666%;
        max-width: 24.6666%; }
        .cRecapTable_delivery .cartItem.inBasket .cartItem_pricing table td:last-of-type {
          width: 21%; } }
    @media (min-width: 992px) {
      .cRecapTable_delivery .cartItem.inBasket .cartItem_info {
        flex: 0 0 65.6666%;
        max-width: 65.6666%; }
      .cRecapTable_delivery .cartItem.inBasket .cartItem_pricing {
        flex: 0 0 24%;
        max-width: 24%; }
        .cRecapTable_delivery .cartItem.inBasket .cartItem_pricing table td:last-of-type {
          width: 20%; } }
    @media (min-width: 1200px) {
      .cRecapTable_delivery .cartItem.inBasket .cartItem_info {
        flex: 0 0 68.6666%;
        max-width: 68.6666%; }
      .cRecapTable_delivery .cartItem.inBasket .cartItem_pricing {
        flex: 0 0 22.3333%;
        max-width: 22.3333%; }
        .cRecapTable_delivery .cartItem.inBasket .cartItem_pricing table td:last-of-type {
          width: 27%; } }
  @media (min-width: 1200px) {
    .cRecapTable table td,
    .cRecapTable table th {
      font-size: 15px; }
    .cRecapTable_info a {
      font-size: 16px; }
    .cRecapTable_info span {
      font-size: 14px; } }
  @media (min-width: 992px) {
    .cRecapTable table td,
    .cRecapTable table th {
      font-size: 15px; }
    .cRecapTable_info a {
      font-size: 16px; }
    .cRecapTable_info span {
      font-size: 14px; } }
  @media (max-width: 991.98px) {
    .cRecapTable table td,
    .cRecapTable table th {
      font-size: 10px; }
    .cRecapTable_info a {
      font-size: 16px; }
    .cRecapTable_info span {
      font-size: 14px; } }

.cShipAPayUploadBtn {
  border: 1px solid #009FE3;
  width: 100%;
  border-radius: 5px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  position: relative; }
  .cShipAPayUploadBtn.small {
    padding: 5px 5px; }
  .cShipAPayUploadBtn:hover {
    background-color: rgba(0, 159, 227, 0.1); }
  .cShipAPayUploadBtn:active {
    background-color: rgba(0, 159, 227, 0.4); }
  .cShipAPayUploadBtn .dotvvm-upload .dotvvm-upload-files {
    display: none;
    margin-left: 2em; }
  .cShipAPayUploadBtn span {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #0D5A9E; }
    .cShipAPayUploadBtn span a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      color: transparent; }
  .cShipAPayUploadBtn input {
    display: none; }

.cSelectors_item {
  cursor: pointer;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 18px;
  margin-bottom: 5px;
  /*span {
            font-size: 12px;

            &:last-of-type {
                text-align: right;
            }
        }*/ }
  .cSelectors_itemImg {
    height: 30px;
    width: 100px;
    margin-right: 25px; }
  .cSelectors_item img {
    max-width: 100%;
    max-height: 100%; }
  .cSelectors_item label.check {
    height: 20px;
    width: 20px;
    margin-bottom: 0;
    margin-right: 28px; }
  .cSelectors_itemName {
    width: calc(100% - 175px); }
    .cSelectors_itemName span {
      font-size: 12px; }
  .cSelectors_itemPrice span {
    font-size: 12px; }
  @media (min-width: 992px) {
    .cSelectors_item {
      padding: 10px 18px; } }

.tableBorder {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #DCDCDC;
  overflow-x: auto;
  width: 100%; }
  .tableBorder .additionalInfo {
    font-size: 10px; }
  .tableBorder_Td_ToRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 3vh; }

.noWrap {
  white-space: nowrap; }

.priceNoWrap {
  white-space: nowrap; }

.multi-collapse.show.collapse {
  display: none !important; }
  .multi-collapse.show.collapse.in {
    display: block !important; }

.cDeliveryAddressModal {
  width: 100%; }
  .cDeliveryAddressModal_content {
    padding-bottom: 5px;
    width: 50%;
    float: left; }
    .cDeliveryAddressModal_content:nth-of-type(2n+1) {
      padding-right: 2.5px; }
    .cDeliveryAddressModal_content:nth-of-type(2n+2) {
      padding-left: 2.5px; }
  .cDeliveryAddressModal_row {
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px; }
    .cDeliveryAddressModal_row span {
      font-size: 15px; }
    .cDeliveryAddressModal_row:last-of-type {
      padding-bottom: 15px; }
  .cDeliveryAddressModal_holder {
    border: 1px solid #DCDCDC;
    width: 100%;
    display: block;
    position: relative;
    padding: 5px; }
  .cDeliveryAddressModal_btn {
    border: 1px solid #009fe3;
    background: #009fe3;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    width: 50%;
    margin: auto;
    display: block;
    position: relative; }

.cMarketAddressModal {
  width: 100%; }
  .cMarketAddressModal_content {
    padding-bottom: 5px;
    width: 50%;
    float: left; }
    .cMarketAddressModal_content:nth-of-type(2n+1) {
      padding-right: 2.5px; }
    .cMarketAddressModal_content:nth-of-type(2n+2) {
      padding-left: 2.5px; }
  .cMarketAddressModal_row {
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px; }
    .cMarketAddressModal_row span {
      font-size: 15px; }
    .cMarketAddressModal_row:last-of-type {
      padding-bottom: 15px; }
  .cMarketAddressModal_holder {
    border: 1px solid #DCDCDC;
    width: 100%;
    display: block;
    position: relative;
    padding: 5px; }
  .cMarketAddressModal_btn {
    border: 1px solid #009fe3;
    background: #009fe3;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    width: 50%;
    margin: auto;
    display: block;
    position: relative; }

.cShipAPay_date .dotvvm-bp-calendar {
  width: 100%;
  border: 1px solid #DCDCDC; }
  .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar thead, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead {
    border-bottom: 0px solid white; }
    .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header {
      border-bottom: 1px solid #DCDCDC;
      height: 50px; }
      .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th {
        text-align: center;
        font-size: 15px; }
        .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th.bp-prev a span.fa.fa-arrow-left:before, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th.bp-prev a span.fa.fa-arrow-left:before, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th.bp-prev a span.fa.fa-arrow-left:before, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th.bp-prev a span.fa.fa-arrow-left:before {
          content: "\f053";
          color: #009FE3; }
        .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th.bp-next a span.fa.fa-arrow-right:before, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th.bp-next a span.fa.fa-arrow-right:before, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th.bp-next a span.fa.fa-arrow-right:before, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th.bp-next a span.fa.fa-arrow-right:before {
          content: "\f054";
          color: #009FE3; }
        .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th a, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th a, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th a, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th a {
          color: #353535;
          font-weight: 500; }
          .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th a:first-letter, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th a:first-letter, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th a:first-letter, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th a:first-letter {
            text-transform: uppercase; }
          .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th a:hover, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th a:hover, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th a:hover, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th a:hover {
            background: transparent; }
    .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-month, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-month, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-month, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-month {
      font-weight: 700;
      font-size: 14px;
      position: relative;
      display: table-row; }
      .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-month th, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-month th, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-month th, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-month th {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px; }
  .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar tbody tr td a, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar tbody tr td a, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar tbody tr td a, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar tbody tr td a {
    font-weight: normal;
    padding: 10px 0; }
    .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar tbody tr td a:hover, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar tbody tr td a:hover, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar tbody tr td a:hover, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar tbody tr td a:hover {
      border: 1px solid #009FE3;
      background: white;
      color: black; }
  .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar tbody tr td.bp-state-active a, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar tbody tr td.bp-state-active a, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar tbody tr td.bp-state-active a, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar tbody tr td.bp-state-active a {
    background: #009FE3;
    border: 1px solid #009FE3; }
    .cShipAPay_date .dotvvm-bp-calendar table.bp-calendar tbody tr td.bp-state-active a:hover, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar tbody tr td.bp-state-active a:hover, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar tbody tr td.bp-state-active a:hover, .cShipAPay_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar tbody tr td.bp-state-active a:hover {
      color: white;
      cursor: pointer; }

.c1Opti_date {
  margin: auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    .c1Opti_date {
      width: 33.3%; } }
  .c1Opti_date .dotvvm-bp-calendar {
    width: 100%;
    border: 1px solid #DCDCDC; }
    .c1Opti_date .dotvvm-bp-calendar table.bp-calendar thead, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead {
      border-bottom: 0px solid white; }
      .c1Opti_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header {
        border-bottom: 1px solid #DCDCDC;
        height: 50px; }
        .c1Opti_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th {
          text-align: center;
          font-size: 15px; }
          .c1Opti_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th.bp-prev a span.fa.fa-arrow-left:before, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th.bp-prev a span.fa.fa-arrow-left:before, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th.bp-prev a span.fa.fa-arrow-left:before, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th.bp-prev a span.fa.fa-arrow-left:before {
            content: "\f053";
            color: #009FE3; }
          .c1Opti_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th.bp-next a span.fa.fa-arrow-right:before, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th.bp-next a span.fa.fa-arrow-right:before, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th.bp-next a span.fa.fa-arrow-right:before, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th.bp-next a span.fa.fa-arrow-right:before {
            content: "\f054";
            color: #009FE3; }
          .c1Opti_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th a, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th a, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th a, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th a {
            color: #353535;
            font-weight: 500; }
            .c1Opti_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th a:first-letter, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th a:first-letter, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th a:first-letter, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th a:first-letter {
              text-transform: uppercase; }
            .c1Opti_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-header th a:hover, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-header th a:hover, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-header th a:hover, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-header th a:hover {
              background: transparent; }
      .c1Opti_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-month, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-month, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-month, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-month {
        font-weight: 700;
        font-size: 14px;
        position: relative;
        display: table-row; }
        .c1Opti_date .dotvvm-bp-calendar table.bp-calendar thead tr.bp-month th, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar thead tr.bp-month th, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar thead tr.bp-month th, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar thead tr.bp-month th {
          text-align: center;
          padding-top: 10px;
          padding-bottom: 10px; }
    .c1Opti_date .dotvvm-bp-calendar table.bp-calendar tbody tr td a, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar tbody tr td a, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar tbody tr td a, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar tbody tr td a {
      font-weight: normal;
      padding: 10px 0; }
      .c1Opti_date .dotvvm-bp-calendar table.bp-calendar tbody tr td a:hover, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar tbody tr td a:hover, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar tbody tr td a:hover, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar tbody tr td a:hover {
        border: 1px solid #009FE3;
        background: white;
        color: black; }
    .c1Opti_date .dotvvm-bp-calendar table.bp-calendar tbody tr td.bp-state-active a, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar tbody tr td.bp-state-active a, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar tbody tr td.bp-state-active a, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar tbody tr td.bp-state-active a {
      background: #009FE3;
      border: 1px solid #009FE3; }
      .c1Opti_date .dotvvm-bp-calendar table.bp-calendar tbody tr td.bp-state-active a:hover, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-range-calendar table.bp-calendar tbody tr td.bp-state-active a:hover, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-picker table.bp-calendar tbody tr td.bp-state-active a:hover, .c1Opti_date .dotvvm-bp-calendar .dotvvm-bp-date-time-range-picker table.bp-calendar tbody tr td.bp-state-active a:hover {
        color: white;
        cursor: pointer; }

.basketTitle {
  color: #0D5A9E;
  font-weight: 700; }

.searchDetail_productHolder {
  padding: 7px; }

.searchDetail_articels .hpArticleBox {
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0; }

.searchDetail_filter {
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 7px; }

.searchDetail_categories {
  padding: 8px 20px; }
  .searchDetail_categories a {
    padding: 5px 0;
    display: inline-block;
    line-height: 1.2;
    color: #000;
    border-bottom: 1px solid #cfd1d2;
    padding: 19px 0; }
    .searchDetail_categories a:last-of-type {
      border: none; }

@media (min-width: 992px) {
  .searchDetail_productHolder {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    overflow: hidden; } }

.eSearchTabs_tabs {
  display: none; }

.eSearchTabs_contentTab {
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  padding: 7px;
  margin-bottom: 5px; }
  .eSearchTabs_contentTab .head {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    padding: 10px 0 14px 0;
    position: relative;
    cursor: pointer; }
    .eSearchTabs_contentTab .head::after {
      display: block;
      content: '';
      width: 14px;
      height: 14px;
      background-image: url(../../img/icons/down-arrow@2x.png);
      position: absolute;
      right: 5px;
      top: 16px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .eSearchTabs_contentTab .cont {
    display: none; }
    .eSearchTabs_contentTab .cont ul {
      padding-left: 18px; }
  .eSearchTabs_contentTab.active .head::after {
    transform: rotateZ(180deg); }
  .eSearchTabs_contentTab.active .cont {
    display: block;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }

.eSearchTabs-full .eSearchTabs_contentTab .cont {
  min-height: 360px;
  padding: 0;
  padding-top: 10px;
  position: relative; }
  .eSearchTabs-full .eSearchTabs_contentTab .cont .eProductBox {
    display: block;
    _max-width: initial;
    width: 100%; }
    .eSearchTabs-full .eSearchTabs_contentTab .cont .eProductBox:first-of-type {
      border-top-left-radius: 0; }

@media (min-width: 992px) {
  .eSearchTabs {
    border: 1px solid #85B0C4;
    border-radius: 5px;
    margin-bottom: 10px; }
    .eSearchTabs-full .eSearchTabs_contentTab {
      margin-bottom: 0; }
    .eSearchTabs-full .eSearchTabs_contentTab .cont::before {
      display: block;
      content: '';
      top: 0;
      bottom: 3px;
      left: -1px;
      z-index: 100;
      width: 1px;
      background-color: #85B0C4;
      position: absolute; }
    .eSearchTabs_tabs {
      background-color: #E9F8FF;
      border-bottom: 1px solid #85B0C4;
      border-radius: 5px 5px 0 0;
      display: none;
      font-size: 0px; }
      .eSearchTabs_tabs li {
        display: inline-block; }
    .eSearchTabs a.eSearchTabs_tab {
      border-right: 1px solid #85B0C4;
      padding: 12px 20px;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      color: #000; }
      .eSearchTabs a.eSearchTabs_tab:hover {
        text-decoration: none; }
      .eSearchTabs a.eSearchTabs_tab:first-of-type.active {
        border-top-left-radius: 5px; }
      .eSearchTabs a.eSearchTabs_tab.active {
        background-color: #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: -1px; }
    .eSearchTabs_tabs {
      display: block;
      padding: 0;
      margin: 0; }
    .eSearchTabs_contentTab {
      border: 0;
      display: none;
      padding: 0; }
      .eSearchTabs_contentTab .cont {
        padding: 25px 20px; }
      .eSearchTabs_contentTab.active {
        display: block; } }

.eSearchTabs_notFound {
  background-color: white;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 20px; }

.eSearchTabs_content {
  padding-bottom: 20px; }

.articleDetail {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  margin-bottom: 15px; }
  .articleDetail_header {
    display: flex;
    border-bottom: 1px solid #DCDCDC;
    flex-direction: column; }
    .articleDetail_header h1 {
      color: #0D5A9E;
      font-weight: 700;
      font-size: 25px; }
    .articleDetail_header .date {
      font-size: 16px;
      color: #95989A; }
  .articleDetail_headerContent {
    padding: 5px 10px; }
  .articleDetail_headerImg {
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #DCDCDC; }
    .articleDetail_headerImg img {
      max-height: 100%;
      max-width: 100%;
      max-height: 200px; }
  .articleDetail_anotation a, .articleDetail_content a {
    color: #009FE3; }
  .articleDetail_anotation {
    padding: 10px;
    font-size: 20px; }
    .articleDetail_anotation p:last-of-type {
      margin-bottom: 0; }
  .articleDetail_content {
    padding: 10px;
    font-size: 16px; }
    .articleDetail_content img {
      max-width: 100%;
      margin-bottom: 10px; }
  .articleDetail_footer {
    padding: 10px;
    padding-bottom: 20px; }
  .articleDetail_tags {
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC; }
  .articleDetail_author {
    padding-top: 28px;
    font-size: 14px;
    color: #95989A; }
  @media (min-width: 768px) {
    .articleDetail_header {
      max-height: 220px;
      flex-direction: row; }
    .articleDetail_headerImg {
      border-bottom: 0;
      border-right: 1px solid #DCDCDC;
      flex: 0 0 40%;
      max-width: 40%; }
    .articleDetail_headerContent {
      padding: 30px 20px; }
      .articleDetail_headerContent h1 {
        height: 85%;
        max-height: 80%; }
    .articleDetail_anotation {
      padding: 45px 75px 15px 75px;
      font-size: 25px; }
    .articleDetail_content {
      padding: 15px 75px 25px 75px;
      font-size: 20px; }
      .articleDetail_content img {
        max-width: 100%; }
    .articleDetail_footer {
      padding: 10px 75px 75px 75px; }
    .articleDetail_tags {
      padding-bottom: 15px; }
    .articleDetail_author {
      padding-top: 28px;
      font-size: 14px;
      color: #95989A; } }

.deliveryPlaces {
  background-color: white;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
  border: 1px solid #0D5A9E;
  border-radius: 5px;
  padding-bottom: 20px;
  margin-bottom: 50px; }
  .deliveryPlaces_logo {
    display: flex;
    justify-content: center; }
    .deliveryPlaces_logo img {
      width: 200px; }
  .deliveryPlaces_header {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .deliveryPlaces_header h1 {
      color: #0D5A9E;
      font-weight: 700;
      font-size: 40px;
      text-align: center; }
    .deliveryPlaces_header h2 {
      color: #0D5A9E;
      font-weight: 700;
      font-size: 20px;
      text-align: center;
      border-bottom: 1px solid lightgray;
      padding-bottom: 10px; }
    .deliveryPlaces_header .navigation {
      color: #0D5A9E;
      font-weight: 400;
      font-size: 16px;
      text-align: center;
      border-bottom: 1px solid lightgray;
      padding: 5px;
      display: flex;
      flex: 1 0 auto;
      justify-content: space-evenly; }
      .deliveryPlaces_header .navigation-item {
        border: none; }
        .deliveryPlaces_header .navigation-item a {
          text-decoration: none;
          cursor: pointer;
          display: flex;
          flex: 1 0 auto;
          flex-direction: column; }
          .deliveryPlaces_header .navigation-item a i {
            font-size: 20px;
            padding: 5px; }
        .deliveryPlaces_header .navigation-item:hover {
          transform: scale(0.9); }
  .deliveryPlaces_content {
    width: 100%;
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    flex-wrap: wrap; }
    .deliveryPlaces_content .organizationHolder {
      display: flex;
      flex: 1 1 23%;
      font-size: 24px;
      justify-content: center;
      text-align: center;
      height: 150px;
      margin: 33px;
      align-items: center;
      color: #0D5A9E;
      border-bottom: 1px solid lightgray; }
      @media (min-width: 768px) {
        .deliveryPlaces_content .organizationHolder {
          flex: 0 1 19%; } }
      .deliveryPlaces_content .organizationHolder h3 {
        font-size: 24px;
        display: flex;
        flex: 1 0 auto;
        flex-direction: column; }
        .deliveryPlaces_content .organizationHolder h3 i {
          padding-bottom: 20px; }
      .deliveryPlaces_content .organizationHolder:hover {
        transform: scale(0.9);
        cursor: pointer; }
    .deliveryPlaces_content .department {
      display: flex;
      flex: 1 100%;
      padding: 30px;
      border-bottom: 1px solid lightgray;
      margin-bottom: 20px;
      flex-direction: column; }
      .deliveryPlaces_content .department .title {
        font-size: 18px;
        font-weight: 700;
        color: #0D5A9E; }
      .deliveryPlaces_content .department .subcontent {
        display: flex;
        flex: 1 50%;
        justify-content: space-between;
        flex-direction: column; }
        @media (min-width: 768px) {
          .deliveryPlaces_content .department .subcontent {
            flex-direction: row;
            display: flex;
            flex: 1 0 auto; } }
        .deliveryPlaces_content .department .subcontent .address {
          font-weight: 700;
          display: flex;
          flex: 1 0 auto;
          flex-direction: column;
          font-size: 14px; }
        .deliveryPlaces_content .department .subcontent .days {
          font-size: 14px;
          display: flex;
          flex: 1 0 auto;
          flex-direction: column;
          padding-top: 10px;
          align-items: flex-end; }
          @media (min-width: 768px) {
            .deliveryPlaces_content .department .subcontent .days {
              padding-top: 0px;
              display: flex;
              flex: 1 0 auto; } }
          .deliveryPlaces_content .department .subcontent .days table tr td {
            padding-right: 10px; }
      .deliveryPlaces_content .department .maps {
        color: #0D5A9E;
        font-size: 16px;
        padding-top: 5px; }
        .deliveryPlaces_content .department .maps .map a {
          text-decoration: none;
          cursor: pointer;
          font-size: 14px; }
      .deliveryPlaces_content .department:last-of-type {
        border-bottom: none; }
    .deliveryPlaces_content a {
      cursor: pointer;
      text-decoration: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../sass/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../sass/fonts/slick.eot");
  src: url("../../sass/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../sass/fonts/slick.woff") format("woff"), url("../../sass/fonts/slick.ttf") format("truetype"), url("../../sass/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 36px;
  width: 12px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  transition: all .5s;
  transform: translateY(-50%); }
  .slick-prev:focus,
  .slick-next:focus {
    outline: 0; }

.slick-prev {
  left: 10px;
  background-image: url(../../Content/assets/img/icons/slider-arrow-left.png);
  z-index: 100; }
  .slick-prev:hover {
    transform: translateY(-50%) translateX(-5px); }

.slick-next {
  right: 10px;
  background-image: url(../../Content/assets/img/icons/slider-arrow.png); }
  .slick-next:hover {
    transform: translateY(-50%) translateX(5px); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../sass/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.eU_h1 {
  font-size: 25px;
  font-weight: 700;
  color: #0D5A9E;
  margin-bottom: 20px; }

.eU_h2 {
  font-size: 18px;
  font-weight: 700;
  color: #0D5A9E;
  margin-bottom: 20px;
  margin-top: 10px; }

.eU_h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0D5A9E;
  margin-bottom: 15px;
  margin-top: 5px; }

.eU_h4 {
  font-size: 14px;
  font-weight: 700;
  color: #0D5A9E;
  margin-bottom: 5px;
  margin-top: 5px; }

.eU_flexCenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.eUniversalForm_group {
  margin-bottom: 10px; }
  .eUniversalForm_group label {
    display: inline-block;
    width: 35%;
    float: left;
    margin-top: 5px; }
  .eUniversalForm_group input,
  .eUniversalForm_group textarea,
  .eUniversalForm_group .right {
    display: inline-block;
    width: 100%; }

@media (min-width: 768px) {
  .eUniversalForm table td,
  .eUniversalForm table th {
    font-size: 16px;
    padding: 10px; } }

.CenterAlign {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.noData {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #185d9e; }

.flex {
  display: flex; }

.right-align {
  margin-left: auto; }

.uTable {
  width: 100%;
  border-radius: 5px; }
  .uTable_short {
    width: 5px;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .uTable tr {
    vertical-align: top; }
  .uTable td,
  .uTable th {
    padding: 8px 4px;
    border-left: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    font-size: 11px; }
    .uTable td a,
    .uTable th a {
      font-weight: 700; }
  .uTable th {
    background-color: #E9F8FF;
    border-top: none;
    color: #0D5A9E; }
  .uTable td:first-child,
  .uTable th:first-child {
    border-left: none; }
  .uTable_more {
    position: relative; }
  .uTable.valign-top td {
    vertical-align: top; }
  .uTableInner label {
    font-size: 14px;
    width: 100%;
    text-align: center; }
  .uTableInner_holder {
    padding: 15px !important; }
  .uTableInner th, .uTableInner td {
    border-right: 1px solid #DCDCDC; }
  .uTableInner thead tr:last-of-type {
    border-top: 1px solid #DCDCDC; }

.uTable .uTableMore {
  position: relative;
  height: 30px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .uTable .uTableMore_btn {
    margin: auto 0;
    width: 20px;
    cursor: pointer;
    padding: 5px 2px; }
  .uTable .uTableMore_box {
    display: none;
    background-color: #fff;
    position: absolute;
    top: -9px;
    bottom: -9px;
    right: -4px;
    border: 1px solid #DCDCDC;
    border-right-width: 0;
    padding: 0 12px;
    align-items: center; }
    .uTable .uTableMore_box a {
      display: inline-block;
      padding: 0 7px; }
      .uTable .uTableMore_box a img {
        max-width: 19px;
        max-height: 19px; }
    .uTable .uTableMore_box.show {
      display: flex; }

.c4_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px; }
  .c4_head a {
    font-size: 16px; }

.c4_tabHolder {
  padding: 25px 15px;
  border-top: 1px solid #DCDCDC; }

.c4_btnGroup {
  margin-top: 24px;
  text-align: right; }
  .c4_btnGroup .eBtn_blueBordered {
    padding-right: 20px;
    padding-left: 30px; }
    .c4_btnGroup .eBtn_blueBordered img {
      margin-left: 20px; }

.center {
  text-align: center; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.form-group .input-group .combo-box {
  border-radius: 5px 0 0 5px;
  flex-grow: 1;
  border: 1px solid #e7e7e7;
  height: 34px;
  color: #585858;
  font-size: 15px;
  width: 100%;
  padding-left: 10px; }
  .form-group .input-group .combo-box_ownProduct {
    font-size: 14px; }
    .form-group .input-group .combo-box_ownProduct:required {
      border-left: 2px solid Red; }
  .form-group .input-group .combo-box_smallFont {
    font-size: 12px; }

.FE-error {
  font-size: 12px; }

.category_selector ul {
  display: block; }
  .category_selector ul li {
    position: relative;
    display: block; }
    .category_selector ul li .category-input {
      display: inline-block;
      top: 2px;
      position: relative; }
    .category_selector ul li label.tree-toggler {
      display: inline-block;
      width: 100%;
      margin-left: 0px;
      padding: 0;
      margin-right: -15px; }
    .category_selector ul li ul {
      padding-right: 0; }
      .category_selector ul li ul li {
        padding-left: 10px; }
    .category_selector ul li span.rb-title {
      padding-left: 15px;
      position: relative;
      display: inline-block; }
      .category_selector ul li span.rb-title:hover {
        text-decoration: underline; }
    .category_selector ul li.is-opened {
      font-weight: 700; }
    .category_selector ul li.expandable {
      font-weight: 700; }
    .category_selector ul li.last-rb {
      font-weight: 400; }
      .category_selector ul li.last-rb span.rb-title {
        padding-left: 15px;
        position: relative;
        display: inline-block;
        margin-bottom: 10px; }

.no-margin-bottom {
  margin-bottom: 0px; }

.icon_clickable {
  position: relative;
  width: 100%;
  text-align: center; }
  .icon_clickable a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .icon_clickable:before {
    color: #009FE3; }

.icon_medium {
  font-size: 16px; }

.dateInput .noIcon:last-of-type input {
  margin-right: 0px; }

.m15_top {
  margin-top: 15px; }

.m15_bottom {
  margin-bottom: 15px; }

.tBorderNone {
  border-top: none; }

.padding-5 {
  padding: 5px; }

.padding-btn-5 {
  padding: 10px 5px 5px 5px; }

.fa-envelope {
  font-size: 16px;
  color: #0D5A9E; }

* {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box; }
