/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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, 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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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, 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 {
  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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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;
}

dfn {
  font-style: italic;
}

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;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

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;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.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 .table {
  background-color: #fff;
}

.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 {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.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-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-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-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-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-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-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-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: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  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 .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #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 {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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 .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #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 {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  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;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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(0, 123, 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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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(108, 117, 125, 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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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(40, 167, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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(23, 162, 184, 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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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(255, 193, 7, 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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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(220, 53, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(248, 249, 250, 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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  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 screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
  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: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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,
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 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::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 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:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  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;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (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;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (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 screen and (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-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 screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
}

.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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -ms-flexbox;
  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: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #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;
}

.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;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.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;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: 300px;
  width: 300;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #fff;
  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, 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) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 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-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 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-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  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-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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 {
  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-circle {
  border-radius: 50% !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.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-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-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-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-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-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;
}

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !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: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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;
}

.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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*! Locastyle version: 3.10.1*/
/*! Locastyle version: 3.10.1*/
/*!
 * GRID by Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before, .row:after {
    content: " ";
    display: table
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media screen and (min-width: 768px) {
    .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 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: 0%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: 0%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media screen and (min-width: 992px) {
    .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 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: 0%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: 0%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media screen and (min-width: 1200px) {
    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: 0%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: 0%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

@media screen and (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media screen and (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media screen and (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.ls-actions-btn, .ls-steps-main .ls-steps-content > .ls-actions-btn {
    padding: 15px 0;
    margin: 30px 0;
    border-top: 4px solid #eeeeee;
    white-space: nowrap
}

.ls-collapse-body {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

.ls-collapse-opened .ls-collapse-body, .ls-collapse-opened-always .ls-collapse-body {
    height: auto;
    opacity: 1;
    overflow: initial;
    visibility: visible
}

.ls-sidebar, .ls-notification, .ls-topbar, .ls-main {
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.ls-sidebar {
    -moz-transform: translateX(-265px);
    -ms-transform: translateX(-265px);
    -webkit-transform: translateX(-265px);
    transform: translateX(-265px)
}

.ls-notification {
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -webkit-transform: translateX(265px);
    transform: translateX(265px)
}

.ls-topbar, .ls-main {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.ls-sidebar-visible.ls-browser-chrome {
    overflow: hidden
}

.ls-sidebar-visible .ls-topbar, .ls-sidebar-visible .ls-main {
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -webkit-transform: translateX(265px);
    transform: translateX(265px)
}

.ls-sidebar-visible .ls-notification {
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -webkit-transform: translateX(265px);
    transform: translateX(265px)
}

.ls-sidebar-visible .ls-sidebar {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.ls-notifications-visible .ls-topbar, .ls-notifications-visible .ls-main {
    -moz-transform: translateX(-265px);
    -ms-transform: translateX(-265px);
    -webkit-transform: translateX(-265px);
    transform: translateX(-265px)
}

.ls-notifications-visible .ls-notification {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow: auto;
    z-index: 3
}

.ls-notifications-visible .ls-sidebar {
    -moz-transform: translateX(-265px);
    -ms-transform: translateX(-265px);
    -webkit-transform: translateX(-265px);
    transform: translateX(-265px)
}

.ls-bg-theme-blue {
    background-color: #254fa2
}

.ls-theme-blue .ls-color-theme, .ls-theme-blue .ls-ico-alone, .ls-theme-blue .ls-ico-bg:before {
    color: #1d3f81 !important
}

.ls-theme-blue p a:not([class*="ls-btn"]), .ls-theme-blue .ls-breadcrumb a, .ls-theme-blue .hopscotch-bubble a {
    color: #1d3f81
}

.ls-theme-blue p a:not([class*="ls-btn"]):hover, .ls-theme-blue p a:not([class*="ls-btn"]):focus, .ls-theme-blue p a:not([class*="ls-btn"]).ls-active, .ls-theme-blue .ls-breadcrumb a:hover, .ls-theme-blue .ls-breadcrumb a:focus, .ls-theme-blue .ls-breadcrumb a.ls-active, .ls-theme-blue .hopscotch-bubble a:hover, .ls-theme-blue .hopscotch-bubble a:focus, .ls-theme-blue .hopscotch-bubble a.ls-active {
    color: #162f61
}

.ls-theme-blue .ls-tag-primary {
    background-color: #254fa2
}

.ls-theme-blue .ls-background-primary, .ls-theme-blue .ls-table .ls-background-primary td {
    background-color: #a8beeb;
    color: #254fa2
}

.ls-theme-blue .ls-user-account {
    background: #1f4389
}

.ls-theme-blue .ls-topbar {
    background-color: #254fa2
}

.ls-theme-blue .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #183369
}

.ls-theme-blue .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #0e1f40
}

.ls-theme-blue .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-blue .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-blue .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-blue .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-blue .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-blue .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-blue .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-blue .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-blue .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-blue [class*="ls-go"] {
    background: #1d3f81
}

.ls-theme-blue [class*="ls-go"]:hover, .ls-theme-blue [class*="ls-go"]:focus {
    background: #1f4389
}

.ls-theme-blue .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-blue .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-blue .ls-menu a {
    color: #8c8c8c
}

.ls-theme-blue .ls-menu a:hover, .ls-theme-blue .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-blue .ls-sidebar [class*="ls-go"] {
    background: #254fa2
}

.ls-theme-blue .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-blue .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-blue .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-blue .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-blue .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-blue .ls-brand-name {
    background-color: #254fa2
}

.ls-theme-blue .ls-area-account[class*="ls-ico"]:before {
    color: #254fa2
}

.ls-theme-blue .ls-info-header [class*="ls-title"] {
    color: #254fa2
}

.ls-theme-blue .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #1d3f81 !important
}

.ls-theme-blue .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-blue .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #1d3f81 !important
}

.ls-theme-blue .ls-cart-header {
    background-color: #1d3f81;
    background-color: #1d3f81
}

.ls-theme-blue [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #1d3f81
}

.ls-theme-blue [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-blue [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-blue [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-blue [class*="ls-btn"].ls-btn-danger:active, .ls-theme-blue [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-blue [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-blue [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-blue [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-blue [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-blue [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-blue [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-blue [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-blue [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-blue [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-blue [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-blue [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-blue [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-blue [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-blue [class*="ls-btn"].ls-btn-dark:active, .ls-theme-blue [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-blue [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-blue [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-blue [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-blue [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-blue [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-blue [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-blue [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-blue [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-blue [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-blue [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-blue .ls-btn:hover, .ls-theme-blue .ls-btn:focus, .ls-theme-blue .ls-btn:active, .ls-theme-blue .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-blue .ls-btn.ls-disabled, .ls-theme-blue .ls-btn.ls-disabled:focus, .ls-theme-blue .ls-btn.ls-disabled:hover, .ls-theme-blue .ls-btn.ls-disabled:active, .ls-theme-blue .ls-btn.ls-disabled.ls-active, .ls-theme-blue .ls-btn[disabled], .ls-theme-blue .ls-btn[disabled]:focus, .ls-theme-blue .ls-btn[disabled]:hover, .ls-theme-blue .ls-btn[disabled]:active, .ls-theme-blue .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-blue .ls-btn-primary {
    background: #1d3f81;
    border-color: #193771;
    color: white
}

.ls-theme-blue .ls-btn-primary:hover, .ls-theme-blue .ls-btn-primary:focus, .ls-theme-blue .ls-btn-primary:active, .ls-theme-blue .ls-btn-primary.ls-active {
    background: #162f61;
    border-color: #162f61;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-blue .ls-btn-primary.ls-disabled, .ls-theme-blue .ls-btn-primary.ls-disabled:focus, .ls-theme-blue .ls-btn-primary.ls-disabled:hover, .ls-theme-blue .ls-btn-primary.ls-disabled:active, .ls-theme-blue .ls-btn-primary.ls-disabled.ls-active, .ls-theme-blue .ls-btn-primary[disabled], .ls-theme-blue .ls-btn-primary[disabled]:focus, .ls-theme-blue .ls-btn-primary[disabled]:hover, .ls-theme-blue .ls-btn-primary[disabled]:active, .ls-theme-blue .ls-btn-primary[disabled].ls-active {
    background: #7c95c7;
    border-color: #92a7d0
}

.ls-theme-blue .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-blue .ls-collapse .ls-collapse-header:before {
    color: #254fa2;
    border: 3px solid #254fa2
}

.ls-theme-blue [class*="ls-pagination"] li.ls-active {
    background-color: #1d3f81;
    border-color: #1d3f81
}

.ls-theme-blue .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-blue .pager li:hover, .ls-theme-blue .pager li:focus {
    background-color: #dddddd
}

.ls-theme-blue .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-blue .pager li.disabled a:hover, .ls-theme-blue .pager li.disabled a:focus {
    background: none
}

.ls-theme-blue .ls-table.ls-bg-header thead {
    background-color: #254fa2
}

.ls-theme-blue .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-blue .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-blue .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-blue .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-blue .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-blue .ls-table thead th a {
    color: black
}

.ls-theme-blue .ls-table tbody tr:hover {
    background-color: #1d3f81;
    background-color: rgba(29, 63, 129, 0.02)
}

.ls-theme-blue .ls-table tbody a:not([class*="ls-btn"]) {
    color: #254fa2
}

.ls-theme-blue .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #1d3f81;
    background-color: rgba(29, 63, 129, 0.02)
}

.ls-theme-blue .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-blue .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-blue .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #1d3f81;
    background-color: rgba(29, 63, 129, 0.7)
}

.ls-theme-blue .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #1d3f81
}

.ls-theme-blue .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-blue .ls-lnk-nav:hover {
    color: #1d3f81
}

.ls-theme-blue .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #1d3f81;
    border-color: #1d3f81
}

.ls-theme-blue .ls-lnk-nav[class*="ls-ico"]:before {
    color: #254fa2;
    border: 4px solid #254fa2
}

.ls-theme-blue .ls-dropdown ul a:focus, .ls-theme-blue .ls-dropdown ul a:hover {
    background-color: #1d3f81;
    color: white
}

.ls-theme-blue .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-blue .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-blue .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-blue .ls-switch-btn input:checked + label span:after {
    background-color: #254fa2
}

.ls-theme-blue .ls-list-title a {
    color: #254fa2
}

.ls-theme-blue.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-blue .is-selected .pika-button {
    color: white;
    background: #1d3f81;
    box-shadow: none
}

.ls-theme-blue .pika-button:hover {
    color: white !important;
    background: #254fa2 !important
}

.ls-theme-blue .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #254fa2
}

.ls-theme-blue div[data-ls-module="progressBar"] span {
    background-color: #254fa2
}

.ls-theme-blue .ls-word-dotted {
    border-color: #1d3f81
}

.ls-theme-blue .ls-steps-nav .ls-actived:before {
    border-color: #254fa2
}

.ls-theme-blue .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #254fa2
}

.ls-theme-blue .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #254fa2
}

.ls-theme-blue .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #254fa2;
    color: #254fa2
}

.ls-theme-blue .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #254fa2
}

.ls-theme-blue .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #254fa2
}

@media screen and (min-width: 768px) {
    .ls-theme-blue .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #254fa2;
        color: white
    }
}

.ls-theme-blue .ls-steps-nav .ls-active .ls-steps-btn {
    background: #254fa2
}

.ls-theme-blue .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #254fa2
}

.ls-theme-blue .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-blue .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-blue .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #254fa2;
        border-color: #254fa2;
        color: white
    }

    .ls-theme-blue .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #254fa2
    }
}

.ls-theme-blue .ls-steps-arrow:before {
    background: #254fa2
}

.ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #e9edf5;
    border-color: #92a7d0;
    color: #254fa2
}

.ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #92a7d0 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #e9edf5 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-blue hr[data-ls-text] {
    border-color: #1d3f81
}

.ls-theme-blue hr[data-ls-text]:before {
    color: #1d3f81
}

.ls-bg-theme-gold {
    background-color: #a38e17
}

.ls-theme-gold .ls-color-theme, .ls-theme-gold .ls-ico-alone, .ls-theme-gold .ls-ico-bg:before {
    color: #827112 !important
}

.ls-theme-gold p a:not([class*="ls-btn"]), .ls-theme-gold .ls-breadcrumb a, .ls-theme-gold .hopscotch-bubble a {
    color: #827112
}

.ls-theme-gold p a:not([class*="ls-btn"]):hover, .ls-theme-gold p a:not([class*="ls-btn"]):focus, .ls-theme-gold p a:not([class*="ls-btn"]).ls-active, .ls-theme-gold .ls-breadcrumb a:hover, .ls-theme-gold .ls-breadcrumb a:focus, .ls-theme-gold .ls-breadcrumb a.ls-active, .ls-theme-gold .hopscotch-bubble a:hover, .ls-theme-gold .hopscotch-bubble a:focus, .ls-theme-gold .hopscotch-bubble a.ls-active {
    color: #61550d
}

.ls-theme-gold .ls-tag-primary {
    background-color: #a38e17
}

.ls-theme-gold .ls-background-primary, .ls-theme-gold .ls-table .ls-background-primary td {
    background-color: #f0e396;
    color: #a38e17
}

.ls-theme-gold .ls-user-account {
    background: #8a7813
}

.ls-theme-gold .ls-topbar {
    background-color: #a38e17
}

.ls-theme-gold .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #695c0e
}

.ls-theme-gold .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #413809
}

.ls-theme-gold .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-gold .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-gold .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-gold .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-gold .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-gold .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-gold .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-gold .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-gold .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-gold .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-gold .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-gold .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-gold .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-gold .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-gold [class*="ls-go"] {
    background: #827112
}

.ls-theme-gold [class*="ls-go"]:hover, .ls-theme-gold [class*="ls-go"]:focus {
    background: #8a7813
}

.ls-theme-gold .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-gold .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-gold .ls-menu a {
    color: #8c8c8c
}

.ls-theme-gold .ls-menu a:hover, .ls-theme-gold .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-gold .ls-sidebar [class*="ls-go"] {
    background: #a38e17
}

.ls-theme-gold .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-gold .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-gold .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-gold .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-gold .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-gold .ls-brand-name {
    background-color: #a38e17
}

.ls-theme-gold .ls-area-account[class*="ls-ico"]:before {
    color: #a38e17
}

.ls-theme-gold .ls-info-header [class*="ls-title"] {
    color: #a38e17
}

.ls-theme-gold .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #827112 !important
}

.ls-theme-gold .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-gold .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #827112 !important
}

.ls-theme-gold .ls-cart-header {
    background-color: #827112;
    background-color: #827112
}

.ls-theme-gold [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #827112
}

.ls-theme-gold [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-gold [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-gold [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-gold [class*="ls-btn"].ls-btn-danger:active, .ls-theme-gold [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-gold [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-gold [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-gold [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-gold [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-gold [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-gold [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-gold [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-gold [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-gold [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-gold [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-gold [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-gold [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-gold [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-gold [class*="ls-btn"].ls-btn-dark:active, .ls-theme-gold [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-gold [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-gold [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-gold [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-gold [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-gold [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-gold [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-gold [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-gold [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-gold [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-gold [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-gold .ls-btn:hover, .ls-theme-gold .ls-btn:focus, .ls-theme-gold .ls-btn:active, .ls-theme-gold .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-gold .ls-btn.ls-disabled, .ls-theme-gold .ls-btn.ls-disabled:focus, .ls-theme-gold .ls-btn.ls-disabled:hover, .ls-theme-gold .ls-btn.ls-disabled:active, .ls-theme-gold .ls-btn.ls-disabled.ls-active, .ls-theme-gold .ls-btn[disabled], .ls-theme-gold .ls-btn[disabled]:focus, .ls-theme-gold .ls-btn[disabled]:hover, .ls-theme-gold .ls-btn[disabled]:active, .ls-theme-gold .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-gold .ls-btn-primary {
    background: #827112;
    border-color: #726310;
    color: white
}

.ls-theme-gold .ls-btn-primary:hover, .ls-theme-gold .ls-btn-primary:focus, .ls-theme-gold .ls-btn-primary:active, .ls-theme-gold .ls-btn-primary.ls-active {
    background: #61550d;
    border-color: #61550d;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-gold .ls-btn-primary.ls-disabled, .ls-theme-gold .ls-btn-primary.ls-disabled:focus, .ls-theme-gold .ls-btn-primary.ls-disabled:hover, .ls-theme-gold .ls-btn-primary.ls-disabled:active, .ls-theme-gold .ls-btn-primary.ls-disabled.ls-active, .ls-theme-gold .ls-btn-primary[disabled], .ls-theme-gold .ls-btn-primary[disabled]:focus, .ls-theme-gold .ls-btn-primary[disabled]:hover, .ls-theme-gold .ls-btn-primary[disabled]:active, .ls-theme-gold .ls-btn-primary[disabled].ls-active {
    background: #c7bb73;
    border-color: #d1c68b
}

.ls-theme-gold .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-gold .ls-collapse .ls-collapse-header:before {
    color: #a38e17;
    border: 3px solid #a38e17
}

.ls-theme-gold [class*="ls-pagination"] li.ls-active {
    background-color: #827112;
    border-color: #827112
}

.ls-theme-gold .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-gold .pager li:hover, .ls-theme-gold .pager li:focus {
    background-color: #dddddd
}

.ls-theme-gold .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-gold .pager li.disabled a:hover, .ls-theme-gold .pager li.disabled a:focus {
    background: none
}

.ls-theme-gold .ls-table.ls-bg-header thead {
    background-color: #a38e17
}

.ls-theme-gold .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-gold .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-gold .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-gold .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-gold .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-gold .ls-table thead th a {
    color: black
}

.ls-theme-gold .ls-table tbody tr:hover {
    background-color: #827112;
    background-color: rgba(130, 113, 18, 0.02)
}

.ls-theme-gold .ls-table tbody a:not([class*="ls-btn"]) {
    color: #a38e17
}

.ls-theme-gold .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #827112;
    background-color: rgba(130, 113, 18, 0.02)
}

.ls-theme-gold .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-gold .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-gold .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #827112;
    background-color: rgba(130, 113, 18, 0.7)
}

.ls-theme-gold .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #827112
}

.ls-theme-gold .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-gold .ls-lnk-nav:hover {
    color: #827112
}

.ls-theme-gold .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #827112;
    border-color: #827112
}

.ls-theme-gold .ls-lnk-nav[class*="ls-ico"]:before {
    color: #a38e17;
    border: 4px solid #a38e17
}

.ls-theme-gold .ls-dropdown ul a:focus, .ls-theme-gold .ls-dropdown ul a:hover {
    background-color: #827112;
    color: white
}

.ls-theme-gold .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-gold .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-gold .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-gold .ls-switch-btn input:checked + label span:after {
    background-color: #a38e17
}

.ls-theme-gold .ls-list-title a {
    color: #a38e17
}

.ls-theme-gold.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-gold .is-selected .pika-button {
    color: white;
    background: #827112;
    box-shadow: none
}

.ls-theme-gold .pika-button:hover {
    color: white !important;
    background: #a38e17 !important
}

.ls-theme-gold .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #a38e17
}

.ls-theme-gold div[data-ls-module="progressBar"] span {
    background-color: #a38e17
}

.ls-theme-gold .ls-word-dotted {
    border-color: #827112
}

.ls-theme-gold .ls-steps-nav .ls-actived:before {
    border-color: #a38e17
}

.ls-theme-gold .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #a38e17
}

.ls-theme-gold .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #a38e17
}

.ls-theme-gold .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #a38e17;
    color: #a38e17
}

.ls-theme-gold .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #a38e17
}

.ls-theme-gold .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #a38e17
}

@media screen and (min-width: 768px) {
    .ls-theme-gold .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #a38e17;
        color: white
    }
}

.ls-theme-gold .ls-steps-nav .ls-active .ls-steps-btn {
    background: #a38e17
}

.ls-theme-gold .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #a38e17
}

.ls-theme-gold .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-gold .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-gold .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #a38e17;
        border-color: #a38e17;
        color: white
    }

    .ls-theme-gold .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #a38e17
    }
}

.ls-theme-gold .ls-steps-arrow:before {
    background: #a38e17
}

.ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #f5f3e7;
    border-color: #d1c68b;
    color: #a38e17
}

.ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #d1c68b transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #f5f3e7 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-gold hr[data-ls-text] {
    border-color: #827112
}

.ls-theme-gold hr[data-ls-text]:before {
    color: #827112
}

.ls-bg-theme-gray {
    background-color: #878787
}

.ls-theme-gray .ls-color-theme, html .ls-color-theme, .ls-theme-gray .ls-ico-alone, html .ls-ico-alone, .ls-theme-gray .ls-ico-bg:before, html .ls-ico-bg:before {
    color: #6c6c6c !important
}

.ls-theme-gray p a:not([class*="ls-btn"]), html p a:not([class*="ls-btn"]), .ls-theme-gray .ls-breadcrumb a, html .ls-breadcrumb a, .ls-theme-gray .hopscotch-bubble a, html .hopscotch-bubble a {
    color: #6c6c6c
}

.ls-theme-gray p a:not([class*="ls-btn"]):hover, html p a:not([class*="ls-btn"]):hover, .ls-theme-gray p a:not([class*="ls-btn"]):focus, html p a:not([class*="ls-btn"]):focus, .ls-theme-gray p a:not([class*="ls-btn"]).ls-active, html p a:not([class*="ls-btn"]).ls-active, .ls-theme-gray .ls-breadcrumb a:hover, html .ls-breadcrumb a:hover, .ls-theme-gray .ls-breadcrumb a:focus, html .ls-breadcrumb a:focus, .ls-theme-gray .ls-breadcrumb a.ls-active, html .ls-breadcrumb a.ls-active, .ls-theme-gray .hopscotch-bubble a:hover, html .hopscotch-bubble a:hover, .ls-theme-gray .hopscotch-bubble a:focus, html .hopscotch-bubble a:focus, .ls-theme-gray .hopscotch-bubble a.ls-active, html .hopscotch-bubble a.ls-active {
    color: #515151
}

.ls-theme-gray .ls-tag-primary, html .ls-tag-primary {
    background-color: #878787
}

.ls-theme-gray .ls-background-primary, html .ls-background-primary, .ls-theme-gray .ls-table .ls-background-primary td, html .ls-table .ls-background-primary td {
    background-color: #ededed;
    color: #878787
}

.ls-theme-gray .ls-user-account, html .ls-user-account {
    background: #727272
}

.ls-theme-gray .ls-topbar, html .ls-topbar {
    background-color: #878787
}

.ls-theme-gray .ls-topbar .ls-alerts-list [class^="ls-ico"], html .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #575757
}

.ls-theme-gray .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active), html .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #363636
}

.ls-theme-gray .ls-topbar.ls-topbar-gray, html .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-gray .ls-topbar.ls-topbar-gray .ls-user-account, html .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-gray .ls-topbar.ls-topbar-gray .ls-user-account > a, html .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-gray .ls-topbar.ls-topbar-gray .ls-user-account > a small, html .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-gray .ls-topbar.ls-topbar-gray .ls-user-account > a:before, html .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-gray .ls-topbar.ls-topbar-gray [class*="ls-go"], html .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-gray .ls-topbar.ls-topbar-gray [class*="ls-go"]:before, html .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-gray .ls-topbar.ls-topbar-gray .ls-brand-name, html .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-gray .ls-topbar.ls-topbar-gray .ls-brand-name a, html .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-gray .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a, html .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-gray .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active, html .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-gray .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter], html .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-gray .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active, html .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-gray .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after, html .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-gray [class*="ls-go"], html [class*="ls-go"] {
    background: #6c6c6c
}

.ls-theme-gray [class*="ls-go"]:hover, html [class*="ls-go"]:hover, .ls-theme-gray [class*="ls-go"]:focus, html [class*="ls-go"]:focus {
    background: #727272
}

.ls-theme-gray .ls-menu li, html .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-gray .ls-menu li.ls-active:not(.ls-submenu-parent) > a, html .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-gray .ls-menu a, html .ls-menu a {
    color: #8c8c8c
}

.ls-theme-gray .ls-menu a:hover, html .ls-menu a:hover, .ls-theme-gray .ls-menu a:focus, html .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-gray .ls-sidebar [class*="ls-go"], html .ls-sidebar [class*="ls-go"] {
    background: #878787
}

.ls-theme-gray .ls-submenu-parent:after, html .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-gray .ls-submenu-parent:hover:after, html .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-gray .ls-submenu-parent li, html .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-gray .ls-submenu-parent.ls-active, html .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-gray .ls-submenu-parent.ls-active ul, html .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-gray .ls-brand-name, html .ls-brand-name {
    background-color: #878787
}

.ls-theme-gray .ls-area-account[class*="ls-ico"]:before, html .ls-area-account[class*="ls-ico"]:before {
    color: #878787
}

.ls-theme-gray .ls-info-header [class*="ls-title"], html .ls-info-header [class*="ls-title"] {
    color: #878787
}

.ls-theme-gray .ls-checkbox-cart:checked ~ .ls-cart-header, html .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #6c6c6c !important
}

.ls-theme-gray .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, html .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-gray .ls-checkbox-cart:checked ~ .ls-cart-header strong, html .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #6c6c6c !important
}

.ls-theme-gray .ls-cart-header, html .ls-cart-header {
    background-color: #6c6c6c;
    background-color: #6c6c6c
}

.ls-theme-gray [class*="ls-btn"][data-ls-module]:after, html [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #6c6c6c
}

.ls-theme-gray [class*="ls-btn"].ls-btn-danger, html [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-gray [class*="ls-btn"].ls-btn-danger:hover, html [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-gray [class*="ls-btn"].ls-btn-danger:focus, html [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-gray [class*="ls-btn"].ls-btn-danger:active, html [class*="ls-btn"].ls-btn-danger:active, .ls-theme-gray [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]), html [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-gray [class*="ls-btn"].ls-btn-danger.ls-disabled, html [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-gray [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, html [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-gray [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, html [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-gray [class*="ls-btn"].ls-btn-danger.ls-disabled:active, html [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-gray [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, html [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-gray [class*="ls-btn"].ls-btn-danger[disabled], html [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-gray [class*="ls-btn"].ls-btn-danger[disabled]:focus, html [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-gray [class*="ls-btn"].ls-btn-danger[disabled]:hover, html [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-gray [class*="ls-btn"].ls-btn-danger[disabled]:active, html [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-gray [class*="ls-btn"].ls-btn-danger[disabled].ls-active, html [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger, html [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger:hover, html [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger:focus, html [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger:active, html [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger.ls-active, html [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, html [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, html [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, html [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, html [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, html [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger[disabled], html [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, html [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, html [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, html [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-gray [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active, html [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-gray [class*="ls-btn"].ls-btn-dark:focus, html [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-gray [class*="ls-btn"].ls-btn-dark:hover, html [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-gray [class*="ls-btn"].ls-btn-dark:active, html [class*="ls-btn"].ls-btn-dark:active, .ls-theme-gray [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]), html [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-gray [class*="ls-btn"].ls-btn-dark.ls-disabled, html [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-gray [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, html [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-gray [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, html [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-gray [class*="ls-btn"].ls-btn-dark.ls-disabled:active, html [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-gray [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, html [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-gray [class*="ls-btn"].ls-btn-dark[disabled], html [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-gray [class*="ls-btn"].ls-btn-dark[disabled]:focus, html [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-gray [class*="ls-btn"].ls-btn-dark[disabled]:hover, html [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-gray [class*="ls-btn"].ls-btn-dark[disabled]:active, html [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-gray [class*="ls-btn"].ls-btn-dark[disabled].ls-active, html [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-gray .ls-btn:hover, html .ls-btn:hover, .ls-theme-gray .ls-btn:focus, html .ls-btn:focus, .ls-theme-gray .ls-btn:active, html .ls-btn:active, .ls-theme-gray .ls-btn.ls-active, html .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-gray .ls-btn.ls-disabled, html .ls-btn.ls-disabled, .ls-theme-gray .ls-btn.ls-disabled:focus, html .ls-btn.ls-disabled:focus, .ls-theme-gray .ls-btn.ls-disabled:hover, html .ls-btn.ls-disabled:hover, .ls-theme-gray .ls-btn.ls-disabled:active, html .ls-btn.ls-disabled:active, .ls-theme-gray .ls-btn.ls-disabled.ls-active, html .ls-btn.ls-disabled.ls-active, .ls-theme-gray .ls-btn[disabled], html .ls-btn[disabled], .ls-theme-gray .ls-btn[disabled]:focus, html .ls-btn[disabled]:focus, .ls-theme-gray .ls-btn[disabled]:hover, html .ls-btn[disabled]:hover, .ls-theme-gray .ls-btn[disabled]:active, html .ls-btn[disabled]:active, .ls-theme-gray .ls-btn[disabled].ls-active, html .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-gray .ls-btn-primary, html .ls-btn-primary {
    background: #6c6c6c;
    border-color: #5e5e5e;
    color: white
}

.ls-theme-gray .ls-btn-primary:hover, html .ls-btn-primary:hover, .ls-theme-gray .ls-btn-primary:focus, html .ls-btn-primary:focus, .ls-theme-gray .ls-btn-primary:active, html .ls-btn-primary:active, .ls-theme-gray .ls-btn-primary.ls-active, html .ls-btn-primary.ls-active {
    background: #515151;
    border-color: #515151;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-gray .ls-btn-primary.ls-disabled, html .ls-btn-primary.ls-disabled, .ls-theme-gray .ls-btn-primary.ls-disabled:focus, html .ls-btn-primary.ls-disabled:focus, .ls-theme-gray .ls-btn-primary.ls-disabled:hover, html .ls-btn-primary.ls-disabled:hover, .ls-theme-gray .ls-btn-primary.ls-disabled:active, html .ls-btn-primary.ls-disabled:active, .ls-theme-gray .ls-btn-primary.ls-disabled.ls-active, html .ls-btn-primary.ls-disabled.ls-active, .ls-theme-gray .ls-btn-primary[disabled], html .ls-btn-primary[disabled], .ls-theme-gray .ls-btn-primary[disabled]:focus, html .ls-btn-primary[disabled]:focus, .ls-theme-gray .ls-btn-primary[disabled]:hover, html .ls-btn-primary[disabled]:hover, .ls-theme-gray .ls-btn-primary[disabled]:active, html .ls-btn-primary[disabled]:active, .ls-theme-gray .ls-btn-primary[disabled].ls-active, html .ls-btn-primary[disabled].ls-active {
    background: #b7b7b7;
    border-color: #c3c3c3
}

.ls-theme-gray .ls-tabs-button-nav .ls-active [class*="ls-btn"], html .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-gray .ls-collapse .ls-collapse-header:before, html .ls-collapse .ls-collapse-header:before {
    color: #878787;
    border: 3px solid #878787
}

.ls-theme-gray [class*="ls-pagination"] li.ls-active, html [class*="ls-pagination"] li.ls-active {
    background-color: #6c6c6c;
    border-color: #6c6c6c
}

.ls-theme-gray .pager li, html .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-gray .pager li:hover, html .pager li:hover, .ls-theme-gray .pager li:focus, html .pager li:focus {
    background-color: #dddddd
}

.ls-theme-gray .pager li.disabled a, html .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-gray .pager li.disabled a:hover, html .pager li.disabled a:hover, .ls-theme-gray .pager li.disabled a:focus, html .pager li.disabled a:focus {
    background: none
}

.ls-theme-gray .ls-table.ls-bg-header thead, html .ls-table.ls-bg-header thead {
    background-color: #878787
}

.ls-theme-gray .ls-table.ls-bg-header thead th, html .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-gray .ls-table.ls-bg-header thead th a, html .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-gray .ls-table.ls-bg-header thead th.ls-data-descending a:after, html .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-gray .ls-table.ls-bg-header thead th.ls-data-ascending a:after, html .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-gray .ls-table.ls-bg-header thead th.ls-data-ascending a:after, html .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-gray .ls-table thead th a, html .ls-table thead th a {
    color: black
}

.ls-theme-gray .ls-table tbody tr:hover, html .ls-table tbody tr:hover {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.02)
}

.ls-theme-gray .ls-table tbody a:not([class*="ls-btn"]), html .ls-table tbody a:not([class*="ls-btn"]) {
    color: #878787
}

.ls-theme-gray .ls-table.ls-table-striped tbody tr:hover td, html .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.02)
}

.ls-theme-gray .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td, html .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-gray .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td, html .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-gray .ls-tabs-nav:not(.in-dropdown) li, html .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #6c6c6c;
    background-color: rgba(108, 108, 108, 0.7)
}

.ls-theme-gray .ls-tabs-nav:not(.in-dropdown) li:hover, html .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #6c6c6c
}

.ls-theme-gray .ls-tabs-nav:not(.in-dropdown) li.ls-active, html .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-gray .ls-lnk-nav:hover, html .ls-lnk-nav:hover {
    color: #6c6c6c
}

.ls-theme-gray .ls-lnk-nav:hover[class*="ls-ico"]:before, html .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #6c6c6c;
    border-color: #6c6c6c
}

.ls-theme-gray .ls-lnk-nav[class*="ls-ico"]:before, html .ls-lnk-nav[class*="ls-ico"]:before {
    color: #878787;
    border: 4px solid #878787
}

.ls-theme-gray .ls-dropdown ul a:focus, html .ls-dropdown ul a:focus, .ls-theme-gray .ls-dropdown ul a:hover, html .ls-dropdown ul a:hover {
    background-color: #6c6c6c;
    color: white
}

.ls-theme-gray .ls-dropdown ul a.ls-color-danger:hover, html .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-gray .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-gray .ls-dropdown ul li a:hover, html .ls-dropdown .ls-cart ul li a:hover, .ls-cart html .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-gray .ls-switch-btn input:checked + label span:after, html .ls-switch-btn input:checked + label span:after {
    background-color: #878787
}

.ls-theme-gray .ls-list-title a, html .ls-list-title a {
    color: #878787
}

.ls-theme-gray.ls-pre-panel .ls-topbar, html.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-gray .is-selected .pika-button, html .is-selected .pika-button {
    color: white;
    background: #6c6c6c;
    box-shadow: none
}

.ls-theme-gray .pika-button:hover, html .pika-button:hover {
    color: white !important;
    background: #878787 !important
}

.ls-theme-gray .hopscotch-actions button.hopscotch-nav-button.next, html .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #878787
}

.ls-theme-gray div[data-ls-module="progressBar"] span, html div[data-ls-module="progressBar"] span {
    background-color: #878787
}

.ls-theme-gray .ls-word-dotted, html .ls-word-dotted {
    border-color: #6c6c6c
}

.ls-theme-gray .ls-steps-nav .ls-actived:before, html .ls-steps-nav .ls-actived:before {
    border-color: #878787
}

.ls-theme-gray .ls-steps-nav .ls-actived:not(.ls-active):after, html .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #878787
}

.ls-theme-gray .ls-steps-nav .ls-actived .ls-steps-btn, html .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #878787
}

.ls-theme-gray .ls-steps-nav .ls-actived .ls-steps-btn:before, html .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #878787;
    color: #878787
}

.ls-theme-gray .ls-steps-nav .ls-actived .ls-steps-btn:after, html .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #878787
}

.ls-theme-gray .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before, html .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #878787
}

@media screen and (min-width: 768px) {
    .ls-theme-gray .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before, html .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #878787;
        color: white
    }
}

.ls-theme-gray .ls-steps-nav .ls-active .ls-steps-btn, html .ls-steps-nav .ls-active .ls-steps-btn {
    background: #878787
}

.ls-theme-gray .ls-steps-nav .ls-active .ls-steps-btn:before, html .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #878787
}

.ls-theme-gray .ls-steps-nav .ls-active .ls-steps-btn:after, html .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-gray .ls-steps-nav .ls-active .ls-steps-btn, html .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-gray .ls-steps-nav .ls-active .ls-steps-btn:before, html .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #878787;
        border-color: #878787;
        color: white
    }

    .ls-theme-gray .ls-steps-nav .ls-active .ls-steps-btn:after, html .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #878787
    }
}

.ls-theme-gray .ls-steps-arrow:before, html .ls-steps-arrow:before {
    background: #878787
}

.ls-theme-gray .ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gold .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gold html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gold .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gold html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gold .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gold html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gold .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gold html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-light-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-light-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-orange .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-orange html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-orange .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-orange html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-orange .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-orange html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-orange .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-orange html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-wine .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-wine html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-wine .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-wine html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-wine .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-wine html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-wine .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-wine html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-cyanogen .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-cyanogen html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-cyanogen .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-cyanogen html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-cyanogen .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-cyanogen html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-cyanogen .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-cyanogen html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-red .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-red html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-red .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-red html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-red .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-red html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-light-red .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-light-red html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-moss .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-moss html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-moss .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-moss html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-moss .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-moss html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-moss .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-moss html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-indigo .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-indigo html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-indigo .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-indigo html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-indigo .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-indigo html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-indigo .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-indigo html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-turquoise .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-turquoise html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-turquoise .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-turquoise html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-turquoise .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-turquoise html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-turquoise .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-turquoise html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-light-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-light-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-brown .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-brown html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-brown .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-brown html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-brown .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-brown html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-light-brown .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-light-brown html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-green-lemon .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-green-lemon html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-green-lemon .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-green-lemon html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-green-lemon .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-green-lemon html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-green-lemon .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-green-lemon html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-purple .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-purple html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-purple .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-purple html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-purple .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-purple html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-purple .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-purple html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-dark-yellow .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-dark-yellow html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-dark-yellow .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-dark-yellow html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-dark-yellow .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-dark-yellow html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-dark-yellow .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-dark-yellow html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-yellow-gold .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-yellow-gold html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-yellow-gold .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-yellow-gold html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-yellow-gold .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-yellow-gold html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-yellow-gold .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-yellow-gold html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-royal-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-royal-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-royal-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-royal-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-royal-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-royal-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-royal-blue .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-royal-blue html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-gray .ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-dark-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"], html .ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-dark-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-gray .ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-dark-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, html .ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-dark-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-gray .ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-dark-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, html .ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-dark-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-gray .ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-dark-green .ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, html .ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active, .ls-theme-dark-green html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #f3f3f3;
    border-color: #c3c3c3;
    color: #878787
}

.ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before, html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #c3c3c3 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-gray .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after, html .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #f3f3f3 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-gray hr[data-ls-text], html hr[data-ls-text] {
    border-color: #6c6c6c
}

.ls-theme-gray hr[data-ls-text]:before, html hr[data-ls-text]:before {
    color: #6c6c6c
}

.ls-bg-theme-light-green {
    background-color: #25b89a
}

.ls-theme-light-green .ls-color-theme, .ls-theme-light-green .ls-ico-alone, .ls-theme-light-green .ls-ico-bg:before {
    color: #1d937b !important
}

.ls-theme-light-green p a:not([class*="ls-btn"]), .ls-theme-light-green .ls-breadcrumb a, .ls-theme-light-green .hopscotch-bubble a {
    color: #1d937b
}

.ls-theme-light-green p a:not([class*="ls-btn"]):hover, .ls-theme-light-green p a:not([class*="ls-btn"]):focus, .ls-theme-light-green p a:not([class*="ls-btn"]).ls-active, .ls-theme-light-green .ls-breadcrumb a:hover, .ls-theme-light-green .ls-breadcrumb a:focus, .ls-theme-light-green .ls-breadcrumb a.ls-active, .ls-theme-light-green .hopscotch-bubble a:hover, .ls-theme-light-green .hopscotch-bubble a:focus, .ls-theme-light-green .hopscotch-bubble a.ls-active {
    color: #166e5c
}

.ls-theme-light-green .ls-tag-primary {
    background-color: #25b89a
}

.ls-theme-light-green .ls-background-primary, .ls-theme-light-green .ls-table .ls-background-primary td {
    background-color: #b8f1e5;
    color: #25b89a
}

.ls-theme-light-green .ls-user-account {
    background: #1f9c82
}

.ls-theme-light-green .ls-topbar {
    background-color: #25b89a
}

.ls-theme-light-green .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #187764
}

.ls-theme-light-green .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #0e493d
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-light-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-light-green [class*="ls-go"] {
    background: #1d937b
}

.ls-theme-light-green [class*="ls-go"]:hover, .ls-theme-light-green [class*="ls-go"]:focus {
    background: #1f9c82
}

.ls-theme-light-green .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-light-green .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-light-green .ls-menu a {
    color: #8c8c8c
}

.ls-theme-light-green .ls-menu a:hover, .ls-theme-light-green .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-light-green .ls-sidebar [class*="ls-go"] {
    background: #25b89a
}

.ls-theme-light-green .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-light-green .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-light-green .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-light-green .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-light-green .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-light-green .ls-brand-name {
    background-color: #25b89a
}

.ls-theme-light-green .ls-area-account[class*="ls-ico"]:before {
    color: #25b89a
}

.ls-theme-light-green .ls-info-header [class*="ls-title"] {
    color: #25b89a
}

.ls-theme-light-green .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #1d937b !important
}

.ls-theme-light-green .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-light-green .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #1d937b !important
}

.ls-theme-light-green .ls-cart-header {
    background-color: #1d937b;
    background-color: #1d937b
}

.ls-theme-light-green [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #1d937b
}

.ls-theme-light-green [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-light-green [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-light-green [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-light-green [class*="ls-btn"].ls-btn-danger:active, .ls-theme-light-green [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-light-green [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-light-green [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-light-green [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-light-green [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-light-green [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-light-green [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-light-green [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-light-green [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-light-green [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-light-green [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-light-green [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-light-green [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-light-green [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-light-green [class*="ls-btn"].ls-btn-dark:active, .ls-theme-light-green [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-light-green [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-light-green [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-light-green [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-light-green [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-light-green [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-light-green [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-light-green [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-light-green [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-light-green [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-light-green [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-light-green .ls-btn:hover, .ls-theme-light-green .ls-btn:focus, .ls-theme-light-green .ls-btn:active, .ls-theme-light-green .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-light-green .ls-btn.ls-disabled, .ls-theme-light-green .ls-btn.ls-disabled:focus, .ls-theme-light-green .ls-btn.ls-disabled:hover, .ls-theme-light-green .ls-btn.ls-disabled:active, .ls-theme-light-green .ls-btn.ls-disabled.ls-active, .ls-theme-light-green .ls-btn[disabled], .ls-theme-light-green .ls-btn[disabled]:focus, .ls-theme-light-green .ls-btn[disabled]:hover, .ls-theme-light-green .ls-btn[disabled]:active, .ls-theme-light-green .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-light-green .ls-btn-primary {
    background: #1d937b;
    border-color: #19806b;
    color: white
}

.ls-theme-light-green .ls-btn-primary:hover, .ls-theme-light-green .ls-btn-primary:focus, .ls-theme-light-green .ls-btn-primary:active, .ls-theme-light-green .ls-btn-primary.ls-active {
    background: #166e5c;
    border-color: #166e5c;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-light-green .ls-btn-primary.ls-disabled, .ls-theme-light-green .ls-btn-primary.ls-disabled:focus, .ls-theme-light-green .ls-btn-primary.ls-disabled:hover, .ls-theme-light-green .ls-btn-primary.ls-disabled:active, .ls-theme-light-green .ls-btn-primary.ls-disabled.ls-active, .ls-theme-light-green .ls-btn-primary[disabled], .ls-theme-light-green .ls-btn-primary[disabled]:focus, .ls-theme-light-green .ls-btn-primary[disabled]:hover, .ls-theme-light-green .ls-btn-primary[disabled]:active, .ls-theme-light-green .ls-btn-primary[disabled].ls-active {
    background: #7cd4c2;
    border-color: #92dbcc
}

.ls-theme-light-green .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-light-green .ls-collapse .ls-collapse-header:before {
    color: #25b89a;
    border: 3px solid #25b89a
}

.ls-theme-light-green [class*="ls-pagination"] li.ls-active {
    background-color: #1d937b;
    border-color: #1d937b
}

.ls-theme-light-green .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-light-green .pager li:hover, .ls-theme-light-green .pager li:focus {
    background-color: #dddddd
}

.ls-theme-light-green .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-light-green .pager li.disabled a:hover, .ls-theme-light-green .pager li.disabled a:focus {
    background: none
}

.ls-theme-light-green .ls-table.ls-bg-header thead {
    background-color: #25b89a
}

.ls-theme-light-green .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-light-green .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-light-green .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-light-green .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-light-green .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-light-green .ls-table thead th a {
    color: black
}

.ls-theme-light-green .ls-table tbody tr:hover {
    background-color: #1d937b;
    background-color: rgba(29, 147, 123, 0.02)
}

.ls-theme-light-green .ls-table tbody a:not([class*="ls-btn"]) {
    color: #25b89a
}

.ls-theme-light-green .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #1d937b;
    background-color: rgba(29, 147, 123, 0.02)
}

.ls-theme-light-green .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-light-green .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-light-green .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #1d937b;
    background-color: rgba(29, 147, 123, 0.7)
}

.ls-theme-light-green .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #1d937b
}

.ls-theme-light-green .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-light-green .ls-lnk-nav:hover {
    color: #1d937b
}

.ls-theme-light-green .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #1d937b;
    border-color: #1d937b
}

.ls-theme-light-green .ls-lnk-nav[class*="ls-ico"]:before {
    color: #25b89a;
    border: 4px solid #25b89a
}

.ls-theme-light-green .ls-dropdown ul a:focus, .ls-theme-light-green .ls-dropdown ul a:hover {
    background-color: #1d937b;
    color: white
}

.ls-theme-light-green .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-light-green .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-light-green .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-light-green .ls-switch-btn input:checked + label span:after {
    background-color: #25b89a
}

.ls-theme-light-green .ls-list-title a {
    color: #25b89a
}

.ls-theme-light-green.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-light-green .is-selected .pika-button {
    color: white;
    background: #1d937b;
    box-shadow: none
}

.ls-theme-light-green .pika-button:hover {
    color: white !important;
    background: #25b89a !important
}

.ls-theme-light-green .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #25b89a
}

.ls-theme-light-green div[data-ls-module="progressBar"] span {
    background-color: #25b89a
}

.ls-theme-light-green .ls-word-dotted {
    border-color: #1d937b
}

.ls-theme-light-green .ls-steps-nav .ls-actived:before {
    border-color: #25b89a
}

.ls-theme-light-green .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #25b89a
}

.ls-theme-light-green .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #25b89a
}

.ls-theme-light-green .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #25b89a;
    color: #25b89a
}

.ls-theme-light-green .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #25b89a
}

.ls-theme-light-green .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #25b89a
}

@media screen and (min-width: 768px) {
    .ls-theme-light-green .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #25b89a;
        color: white
    }
}

.ls-theme-light-green .ls-steps-nav .ls-active .ls-steps-btn {
    background: #25b89a
}

.ls-theme-light-green .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #25b89a
}

.ls-theme-light-green .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-light-green .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-light-green .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #25b89a;
        border-color: #25b89a;
        color: white
    }

    .ls-theme-light-green .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #25b89a
    }
}

.ls-theme-light-green .ls-steps-arrow:before {
    background: #25b89a
}

.ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #e9f7f4;
    border-color: #92dbcc;
    color: #25b89a
}

.ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #92dbcc transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-light-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #e9f7f4 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-light-green hr[data-ls-text] {
    border-color: #1d937b
}

.ls-theme-light-green hr[data-ls-text]:before {
    color: #1d937b
}

.ls-bg-theme-green {
    background-color: #1ab551
}

.ls-theme-green .ls-color-theme, .ls-theme-green .ls-ico-alone, .ls-theme-green .ls-ico-bg:before {
    color: #149040 !important
}

.ls-theme-green p a:not([class*="ls-btn"]), .ls-theme-green .ls-breadcrumb a, .ls-theme-green .hopscotch-bubble a {
    color: #149040
}

.ls-theme-green p a:not([class*="ls-btn"]):hover, .ls-theme-green p a:not([class*="ls-btn"]):focus, .ls-theme-green p a:not([class*="ls-btn"]).ls-active, .ls-theme-green .ls-breadcrumb a:hover, .ls-theme-green .ls-breadcrumb a:focus, .ls-theme-green .ls-breadcrumb a.ls-active, .ls-theme-green .hopscotch-bubble a:hover, .ls-theme-green .hopscotch-bubble a:focus, .ls-theme-green .hopscotch-bubble a.ls-active {
    color: #0f6c30
}

.ls-theme-green .ls-tag-primary {
    background-color: #1ab551
}

.ls-theme-green .ls-background-primary, .ls-theme-green .ls-table .ls-background-primary td {
    background-color: #a8f3c3;
    color: #1ab551
}

.ls-theme-green .ls-user-account {
    background: #169944
}

.ls-theme-green .ls-topbar {
    background-color: #1ab551
}

.ls-theme-green .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #107534
}

.ls-theme-green .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #0a4820
}

.ls-theme-green .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-green .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-green .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-green .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-green .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-green .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-green .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-green .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-green .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-green [class*="ls-go"] {
    background: #149040
}

.ls-theme-green [class*="ls-go"]:hover, .ls-theme-green [class*="ls-go"]:focus {
    background: #169944
}

.ls-theme-green .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-green .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-green .ls-menu a {
    color: #8c8c8c
}

.ls-theme-green .ls-menu a:hover, .ls-theme-green .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-green .ls-sidebar [class*="ls-go"] {
    background: #1ab551
}

.ls-theme-green .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-green .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-green .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-green .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-green .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-green .ls-brand-name {
    background-color: #1ab551
}

.ls-theme-green .ls-area-account[class*="ls-ico"]:before {
    color: #1ab551
}

.ls-theme-green .ls-info-header [class*="ls-title"] {
    color: #1ab551
}

.ls-theme-green .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #149040 !important
}

.ls-theme-green .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-green .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #149040 !important
}

.ls-theme-green .ls-cart-header {
    background-color: #149040;
    background-color: #149040
}

.ls-theme-green [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #149040
}

.ls-theme-green [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-green [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-green [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-green [class*="ls-btn"].ls-btn-danger:active, .ls-theme-green [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-green [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-green [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-green [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-green [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-green [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-green [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-green [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-green [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-green [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-green [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-green [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-green [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-green [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-green [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-green [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-green [class*="ls-btn"].ls-btn-dark:active, .ls-theme-green [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-green [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-green [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-green [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-green [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-green [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-green [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-green [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-green [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-green [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-green [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-green .ls-btn:hover, .ls-theme-green .ls-btn:focus, .ls-theme-green .ls-btn:active, .ls-theme-green .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-green .ls-btn.ls-disabled, .ls-theme-green .ls-btn.ls-disabled:focus, .ls-theme-green .ls-btn.ls-disabled:hover, .ls-theme-green .ls-btn.ls-disabled:active, .ls-theme-green .ls-btn.ls-disabled.ls-active, .ls-theme-green .ls-btn[disabled], .ls-theme-green .ls-btn[disabled]:focus, .ls-theme-green .ls-btn[disabled]:hover, .ls-theme-green .ls-btn[disabled]:active, .ls-theme-green .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-green .ls-btn-primary {
    background: #149040;
    border-color: #127e38;
    color: white
}

.ls-theme-green .ls-btn-primary:hover, .ls-theme-green .ls-btn-primary:focus, .ls-theme-green .ls-btn-primary:active, .ls-theme-green .ls-btn-primary.ls-active {
    background: #0f6c30;
    border-color: #0f6c30;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-green .ls-btn-primary.ls-disabled, .ls-theme-green .ls-btn-primary.ls-disabled:focus, .ls-theme-green .ls-btn-primary.ls-disabled:hover, .ls-theme-green .ls-btn-primary.ls-disabled:active, .ls-theme-green .ls-btn-primary.ls-disabled.ls-active, .ls-theme-green .ls-btn-primary[disabled], .ls-theme-green .ls-btn-primary[disabled]:focus, .ls-theme-green .ls-btn-primary[disabled]:hover, .ls-theme-green .ls-btn-primary[disabled]:active, .ls-theme-green .ls-btn-primary[disabled].ls-active {
    background: #75d296;
    border-color: #8cdaa8
}

.ls-theme-green .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-green .ls-collapse .ls-collapse-header:before {
    color: #1ab551;
    border: 3px solid #1ab551
}

.ls-theme-green [class*="ls-pagination"] li.ls-active {
    background-color: #149040;
    border-color: #149040
}

.ls-theme-green .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-green .pager li:hover, .ls-theme-green .pager li:focus {
    background-color: #dddddd
}

.ls-theme-green .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-green .pager li.disabled a:hover, .ls-theme-green .pager li.disabled a:focus {
    background: none
}

.ls-theme-green .ls-table.ls-bg-header thead {
    background-color: #1ab551
}

.ls-theme-green .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-green .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-green .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-green .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-green .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-green .ls-table thead th a {
    color: black
}

.ls-theme-green .ls-table tbody tr:hover {
    background-color: #149040;
    background-color: rgba(20, 144, 64, 0.02)
}

.ls-theme-green .ls-table tbody a:not([class*="ls-btn"]) {
    color: #1ab551
}

.ls-theme-green .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #149040;
    background-color: rgba(20, 144, 64, 0.02)
}

.ls-theme-green .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-green .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-green .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #149040;
    background-color: rgba(20, 144, 64, 0.7)
}

.ls-theme-green .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #149040
}

.ls-theme-green .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-green .ls-lnk-nav:hover {
    color: #149040
}

.ls-theme-green .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #149040;
    border-color: #149040
}

.ls-theme-green .ls-lnk-nav[class*="ls-ico"]:before {
    color: #1ab551;
    border: 4px solid #1ab551
}

.ls-theme-green .ls-dropdown ul a:focus, .ls-theme-green .ls-dropdown ul a:hover {
    background-color: #149040;
    color: white
}

.ls-theme-green .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-green .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-green .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-green .ls-switch-btn input:checked + label span:after {
    background-color: #1ab551
}

.ls-theme-green .ls-list-title a {
    color: #1ab551
}

.ls-theme-green.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-green .is-selected .pika-button {
    color: white;
    background: #149040;
    box-shadow: none
}

.ls-theme-green .pika-button:hover {
    color: white !important;
    background: #1ab551 !important
}

.ls-theme-green .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #1ab551
}

.ls-theme-green div[data-ls-module="progressBar"] span {
    background-color: #1ab551
}

.ls-theme-green .ls-word-dotted {
    border-color: #149040
}

.ls-theme-green .ls-steps-nav .ls-actived:before {
    border-color: #1ab551
}

.ls-theme-green .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #1ab551
}

.ls-theme-green .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #1ab551
}

.ls-theme-green .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #1ab551;
    color: #1ab551
}

.ls-theme-green .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #1ab551
}

.ls-theme-green .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #1ab551
}

@media screen and (min-width: 768px) {
    .ls-theme-green .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #1ab551;
        color: white
    }
}

.ls-theme-green .ls-steps-nav .ls-active .ls-steps-btn {
    background: #1ab551
}

.ls-theme-green .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #1ab551
}

.ls-theme-green .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-green .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-green .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #1ab551;
        border-color: #1ab551;
        color: white
    }

    .ls-theme-green .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #1ab551
    }
}

.ls-theme-green .ls-steps-arrow:before {
    background: #1ab551
}

.ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #e8f7ed;
    border-color: #8cdaa8;
    color: #1ab551
}

.ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #8cdaa8 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #e8f7ed transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-green hr[data-ls-text] {
    border-color: #149040
}

.ls-theme-green hr[data-ls-text]:before {
    color: #149040
}

.ls-bg-theme-orange {
    background-color: #ef7736
}

.ls-theme-orange .ls-color-theme, .ls-theme-orange .ls-ico-alone, .ls-theme-orange .ls-ico-bg:before {
    color: #bf5f2b !important
}

.ls-theme-orange p a:not([class*="ls-btn"]), .ls-theme-orange .ls-breadcrumb a, .ls-theme-orange .hopscotch-bubble a {
    color: #bf5f2b
}

.ls-theme-orange p a:not([class*="ls-btn"]):hover, .ls-theme-orange p a:not([class*="ls-btn"]):focus, .ls-theme-orange p a:not([class*="ls-btn"]).ls-active, .ls-theme-orange .ls-breadcrumb a:hover, .ls-theme-orange .ls-breadcrumb a:focus, .ls-theme-orange .ls-breadcrumb a.ls-active, .ls-theme-orange .hopscotch-bubble a:hover, .ls-theme-orange .hopscotch-bubble a:focus, .ls-theme-orange .hopscotch-bubble a.ls-active {
    color: #8f4720
}

.ls-theme-orange .ls-tag-primary {
    background-color: #ef7736
}

.ls-theme-orange .ls-background-primary, .ls-theme-orange .ls-table .ls-background-primary td {
    background-color: #fef7f3;
    color: #ef7736
}

.ls-theme-orange .ls-user-account {
    background: #cb652d
}

.ls-theme-orange .ls-topbar {
    background-color: #ef7736
}

.ls-theme-orange .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #9b4d23
}

.ls-theme-orange .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #5f2f15
}

.ls-theme-orange .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-orange .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-orange .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-orange .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-orange .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-orange .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-orange .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-orange .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-orange .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-orange .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-orange .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-orange .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-orange .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-orange .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-orange [class*="ls-go"] {
    background: #bf5f2b
}

.ls-theme-orange [class*="ls-go"]:hover, .ls-theme-orange [class*="ls-go"]:focus {
    background: #cb652d
}

.ls-theme-orange .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-orange .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-orange .ls-menu a {
    color: #8c8c8c
}

.ls-theme-orange .ls-menu a:hover, .ls-theme-orange .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-orange .ls-sidebar [class*="ls-go"] {
    background: #ef7736
}

.ls-theme-orange .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-orange .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-orange .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-orange .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-orange .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-orange .ls-brand-name {
    background-color: #ef7736
}

.ls-theme-orange .ls-area-account[class*="ls-ico"]:before {
    color: #ef7736
}

.ls-theme-orange .ls-info-header [class*="ls-title"] {
    color: #ef7736
}

.ls-theme-orange .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #bf5f2b !important
}

.ls-theme-orange .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-orange .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #bf5f2b !important
}

.ls-theme-orange .ls-cart-header {
    background-color: #bf5f2b;
    background-color: #bf5f2b
}

.ls-theme-orange [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #bf5f2b
}

.ls-theme-orange [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-orange [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-orange [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-orange [class*="ls-btn"].ls-btn-danger:active, .ls-theme-orange [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-orange [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-orange [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-orange [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-orange [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-orange [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-orange [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-orange [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-orange [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-orange [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-orange [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-orange [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-orange [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-orange [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-orange [class*="ls-btn"].ls-btn-dark:active, .ls-theme-orange [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-orange [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-orange [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-orange [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-orange [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-orange [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-orange [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-orange [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-orange [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-orange [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-orange [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-orange .ls-btn:hover, .ls-theme-orange .ls-btn:focus, .ls-theme-orange .ls-btn:active, .ls-theme-orange .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-orange .ls-btn.ls-disabled, .ls-theme-orange .ls-btn.ls-disabled:focus, .ls-theme-orange .ls-btn.ls-disabled:hover, .ls-theme-orange .ls-btn.ls-disabled:active, .ls-theme-orange .ls-btn.ls-disabled.ls-active, .ls-theme-orange .ls-btn[disabled], .ls-theme-orange .ls-btn[disabled]:focus, .ls-theme-orange .ls-btn[disabled]:hover, .ls-theme-orange .ls-btn[disabled]:active, .ls-theme-orange .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-orange .ls-btn-primary {
    background: #bf5f2b;
    border-color: #a75325;
    color: white
}

.ls-theme-orange .ls-btn-primary:hover, .ls-theme-orange .ls-btn-primary:focus, .ls-theme-orange .ls-btn-primary:active, .ls-theme-orange .ls-btn-primary.ls-active {
    background: #8f4720;
    border-color: #8f4720;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-orange .ls-btn-primary.ls-disabled, .ls-theme-orange .ls-btn-primary.ls-disabled:focus, .ls-theme-orange .ls-btn-primary.ls-disabled:hover, .ls-theme-orange .ls-btn-primary.ls-disabled:active, .ls-theme-orange .ls-btn-primary.ls-disabled.ls-active, .ls-theme-orange .ls-btn-primary[disabled], .ls-theme-orange .ls-btn-primary[disabled]:focus, .ls-theme-orange .ls-btn-primary[disabled]:hover, .ls-theme-orange .ls-btn-primary[disabled]:active, .ls-theme-orange .ls-btn-primary[disabled].ls-active {
    background: #f5ad86;
    border-color: #f7bb9a
}

.ls-theme-orange .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-orange .ls-collapse .ls-collapse-header:before {
    color: #ef7736;
    border: 3px solid #ef7736
}

.ls-theme-orange [class*="ls-pagination"] li.ls-active {
    background-color: #bf5f2b;
    border-color: #bf5f2b
}

.ls-theme-orange .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-orange .pager li:hover, .ls-theme-orange .pager li:focus {
    background-color: #dddddd
}

.ls-theme-orange .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-orange .pager li.disabled a:hover, .ls-theme-orange .pager li.disabled a:focus {
    background: none
}

.ls-theme-orange .ls-table.ls-bg-header thead {
    background-color: #ef7736
}

.ls-theme-orange .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-orange .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-orange .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-orange .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-orange .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-orange .ls-table thead th a {
    color: black
}

.ls-theme-orange .ls-table tbody tr:hover {
    background-color: #bf5f2b;
    background-color: rgba(191, 95, 43, 0.02)
}

.ls-theme-orange .ls-table tbody a:not([class*="ls-btn"]) {
    color: #ef7736
}

.ls-theme-orange .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #bf5f2b;
    background-color: rgba(191, 95, 43, 0.02)
}

.ls-theme-orange .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-orange .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-orange .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #bf5f2b;
    background-color: rgba(191, 95, 43, 0.7)
}

.ls-theme-orange .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #bf5f2b
}

.ls-theme-orange .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-orange .ls-lnk-nav:hover {
    color: #bf5f2b
}

.ls-theme-orange .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #bf5f2b;
    border-color: #bf5f2b
}

.ls-theme-orange .ls-lnk-nav[class*="ls-ico"]:before {
    color: #ef7736;
    border: 4px solid #ef7736
}

.ls-theme-orange .ls-dropdown ul a:focus, .ls-theme-orange .ls-dropdown ul a:hover {
    background-color: #bf5f2b;
    color: white
}

.ls-theme-orange .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-orange .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-orange .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-orange .ls-switch-btn input:checked + label span:after {
    background-color: #ef7736
}

.ls-theme-orange .ls-list-title a {
    color: #ef7736
}

.ls-theme-orange.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-orange .is-selected .pika-button {
    color: white;
    background: #bf5f2b;
    box-shadow: none
}

.ls-theme-orange .pika-button:hover {
    color: white !important;
    background: #ef7736 !important
}

.ls-theme-orange .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #ef7736
}

.ls-theme-orange div[data-ls-module="progressBar"] span {
    background-color: #ef7736
}

.ls-theme-orange .ls-word-dotted {
    border-color: #bf5f2b
}

.ls-theme-orange .ls-steps-nav .ls-actived:before {
    border-color: #ef7736
}

.ls-theme-orange .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #ef7736
}

.ls-theme-orange .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #ef7736
}

.ls-theme-orange .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #ef7736;
    color: #ef7736
}

.ls-theme-orange .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #ef7736
}

.ls-theme-orange .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #ef7736
}

@media screen and (min-width: 768px) {
    .ls-theme-orange .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #ef7736;
        color: white
    }
}

.ls-theme-orange .ls-steps-nav .ls-active .ls-steps-btn {
    background: #ef7736
}

.ls-theme-orange .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #ef7736
}

.ls-theme-orange .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-orange .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-orange .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #ef7736;
        border-color: #ef7736;
        color: white
    }

    .ls-theme-orange .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #ef7736
    }
}

.ls-theme-orange .ls-steps-arrow:before {
    background: #ef7736
}

.ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #fdf1ea;
    border-color: #f7bb9a;
    color: #ef7736
}

.ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #f7bb9a transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-orange .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #fdf1ea transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-orange hr[data-ls-text] {
    border-color: #bf5f2b
}

.ls-theme-orange hr[data-ls-text]:before {
    color: #bf5f2b
}

.ls-bg-theme-wine {
    background-color: #513335
}

.ls-theme-wine .ls-color-theme, .ls-theme-wine .ls-ico-alone, .ls-theme-wine .ls-ico-bg:before {
    color: #40282a !important
}

.ls-theme-wine p a:not([class*="ls-btn"]), .ls-theme-wine .ls-breadcrumb a, .ls-theme-wine .hopscotch-bubble a {
    color: #40282a
}

.ls-theme-wine p a:not([class*="ls-btn"]):hover, .ls-theme-wine p a:not([class*="ls-btn"]):focus, .ls-theme-wine p a:not([class*="ls-btn"]).ls-active, .ls-theme-wine .ls-breadcrumb a:hover, .ls-theme-wine .ls-breadcrumb a:focus, .ls-theme-wine .ls-breadcrumb a.ls-active, .ls-theme-wine .hopscotch-bubble a:hover, .ls-theme-wine .hopscotch-bubble a:focus, .ls-theme-wine .hopscotch-bubble a.ls-active {
    color: #301e1f
}

.ls-theme-wine .ls-tag-primary {
    background-color: #513335
}

.ls-theme-wine .ls-background-primary, .ls-theme-wine .ls-table .ls-background-primary td {
    background-color: #bc9497;
    color: #513335
}

.ls-theme-wine .ls-user-account {
    background: #442b2d
}

.ls-theme-wine .ls-topbar {
    background-color: #513335
}

.ls-theme-wine .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #857071
}

.ls-theme-wine .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #d3cccc
}

.ls-theme-wine .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-wine .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-wine .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-wine .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-wine .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-wine .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-wine .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-wine .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-wine .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-wine .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-wine .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-wine .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-wine .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-wine .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-wine [class*="ls-go"] {
    background: #40282a
}

.ls-theme-wine [class*="ls-go"]:hover, .ls-theme-wine [class*="ls-go"]:focus {
    background: #442b2d
}

.ls-theme-wine .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-wine .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-wine .ls-menu a {
    color: #8c8c8c
}

.ls-theme-wine .ls-menu a:hover, .ls-theme-wine .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-wine .ls-sidebar [class*="ls-go"] {
    background: #513335
}

.ls-theme-wine .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-wine .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-wine .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-wine .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-wine .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-wine .ls-brand-name {
    background-color: #513335
}

.ls-theme-wine .ls-area-account[class*="ls-ico"]:before {
    color: #7c6667
}

.ls-theme-wine .ls-info-header [class*="ls-title"] {
    color: #513335
}

.ls-theme-wine .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #40282a !important
}

.ls-theme-wine .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-wine .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #40282a !important
}

.ls-theme-wine .ls-cart-header {
    background-color: #40282a;
    background-color: #40282a
}

.ls-theme-wine [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #40282a
}

.ls-theme-wine [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-wine [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-wine [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-wine [class*="ls-btn"].ls-btn-danger:active, .ls-theme-wine [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-wine [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-wine [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-wine [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-wine [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-wine [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-wine [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-wine [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-wine [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-wine [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-wine [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-wine [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-wine [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-wine [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-wine [class*="ls-btn"].ls-btn-dark:active, .ls-theme-wine [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-wine [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-wine [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-wine [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-wine [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-wine [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-wine [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-wine [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-wine [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-wine [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-wine [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-wine .ls-btn:hover, .ls-theme-wine .ls-btn:focus, .ls-theme-wine .ls-btn:active, .ls-theme-wine .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-wine .ls-btn.ls-disabled, .ls-theme-wine .ls-btn.ls-disabled:focus, .ls-theme-wine .ls-btn.ls-disabled:hover, .ls-theme-wine .ls-btn.ls-disabled:active, .ls-theme-wine .ls-btn.ls-disabled.ls-active, .ls-theme-wine .ls-btn[disabled], .ls-theme-wine .ls-btn[disabled]:focus, .ls-theme-wine .ls-btn[disabled]:hover, .ls-theme-wine .ls-btn[disabled]:active, .ls-theme-wine .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-wine .ls-btn-primary {
    background: #40282a;
    border-color: #382325;
    color: white
}

.ls-theme-wine .ls-btn-primary:hover, .ls-theme-wine .ls-btn-primary:focus, .ls-theme-wine .ls-btn-primary:active, .ls-theme-wine .ls-btn-primary.ls-active {
    background: #301e1f;
    border-color: #301e1f;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-wine .ls-btn-primary.ls-disabled, .ls-theme-wine .ls-btn-primary.ls-disabled:focus, .ls-theme-wine .ls-btn-primary.ls-disabled:hover, .ls-theme-wine .ls-btn-primary.ls-disabled:active, .ls-theme-wine .ls-btn-primary.ls-disabled.ls-active, .ls-theme-wine .ls-btn-primary[disabled], .ls-theme-wine .ls-btn-primary[disabled]:focus, .ls-theme-wine .ls-btn-primary[disabled]:hover, .ls-theme-wine .ls-btn-primary[disabled]:active, .ls-theme-wine .ls-btn-primary[disabled].ls-active {
    background: #968485;
    border-color: #a8999a
}

.ls-theme-wine .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-wine .ls-collapse .ls-collapse-header:before {
    color: #513335;
    border: 3px solid #513335
}

.ls-theme-wine [class*="ls-pagination"] li.ls-active {
    background-color: #40282a;
    border-color: #40282a
}

.ls-theme-wine .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-wine .pager li:hover, .ls-theme-wine .pager li:focus {
    background-color: #dddddd
}

.ls-theme-wine .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-wine .pager li.disabled a:hover, .ls-theme-wine .pager li.disabled a:focus {
    background: none
}

.ls-theme-wine .ls-table.ls-bg-header thead {
    background-color: #513335
}

.ls-theme-wine .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-wine .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-wine .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-wine .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-wine .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-wine .ls-table thead th a {
    color: black
}

.ls-theme-wine .ls-table tbody tr:hover {
    background-color: #40282a;
    background-color: rgba(64, 40, 42, 0.02)
}

.ls-theme-wine .ls-table tbody a:not([class*="ls-btn"]) {
    color: #513335
}

.ls-theme-wine .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #40282a;
    background-color: rgba(64, 40, 42, 0.02)
}

.ls-theme-wine .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-wine .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-wine .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #40282a;
    background-color: rgba(64, 40, 42, 0.7)
}

.ls-theme-wine .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #40282a
}

.ls-theme-wine .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-wine .ls-lnk-nav:hover {
    color: #40282a
}

.ls-theme-wine .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #40282a;
    border-color: #40282a
}

.ls-theme-wine .ls-lnk-nav[class*="ls-ico"]:before {
    color: #513335;
    border: 4px solid #513335
}

.ls-theme-wine .ls-dropdown ul a:focus, .ls-theme-wine .ls-dropdown ul a:hover {
    background-color: #40282a;
    color: white
}

.ls-theme-wine .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-wine .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-wine .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-wine .ls-switch-btn input:checked + label span:after {
    background-color: #513335
}

.ls-theme-wine .ls-list-title a {
    color: #513335
}

.ls-theme-wine.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-wine .is-selected .pika-button {
    color: white;
    background: #40282a;
    box-shadow: none
}

.ls-theme-wine .pika-button:hover {
    color: white !important;
    background: #513335 !important
}

.ls-theme-wine .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #513335
}

.ls-theme-wine div[data-ls-module="progressBar"] span {
    background-color: #513335
}

.ls-theme-wine .ls-word-dotted {
    border-color: #40282a
}

.ls-theme-wine .ls-steps-nav .ls-actived:before {
    border-color: #513335
}

.ls-theme-wine .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #513335
}

.ls-theme-wine .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #513335
}

.ls-theme-wine .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #513335;
    color: #513335
}

.ls-theme-wine .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #513335
}

.ls-theme-wine .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #513335
}

@media screen and (min-width: 768px) {
    .ls-theme-wine .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #513335;
        color: white
    }
}

.ls-theme-wine .ls-steps-nav .ls-active .ls-steps-btn {
    background: #513335
}

.ls-theme-wine .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #513335
}

.ls-theme-wine .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-wine .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-wine .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #513335;
        border-color: #513335;
        color: white
    }

    .ls-theme-wine .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #513335
    }
}

.ls-theme-wine .ls-steps-arrow:before {
    background: #513335
}

.ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #edeaea;
    border-color: #a8999a;
    color: #513335
}

.ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #a8999a transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-wine .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #edeaea transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-wine hr[data-ls-text] {
    border-color: #40282a
}

.ls-theme-wine hr[data-ls-text]:before {
    color: #40282a
}

.ls-bg-theme-cyanogen {
    background-color: #00c9f5
}

.ls-theme-cyanogen .ls-color-theme, .ls-theme-cyanogen .ls-ico-alone, .ls-theme-cyanogen .ls-ico-bg:before {
    color: #00a0c4 !important
}

.ls-theme-cyanogen p a:not([class*="ls-btn"]), .ls-theme-cyanogen .ls-breadcrumb a, .ls-theme-cyanogen .hopscotch-bubble a {
    color: #00a0c4
}

.ls-theme-cyanogen p a:not([class*="ls-btn"]):hover, .ls-theme-cyanogen p a:not([class*="ls-btn"]):focus, .ls-theme-cyanogen p a:not([class*="ls-btn"]).ls-active, .ls-theme-cyanogen .ls-breadcrumb a:hover, .ls-theme-cyanogen .ls-breadcrumb a:focus, .ls-theme-cyanogen .ls-breadcrumb a.ls-active, .ls-theme-cyanogen .hopscotch-bubble a:hover, .ls-theme-cyanogen .hopscotch-bubble a:focus, .ls-theme-cyanogen .hopscotch-bubble a.ls-active {
    color: #007893
}

.ls-theme-cyanogen .ls-tag-primary {
    background-color: #00c9f5
}

.ls-theme-cyanogen .ls-background-primary, .ls-theme-cyanogen .ls-table .ls-background-primary td {
    background-color: #c2f4ff;
    color: #00c9f5
}

.ls-theme-cyanogen .ls-user-account {
    background: #00aad0
}

.ls-theme-cyanogen .ls-topbar {
    background-color: #00c9f5
}

.ls-theme-cyanogen .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #00829f
}

.ls-theme-cyanogen .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #005062
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-cyanogen .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-cyanogen [class*="ls-go"] {
    background: #00a0c4
}

.ls-theme-cyanogen [class*="ls-go"]:hover, .ls-theme-cyanogen [class*="ls-go"]:focus {
    background: #00aad0
}

.ls-theme-cyanogen .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-cyanogen .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-cyanogen .ls-menu a {
    color: #8c8c8c
}

.ls-theme-cyanogen .ls-menu a:hover, .ls-theme-cyanogen .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-cyanogen .ls-sidebar [class*="ls-go"] {
    background: #00c9f5
}

.ls-theme-cyanogen .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-cyanogen .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-cyanogen .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-cyanogen .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-cyanogen .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-cyanogen .ls-brand-name {
    background-color: #00c9f5
}

.ls-theme-cyanogen .ls-area-account[class*="ls-ico"]:before {
    color: #00c9f5
}

.ls-theme-cyanogen .ls-info-header [class*="ls-title"] {
    color: #00c9f5
}

.ls-theme-cyanogen .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #00a0c4 !important
}

.ls-theme-cyanogen .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-cyanogen .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #00a0c4 !important
}

.ls-theme-cyanogen .ls-cart-header {
    background-color: #00a0c4;
    background-color: #00a0c4
}

.ls-theme-cyanogen [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #00a0c4
}

.ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger:active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark:active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-cyanogen [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-cyanogen .ls-btn:hover, .ls-theme-cyanogen .ls-btn:focus, .ls-theme-cyanogen .ls-btn:active, .ls-theme-cyanogen .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-cyanogen .ls-btn.ls-disabled, .ls-theme-cyanogen .ls-btn.ls-disabled:focus, .ls-theme-cyanogen .ls-btn.ls-disabled:hover, .ls-theme-cyanogen .ls-btn.ls-disabled:active, .ls-theme-cyanogen .ls-btn.ls-disabled.ls-active, .ls-theme-cyanogen .ls-btn[disabled], .ls-theme-cyanogen .ls-btn[disabled]:focus, .ls-theme-cyanogen .ls-btn[disabled]:hover, .ls-theme-cyanogen .ls-btn[disabled]:active, .ls-theme-cyanogen .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-cyanogen .ls-btn-primary {
    background: #00a0c4;
    border-color: #008cab;
    color: white
}

.ls-theme-cyanogen .ls-btn-primary:hover, .ls-theme-cyanogen .ls-btn-primary:focus, .ls-theme-cyanogen .ls-btn-primary:active, .ls-theme-cyanogen .ls-btn-primary.ls-active {
    background: #007893;
    border-color: #007893;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-cyanogen .ls-btn-primary.ls-disabled, .ls-theme-cyanogen .ls-btn-primary.ls-disabled:focus, .ls-theme-cyanogen .ls-btn-primary.ls-disabled:hover, .ls-theme-cyanogen .ls-btn-primary.ls-disabled:active, .ls-theme-cyanogen .ls-btn-primary.ls-disabled.ls-active, .ls-theme-cyanogen .ls-btn-primary[disabled], .ls-theme-cyanogen .ls-btn-primary[disabled]:focus, .ls-theme-cyanogen .ls-btn-primary[disabled]:hover, .ls-theme-cyanogen .ls-btn-primary[disabled]:active, .ls-theme-cyanogen .ls-btn-primary[disabled].ls-active {
    background: #66def9;
    border-color: #7fe4fa
}

.ls-theme-cyanogen .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-cyanogen .ls-collapse .ls-collapse-header:before {
    color: #00c9f5;
    border: 3px solid #00c9f5
}

.ls-theme-cyanogen [class*="ls-pagination"] li.ls-active {
    background-color: #00a0c4;
    border-color: #00a0c4
}

.ls-theme-cyanogen .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-cyanogen .pager li:hover, .ls-theme-cyanogen .pager li:focus {
    background-color: #dddddd
}

.ls-theme-cyanogen .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-cyanogen .pager li.disabled a:hover, .ls-theme-cyanogen .pager li.disabled a:focus {
    background: none
}

.ls-theme-cyanogen .ls-table.ls-bg-header thead {
    background-color: #00c9f5
}

.ls-theme-cyanogen .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-cyanogen .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-cyanogen .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-cyanogen .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-cyanogen .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-cyanogen .ls-table thead th a {
    color: black
}

.ls-theme-cyanogen .ls-table tbody tr:hover {
    background-color: #00a0c4;
    background-color: rgba(0, 160, 196, 0.02)
}

.ls-theme-cyanogen .ls-table tbody a:not([class*="ls-btn"]) {
    color: #00c9f5
}

.ls-theme-cyanogen .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #00a0c4;
    background-color: rgba(0, 160, 196, 0.02)
}

.ls-theme-cyanogen .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-cyanogen .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-cyanogen .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #00a0c4;
    background-color: rgba(0, 160, 196, 0.7)
}

.ls-theme-cyanogen .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #00a0c4
}

.ls-theme-cyanogen .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-cyanogen .ls-lnk-nav:hover {
    color: #00a0c4
}

.ls-theme-cyanogen .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #00a0c4;
    border-color: #00a0c4
}

.ls-theme-cyanogen .ls-lnk-nav[class*="ls-ico"]:before {
    color: #00c9f5;
    border: 4px solid #00c9f5
}

.ls-theme-cyanogen .ls-dropdown ul a:focus, .ls-theme-cyanogen .ls-dropdown ul a:hover {
    background-color: #00a0c4;
    color: white
}

.ls-theme-cyanogen .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-cyanogen .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-cyanogen .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-cyanogen .ls-switch-btn input:checked + label span:after {
    background-color: #00c9f5
}

.ls-theme-cyanogen .ls-list-title a {
    color: #00c9f5
}

.ls-theme-cyanogen.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-cyanogen .is-selected .pika-button {
    color: white;
    background: #00a0c4;
    box-shadow: none
}

.ls-theme-cyanogen .pika-button:hover {
    color: white !important;
    background: #00c9f5 !important
}

.ls-theme-cyanogen .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #00c9f5
}

.ls-theme-cyanogen div[data-ls-module="progressBar"] span {
    background-color: #00c9f5
}

.ls-theme-cyanogen .ls-word-dotted {
    border-color: #00a0c4
}

.ls-theme-cyanogen .ls-steps-nav .ls-actived:before {
    border-color: #00c9f5
}

.ls-theme-cyanogen .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #00c9f5
}

.ls-theme-cyanogen .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #00c9f5
}

.ls-theme-cyanogen .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #00c9f5;
    color: #00c9f5
}

.ls-theme-cyanogen .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #00c9f5
}

.ls-theme-cyanogen .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #00c9f5
}

@media screen and (min-width: 768px) {
    .ls-theme-cyanogen .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #00c9f5;
        color: white
    }
}

.ls-theme-cyanogen .ls-steps-nav .ls-active .ls-steps-btn {
    background: #00c9f5
}

.ls-theme-cyanogen .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #00c9f5
}

.ls-theme-cyanogen .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-cyanogen .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-cyanogen .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #00c9f5;
        border-color: #00c9f5;
        color: white
    }

    .ls-theme-cyanogen .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #00c9f5
    }
}

.ls-theme-cyanogen .ls-steps-arrow:before {
    background: #00c9f5
}

.ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #e5f9fe;
    border-color: #7fe4fa;
    color: #00c9f5
}

.ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #7fe4fa transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-cyanogen .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #e5f9fe transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-cyanogen hr[data-ls-text] {
    border-color: #00a0c4
}

.ls-theme-cyanogen hr[data-ls-text]:before {
    color: #00a0c4
}

.ls-bg-theme-light-red {
    background-color: #ef1e37
}

.ls-theme-light-red .ls-color-theme, .ls-theme-light-red .ls-ico-alone, .ls-theme-light-red .ls-ico-bg:before {
    color: #bf182c !important
}

.ls-theme-light-red p a:not([class*="ls-btn"]), .ls-theme-light-red .ls-breadcrumb a, .ls-theme-light-red .hopscotch-bubble a {
    color: #bf182c
}

.ls-theme-light-red p a:not([class*="ls-btn"]):hover, .ls-theme-light-red p a:not([class*="ls-btn"]):focus, .ls-theme-light-red p a:not([class*="ls-btn"]).ls-active, .ls-theme-light-red .ls-breadcrumb a:hover, .ls-theme-light-red .ls-breadcrumb a:focus, .ls-theme-light-red .ls-breadcrumb a.ls-active, .ls-theme-light-red .hopscotch-bubble a:hover, .ls-theme-light-red .hopscotch-bubble a:focus, .ls-theme-light-red .hopscotch-bubble a.ls-active {
    color: #8f1221
}

.ls-theme-light-red .ls-tag-primary {
    background-color: #ef1e37
}

.ls-theme-light-red .ls-background-primary, .ls-theme-light-red .ls-table .ls-background-primary td {
    background-color: #fddce0;
    color: #ef1e37
}

.ls-theme-light-red .ls-user-account {
    background: #cb192e
}

.ls-theme-light-red .ls-topbar {
    background-color: #ef1e37
}

.ls-theme-light-red .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #9b1323
}

.ls-theme-light-red .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #5f0c16
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-light-red .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-light-red [class*="ls-go"] {
    background: #bf182c
}

.ls-theme-light-red [class*="ls-go"]:hover, .ls-theme-light-red [class*="ls-go"]:focus {
    background: #cb192e
}

.ls-theme-light-red .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-light-red .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-light-red .ls-menu a {
    color: #8c8c8c
}

.ls-theme-light-red .ls-menu a:hover, .ls-theme-light-red .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-light-red .ls-sidebar [class*="ls-go"] {
    background: #ef1e37
}

.ls-theme-light-red .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-light-red .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-light-red .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-light-red .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-light-red .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-light-red .ls-brand-name {
    background-color: #ef1e37
}

.ls-theme-light-red .ls-area-account[class*="ls-ico"]:before {
    color: #ef1e37
}

.ls-theme-light-red .ls-info-header [class*="ls-title"] {
    color: #ef1e37
}

.ls-theme-light-red .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #bf182c !important
}

.ls-theme-light-red .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-light-red .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #bf182c !important
}

.ls-theme-light-red .ls-cart-header {
    background-color: #bf182c;
    background-color: #bf182c
}

.ls-theme-light-red [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #bf182c
}

.ls-theme-light-red [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-light-red [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-light-red [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-light-red [class*="ls-btn"].ls-btn-danger:active, .ls-theme-light-red [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-light-red [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-light-red [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-light-red [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-light-red [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-light-red [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-light-red [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-light-red [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-light-red [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-light-red [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-light-red [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-light-red [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-light-red [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-light-red [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-light-red [class*="ls-btn"].ls-btn-dark:active, .ls-theme-light-red [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-light-red [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-light-red [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-light-red [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-light-red [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-light-red [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-light-red [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-light-red [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-light-red [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-light-red [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-light-red [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-light-red .ls-btn:hover, .ls-theme-light-red .ls-btn:focus, .ls-theme-light-red .ls-btn:active, .ls-theme-light-red .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-light-red .ls-btn.ls-disabled, .ls-theme-light-red .ls-btn.ls-disabled:focus, .ls-theme-light-red .ls-btn.ls-disabled:hover, .ls-theme-light-red .ls-btn.ls-disabled:active, .ls-theme-light-red .ls-btn.ls-disabled.ls-active, .ls-theme-light-red .ls-btn[disabled], .ls-theme-light-red .ls-btn[disabled]:focus, .ls-theme-light-red .ls-btn[disabled]:hover, .ls-theme-light-red .ls-btn[disabled]:active, .ls-theme-light-red .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-light-red .ls-btn-primary {
    background: #bf182c;
    border-color: #a71526;
    color: white
}

.ls-theme-light-red .ls-btn-primary:hover, .ls-theme-light-red .ls-btn-primary:focus, .ls-theme-light-red .ls-btn-primary:active, .ls-theme-light-red .ls-btn-primary.ls-active {
    background: #8f1221;
    border-color: #8f1221;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-light-red .ls-btn-primary.ls-disabled, .ls-theme-light-red .ls-btn-primary.ls-disabled:focus, .ls-theme-light-red .ls-btn-primary.ls-disabled:hover, .ls-theme-light-red .ls-btn-primary.ls-disabled:active, .ls-theme-light-red .ls-btn-primary.ls-disabled.ls-active, .ls-theme-light-red .ls-btn-primary[disabled], .ls-theme-light-red .ls-btn-primary[disabled]:focus, .ls-theme-light-red .ls-btn-primary[disabled]:hover, .ls-theme-light-red .ls-btn-primary[disabled]:active, .ls-theme-light-red .ls-btn-primary[disabled].ls-active {
    background: #f57887;
    border-color: #f78e9b
}

.ls-theme-light-red .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-light-red .ls-collapse .ls-collapse-header:before {
    color: #ef1e37;
    border: 3px solid #ef1e37
}

.ls-theme-light-red [class*="ls-pagination"] li.ls-active {
    background-color: #bf182c;
    border-color: #bf182c
}

.ls-theme-light-red .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-light-red .pager li:hover, .ls-theme-light-red .pager li:focus {
    background-color: #dddddd
}

.ls-theme-light-red .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-light-red .pager li.disabled a:hover, .ls-theme-light-red .pager li.disabled a:focus {
    background: none
}

.ls-theme-light-red .ls-table.ls-bg-header thead {
    background-color: #ef1e37
}

.ls-theme-light-red .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-light-red .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-light-red .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-light-red .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-light-red .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-light-red .ls-table thead th a {
    color: black
}

.ls-theme-light-red .ls-table tbody tr:hover {
    background-color: #bf182c;
    background-color: rgba(191, 24, 44, 0.02)
}

.ls-theme-light-red .ls-table tbody a:not([class*="ls-btn"]) {
    color: #ef1e37
}

.ls-theme-light-red .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #bf182c;
    background-color: rgba(191, 24, 44, 0.02)
}

.ls-theme-light-red .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-light-red .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-light-red .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #bf182c;
    background-color: rgba(191, 24, 44, 0.7)
}

.ls-theme-light-red .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #bf182c
}

.ls-theme-light-red .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-light-red .ls-lnk-nav:hover {
    color: #bf182c
}

.ls-theme-light-red .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #bf182c;
    border-color: #bf182c
}

.ls-theme-light-red .ls-lnk-nav[class*="ls-ico"]:before {
    color: #ef1e37;
    border: 4px solid #ef1e37
}

.ls-theme-light-red .ls-dropdown ul a:focus, .ls-theme-light-red .ls-dropdown ul a:hover {
    background-color: #bf182c;
    color: white
}

.ls-theme-light-red .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-light-red .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-light-red .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-light-red .ls-switch-btn input:checked + label span:after {
    background-color: #ef1e37
}

.ls-theme-light-red .ls-list-title a {
    color: #ef1e37
}

.ls-theme-light-red.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-light-red .is-selected .pika-button {
    color: white;
    background: #bf182c;
    box-shadow: none
}

.ls-theme-light-red .pika-button:hover {
    color: white !important;
    background: #ef1e37 !important
}

.ls-theme-light-red .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #ef1e37
}

.ls-theme-light-red div[data-ls-module="progressBar"] span {
    background-color: #ef1e37
}

.ls-theme-light-red .ls-word-dotted {
    border-color: #bf182c
}

.ls-theme-light-red .ls-steps-nav .ls-actived:before {
    border-color: #ef1e37
}

.ls-theme-light-red .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #ef1e37
}

.ls-theme-light-red .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #ef1e37
}

.ls-theme-light-red .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #ef1e37;
    color: #ef1e37
}

.ls-theme-light-red .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #ef1e37
}

.ls-theme-light-red .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #ef1e37
}

@media screen and (min-width: 768px) {
    .ls-theme-light-red .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #ef1e37;
        color: white
    }
}

.ls-theme-light-red .ls-steps-nav .ls-active .ls-steps-btn {
    background: #ef1e37
}

.ls-theme-light-red .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #ef1e37
}

.ls-theme-light-red .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-light-red .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-light-red .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #ef1e37;
        border-color: #ef1e37;
        color: white
    }

    .ls-theme-light-red .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #ef1e37
    }
}

.ls-theme-light-red .ls-steps-arrow:before {
    background: #ef1e37
}

.ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #fde8eb;
    border-color: #f78e9b;
    color: #ef1e37
}

.ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #f78e9b transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-light-red .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #fde8eb transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-light-red hr[data-ls-text] {
    border-color: #bf182c
}

.ls-theme-light-red hr[data-ls-text]:before {
    color: #bf182c
}

.ls-bg-theme-moss {
    background-color: #679511
}

.ls-theme-moss .ls-color-theme, .ls-theme-moss .ls-ico-alone, .ls-theme-moss .ls-ico-bg:before {
    color: #52770d !important
}

.ls-theme-moss p a:not([class*="ls-btn"]), .ls-theme-moss .ls-breadcrumb a, .ls-theme-moss .hopscotch-bubble a {
    color: #52770d
}

.ls-theme-moss p a:not([class*="ls-btn"]):hover, .ls-theme-moss p a:not([class*="ls-btn"]):focus, .ls-theme-moss p a:not([class*="ls-btn"]).ls-active, .ls-theme-moss .ls-breadcrumb a:hover, .ls-theme-moss .ls-breadcrumb a:focus, .ls-theme-moss .ls-breadcrumb a.ls-active, .ls-theme-moss .hopscotch-bubble a:hover, .ls-theme-moss .hopscotch-bubble a:focus, .ls-theme-moss .hopscotch-bubble a.ls-active {
    color: #3d590a
}

.ls-theme-moss .ls-tag-primary {
    background-color: #679511
}

.ls-theme-moss .ls-background-primary, .ls-theme-moss .ls-table .ls-background-primary td {
    background-color: #caf181;
    color: #679511
}

.ls-theme-moss .ls-user-account {
    background: #577e0e
}

.ls-theme-moss .ls-topbar {
    background-color: #679511
}

.ls-theme-moss .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #94b458
}

.ls-theme-moss .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #d9e4c3
}

.ls-theme-moss .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-moss .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-moss .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-moss .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-moss .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-moss .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-moss .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-moss .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-moss .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-moss .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-moss .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-moss .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-moss .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-moss .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-moss [class*="ls-go"] {
    background: #52770d
}

.ls-theme-moss [class*="ls-go"]:hover, .ls-theme-moss [class*="ls-go"]:focus {
    background: #577e0e
}

.ls-theme-moss .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-moss .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-moss .ls-menu a {
    color: #8c8c8c
}

.ls-theme-moss .ls-menu a:hover, .ls-theme-moss .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-moss .ls-sidebar [class*="ls-go"] {
    background: #679511
}

.ls-theme-moss .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-moss .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-moss .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-moss .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-moss .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-moss .ls-brand-name {
    background-color: #679511
}

.ls-theme-moss .ls-area-account[class*="ls-ico"]:before {
    color: #679511
}

.ls-theme-moss .ls-info-header [class*="ls-title"] {
    color: #679511
}

.ls-theme-moss .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #52770d !important
}

.ls-theme-moss .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-moss .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #52770d !important
}

.ls-theme-moss .ls-cart-header {
    background-color: #52770d;
    background-color: #52770d
}

.ls-theme-moss [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #52770d
}

.ls-theme-moss [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-moss [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-moss [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-moss [class*="ls-btn"].ls-btn-danger:active, .ls-theme-moss [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-moss [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-moss [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-moss [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-moss [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-moss [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-moss [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-moss [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-moss [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-moss [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-moss [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-moss [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-moss [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-moss [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-moss [class*="ls-btn"].ls-btn-dark:active, .ls-theme-moss [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-moss [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-moss [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-moss [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-moss [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-moss [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-moss [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-moss [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-moss [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-moss [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-moss [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-moss .ls-btn:hover, .ls-theme-moss .ls-btn:focus, .ls-theme-moss .ls-btn:active, .ls-theme-moss .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-moss .ls-btn.ls-disabled, .ls-theme-moss .ls-btn.ls-disabled:focus, .ls-theme-moss .ls-btn.ls-disabled:hover, .ls-theme-moss .ls-btn.ls-disabled:active, .ls-theme-moss .ls-btn.ls-disabled.ls-active, .ls-theme-moss .ls-btn[disabled], .ls-theme-moss .ls-btn[disabled]:focus, .ls-theme-moss .ls-btn[disabled]:hover, .ls-theme-moss .ls-btn[disabled]:active, .ls-theme-moss .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-moss .ls-btn-primary {
    background: #52770d;
    border-color: #48680b;
    color: white
}

.ls-theme-moss .ls-btn-primary:hover, .ls-theme-moss .ls-btn-primary:focus, .ls-theme-moss .ls-btn-primary:active, .ls-theme-moss .ls-btn-primary.ls-active {
    background: #3d590a;
    border-color: #3d590a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-moss .ls-btn-primary.ls-disabled, .ls-theme-moss .ls-btn-primary.ls-disabled:focus, .ls-theme-moss .ls-btn-primary.ls-disabled:hover, .ls-theme-moss .ls-btn-primary.ls-disabled:active, .ls-theme-moss .ls-btn-primary.ls-disabled.ls-active, .ls-theme-moss .ls-btn-primary[disabled], .ls-theme-moss .ls-btn-primary[disabled]:focus, .ls-theme-moss .ls-btn-primary[disabled]:hover, .ls-theme-moss .ls-btn-primary[disabled]:active, .ls-theme-moss .ls-btn-primary[disabled].ls-active {
    background: #a3bf70;
    border-color: #b3ca88
}

.ls-theme-moss .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-moss .ls-collapse .ls-collapse-header:before {
    color: #679511;
    border: 3px solid #679511
}

.ls-theme-moss [class*="ls-pagination"] li.ls-active {
    background-color: #52770d;
    border-color: #52770d
}

.ls-theme-moss .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-moss .pager li:hover, .ls-theme-moss .pager li:focus {
    background-color: #dddddd
}

.ls-theme-moss .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-moss .pager li.disabled a:hover, .ls-theme-moss .pager li.disabled a:focus {
    background: none
}

.ls-theme-moss .ls-table.ls-bg-header thead {
    background-color: #679511
}

.ls-theme-moss .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-moss .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-moss .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-moss .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-moss .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-moss .ls-table thead th a {
    color: black
}

.ls-theme-moss .ls-table tbody tr:hover {
    background-color: #52770d;
    background-color: rgba(82, 119, 13, 0.02)
}

.ls-theme-moss .ls-table tbody a:not([class*="ls-btn"]) {
    color: #679511
}

.ls-theme-moss .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #52770d;
    background-color: rgba(82, 119, 13, 0.02)
}

.ls-theme-moss .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-moss .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-moss .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #52770d;
    background-color: rgba(82, 119, 13, 0.7)
}

.ls-theme-moss .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #52770d
}

.ls-theme-moss .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-moss .ls-lnk-nav:hover {
    color: #52770d
}

.ls-theme-moss .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #52770d;
    border-color: #52770d
}

.ls-theme-moss .ls-lnk-nav[class*="ls-ico"]:before {
    color: #679511;
    border: 4px solid #679511
}

.ls-theme-moss .ls-dropdown ul a:focus, .ls-theme-moss .ls-dropdown ul a:hover {
    background-color: #52770d;
    color: white
}

.ls-theme-moss .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-moss .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-moss .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-moss .ls-switch-btn input:checked + label span:after {
    background-color: #679511
}

.ls-theme-moss .ls-list-title a {
    color: #679511
}

.ls-theme-moss.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-moss .is-selected .pika-button {
    color: white;
    background: #52770d;
    box-shadow: none
}

.ls-theme-moss .pika-button:hover {
    color: white !important;
    background: #679511 !important
}

.ls-theme-moss .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #679511
}

.ls-theme-moss div[data-ls-module="progressBar"] span {
    background-color: #679511
}

.ls-theme-moss .ls-word-dotted {
    border-color: #52770d
}

.ls-theme-moss .ls-steps-nav .ls-actived:before {
    border-color: #679511
}

.ls-theme-moss .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #679511
}

.ls-theme-moss .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #679511
}

.ls-theme-moss .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #679511;
    color: #679511
}

.ls-theme-moss .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #679511
}

.ls-theme-moss .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #679511
}

@media screen and (min-width: 768px) {
    .ls-theme-moss .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #679511;
        color: white
    }
}

.ls-theme-moss .ls-steps-nav .ls-active .ls-steps-btn {
    background: #679511
}

.ls-theme-moss .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #679511
}

.ls-theme-moss .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-moss .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-moss .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #679511;
        border-color: #679511;
        color: white
    }

    .ls-theme-moss .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #679511
    }
}

.ls-theme-moss .ls-steps-arrow:before {
    background: #679511
}

.ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #eff4e7;
    border-color: #b3ca88;
    color: #679511
}

.ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #b3ca88 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-moss .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #eff4e7 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-moss hr[data-ls-text] {
    border-color: #52770d
}

.ls-theme-moss hr[data-ls-text]:before {
    color: #52770d
}

.ls-bg-theme-indigo {
    background-color: #00417b
}

.ls-theme-indigo .ls-color-theme, .ls-theme-indigo .ls-ico-alone, .ls-theme-indigo .ls-ico-bg:before {
    color: #003462 !important
}

.ls-theme-indigo p a:not([class*="ls-btn"]), .ls-theme-indigo .ls-breadcrumb a, .ls-theme-indigo .hopscotch-bubble a {
    color: #003462
}

.ls-theme-indigo p a:not([class*="ls-btn"]):hover, .ls-theme-indigo p a:not([class*="ls-btn"]):focus, .ls-theme-indigo p a:not([class*="ls-btn"]).ls-active, .ls-theme-indigo .ls-breadcrumb a:hover, .ls-theme-indigo .ls-breadcrumb a:focus, .ls-theme-indigo .ls-breadcrumb a.ls-active, .ls-theme-indigo .hopscotch-bubble a:hover, .ls-theme-indigo .hopscotch-bubble a:focus, .ls-theme-indigo .hopscotch-bubble a.ls-active {
    color: #002749
}

.ls-theme-indigo .ls-tag-primary {
    background-color: #00417b
}

.ls-theme-indigo .ls-background-primary, .ls-theme-indigo .ls-table .ls-background-primary td {
    background-color: #48a9ff;
    color: #00417b
}

.ls-theme-indigo .ls-user-account {
    background: #003768
}

.ls-theme-indigo .ls-topbar {
    background-color: #00417b
}

.ls-theme-indigo .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #4c7aa2
}

.ls-theme-indigo .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #bfcfde
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-indigo .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-indigo [class*="ls-go"] {
    background: #003462
}

.ls-theme-indigo [class*="ls-go"]:hover, .ls-theme-indigo [class*="ls-go"]:focus {
    background: #003768
}

.ls-theme-indigo .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-indigo .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-indigo .ls-menu a {
    color: #8c8c8c
}

.ls-theme-indigo .ls-menu a:hover, .ls-theme-indigo .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-indigo .ls-sidebar [class*="ls-go"] {
    background: #00417b
}

.ls-theme-indigo .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-indigo .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-indigo .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-indigo .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-indigo .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-indigo .ls-brand-name {
    background-color: #00417b
}

.ls-theme-indigo .ls-area-account[class*="ls-ico"]:before {
    color: #3f709c
}

.ls-theme-indigo .ls-info-header [class*="ls-title"] {
    color: #00417b
}

.ls-theme-indigo .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #003462 !important
}

.ls-theme-indigo .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-indigo .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #003462 !important
}

.ls-theme-indigo .ls-cart-header {
    background-color: #003462;
    background-color: #003462
}

.ls-theme-indigo [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #003462
}

.ls-theme-indigo [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-indigo [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-indigo [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-indigo [class*="ls-btn"].ls-btn-danger:active, .ls-theme-indigo [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-indigo [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-indigo [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-indigo [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-indigo [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-indigo [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-indigo [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-indigo [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-indigo [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-indigo [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-indigo [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-indigo [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-indigo [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-indigo [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-indigo [class*="ls-btn"].ls-btn-dark:active, .ls-theme-indigo [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-indigo [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-indigo [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-indigo [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-indigo [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-indigo [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-indigo [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-indigo [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-indigo [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-indigo [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-indigo [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-indigo .ls-btn:hover, .ls-theme-indigo .ls-btn:focus, .ls-theme-indigo .ls-btn:active, .ls-theme-indigo .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-indigo .ls-btn.ls-disabled, .ls-theme-indigo .ls-btn.ls-disabled:focus, .ls-theme-indigo .ls-btn.ls-disabled:hover, .ls-theme-indigo .ls-btn.ls-disabled:active, .ls-theme-indigo .ls-btn.ls-disabled.ls-active, .ls-theme-indigo .ls-btn[disabled], .ls-theme-indigo .ls-btn[disabled]:focus, .ls-theme-indigo .ls-btn[disabled]:hover, .ls-theme-indigo .ls-btn[disabled]:active, .ls-theme-indigo .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-indigo .ls-btn-primary {
    background: #003462;
    border-color: #002d56;
    color: white
}

.ls-theme-indigo .ls-btn-primary:hover, .ls-theme-indigo .ls-btn-primary:focus, .ls-theme-indigo .ls-btn-primary:active, .ls-theme-indigo .ls-btn-primary.ls-active {
    background: #002749;
    border-color: #002749;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-indigo .ls-btn-primary.ls-disabled, .ls-theme-indigo .ls-btn-primary.ls-disabled:focus, .ls-theme-indigo .ls-btn-primary.ls-disabled:hover, .ls-theme-indigo .ls-btn-primary.ls-disabled:active, .ls-theme-indigo .ls-btn-primary.ls-disabled.ls-active, .ls-theme-indigo .ls-btn-primary[disabled], .ls-theme-indigo .ls-btn-primary[disabled]:focus, .ls-theme-indigo .ls-btn-primary[disabled]:hover, .ls-theme-indigo .ls-btn-primary[disabled]:active, .ls-theme-indigo .ls-btn-primary[disabled].ls-active {
    background: #668daf;
    border-color: #7fa0bd
}

.ls-theme-indigo .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-indigo .ls-collapse .ls-collapse-header:before {
    color: #00417b;
    border: 3px solid #00417b
}

.ls-theme-indigo [class*="ls-pagination"] li.ls-active {
    background-color: #003462;
    border-color: #003462
}

.ls-theme-indigo .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-indigo .pager li:hover, .ls-theme-indigo .pager li:focus {
    background-color: #dddddd
}

.ls-theme-indigo .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-indigo .pager li.disabled a:hover, .ls-theme-indigo .pager li.disabled a:focus {
    background: none
}

.ls-theme-indigo .ls-table.ls-bg-header thead {
    background-color: #00417b
}

.ls-theme-indigo .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-indigo .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-indigo .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-indigo .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-indigo .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-indigo .ls-table thead th a {
    color: black
}

.ls-theme-indigo .ls-table tbody tr:hover {
    background-color: #003462;
    background-color: rgba(0, 52, 98, 0.02)
}

.ls-theme-indigo .ls-table tbody a:not([class*="ls-btn"]) {
    color: #00417b
}

.ls-theme-indigo .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #003462;
    background-color: rgba(0, 52, 98, 0.02)
}

.ls-theme-indigo .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-indigo .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-indigo .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #003462;
    background-color: rgba(0, 52, 98, 0.7)
}

.ls-theme-indigo .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #003462
}

.ls-theme-indigo .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-indigo .ls-lnk-nav:hover {
    color: #003462
}

.ls-theme-indigo .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #003462;
    border-color: #003462
}

.ls-theme-indigo .ls-lnk-nav[class*="ls-ico"]:before {
    color: #00417b;
    border: 4px solid #00417b
}

.ls-theme-indigo .ls-dropdown ul a:focus, .ls-theme-indigo .ls-dropdown ul a:hover {
    background-color: #003462;
    color: white
}

.ls-theme-indigo .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-indigo .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-indigo .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-indigo .ls-switch-btn input:checked + label span:after {
    background-color: #00417b
}

.ls-theme-indigo .ls-list-title a {
    color: #00417b
}

.ls-theme-indigo.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-indigo .is-selected .pika-button {
    color: white;
    background: #003462;
    box-shadow: none
}

.ls-theme-indigo .pika-button:hover {
    color: white !important;
    background: #00417b !important
}

.ls-theme-indigo .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #00417b
}

.ls-theme-indigo div[data-ls-module="progressBar"] span {
    background-color: #00417b
}

.ls-theme-indigo .ls-word-dotted {
    border-color: #003462
}

.ls-theme-indigo .ls-steps-nav .ls-actived:before {
    border-color: #00417b
}

.ls-theme-indigo .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #00417b
}

.ls-theme-indigo .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #00417b
}

.ls-theme-indigo .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #00417b;
    color: #00417b
}

.ls-theme-indigo .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #00417b
}

.ls-theme-indigo .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #00417b
}

@media screen and (min-width: 768px) {
    .ls-theme-indigo .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #00417b;
        color: white
    }
}

.ls-theme-indigo .ls-steps-nav .ls-active .ls-steps-btn {
    background: #00417b
}

.ls-theme-indigo .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #00417b
}

.ls-theme-indigo .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-indigo .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-indigo .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #00417b;
        border-color: #00417b;
        color: white
    }

    .ls-theme-indigo .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #00417b
    }
}

.ls-theme-indigo .ls-steps-arrow:before {
    background: #00417b
}

.ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #e5ecf1;
    border-color: #7fa0bd;
    color: #00417b
}

.ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #7fa0bd transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-indigo .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #e5ecf1 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-indigo hr[data-ls-text] {
    border-color: #003462
}

.ls-theme-indigo hr[data-ls-text]:before {
    color: #003462
}

.ls-bg-theme-turquoise {
    background-color: #3b949c
}

.ls-theme-turquoise .ls-color-theme, .ls-theme-turquoise .ls-ico-alone, .ls-theme-turquoise .ls-ico-bg:before {
    color: #2f767c !important
}

.ls-theme-turquoise p a:not([class*="ls-btn"]), .ls-theme-turquoise .ls-breadcrumb a, .ls-theme-turquoise .hopscotch-bubble a {
    color: #2f767c
}

.ls-theme-turquoise p a:not([class*="ls-btn"]):hover, .ls-theme-turquoise p a:not([class*="ls-btn"]):focus, .ls-theme-turquoise p a:not([class*="ls-btn"]).ls-active, .ls-theme-turquoise .ls-breadcrumb a:hover, .ls-theme-turquoise .ls-breadcrumb a:focus, .ls-theme-turquoise .ls-breadcrumb a.ls-active, .ls-theme-turquoise .hopscotch-bubble a:hover, .ls-theme-turquoise .hopscotch-bubble a:focus, .ls-theme-turquoise .hopscotch-bubble a.ls-active {
    color: #23585d
}

.ls-theme-turquoise .ls-tag-primary {
    background-color: #3b949c
}

.ls-theme-turquoise .ls-background-primary, .ls-theme-turquoise .ls-table .ls-background-primary td {
    background-color: #bde3e6;
    color: #3b949c
}

.ls-theme-turquoise .ls-user-account {
    background: #327d84
}

.ls-theme-turquoise .ls-topbar {
    background-color: #3b949c
}

.ls-theme-turquoise .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #266065
}

.ls-theme-turquoise .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #173b3e
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-turquoise .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-turquoise [class*="ls-go"] {
    background: #2f767c
}

.ls-theme-turquoise [class*="ls-go"]:hover, .ls-theme-turquoise [class*="ls-go"]:focus {
    background: #327d84
}

.ls-theme-turquoise .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-turquoise .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-turquoise .ls-menu a {
    color: #8c8c8c
}

.ls-theme-turquoise .ls-menu a:hover, .ls-theme-turquoise .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-turquoise .ls-sidebar [class*="ls-go"] {
    background: #3b949c
}

.ls-theme-turquoise .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-turquoise .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-turquoise .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-turquoise .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-turquoise .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-turquoise .ls-brand-name {
    background-color: #3b949c
}

.ls-theme-turquoise .ls-area-account[class*="ls-ico"]:before {
    color: #3b949c
}

.ls-theme-turquoise .ls-info-header [class*="ls-title"] {
    color: #3b949c
}

.ls-theme-turquoise .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #2f767c !important
}

.ls-theme-turquoise .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-turquoise .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #2f767c !important
}

.ls-theme-turquoise .ls-cart-header {
    background-color: #2f767c;
    background-color: #2f767c
}

.ls-theme-turquoise [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #2f767c
}

.ls-theme-turquoise [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-turquoise [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger:active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-turquoise [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-turquoise [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark:active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-turquoise [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-turquoise [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-turquoise .ls-btn:hover, .ls-theme-turquoise .ls-btn:focus, .ls-theme-turquoise .ls-btn:active, .ls-theme-turquoise .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-turquoise .ls-btn.ls-disabled, .ls-theme-turquoise .ls-btn.ls-disabled:focus, .ls-theme-turquoise .ls-btn.ls-disabled:hover, .ls-theme-turquoise .ls-btn.ls-disabled:active, .ls-theme-turquoise .ls-btn.ls-disabled.ls-active, .ls-theme-turquoise .ls-btn[disabled], .ls-theme-turquoise .ls-btn[disabled]:focus, .ls-theme-turquoise .ls-btn[disabled]:hover, .ls-theme-turquoise .ls-btn[disabled]:active, .ls-theme-turquoise .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-turquoise .ls-btn-primary {
    background: #2f767c;
    border-color: #29676d;
    color: white
}

.ls-theme-turquoise .ls-btn-primary:hover, .ls-theme-turquoise .ls-btn-primary:focus, .ls-theme-turquoise .ls-btn-primary:active, .ls-theme-turquoise .ls-btn-primary.ls-active {
    background: #23585d;
    border-color: #23585d;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-turquoise .ls-btn-primary.ls-disabled, .ls-theme-turquoise .ls-btn-primary.ls-disabled:focus, .ls-theme-turquoise .ls-btn-primary.ls-disabled:hover, .ls-theme-turquoise .ls-btn-primary.ls-disabled:active, .ls-theme-turquoise .ls-btn-primary.ls-disabled.ls-active, .ls-theme-turquoise .ls-btn-primary[disabled], .ls-theme-turquoise .ls-btn-primary[disabled]:focus, .ls-theme-turquoise .ls-btn-primary[disabled]:hover, .ls-theme-turquoise .ls-btn-primary[disabled]:active, .ls-theme-turquoise .ls-btn-primary[disabled].ls-active {
    background: #89bec3;
    border-color: #9dc9cd
}

.ls-theme-turquoise .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-turquoise .ls-collapse .ls-collapse-header:before {
    color: #3b949c;
    border: 3px solid #3b949c
}

.ls-theme-turquoise [class*="ls-pagination"] li.ls-active {
    background-color: #2f767c;
    border-color: #2f767c
}

.ls-theme-turquoise .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-turquoise .pager li:hover, .ls-theme-turquoise .pager li:focus {
    background-color: #dddddd
}

.ls-theme-turquoise .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-turquoise .pager li.disabled a:hover, .ls-theme-turquoise .pager li.disabled a:focus {
    background: none
}

.ls-theme-turquoise .ls-table.ls-bg-header thead {
    background-color: #3b949c
}

.ls-theme-turquoise .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-turquoise .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-turquoise .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-turquoise .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-turquoise .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-turquoise .ls-table thead th a {
    color: black
}

.ls-theme-turquoise .ls-table tbody tr:hover {
    background-color: #2f767c;
    background-color: rgba(47, 118, 124, 0.02)
}

.ls-theme-turquoise .ls-table tbody a:not([class*="ls-btn"]) {
    color: #3b949c
}

.ls-theme-turquoise .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #2f767c;
    background-color: rgba(47, 118, 124, 0.02)
}

.ls-theme-turquoise .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-turquoise .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-turquoise .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #2f767c;
    background-color: rgba(47, 118, 124, 0.7)
}

.ls-theme-turquoise .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #2f767c
}

.ls-theme-turquoise .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-turquoise .ls-lnk-nav:hover {
    color: #2f767c
}

.ls-theme-turquoise .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #2f767c;
    border-color: #2f767c
}

.ls-theme-turquoise .ls-lnk-nav[class*="ls-ico"]:before {
    color: #3b949c;
    border: 4px solid #3b949c
}

.ls-theme-turquoise .ls-dropdown ul a:focus, .ls-theme-turquoise .ls-dropdown ul a:hover {
    background-color: #2f767c;
    color: white
}

.ls-theme-turquoise .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-turquoise .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-turquoise .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-turquoise .ls-switch-btn input:checked + label span:after {
    background-color: #3b949c
}

.ls-theme-turquoise .ls-list-title a {
    color: #3b949c
}

.ls-theme-turquoise.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-turquoise .is-selected .pika-button {
    color: white;
    background: #2f767c;
    box-shadow: none
}

.ls-theme-turquoise .pika-button:hover {
    color: white !important;
    background: #3b949c !important
}

.ls-theme-turquoise .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #3b949c
}

.ls-theme-turquoise div[data-ls-module="progressBar"] span {
    background-color: #3b949c
}

.ls-theme-turquoise .ls-word-dotted {
    border-color: #2f767c
}

.ls-theme-turquoise .ls-steps-nav .ls-actived:before {
    border-color: #3b949c
}

.ls-theme-turquoise .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #3b949c
}

.ls-theme-turquoise .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #3b949c
}

.ls-theme-turquoise .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #3b949c;
    color: #3b949c
}

.ls-theme-turquoise .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #3b949c
}

.ls-theme-turquoise .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #3b949c
}

@media screen and (min-width: 768px) {
    .ls-theme-turquoise .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #3b949c;
        color: white
    }
}

.ls-theme-turquoise .ls-steps-nav .ls-active .ls-steps-btn {
    background: #3b949c
}

.ls-theme-turquoise .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #3b949c
}

.ls-theme-turquoise .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-turquoise .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-turquoise .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #3b949c;
        border-color: #3b949c;
        color: white
    }

    .ls-theme-turquoise .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #3b949c
    }
}

.ls-theme-turquoise .ls-steps-arrow:before {
    background: #3b949c
}

.ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #ebf4f5;
    border-color: #9dc9cd;
    color: #3b949c
}

.ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #9dc9cd transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-turquoise .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #ebf4f5 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-turquoise hr[data-ls-text] {
    border-color: #2f767c
}

.ls-theme-turquoise hr[data-ls-text]:before {
    color: #2f767c
}

.ls-bg-theme-light-blue {
    background-color: #5c90c4
}

.ls-theme-light-blue .ls-color-theme, .ls-theme-light-blue .ls-ico-alone, .ls-theme-light-blue .ls-ico-bg:before {
    color: #49739c !important
}

.ls-theme-light-blue p a:not([class*="ls-btn"]), .ls-theme-light-blue .ls-breadcrumb a, .ls-theme-light-blue .hopscotch-bubble a {
    color: #49739c
}

.ls-theme-light-blue p a:not([class*="ls-btn"]):hover, .ls-theme-light-blue p a:not([class*="ls-btn"]):focus, .ls-theme-light-blue p a:not([class*="ls-btn"]).ls-active, .ls-theme-light-blue .ls-breadcrumb a:hover, .ls-theme-light-blue .ls-breadcrumb a:focus, .ls-theme-light-blue .ls-breadcrumb a.ls-active, .ls-theme-light-blue .hopscotch-bubble a:hover, .ls-theme-light-blue .hopscotch-bubble a:focus, .ls-theme-light-blue .hopscotch-bubble a.ls-active {
    color: #375675
}

.ls-theme-light-blue .ls-tag-primary {
    background-color: #5c90c4
}

.ls-theme-light-blue .ls-background-primary, .ls-theme-light-blue .ls-table .ls-background-primary td {
    background-color: #f2f6fa;
    color: #5c90c4
}

.ls-theme-light-blue .ls-user-account {
    background: #4e7aa6
}

.ls-theme-light-blue .ls-topbar {
    background-color: #5c90c4
}

.ls-theme-light-blue .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #3b5d7f
}

.ls-theme-light-blue .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #24394e
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-light-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-light-blue [class*="ls-go"] {
    background: #49739c
}

.ls-theme-light-blue [class*="ls-go"]:hover, .ls-theme-light-blue [class*="ls-go"]:focus {
    background: #4e7aa6
}

.ls-theme-light-blue .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-light-blue .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-light-blue .ls-menu a {
    color: #8c8c8c
}

.ls-theme-light-blue .ls-menu a:hover, .ls-theme-light-blue .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-light-blue .ls-sidebar [class*="ls-go"] {
    background: #5c90c4
}

.ls-theme-light-blue .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-light-blue .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-light-blue .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-light-blue .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-light-blue .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-light-blue .ls-brand-name {
    background-color: #5c90c4
}

.ls-theme-light-blue .ls-area-account[class*="ls-ico"]:before {
    color: #5c90c4
}

.ls-theme-light-blue .ls-info-header [class*="ls-title"] {
    color: #5c90c4
}

.ls-theme-light-blue .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #49739c !important
}

.ls-theme-light-blue .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-light-blue .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #49739c !important
}

.ls-theme-light-blue .ls-cart-header {
    background-color: #49739c;
    background-color: #49739c
}

.ls-theme-light-blue [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #49739c
}

.ls-theme-light-blue [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-light-blue [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger:active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-light-blue [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-light-blue [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark:active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-light-blue [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-light-blue [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-light-blue .ls-btn:hover, .ls-theme-light-blue .ls-btn:focus, .ls-theme-light-blue .ls-btn:active, .ls-theme-light-blue .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-light-blue .ls-btn.ls-disabled, .ls-theme-light-blue .ls-btn.ls-disabled:focus, .ls-theme-light-blue .ls-btn.ls-disabled:hover, .ls-theme-light-blue .ls-btn.ls-disabled:active, .ls-theme-light-blue .ls-btn.ls-disabled.ls-active, .ls-theme-light-blue .ls-btn[disabled], .ls-theme-light-blue .ls-btn[disabled]:focus, .ls-theme-light-blue .ls-btn[disabled]:hover, .ls-theme-light-blue .ls-btn[disabled]:active, .ls-theme-light-blue .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-light-blue .ls-btn-primary {
    background: #49739c;
    border-color: #406489;
    color: white
}

.ls-theme-light-blue .ls-btn-primary:hover, .ls-theme-light-blue .ls-btn-primary:focus, .ls-theme-light-blue .ls-btn-primary:active, .ls-theme-light-blue .ls-btn-primary.ls-active {
    background: #375675;
    border-color: #375675;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-light-blue .ls-btn-primary.ls-disabled, .ls-theme-light-blue .ls-btn-primary.ls-disabled:focus, .ls-theme-light-blue .ls-btn-primary.ls-disabled:hover, .ls-theme-light-blue .ls-btn-primary.ls-disabled:active, .ls-theme-light-blue .ls-btn-primary.ls-disabled.ls-active, .ls-theme-light-blue .ls-btn-primary[disabled], .ls-theme-light-blue .ls-btn-primary[disabled]:focus, .ls-theme-light-blue .ls-btn-primary[disabled]:hover, .ls-theme-light-blue .ls-btn-primary[disabled]:active, .ls-theme-light-blue .ls-btn-primary[disabled].ls-active {
    background: #9dbcdb;
    border-color: #adc7e1
}

.ls-theme-light-blue .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-light-blue .ls-collapse .ls-collapse-header:before {
    color: #5c90c4;
    border: 3px solid #5c90c4
}

.ls-theme-light-blue [class*="ls-pagination"] li.ls-active {
    background-color: #49739c;
    border-color: #49739c
}

.ls-theme-light-blue .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-light-blue .pager li:hover, .ls-theme-light-blue .pager li:focus {
    background-color: #dddddd
}

.ls-theme-light-blue .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-light-blue .pager li.disabled a:hover, .ls-theme-light-blue .pager li.disabled a:focus {
    background: none
}

.ls-theme-light-blue .ls-table.ls-bg-header thead {
    background-color: #5c90c4
}

.ls-theme-light-blue .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-light-blue .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-light-blue .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-light-blue .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-light-blue .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-light-blue .ls-table thead th a {
    color: black
}

.ls-theme-light-blue .ls-table tbody tr:hover {
    background-color: #49739c;
    background-color: rgba(73, 115, 156, 0.02)
}

.ls-theme-light-blue .ls-table tbody a:not([class*="ls-btn"]) {
    color: #5c90c4
}

.ls-theme-light-blue .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #49739c;
    background-color: rgba(73, 115, 156, 0.02)
}

.ls-theme-light-blue .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-light-blue .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-light-blue .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #49739c;
    background-color: rgba(73, 115, 156, 0.7)
}

.ls-theme-light-blue .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #49739c
}

.ls-theme-light-blue .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-light-blue .ls-lnk-nav:hover {
    color: #49739c
}

.ls-theme-light-blue .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #49739c;
    border-color: #49739c
}

.ls-theme-light-blue .ls-lnk-nav[class*="ls-ico"]:before {
    color: #5c90c4;
    border: 4px solid #5c90c4
}

.ls-theme-light-blue .ls-dropdown ul a:focus, .ls-theme-light-blue .ls-dropdown ul a:hover {
    background-color: #49739c;
    color: white
}

.ls-theme-light-blue .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-light-blue .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-light-blue .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-light-blue .ls-switch-btn input:checked + label span:after {
    background-color: #5c90c4
}

.ls-theme-light-blue .ls-list-title a {
    color: #5c90c4
}

.ls-theme-light-blue.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-light-blue .is-selected .pika-button {
    color: white;
    background: #49739c;
    box-shadow: none
}

.ls-theme-light-blue .pika-button:hover {
    color: white !important;
    background: #5c90c4 !important
}

.ls-theme-light-blue .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #5c90c4
}

.ls-theme-light-blue div[data-ls-module="progressBar"] span {
    background-color: #5c90c4
}

.ls-theme-light-blue .ls-word-dotted {
    border-color: #49739c
}

.ls-theme-light-blue .ls-steps-nav .ls-actived:before {
    border-color: #5c90c4
}

.ls-theme-light-blue .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #5c90c4
}

.ls-theme-light-blue .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #5c90c4
}

.ls-theme-light-blue .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #5c90c4;
    color: #5c90c4
}

.ls-theme-light-blue .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #5c90c4
}

.ls-theme-light-blue .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #5c90c4
}

@media screen and (min-width: 768px) {
    .ls-theme-light-blue .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #5c90c4;
        color: white
    }
}

.ls-theme-light-blue .ls-steps-nav .ls-active .ls-steps-btn {
    background: #5c90c4
}

.ls-theme-light-blue .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #5c90c4
}

.ls-theme-light-blue .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-light-blue .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-light-blue .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #5c90c4;
        border-color: #5c90c4;
        color: white
    }

    .ls-theme-light-blue .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #5c90c4
    }
}

.ls-theme-light-blue .ls-steps-arrow:before {
    background: #5c90c4
}

.ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #eef3f9;
    border-color: #adc7e1;
    color: #5c90c4
}

.ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #adc7e1 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-light-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #eef3f9 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-light-blue hr[data-ls-text] {
    border-color: #49739c
}

.ls-theme-light-blue hr[data-ls-text]:before {
    color: #49739c
}

.ls-bg-theme-light-brown {
    background-color: #654445
}

.ls-theme-light-brown .ls-color-theme, .ls-theme-light-brown .ls-ico-alone, .ls-theme-light-brown .ls-ico-bg:before {
    color: #503637 !important
}

.ls-theme-light-brown p a:not([class*="ls-btn"]), .ls-theme-light-brown .ls-breadcrumb a, .ls-theme-light-brown .hopscotch-bubble a {
    color: #503637
}

.ls-theme-light-brown p a:not([class*="ls-btn"]):hover, .ls-theme-light-brown p a:not([class*="ls-btn"]):focus, .ls-theme-light-brown p a:not([class*="ls-btn"]).ls-active, .ls-theme-light-brown .ls-breadcrumb a:hover, .ls-theme-light-brown .ls-breadcrumb a:focus, .ls-theme-light-brown .ls-breadcrumb a.ls-active, .ls-theme-light-brown .hopscotch-bubble a:hover, .ls-theme-light-brown .hopscotch-bubble a:focus, .ls-theme-light-brown .hopscotch-bubble a.ls-active {
    color: #3c2829
}

.ls-theme-light-brown .ls-tag-primary {
    background-color: #654445
}

.ls-theme-light-brown .ls-background-primary, .ls-theme-light-brown .ls-table .ls-background-primary td {
    background-color: #c8adae;
    color: #654445
}

.ls-theme-light-brown .ls-user-account {
    background: #55393a
}

.ls-theme-light-brown .ls-topbar {
    background-color: #654445
}

.ls-theme-light-brown .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #937c7c
}

.ls-theme-light-brown .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #d8d0d0
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-light-brown .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-light-brown [class*="ls-go"] {
    background: #503637
}

.ls-theme-light-brown [class*="ls-go"]:hover, .ls-theme-light-brown [class*="ls-go"]:focus {
    background: #55393a
}

.ls-theme-light-brown .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-light-brown .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-light-brown .ls-menu a {
    color: #8c8c8c
}

.ls-theme-light-brown .ls-menu a:hover, .ls-theme-light-brown .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-light-brown .ls-sidebar [class*="ls-go"] {
    background: #654445
}

.ls-theme-light-brown .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-light-brown .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-light-brown .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-light-brown .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-light-brown .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-light-brown .ls-brand-name {
    background-color: #654445
}

.ls-theme-light-brown .ls-area-account[class*="ls-ico"]:before {
    color: #654445
}

.ls-theme-light-brown .ls-info-header [class*="ls-title"] {
    color: #654445
}

.ls-theme-light-brown .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #503637 !important
}

.ls-theme-light-brown .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-light-brown .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #503637 !important
}

.ls-theme-light-brown .ls-cart-header {
    background-color: #503637;
    background-color: #503637
}

.ls-theme-light-brown [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #503637
}

.ls-theme-light-brown [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-light-brown [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger:active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-light-brown [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-light-brown [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark:active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-light-brown [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-light-brown [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-light-brown .ls-btn:hover, .ls-theme-light-brown .ls-btn:focus, .ls-theme-light-brown .ls-btn:active, .ls-theme-light-brown .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-light-brown .ls-btn.ls-disabled, .ls-theme-light-brown .ls-btn.ls-disabled:focus, .ls-theme-light-brown .ls-btn.ls-disabled:hover, .ls-theme-light-brown .ls-btn.ls-disabled:active, .ls-theme-light-brown .ls-btn.ls-disabled.ls-active, .ls-theme-light-brown .ls-btn[disabled], .ls-theme-light-brown .ls-btn[disabled]:focus, .ls-theme-light-brown .ls-btn[disabled]:hover, .ls-theme-light-brown .ls-btn[disabled]:active, .ls-theme-light-brown .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-light-brown .ls-btn-primary {
    background: #503637;
    border-color: #462f30;
    color: white
}

.ls-theme-light-brown .ls-btn-primary:hover, .ls-theme-light-brown .ls-btn-primary:focus, .ls-theme-light-brown .ls-btn-primary:active, .ls-theme-light-brown .ls-btn-primary.ls-active {
    background: #3c2829;
    border-color: #3c2829;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-light-brown .ls-btn-primary.ls-disabled, .ls-theme-light-brown .ls-btn-primary.ls-disabled:focus, .ls-theme-light-brown .ls-btn-primary.ls-disabled:hover, .ls-theme-light-brown .ls-btn-primary.ls-disabled:active, .ls-theme-light-brown .ls-btn-primary.ls-disabled.ls-active, .ls-theme-light-brown .ls-btn-primary[disabled], .ls-theme-light-brown .ls-btn-primary[disabled]:focus, .ls-theme-light-brown .ls-btn-primary[disabled]:hover, .ls-theme-light-brown .ls-btn-primary[disabled]:active, .ls-theme-light-brown .ls-btn-primary[disabled].ls-active {
    background: #a28e8f;
    border-color: #b2a1a2
}

.ls-theme-light-brown .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-light-brown .ls-collapse .ls-collapse-header:before {
    color: #654445;
    border: 3px solid #654445
}

.ls-theme-light-brown [class*="ls-pagination"] li.ls-active {
    background-color: #503637;
    border-color: #503637
}

.ls-theme-light-brown .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-light-brown .pager li:hover, .ls-theme-light-brown .pager li:focus {
    background-color: #dddddd
}

.ls-theme-light-brown .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-light-brown .pager li.disabled a:hover, .ls-theme-light-brown .pager li.disabled a:focus {
    background: none
}

.ls-theme-light-brown .ls-table.ls-bg-header thead {
    background-color: #654445
}

.ls-theme-light-brown .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-light-brown .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-light-brown .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-light-brown .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-light-brown .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-light-brown .ls-table thead th a {
    color: black
}

.ls-theme-light-brown .ls-table tbody tr:hover {
    background-color: #503637;
    background-color: rgba(80, 54, 55, 0.02)
}

.ls-theme-light-brown .ls-table tbody a:not([class*="ls-btn"]) {
    color: #654445
}

.ls-theme-light-brown .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #503637;
    background-color: rgba(80, 54, 55, 0.02)
}

.ls-theme-light-brown .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-light-brown .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-light-brown .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #503637;
    background-color: rgba(80, 54, 55, 0.7)
}

.ls-theme-light-brown .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #503637
}

.ls-theme-light-brown .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-light-brown .ls-lnk-nav:hover {
    color: #503637
}

.ls-theme-light-brown .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #503637;
    border-color: #503637
}

.ls-theme-light-brown .ls-lnk-nav[class*="ls-ico"]:before {
    color: #654445;
    border: 4px solid #654445
}

.ls-theme-light-brown .ls-dropdown ul a:focus, .ls-theme-light-brown .ls-dropdown ul a:hover {
    background-color: #503637;
    color: white
}

.ls-theme-light-brown .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-light-brown .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-light-brown .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-light-brown .ls-switch-btn input:checked + label span:after {
    background-color: #654445
}

.ls-theme-light-brown .ls-list-title a {
    color: #654445
}

.ls-theme-light-brown.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-light-brown .is-selected .pika-button {
    color: white;
    background: #503637;
    box-shadow: none
}

.ls-theme-light-brown .pika-button:hover {
    color: white !important;
    background: #654445 !important
}

.ls-theme-light-brown .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #654445
}

.ls-theme-light-brown div[data-ls-module="progressBar"] span {
    background-color: #654445
}

.ls-theme-light-brown .ls-word-dotted {
    border-color: #503637
}

.ls-theme-light-brown .ls-steps-nav .ls-actived:before {
    border-color: #654445
}

.ls-theme-light-brown .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #654445
}

.ls-theme-light-brown .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #654445
}

.ls-theme-light-brown .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #654445;
    color: #654445
}

.ls-theme-light-brown .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #654445
}

.ls-theme-light-brown .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #654445
}

@media screen and (min-width: 768px) {
    .ls-theme-light-brown .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #654445;
        color: white
    }
}

.ls-theme-light-brown .ls-steps-nav .ls-active .ls-steps-btn {
    background: #654445
}

.ls-theme-light-brown .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #654445
}

.ls-theme-light-brown .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-light-brown .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-light-brown .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #654445;
        border-color: #654445;
        color: white
    }

    .ls-theme-light-brown .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #654445
    }
}

.ls-theme-light-brown .ls-steps-arrow:before {
    background: #654445
}

.ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #efecec;
    border-color: #b2a1a2;
    color: #654445
}

.ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #b2a1a2 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-light-brown .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #efecec transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-light-brown hr[data-ls-text] {
    border-color: #503637
}

.ls-theme-light-brown hr[data-ls-text]:before {
    color: #503637
}

.ls-bg-theme-green-lemon {
    background-color: #94c83c
}

.ls-theme-green-lemon .ls-color-theme, .ls-theme-green-lemon .ls-ico-alone, .ls-theme-green-lemon .ls-ico-bg:before {
    color: #76a030 !important
}

.ls-theme-green-lemon p a:not([class*="ls-btn"]), .ls-theme-green-lemon .ls-breadcrumb a, .ls-theme-green-lemon .hopscotch-bubble a {
    color: #76a030
}

.ls-theme-green-lemon p a:not([class*="ls-btn"]):hover, .ls-theme-green-lemon p a:not([class*="ls-btn"]):focus, .ls-theme-green-lemon p a:not([class*="ls-btn"]).ls-active, .ls-theme-green-lemon .ls-breadcrumb a:hover, .ls-theme-green-lemon .ls-breadcrumb a:focus, .ls-theme-green-lemon .ls-breadcrumb a.ls-active, .ls-theme-green-lemon .hopscotch-bubble a:hover, .ls-theme-green-lemon .hopscotch-bubble a:focus, .ls-theme-green-lemon .hopscotch-bubble a.ls-active {
    color: #587824
}

.ls-theme-green-lemon .ls-tag-primary {
    background-color: #94c83c
}

.ls-theme-green-lemon .ls-background-primary, .ls-theme-green-lemon .ls-table .ls-background-primary td {
    background-color: #ebf5db;
    color: #94c83c
}

.ls-theme-green-lemon .ls-user-account {
    background: #7daa33
}

.ls-theme-green-lemon .ls-topbar {
    background-color: #94c83c
}

.ls-theme-green-lemon .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #608227
}

.ls-theme-green-lemon .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #3b5018
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-green-lemon .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-green-lemon [class*="ls-go"] {
    background: #76a030
}

.ls-theme-green-lemon [class*="ls-go"]:hover, .ls-theme-green-lemon [class*="ls-go"]:focus {
    background: #7daa33
}

.ls-theme-green-lemon .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-green-lemon .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-green-lemon .ls-menu a {
    color: #8c8c8c
}

.ls-theme-green-lemon .ls-menu a:hover, .ls-theme-green-lemon .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-green-lemon .ls-sidebar [class*="ls-go"] {
    background: #94c83c
}

.ls-theme-green-lemon .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-green-lemon .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-green-lemon .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-green-lemon .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-green-lemon .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-green-lemon .ls-brand-name {
    background-color: #94c83c
}

.ls-theme-green-lemon .ls-area-account[class*="ls-ico"]:before {
    color: #94c83c
}

.ls-theme-green-lemon .ls-info-header [class*="ls-title"] {
    color: #94c83c
}

.ls-theme-green-lemon .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #76a030 !important
}

.ls-theme-green-lemon .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-green-lemon .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #76a030 !important
}

.ls-theme-green-lemon .ls-cart-header {
    background-color: #76a030;
    background-color: #76a030
}

.ls-theme-green-lemon [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #76a030
}

.ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger:active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark:active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-green-lemon [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-green-lemon .ls-btn:hover, .ls-theme-green-lemon .ls-btn:focus, .ls-theme-green-lemon .ls-btn:active, .ls-theme-green-lemon .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-green-lemon .ls-btn.ls-disabled, .ls-theme-green-lemon .ls-btn.ls-disabled:focus, .ls-theme-green-lemon .ls-btn.ls-disabled:hover, .ls-theme-green-lemon .ls-btn.ls-disabled:active, .ls-theme-green-lemon .ls-btn.ls-disabled.ls-active, .ls-theme-green-lemon .ls-btn[disabled], .ls-theme-green-lemon .ls-btn[disabled]:focus, .ls-theme-green-lemon .ls-btn[disabled]:hover, .ls-theme-green-lemon .ls-btn[disabled]:active, .ls-theme-green-lemon .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-green-lemon .ls-btn-primary {
    background: #76a030;
    border-color: #678c2a;
    color: white
}

.ls-theme-green-lemon .ls-btn-primary:hover, .ls-theme-green-lemon .ls-btn-primary:focus, .ls-theme-green-lemon .ls-btn-primary:active, .ls-theme-green-lemon .ls-btn-primary.ls-active {
    background: #587824;
    border-color: #587824;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-green-lemon .ls-btn-primary.ls-disabled, .ls-theme-green-lemon .ls-btn-primary.ls-disabled:focus, .ls-theme-green-lemon .ls-btn-primary.ls-disabled:hover, .ls-theme-green-lemon .ls-btn-primary.ls-disabled:active, .ls-theme-green-lemon .ls-btn-primary.ls-disabled.ls-active, .ls-theme-green-lemon .ls-btn-primary[disabled], .ls-theme-green-lemon .ls-btn-primary[disabled]:focus, .ls-theme-green-lemon .ls-btn-primary[disabled]:hover, .ls-theme-green-lemon .ls-btn-primary[disabled]:active, .ls-theme-green-lemon .ls-btn-primary[disabled].ls-active {
    background: #bede8a;
    border-color: #c9e39d
}

.ls-theme-green-lemon .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-green-lemon .ls-collapse .ls-collapse-header:before {
    color: #94c83c;
    border: 3px solid #94c83c
}

.ls-theme-green-lemon [class*="ls-pagination"] li.ls-active {
    background-color: #76a030;
    border-color: #76a030
}

.ls-theme-green-lemon .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-green-lemon .pager li:hover, .ls-theme-green-lemon .pager li:focus {
    background-color: #dddddd
}

.ls-theme-green-lemon .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-green-lemon .pager li.disabled a:hover, .ls-theme-green-lemon .pager li.disabled a:focus {
    background: none
}

.ls-theme-green-lemon .ls-table.ls-bg-header thead {
    background-color: #94c83c
}

.ls-theme-green-lemon .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-green-lemon .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-green-lemon .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-green-lemon .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-green-lemon .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-green-lemon .ls-table thead th a {
    color: black
}

.ls-theme-green-lemon .ls-table tbody tr:hover {
    background-color: #76a030;
    background-color: rgba(118, 160, 48, 0.02)
}

.ls-theme-green-lemon .ls-table tbody a:not([class*="ls-btn"]) {
    color: #94c83c
}

.ls-theme-green-lemon .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #76a030;
    background-color: rgba(118, 160, 48, 0.02)
}

.ls-theme-green-lemon .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-green-lemon .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-green-lemon .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #76a030;
    background-color: rgba(118, 160, 48, 0.7)
}

.ls-theme-green-lemon .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #76a030
}

.ls-theme-green-lemon .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-green-lemon .ls-lnk-nav:hover {
    color: #76a030
}

.ls-theme-green-lemon .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #76a030;
    border-color: #76a030
}

.ls-theme-green-lemon .ls-lnk-nav[class*="ls-ico"]:before {
    color: #94c83c;
    border: 4px solid #94c83c
}

.ls-theme-green-lemon .ls-dropdown ul a:focus, .ls-theme-green-lemon .ls-dropdown ul a:hover {
    background-color: #76a030;
    color: white
}

.ls-theme-green-lemon .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-green-lemon .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-green-lemon .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-green-lemon .ls-switch-btn input:checked + label span:after {
    background-color: #94c83c
}

.ls-theme-green-lemon .ls-list-title a {
    color: #94c83c
}

.ls-theme-green-lemon.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-green-lemon .is-selected .pika-button {
    color: white;
    background: #76a030;
    box-shadow: none
}

.ls-theme-green-lemon .pika-button:hover {
    color: white !important;
    background: #94c83c !important
}

.ls-theme-green-lemon .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #94c83c
}

.ls-theme-green-lemon div[data-ls-module="progressBar"] span {
    background-color: #94c83c
}

.ls-theme-green-lemon .ls-word-dotted {
    border-color: #76a030
}

.ls-theme-green-lemon .ls-steps-nav .ls-actived:before {
    border-color: #94c83c
}

.ls-theme-green-lemon .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #94c83c
}

.ls-theme-green-lemon .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #94c83c
}

.ls-theme-green-lemon .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #94c83c;
    color: #94c83c
}

.ls-theme-green-lemon .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #94c83c
}

.ls-theme-green-lemon .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #94c83c
}

@media screen and (min-width: 768px) {
    .ls-theme-green-lemon .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #94c83c;
        color: white
    }
}

.ls-theme-green-lemon .ls-steps-nav .ls-active .ls-steps-btn {
    background: #94c83c
}

.ls-theme-green-lemon .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #94c83c
}

.ls-theme-green-lemon .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-green-lemon .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-green-lemon .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #94c83c;
        border-color: #94c83c;
        color: white
    }

    .ls-theme-green-lemon .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #94c83c
    }
}

.ls-theme-green-lemon .ls-steps-arrow:before {
    background: #94c83c
}

.ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #f4f9eb;
    border-color: #c9e39d;
    color: #94c83c
}

.ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #c9e39d transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-green-lemon .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #f4f9eb transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-green-lemon hr[data-ls-text] {
    border-color: #76a030
}

.ls-theme-green-lemon hr[data-ls-text]:before {
    color: #76a030
}

.ls-bg-theme-purple {
    background-color: #5a2dc0
}

.ls-theme-purple .ls-color-theme, .ls-theme-purple .ls-ico-alone, .ls-theme-purple .ls-ico-bg:before {
    color: #482499 !important
}

.ls-theme-purple p a:not([class*="ls-btn"]), .ls-theme-purple .ls-breadcrumb a, .ls-theme-purple .hopscotch-bubble a {
    color: #482499
}

.ls-theme-purple p a:not([class*="ls-btn"]):hover, .ls-theme-purple p a:not([class*="ls-btn"]):focus, .ls-theme-purple p a:not([class*="ls-btn"]).ls-active, .ls-theme-purple .ls-breadcrumb a:hover, .ls-theme-purple .ls-breadcrumb a:focus, .ls-theme-purple .ls-breadcrumb a.ls-active, .ls-theme-purple .hopscotch-bubble a:hover, .ls-theme-purple .hopscotch-bubble a:focus, .ls-theme-purple .hopscotch-bubble a.ls-active {
    color: #361b73
}

.ls-theme-purple .ls-tag-primary {
    background-color: #5a2dc0
}

.ls-theme-purple .ls-background-primary, .ls-theme-purple .ls-table .ls-background-primary td {
    background-color: #d4c7f2;
    color: #5a2dc0
}

.ls-theme-purple .ls-user-account {
    background: #4c26a3
}

.ls-theme-purple .ls-topbar {
    background-color: #5a2dc0
}

.ls-theme-purple .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #3a1d7c
}

.ls-theme-purple .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #24124c
}

.ls-theme-purple .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-purple .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-purple .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-purple .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-purple .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-purple .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-purple .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-purple .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-purple .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-purple .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-purple .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-purple .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-purple .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-purple .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-purple [class*="ls-go"] {
    background: #482499
}

.ls-theme-purple [class*="ls-go"]:hover, .ls-theme-purple [class*="ls-go"]:focus {
    background: #4c26a3
}

.ls-theme-purple .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-purple .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-purple .ls-menu a {
    color: #8c8c8c
}

.ls-theme-purple .ls-menu a:hover, .ls-theme-purple .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-purple .ls-sidebar [class*="ls-go"] {
    background: #5a2dc0
}

.ls-theme-purple .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-purple .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-purple .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-purple .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-purple .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-purple .ls-brand-name {
    background-color: #5a2dc0
}

.ls-theme-purple .ls-area-account[class*="ls-ico"]:before {
    color: #5a2dc0
}

.ls-theme-purple .ls-info-header [class*="ls-title"] {
    color: #5a2dc0
}

.ls-theme-purple .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #482499 !important
}

.ls-theme-purple .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-purple .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #482499 !important
}

.ls-theme-purple .ls-cart-header {
    background-color: #482499;
    background-color: #482499
}

.ls-theme-purple [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #482499
}

.ls-theme-purple [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-purple [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-purple [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-purple [class*="ls-btn"].ls-btn-danger:active, .ls-theme-purple [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-purple [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-purple [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-purple [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-purple [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-purple [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-purple [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-purple [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-purple [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-purple [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-purple [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-purple [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-purple [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-purple [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-purple [class*="ls-btn"].ls-btn-dark:active, .ls-theme-purple [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-purple [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-purple [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-purple [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-purple [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-purple [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-purple [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-purple [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-purple [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-purple [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-purple [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-purple .ls-btn:hover, .ls-theme-purple .ls-btn:focus, .ls-theme-purple .ls-btn:active, .ls-theme-purple .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-purple .ls-btn.ls-disabled, .ls-theme-purple .ls-btn.ls-disabled:focus, .ls-theme-purple .ls-btn.ls-disabled:hover, .ls-theme-purple .ls-btn.ls-disabled:active, .ls-theme-purple .ls-btn.ls-disabled.ls-active, .ls-theme-purple .ls-btn[disabled], .ls-theme-purple .ls-btn[disabled]:focus, .ls-theme-purple .ls-btn[disabled]:hover, .ls-theme-purple .ls-btn[disabled]:active, .ls-theme-purple .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-purple .ls-btn-primary {
    background: #482499;
    border-color: #3e1f86;
    color: white
}

.ls-theme-purple .ls-btn-primary:hover, .ls-theme-purple .ls-btn-primary:focus, .ls-theme-purple .ls-btn-primary:active, .ls-theme-purple .ls-btn-primary.ls-active {
    background: #361b73;
    border-color: #361b73;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-purple .ls-btn-primary.ls-disabled, .ls-theme-purple .ls-btn-primary.ls-disabled:focus, .ls-theme-purple .ls-btn-primary.ls-disabled:hover, .ls-theme-purple .ls-btn-primary.ls-disabled:active, .ls-theme-purple .ls-btn-primary.ls-disabled.ls-active, .ls-theme-purple .ls-btn-primary[disabled], .ls-theme-purple .ls-btn-primary[disabled]:focus, .ls-theme-purple .ls-btn-primary[disabled]:hover, .ls-theme-purple .ls-btn-primary[disabled]:active, .ls-theme-purple .ls-btn-primary[disabled].ls-active {
    background: #9c81d9;
    border-color: #ac96df
}

.ls-theme-purple .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-purple .ls-collapse .ls-collapse-header:before {
    color: #5a2dc0;
    border: 3px solid #5a2dc0
}

.ls-theme-purple [class*="ls-pagination"] li.ls-active {
    background-color: #482499;
    border-color: #482499
}

.ls-theme-purple .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-purple .pager li:hover, .ls-theme-purple .pager li:focus {
    background-color: #dddddd
}

.ls-theme-purple .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-purple .pager li.disabled a:hover, .ls-theme-purple .pager li.disabled a:focus {
    background: none
}

.ls-theme-purple .ls-table.ls-bg-header thead {
    background-color: #5a2dc0
}

.ls-theme-purple .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-purple .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-purple .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-purple .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-purple .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-purple .ls-table thead th a {
    color: black
}

.ls-theme-purple .ls-table tbody tr:hover {
    background-color: #482499;
    background-color: rgba(72, 36, 153, 0.02)
}

.ls-theme-purple .ls-table tbody a:not([class*="ls-btn"]) {
    color: #5a2dc0
}

.ls-theme-purple .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #482499;
    background-color: rgba(72, 36, 153, 0.02)
}

.ls-theme-purple .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-purple .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-purple .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #482499;
    background-color: rgba(72, 36, 153, 0.7)
}

.ls-theme-purple .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #482499
}

.ls-theme-purple .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-purple .ls-lnk-nav:hover {
    color: #482499
}

.ls-theme-purple .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #482499;
    border-color: #482499
}

.ls-theme-purple .ls-lnk-nav[class*="ls-ico"]:before {
    color: #5a2dc0;
    border: 4px solid #5a2dc0
}

.ls-theme-purple .ls-dropdown ul a:focus, .ls-theme-purple .ls-dropdown ul a:hover {
    background-color: #482499;
    color: white
}

.ls-theme-purple .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-purple .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-purple .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-purple .ls-switch-btn input:checked + label span:after {
    background-color: #5a2dc0
}

.ls-theme-purple .ls-list-title a {
    color: #5a2dc0
}

.ls-theme-purple.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-purple .is-selected .pika-button {
    color: white;
    background: #482499;
    box-shadow: none
}

.ls-theme-purple .pika-button:hover {
    color: white !important;
    background: #5a2dc0 !important
}

.ls-theme-purple .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #5a2dc0
}

.ls-theme-purple div[data-ls-module="progressBar"] span {
    background-color: #5a2dc0
}

.ls-theme-purple .ls-word-dotted {
    border-color: #482499
}

.ls-theme-purple .ls-steps-nav .ls-actived:before {
    border-color: #5a2dc0
}

.ls-theme-purple .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #5a2dc0
}

.ls-theme-purple .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #5a2dc0
}

.ls-theme-purple .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #5a2dc0;
    color: #5a2dc0
}

.ls-theme-purple .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #5a2dc0
}

.ls-theme-purple .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #5a2dc0
}

@media screen and (min-width: 768px) {
    .ls-theme-purple .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #5a2dc0;
        color: white
    }
}

.ls-theme-purple .ls-steps-nav .ls-active .ls-steps-btn {
    background: #5a2dc0
}

.ls-theme-purple .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #5a2dc0
}

.ls-theme-purple .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-purple .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-purple .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #5a2dc0;
        border-color: #5a2dc0;
        color: white
    }

    .ls-theme-purple .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #5a2dc0
    }
}

.ls-theme-purple .ls-steps-arrow:before {
    background: #5a2dc0
}

.ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #eeeaf8;
    border-color: #ac96df;
    color: #5a2dc0
}

.ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #ac96df transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-purple .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #eeeaf8 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-purple hr[data-ls-text] {
    border-color: #482499
}

.ls-theme-purple hr[data-ls-text]:before {
    color: #482499
}

.ls-bg-theme-dark-yellow {
    background-color: #b19b22
}

.ls-theme-dark-yellow .ls-color-theme, .ls-theme-dark-yellow .ls-ico-alone, .ls-theme-dark-yellow .ls-ico-bg:before {
    color: #8d7c1b !important
}

.ls-theme-dark-yellow p a:not([class*="ls-btn"]), .ls-theme-dark-yellow .ls-breadcrumb a, .ls-theme-dark-yellow .hopscotch-bubble a {
    color: #8d7c1b
}

.ls-theme-dark-yellow p a:not([class*="ls-btn"]):hover, .ls-theme-dark-yellow p a:not([class*="ls-btn"]):focus, .ls-theme-dark-yellow p a:not([class*="ls-btn"]).ls-active, .ls-theme-dark-yellow .ls-breadcrumb a:hover, .ls-theme-dark-yellow .ls-breadcrumb a:focus, .ls-theme-dark-yellow .ls-breadcrumb a.ls-active, .ls-theme-dark-yellow .hopscotch-bubble a:hover, .ls-theme-dark-yellow .hopscotch-bubble a:focus, .ls-theme-dark-yellow .hopscotch-bubble a.ls-active {
    color: #6a5d14
}

.ls-theme-dark-yellow .ls-tag-primary {
    background-color: #b19b22
}

.ls-theme-dark-yellow .ls-background-primary, .ls-theme-dark-yellow .ls-table .ls-background-primary td {
    background-color: #f0e6af;
    color: #b19b22
}

.ls-theme-dark-yellow .ls-user-account {
    background: #96831c
}

.ls-theme-dark-yellow .ls-topbar {
    background-color: #b19b22
}

.ls-theme-dark-yellow .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #736416
}

.ls-theme-dark-yellow .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #463e0d
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-dark-yellow .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-dark-yellow [class*="ls-go"] {
    background: #8d7c1b
}

.ls-theme-dark-yellow [class*="ls-go"]:hover, .ls-theme-dark-yellow [class*="ls-go"]:focus {
    background: #96831c
}

.ls-theme-dark-yellow .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-dark-yellow .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-dark-yellow .ls-menu a {
    color: #8c8c8c
}

.ls-theme-dark-yellow .ls-menu a:hover, .ls-theme-dark-yellow .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-dark-yellow .ls-sidebar [class*="ls-go"] {
    background: #b19b22
}

.ls-theme-dark-yellow .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-dark-yellow .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-dark-yellow .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-dark-yellow .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-dark-yellow .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-dark-yellow .ls-brand-name {
    background-color: #b19b22
}

.ls-theme-dark-yellow .ls-area-account[class*="ls-ico"]:before {
    color: #b19b22
}

.ls-theme-dark-yellow .ls-info-header [class*="ls-title"] {
    color: #b19b22
}

.ls-theme-dark-yellow .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #8d7c1b !important
}

.ls-theme-dark-yellow .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-dark-yellow .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #8d7c1b !important
}

.ls-theme-dark-yellow .ls-cart-header {
    background-color: #8d7c1b;
    background-color: #8d7c1b
}

.ls-theme-dark-yellow [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #8d7c1b
}

.ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger:active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark:active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-dark-yellow [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-dark-yellow .ls-btn:hover, .ls-theme-dark-yellow .ls-btn:focus, .ls-theme-dark-yellow .ls-btn:active, .ls-theme-dark-yellow .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-dark-yellow .ls-btn.ls-disabled, .ls-theme-dark-yellow .ls-btn.ls-disabled:focus, .ls-theme-dark-yellow .ls-btn.ls-disabled:hover, .ls-theme-dark-yellow .ls-btn.ls-disabled:active, .ls-theme-dark-yellow .ls-btn.ls-disabled.ls-active, .ls-theme-dark-yellow .ls-btn[disabled], .ls-theme-dark-yellow .ls-btn[disabled]:focus, .ls-theme-dark-yellow .ls-btn[disabled]:hover, .ls-theme-dark-yellow .ls-btn[disabled]:active, .ls-theme-dark-yellow .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-dark-yellow .ls-btn-primary {
    background: #8d7c1b;
    border-color: #7b6c17;
    color: white
}

.ls-theme-dark-yellow .ls-btn-primary:hover, .ls-theme-dark-yellow .ls-btn-primary:focus, .ls-theme-dark-yellow .ls-btn-primary:active, .ls-theme-dark-yellow .ls-btn-primary.ls-active {
    background: #6a5d14;
    border-color: #6a5d14;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-dark-yellow .ls-btn-primary.ls-disabled, .ls-theme-dark-yellow .ls-btn-primary.ls-disabled:focus, .ls-theme-dark-yellow .ls-btn-primary.ls-disabled:hover, .ls-theme-dark-yellow .ls-btn-primary.ls-disabled:active, .ls-theme-dark-yellow .ls-btn-primary.ls-disabled.ls-active, .ls-theme-dark-yellow .ls-btn-primary[disabled], .ls-theme-dark-yellow .ls-btn-primary[disabled]:focus, .ls-theme-dark-yellow .ls-btn-primary[disabled]:hover, .ls-theme-dark-yellow .ls-btn-primary[disabled]:active, .ls-theme-dark-yellow .ls-btn-primary[disabled].ls-active {
    background: #d0c37a;
    border-color: #d8cd90
}

.ls-theme-dark-yellow .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-dark-yellow .ls-collapse .ls-collapse-header:before {
    color: #b19b22;
    border: 3px solid #b19b22
}

.ls-theme-dark-yellow [class*="ls-pagination"] li.ls-active {
    background-color: #8d7c1b;
    border-color: #8d7c1b
}

.ls-theme-dark-yellow .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-dark-yellow .pager li:hover, .ls-theme-dark-yellow .pager li:focus {
    background-color: #dddddd
}

.ls-theme-dark-yellow .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-dark-yellow .pager li.disabled a:hover, .ls-theme-dark-yellow .pager li.disabled a:focus {
    background: none
}

.ls-theme-dark-yellow .ls-table.ls-bg-header thead {
    background-color: #b19b22
}

.ls-theme-dark-yellow .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-dark-yellow .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-dark-yellow .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-dark-yellow .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-dark-yellow .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-dark-yellow .ls-table thead th a {
    color: black
}

.ls-theme-dark-yellow .ls-table tbody tr:hover {
    background-color: #8d7c1b;
    background-color: rgba(141, 124, 27, 0.02)
}

.ls-theme-dark-yellow .ls-table tbody a:not([class*="ls-btn"]) {
    color: #b19b22
}

.ls-theme-dark-yellow .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #8d7c1b;
    background-color: rgba(141, 124, 27, 0.02)
}

.ls-theme-dark-yellow .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-dark-yellow .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-dark-yellow .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #8d7c1b;
    background-color: rgba(141, 124, 27, 0.7)
}

.ls-theme-dark-yellow .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #8d7c1b
}

.ls-theme-dark-yellow .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-dark-yellow .ls-lnk-nav:hover {
    color: #8d7c1b
}

.ls-theme-dark-yellow .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #8d7c1b;
    border-color: #8d7c1b
}

.ls-theme-dark-yellow .ls-lnk-nav[class*="ls-ico"]:before {
    color: #b19b22;
    border: 4px solid #b19b22
}

.ls-theme-dark-yellow .ls-dropdown ul a:focus, .ls-theme-dark-yellow .ls-dropdown ul a:hover {
    background-color: #8d7c1b;
    color: white
}

.ls-theme-dark-yellow .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-dark-yellow .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-dark-yellow .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-dark-yellow .ls-switch-btn input:checked + label span:after {
    background-color: #b19b22
}

.ls-theme-dark-yellow .ls-list-title a {
    color: #b19b22
}

.ls-theme-dark-yellow.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-dark-yellow .is-selected .pika-button {
    color: white;
    background: #8d7c1b;
    box-shadow: none
}

.ls-theme-dark-yellow .pika-button:hover {
    color: white !important;
    background: #b19b22 !important
}

.ls-theme-dark-yellow .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #b19b22
}

.ls-theme-dark-yellow div[data-ls-module="progressBar"] span {
    background-color: #b19b22
}

.ls-theme-dark-yellow .ls-word-dotted {
    border-color: #8d7c1b
}

.ls-theme-dark-yellow .ls-steps-nav .ls-actived:before {
    border-color: #b19b22
}

.ls-theme-dark-yellow .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #b19b22
}

.ls-theme-dark-yellow .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #b19b22
}

.ls-theme-dark-yellow .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #b19b22;
    color: #b19b22
}

.ls-theme-dark-yellow .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #b19b22
}

.ls-theme-dark-yellow .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #b19b22
}

@media screen and (min-width: 768px) {
    .ls-theme-dark-yellow .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #b19b22;
        color: white
    }
}

.ls-theme-dark-yellow .ls-steps-nav .ls-active .ls-steps-btn {
    background: #b19b22
}

.ls-theme-dark-yellow .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #b19b22
}

.ls-theme-dark-yellow .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-dark-yellow .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-dark-yellow .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #b19b22;
        border-color: #b19b22;
        color: white
    }

    .ls-theme-dark-yellow .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #b19b22
    }
}

.ls-theme-dark-yellow .ls-steps-arrow:before {
    background: #b19b22
}

.ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #f7f5e8;
    border-color: #d8cd90;
    color: #b19b22
}

.ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #d8cd90 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-dark-yellow .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #f7f5e8 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-dark-yellow hr[data-ls-text] {
    border-color: #8d7c1b
}

.ls-theme-dark-yellow hr[data-ls-text]:before {
    color: #8d7c1b
}

.ls-bg-theme-yellow-gold {
    background-color: #ffb500
}

.ls-theme-yellow-gold .ls-color-theme, .ls-theme-yellow-gold .ls-ico-alone, .ls-theme-yellow-gold .ls-ico-bg:before {
    color: #cc9000 !important
}

.ls-theme-yellow-gold p a:not([class*="ls-btn"]), .ls-theme-yellow-gold .ls-breadcrumb a, .ls-theme-yellow-gold .hopscotch-bubble a {
    color: #cc9000
}

.ls-theme-yellow-gold p a:not([class*="ls-btn"]):hover, .ls-theme-yellow-gold p a:not([class*="ls-btn"]):focus, .ls-theme-yellow-gold p a:not([class*="ls-btn"]).ls-active, .ls-theme-yellow-gold .ls-breadcrumb a:hover, .ls-theme-yellow-gold .ls-breadcrumb a:focus, .ls-theme-yellow-gold .ls-breadcrumb a.ls-active, .ls-theme-yellow-gold .hopscotch-bubble a:hover, .ls-theme-yellow-gold .hopscotch-bubble a:focus, .ls-theme-yellow-gold .hopscotch-bubble a.ls-active {
    color: #996c00
}

.ls-theme-yellow-gold .ls-tag-primary {
    background-color: #ffb500
}

.ls-theme-yellow-gold .ls-background-primary, .ls-theme-yellow-gold .ls-table .ls-background-primary td {
    background-color: #fff0cc;
    color: #ffb500
}

.ls-theme-yellow-gold .ls-user-account {
    background: #d89900
}

.ls-theme-yellow-gold .ls-topbar {
    background-color: #ffb500
}

.ls-theme-yellow-gold .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #a57500
}

.ls-theme-yellow-gold .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #664800
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-yellow-gold .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-yellow-gold [class*="ls-go"] {
    background: #cc9000
}

.ls-theme-yellow-gold [class*="ls-go"]:hover, .ls-theme-yellow-gold [class*="ls-go"]:focus {
    background: #d89900
}

.ls-theme-yellow-gold .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-yellow-gold .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-yellow-gold .ls-menu a {
    color: #8c8c8c
}

.ls-theme-yellow-gold .ls-menu a:hover, .ls-theme-yellow-gold .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-yellow-gold .ls-sidebar [class*="ls-go"] {
    background: #ffb500
}

.ls-theme-yellow-gold .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-yellow-gold .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-yellow-gold .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-yellow-gold .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-yellow-gold .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-yellow-gold .ls-brand-name {
    background-color: #ffb500
}

.ls-theme-yellow-gold .ls-area-account[class*="ls-ico"]:before {
    color: #ffb500
}

.ls-theme-yellow-gold .ls-info-header [class*="ls-title"] {
    color: #ffb500
}

.ls-theme-yellow-gold .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #cc9000 !important
}

.ls-theme-yellow-gold .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-yellow-gold .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #cc9000 !important
}

.ls-theme-yellow-gold .ls-cart-header {
    background-color: #cc9000;
    background-color: #cc9000
}

.ls-theme-yellow-gold [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #cc9000
}

.ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger:active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark:active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-yellow-gold [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-yellow-gold .ls-btn:hover, .ls-theme-yellow-gold .ls-btn:focus, .ls-theme-yellow-gold .ls-btn:active, .ls-theme-yellow-gold .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-yellow-gold .ls-btn.ls-disabled, .ls-theme-yellow-gold .ls-btn.ls-disabled:focus, .ls-theme-yellow-gold .ls-btn.ls-disabled:hover, .ls-theme-yellow-gold .ls-btn.ls-disabled:active, .ls-theme-yellow-gold .ls-btn.ls-disabled.ls-active, .ls-theme-yellow-gold .ls-btn[disabled], .ls-theme-yellow-gold .ls-btn[disabled]:focus, .ls-theme-yellow-gold .ls-btn[disabled]:hover, .ls-theme-yellow-gold .ls-btn[disabled]:active, .ls-theme-yellow-gold .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-yellow-gold .ls-btn-primary {
    background: #cc9000;
    border-color: #b27e00;
    color: white
}

.ls-theme-yellow-gold .ls-btn-primary:hover, .ls-theme-yellow-gold .ls-btn-primary:focus, .ls-theme-yellow-gold .ls-btn-primary:active, .ls-theme-yellow-gold .ls-btn-primary.ls-active {
    background: #996c00;
    border-color: #996c00;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-yellow-gold .ls-btn-primary.ls-disabled, .ls-theme-yellow-gold .ls-btn-primary.ls-disabled:focus, .ls-theme-yellow-gold .ls-btn-primary.ls-disabled:hover, .ls-theme-yellow-gold .ls-btn-primary.ls-disabled:active, .ls-theme-yellow-gold .ls-btn-primary.ls-disabled.ls-active, .ls-theme-yellow-gold .ls-btn-primary[disabled], .ls-theme-yellow-gold .ls-btn-primary[disabled]:focus, .ls-theme-yellow-gold .ls-btn-primary[disabled]:hover, .ls-theme-yellow-gold .ls-btn-primary[disabled]:active, .ls-theme-yellow-gold .ls-btn-primary[disabled].ls-active {
    background: #ffd266;
    border-color: #ffda7f
}

.ls-theme-yellow-gold .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-yellow-gold .ls-collapse .ls-collapse-header:before {
    color: #ffb500;
    border: 3px solid #ffb500
}

.ls-theme-yellow-gold [class*="ls-pagination"] li.ls-active {
    background-color: #cc9000;
    border-color: #cc9000
}

.ls-theme-yellow-gold .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-yellow-gold .pager li:hover, .ls-theme-yellow-gold .pager li:focus {
    background-color: #dddddd
}

.ls-theme-yellow-gold .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-yellow-gold .pager li.disabled a:hover, .ls-theme-yellow-gold .pager li.disabled a:focus {
    background: none
}

.ls-theme-yellow-gold .ls-table.ls-bg-header thead {
    background-color: #ffb500
}

.ls-theme-yellow-gold .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-yellow-gold .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-yellow-gold .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-yellow-gold .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-yellow-gold .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-yellow-gold .ls-table thead th a {
    color: black
}

.ls-theme-yellow-gold .ls-table tbody tr:hover {
    background-color: #cc9000;
    background-color: rgba(204, 144, 0, 0.02)
}

.ls-theme-yellow-gold .ls-table tbody a:not([class*="ls-btn"]) {
    color: #ffb500
}

.ls-theme-yellow-gold .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #cc9000;
    background-color: rgba(204, 144, 0, 0.02)
}

.ls-theme-yellow-gold .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-yellow-gold .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-yellow-gold .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #cc9000;
    background-color: rgba(204, 144, 0, 0.7)
}

.ls-theme-yellow-gold .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #cc9000
}

.ls-theme-yellow-gold .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-yellow-gold .ls-lnk-nav:hover {
    color: #cc9000
}

.ls-theme-yellow-gold .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #cc9000;
    border-color: #cc9000
}

.ls-theme-yellow-gold .ls-lnk-nav[class*="ls-ico"]:before {
    color: #ffb500;
    border: 4px solid #ffb500
}

.ls-theme-yellow-gold .ls-dropdown ul a:focus, .ls-theme-yellow-gold .ls-dropdown ul a:hover {
    background-color: #cc9000;
    color: white
}

.ls-theme-yellow-gold .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-yellow-gold .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-yellow-gold .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-yellow-gold .ls-switch-btn input:checked + label span:after {
    background-color: #ffb500
}

.ls-theme-yellow-gold .ls-list-title a {
    color: #ffb500
}

.ls-theme-yellow-gold.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-yellow-gold .is-selected .pika-button {
    color: white;
    background: #cc9000;
    box-shadow: none
}

.ls-theme-yellow-gold .pika-button:hover {
    color: white !important;
    background: #ffb500 !important
}

.ls-theme-yellow-gold .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #ffb500
}

.ls-theme-yellow-gold div[data-ls-module="progressBar"] span {
    background-color: #ffb500
}

.ls-theme-yellow-gold .ls-word-dotted {
    border-color: #cc9000
}

.ls-theme-yellow-gold .ls-steps-nav .ls-actived:before {
    border-color: #ffb500
}

.ls-theme-yellow-gold .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #ffb500
}

.ls-theme-yellow-gold .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #ffb500
}

.ls-theme-yellow-gold .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #ffb500;
    color: #ffb500
}

.ls-theme-yellow-gold .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #ffb500
}

.ls-theme-yellow-gold .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #ffb500
}

@media screen and (min-width: 768px) {
    .ls-theme-yellow-gold .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #ffb500;
        color: white
    }
}

.ls-theme-yellow-gold .ls-steps-nav .ls-active .ls-steps-btn {
    background: #ffb500
}

.ls-theme-yellow-gold .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #ffb500
}

.ls-theme-yellow-gold .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-yellow-gold .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-yellow-gold .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #ffb500;
        border-color: #ffb500;
        color: white
    }

    .ls-theme-yellow-gold .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #ffb500
    }
}

.ls-theme-yellow-gold .ls-steps-arrow:before {
    background: #ffb500
}

.ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #fff7e5;
    border-color: #ffda7f;
    color: #ffb500
}

.ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #ffda7f transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-yellow-gold .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #fff7e5 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-yellow-gold hr[data-ls-text] {
    border-color: #cc9000
}

.ls-theme-yellow-gold hr[data-ls-text]:before {
    color: #cc9000
}

.ls-bg-theme-royal-blue {
    background-color: #0f6cb9
}

.ls-theme-royal-blue .ls-color-theme, .ls-theme-royal-blue .ls-ico-alone, .ls-theme-royal-blue .ls-ico-bg:before {
    color: #0c5694 !important
}

.ls-theme-royal-blue p a:not([class*="ls-btn"]), .ls-theme-royal-blue .ls-breadcrumb a, .ls-theme-royal-blue .hopscotch-bubble a {
    color: #0c5694
}

.ls-theme-royal-blue p a:not([class*="ls-btn"]):hover, .ls-theme-royal-blue p a:not([class*="ls-btn"]):focus, .ls-theme-royal-blue p a:not([class*="ls-btn"]).ls-active, .ls-theme-royal-blue .ls-breadcrumb a:hover, .ls-theme-royal-blue .ls-breadcrumb a:focus, .ls-theme-royal-blue .ls-breadcrumb a.ls-active, .ls-theme-royal-blue .hopscotch-bubble a:hover, .ls-theme-royal-blue .hopscotch-bubble a:focus, .ls-theme-royal-blue .hopscotch-bubble a.ls-active {
    color: #09406f
}

.ls-theme-royal-blue .ls-tag-primary {
    background-color: #0f6cb9
}

.ls-theme-royal-blue .ls-background-primary, .ls-theme-royal-blue .ls-table .ls-background-primary td {
    background-color: #9dcef7;
    color: #0f6cb9
}

.ls-theme-royal-blue .ls-user-account {
    background: #0c5b9d
}

.ls-theme-royal-blue .ls-topbar {
    background-color: #0f6cb9
}

.ls-theme-royal-blue .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #094678
}

.ls-theme-royal-blue .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #062b4a
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-royal-blue .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-royal-blue [class*="ls-go"] {
    background: #0c5694
}

.ls-theme-royal-blue [class*="ls-go"]:hover, .ls-theme-royal-blue [class*="ls-go"]:focus {
    background: #0c5b9d
}

.ls-theme-royal-blue .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-royal-blue .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-royal-blue .ls-menu a {
    color: #8c8c8c
}

.ls-theme-royal-blue .ls-menu a:hover, .ls-theme-royal-blue .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-royal-blue .ls-sidebar [class*="ls-go"] {
    background: #0f6cb9
}

.ls-theme-royal-blue .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-royal-blue .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-royal-blue .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-royal-blue .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-royal-blue .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-royal-blue .ls-brand-name {
    background-color: #0f6cb9
}

.ls-theme-royal-blue .ls-area-account[class*="ls-ico"]:before {
    color: #0f6cb9
}

.ls-theme-royal-blue .ls-info-header [class*="ls-title"] {
    color: #0f6cb9
}

.ls-theme-royal-blue .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #0c5694 !important
}

.ls-theme-royal-blue .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-royal-blue .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #0c5694 !important
}

.ls-theme-royal-blue .ls-cart-header {
    background-color: #0c5694;
    background-color: #0c5694
}

.ls-theme-royal-blue [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #0c5694
}

.ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger:active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark:active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-royal-blue [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-royal-blue .ls-btn:hover, .ls-theme-royal-blue .ls-btn:focus, .ls-theme-royal-blue .ls-btn:active, .ls-theme-royal-blue .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-royal-blue .ls-btn.ls-disabled, .ls-theme-royal-blue .ls-btn.ls-disabled:focus, .ls-theme-royal-blue .ls-btn.ls-disabled:hover, .ls-theme-royal-blue .ls-btn.ls-disabled:active, .ls-theme-royal-blue .ls-btn.ls-disabled.ls-active, .ls-theme-royal-blue .ls-btn[disabled], .ls-theme-royal-blue .ls-btn[disabled]:focus, .ls-theme-royal-blue .ls-btn[disabled]:hover, .ls-theme-royal-blue .ls-btn[disabled]:active, .ls-theme-royal-blue .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-royal-blue .ls-btn-primary {
    background: #0c5694;
    border-color: #0a4b81;
    color: white
}

.ls-theme-royal-blue .ls-btn-primary:hover, .ls-theme-royal-blue .ls-btn-primary:focus, .ls-theme-royal-blue .ls-btn-primary:active, .ls-theme-royal-blue .ls-btn-primary.ls-active {
    background: #09406f;
    border-color: #09406f;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-royal-blue .ls-btn-primary.ls-disabled, .ls-theme-royal-blue .ls-btn-primary.ls-disabled:focus, .ls-theme-royal-blue .ls-btn-primary.ls-disabled:hover, .ls-theme-royal-blue .ls-btn-primary.ls-disabled:active, .ls-theme-royal-blue .ls-btn-primary.ls-disabled.ls-active, .ls-theme-royal-blue .ls-btn-primary[disabled], .ls-theme-royal-blue .ls-btn-primary[disabled]:focus, .ls-theme-royal-blue .ls-btn-primary[disabled]:hover, .ls-theme-royal-blue .ls-btn-primary[disabled]:active, .ls-theme-royal-blue .ls-btn-primary[disabled].ls-active {
    background: #6fa6d5;
    border-color: #87b5dc
}

.ls-theme-royal-blue .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-royal-blue .ls-collapse .ls-collapse-header:before {
    color: #0f6cb9;
    border: 3px solid #0f6cb9
}

.ls-theme-royal-blue [class*="ls-pagination"] li.ls-active {
    background-color: #0c5694;
    border-color: #0c5694
}

.ls-theme-royal-blue .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-royal-blue .pager li:hover, .ls-theme-royal-blue .pager li:focus {
    background-color: #dddddd
}

.ls-theme-royal-blue .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-royal-blue .pager li.disabled a:hover, .ls-theme-royal-blue .pager li.disabled a:focus {
    background: none
}

.ls-theme-royal-blue .ls-table.ls-bg-header thead {
    background-color: #0f6cb9
}

.ls-theme-royal-blue .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-royal-blue .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-royal-blue .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-royal-blue .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-royal-blue .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-royal-blue .ls-table thead th a {
    color: black
}

.ls-theme-royal-blue .ls-table tbody tr:hover {
    background-color: #0c5694;
    background-color: rgba(12, 86, 148, 0.02)
}

.ls-theme-royal-blue .ls-table tbody a:not([class*="ls-btn"]) {
    color: #0f6cb9
}

.ls-theme-royal-blue .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #0c5694;
    background-color: rgba(12, 86, 148, 0.02)
}

.ls-theme-royal-blue .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-royal-blue .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-royal-blue .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #0c5694;
    background-color: rgba(12, 86, 148, 0.7)
}

.ls-theme-royal-blue .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #0c5694
}

.ls-theme-royal-blue .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-royal-blue .ls-lnk-nav:hover {
    color: #0c5694
}

.ls-theme-royal-blue .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #0c5694;
    border-color: #0c5694
}

.ls-theme-royal-blue .ls-lnk-nav[class*="ls-ico"]:before {
    color: #0f6cb9;
    border: 4px solid #0f6cb9
}

.ls-theme-royal-blue .ls-dropdown ul a:focus, .ls-theme-royal-blue .ls-dropdown ul a:hover {
    background-color: #0c5694;
    color: white
}

.ls-theme-royal-blue .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-royal-blue .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-royal-blue .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-royal-blue .ls-switch-btn input:checked + label span:after {
    background-color: #0f6cb9
}

.ls-theme-royal-blue .ls-list-title a {
    color: #0f6cb9
}

.ls-theme-royal-blue.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-royal-blue .is-selected .pika-button {
    color: white;
    background: #0c5694;
    box-shadow: none
}

.ls-theme-royal-blue .pika-button:hover {
    color: white !important;
    background: #0f6cb9 !important
}

.ls-theme-royal-blue .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #0f6cb9
}

.ls-theme-royal-blue div[data-ls-module="progressBar"] span {
    background-color: #0f6cb9
}

.ls-theme-royal-blue .ls-word-dotted {
    border-color: #0c5694
}

.ls-theme-royal-blue .ls-steps-nav .ls-actived:before {
    border-color: #0f6cb9
}

.ls-theme-royal-blue .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #0f6cb9
}

.ls-theme-royal-blue .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #0f6cb9
}

.ls-theme-royal-blue .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #0f6cb9;
    color: #0f6cb9
}

.ls-theme-royal-blue .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #0f6cb9
}

.ls-theme-royal-blue .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #0f6cb9
}

@media screen and (min-width: 768px) {
    .ls-theme-royal-blue .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #0f6cb9;
        color: white
    }
}

.ls-theme-royal-blue .ls-steps-nav .ls-active .ls-steps-btn {
    background: #0f6cb9
}

.ls-theme-royal-blue .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #0f6cb9
}

.ls-theme-royal-blue .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-royal-blue .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-royal-blue .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #0f6cb9;
        border-color: #0f6cb9;
        color: white
    }

    .ls-theme-royal-blue .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #0f6cb9
    }
}

.ls-theme-royal-blue .ls-steps-arrow:before {
    background: #0f6cb9
}

.ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #e7f0f8;
    border-color: #87b5dc;
    color: #0f6cb9
}

.ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #87b5dc transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-royal-blue .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #e7f0f8 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-royal-blue hr[data-ls-text] {
    border-color: #0c5694
}

.ls-theme-royal-blue hr[data-ls-text]:before {
    color: #0c5694
}

.ls-bg-theme-dark-green {
    background-color: #108e67
}

.ls-theme-dark-green .ls-color-theme, .ls-theme-dark-green .ls-ico-alone, .ls-theme-dark-green .ls-ico-bg:before {
    color: #0c7152 !important
}

.ls-theme-dark-green p a:not([class*="ls-btn"]), .ls-theme-dark-green .ls-breadcrumb a, .ls-theme-dark-green .hopscotch-bubble a {
    color: #0c7152
}

.ls-theme-dark-green p a:not([class*="ls-btn"]):hover, .ls-theme-dark-green p a:not([class*="ls-btn"]):focus, .ls-theme-dark-green p a:not([class*="ls-btn"]).ls-active, .ls-theme-dark-green .ls-breadcrumb a:hover, .ls-theme-dark-green .ls-breadcrumb a:focus, .ls-theme-dark-green .ls-breadcrumb a.ls-active, .ls-theme-dark-green .hopscotch-bubble a:hover, .ls-theme-dark-green .hopscotch-bubble a:focus, .ls-theme-dark-green .hopscotch-bubble a.ls-active {
    color: #09553d
}

.ls-theme-dark-green .ls-tag-primary {
    background-color: #108e67
}

.ls-theme-dark-green .ls-background-primary, .ls-theme-dark-green .ls-table .ls-background-primary td {
    background-color: #7af0cb;
    color: #108e67
}

.ls-theme-dark-green .ls-user-account {
    background: #0d7857
}

.ls-theme-dark-green .ls-topbar {
    background-color: #108e67
}

.ls-theme-dark-green .ls-topbar .ls-alerts-list [class^="ls-ico"] {
    color: #57af94
}

.ls-theme-dark-green .ls-topbar .ls-alerts-list [class^="ls-ico"]:hover:not([data-counter]):not(.ls-active) {
    color: #c3e2d9
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray {
    background: #f7f7f7
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray .ls-user-account {
    background-color: #dedede
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray .ls-user-account > a {
    color: #555555
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray .ls-user-account > a small {
    color: #555555;
    color: #555555
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray .ls-user-account > a:before {
    color: #555555;
    color: rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray [class*="ls-go"] {
    background-color: #dedede
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray [class*="ls-go"]:before {
    color: #555555
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray .ls-brand-name {
    background: #f7f7f7
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray .ls-brand-name a {
    color: #555555
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-theme-dark-green .ls-topbar.ls-topbar-gray .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-theme-dark-green [class*="ls-go"] {
    background: #0c7152
}

.ls-theme-dark-green [class*="ls-go"]:hover, .ls-theme-dark-green [class*="ls-go"]:focus {
    background: #0d7857
}

.ls-theme-dark-green .ls-menu li {
    border-bottom-color: #282828
}

.ls-theme-dark-green .ls-menu li.ls-active:not(.ls-submenu-parent) > a {
    background-color: #3d3d3d
}

.ls-theme-dark-green .ls-menu a {
    color: #8c8c8c
}

.ls-theme-dark-green .ls-menu a:hover, .ls-theme-dark-green .ls-menu a:focus {
    color: white;
    background-color: #323232
}

.ls-theme-dark-green .ls-sidebar [class*="ls-go"] {
    background: #108e67
}

.ls-theme-dark-green .ls-submenu-parent:after {
    color: #8c8c8c
}

.ls-theme-dark-green .ls-submenu-parent:hover:after {
    color: white
}

.ls-theme-dark-green .ls-submenu-parent li {
    border-bottom-color: #323232
}

.ls-theme-dark-green .ls-submenu-parent.ls-active {
    background-color: #282828
}

.ls-theme-dark-green .ls-submenu-parent.ls-active ul {
    border-top-color: #323232
}

.ls-theme-dark-green .ls-brand-name {
    background-color: #108e67
}

.ls-theme-dark-green .ls-area-account[class*="ls-ico"]:before {
    color: #108e67
}

.ls-theme-dark-green .ls-info-header [class*="ls-title"] {
    color: #108e67
}

.ls-theme-dark-green .ls-checkbox-cart:checked ~ .ls-cart-header {
    color: #0c7152 !important
}

.ls-theme-dark-green .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-theme-dark-green .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #0c7152 !important
}

.ls-theme-dark-green .ls-cart-header {
    background-color: #0c7152;
    background-color: #0c7152
}

.ls-theme-dark-green [class*="ls-btn"][data-ls-module]:after {
    border-top-color: #0c7152
}

.ls-theme-dark-green [class*="ls-btn"].ls-btn-danger {
    color: #d75553
}

.ls-theme-dark-green [class*="ls-btn"].ls-btn-danger:hover, .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger:focus, .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger:active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger.ls-active:not([data-ls-module="tabs"]) {
    background: #db6664;
    border-color: #df7775;
    color: white
}

.ls-theme-dark-green [class*="ls-btn"].ls-btn-danger.ls-disabled, .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger.ls-disabled:focus, .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger.ls-disabled:hover, .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger.ls-disabled:active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger.ls-disabled.ls-active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger[disabled], .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger[disabled]:focus, .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger[disabled]:hover, .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger[disabled]:active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-danger[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #df7775
}

.ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger {
    background: #db6664;
    border-color: #df7775;
    color: white;
    color: white
}

.ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger:hover, .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger:focus, .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger:active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger.ls-active {
    background: #ac4442;
    border-color: #963b3a;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled, .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:focus, .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:hover, .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled:active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger.ls-disabled.ls-active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger[disabled], .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger[disabled]:focus, .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger[disabled]:hover, .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger[disabled]:active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-primary-danger[disabled].ls-active {
    background: #e79997;
    border-color: #ebaaa9
}

.ls-theme-dark-green [class*="ls-btn"].ls-btn-dark:focus, .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark:hover, .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark:active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark.ls-active:not([data-ls-module="tabs"]) {
    background: #4c4c4c;
    border-color: #666666;
    color: white
}

.ls-theme-dark-green [class*="ls-btn"].ls-btn-dark.ls-disabled, .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark.ls-disabled:focus, .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark.ls-disabled:hover, .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark.ls-disabled:active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark.ls-disabled.ls-active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark[disabled], .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark[disabled]:focus, .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark[disabled]:hover, .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark[disabled]:active, .ls-theme-dark-green [class*="ls-btn"].ls-btn-dark[disabled].ls-active {
    background: #bfbfbf;
    border-color: #a5a5a5
}

.ls-theme-dark-green .ls-btn:hover, .ls-theme-dark-green .ls-btn:focus, .ls-theme-dark-green .ls-btn:active, .ls-theme-dark-green .ls-btn.ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.ls-theme-dark-green .ls-btn.ls-disabled, .ls-theme-dark-green .ls-btn.ls-disabled:focus, .ls-theme-dark-green .ls-btn.ls-disabled:hover, .ls-theme-dark-green .ls-btn.ls-disabled:active, .ls-theme-dark-green .ls-btn.ls-disabled.ls-active, .ls-theme-dark-green .ls-btn[disabled], .ls-theme-dark-green .ls-btn[disabled]:focus, .ls-theme-dark-green .ls-btn[disabled]:hover, .ls-theme-dark-green .ls-btn[disabled]:active, .ls-theme-dark-green .ls-btn[disabled].ls-active {
    background: #e5e5e5;
    border-color: #cccccc;
    color: #7f7f7f
}

.ls-theme-dark-green .ls-btn-primary {
    background: #0c7152;
    border-color: #0b6348;
    color: white
}

.ls-theme-dark-green .ls-btn-primary:hover, .ls-theme-dark-green .ls-btn-primary:focus, .ls-theme-dark-green .ls-btn-primary:active, .ls-theme-dark-green .ls-btn-primary.ls-active {
    background: #09553d;
    border-color: #09553d;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    color: white
}

.ls-theme-dark-green .ls-btn-primary.ls-disabled, .ls-theme-dark-green .ls-btn-primary.ls-disabled:focus, .ls-theme-dark-green .ls-btn-primary.ls-disabled:hover, .ls-theme-dark-green .ls-btn-primary.ls-disabled:active, .ls-theme-dark-green .ls-btn-primary.ls-disabled.ls-active, .ls-theme-dark-green .ls-btn-primary[disabled], .ls-theme-dark-green .ls-btn-primary[disabled]:focus, .ls-theme-dark-green .ls-btn-primary[disabled]:hover, .ls-theme-dark-green .ls-btn-primary[disabled]:active, .ls-theme-dark-green .ls-btn-primary[disabled].ls-active {
    background: #6fbba3;
    border-color: #87c6b3
}

.ls-theme-dark-green .ls-tabs-button-nav .ls-active [class*="ls-btn"] {
    background-color: #dddddd
}

.ls-theme-dark-green .ls-collapse .ls-collapse-header:before {
    color: #108e67;
    border: 3px solid #108e67
}

.ls-theme-dark-green [class*="ls-pagination"] li.ls-active {
    background-color: #0c7152;
    border-color: #0c7152
}

.ls-theme-dark-green .pager li {
    border: 1px solid #dddddd;
    color: #555555
}

.ls-theme-dark-green .pager li:hover, .ls-theme-dark-green .pager li:focus {
    background-color: #dddddd
}

.ls-theme-dark-green .pager li.disabled a {
    border: 1px solid #dddddd;
    color: #eeeeee
}

.ls-theme-dark-green .pager li.disabled a:hover, .ls-theme-dark-green .pager li.disabled a:focus {
    background: none
}

.ls-theme-dark-green .ls-table.ls-bg-header thead {
    background-color: #108e67
}

.ls-theme-dark-green .ls-table.ls-bg-header thead th {
    color: white
}

.ls-theme-dark-green .ls-table.ls-bg-header thead th a {
    color: white
}

.ls-theme-dark-green .ls-table.ls-bg-header thead th.ls-data-descending a:after, .ls-theme-dark-green .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-top-color: white
}

.ls-theme-dark-green .ls-table.ls-bg-header thead th.ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: white
}

.ls-theme-dark-green .ls-table thead th a {
    color: black
}

.ls-theme-dark-green .ls-table tbody tr:hover {
    background-color: #0c7152;
    background-color: rgba(12, 113, 82, 0.02)
}

.ls-theme-dark-green .ls-table tbody a:not([class*="ls-btn"]) {
    color: #108e67
}

.ls-theme-dark-green .ls-table.ls-table-striped tbody tr:hover td {
    background-color: #0c7152;
    background-color: rgba(12, 113, 82, 0.02)
}

.ls-theme-dark-green .ls-table.ls-table-striped.ls-no-hover tbody tr:hover td {
    background: white
}

.ls-theme-dark-green .ls-table.ls-table-striped.ls-no-hover tbody tr:hover:nth-child(odd) td {
    background: #f7f7f7
}

.ls-theme-dark-green .ls-tabs-nav:not(.in-dropdown) li {
    background-color: #0c7152;
    background-color: rgba(12, 113, 82, 0.7)
}

.ls-theme-dark-green .ls-tabs-nav:not(.in-dropdown) li:hover {
    background-color: #0c7152
}

.ls-theme-dark-green .ls-tabs-nav:not(.in-dropdown) li.ls-active {
    background-color: white
}

.ls-theme-dark-green .ls-lnk-nav:hover {
    color: #0c7152
}

.ls-theme-dark-green .ls-lnk-nav:hover[class*="ls-ico"]:before {
    color: #0c7152;
    border-color: #0c7152
}

.ls-theme-dark-green .ls-lnk-nav[class*="ls-ico"]:before {
    color: #108e67;
    border: 4px solid #108e67
}

.ls-theme-dark-green .ls-dropdown ul a:focus, .ls-theme-dark-green .ls-dropdown ul a:hover {
    background-color: #0c7152;
    color: white
}

.ls-theme-dark-green .ls-dropdown ul a.ls-color-danger:hover, .ls-theme-dark-green .ls-dropdown .ls-cart ul li a:hover, .ls-cart .ls-theme-dark-green .ls-dropdown ul li a:hover {
    color: white !important
}

.ls-theme-dark-green .ls-switch-btn input:checked + label span:after {
    background-color: #108e67
}

.ls-theme-dark-green .ls-list-title a {
    color: #108e67
}

.ls-theme-dark-green.ls-pre-panel .ls-topbar {
    background-color: #f7f7f7
}

.ls-theme-dark-green .is-selected .pika-button {
    color: white;
    background: #0c7152;
    box-shadow: none
}

.ls-theme-dark-green .pika-button:hover {
    color: white !important;
    background: #108e67 !important
}

.ls-theme-dark-green .hopscotch-actions button.hopscotch-nav-button.next {
    background-color: #108e67
}

.ls-theme-dark-green div[data-ls-module="progressBar"] span {
    background-color: #108e67
}

.ls-theme-dark-green .ls-word-dotted {
    border-color: #0c7152
}

.ls-theme-dark-green .ls-steps-nav .ls-actived:before {
    border-color: #108e67
}

.ls-theme-dark-green .ls-steps-nav .ls-actived:not(.ls-active):after {
    color: #108e67
}

.ls-theme-dark-green .ls-steps-nav .ls-actived .ls-steps-btn {
    color: #108e67
}

.ls-theme-dark-green .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border-color: #108e67;
    color: #108e67
}

.ls-theme-dark-green .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #108e67
}

.ls-theme-dark-green .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
    background: white;
    color: #108e67
}

@media screen and (min-width: 768px) {
    .ls-theme-dark-green .ls-steps-nav .ls-actived.ls-active .ls-steps-btn:before {
        background: #108e67;
        color: white
    }
}

.ls-theme-dark-green .ls-steps-nav .ls-active .ls-steps-btn {
    background: #108e67
}

.ls-theme-dark-green .ls-steps-nav .ls-active .ls-steps-btn:before {
    background: white;
    border-color: white;
    color: #108e67
}

.ls-theme-dark-green .ls-steps-nav .ls-active .ls-steps-btn:after {
    color: white
}

@media screen and (min-width: 768px) {
    .ls-theme-dark-green .ls-steps-nav .ls-active .ls-steps-btn {
        background: transparent
    }

    .ls-theme-dark-green .ls-steps-nav .ls-active .ls-steps-btn:before {
        background: #108e67;
        border-color: #108e67;
        color: white
    }

    .ls-theme-dark-green .ls-steps-nav .ls-active .ls-steps-btn:after {
        color: #108e67
    }
}

.ls-theme-dark-green .ls-steps-arrow:before {
    background: #108e67
}

.ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"], .ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:focus, .ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:hover, .ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:active {
    background: #e7f3ef;
    border-color: #87c6b3;
    color: #108e67
}

.ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #87c6b3 transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -8px
}

.ls-theme-dark-green .ls-tabs-btn-nav .ls-active [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #e7f3ef transparent transparent transparent;
    position: absolute;
    top: auto;
    margin-left: -6px
}

.ls-theme-dark-green hr[data-ls-text] {
    border-color: #0c7152
}

.ls-theme-dark-green hr[data-ls-text]:before {
    color: #0c7152
}

.ls-xs-space {
    padding: 5px !important
}

.ls-sm-space, [class*="ls-alert-"].ls-sm-space, .ls-table.ls-sm-space td, .ls-table.ls-sm-space th, .ls-box.ls-sm-space, .ls-sm-space.ls-box-filter, .ls-sm-space.ls-alert-box {
    padding: 10px !important;
    font-size: 12px !important
}

.ls-md-space, [class*="ls-alert-"].ls-md-space, .ls-table.ls-md-space td, .ls-table.ls-md-space th, .ls-box.ls-md-space, .ls-md-space.ls-box-filter, .ls-md-space.ls-alert-box {
    padding: 20px !important;
    font-size: 14px !important
}

.ls-lg-space, .ls-no-notification-message {
    padding: 40px !important
}

.ls-clearfix:after, .container-white:after, [class*="ls-title"]:after, .ls-info-header:after, .ls-group-btn:after, .ls-form-horizontal .ls-actions-btn:after, .ls-label:after, .ls-form-horizontal .row:after, .ls-form-inline:after, .ls-tabs-container .ls-tab-content:after, .ls-box:after, .ls-box-filter:after, .ls-alert-box:after, .ls-steps:after {
    content: "";
    display: block;
    clear: both
}

.ls-no-float, .ls-float-none {
    float: none !important
}

.ls-float-right, .ls-pager li.ls-next a {
    float: right !important
}

.ls-float-left, .ls-info-header > [class*="ls-ico"]:before, .ls-group-btn [class*="ls-btn"], .ls-form-horizontal .ls-label[class*="col-"], .ls-prefix-group input, .ls-box[class*="ls-ico-"]:before, [class*="ls-ico-"].ls-box-filter:before, [class*="ls-ico-"].ls-alert-box:before, [class*="ls-pagination"] li, [class*="ls-pagination"] li .ls-gap, [class*="ls-pagination"] li a, .ls-pager li.ls-previous a, .pika-lendar, .pika-prev, .is-rtl .pika-next {
    float: left !important
}

.ls-clear-both {
    clear: both !important
}

.ls-clear-right {
    clear: right !important
}

.ls-clear-left {
    clear: left !important
}

.ls-overflow-hidden {
    overflow: hidden !important
}

.ls-overflow-visible {
    overflow: visible !important
}

.ls-display-block, .ls-no-notification-message.active {
    display: block !important
}

.ls-display-inline {
    display: inline !important;
    float: none !important
}

.ls-display-inline-block {
    display: inline-block !important;
    float: none !important
}

.ls-display-none, [class*="ls-half-board"] .highcharts-series-group > path, .ls-no-notification-message {
    display: none !important
}

.ls-width-auto {
    width: auto !important
}

.ls-width-inherit {
    width: inherit
}

.ls-full-width {
    width: 100% !important
}

.ls-height-inherit {
    height: inherit
}

.ls-height-auto {
    height: auto !important
}

.ls-width-50 {
    width: 50px
}

.ls-width-100 {
    width: 100px
}

.ls-width-150 {
    width: 150px
}

.ls-width-200 {
    width: 200px
}

.ls-width-250 {
    width: 250px
}

.ls-width-300 {
    width: 300px
}

.ls-width-350 {
    width: 350px
}

.ls-width-400 {
    width: 400px
}

.ls-width-450 {
    width: 450px
}

.ls-width-500 {
    width: 500px
}

.ls-no-margin {
    margin: 0 !important
}

.ls-no-margin-left, [class*="ls-btn"]:empty:after, [class*="ls-btn"].ls-btn-block {
    margin-left: 0 !important
}

.ls-no-margin-right, [class*="ls-btn"].ls-btn-block {
    margin-right: 0 !important
}

.ls-no-margin-top, [class*="ls-btn"].ls-btn-block:first-child, .ls-form-horizontal .ls-actions-btn [class*="ls-btn"]:not(.ls-btn-block) {
    margin-top: 0 !important
}

.ls-no-margin-bottom {
    margin-bottom: 0 !important
}

.ls-xs-margin-top {
    margin-top: 5px !important
}

.ls-xs-margin-right {
    margin-right: 5px !important
}

.ls-xs-margin-bottom {
    margin-bottom: 5px !important
}

.ls-xs-margin-left {
    margin-left: 5px !important
}

.ls-sm-margin-top {
    margin-top: 10px !important
}

.ls-sm-margin-right {
    margin-right: 10px !important
}

.ls-sm-margin-bottom {
    margin-bottom: 10px !important
}

.ls-sm-margin-left {
    margin-left: 10px !important
}

.ls-md-margin-top {
    margin-top: 20px !important
}

.ls-md-margin-right {
    margin-right: 20px !important
}

.ls-md-margin-bottom {
    margin-bottom: 20px !important
}

.ls-md-margin-left {
    margin-left: 20px !important
}

.ls-lg-margin-top {
    margin-top: 40px !important
}

.ls-lg-margin-right {
    margin-right: 40px !important
}

.ls-lg-margin-bottom {
    margin-bottom: 40px !important
}

.ls-lg-margin-left {
    margin-left: 40px !important
}

.ls-no-padding, .ls-board-box .ls-box-group + .ls-chart .ls-tabs-container .ls-tab-content {
    padding: 0 !important
}

.ls-no-padding-left, [class*="ls-btn"].ls-btn-block {
    padding-left: 0 !important
}

.ls-no-padding-right, [class*="ls-btn"].ls-btn-block {
    padding-right: 0 !important
}

.ls-no-padding-top {
    padding-top: 0 !important
}

.ls-no-padding-bottom {
    padding-bottom: 0 !important
}

.ls-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.ls-txt-left, .ls-table.ls-txt-left td, .ls-table.ls-txt-left th, .ls-table tbody.ls-txt-left td, .ls-table tbody.ls-txt-left th {
    text-align: left !important
}

.ls-txt-right, .ls-table.ls-txt-right td, .ls-table.ls-txt-right th, .ls-table tbody.ls-txt-right td, .ls-table tbody.ls-txt-right th {
    text-align: right !important
}

.ls-txt-justify {
    text-align: justify !important
}

.ls-txt-center, .ls-board-box .ls-box, .ls-board-box .ls-box-filter, .ls-board-box .ls-alert-box, .ls-no-notification-message, .ls-table.ls-txt-center td, .ls-table.ls-txt-center th, .ls-table tbody.ls-txt-center td, .ls-table tbody.ls-txt-center th, .ls-box-disclaimer {
    text-align: center !important
}

.ls-txt-center-all {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: 0 !important
}

.ls-v-align-top {
    vertical-align: top !important
}

.ls-v-align-middle, [class*="ls-half-board"] {
    vertical-align: middle !important
}

.ls-v-align-bottom {
    vertical-align: bottom !important
}

.ls-no-bg {
    background: none !important
}

.ls-no-bghover:hover {
    background: none !important
}

.ls-no-shadow {
    box-shadow: none !important
}

.ls-no-border, .ls-board-box .ls-box-group + .ls-chart .ls-tabs-container .ls-tab-content {
    border: none !important
}

.ls-no-border-right {
    border-right: none !important
}

.ls-no-border-left {
    border-left: none !important
}

.ls-no-border-bottom {
    border-bottom: none !important
}

.ls-no-border-top {
    border-top: none !important
}

.ls-border {
    border-color: #eeeeee !important
}

.ls-word-dotted {
    border-bottom: 1px dotted #555555
}

.ls-cursor-pointer {
    cursor: pointer !important
}

.ls-cursor-default {
    cursor: default !important
}

.ls-cursor-crosshair {
    cursor: crosshair !important
}

.ls-cursor-move {
    cursor: move !important
}

.ls-cursor-help {
    cursor: help !important
}

.ls-cursor-wait {
    cursor: wait !important
}

.ls-cursor-inherit {
    cursor: inherit !important
}

.ls-cursor-text {
    cursor: text !important
}

.ls-cursor-progress {
    cursor: progress !important
}

.ls-cursor-grab {
    cursor: -ms-grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: hand;
    cursor: grab
}

.ls-cursor-grabbing {
    cursor: grabbing;
    cursor: -ms-grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.ls-scroll-touch {
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.ls-bg-white {
    background: white !important
}

.ls-color-black {
    color: black !important
}

.ls-color-white, .ls-dropdown-menu {
    color: white
}

.ls-color-danger, .ls-cart ul li a {
    color: #d75553 !important
}

.ls-color-info {
    color: #2881ac !important
}

.ls-color-success {
    color: #388f39 !important
}

.ls-color-warning {
    color: #b9a016 !important
}

.ls-no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.ls-no-spin {
    -moz-appearance: textfield;
    appearance: textfield
}

.ls-ellipsis, .ls-title-intro .ls-text-title, .ls-user-account .ls-ico-user .ls-name, .ls-cart ul li .ls-title-product {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block !important
}

.ls-nowrap {
    white-space: nowrap
}

.ls-no-bold {
    font-weight: normal !important
}

.ls-word-break-all {
    word-break: break-all !important;
    padding: 0
}

.ls-word-break {
    word-break: break-word !important
}

.ls-no-word-break {
    word-break: normal !important
}

.ls-no-radius {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important
}

.ls-no-left-radius {
    -moz-border-radius-topleft: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.ls-no-right-radius {
    -moz-border-radius-topright: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.ls-no-top-radius {
    -moz-border-radius-topleft: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.ls-no-bottom-radius {
    -moz-border-radius-bottomleft: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.ls-no-list-style {
    list-style: none !important
}

.ls-transparent-25 {
    opacity: 0.25 !important
}

.ls-transparent-50 {
    opacity: 0.5 !important
}

.ls-transparent-75 {
    opacity: 0.75 !important
}

.ls-no-style-input, .ls-no-style-input:focus, .ls-no-style-input:active {
    outline: none !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: 1px solid transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important
}

.ls-hidden-accessible {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.ls-break-text, .ls-table td, .ls-table th {
    word-wrap: break-word !important
}

.ls-table-layout-auto {
    table-layout: auto !important
}

.ls-small-letter-spacing {
    letter-spacing: -1px
}

.ls-text-default {
    color: #555555;
    font-size: 13px !important
}

.ls-text-xs {
    font-size: 11px !important
}

.ls-text-sm {
    font-size: 12px !important
}

.ls-text-md {
    font-size: 14px !important
}

.ls-text-lg {
    font-size: 18px !important
}

.ls-text-xl {
    font-size: 20px !important
}

.ls-text-uppercase, .ls-topbar .ls-brand-name a small, .ls-topbar .ls-brand-name a span {
    text-transform: uppercase
}

.ls-text-lowercase {
    text-transform: lowercase
}

.ls-text-capitalize {
    text-transform: capitalize
}

.ls-text-underline {
    text-decoration: underline !important
}

.ls-text-decoration-none {
    text-decoration: none
}

.ls-line-separator {
    width: calc(100% - 2rem);
    width: 85% \9;
    float: none;
    clear: both;
    border: 1px solid red;
    border-color: #cccccc transparent #dddddd transparent;
    margin: 2rem 1rem
}

.ls-line-separator:before, .ls-line-separator:after {
    content: " ";
    display: table
}

.ls-background-sucess, .ls-table .ls-background-sucess td, .ls-background-success, .ls-table .ls-background-success td {
    color: #388f39;
    background-color: #b2e1b3
}

.ls-background-info, .ls-table .ls-background-info td {
    color: #2881ac;
    background-color: #b3daed
}

.ls-background-warning, .ls-table .ls-background-warning td {
    color: #b9a016;
    background-color: #f4e9a7
}

.ls-background-danger, .ls-table .ls-background-danger td {
    color: #d75553;
    background-color: #fdf9f9
}

.ls-style-list {
    margin-left: 18px;
    margin-bottom: 10px
}

.ls-style-list li {
    line-height: 1.3
}

.ls-position-absolute {
    position: absolute !important
}

.ls-position-relative {
    position: relative !important
}

@media screen and (max-width: 768px) {
    .ls-float-none-xs {
        float: none !important
    }

    .ls-float-right-xs {
        float: right !important
    }

    .ls-float-left-xs {
        float: left !important
    }

    .ls-display-none-xs {
        display: none !important
    }

    .ls-display-inline-xs {
        display: inline !important
    }

    .ls-display-inline-block-xs {
        display: inline-block !important
    }

    .ls-display-block-xs {
        display: block !important
    }

    .ls-clear-both-xs {
        clear: both !important
    }

    .ls-clear-right-xs {
        clear: right !important
    }

    .ls-clear-left-xs {
        clear: left !important
    }

    .ls-txt-right-xs {
        text-align: right !important
    }

    .ls-txt-left-xs {
        text-align: left !important
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .ls-float-none-sm {
        float: none !important
    }

    .ls-float-right-sm {
        float: right !important
    }

    .ls-float-left-sm {
        float: left !important
    }

    .ls-display-none-sm {
        display: none !important
    }

    .ls-display-inline-sm {
        display: inline !important
    }

    .ls-display-inline-block-sm {
        display: inline-block !important
    }

    .ls-display-block-sm {
        display: block !important
    }

    .ls-clear-both-sm {
        clear: both !important
    }

    .ls-clear-right-sm {
        clear: right !important
    }

    .ls-clear-left-sm {
        clear: left !important
    }

    .ls-txt-right-sm {
        text-align: right !important
    }

    .ls-txt-left-sm {
        text-align: left !important
    }

    .ls-btn-block-sm {
        display: block !important;
        text-align: center !important;
        margin-bottom: 10px;
        width: 100% !important
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .ls-float-none-md {
        float: none !important
    }

    .ls-float-right-md {
        float: right !important
    }

    .ls-float-left-md {
        float: left !important
    }

    .ls-display-none-md {
        display: none !important
    }

    .ls-display-inline-md {
        display: inline !important
    }

    .ls-display-inline-block-md {
        display: inline-block !important
    }

    .ls-display-block-md {
        display: block !important
    }

    .ls-clear-both-md {
        clear: both !important
    }

    .ls-clear-right-md {
        clear: right !important
    }

    .ls-clear-left-md {
        clear: left !important
    }

    .ls-txt-right-md {
        text-align: right !important
    }

    .ls-txt-left-md {
        text-align: left !important
    }

    .ls-btn-block-md {
        display: block !important;
        text-align: center !important;
        margin-bottom: 10px;
        width: 100% !important
    }
}

@media screen and (min-width: 1200px) {
    .ls-float-none-lg {
        float: none !important
    }

    .ls-float-right-lg {
        float: right !important
    }

    .ls-float-left-lg {
        float: left !important
    }

    .ls-display-none-lg {
        display: none !important
    }

    .ls-display-inline-lg {
        display: inline !important
    }

    .ls-display-inline-block-lg {
        display: inline-block !important
    }

    .ls-display-block-lg {
        display: block !important
    }
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    background-color: white
}

html.ls-html-nobg {
    background-color: #f7f7f7
}

html, body {
    height: 100%
}

body {
    font-size: 100%;
    line-height: 1;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.container-white {
    margin: 0 -15px;
    padding: 30px;
    border-top: 1px solid #eeeeee;
    background-color: white
}

a, a:hover {
    text-decoration: none
}

p a, a.ls-color-theme, a.ls-ico-alone, a.ls-ico-bg:before {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

p a:hover, p a:focus, a.ls-color-theme:hover, a.ls-ico-alone:hover, a.ls-ico-bg:hover:before, a.ls-color-theme:focus, a.ls-ico-alone:focus, a.ls-ico-bg:focus:before {
    border-bottom-color: transparent
}

img {
    max-width: 100%
}

fieldset {
    border: none
}

main {
    display: block
}

[hidden], template {
    display: none
}

small {
    font-size: 11px
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media screen and (min-width: 768px) {
    html, body {
        overflow-x: initial
    }
}

.ls-main-full .ls-main {
    margin-left: 0
}

.ls-main {
    min-height: 100%;
    padding-top: 60px;
    margin-left: 0;
    z-index: 10;
    position: relative;
    background-color: white
}

.ls-main .container-fluid {
    min-height: 85%
}

.ls-main .container-fluid > .row [class*="col-"] {
    padding-bottom: 20px
}

.ls-html-nobg .ls-main {
    background-color: #f7f7f7
}

.ls-lnk-nav {
    padding: 7px 10px 0;
    font-size: 20px;
    color: black;
    text-decoration: none;
    display: block;
    line-height: 1.25
}

.ls-lnk-nav[class*="ls-ico"]:before {
    position: relative;
    top: -2px;
    padding: 3px 5px 3px 6px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    font-size: 16px;
    text-align: center
}

.ls-ico-help {
    cursor: pointer;
    font-size: 9px;
    font-family: "locastyle";
    display: inline-block;
    border-radius: 100%;
    background-color: #154297;
    color: white;
    height: 15px;
    text-align: right;
    line-height: 15px;
    width: 15px
}

.ls-ico-help:before {
    color: white;
    content: "\e60a"
}

a.ls-word-dotted {
    color: #555555
}

hr {
    border: 0;
    border-bottom: 1px solid #eeeeee;
    margin: 30px 0
}

hr[data-ls-text] {
    border-style: dashed;
    text-align: left
}

hr[data-ls-text]:before {
    content: attr(data-ls-text);
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px
}

@media screen and (max-width: 992px) {
    .ls-board-box [class*="col-md"] {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 768px) {
    .ls-main-full .ls-sidebar {
        display: none
    }

    .ls-main {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        -moz-transition: margin 0.25s ease-in-out;
        -o-transition: margin 0.25s ease-in-out;
        -webkit-transition: margin 0.25s ease-in-out;
        transition: margin 0.25s ease-in-out;
        margin-left: 265px;
        height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        overflow-scrolling: touch
    }

    .ls-sidebar-toggled .ls-main {
        margin-left: 60px
    }

    .ls-main .container-fluid > .row [class*="col-"] {
        padding-bottom: 0
    }

    .ls-main:after {
        clear: both;
        content: ""
    }

    .ls-sidebar-visible .ls-main, .ls-notifications-visible .ls-main {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .ls-container, .ls-main > .container-fluid, .ls-main > .container {
        padding: 0 30px
    }

    hr {
        border: 0;
        border-top: 1px solid #eeeeee
    }

    .ls-form hr {
        margin-left: 15px;
        margin-right: 15px
    }

    hr[data-ls-text] {
        margin-top: 50px
    }

    hr[data-ls-text]:before {
        background-color: white;
        display: inline;
        position: relative;
        top: -12px;
        padding: 10px 20px 10px 0;
        margin: 0 auto
    }
}

html:after {
    content: url("//assets.locaweb.com.br/locastyle/edge/images/ls-smile.gif");
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -20
}

@font-face {
    font-family: "locastyle";
    src: url("locastyle-dff251bd7a157945772242658ca7ac40.eot?-luxi4q");
    src: url("locastyle-dff251bd7a157945772242658ca7ac40.eot?#iefix-luxi4q") format("embedded-opentype"), url("locastyle-5d4d04eecc2647c75cdc70fd51755fad.woff?-luxi4q") format("woff"), url("locastyle-8b23ea8f308a3978417fbc30e6f3ad50.ttf?-luxi4q") format("truetype"), url("locastyle-36d59337f0ce3785ff95dec6374749fb.svg?-luxi4q#locastyle") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "locastyle-panel-icons";
    src: url("locastyle-panel-icons-0f4112c508fa5cee8fc2cd72354f3595.eot?-luxi4q");
    src: url("locastyle-panel-icons-0f4112c508fa5cee8fc2cd72354f3595.eot?#iefix-luxi4q") format("embedded-opentype"), url("locastyle-panel-icons-1b41809273268f788e5b5165b69fe0e5.woff?-luxi4q") format("woff"), url("locastyle-panel-icons-a629c88fd4aef9fa316e7b62340f271a.ttf?-luxi4q") format("truetype"), url("locastyle-panel-icons-4bc7bbde465dfa1ab6c56de8847f3105.svg?-luxi4q#locastyle-panel-icons") format("svg");
    font-weight: normal;
    font-style: normal
}

[class*="ls-ico"]:before, [class*="ls-ico"]:after, [class*="ls-ico-panel"]:before, [class*="ls-ico-panel"]:after {
    font-family: "locastyle";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*="ls-ico-panel"]:before, [class*="ls-ico-panel"]:after {
    font-family: "locastyle-panel-icons"
}

[class*="ls-ico-"]:after, [class*="ls-ico-panel"]:after, .ls-ico-right:before, .ls-ico-panel-right:before {
    display: none
}

.ls-ico-right:after, .ls-ico-panel-right:after {
    display: inline-block;
    margin-left: 5px;
    padding: 0;
    width: 5px
}

.ls-ico-alone {
    display: inline-block;
    font-size: 64px;
    border-bottom-color: transparent
}

.ls-ico-cart:before, .ls-ico-cart:after {
    content: "\e65c"
}

.ls-ico-bullhorn:before, .ls-ico-bullhorn:after {
    content: "\f0a1"
}

.ls-ico-dashboard:before, .ls-ico-dashboard:after {
    content: "\f0e4"
}

.ls-ico-bell-o:before, .ls-ico-bell-o:after {
    content: "\f0f3"
}

.ls-ico-home:before, .ls-ico-home:after {
    content: "\e600"
}

.ls-ico-users:before, .ls-ico-users:after {
    content: "\e601"
}

.ls-ico-stats:before, .ls-ico-stats:after {
    content: "\e609"
}

.ls-ico-envelope:before, .ls-ico-envelope:after {
    content: "\e604"
}

.ls-ico-envelop:before, .ls-ico-envelop:after {
    content: "\e604"
}

.ls-ico-cog:before, .ls-ico-cog:after {
    content: "\e608"
}

.ls-ico-user:before, .ls-ico-user:after {
    content: "\e605"
}

.ls-ico-question:before, .ls-ico-question:after {
    content: "\e60a"
}

.ls-ico-chevron-up:before, .ls-ico-chevron-up:after {
    content: "\e60f"
}

.ls-ico-chevron-right:before, .ls-ico-chevron-right:after {
    content: "\e60d"
}

.ls-ico-chevron-down:before, .ls-ico-chevron-down:after {
    content: "\e60b"
}

.ls-ico-chevron-left:before, [class*="ls-go"]:before, .ls-ico-chevron-left:after {
    content: "\e60e"
}

.ls-ico-shaft-up-left:before, .ls-ico-shaft-up-left:after {
    content: "\ea39"
}

.ls-ico-shaft-up:before, .ls-ico-shaft-up:after {
    content: "\ea3a"
}

.ls-ico-shaft-up-right:before, .ls-ico-shaft-up-right:after {
    content: "\ea3b"
}

.ls-ico-shaft-right:before, .ls-ico-shaft-right:after {
    content: "\ea3c"
}

.ls-ico-shaft-down-right:before, .ls-ico-shaft-down-right:after {
    content: "\ea3d"
}

.ls-ico-shaft-down:before, .ls-ico-shaft-down:after {
    content: "\ea3e"
}

.ls-ico-shaft-down-left:before, .ls-ico-shaft-down-left:after {
    content: "\ea3f"
}

.ls-ico-shaft-left:before, .ls-ico-shaft-left:after {
    content: "\ea40"
}

.ls-ico-circle-up:before, .ls-ico-circle-up:after {
    content: "\ea41"
}

.ls-ico-circle-right:before, .ls-ico-circle-right:after {
    content: "\ea42"
}

.ls-ico-circle-down:before, .ls-ico-circle-down:after {
    content: "\ea43"
}

.ls-ico-circle-left:before, .ls-ico-circle-left:after {
    content: "\ea44"
}

.ls-ico-menu:before, .ls-ico-menu:after {
    content: "\e610"
}

.ls-ico-pencil:before, .ls-ico-pencil:after {
    content: "\e619"
}

.ls-ico-pencil2:before, .ls-ico-pencil2:after {
    content: "\e611"
}

.ls-ico-paint-format:before, .ls-ico-paint-format:after {
    content: "\e61a"
}

.ls-ico-image:before, .ls-ico-image:after {
    content: "\e61c"
}

.ls-ico-images:before, .ls-ico-images:after {
    content: "\e61b"
}

.ls-ico-qrcode:before, .ls-ico-qrcode:after {
    content: "\e612"
}

.ls-ico-list:before, .ls-ico-list:after {
    content: "\e613"
}

.ls-ico-list2:before, .ls-ico-list2:after {
    content: "\e614"
}

.ls-ico-numbered-list:before, .ls-ico-numbered-list:after {
    content: "\e615"
}

.ls-ico-menu2:before, .ls-ico-menu2:after {
    content: "\e616"
}

.ls-ico-insert-template:before, .ls-ico-insert-template:after {
    content: "\e617"
}

.ls-ico-windows:before, .ls-ico-windows:after {
    content: "\e618"
}

.ls-ico-code:before, .ls-ico-code:after {
    content: "\e602"
}

.ls-ico-screen:before, .ls-ico-screen:after {
    content: "\e60c"
}

.ls-ico-camera:before, .ls-ico-camera:after {
    content: "\e603"
}

.ls-ico-folder:before, .ls-ico-folder:after {
    content: "\e606"
}

.ls-ico-folder-open:before, .ls-ico-folder-open:after {
    content: "\e607"
}

.ls-ico-download:before, .ls-ico-download:after {
    content: "\e61d"
}

.ls-ico-upload:before, .ls-ico-upload:after {
    content: "\e61e"
}

.ls-ico-spinner:before, .ls-ico-spinner:after {
    content: "\e61f"
}

.ls-ico-search:before, .ls-ico-search:after {
    content: "\e620"
}

.ls-ico-zoomin:before, .ls-ico-zoomin:after {
    content: "\e621"
}

.ls-ico-zoomout:before, .ls-ico-zoomout:after {
    content: "\e622"
}

.ls-ico-stats:before, .ls-ico-stats:after {
    content: "\e623"
}

.ls-ico-bars:before, .ls-ico-bars:after {
    content: "\e624"
}

.ls-ico-remove:before, .ls-ico-remove:after {
    content: "\e625"
}

.ls-ico-accessibility:before, .ls-ico-accessibility:after {
    content: "\e626"
}

.ls-ico-tree:before, .ls-ico-tree:after {
    content: "\e627"
}

.ls-ico-cloud:before, .ls-ico-cloud:after {
    content: "\e628"
}

.ls-ico-cloud-download:before, .ls-ico-cloud-download:after {
    content: "\e629"
}

.ls-ico-cloud-upload:before, .ls-ico-cloud-upload:after {
    content: "\e62a"
}

.ls-ico-download2:before, .ls-ico-download2:after {
    content: "\e62b"
}

.ls-ico-upload2:before, .ls-ico-upload2:after {
    content: "\e62c"
}

.ls-ico-globe:before, .ls-ico-globe:after {
    content: "\e62d"
}

.ls-ico-earth:before, .ls-ico-earth:after {
    content: "\e62e"
}

.ls-ico-link:before, .ls-ico-link:after {
    content: "\e62f"
}

.ls-ico-flag:before, .ls-ico-flag:after {
    content: "\e630"
}

.ls-ico-attachment:before, .ls-ico-attachment:after {
    content: "\e631"
}

.ls-ico-eye:before, .ls-ico-eye:after {
    content: "\e632"
}

.ls-ico-eye-blocked:before, .ls-ico-eye-blocked:after {
    content: "\e633"
}

.ls-ico-star:before, .ls-ico-star:after {
    content: "\e634"
}

.ls-ico-star2:before, .ls-ico-star2:after {
    content: "\e635"
}

.ls-ico-star3:before, .ls-ico-star3:after {
    content: "\e636"
}

.ls-ico-thumbs-up:before, .ls-ico-thumbs-up:after {
    content: "\e637"
}

.ls-ico-thumbs-up2:before, .ls-ico-thumbs-up2:after {
    content: "\e638"
}

.ls-ico-info:before, .ls-ico-info:after {
    content: "\e639"
}

.ls-ico-cancel-circle:before, .ls-ico-cancel-circle:after {
    content: "\e63a"
}

.ls-ico-checkmark-circle:before, .ls-ico-checkmark-circle:after {
    content: "\e63b"
}

.ls-ico-close:before, .ls-ico-close:after {
    content: "\e63c"
}

.ls-ico-checkmark:before, .ls-ico-checkmark:after {
    content: "\e63d"
}

.ls-ico-minus:before, .ls-ico-minus:after {
    content: "\e63e"
}

.ls-ico-plus:before, .ls-ico-plus:after {
    content: "\e63f"
}

.ls-ico-checkbox-checked:before, .ls-ico-checkbox-checked:after {
    content: "\e640"
}

.ls-ico-checkbox-unchecked:before, .ls-ico-checkbox-unchecked:after {
    content: "\e641"
}

.ls-ico-checkbox-partial:before, .ls-ico-checkbox-partial:after {
    content: "\e642"
}

.ls-ico-radio-checked:before, .ls-ico-radio-checked:after {
    content: "\e643"
}

.ls-ico-radio-unchecked:before, .ls-ico-radio-unchecked:after {
    content: "\e644"
}

.ls-ico-domain:before, .ls-ico-domain:after {
    content: "\e650"
}

.ls-ico-edit-admin:before, .ls-ico-edit-admin:after {
    content: "\e651"
}

.ls-ico-calendar:before, .ls-ico-calendar:after {
    content: "\e0e8"
}

.ls-ico-calendar-more:before, .ls-ico-calendar-more:after {
    content: "\e0f3"
}

.ls-ico-calendar-check:before, .ls-ico-calendar-check:after {
    content: "\e0f2"
}

.ls-ico-chart-bar-up:before, .ls-ico-chart-bar-up:after {
    content: "\e647"
}

.ls-ico-lamp:before, .ls-ico-lamp:after {
    content: "\e0f4"
}

.ls-ico-arrow-down:before, .ls-ico-arrow-down:after {
    content: "\e0eb"
}

.ls-ico-arrow-left:before, .ls-ico-arrow-left:after {
    content: "\e0ec"
}

.ls-ico-arrow-up:before, .ls-ico-arrow-up:after {
    content: "\e0ed"
}

.ls-ico-arrow-right:before, .ls-ico-arrow-right:after {
    content: "\e0ee"
}

.ls-ico-export:before, .ls-ico-export:after {
    content: "\e645"
}

.ls-ico-table-alt:before, .ls-ico-table-alt:after {
    content: "\e646"
}

.ls-ico-mobile:before, .ls-ico-mobile:after {
    content: "\e648"
}

.ls-ico-user-add:before, .ls-ico-user-add:after {
    content: "\e649"
}

.ls-ico-list3:before, .ls-ico-list3:after {
    content: "\e64a"
}

.ls-ico-text:before, .ls-ico-text:after {
    content: "\e64b"
}

.ls-ico-text2:before, .ls-ico-text2:after {
    content: "\e64c"
}

.ls-ico-document:before, .ls-ico-document:after {
    content: "\e64d"
}

.ls-ico-docs:before, .ls-ico-docs:after {
    content: "\e64e"
}

.ls-ico-book:before, .ls-ico-book:after {
    content: "\e64f"
}

.ls-ico-target:before, .ls-ico-target:after {
    content: "\e652"
}

.ls-ico-hours:before, .ls-ico-hours:after {
    content: "\e653"
}

.ls-ico-month:before, .ls-ico-month:after {
    content: "\e654"
}

.ls-ico-week:before, .ls-ico-week:after {
    content: "\e655"
}

.ls-ico-mysql:before, .ls-ico-mysql:after {
    content: "\e656"
}

.ls-ico-postgres:before, .ls-ico-postgres:after {
    content: "\e657"
}

.ls-ico-ftp:before, .ls-ico-ftp:after {
    content: "\e65a"
}

.ls-ico-origins:before, .ls-ico-origins:after {
    content: "\e65b"
}

.ls-ico-history:before, .ls-ico-history:after {
    content: "\e659"
}

.ls-ico-blank:before, .ls-ico-blank:after {
    content: "\e658"
}

.ls-ico-trophy:before, .ls-ico-trophy:after {
    content: "\e800"
}

.ls-ico-bukets:before, .ls-ico-bukets:after {
    content: "\e900"
}

.ls-ico-multibuckets:before, .ls-ico-multibuckets:after {
    content: "\e901"
}

.ls-ico-location:before, .ls-ico-location:after {
    content: "\e947"
}

.ls-ico-cake:before, .ls-ico-cake:after {
    content: "\e902"
}

.ls-ico-panel-streaming:before, .ls-ico-panel-streaming:after {
    content: "\e600"
}

.ls-ico-panel-hospedagem:before, .ls-ico-panel-hospedagem:after {
    content: "\e601"
}

.ls-ico-panel-emkt:before, .ls-ico-panel-emkt:after {
    content: "\e602"
}

.ls-ico-panel-cloud:before, .ls-ico-panel-cloud:after {
    content: "\e603"
}

.ls-ico-panel-smtp:before, .ls-ico-panel-smtp:after {
    content: "\e604"
}

.ls-ico-panel-dns:before, .ls-ico-panel-dns:after {
    content: "\e605"
}

.ls-ico-panel-backup:before, .ls-ico-panel-backup:after {
    content: "\e606"
}

.ls-ico-panel-domains:before, .ls-ico-panel-domains:after {
    content: "\e607"
}

.ls-ico-panel-storage:before, .ls-ico-panel-storage:after {
    content: "\e900"
}

.ls-ico-panel-pabx:before, .ls-ico-panel-pabx:after {
    content: "\e901"
}

html {
    font-size: 90%
}

body {
    color: #555555
}

[class*="ls-title"] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-weight: 400;
    color: #222222;
    margin-bottom: 10px
}

[class*="ls-title"] [class*="ls-btn"] {
    margin-top: 10px
}

.ls-title-1 {
    font-size: 28px
}

.ls-title-2 {
    font-size: 24px
}

.ls-title-3 {
    font-size: 20px
}

.ls-title-4 {
    font-size: 16px
}

.ls-title-5 {
    font-size: 14px
}

.ls-title-6, .ls-cart ul li .ls-title-product {
    font-size: 12px;
    font-weight: bold
}

p, li {
    font-size: 13px;
    letter-spacing: 0.2px
}

p {
    line-height: 1.3;
    margin-bottom: 10px
}

.ls-title-intro {
    font-weight: 300;
    color: #222222;
    padding: 15px;
    margin: 0 -15px 30px;
    font-size: 28px;
    background-color: #f7f7f7;
    border-bottom: 1px solid;
    border-bottom-color: #eeeeee;
    border-bottom-color: rgba(238, 238, 238, 0.4)
}

.ls-title-intro [class*="ls-btn"] {
    float: right;
    margin-top: 2px !important
}

.ls-title-intro .ls-text-title {
    width: 50%
}

.ls-title-intro.ls-no-bg {
    border-bottom: none;
    margin-bottom: 0
}

.ls-html-nobg .ls-title-intro {
    border: none;
    margin-bottom: 0
}

.ls-title-intro:before {
    width: 40px;
    display: inline-block;
    opacity: 0.15;
    vertical-align: top
}

.ls-box .ls-title-intro, .ls-box-filter .ls-title-intro, .ls-alert-box .ls-title-intro {
    font-weight: 400;
    font-size: 32px;
    color: #555555;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    background-color: transparent
}

.ls-intro {
    padding: 10px 30px;
    margin: 0 -30px 30px;
    background-color: #f7f7f7;
    border-bottom: 1px solid;
    border-bottom-color: #eeeeee
}

.ls-intro .ls-title-intro {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-bottom: none
}

.ls-intro .ls-title-intro[class*="ls-ico"] {
    padding-left: 52px
}

.ls-intro p {
    padding-top: 10px;
    margin: 0
}

.ls-helper-text {
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 3px
}

@media screen and (min-width: 768px) {
    html {
        font-size: 100%
    }

    [class*="ls-title"] {
        margin-bottom: 5px
    }

    [class*="ls-title"] [class*="ls-btn"] {
        margin-top: -8px
    }

    [class*="ls-title-"] {
        font-weight: 600;
        letter-spacing: -0.2px
    }

    .ls-title-1 {
        color: black;
        font-size: 36px
    }

    .ls-title-2 {
        font-size: 32px
    }

    .ls-title-3 {
        font-size: 26px
    }

    .ls-title-4 {
        font-size: 22px
    }

    .ls-title-5 {
        font-size: 18px
    }

    .ls-title-6, .ls-cart ul li .ls-title-product {
        font-size: 14px
    }

    .ls-title-intro {
        padding: 29px 30px 20px;
        margin-right: -30px;
        margin-left: -30px;
        margin-bottom: 30px;
        font-size: 36px;
        font-weight: 300
    }

    .ls-title-intro .ls-text-title {
        width: 70%
    }

    .ls-title-intro[class*="ls-ico"]:before {
        margin-left: 0;
        margin-right: 10px
    }
}

.ls-dismissed {
    display: none
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fade-in-up {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fade-in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fade-in-right {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fade-in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

[class*="ls-alert-"] {
    padding: 15px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6
}

[class*="ls-alert-"]:empty {
    display: none
}

[class*="ls-alert-"] p {
    color: inherit;
    margin-bottom: 0
}

[class*="ls-alert-"] a:not([class*="ls-btn"]) {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: inherit
}

[class*="ls-alert-"] a:not([class*="ls-btn"]):hover, [class*="ls-alert-"] a:not([class*="ls-btn"]):focus {
    border-bottom: 0
}

.ls-alert-success {
    color: #388f39;
    border-color: #7db67e;
    background-color: #d7e8d7
}

.ls-alert-info {
    color: #2881ac;
    border-color: #73adc9;
    background-color: #d4e5ee
}

.ls-alert-warning {
    color: #b9a016;
    border-color: #d1c167;
    background-color: #f1ecd0
}

.ls-alert-danger {
    color: #d75553;
    border-color: #e5908f;
    background-color: #f7dddc
}

.ls-dismiss {
    float: right;
    position: relative;
    top: -3px;
    right: 5px;
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    font-size: 21px;
    opacity: 0.3;
    line-height: 1
}

.ls-dismiss:hover {
    opacity: 0.5
}

.ls-alert-blocker ~ .ls-sidebar {
    height: calc(100% - 90px)
}

.ls-alert-blocker ~ .ls-sidebar, .ls-alert-blocker ~ .ls-sidebar.ls-area-account-active, .ls-alert-blocker ~ .ls-notification {
    top: 90px
}

.ls-alert-blocker ~ .ls-topbar, .ls-pre-panel .ls-alert-blocker ~ .ls-sidebar {
    top: 90px
}

.ls-alert-blocker ~ .ls-main .ls-title-intro {
    margin-top: 90px
}

.ls-alert-blocker {
    text-align: center
}

.ls-alert-fixed-top {
    top: 0
}

.ls-alert-fixed-bottom {
    bottom: 0
}

.ls-alert-fixed-top, .ls-alert-fixed-bottom {
    position: fixed;
    z-index: 13
}

.ls-alert-blocker, .ls-alert-fixed-top, .ls-alert-fixed-bottom {
    border-radius: 0;
    border: none;
    width: 100%;
    margin-bottom: 0;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .ls-alert-blocker ~ .ls-sidebar {
        height: 100%
    }

    .ls-alert-blocker ~ .ls-sidebar, .ls-alert-blocker ~ .ls-sidebar.ls-area-account-active, .ls-alert-blocker ~ .ls-notification {
        top: 150px
    }
}

.ls-board-box {
    margin-top: 20px
}

.ls-board-box .ls-no-data {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #888888;
    padding: 45px 0 50px;
    margin: 0
}

.ls-board-box .ls-box-group:after {
    clear: both
}

.ls-board-box .ls-box-group + .ls-chart {
    margin-top: 40px
}

.ls-board-box .ls-box-group + .ls-chart .ls-tabs-container {
    margin-top: 10px
}

.ls-board-box .ls-box, .ls-board-box .ls-box-filter, .ls-board-box .ls-alert-box {
    width: 100%;
    min-height: 200px;
    background-color: #f8f8f8;
    border: none;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px
}

.ls-board-box .ls-box.ls-box-centered, .ls-board-box .ls-box-centered.ls-box-filter, .ls-board-box .ls-box-centered.ls-alert-box {
    width: 100%;
    min-height: 200px;
    display: table;
    table-layout: auto
}

.ls-board-box .ls-box.ls-box-centered strong, .ls-board-box .ls-box-centered.ls-box-filter strong, .ls-board-box .ls-box-centered.ls-alert-box strong {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0
}

.ls-board-box .ls-box .ls-box-head, .ls-board-box .ls-box-filter .ls-box-head, .ls-board-box .ls-alert-box .ls-box-head {
    width: 100%;
    height: 45px;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    flex: 1;
    padding-top: 10px
}

.ls-board-box .ls-box .ls-box-head [class*="ls-title-"], .ls-board-box .ls-box-filter .ls-box-head [class*="ls-title-"], .ls-board-box .ls-alert-box .ls-box-head [class*="ls-title-"] {
    margin: 0 0 10px
}

.ls-board-box .ls-box .ls-box-body, .ls-board-box .ls-box-filter .ls-box-body, .ls-board-box .ls-alert-box .ls-box-body {
    width: 100%;
    min-height: 76px;
    flex: 2;
    padding-bottom: 10px
}

.ls-board-box .ls-box .ls-box-body small, .ls-board-box .ls-box-filter .ls-box-body small, .ls-board-box .ls-alert-box .ls-box-body small {
    margin-bottom: 0
}

.ls-board-box .ls-box .ls-box-body strong, .ls-board-box .ls-box-filter .ls-box-body strong, .ls-board-box .ls-alert-box .ls-box-body strong {
    margin-bottom: 5px
}

.ls-board-box .ls-box .ls-box-footer, .ls-board-box .ls-box-filter .ls-box-footer, .ls-board-box .ls-alert-box .ls-box-footer {
    width: 100%;
    align-self: flex-end;
    flex: 1
}

.ls-board-box .ls-box small, .ls-board-box .ls-box-filter small, .ls-board-box .ls-alert-box small {
    color: #888888;
    margin-bottom: 10px;
    display: block;
    font-size: 12px
}

.ls-board-box .ls-box strong, .ls-board-box .ls-box-filter strong, .ls-board-box .ls-alert-box strong {
    display: block;
    font-size: 40px;
    margin-bottom: 0;
    color: #222222
}

.ls-board-box .ls-box strong[data-prefix], .ls-board-box .ls-box-filter strong[data-prefix], .ls-board-box .ls-alert-box strong[data-prefix] {
    display: initial;
    position: relative
}

.ls-board-box .ls-box strong[data-prefix]:after, .ls-board-box .ls-box-filter strong[data-prefix]:after, .ls-board-box .ls-alert-box strong[data-prefix]:after {
    color: inherit;
    content: attr(data-prefix);
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
    position: absolute;
    right: -13px;
    top: 10%
}

.ls-board-box .ls-box strong small, .ls-board-box .ls-box-filter strong small, .ls-board-box .ls-alert-box strong small {
    font-size: 14px
}

.ls-board-box .ls-box [class*="ls-title-"], .ls-board-box .ls-box-filter [class*="ls-title-"], .ls-board-box .ls-alert-box [class*="ls-title-"] {
    text-transform: uppercase;
    color: #888888;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 30px
}

.ls-board-box .ls-box [class*="ls-title-"] ~ .ls-half-board-data, .ls-board-box .ls-box-filter [class*="ls-title-"] ~ .ls-half-board-data, .ls-board-box .ls-alert-box [class*="ls-title-"] ~ .ls-half-board-data {
    margin-top: -15px
}

.ls-board-box .ls-box [class*="ls-half-board"] strong, .ls-board-box .ls-box-filter [class*="ls-half-board"] strong, .ls-board-box .ls-alert-box [class*="ls-half-board"] strong {
    display: initial
}

.ls-board-box .ls-box [class*="ls-half-board"] small, .ls-board-box .ls-box-filter [class*="ls-half-board"] small, .ls-board-box .ls-alert-box [class*="ls-half-board"] small {
    margin-bottom: 10px
}

.ls-board-box .ls-box [class*="ls-half-board"] small:last-child, .ls-board-box .ls-box-filter [class*="ls-half-board"] small:last-child, .ls-board-box .ls-alert-box [class*="ls-half-board"] small:last-child {
    margin-bottom: 0
}

.ls-board-box .ls-box .ls-half-board-data strong, .ls-board-box .ls-box-filter .ls-half-board-data strong, .ls-board-box .ls-alert-box .ls-half-board-data strong {
    display: block;
    font-size: 20px
}

.row + .ls-box-group {
    margin-top: 20px
}

.ls-board-data {
    display: block
}

.ls-board-data + [class*="ls-btn"] {
    margin-bottom: 15px
}

[class*="ls-half-board"] {
    display: block;
    text-align: center;
    padding: 0 35px;
    margin: 0 auto
}

[class*="ls-half-board"] + [class*="ls-half-board"] {
    border-left: 0;
    margin-top: 15px;
    margin-left: 0
}

[class*="ls-half-board"][class*="data"] {
    width: auto;
    max-width: 78px;
    text-align: left;
    padding: 0;
    margin-bottom: 15px
}

[class*="ls-half-board"][class*="data"] + .ls-half-board-data {
    border-left: 0;
    padding-left: 7px;
    margin: 0 auto
}

.ls-info-header {
    margin-bottom: 10px
}

.ls-info-header > [class*="col-md"]:first-child {
    padding-left: 0
}

.ls-info-header > [class*="ls-ico"] small {
    display: block;
    color: #888888;
    font-size: 14px;
    margin-top: 3px
}

.ls-info-header > [class*="ls-ico"]:before {
    margin-right: 5px;
    margin-bottom: 7px
}

.ls-info-header [class*="ls-btn"] ~ .ls-dropdown, .ls-info-header [class*="ls-btn"] ~ [class*="ls-btn"] {
    margin-left: 0;
    margin-right: 0
}

.ls-info-header .ls-actions-btn {
    border-top: none;
    padding: 0;
    margin: 20px 0 0
}

@media screen and (max-width: 1360px) {
    .ls-board-box .ls-box strong, .ls-board-box .ls-box-filter strong, .ls-board-box .ls-alert-box strong {
        font-size: 32px
    }

    .ls-board-box .ls-box .ls-half-board-data strong, .ls-board-box .ls-box-filter .ls-half-board-data strong, .ls-board-box .ls-alert-box .ls-half-board-data strong {
        font-size: 16px
    }
}

@media screen and (min-width: 768px) {
    .ls-board-box {
        min-height: 170px
    }

    .ls-box-group .ls-box, .ls-box-group .ls-box-filter, .ls-box-group .ls-alert-box {
        min-height: 200px
    }

    .ls-info-header .ls-actions-btn {
        margin: 0
    }

    .ls-info-header [class*="ls-btn"] ~ .ls-dropdown, .ls-info-header [class*="ls-btn"] ~ [class*="ls-btn"] {
        margin-left: 5px;
        margin-right: 5px
    }

    [class*="ls-title"] + .ls-box-group, .row + .ls-box-group {
        margin-top: 20px
    }
}

@media screen and (min-width: 992px) {
    [class*="ls-half-board"] {
        display: inline-block
    }

    [class*="ls-half-board"] + [class*="ls-half-board"] {
        border-left: 1px solid #dddddd;
        margin-top: 0;
        margin-left: -4px
    }

    .ls-board-box > .row {
        display: flex;
        flex-wrap: wrap
    }

    .ls-board-box > .row > [class*="col-"] {
        align-items: stretch;
        display: flex;
        flex: 1
    }

    .ls-board-box .ls-box, .ls-board-box .ls-box-filter, .ls-board-box .ls-alert-box {
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center
    }

    .ls-board-box .ls-box.ls-box-centered, .ls-board-box .ls-box-centered.ls-box-filter, .ls-board-box .ls-box-centered.ls-alert-box {
        display: flex
    }
}

[class*="ls-btn"] {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    border: 1px solid #b2b2b2;
    padding: 6px 11px 7px;
    border-radius: 4px;
    background-color: white;
    display: inline-block;
    font-size: 13px;
    line-height: 1.42857;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    color: black;
    vertical-align: top;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[class*="ls-btn"][class*="ls-ico-"]:empty:before {
    margin: 0
}

p + [class*="ls-btn"] {
    margin-top: 7px
}

[class*="ls-btn"].ls-disabled, [class*="ls-btn"][disabled] {
    cursor: default
}

[class*="ls-btn"] + .ls-dropdown, [class*="ls-btn"] + [class*="ls-btn"] {
    margin-left: 5px
}

[class*="ls-btn"].ls-btn-block {
    display: block;
    width: 100%
}

[class*="ls-btn"].ls-btn-block + .ls-btn-block {
    margin-top: 15px
}

.ls-btn-primary {
    color: white
}

.ls-btn-dark {
    background-color: #888888;
    border-color: #555555;
    color: #eeeeee
}

.ls-btn-dark:hover, .ls-btn-dark:focus {
    background-color: #555555
}

.ls-btn-dark[data-ls-module]:after {
    border-top-color: #eeeeee
}

.ls-btn-lg {
    font-size: 16px;
    padding: 11px
}

.ls-btn-sm {
    font-size: 12px;
    padding: 5px 11px
}

.ls-btn-xs {
    font-size: 12px;
    padding: 2px 11px
}

.ls-btn-sm, .ls-btn-xs {
    line-height: 1.5
}

.ls-group-btn {
    position: relative;
    z-index: 3
}

.ls-group-btn.ls-float-none-xs {
    margin-bottom: 10px
}

.ls-group-btn [class*="ls-btn"] {
    cursor: pointer
}

.ls-group-btn [class*="ls-btn"]:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ls-group-btn [class*="ls-btn"]:not(:first-child):not(:last-child) {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.ls-group-btn [class*="ls-btn"]:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.ls-group-btn [class*="ls-btn"]:hover, .ls-group-btn [class*="ls-btn"]:focus {
    -moz-transition: none 1s;
    -o-transition: none 1s;
    -webkit-transition: none 1s;
    transition: none 1s
}

.ls-group-btn [class*="ls-btn"] + [class*="ls-btn"] {
    margin-left: -1px
}

.ls-group-btn [class*="ls-btn"].ls-btn[data-ls-module="tabs"] + [class*="ls-btn-"]:last-child {
    margin-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ls-group-btn [class*="ls-btn"].ls-btn[data-ls-module="tabs"]:not(:first-child):not(:last-child) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.ls-form-inline .ls-group-btn [class*="ls-btn"] + [class*="ls-btn"] {
    margin-left: -1px
}

.ls-form-inline .ls-group-btn [class*="ls-btn"] + [class*="ls-btn-"]:not(:first-child) {
    margin-left: 10px
}

.ls-form .ls-actions-btn {
    margin: 15px
}

.ls-form .ls-actions-btn [class*="ls-btn"]:first-child {
    margin-left: 0
}

.ls-form-inline .ls-actions-btn {
    padding: 0;
    margin: 0;
    border: none;
    display: inline-block
}

.ls-form-inline .ls-actions-btn [class*="ls-btn"] + [class*="ls-btn"] {
    margin-left: 10px
}

.ls-form-horizontal .ls-actions-btn {
    padding-top: 21px;
    clear: both
}

@media screen and (max-width: 992px) {
    .ls-form-inline .ls-actions-btn {
        padding: 15px 0;
        margin: 30px 0;
        border-top: 4px solid #eeeeee;
        white-space: nowrap;
        clear: both;
        display: block
    }

    .ls-box-filter .ls-actions-btn {
        margin: 0;
        padding: 0;
        display: inline-table;
        border: none
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .ls-box-filter .ls-actions-btn .ls-btn-primary {
        margin-top: 0
    }

    .ls-box-filter .ls-btn-primary, .ls-box-filter .ls-dropdown {
        margin-top: 10px
    }
}

.ls-collapse-group .ls-collapse {
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 0
}

.ls-collapse-group .ls-collapse:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.ls-collapse-group .ls-collapse:last-child {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #eeeeee
}

.ls-collapse {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    background-color: white;
    font-size: 14px;
    margin-bottom: 10px
}

.ls-collapse-opened .ls-collapse-header:before, .ls-collapse-opened-always .ls-collapse-header:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ls-collapse-opened .ls-collapse-body, .ls-collapse-opened-always .ls-collapse-body {
    padding: 10px
}

.ls-collapse-header {
    display: block;
    padding: 10px 35px 10px 10px;
    cursor: pointer;
    position: relative;
    word-wrap: break-word
}

.ls-collapse-header:before {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 100%;
    content: "\e60b";
    font-family: "locastyle";
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    height: 24px;
    width: 24px;
    line-height: 1.4;
    text-align: center
}

.ls-collapse-header p {
    margin-bottom: 0;
    color: #888888
}

.ls-collapse-title {
    color: #555555;
    font-size: 16px;
    margin-bottom: 0
}

.ls-collapse-body {
    border: 0px solid transparent;
    padding: 0
}

[class*="ls-dropdown"] {
    position: relative;
    display: inline-block
}

[class*="ls-dropdown"] .ls-dropdown-nav {
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    z-index: 3;
    min-width: 160px;
    margin: 0;
    margin-top: 2px;
    overflow: hidden;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #dddddd;
    background: white
}

[class*="ls-dropdown"] .ls-dropdown-nav a {
    padding: 8px 20px;
    display: block;
    color: #222222;
    line-height: 1;
    text-align: left;
    white-space: nowrap
}

[class*="ls-dropdown"] .ls-dropdown-nav a:hover, [class*="ls-dropdown"] .ls-dropdown-nav a:focus {
    background: #eeeeee
}

[class*="ls-dropdown"] .ls-dropdown-nav a.ls-divider {
    border-top: 1px solid #dddddd;
    padding-top: 10px
}

[class*="ls-dropdown"] .ls-dropdown-nav a.ls-divider:hover, [class*="ls-dropdown"] .ls-dropdown-nav a.ls-divider:focus {
    color: white !important
}

[class*="ls-dropdown"] .ls-dropdown-nav a.ls-color-danger:hover, [class*="ls-dropdown"] .ls-dropdown-nav .ls-cart ul li a:hover, .ls-cart ul li [class*="ls-dropdown"] .ls-dropdown-nav a:hover, [class*="ls-dropdown"] .ls-dropdown-nav a.ls-color-danger:focus, [class*="ls-dropdown"] .ls-dropdown-nav .ls-cart ul li a:focus, .ls-cart ul li [class*="ls-dropdown"] .ls-dropdown-nav a:focus {
    background: #d75553;
    color: white !important
}

[class*="ls-dropdown"].ls-active .ls-dropdown-nav {
    display: block
}

[class*="ls-dropdown"] [class*="ls-btn"]:empty:after {
    margin-left: 0
}

[class*="ls-dropdown"] [class*="ls-btn"]:after {
    content: "";
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 5px solid transparent;
    border-color: #555555 transparent transparent transparent;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 14px;
    position: relative;
    top: 4px
}

[class*="ls-dropdown"] [class*="ls-btn"].ls-btn-lg:after {
    top: 2px
}

[class*="ls-dropdown"] [class*="ls-btn-"]:after, [class*="ls-dropdown"] [class*="ls-btn-"][class*="ls-btn-"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 5px solid transparent;
    border-color: white transparent transparent transparent
}

[class*="ls-dropdown"] .ls-btn[class*="ls-btn-"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 5px solid transparent;
    border-color: #555555 transparent transparent transparent
}

[class*="ls-dropdown"].ls-dropdown [class*="ls-btn-danger"]:after {
    border-color: #d75553 transparent transparent transparent
}

[class*="ls-dropdown"].ls-dropdown [class*="ls-btn-danger"]:hover:after, [class*="ls-dropdown"].ls-dropdown [class*="ls-btn-danger"]:focus:after {
    border-color: white transparent transparent transparent
}

[class*="ls-dropdown"].ls-pos-right ul {
    left: auto;
    right: 0
}

[class*="ls-dropdown"].ls-dropdown-tabs {
    z-index: 2
}

[class*="ls-dropdown"].ls-dropdown-tabs [class*="ls-btn"] {
    border-radius: 4px 4px 0 0;
    border-color: #eeeeee;
    border-bottom: 1px solid white;
    padding: 13px 12px 11px;
    line-height: 1;
    font-size: 14px
}

[class*="ls-dropdown"].ls-dropdown-tabs [class*="ls-btn"]:hover, [class*="ls-dropdown"].ls-dropdown-tabs [class*="ls-btn"]:focus {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.2)
}

[class*="ls-dropdown"].ls-dropdown-tabs [class*="ls-btn"]:after {
    margin-left: 6px
}

[class*="ls-dropdown"].ls-dropdown-tabs .ls-dropdown-nav {
    border-radius: 0 0 4px 4px;
    border-color: #dddddd;
    margin-top: -1px;
    padding: 5px 0
}

[class*="ls-dropdown"].ls-dropdown-tabs .ls-dropdown-nav a {
    font-size: 14px
}

[class*="ls-btn-"][data-ls-module]:after {
    border-top-color: white
}

.ls-footer {
    position: relative;
    z-index: 0;
    padding-bottom: 5px;
    margin: 0 auto;
    overflow: hidden;
    width: calc(100% - 30px);
    width: 96.5% \9;
    border-top: 30px solid transparent
}

.ls-title-footer, .bg-customer-support, .bg-my-tickets, .bg-help-desk, .bg-statusblog {
    background-image: url(../images/footer/sprite.png);
    background-repeat: no-repeat
}

.ls-footer-menu {
    background-color: #131313;
    border-radius: 4px;
    overflow: hidden
}

.ls-title-footer {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    color: white;
    font-weight: bolder;
    font-size: 14px;
    background-position: center 37px
}

.ls-footer-list {
    margin: 0;
    text-align: center;
    position: relative;
    display: block;
    padding: 10px 0 20px
}

.ls-footer-list li {
    display: inline-block;
    padding: 0;
    margin: 0 10px
}

.ls-footer-list a {
    padding: 18px 10px 18px 35px;
    color: white
}

.ls-footer-list a:hover, .ls-footer-list a:focus {
    text-decoration: none
}

.ls-footer-list .bg-customer-support {
    background-position: -5px -67px
}

.ls-footer-list .bg-my-tickets {
    background-position: -5px -187px
}

.ls-footer-list .bg-help-desk {
    background-position: -5px -127px
}

.ls-footer-list .bg-statusblog {
    background-position: -5px -247px
}

.ls-footer-info {
    font-size: 11px;
    text-align: center;
    padding: 5px 0 0
}

.ls-footer-info .set-ip {
    margin-top: 5px
}

.ls-footer-info p {
    border-top: solid 1px #d9d9d9;
    margin-top: 5px;
    padding-top: 5px;
    font-size: 11px
}

@media screen and (min-width: 1200px) {
    .ls-footer {
        display: block
    }

    .ls-footer-menu {
        position: relative
    }

    .ls-title-footer {
        display: inline-block;
        vertical-align: middle;
        line-height: 25px;
        padding: 15px 35px 15px 15px;
        background-position: right -20px
    }

    .ls-footer-list {
        margin: 0;
        display: inline-block;
        width: calc(100% - 185px);
        width: 79.5% \9;
        position: relative;
        top: 5px
    }

    .ls-footer-list li {
        margin-left: 0;
        margin-right: 0;
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
        width: 24%
    }

    .ls-footer-list a .visible-lg {
        display: inline-block !important;
        opacity: 1
    }

    .ls-footer-list:hover, .ls-footer-list:focus, .ls-footer-list:active {
        opacity: 0.8
    }

    .ls-footer-info {
        padding-bottom: 10px
    }

    .ls-footer-info .set-ip {
        margin-top: 0
    }

    .ls-footer-info .set-ip, .ls-footer-info .last-access {
        float: left;
        margin-right: 10px
    }

    .ls-footer-info .ls-copy-right {
        float: right;
        border: none;
        margin: 0;
        padding: 0
    }
}

[class*="ls-title"] + .ls-form {
    padding-top: 15px
}

.ls-form.row [class*="ls-btn"] {
    margin-left: 10px
}

.ls-form [class*="ls-btn"].ls-btn-block {
    width: calc(100% - 30px);
    width: 96.5% \9
}

.ls-modal-footer [class*="ls-btn"] {
    margin-left: 0
}

.ls-label {
    display: block;
    float: none;
    vertical-align: top;
    margin-bottom: 15px
}

.ls-label b, .ls-label label, .ls-label .ls-label-text {
    display: block;
    color: #555555;
    font-weight: bold;
    line-height: 19.8px;
    font-size: 14px;
    margin-right: 5px
}

.ls-label b + .ls-label-info, .ls-label b + p, .ls-label label + .ls-label-info, .ls-label label + p, .ls-label .ls-label-text + .ls-label-info, .ls-label .ls-label-text + p {
    color: #888888;
    display: inline-block;
    font-size: 11px;
    padding-bottom: 5px;
    margin-bottom: 0
}

.ls-label b ~ label {
    font-weight: normal
}

.ls-input-text, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: Open Sans, Arial, Helvetica, Sans-serif;
    font-size: 13px;
    padding: 6px 11px 7px;
    vertical-align: middle;
    background-color: white;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    line-height: 1.42857
}

.ls-label .ls-input-text, .ls-label input[type="color"], .ls-label input[type="date"], .ls-label input[type="datetime"], .ls-label input[type="datetime-local"], .ls-label input[type="email"], .ls-label input[type="month"], .ls-label input[type="number"], .ls-label input[type="password"], .ls-label input[type="search"], .ls-label input[type="tel"], .ls-label input[type="text"], .ls-label input[type="time"], .ls-label input[type="url"], .ls-label input[type="week"], .ls-label textarea {
    width: 100%
}

.ls-form-inline .ls-label .ls-input-text, .ls-form-inline .ls-label input[type="color"], .ls-form-inline .ls-label input[type="date"], .ls-form-inline .ls-label input[type="datetime"], .ls-form-inline .ls-label input[type="datetime-local"], .ls-form-inline .ls-label input[type="email"], .ls-form-inline .ls-label input[type="month"], .ls-form-inline .ls-label input[type="number"], .ls-form-inline .ls-label input[type="password"], .ls-form-inline .ls-label input[type="search"], .ls-form-inline .ls-label input[type="tel"], .ls-form-inline .ls-label input[type="text"], .ls-form-inline .ls-label input[type="time"], .ls-form-inline .ls-label input[type="url"], .ls-form-inline .ls-label input[type="week"], .ls-form-inline .ls-label textarea {
    width: auto
}

.ls-form-inline .ls-label[class*="col-"] .ls-input-text, .ls-form-inline .ls-label[class*="col-"] input[type="color"], .ls-form-inline .ls-label[class*="col-"] input[type="date"], .ls-form-inline .ls-label[class*="col-"] input[type="datetime"], .ls-form-inline .ls-label[class*="col-"] input[type="datetime-local"], .ls-form-inline .ls-label[class*="col-"] input[type="email"], .ls-form-inline .ls-label[class*="col-"] input[type="month"], .ls-form-inline .ls-label[class*="col-"] input[type="number"], .ls-form-inline .ls-label[class*="col-"] input[type="password"], .ls-form-inline .ls-label[class*="col-"] input[type="search"], .ls-form-inline .ls-label[class*="col-"] input[type="tel"], .ls-form-inline .ls-label[class*="col-"] input[type="text"], .ls-form-inline .ls-label[class*="col-"] input[type="time"], .ls-form-inline .ls-label[class*="col-"] input[type="url"], .ls-form-inline .ls-label[class*="col-"] input[type="week"], .ls-form-inline .ls-label[class*="col-"] textarea {
    width: 100%
}

.ls-input-text[disabled], input[type="color"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled], textarea[disabled] {
    border-color: #eeeeee;
    background-color: #f7f7f7
}

.ls-input-text.ls-field-lg, input[type="color"].ls-field-lg, input[type="date"].ls-field-lg, input[type="datetime"].ls-field-lg, input[type="datetime-local"].ls-field-lg, input[type="email"].ls-field-lg, input[type="month"].ls-field-lg, input[type="number"].ls-field-lg, input[type="password"].ls-field-lg, input[type="search"].ls-field-lg, input[type="tel"].ls-field-lg, input[type="text"].ls-field-lg, input[type="time"].ls-field-lg, input[type="url"].ls-field-lg, input[type="week"].ls-field-lg, textarea.ls-field-lg {
    font-size: 16px;
    padding: 11px
}

.ls-input-text.ls-field-md, input[type="color"].ls-field-md, input[type="date"].ls-field-md, input[type="datetime"].ls-field-md, input[type="datetime-local"].ls-field-md, input[type="email"].ls-field-md, input[type="month"].ls-field-md, input[type="number"].ls-field-md, input[type="password"].ls-field-md, input[type="search"].ls-field-md, input[type="tel"].ls-field-md, input[type="text"].ls-field-md, input[type="time"].ls-field-md, input[type="url"].ls-field-md, input[type="week"].ls-field-md, textarea.ls-field-md {
    font-size: 13px;
    padding: 6px 11px 7px
}

.ls-input-text.ls-field-sm, input[type="color"].ls-field-sm, input[type="date"].ls-field-sm, input[type="datetime"].ls-field-sm, input[type="datetime-local"].ls-field-sm, input[type="email"].ls-field-sm, input[type="month"].ls-field-sm, input[type="number"].ls-field-sm, input[type="password"].ls-field-sm, input[type="search"].ls-field-sm, input[type="tel"].ls-field-sm, input[type="text"].ls-field-sm, input[type="time"].ls-field-sm, input[type="url"].ls-field-sm, input[type="week"].ls-field-sm, textarea.ls-field-sm {
    font-size: 12px;
    padding: 5px 11px
}

.ls-input-text.ls-field-xs, input[type="color"].ls-field-xs, input[type="date"].ls-field-xs, input[type="datetime"].ls-field-xs, input[type="datetime-local"].ls-field-xs, input[type="email"].ls-field-xs, input[type="month"].ls-field-xs, input[type="number"].ls-field-xs, input[type="password"].ls-field-xs, input[type="search"].ls-field-xs, input[type="tel"].ls-field-xs, input[type="text"].ls-field-xs, input[type="time"].ls-field-xs, input[type="url"].ls-field-xs, input[type="week"].ls-field-xs, textarea.ls-field-xs {
    font-size: 12px;
    padding: 2px 11px
}

.ls-input-text.ls-field-sm, .ls-input-text.ls-field-xs, input[type="color"].ls-field-sm, input[type="color"].ls-field-xs, input[type="date"].ls-field-sm, input[type="date"].ls-field-xs, input[type="datetime"].ls-field-sm, input[type="datetime"].ls-field-xs, input[type="datetime-local"].ls-field-sm, input[type="datetime-local"].ls-field-xs, input[type="email"].ls-field-sm, input[type="email"].ls-field-xs, input[type="month"].ls-field-sm, input[type="month"].ls-field-xs, input[type="number"].ls-field-sm, input[type="number"].ls-field-xs, input[type="password"].ls-field-sm, input[type="password"].ls-field-xs, input[type="search"].ls-field-sm, input[type="search"].ls-field-xs, input[type="tel"].ls-field-sm, input[type="tel"].ls-field-xs, input[type="text"].ls-field-sm, input[type="text"].ls-field-xs, input[type="time"].ls-field-sm, input[type="time"].ls-field-xs, input[type="url"].ls-field-sm, input[type="url"].ls-field-xs, input[type="week"].ls-field-sm, input[type="week"].ls-field-xs, textarea.ls-field-sm, textarea.ls-field-xs {
    line-height: 1.5
}

textarea {
    resize: none
}

textarea.ls-textarea-resize-both {
    resize: both;
    overflow: auto
}

textarea.ls-textarea-resize-horizontal {
    resize: horizontal
}

textarea.ls-textarea-resize-vertical {
    resize: vertical
}

[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.ls-help-message {
    display: block;
    clear: both;
    font-size: 13px;
    margin-top: 5px
}

.ls-warning .ls-label-text, .ls-warning .ls-help-message {
    color: #b9a016
}

.ls-warning .ls-prefix-group a, .ls-warning .ls-prefix-group .ls-label-text-prefix {
    color: #b9a016;
    border-color: #b9a016
}

.ls-warning input, .ls-warning textarea {
    border-color: #b9a016
}

.ls-success .ls-label-text, .ls-success .ls-help-message {
    color: #388f39
}

.ls-success .ls-prefix-group a, .ls-success .ls-prefix-group .ls-label-text-prefix {
    color: #388f39;
    border-color: #388f39
}

.ls-success input, .ls-success textarea {
    border-color: #388f39
}

.ls-error .ls-label-text, .ls-error .ls-help-message {
    color: #d75553
}

.ls-error .ls-prefix-group a, .ls-error .ls-prefix-group .ls-label-text-prefix {
    color: #d75553;
    border-color: #d75553
}

.ls-error input, .ls-error textarea {
    border-color: #d75553
}

.ls-form-horizontal .ls-label .ls-label-text {
    display: inline-block;
    margin-right: 10px
}

.ls-form-horizontal [class*="ls-btn"] {
    vertical-align: top;
    margin-top: 19px
}

.ls-form-inline {
    margin-right: 0
}

.ls-form-inline.ls-float-left, .ls-info-header > .ls-form-inline[class*="ls-ico"]:before, .ls-group-btn .ls-form-inline[class*="ls-btn"], .ls-form-horizontal .ls-form-inline.ls-label[class*="col-"], .ls-prefix-group input.ls-form-inline, .ls-form-inline.ls-box[class*="ls-ico-"]:before, .ls-form-inline[class*="ls-ico-"].ls-box-filter:before, .ls-form-inline[class*="ls-ico-"].ls-alert-box:before, [class*="ls-pagination"] li.ls-form-inline, [class*="ls-pagination"] li .ls-form-inline.ls-gap, [class*="ls-pagination"] li a.ls-form-inline, .ls-pager li.ls-previous a.ls-form-inline, .ls-form-inline.pika-lendar, .ls-form-inline.pika-prev, .is-rtl .ls-form-inline.pika-next {
    width: 48%
}

.ls-form-inline.row {
    margin-right: 0;
    margin-left: 0
}

.ls-form-inline.row [class*="ls-btn"] {
    margin-left: 0
}

.ls-form-inline .ls-label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px
}

.ls-form-inline .ls-label + [class*="ls-btn"] {
    margin-left: 0
}

.ls-form-inline .ls-label .ls-label-text {
    display: inline-block;
    margin-right: 5px
}

.ls-form-inline .ls-label[class*="col-"] {
    float: left;
    display: inline-table;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.ls-form-inline .ls-label[class*="col-"] .ls-label-text {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%
}

.ls-box-filter form.ls-float-right {
    min-width: 230px;
    text-align: right
}

.ls-box-filter form.ls-float-right .ls-label {
    display: inline-block;
    margin-bottom: 0
}

.ls-box-filter form.ls-float-right .ls-label[class*="col-"] {
    padding-right: 15px
}

.ls-box-filter form.ls-float-right .ls-label input {
    width: 100%
}

.ls-form-text input, input.ls-form-text, .ls-form-text[disabled] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent !important;
    background-color: transparent !important;
    padding-right: 0 !important;
    padding-left: 0 !important
}

.ls-prefix-group .ls-form-text input, .ls-prefix-group input.ls-form-text, .ls-prefix-group .ls-form-text[disabled] {
    background-color: white !important;
    background-image: none;
    border: 1px solid #dddddd !important;
    border-left: none !important;
    padding-left: 8px !important
}

.ls-table .ls-prefix-group {
    border-collapse: initial
}

.ls-middle-label {
    display: inline-block;
    padding-top: 9px
}

.ls-prefix-group {
    position: relative;
    height: 33px;
    display: table
}

.ls-form-inline .ls-prefix-group input + .ls-label-text-prefix {
    height: inherit
}

.ls-form-inline .ls-prefix-group input {
    width: 78%
}

.ls-prefix-group input {
    position: relative;
    z-index: 2;
    height: inherit;
    margin-bottom: 0;
    display: table-cell
}

.ls-prefix-group input:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ls-prefix-group input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ls-prefix-group.ls-field-lg {
    height: 46px
}

.ls-prefix-group.ls-field-sm {
    height: 30px
}

.ls-prefix-group.ls-field-xs {
    height: 24px
}

.ls-prefix-group.ls-field-xs .ls-label-text-prefix {
    font-size: 12px;
    padding: 4px 12px
}

.ls-prefix-group.ls-field-xs input {
    height: 24px;
    padding: 3px 11px
}

.ls-label-text-prefix {
    width: 1%;
    display: table-cell;
    padding: 6px 12px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #a2a2a2;
    text-align: center;
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    border-radius: 4px 0 0 4px
}

.ls-label-text-prefix.ls-bg-white {
    color: #222222;
    font-weight: bold
}

.ls-label-text-prefix.ls-bg-white:hover, .ls-label-text-prefix.ls-bg-white:focus {
    background: #dddddd !important
}

.ls-label-text-prefix + input {
    border-left: none;
    border-radius: 0
}

.ls-table .ls-label-text-prefix + input {
    margin-left: -2px
}

input + .ls-label-text-prefix {
    border: 1px solid #dddddd;
    border-radius: 0 4px 4px 0;
    position: relative;
    left: -1px;
    z-index: 2
}

.ls-table input + .ls-label-text-prefix {
    left: -6px
}

@media screen and (max-width: 768px) {
    .ls-form-horizontal [class*="ls-btn"] {
        margin-top: 0
    }

    .ls-form-inline .ls-label .ls-label-text {
        display: block
    }

    .ls-form-inline .ls-label[class*="col-"] {
        float: none;
        display: block;
        padding-right: 0
    }

    .ls-form-inline .ls-label[class*="col-"] .ls-label-text {
        display: block
    }

    .ls-form-inline [class*="ls-btn"] {
        margin-left: 0
    }

    .ls-form-inline [class*="ls-btn"] + [class*="ls-btn"] {
        margin-left: 10px
    }

    .ls-form-inline .ls-float-right, .ls-form-inline .ls-pager li.ls-next a, .ls-pager li.ls-next .ls-form-inline a {
        float: none !important
    }

    .ls-box-filter form.ls-float-right {
        text-align: left;
        float: none !important
    }

    .ls-box-filter form.ls-float-right .ls-label {
        display: block;
        margin-bottom: 15px;
        margin-right: 0
    }

    .ls-box-filter form.ls-float-right [class*="ls-btn"] {
        margin-left: 0
    }

    .ls-box-filter .ls-label {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 992px) {
    .ls-form-inline .ls-label[class*="col-"] {
        padding-right: 15px
    }

    .ls-box-filter .ls-form-inline .ls-label {
        margin-bottom: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .ls-box-filter .ls-form-inline.ls-float-left .ls-label, .ls-box-filter .ls-info-header > .ls-form-inline[class*="ls-ico"]:before .ls-label, .ls-box-filter .ls-group-btn .ls-form-inline[class*="ls-btn"] .ls-label, .ls-group-btn .ls-box-filter .ls-form-inline[class*="ls-btn"] .ls-label, .ls-box-filter .ls-form-horizontal .ls-form-inline.ls-label[class*="col-"] .ls-label, .ls-form-horizontal .ls-box-filter .ls-form-inline.ls-label[class*="col-"] .ls-label, .ls-box-filter .ls-prefix-group input.ls-form-inline .ls-label, .ls-prefix-group .ls-box-filter input.ls-form-inline .ls-label, .ls-box-filter .ls-form-inline.ls-box[class*="ls-ico-"]:before .ls-label, .ls-box-filter .ls-form-inline[class*="ls-ico-"].ls-box-filter:before .ls-label, .ls-box-filter .ls-form-inline[class*="ls-ico-"].ls-alert-box:before .ls-label, .ls-box-filter [class*="ls-pagination"] li.ls-form-inline .ls-label, [class*="ls-pagination"] .ls-box-filter li.ls-form-inline .ls-label, .ls-box-filter [class*="ls-pagination"] li .ls-form-inline.ls-gap .ls-label, [class*="ls-pagination"] li .ls-box-filter .ls-form-inline.ls-gap .ls-label, .ls-box-filter [class*="ls-pagination"] li a.ls-form-inline .ls-label, [class*="ls-pagination"] li .ls-box-filter a.ls-form-inline .ls-label, .ls-box-filter .ls-pager li.ls-previous a.ls-form-inline .ls-label, .ls-pager li.ls-previous .ls-box-filter a.ls-form-inline .ls-label, .ls-box-filter .ls-form-inline.pika-lendar .ls-label, .ls-box-filter .ls-form-inline.pika-prev .ls-label, .ls-box-filter .is-rtl .ls-form-inline.pika-next .ls-label, .is-rtl .ls-box-filter .ls-form-inline.pika-next .ls-label {
        margin-bottom: 0
    }
}

.ls-list {
    border: 1px solid #eeeeee;
    border-left-width: 4px;
    color: #888888;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 13px
}

.ls-list .ls-list-header {
    display: table;
    width: 100%
}

.ls-list .ls-list-header > div {
    padding: 15px;
    height: inherit
}

.ls-list .ls-list-header + .ls-list-content {
    border-top: 1px solid #eeeeee
}

.ls-list .ls-list-label {
    color: #888888;
    color: rgba(136, 136, 136, 0.8);
    display: block;
    font-size: 13px;
    padding-bottom: 2px
}

.ls-list .ls-list-label + strong {
    color: #222222;
    color: rgba(34, 34, 34, 0.8)
}

.ls-list .ls-list-image {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top
}

.ls-list .ls-list-title strong {
    color: #222222
}

.ls-list .ls-list-title a, .ls-list .ls-list-title strong {
    font-size: 18px;
    font-weight: 600
}

.ls-list .ls-list-title small {
    padding-top: 5px;
    display: block;
    font-size: 13px
}

.ls-list-description p {
    display: block;
    font-size: 13px
}

.ls-list-description ul {
    margin-left: 20px;
    margin-bottom: 10px
}

.ls-list-description li {
    font-size: 13px;
    line-height: 1.4
}

.ls-list-description [class*="ls-btn"] + [class*="ls-btn"] {
    margin-right: 5px
}

.ls-list-content {
    display: table;
    margin-left: 10px;
    width: calc(100% - 20px);
    width: 98.5% \9
}

.ls-list-content [class*="col-"] {
    border-left: 1px solid #eeeeee;
    padding-bottom: 12px;
    padding-top: 12px
}

.ls-list-content [class*="col-"]:first-child {
    border-color: transparent;
    padding-left: 5px
}

.ls-list-content [class*="col-xs-12"] {
    border-left: none;
    border-top: 1px solid #eeeeee;
    text-align: center
}

.ls-list-content [class*="col-xs-12"]:first-child {
    border-top: none
}

.ls-list-content + .ls-list-content {
    border-top: 1px solid #eeeeee
}

@media screen and (min-width: 768px) {
    .ls-list-content [class*="col-xs-12"] {
        border-left: 1px solid #eeeeee;
        border-top: none;
        text-align: left
    }
}

.ls-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: auto;
    overflow-y: scroll;
    z-index: 16;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.8)
}

.ls-modal.ls-opened {
    display: block
}

.ls-modal.popover .ls-modal-footer {
    display: none
}

.ls-modal-box, .ls-modal-large, .ls-modal-small {
    display: inline-block;
    width: 90%;
    margin: 5% auto 0;
    text-align: left;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7)
}

[data-modal-blocked] [data-dismiss] {
    display: none
}

.ls-modal-header {
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
    position: relative
}

.ls-modal-header [data-dismiss] {
    position: absolute;
    right: 20px;
    top: 14px;
    border: none;
    background: none;
    color: #212121;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.3
}

.ls-modal-header [data-dismiss]:hover {
    opacity: 1
}

.ls-modal-header .ls-modal-title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    width: calc(100% - 20px)
}

.ls-modal-body {
    padding: 20px
}

.ls-modal-body p {
    margin-bottom: 10px
}

.ls-modal-footer {
    padding: 20px;
    border-top: 1px solid #eeeeee
}

.ls-modal-feedbackr .ls-modal-box, .ls-modal-feedbackr .ls-modal-large, .ls-modal-feedbackr .ls-modal-small {
    width: 627px;
    height: 600px
}

.ls-modal-feedbackr .ls-modal-box .ls-modal-header, .ls-modal-feedbackr .ls-modal-large .ls-modal-header, .ls-modal-feedbackr .ls-modal-small .ls-modal-header {
    padding: 0;
    border: none
}

.ls-modal-feedbackr .ls-modal-box .ls-modal-header [data-dismiss], .ls-modal-feedbackr .ls-modal-large .ls-modal-header [data-dismiss], .ls-modal-feedbackr .ls-modal-small .ls-modal-header [data-dismiss] {
    top: 0px;
    right: 3px
}

.ls-modal-feedbackr .ls-modal-box .ls-modal-body, .ls-modal-feedbackr .ls-modal-large .ls-modal-body, .ls-modal-feedbackr .ls-modal-small .ls-modal-body {
    width: 100%;
    height: 600px
}

@media screen and (min-width: 768px) {
    .ls-modal-box, .ls-modal-large, .ls-modal-small {
        width: 600px;
        margin: 10% 20px 0
    }

    .ls-modal-large {
        width: 850px
    }

    .ls-modal-small {
        width: 450px
    }
}

.ls-notification {
    background: #222222;
    width: 265px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1
}

.ls-notification .ls-notification-list ul li {
    border-bottom: 1px solid #555555;
    position: relative;
    list-style: none
}

.ls-notification .ls-notification-list ul li:last-child {
    border-bottom: none
}

.ls-notification .ls-notification-list [class*="ls-title"] {
    padding: 20px;
    color: white;
    background: #555555
}

.ls-notification .ls-notification-list a:not([class*="btn"]) {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #888888;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 20px;
    padding-right: 30px;
    font-weight: 300;
    line-height: 1.3
}

.ls-notification .ls-notification-list a:not([class*="btn"]).ls-close-notification {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 10px;
    color: white
}

.ls-notification .ls-notification-list a:not([class*="btn"]):hover, .ls-notification .ls-notification-list a:not([class*="btn"]):focus, .ls-notification .ls-notification-list a:not([class*="btn"]):active {
    color: white
}

.ls-notification .ls-notification-list a[class*="btn"] {
    margin: 20px 0
}

@media screen and (min-width: 768px) {
    .ls-notification {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -moz-transition: none 1s;
        -o-transition: none 1s;
        -webkit-transition: none 1s;
        transition: none 1s;
        float: none;
        top: 60px;
        height: calc(100% - 60px);
        height: 93% \9;
        z-index: 11;
        position: fixed;
        overflow: visible;
        right: auto;
        left: 0
    }

    .ls-notification-list {
        position: fixed;
        background: #222222;
        width: 265px;
        top: -20px;
        display: block;
        -ms-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden;
        border-radius: 4px
    }

    .ls-notification-list h3 {
        border-radius: 4px 4px 0 0
    }

    .ls-notification-list ul {
        max-height: 300px;
        overflow: auto;
        margin: 0 5px 5px 0
    }

    .ls-notification-list ul::-webkit-scrollbar {
        width: 6px
    }

    .ls-notification-list ul::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.8);
        border-radius: 4px
    }

    .ls-notification-list ul::-webkit-scrollbar-thumb {
        background: #888888;
        border-radius: 4px
    }

    .ls-notification-list.ls-active {
        top: 0;
        opacity: 1;
        height: auto;
        overflow: visible
    }

    .ls-notification-list:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        position: relative;
        border: 10px solid transparent;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -10px;
        border-bottom-color: #555555
    }
}

.ls-pre-panel .ls-sidebar {
    top: 0;
    height: 100%
}

.ls-pre-panel .ls-go-next {
    display: none
}

.ls-pre-panel .ls-title-intro {
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 0
}

.ls-pre-panel .ls-title-intro + p {
    font-size: 14px;
    margin-bottom: 30px
}

.ls-pre-panel .ls-topbar .ls-notification-topbar .ls-alerts-list a {
    color: #555555;
    color: rgba(85, 85, 85, 0.4)
}

.ls-pre-panel .ls-topbar .ls-notification-topbar .ls-alerts-list a.ls-active {
    color: black
}

.ls-pre-panel .ls-topbar .ls-notification-topbar .ls-alerts-list a[data-counter] {
    color: #555555;
    color: #555555
}

.ls-pre-panel .ls-topbar .ls-notification-topbar .ls-alerts-list a[data-counter].ls-active {
    color: black
}

.ls-pre-panel .ls-topbar .ls-notification-topbar .ls-alerts-list a[data-counter]:after {
    color: white
}

.ls-pre-panel .ls-user-account {
    background-color: #dedede
}

.ls-pre-panel .ls-topbar .ls-ico-menu:before, .ls-pre-panel .ls-topbar .ls-show-notifications.ls-ico-question:before {
    color: #555555
}

.ls-pre-panel .ls-alert-blocker ~ .ls-sidebar {
    height: calc(100% - 90px)
}

@media screen and (min-width: 768px) {
    .ls-pre-panel .ls-sidebar {
        z-index: 12
    }

    .ls-pre-panel .ls-user-account > a {
        color: #555555
    }

    .ls-pre-panel .ls-user-account > a small {
        color: #555555;
        color: #555555
    }

    .ls-pre-panel .ls-user-account > a:before {
        color: #555555;
        color: rgba(85, 85, 85, 0.5);
        box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.3)
    }

    .ls-main-full .ls-topbar [class*="ls-go"] {
        display: none
    }
}

.ls-popover.ls-popover-top:after, .ls-popover.ls-popover-top:before, .ls-popover.ls-popover-bottom:after, .ls-popover.ls-popover-bottom:before {
    left: calc(50% - 10px)
}

.ls-popover {
    position: absolute;
    z-index: 17;
    max-width: 376px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    background-clip: padding-box;
    display: none
}

.ls-popover.ls-active {
    display: block
}

.ls-popover.ls-popover-top {
    -moz-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%)
}

.ls-popover.ls-popover-bottom {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ls-popover.ls-popover-right {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ls-popover.ls-popover-left {
    -moz-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%)
}

.ls-popover:after, .ls-popover:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid
}

.ls-popover.ls-popover-top:after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-color: white transparent transparent transparent
}

.ls-popover.ls-popover-top:before {
    bottom: -11px;
    border-width: 10px 10px 0 10px;
    border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent
}

.ls-popover.ls-popover-right:after {
    top: 50%;
    left: -9px;
    margin-top: -7px;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent
}

.ls-popover.ls-popover-right:before {
    top: 50%;
    left: -10px;
    margin-top: -7px;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent
}

.ls-popover.ls-popover-bottom:after {
    top: -10px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f7f7f7 transparent
}

.ls-popover.ls-popover-bottom:before {
    top: -11px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent
}

.ls-popover.ls-popover-left:after {
    top: 50%;
    right: -10px;
    margin-top: -8px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white
}

.ls-popover.ls-popover-left:before {
    top: 50%;
    right: -11px;
    margin-top: -8px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.2)
}

.ls-popover .ls-popover-header [class*="title-"] {
    padding: 13px 20px 12px;
    margin: 0;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px 4px 0 0
}

.ls-popover .ls-popover-content {
    color: #555555;
    padding: 20px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden
}

.ls-popover .ls-popover-content ul, .ls-popover .ls-popover-content ol {
    margin: 0;
    padding: 0
}

.ls-popover .ls-popover-content ul li {
    margin-bottom: 5px
}

[data-ls-module="progressBar"] {
    background: #eeeeee;
    width: 100%;
    padding: 2px;
    min-height: 24px;
    border-radius: 4px;
    position: relative
}

[data-ls-module="progressBar"] span {
    display: block;
    min-height: 20px;
    background: #555555;
    border-radius: 4px;
    text-align: center
}

[data-ls-module="progressBar"] span:before {
    content: attr(aria-valuenow);
    color: white;
    font-size: 10px;
    display: inline-block;
    padding: 5px
}

[data-ls-module="progressBar"].ls-right-percentage {
    width: calc(100% - 30px);
    width: 96.5% \9
}

[data-ls-module="progressBar"].ls-right-percentage span:before {
    position: absolute;
    left: 100%;
    color: black
}

[data-ls-module="progressBar"].ls-left-percentage {
    margin-left: 30px;
    width: calc(100% - 30px);
    width: 96.5% \9
}

[data-ls-module="progressBar"].ls-left-percentage span:before {
    position: absolute;
    right: 100%;
    color: black
}

@-webkit-keyframes stretch {
    0% {
        width: 0
    }
}

@keyframes stretch {
    0% {
        width: 0
    }
}

[data-ls-module="progressBar"].ls-animated span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: stretch;
    animation-name: stretch
}

.ls-sidebar {
    background-color: #1e1e1e;
    width: 265px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%
}

.ls-sidebar .ls-sidebar-toggle {
    display: none
}

.ls-sidebar .ls-sidebar-inner {
    overflow: auto;
    height: inherit
}

.ls-sidebar .ls-user-account {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    background-color: #111111;
    z-index: 3
}

.ls-sidebar .ls-user-account ~ .ls-sidebar-inner {
    height: calc(100% - 60px)
}

.ls-sidebar .ls-user-account > a[class*="ls-ico"] {
    font-weight: 300;
    height: 70px;
    padding-left: 60px;
    padding-top: 20px
}

.ls-sidebar .ls-user-account > a[class*="ls-ico"]:after {
    -moz-transition: none 1s;
    -o-transition: none 1s;
    -webkit-transition: none 1s;
    transition: none 1s;
    content: "\e60f";
    position: absolute;
    top: 25px;
    right: 15px
}

.ls-sidebar .ls-user-account > a[class*="ls-ico"]:before {
    background: #222222;
    position: absolute;
    left: 15px;
    top: 15px
}

.ls-sidebar .ls-user-account > a[class*="ls-ico"] .ls-name {
    display: block !important;
    font-weight: 600;
    top: -5px;
    position: relative
}

.ls-sidebar .ls-user-account.ls-active {
    height: 100%
}

.ls-sidebar .ls-user-account.ls-active > a:after {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: none 1s;
    -o-transition: none 1s;
    -webkit-transition: none 1s;
    transition: none 1s;
    content: "\e63c"
}

.ls-sidebar .ls-user-account [class*="ls-ico"] {
    padding: 15px
}

.ls-sidebar .ls-user-account .ls-user-menu {
    background-color: #111111;
    position: static
}

.ls-sidebar.ls-area-account-active .ls-menu {
    height: calc(100% - 160px);
    height: 100% \9;
    padding-bottom: 160px \9
}

.ls-sidebar .ls-brand-name {
    padding: 40px 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3
}

.ls-sidebar .ls-brand-name a {
    color: white
}

.ls-sidebar .ls-brand-name:before {
    display: block;
    color: white;
    font-size: 72px
}

.ls-menu {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.ls-pre-panel .ls-sidebar .ls-menu {
    height: calc(100% - 224px)
}

.ls-menu li {
    list-style: none;
    border-bottom: 1px solid
}

.ls-menu li.ls-active > a {
    color: white
}

.ls-menu a {
    -moz-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    padding: 20px 20px 20px 59px;
    position: relative;
    width: 265px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ls-menu a:before {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 19px
}

.ls-menu a:focus, .ls-menu a:hover {
    padding-left: 65px
}

.ls-menu a:focus:before, .ls-menu a:hover:before {
    left: 25px
}

.ls-submenu-parent {
    position: relative
}

.ls-submenu-parent > a {
    padding-right: 35px
}

.ls-submenu-parent ul {
    height: 0;
    display: none
}

.ls-submenu-parent:after {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    content: "\e60b";
    font-family: "locastyle";
    font-size: 11px;
    position: absolute;
    top: 24px;
    right: 20px;
    pointer-events: none
}

.ls-submenu-parent.ls-active a {
    font-weight: 400
}

.ls-submenu-parent.ls-active a:hover, .ls-submenu-parent.ls-active a:focus {
    padding-left: 65px
}

.ls-submenu-parent.ls-active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.ls-submenu-parent.ls-active ul {
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    height: auto;
    display: block;
    border-top: 1px solid
}

.ls-submenu-parent.ls-active ul li:last-child {
    border-bottom: none
}

.ls-area-account {
    background-color: #141414;
    border-bottom-color: #282828;
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2
}

.ls-area-account[class*="ls-ico"]:before {
    float: left;
    font-size: 1.875em;
    margin-right: 15px
}

.ls-area-account [class*="ls-title"] {
    margin-bottom: 0;
    padding-top: 0
}

.ls-area-account [class*="ls-title"]:after {
    display: inline-block
}

.ls-area-account .ls-title-2 {
    color: #7f7f7f;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase
}

.ls-area-account .ls-title-3 {
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin: 3px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ls-area-account [class*="ls-btn"] {
    margin-left: 45px;
    background-color: #262626;
    color: #999999;
    font-size: 9px;
    border-color: #595959
}

.ls-area-account [class*="ls-btn"]:hover {
    background-color: #3f3f3f
}

@media screen and (min-width: 768px) {
    .ls-sidebar {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transition: width 0.25s linear;
        -o-transition: width 0.25s linear;
        -webkit-transition: width 0.25s linear;
        transition: width 0.25s linear;
        float: none;
        top: 60px;
        height: calc(100% - 60px);
        height: 93% \9
    }

    .ls-sidebar .ls-menu {
        height: 100%;
        overflow: auto;
        margin-top: 0
    }

    .ls-sidebar .ls-menu > ul {
        padding-bottom: 42px
    }

    .ls-sidebar .ls-area-account {
        position: static
    }

    .ls-sidebar .ls-user-account {
        display: none
    }

    .ls-sidebar .ls-user-account ~ .ls-sidebar-inner {
        overflow: auto;
        height: 100%
    }

    .ls-sidebar .ls-sidebar-toggle {
        display: block;
        position: absolute;
        bottom: 0;
        cursor: pointer;
        width: 100%;
        padding: 20px;
        text-align: right;
        border-top: 1px solid #222222;
        background: inherit;
        -moz-transition: width 0.25s linear;
        -o-transition: width 0.25s linear;
        -webkit-transition: width 0.25s linear;
        transition: width 0.25s linear
    }

    .ls-sidebar .ls-sidebar-toggle:hover {
        color: white;
        background-color: #323232
    }

    .ls-sidebar .ls-sidebar-toggle:hover:before {
        color: white
    }

    .ls-sidebar .ls-sidebar-toggle:before {
        -moz-transition: -moz-transform 0.25s linear;
        -o-transition: -o-transform 0.25s linear;
        -webkit-transition: -webkit-transform 0.25s linear;
        transition: transform 0.25s linear;
        display: inline-block;
        font-size: 11.04px;
        font-weight: bold;
        color: #7f7f7f;
        width: 22px
    }
}

.ls-sidebar-toggled .ls-brand-name {
    width: 265px;
    padding: 16px;
    width: auto;
    text-align: left
}

.ls-sidebar-toggled .ls-brand-name a {
    display: none
}

.ls-sidebar-toggled .ls-brand-name:before {
    font-size: inherit
}

.ls-sidebar-toggled .ls-user-account ~ .ls-sidebar-inner {
    overflow: initial
}

.ls-sidebar-toggled .ls-sidebar-toggle:before {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-left: 4px
}

.ls-sidebar-toggled .ls-sidebar {
    width: 60px;
    z-index: 11
}

.ls-sidebar-toggled .ls-menu {
    overflow: visible
}

.ls-sidebar-toggled .ls-menu a:focus:before, .ls-sidebar-toggled .ls-menu a:hover:before {
    left: 19px
}

.ls-sidebar-toggled .ls-menu > ul > li {
    position: relative;
    overflow: hidden
}

.ls-sidebar-toggled .ls-menu .ls-submenu-parent:after {
    right: 5px;
    font-size: 9px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #595959
}

.ls-sidebar-toggled .ls-menu .ls-submenu-parent:hover:after {
    color: white
}

.ls-sidebar-toggled .ls-menu .ls-submenu-parent .ls-submenu {
    height: 0
}

.ls-sidebar-toggled .ls-menu .ls-submenu-parent.ls-active {
    overflow: visible
}

.ls-sidebar-toggled .ls-menu .ls-submenu-parent.ls-active:after {
    color: white
}

.ls-sidebar-toggled .ls-menu .ls-submenu-parent.ls-active > a {
    color: white;
    background: inherit;
    padding-left: 85px;
    width: 325px;
    font-weight: 600;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none
}

.ls-sidebar-toggled .ls-menu .ls-submenu-parent.ls-active .ls-submenu {
    height: auto;
    position: absolute;
    left: 60px;
    background: inherit
}

.ls-sidebar-toggled .ls-menu .ls-submenu-parent.ls-active .ls-submenu a {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    padding: 15px 25px
}

.ls-sidebar-toggled .ls-area-account {
    -moz-transition: height 0.4s;
    -o-transition: height 0.4s;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    overflow: hidden;
    width: 265px;
    height: 70px
}

@media screen and (max-width: 768px) {
    .ls-sidebar .ls-user-account + [class*="ls-ico"] + .ls-menu, .ls-sidebar .ls-user-account + .ls-menu {
        margin-top: 60px
    }
}

.ls-switch-btn {
    position: relative;
    display: inline-block;
    user-select: none
}

.ls-switch-btn a {
    color: #555555
}

.ls-switch-btn .ls-switch-label {
    display: inline-block
}

.ls-switch-btn .ls-switch-label span {
    display: inline-block;
    vertical-align: middle
}

.ls-switch-btn .ls-switch-label span:after {
    content: "";
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background: #888 url(../images/ico-switch-on-off.png) -159px center no-repeat;
    height: 24px;
    width: 50px;
    position: relative;
    z-index: 0;
    margin-right: 10px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer
}

.ls-switch-btn .ls-switch-label span:before {
    content: "";
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    display: block;
    width: 23px;
    height: 20px;
    border: 1px solid rgba(34, 34, 34, 0.15);
    background: #fff url(../images/ico-switch.png) center no-repeat;
    border-radius: 4px 0 0 4px;
    cursor: pointer
}

.ls-switch-btn .ls-switch-label span:hover:before, .ls-switch-btn .ls-switch-label span:focus:before {
    background-color: #ebebeb
}

.ls-switch-btn .ls-switch-label span:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ls-switch-btn input {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 24px;
    opacity: 0
}

.ls-switch-btn input:checked + .ls-switch-label span {
    display: inline-block
}

.ls-switch-btn input:checked + .ls-switch-label span:after {
    box-shadow: none;
    background-position: 7px center
}

.ls-switch-btn input:checked + .ls-switch-label span:before {
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    top: 2px;
    left: 25px;
    border-radius: 0 4px 4px 0
}

@media screen and (min-width: 768px) {
    .ls-switch-btn input + .ls-switch-label:after {
        display: inline-block;
        vertical-align: middle;
        content: attr(ls-switch-off)
    }

    .ls-switch-btn input + .ls-switch-label span:before {
        -moz-transition: none 1s;
        -o-transition: none 1s;
        -webkit-transition: none 1s;
        transition: none 1s
    }

    .ls-switch-btn input:checked + .ls-switch-label:after {
        content: attr(ls-switch-on)
    }

    .ls-switch-btn input:checked + .ls-switch-label span:before {
        -moz-transition: none 1s;
        -o-transition: none 1s;
        -webkit-transition: none 1s;
        transition: none 1s
    }
}

.ls-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    margin: 20px 0;
    border-bottom: 1px solid #dddddd;
    table-layout: fixed
}

.ls-box-gray .ls-table, .ls-board-box .ls-box .ls-table, .ls-board-box .ls-alert-box .ls-table, .ls-box-filter .ls-table {
    background: transparent
}

.ls-well .ls-table:first-child {
    margin-top: 0;
    margin-bottom: 0
}

.ls-table.ls-no-hover tbody tr:hover {
    background: inherit
}

.ls-table.ls-table-bordered {
    border: 1px solid #dddddd
}

.ls-table td, .ls-table th {
    padding: 13px;
    text-align: left;
    font-size: 14px
}

.ls-table tr, .ls-table th {
    border-bottom: 1px solid #dddddd
}

.ls-table thead th {
    border-bottom-width: 2px
}

.ls-table .ls-data-descending a, .ls-table .ls-data-ascending a {
    position: relative;
    display: inline-block
}

.ls-table .ls-data-descending a:after, .ls-table .ls-data-ascending a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -2px
}

.ls-table .ls-data-ascending a:after {
    border-color: transparent;
    border-bottom-color: black;
    margin-top: -7px
}

.ls-table tbody tr:last-child td, .ls-table tbody tr:last-child th {
    border-bottom: none
}

.ls-table-striped tbody tr:nth-child(odd) td, .ls-table-striped.ls-bg-header tr:nth-child(even) td {
    background: #f7f7f7
}

.ls-table-striped.ls-bg-header tr:nth-child(odd) td {
    background: white
}

.ls-tabs-nav:not(.in-dropdown) {
    position: relative;
    z-index: 2;
    margin: 0
}

.ls-tabs-nav:not(.in-dropdown) li {
    position: relative;
    list-style: none;
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    line-height: 1;
    font-size: 14px;
    margin-right: -3px
}

.ls-tabs-nav:not(.in-dropdown) li a {
    color: white;
    display: inline-block;
    padding: 11px
}

.ls-tabs-nav:not(.in-dropdown) li.ls-active {
    border-color: #eeeeee;
    top: 0px
}

.ls-tabs-nav:not(.in-dropdown) li.ls-active a {
    margin-top: 0px;
    color: #333333;
    padding: 15px 16px 12px
}

.ls-tabs-nav .ls-dropdown-tabs [class*="ls-btn"] {
    background-color: transparent;
    vertical-align: initial
}

.ls-tabs-nav li:not(.ls-active) [class*="ls-dropdown"].ls-dropdown-tabs [class*="ls-btn"] {
    padding: 11px 12px 11px
}

.ls-tabs-nav li:not(.ls-active) [class*="ls-dropdown"].ls-dropdown-tabs [class*="ls-btn"]:after {
    border-top-color: white
}

.ls-tabs-nav li [class*="ls-dropdown"].ls-dropdown-tabs [class*="ls-btn"] {
    border: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.ls-tabs-nav li [class*="ls-dropdown"].ls-dropdown-tabs [class*="ls-btn"] + .in-dropdown {
    margin-left: -1px
}

.ls-tabs-nav li [class*="ls-dropdown"].ls-dropdown-tabs [class*="ls-btn"] + .in-dropdown li {
    width: 100%;
    background-color: transparent;
    border: none
}

.ls-tabs-nav li [class*="ls-dropdown"].ls-dropdown-tabs [class*="ls-btn"] + .in-dropdown li a {
    width: 100%;
    color: #333333;
    display: block;
    padding: 8px 20px
}

.ls-tabs-container {
    clear: both;
    position: relative;
    z-index: 1;
    top: -1px
}

.ls-tabs-container .ls-tab-content {
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 4px;
    display: none;
    padding: 20px 15px;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    border-bottom-width: 3px;
    background-color: white
}

.ls-tabs-container .ls-tab-content.ls-active {
    display: block
}

.ls-tabs-container .ls-tab-content p {
    padding: 0;
    font-size: 14px
}

.ls-tabs-container .ls-tab-content p:last-child {
    margin-bottom: 0
}

.ls-tabs-container .ls-tab-content .ls-tab-content {
    padding: 0;
    border: none;
    background: none;
    margin: 0
}

[class*="ls-tag"] {
    display: inline-block;
    padding: 4px;
    font-size: 10px !important;
    letter-spacing: 0.6px;
    font-weight: 400;
    line-height: 1;
    color: white !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    background-color: #888888
}

.ls-tag-success {
    background-color: #388f39
}

.ls-tag-info {
    background-color: #2881ac
}

.ls-tag-warning {
    background-color: #b9a016
}

.ls-tag-danger {
    background-color: #d75553
}

a[class*="ls-tag-"]:hover {
    opacity: 0.8
}

.ls-topbar {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11
}

.ls-topbar:after {
    -moz-box-shadow: 0px 5px 8px -1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 5px 8px -1px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 5px 8px -1px rgba(255, 255, 255, 0.5);
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0
}

.ls-topbar .ls-brand-name {
    font-size: 24px;
    font-weight: 400;
    color: white;
    padding: 12px 0 15px;
    height: 60px;
    text-align: center;
    width: 67%;
    margin: 0 auto;
    line-height: 1.3
}

.ls-topbar .ls-brand-name a {
    text-decoration: none;
    color: white;
    vertical-align: sub
}

.ls-topbar .ls-brand-name a:before {
    display: none
}

.ls-topbar .ls-brand-name a small, .ls-topbar .ls-brand-name a span {
    display: block;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0.5px;
    opacity: 0.75;
    margin-bottom: -2px
}

.ls-topbar .ls-brand-name a[class*="ls-ico"] {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px
}

.ls-topbar .ls-brand-name a[class*="ls-ico"] small, .ls-topbar .ls-brand-name a[class*="ls-ico"] span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ls-topbar .ls-notification-topbar {
    float: right
}

.ls-topbar .ls-notification-topbar .ls-alerts-list {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px
}

.ls-topbar .ls-notification-topbar .ls-alerts-list :before {
    font-size: 20px;
    margin: 0
}

.ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"] {
    margin-right: 14px;
    position: relative;
    display: none;
    width: 22px;
    text-align: center
}

.ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"]:after {
    content: attr(data-counter);
    position: absolute;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 10px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    border-radius: 100%;
    background: #cc0000;
    color: white;
    top: -10px;
    left: 10px;
    display: none;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale
}

.ls-theme-light-red .ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"]:after {
    background: blue
}

.ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"][data-counter] {
    color: white
}

.ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"][data-counter]:after {
    display: block
}

.ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"].ls-active {
    color: white
}

.ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"] span {
    display: none
}

.ls-topbar .ls-ico-menu, .ls-topbar .ls-show-notifications {
    cursor: pointer
}

.ls-topbar .ls-ico-menu:before, .ls-topbar .ls-show-notifications:before {
    position: absolute;
    padding: 15px 15px 0;
    height: 60px;
    display: inline-block;
    color: white;
    font-size: 32px;
    vertical-align: middle;
    cursor: pointer
}

.ls-topbar .ls-ico-menu:after, .ls-topbar .ls-show-notifications:after {
    background: white;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2424px;
    display: none;
    opacity: 0.8
}

.ls-topbar .ls-show-notifications:before {
    right: 0;
    font-size: 24px;
    top: 4px
}

.ls-sidebar-visible .ls-ico-menu:after, .ls-notifications-visible .ls-show-notifications:after {
    display: block
}

@media screen and (min-width: 768px) {
    .ls-topbar {
        text-align: left;
        -moz-transition: none 1s;
        -o-transition: none 1s;
        -webkit-transition: none 1s;
        transition: none 1s
    }

    .ls-topbar:after {
        left: 265px
    }

    .ls-sidebar-visible .ls-topbar {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .ls-notifications-visible .ls-topbar {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .ls-topbar .ls-brand-name {
        font-size: 26px;
        text-align: left;
        width: auto;
        display: inline-block;
        padding-left: 15px;
        position: relative;
        z-index: 1
    }

    .ls-topbar .ls-brand-name a:before {
        display: block;
        position: absolute;
        top: 12px;
        left: 15px;
        font-size: 36px
    }

    .ls-topbar .ls-brand-name a[class*="ls-ico"] {
        display: inline-block;
        padding-left: 45px
    }

    .ls-topbar .ls-brand-name a[class*="ls-ico-panel"] {
        padding-left: 52px
    }

    .ls-topbar .ls-brand-name a[class*="ls-ico-panel"]:before {
        font-size: 54px;
        top: 4px;
        left: 7px
    }

    .ls-topbar .ls-ico-menu:before, .ls-topbar .ls-show-notifications:before {
        display: none
    }

    .ls-topbar .ls-notification-topbar .ls-alerts-list {
        margin-top: 0;
        height: 60px
    }

    .ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"] {
        background: transparent;
        border: none;
        cursor: pointer;
        display: inline-block;
        height: inherit;
        position: relative
    }

    .ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"]:before, .ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"]:after {
        left: 0;
        position: absolute
    }

    .ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"]:before {
        top: 32%
    }

    .ls-topbar .ls-notification-topbar .ls-alerts-list [class*="ls-ico"]:after {
        top: 22%;
        right: -7px;
        left: auto
    }

    .ls-topbar .ls-notification-topbar .ls-user-account {
        display: inline-block
    }
}

@media screen and (min-width: 1200px) {
    .ls-topbar .ls-brand-name a[class*="ls-ico"] {
        max-width: 520px
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .ls-topbar .ls-brand-name a[class*="ls-ico"] {
        max-width: 248px
    }
}

[class*="ls-tooltip"] {
    position: relative;
    text-decoration: none
}

[class*="ls-tooltip"]:after, [class*="ls-tooltip"]:before {
    position: absolute;
    z-index: 100;
    opacity: 0
}

[class*="ls-tooltip"]:after {
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    content: attr(aria-label);
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    color: white;
    background: #222222;
    border-radius: 4px;
    text-shadow: 0 0 5px black;
    white-space: nowrap
}

[class*="ls-tooltip"]:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid
}

[class*="ls-tooltip"]:hover:after, [class*="ls-tooltip"]:focus:after, [class*="ls-tooltip"]:hover:before, [class*="ls-tooltip"]:focus:before {
    opacity: 1
}

.ls-tooltip-top:after, .ls-tooltip-top:before {
    -moz-transition: bottom 0.25s ease-in-out;
    -o-transition: bottom 0.25s ease-in-out;
    -webkit-transition: bottom 0.25s ease-in-out;
    transition: bottom 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    bottom: 90%;
    left: -9999px;
    margin-bottom: 12px
}

.ls-tooltip-top:before {
    border-color: #222222 transparent transparent transparent;
    margin-bottom: 0
}

.ls-tooltip-top:hover:after, .ls-tooltip-top:focus:after, .ls-tooltip-top:focus:after, .ls-tooltip-top:hover:before, .ls-tooltip-top:focus:before, .ls-tooltip-top:focus:before {
    bottom: 80%;
    left: 0
}

.ls-tooltip-top:hover:before, .ls-tooltip-top:focus:before {
    left: 15px
}

.ls-tooltip-bottom:after, .ls-tooltip-bottom:before {
    -moz-transition: top 0.25s ease-in-out;
    -o-transition: top 0.25s ease-in-out;
    -webkit-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    top: 90%;
    left: -9999px;
    margin-top: 12px
}

.ls-tooltip-bottom:before {
    border-color: transparent transparent #222222 transparent;
    margin-top: 0
}

.ls-tooltip-bottom:hover:after, .ls-tooltip-bottom:focus:after, .ls-tooltip-bottom:hover:before, .ls-tooltip-bottom:focus:before {
    top: 80%;
    left: 0
}

.ls-tooltip-bottom:hover:before, .ls-tooltip-bottom:focus:before {
    left: 15px
}

.ls-tooltip-right:after, .ls-tooltip-right:before {
    -moz-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    -webkit-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    top: -9999px;
    left: 96%;
    margin-left: 12px
}

.ls-tooltip-right:before {
    border-color: transparent #222222 transparent transparent;
    margin-left: 0
}

.ls-tooltip-right:hover:after, .ls-tooltip-right:focus:after, .ls-tooltip-right:hover:before, .ls-tooltip-right:focus:before {
    left: 100%;
    top: 0
}

.ls-tooltip-right:hover:before, .ls-tooltip-right:focus:before {
    top: 7px
}

.ls-tooltip-left:after, .ls-tooltip-left:before {
    -moz-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    -webkit-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    top: -9999px;
    right: 96%;
    margin-right: 12px
}

.ls-tooltip-left:before {
    border-color: transparent transparent transparent #222222;
    margin-right: 0
}

.ls-tooltip-left:hover:after, .ls-tooltip-left:focus:after, .ls-tooltip-left:hover:before, .ls-tooltip-left:focus:before {
    right: 100%;
    top: 0
}

.ls-tooltip-left:hover:before, .ls-tooltip-left:focus:before {
    top: 7px
}

.ls-tooltip-top-left:after, .ls-tooltip-top-left:before {
    -moz-transition: bottom 0.25s ease-in-out;
    -o-transition: bottom 0.25s ease-in-out;
    -webkit-transition: bottom 0.25s ease-in-out;
    transition: bottom 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    bottom: 90%;
    left: -9999px;
    margin-bottom: 12px
}

.ls-tooltip-top-left:before {
    border-color: #222222 transparent transparent transparent;
    margin-bottom: 0
}

.ls-tooltip-top-left:hover:after, .ls-tooltip-top-left:focus:after, .ls-tooltip-top-left:focus:after, .ls-tooltip-top-left:hover:before, .ls-tooltip-top-left:focus:before, .ls-tooltip-top-left:focus:before {
    bottom: 80%;
    left: auto;
    right: 0
}

.ls-tooltip-top-left:hover:before, .ls-tooltip-top-left:focus:before {
    right: 15px
}

.ls-box, .ls-box-filter, .ls-alert-box {
    padding: 15px;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #dddddd
}

.ls-box:last-child, .ls-box-filter:last-child, .ls-alert-box:last-child {
    margin-bottom: 0
}

.ls-box p, .ls-box-filter p, .ls-alert-box p {
    margin: 5px 0 10px
}

.ls-box-group .ls-box, .ls-box-group .ls-box-filter, .ls-box-group .ls-alert-box {
    margin-bottom: 10px
}

.ls-box.ls-box-gray, .ls-board-box .ls-box, .ls-board-box .ls-box-filter, .ls-board-box .ls-alert-box, .ls-box-filter, .ls-box-gray.ls-alert-box {
    background-color: #f7f7f7
}

.ls-box .ls-small-info, .ls-box-filter .ls-small-info, .ls-alert-box .ls-small-info {
    font-size: 12px;
    color: #555555;
    margin: 0;
    padding: 0
}

.ls-box[class*="ls-ico-"], [class*="ls-ico-"].ls-box-filter, [class*="ls-ico-"].ls-alert-box {
    overflow: hidden;
    position: relative
}

.ls-box[class*="ls-ico-"]:before, [class*="ls-ico-"].ls-box-filter:before, [class*="ls-ico-"].ls-alert-box:before {
    vertical-align: top;
    font-size: 96px;
    margin: 0 20px
}

[class^="ls-title"] + .ls-box, [class^="ls-title"] + .ls-box-filter, [class^="ls-title"] + .ls-alert-box {
    margin-top: 10px;
    clear: both
}

.ls-box-filter {
    border-radius: 4px;
    margin: 20px 0
}

.ls-box-disclaimer {
    padding: 30px
}

.ls-box-disclaimer [class*="ls-title"] {
    padding: 0 0 20px
}

.ls-box-disclaimer p {
    padding: 0 0 20px;
    font-size: 16px
}

.ls-ico-bg:before {
    opacity: 0.1;
    position: absolute;
    top: -25%;
    right: 30px;
    font-size: 272px !important
}

.ls-box-error {
    border: none;
    margin: 20px 0 0 15px
}

.ls-box-error .ls-title-intro {
    border-bottom: none
}

.ls-box-error ol {
    margin: 0 21px 30px
}

.ls-box-error ol li {
    padding-bottom: 5px
}

.ls-info-header {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 0 0;
    background: white;
    padding: 15px 15px 10px;
    margin-bottom: 20px;
    width: calc(32px + 100%);
    margin-left: -16px;
    margin-top: -16px;
    border: 1px solid #dddddd
}

.ls-info-header [class*="ls-ico-"]:before {
    font-size: 28px
}

.ls-info-header [class*="ls-title"] {
    font-weight: normal;
    display: block
}

@media screen and (max-width: 768px) {
    .ls-ico-bg:before {
        display: none
    }

    .ls-small-info + [class^="ls-title-"] {
        padding-top: 10px
    }
}

@media screen and (min-width: 992px) {
    .ls-info-header [class^="ls-title-"] {
        display: inline-block
    }

    .ls-info-header .ls-btn {
        float: right
    }
}

@media screen and (min-width: 1200px) {
    .ls-box-filter .ls-label {
        margin-bottom: 0
    }
}

.ls-alert-box {
    border-color: #dddddd;
    border-bottom-width: 3px
}

.ls-alert-box .ls-info-header {
    border-color: #dddddd;
    margin-bottom: 30px;
    background: #e3e3e3;
    border-bottom: #e3e3e3
}

.ls-alert-box .ls-info-header [class^="ls-title-"] {
    color: #222222;
    font-weight: normal
}

.ls-alert-box .ls-info-header .ls-dismiss {
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #888888;
    opacity: 1
}

.ls-alert-box .ls-info-header .ls-dismiss:hover {
    opacity: 0.3
}

.ls-alert-box-success {
    border-color: #7db67e
}

.ls-alert-box-success .ls-info-header {
    border-color: #7db67e;
    background-color: #d7e8d7;
    color: #388f39
}

.ls-alert-box-success .ls-info-header [class^="ls-title-"] {
    color: #388f39
}

.ls-alert-box-success .ls-info-header .ls-dismiss {
    color: #388f39
}

.ls-alert-box-info {
    border-color: #73adc9
}

.ls-alert-box-info .ls-info-header {
    border-color: #73adc9;
    background-color: #d4e5ee;
    color: #2881ac
}

.ls-alert-box-info .ls-info-header [class^="ls-title-"] {
    color: #2881ac
}

.ls-alert-box-info .ls-info-header .ls-dismiss {
    color: #2881ac
}

.ls-alert-box-warning {
    border-color: #d1c167
}

.ls-alert-box-warning .ls-info-header {
    border-color: #d1c167;
    background-color: #f1ecd0;
    color: #b9a016
}

.ls-alert-box-warning .ls-info-header [class^="ls-title-"] {
    color: #b9a016
}

.ls-alert-box-warning .ls-info-header .ls-dismiss {
    color: #b9a016
}

.ls-alert-box-danger {
    border-color: #e5908f
}

.ls-alert-box-danger .ls-info-header {
    border-color: #e5908f;
    background-color: #f7dddc;
    color: #d75553
}

.ls-alert-box-danger .ls-info-header [class^="ls-title-"] {
    color: #d75553
}

.ls-alert-box-danger .ls-info-header .ls-dismiss {
    color: #d75553
}

.ls-custom-select {
    background: white;
    display: inline-block;
    position: relative;
    border: 1px solid #dddddd;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
    height: 33px;
    width: 100%
}

.ls-box-filter .ls-custom-select {
    width: 100%
}

.ls-form-horizontal .ls-label .ls-custom-select {
    display: block
}

.ls-custom-select[disabled], .ls-form-disable .ls-custom-select {
    border-color: #eeeeee
}

.ls-custom-select select {
    position: relative;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: inherit;
    padding: 5px 42px 5px 10px;
    display: inline-block;
    border: none;
    background: white;
    font-size: 14px;
    color: #555555;
    width: 100%;
    width: 145% \9;
    z-index: 1
}

.ls-custom-select select option {
    padding: 5px 10px
}

.ls-custom-select select[disabled], .ls-form-disable .ls-custom-select select {
    background: #eeeeee
}

.ls-custom-select select::-ms-expand {
    display: none
}

.ls-custom-select:before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 5px;
    border-color: #555555 transparent transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
    z-index: 2;
    pointer-events: none
}

.ls-custom-select:after {
    content: "";
    height: inherit;
    position: absolute;
    background-color: white;
    border-left: 1px solid #dddddd;
    pointer-events: none;
    width: 30px;
    right: 0;
    top: 0;
    z-index: 1
}

.ls-custom-select.ls-field-lg {
    height: 46px
}

.ls-custom-select.ls-field-lg select {
    font-size: 16px
}

.ls-custom-select.ls-field-md {
    height: 33px
}

.ls-custom-select.ls-field-md select {
    font-size: 13px
}

.ls-custom-select.ls-field-sm {
    height: 30px
}

.ls-custom-select.ls-field-sm select {
    font-size: 12px
}

.ls-custom-select.ls-field-xs {
    height: 24px
}

.ls-custom-select.ls-field-xs select {
    font-size: 12px
}

@media screen and (min-width: 768px) {
    .ls-custom-select {
        padding-right: 0
    }
}

.ls-pagination-filter {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    color: #555555;
    text-align: center
}

.ls-filter-view [class^="ls-custom-select"] {
    width: 90px
}

[class*="ls-pagination"] {
    display: inline-block;
    list-style: none
}

[class*="ls-pagination"] li {
    margin-left: -1px
}

[class*="ls-pagination"] li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

[class*="ls-pagination"] li:first-child a a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

[class*="ls-pagination"] li:first-child.ls-active {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

[class*="ls-pagination"] li:last-child a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

[class*="ls-pagination"] li:last-child.ls-active {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

[class*="ls-pagination"] li.ls-disabled a {
    color: #dddddd;
    cursor: not-allowed
}

[class*="ls-pagination"] li.ls-disabled a:hover, [class*="ls-pagination"] li.ls-disabled a:focus {
    background: none;
    color: #dddddd
}

[class*="ls-pagination"] li.ls-active a, [class*="ls-pagination"] li.ls-active a:hover, [class*="ls-pagination"] li.ls-active .ls-gap {
    color: white
}

[class*="ls-pagination"] li .ls-gap, [class*="ls-pagination"] li a {
    padding: 9px 12px;
    position: relative;
    text-decoration: none;
    border: 1px solid #eeeeee;
    color: #555555;
    line-height: 1;
    font-size: 13px
}

[class*="ls-pagination"] li .ls-gap:hover, [class*="ls-pagination"] li .ls-gap:focus, [class*="ls-pagination"] li a:hover, [class*="ls-pagination"] li a:focus {
    color: #555555;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.2)
}

[class*="ls-pagination"].ls-pagination-sm .ls-gap, [class*="ls-pagination"].ls-pagination-sm a {
    padding: 5px 10px;
    font-size: 12px
}

[class*="ls-pagination"].ls-pagination-lg .ls-gap, [class*="ls-pagination"].ls-pagination-lg a {
    padding: 14px 16px;
    font-size: 16px
}

.ls-gap {
    cursor: pointer
}

.ls-pager {
    text-align: center;
    margin: 10px 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px
}

.ls-pager li {
    display: inline
}

.ls-pager li.ls-disabled a {
    color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed
}

.ls-pager li.ls-disabled a:hover, .ls-pager li.ls-disabled a:focus {
    background: none;
    color: #eeeeee
}

.ls-pager li a {
    display: inline-block;
    padding: 8px 15px;
    background-color: transparent;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    color: #555555;
    line-height: 1
}

.ls-pager li a:hover, .ls-pager li a:focus {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.2)
}

@media screen and (min-width: 768px) {
    .ls-pagination-filter {
        text-align: left
    }

    [class*="ls-pagination"] {
        float: right
    }

    .ls-filter-view {
        margin-top: 0
    }
}

.ls-breadcrumb {
    display: block;
    padding: 8px 0;
    font-size: 12px;
    background: none;
    border-bottom: 1px solid #eeeeee;
    list-style: none
}

.ls-breadcrumb li {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    list-style: none;
    color: #555555
}

.ls-breadcrumb li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 4px solid transparent;
    border-color: transparent transparent transparent #555555;
    top: -1px
}

.ls-breadcrumb li a {
    text-decoration: underline
}

.ls-breadcrumb li a:hover {
    text-decoration: none
}

.hopscotch-bubble {
    z-index: 11;
    background-clip: padding-box;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    white-space: normal
}

.hopscotch-bubble.invisible {
    opacity: 0
}

.hopscotch-bubble.hide {
    display: none
}

.hopscotch-bubble .hide, .hopscotch-bubble .hide-all {
    display: none !important
}

.hopscotch-bubble .hopscotch-bubble-container {
    padding: 0 !important
}

.hopscotch-bubble .hopscotch-bubble-arrow-container {
    position: absolute;
    width: 22px;
    height: 22px
}

.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow, .hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
    border: 11px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border: 11px solid transparent
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
    top: -21px
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-color: transparent transparent #f7f7f7 transparent
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
    top: -2px
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
    bottom: -21px
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-color: #f7f7f7 transparent transparent transparent
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-color: black transparent transparent transparent;
    bottom: -2px
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
    left: -19px
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border-color: transparent white transparent transparent
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
    left: -2px
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
    right: -22px
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-color: transparent transparent transparent white
}

.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-color: transparent transparent transparent black;
    right: -2px
}

.hopscotch-bubble .hopscotch-bubble-number {
    display: none
}

.hopscotch-bubble .hopscotch-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 6px 14px
}

.hopscotch-bubble .hopscotch-content {
    color: #555555;
    font-size: 14px;
    padding: 9px 14px;
    text-align: left;
    white-space: normal
}

.hopscotch-bubble .hopscotch-actions {
    background: #f7f7f7;
    border-top: 1px solid #ebebeb;
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    padding: 6px 15px;
    overflow: hidden
}

.hopscotch-bubble .hopscotch-actions button {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    background-color: #888888;
    margin-right: 16px
}

.hopscotch-bubble .hopscotch-actions button.hopscotch-nav-button.next {
    float: right;
    margin: 0
}

.hopscotch-bubble .hopscotch-bubble-close {
    cursor: pointer;
    font-size: 12px;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 11px;
    text-align: center;
    top: 10px;
    width: 10px
}

.hopscotch-bubble .hopscotch-bubble-close:before {
    content: "\e63c";
    color: #dddddd;
    font-family: "locastyle";
    font-size: 9px;
    margin-right: 10px
}

.hopscotch-bubble .hopscotch-bubble-close:hover {
    opacity: 0.7
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333333;
    background: white;
    border: 1px solid #cccccc;
    border-bottom-color: #bbbbbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single:before {
    content: " ";
    display: table
}

.pika-single:after {
    content: " ";
    display: table;
    clear: both;
    *zoom: 1
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}

.pika-lendar {
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: white
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-prev, .pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.5;
    *position: absolute;
    *top: 0
}

.pika-prev:hover, .pika-next:hover {
    opacity: 1
}

.pika-prev, .is-rtl .pika-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.pika-next, .is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-prev.is-disabled, .pika-next.is-disabled {
    cursor: default;
    opacity: 0.2
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table th, .pika-table td {
    width: 14.28571%;
    padding: 0
}

.pika-table th {
    color: #999999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: whitesmoke
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold
}

.is-selected .pika-button {
    color: white;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 4px
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999999;
    opacity: 0.3
}

.pika-button:hover {
    color: white !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 4px !important
}

.datepicker::-webkit-calendar-picker-indicator, .datepicker::-webkit-input-placeholder {
    display: none !important;
    visibility: hidden !important
}

.ls-user-account {
    height: 60px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    display: none
}

.ls-user-account .ls-ico-user {
    color: white;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 14px 3px;
    position: relative
}

.ls-user-account .ls-ico-user img {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    vertical-align: middle;
    position: absolute;
    left: 13px;
    top: 14px
}

.ls-user-account .ls-ico-user .ls-name {
    max-width: 160px;
    vertical-align: middle
}

.ls-user-account .ls-ico-user small {
    color: white;
    font-weight: 400;
    font-size: inherit
}

.ls-user-account .ls-ico-user:before {
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    height: 33px;
    width: 33px;
    line-height: 33px;
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    vertical-align: sub;
    display: inline-block
}

.ls-user-account .ls-ico-user:after {
    content: "\e60b";
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.ls-user-account.ls-active > a:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.ls-user-account input[type='checkbox'] {
    height: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.ls-user-account .ls-user-menu {
    background: #222222;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
    border: none;
    border-radius: 0;
    margin-top: 0
}

.ls-user-account .ls-user-menu ul {
    list-style: none
}

.ls-sidebar .ls-user-account .ls-user-menu ul {
    border-top: 1px solid #222222
}

.ls-user-account .ls-user-menu ul a {
    color: #888888;
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #222222;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-weight: 300;
    font-size: 14px
}

.ls-sidebar .ls-user-account .ls-user-menu ul a {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    padding: 20px 20px 20px 60px
}

.ls-sidebar .ls-user-account .ls-user-menu ul a:hover, .ls-sidebar .ls-user-account .ls-user-menu ul a:focus {
    padding-left: 50px
}

.ls-user-account .ls-user-menu ul a:hover, .ls-user-account .ls-user-menu ul a:focus {
    color: white;
    padding-left: 25px
}

.ls-user-account .ls-user-menu ul li:last-child a {
    border-bottom: none
}

.ls-sidebar .ls-user-account .ls-user-menu ul li:last-child a {
    border-bottom: 1px solid #222222
}

.ls-user-account .ls-user-menu .ls-btn-logout {
    padding: 11px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    background-color: #222222;
    border-color: #343434;
    margin: 0 55px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0
}

.ls-user-account .ls-user-menu .ls-btn-logout:hover, .ls-user-account .ls-user-menu .ls-btn-logout:focus {
    background-color: rgba(34, 34, 34, 0.8)
}

.ls-user-account .ls-user-menu .ls-btn-logout:after {
    display: none
}

@media screen and (min-width: 768px) {
    .ls-user-account .ls-ico-user img {
        left: 3px
    }
}

.ls-login-parent {
    background-color: #f7f7f7;
    height: inherit;
    display: table;
    width: 100%
}

.ls-login-parent .ls-login-inner {
    vertical-align: middle;
    display: table-cell
}

.ls-login-parent .ls-login-container {
    text-align: center
}

.ls-login-parent .ls-login-container [class*="ls-login-"] {
    vertical-align: middle
}

.ls-login-parent .ls-login-adv {
    display: block;
    margin-top: 30px
}

.ls-login-parent .ls-login-box {
    width: 300px;
    display: inline-block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 20px;
    text-align: left
}

.ls-login-parent .ls-login-box .ls-form-actions [class*="ls-btn"] {
    margin-bottom: 0
}

.ls-login-parent .ls-login-logo {
    color: #888888;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px
}

.ls-login-parent .ls-login-form .ls-label:last-of-type {
    margin-bottom: 0
}

.ls-login-parent .ls-login-form .ls-login-bg-user, .ls-login-parent .ls-login-form .ls-login-bg-password, .ls-login-parent .ls-login-form .ls-login-bg-email {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px;
    font-size: 14px
}

.ls-login-parent .ls-login-form .ls-login-bg-user {
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUE2QTc2Nzk1QUFCMTFFM0FFRDNBMkYxRDlBNTM5RUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUE2QTc2N0E1QUFCMTFFM0FFRDNBMkYxRDlBNTM5RUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQTZBNzY3NzVBQUIxMUUzQUVEM0EyRjFEOUE1MzlFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQTZBNzY3ODVBQUIxMUUzQUVEM0EyRjFEOUE1MzlFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uACZBZG9iZQBkwAAAAAEDABUEAwYKDQAABQgAAAWAAAAF2gAABiP/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//CABEIABEAEQMBEQACEQEDEQH/xACYAAACAwAAAAAAAAAAAAAAAAAACAUGCQEBAAAAAAAAAAAAAAAAAAAAABAAAgEFAQAAAAAAAAAAAAAAAwYFACAwAQQVEQACAQIEAwkAAAAAAAAAAAABAgMRBAAhQRIQURMgkSIy0hQ0lAUSAQAAAAAAAAAAAAAAAAAAADATAQEAAQUAAwAAAAAAAAAAAAERABAgMCExQaGx/9oADAMBAAIRAxEAAAHZUroxIvpADDiEgB//2gAIAQEAAQUCdjlFHIpy73TKxRx+dYYOCNF6MfZ//9oACAECAAEFAsP/2gAIAQMAAQUCw//aAAgBAgIGPwIf/9oACAEDAgY/Ah//2gAIAQEBBj8Ct0jZ0Wa5pLtqAyrGxCMw0Laa0xfwFnMKrDIimpRHq4amilx304XH5kUZu2OXXDbYYZUOTRtm0rIRp4Tzx7O5haIyyl3vFO9STkvVTzIqDlXHzrT7EXq7H//aAAgBAQMBPyG0eF5iRLBr6Mt3yC16+Yp+Gjw2EIxTTsFADKLjfoZAocA7Bn8wq7d//9oACAECAwE/IeH/2gAIAQMDAT8h4f/aAAwDAQACEQMRAAAQAAgAH//aAAgBAQMBPxC1U6r/AGgFWjuN49de1GmKVjE3O+jevMJ1CgBIBwxa+lD5CU/cyvbKn//aAAgBAgMBPxDh/9oACAEDAwE/EOH/2Q==)
}

.ls-login-parent .ls-login-form .ls-login-bg-password {
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUE2QTc2N0Q1QUFCMTFFM0FFRDNBMkYxRDlBNTM5RUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUE2QTc2N0U1QUFCMTFFM0FFRDNBMkYxRDlBNTM5RUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQTZBNzY3QjVBQUIxMUUzQUVEM0EyRjFEOUE1MzlFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQTZBNzY3QzVBQUIxMUUzQUVEM0EyRjFEOUE1MzlFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uACZBZG9iZQBkwAAAAAEDABUEAwYKDQAABQoAAAWSAAAF7gAABjX/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//CABEIABEAEQMBEQACEQEDEQH/xACYAAACAwAAAAAAAAAAAAAAAAAECAYHCQEBAAAAAAAAAAAAAAAAAAAAABAAAQMFAQAAAAAAAAAAAAAABQACBjABAwQ1EhEAAgECBAUEAwAAAAAAAAAAAgMEARIRMRMFABBBYTIhcSJCs3S0EgEAAAAAAAAAAAAAAAAAAAAwEwEBAAAHAQAAAAAAAAAAAAABEQAQIDAhMUFR/9oADAMBAAIRAxEAAAHZ4DLqFFBxwhNSPj1H/9oACAEBAAEFAj+VmyRF31xh1SGzHSnxr45WpZ3gvXX/2gAIAQIAAQUCo//aAAgBAwABBQKj/9oACAECAgY/Ah//2gAIAQMCBj8CH//aAAgBAQEGPwLa9pbK0Yj6yGTrHCutaLVqKW0sfiJ988eGbbElX7fIhDIBZPFoLla2nYosfIqdM648mCwRJdX7fQxMrBIKojXCR/Qa069OEBEFYxx3OJpUSeou29XqJY18s+2XKd7Rf5EcbZ+/F/MHL//aAAgBAQMBPyGUjQDJR0zDwvYYCnNPECXw2+RbDKIhTuPg6aPlziWnfe9nBEqLG/GlGW//2gAIAQIDAT8h2f/aAAgBAwMBPyHZ/9oADAMBAAIRAxEAABAQAAAf/9oACAEBAwE/ECQlXG5S4IhgFYQOZKAM68Fy02ZChOuFECRR8YiTxGg4SMqRDBpxIP/aAAgBAgMBPxDZ/9oACAEDAwE/ENn/2Q==)
}

.ls-login-parent .ls-login-form .ls-login-bg-email {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAIAAADAGxJNAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKumlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZZ3UJNbGsbf7/vSSKElICAl1FAE6QSQXkOXDjZCQgmEEEOCiA2Vi1fgWlARARt6UUTBCsi1IKJYuAg27BfkIqCuFws2VPYPlrC7s/vHzuw7c2Z+88w5z3nfc/55AKhdXLFYiCoDZImkksgAb2Z8QiKT+AyIQAYG2IMVl5cj9oqICIH/Wh/vAwIAcMeSKxYL4X8rFX5KDg8AiQCAZH4OLwsAOQ2AnOaJJVIALB0ADJdJxVIArBQAGJL4hEQAbB8AMNKm+DQAMJKn+BoAMCTRkT4A2BMAEpXLlaQBUEYAgJnLS5MCUEkAYC3iC0QAVDYAuPPSuXwAah4AzMnKyuYDUA8CgGnyP/mk/YtnstyTy02T89QsAABA8hXkiIXc5fD/riyhbPoOfQCgpksCIwFAAwCpzswOlrMoOSx8mgV8gGlOlwXGTDMvxydxmvlc3+BplmXGeE0zVzJzViDlRE+zJDtS7i8ShoXI/VM4ck7J8Yua5lSBP2ea89Oj46Y5VxAbNs05mVHBM3t85LpEFinvOVXiL58xK2emNx535i5penSgfK4UXz95P6IY+R6x1FvuIxZGzPQsDJDrOblR8rNSSbRcz+AGRcz4RMjfBHzBD0IgBJgQA7ZgCzZgC4EQKk3JkwIA+GSLl0sEaelSppdYLExhckQ8qzlMW2sbe4D4hETm1Le+fwAIACDqpBkt+wqAswgA65jRFlsAnBgGUPab0UxfADDqAS4a8mSS3CkNBwCABzIoAQM0QRcMwRQswRYcwRU8wQ+CIByiIQEWAw/SIQsksAxWwlooghLYAjugEvbCATgMx+AkNMM5uARX4Sb0wD14DP0wBK9gDD7CBIIgRISG0BFNRA8xRiwQW4SNuCN+SAgSiSQgSUgaIkJkyEpkPVKClCGVyH6kDjmBnEUuIdeRXuQhMoCMIu+QryiGUlEGqoOaoHNRNuqFBqPR6CI0DV2K5qOF6Ca0Aq1Bj6JN6CX0JnoP7UdfoeMYYBRMHdPHLDE25oOFY4lYKibBVmPFWDlWgzVgrVgndgfrx15jX3AEHB3HxFniXHGBuBgcD7cUtxpXiqvEHcY14Tpwd3ADuDHcDzwNr423wLvgOfh4fBp+Gb4IX46vxZ/BX8Hfww/hPxIIBHUCi+BECCQkEDIIKwilhN2ERkIboZcwSBgnEomaRAuiGzGcyCVKiUXEXcSjxIvE28Qh4mcShaRHsiX5kxJJItI6UjnpCOkC6TZpmDShoKxgrOCiEK7AV1iusFnhoEKrwi2FIYUJsgqZRXYjR5MzyGvJFeQG8hXyE/J7CoViQHGmzKcIKAWUCspxyjXKAOULVZVqTvWhLqTKqJuoh6ht1IfU9zQazYTmSUukSWmbaHW0y7RntM+KdEUrRY4iX3GNYpVik+JtxTdKCkrGSl5Ki5XylcqVTindUnqtrKBsouyjzFVerVylfFa5T3lcha5ioxKukqVSqnJE5brKiCpR1UTVT5WvWqh6QPWy6iAdoxvSfeg8+nr6QfoV+hCDwGAxOIwMRgnjGKObMaamqmavFquWp1aldl6tXx1TN1HnqAvVN6ufVL+v/nWWziyvWSmzNs5qmHV71ieN2RqeGikaxRqNGvc0vmoyNf00MzW3ajZrPtXCaZlrzddaprVH64rW69mM2a6zebOLZ5+c/Ugb1TbXjtReoX1Au0t7XEdXJ0BHrLNL57LOa111XU/dDN3tuhd0R/Xoeu56Ar3tehf1XjLVmF5MIbOC2cEc09fWD9SX6e/X79afMGAZxBisM2g0eGpINmQbphpuN2w3HDPSMwo1WmlUb/TIWMGYbZxuvNO40/iTCcskzmSDSbPJCEuDxWHls+pZT0xpph6mS01rTO+aEczYZplmu816zFFzB/N08yrzWxaohaOFwGK3Re8c/BznOaI5NXP6LKmWXpa5lvWWA1bqViFW66yard7MNZqbOHfr3M65P6wdrIXWB60f26jaBNmss2m1eWdrbsuzrbK9a0ez87dbY9di99bewj7Ffo/9Awe6Q6jDBod2h++OTo4SxwbHUScjpySnaqc+NoMdwS5lX3PGO3s7r3E+5/zFxdFF6nLS5S9XS9dM1yOuI/NY81LmHZw36GbgxnXb79bvznRPct/n3u+h78H1qPF47mnoyfes9Rz2MvPK8Drq9cbb2lvifcb7k4+LzyqfNl/MN8C32LfbT9Uvxq/S75m/gX+af73/WIBDwIqAtkB8YHDg1sA+jg6Hx6njjAU5Ba0K6gimBkcFVwY/DzEPkYS0hqKhQaHbQp+EGYeJwprDIZwTvi38aQQrYmnEb/MJ8yPmV81/EWkTuTKyM4oetSTqSNTHaO/ozdGPY0xjZDHtsUqxC2PrYj/F+caVxfXHz41fFX8zQStBkNCSSEyMTaxNHF/gt2DHgqGFDguLFt5fxFqUt+j6Yq3FwsXnlygt4S45lYRPiks6kvSNG86t4Y4nc5Krk8d4PrydvFd8T/52/miKW0pZynCqW2pZ6kiaW9q2tNF0j/Ty9NcCH0Gl4G1GYMbejE+Z4ZmHMieFccLGLFJWUtZZkaooU9SRrZudl90rthAXifuXuizdsXRMEiypzUFyFuW0SBlSsbRLZir7STaQ655blft5WeyyU3kqeaK8ruXmyzcuH873z/91BW4Fb0X7Sv2Va1cOrPJatX81sjp5dfsawzWFa4YKAgoOryWvzVz7+zrrdWXrPqyPW99aqFNYUDj4U8BP9UWKRZKivg2uG/b+jPtZ8HP3RruNuzb+KOYX3yixLikv+VbKK73xi80vFb9Mbkrd1L3ZcfOeLYQtoi33t3psPVymUpZfNrgtdFvTdub24u0fdizZcb3cvnzvTvJO2c7+ipCKll1Gu7bs+laZXnmvyruqsVq7emP1p9383bf3eO5p2Kuzt2Tv132CfQ/2B+xvqjGpKT9AOJB74MXB2IOdv7J/ravVqi2p/X5IdKj/cOThjjqnuroj2kc216P1svrRowuP9hzzPdbSYNmwv1G9seQ4HJcdf3ki6cT9k8En20+xTzWcNj5dfYZ+prgJaVreNNac3tzfktDSezbobHura+uZ36x+O3RO/1zVebXzmy+QLxRemLyYf3G8Tdz2+lLapcH2Je2PL8dfvtsxv6P7SvCVa1f9r17u9Oq8eM3t2rnrLtfP3mDfaL7peLOpy6HrzO8Ov5/pduxuuuV0q6XHuae1d17vhdsety/d8b1z9S7n7s17Yfd678fcf9C3sK//Af/ByEPhw7ePch9NPC54gn9S/FT5afkz7Wc1f5j90djv2H9+wHeg63nU88eDvMFXf+b8+W2o8AXtRfmw3nDdiO3IuVH/0Z6XC14OvRK/mnhd9DeVv1W/MX1z+i/Pv7rG4seG3kreTr4rfa/5/tAH+w/t4xHjzz5mfZz4VPxZ8/PhL+wvnV/jvg5PLPtG/Fbx3ex764/gH08msyYnxVwJFwAAMABAU1MB3h0CoCUA0HsAyIpTuRgAAJCpLA8wlUH+M09lZwAAcAQ44AkQ3QYQ1gawDwBYBQCqBQARngDRnoDa2cnXPyon1c52yovSDIAvn5x8HwdANAP43jc5OdE8Ofm9FgB7BND2cSqPAwAoHwXoCbDxiQ3pYjV9+/dc/HeUnwLX0t2H3gAAACBjSFJNAABuJwAAc68AAPWiAACBJgAAdI4AAO8dAAAzAAAAF519sdLeAAAB1klEQVR42lxSPavqQBQ8u1lXQxK/ECSVEBDEQCIG1NLCH2wrEgutxEqbGEEQRBBs4hfJutnsK8K93OdUA2dm4Mw56HQ6BUGAMQaAz+eDEEIISSkBAABynmUZpRQAsiyzLAvNZrM0TYUQuq5TSt/vt5QSIZR7crOmaWmaPp9PQggAkCzLVFXVNA1jbNt2sVh8v9+/nnyqKMputzMMgzH2eDywEIJz7rpuvV5fLpfP59MwDP0H5XKZMeb7fqFQ8DxPSsk5xwghIUQcx5Zl1Wq16XR6OBzgB+fzeTqdUkpt287TEUIknwkhAGAwGOi6vl6voyhyXXe/32+3W9u2Pc8DAM55LibwP7rdbhzHYRheLhfGWLvd7vV6Xxr8Ww4AMMaCIGi1WqPRiDHmOE632w3D8PV6/a0RSykxxpqmJUmyWCzu93uj0bAsazKZdDqdSqWSpqnv+1EUlUolQoiUkmCMKaW32y0IAlVVh8NhHtloNHLiOE4cx6vVqt/vE0IURUHz+VxRlOv1aprmeDwGgDRN/94UY4wx3mw2h8Oh2WwihAjnnHNerVYppZvNJkmSr42llKqqZllWr9fz6lAYhsfjkVIqhEiSJP+3L4+UslgsEkI456Zp/hsArRIAsBkSa/gAAAAASUVORK5CYII=)
}

.ls-login-parent .ls-login-form [class*="ls-btn"].ls-btn-block {
    width: 100%
}

.ls-login-parent .ls-login-forgot {
    font-size: 12px
}

.ls-login-parent [class*="ls-btn"] {
    margin-top: 20px;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .ls-login-parent .ls-login-adv {
        display: inline-block;
        margin-left: 30px;
        margin-top: 0
    }
}

[class*="ls-go"] {
    position: relative;
    z-index: 2
}

[class*="ls-go"]:before {
    font-family: "locastyle";
    color: white;
    display: inline-block;
    vertical-align: top;
    height: 60px;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    padding: 0 25px;
    position: relative
}

[class*="ls-go"] .ls-text {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    width: auto
}

.ls-sidebar [class*="ls-go"] {
    display: table;
    width: 100%
}

.ls-sidebar [class*="ls-go"] .ls-text {
    display: table-cell;
    color: white;
    vertical-align: middle;
    position: static;
    line-height: 1.4;
    padding-right: 10px;
    position: relative;
    left: -5px
}

.ls-topbar [class*="ls-go"] {
    display: none
}

@media screen and (min-width: 768px) {
    [class*="ls-go"]:before {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        padding: 0;
        width: 60px
    }

    .ls-sidebar [class*="ls-go"] {
        display: none
    }

    .ls-topbar [class*="ls-go"] {
        display: inline-block;
        vertical-align: top
    }

    [class*="ls-go"] .ls-text {
        display: none;
        top: 18px;
        left: 70px;
        position: absolute;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        font-size: 12px;
        text-align: center;
        color: white;
        background: #222222;
        border-radius: 4px;
        text-shadow: 0 0 5px black;
        white-space: nowrap
    }

    [class*="ls-go"] .ls-text:before {
        position: absolute;
        left: -12px;
        top: 6px;
        z-index: 10
    }

    [class*="ls-go"] .ls-text:before {
        content: "";
        width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
        border-color: transparent #222222 transparent transparent
    }

    [class*="ls-go"]:hover .ls-text, [class*="ls-go"]:focus .ls-text {
        display: block
    }
}

.ls-steps {
    position: relative;
    margin: 0;
    padding-top: 15px
}

.ls-steps.ls-active .ls-steps-nav {
    max-height: 600px
}

.ls-steps.ls-active .ls-steps-mobile-btn:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ls-steps-nav {
    width: 100%;
    max-height: 0;
    counter-reset: steps;
    list-style: none;
    overflow: hidden;
    position: relative;
    margin: 0;
    -moz-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear;
    -webkit-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear
}

.ls-steps-nav li {
    width: 100%;
    counter-increment: steps;
    position: relative;
    top: 0;
    left: 0
}

.ls-steps-nav li:after {
    color: #888888;
    content: attr(data-mobile-step-index);
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    top: 9px;
    right: 0
}

.ls-steps-nav .ls-actived:not(.ls-active):after {
    content: "\e63d";
    font-family: "locastyle";
    font-size: 16px;
    position: absolute;
    top: 16px;
    right: 12px
}

.ls-steps-nav .ls-active .ls-steps-btn, .ls-steps-nav .ls-actived .ls-steps-btn {
    cursor: pointer;
    pointer-events: initial
}

.ls-steps-nav .ls-active .ls-steps-btn:before, .ls-steps-nav .ls-actived .ls-steps-btn:before {
    border: 2px solid #888888;
    color: white
}

.ls-steps-nav .ls-active .ls-steps-btn:after, .ls-steps-nav .ls-actived .ls-steps-btn:after {
    color: #888888
}

.ls-steps-nav .ls-active:before {
    color: #888888
}

.ls-steps-btn {
    width: 100%;
    background: #eeeeee;
    border: none;
    cursor: none;
    display: inline-block;
    font-family: Open Sans, Arial, Helvetica, Sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #888888;
    pointer-events: none;
    position: relative;
    text-align: left;
    padding: 10px
}

.ls-steps-btn:hover:after, .ls-steps-btn:focus:after, .ls-steps-btn:active:after {
    opacity: 0.7
}

.ls-steps-btn:before {
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    content: counters(steps, "") " ";
    font-family: Open Sans, Arial, Helvetica, Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    border: 2px solid #888888;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 2
}

.ls-steps-btn:after {
    width: calc(100% - 95px);
    content: attr(aria-label);
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 10px
}

.ls-steps-arrow {
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border-left: 12px solid #dddddd;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    display: none;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 18px
}

.ls-steps-arrow:before, .ls-steps-arrow:after {
    content: "";
    display: block;
    left: -1px;
    position: absolute
}

.ls-steps-arrow:before {
    background: #888888;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: -12px;
    margin-top: 10px;
    height: 4px;
    width: 4px;
    z-index: 2
}

.ls-steps-arrow:after {
    border-left: 10px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: -10px;
    left: -12px;
    height: 0;
    width: 0;
    z-index: 1
}

.ls-steps-main {
    border-top: 1px solid #dddddd;
    position: relative;
    padding-top: 30px;
    margin: 0
}

.ls-steps-main .ls-steps-content > .ls-actions-btn {
    display: block
}

.ls-steps-content {
    position: relative;
    display: none;
    z-index: -1
}

.ls-steps-content.ls-active {
    display: block;
    z-index: 99
}

.ls-steps-content .ls-actions-btn {
    overflow: hidden
}

.ls-steps-content .ls-actions-btn [class*="ls-btn"] {
    float: left
}

.ls-steps-content .ls-actions-btn [class*="ls-btn"][data-action="next"] {
    float: right
}

.ls-steps-mobile {
    width: 100%;
    height: 35px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px
}

.ls-steps-mobile:before, .ls-steps-mobile:after {
    position: absolute;
    top: 9px
}

.ls-steps-mobile:before {
    width: calc(100% - 106px);
    background: transparent;
    border: none;
    color: #333333;
    content: attr(data-title);
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    left: 0
}

.ls-steps-mobile:after {
    color: #777b7c;
    content: attr(data-index);
    font-size: 15px;
    line-height: 15px;
    right: 53px
}

.ls-steps-mobile .ls-steps-mobile-btn {
    width: 38px;
    height: 100%;
    border-left: 1px solid #d1d5d6;
    box-sizing: border-box;
    font-size: 18px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    padding-top: 8px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ls-steps-mobile .ls-steps-mobile-btn:before {
    display: block;
    margin-right: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

@media screen and (min-width: 768px) {
    .ls-steps {
        margin: 15px 0 15px -15px
    }

    .ls-steps-nav {
        width: 250px;
        max-height: 100%;
        position: absolute;
        z-index: 11;
        top: 10px;
        left: 15px
    }

    .ls-steps-nav:before {
        content: "";
        border-right: 1px solid #dddddd;
        position: absolute;
        height: 100%;
        right: 29px;
        top: 0
    }

    .ls-steps-nav li {
        width: auto;
        position: relative;
        padding-bottom: 20px
    }

    .ls-steps-nav li:not(.ls-active) {
        opacity: 1;
        visibility: visible
    }

    .ls-steps-nav li:last-child:before {
        display: none
    }

    .ls-steps-nav li:before {
        content: "";
        border-left: 3px dotted #dddddd;
        height: 100%;
        left: 16px;
        position: absolute;
        top: 24px;
        z-index: 1
    }

    .ls-steps-nav li.ls-active .ls-steps-arrow {
        display: block
    }

    .ls-steps-nav .ls-actived:not(.ls-active):after {
        top: 12px;
        right: 42px
    }

    .ls-steps-main {
        border-top: 0;
        border-left: 1px solid #dddddd;
        padding: 0 15px 0 25px;
        margin: 10px 0 0 235px
    }

    .ls-steps-btn {
        width: 100%;
        background: transparent;
        color: #dddddd;
        padding: 0 5px 0 0
    }

    .ls-steps-btn:before {
        width: 37px;
        height: 37px;
        background: white;
        border-color: #dddddd;
        font-size: 22px;
        line-height: 31px
    }

    .ls-steps-btn:after {
        width: calc(100% - 120px);
        font-weight: 300;
        position: relative;
        top: 0;
        margin-left: 10px;
        text-align: left;
        display: inline-block;
        vertical-align: middle
    }

    .ls-steps-mobile {
        display: none;
        visibility: hidden
    }
}

.ls-tabs-btn .ls-tabs-btn-nav [class*="ls-btn"] {
    border-color: #cccccc;
    color: #555555;
    display: inline-block;
    font-family: Open Sans, Arial, Helvetica, Sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 15px;
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

.ls-tabs-btn .ls-tabs-btn-nav [class*="ls-btn"] + [class*="ls-btn"] {
    margin-left: 0
}

.ls-tabs-btn .ls-tabs-btn-nav [class*="ls-btn"]:hover, .ls-tabs-btn .ls-tabs-btn-nav [class*="ls-btn"]:focus, .ls-tabs-btn .ls-tabs-btn-nav [class*="ls-btn"]:active {
    background-color: #dddddd;
    border-color: #d8d8d8
}

.ls-tabs-btn .ls-tabs-btn-nav [class*="ls-btn"] input {
    position: absolute;
    left: -20px;
    top: -20px
}

.ls-tabs-btn .ls-active > [class*="ls-btn"] {
    position: relative;
    font-weight: 600
}

.ls-tabs-btn .ls-active > [class*="ls-btn"]:before, .ls-tabs-btn .ls-active > [class*="ls-btn"]:after {
    left: 50%;
    display: none !important
}

.ls-tabs-btn .ls-active > [class*="ls-btn"]:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 8px solid transparent;
    border-color: #d8d8d8 transparent transparent transparent;
    bottom: -16px;
    position: absolute;
    top: auto;
    margin-left: -8px;
    z-index: 1
}

.ls-tabs-btn .ls-active > [class*="ls-btn"]:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    position: relative;
    border: 6px solid transparent;
    border-color: #dddddd transparent transparent transparent;
    bottom: -12px;
    position: absolute;
    top: auto;
    margin-left: -6px;
    z-index: 2
}

.ls-tabs-btn .ls-active > [class*="ls-btn"] [class*="ls-ico"]:before, .ls-tabs-btn .ls-active > [class*="ls-btn"] [class*="ls-ico"]:after {
    opacity: 1
}

.ls-tabs-btn [class*="ls-ico"] {
    font-size: 16px
}

.ls-tabs-btn [class*="ls-ico"]:before, .ls-tabs-btn [class*="ls-ico"]:after {
    opacity: 0.5;
    font-size: 24px;
    vertical-align: sub
}

.ls-tabs-btn [class*="ls-ico"]:before {
    margin-right: 5px
}

.ls-tabs-btn [class*="ls-ico"]:after {
    margin-left: 5px
}

.ls-tabs-btn .ls-tabs-btn-nav {
    list-style: none;
    margin-right: 0;
    margin-left: -5px
}

.ls-tabs-btn .ls-tabs-btn-nav [class*="col-"] {
    padding: 0 5px;
    overflow: hidden
}

.ls-tabs-btn .ls-tabs-container {
    top: 10px
}

.ls-tabs-btn .ls-tabs-container .ls-tab-content {
    padding: 0;
    border: none;
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .ls-tabs-btn .ls-active [class*="ls-btn"]:before, .ls-tabs-btn .ls-active [class*="ls-btn"]:after {
        display: block !important
    }
}

.ls-cart {
    width: 100%;
    position: relative
}

.ls-cart .ls-checkbox-cart {
    width: 100%;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.ls-cart .ls-checkbox-cart:checked ~ .ls-cart-content {
    display: block;
    border: 1px solid #c3c3c3;
    border-top: 0;
    position: absolute;
    width: inherit;
    background: white;
    border-radius: 0 0 5px 5px
}

.ls-cart .ls-checkbox-cart:checked ~ .ls-cart-header {
    width: 100%;
    background: white;
    border: 1px solid #c3c3c3;
    border-bottom: 0;
    border-radius: 5px 5px 0 0
}

.ls-cart .ls-checkbox-cart:checked ~ .ls-cart-header .ls-ico-cart, .ls-cart .ls-checkbox-cart:checked ~ .ls-cart-header strong {
    color: #888888
}

.ls-cart .ls-checkbox-cart:checked ~ .ls-cart-header:before {
    color: #888888;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.ls-cart .ls-cart-header {
    width: 100%;
    padding: 19px 15px;
    border-radius: 5px;
    z-index: 9;
    display: block;
    color: white
}

.ls-cart .ls-cart-header small {
    text-transform: uppercase;
    font-size: 12px;
    display: block
}

.ls-cart .ls-cart-header strong {
    font-size: 14px
}

.ls-cart .ls-cart-header:before {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font: 12px "Locastyle";
    color: white;
    pointer-events: none;
    content: "\e60f";
    position: absolute;
    right: 20px;
    top: 39%
}

.ls-cart .ls-cart-content {
    display: none
}

.ls-cart .ls-ico-cart {
    margin-right: 5px;
    font-size: 30px;
    color: white
}

.ls-cart ul {
    max-height: 345px;
    overflow-y: auto;
    border-top: 1px solid #e5e5e5
}

.ls-cart ul li {
    padding: 20px 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    position: relative
}

.ls-cart ul li a {
    position: absolute;
    top: 20px;
    right: 10px
}

.ls-cart ul li .ls-title-product {
    margin-bottom: 0;
    max-width: 70%;
    font-weight: normal
}

.ls-cart ul li .ls-title-product strong {
    font-weight: bold
}

.ls-cart ul li p {
    display: inherit;
    margin-left: 20px;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.ls-cart .ls-cart-footer {
    border-top: 1px solid #e5e5e5;
    background: #f7f7f7;
    padding: 20px 0;
    border-radius: 0 0 5px 5px
}

@media screen and (max-width: 768px) {
    .ls-cart ul li a {
        position: relative;
        left: 20px;
        top: 5px
    }
}
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

a {
    color: #f78f1e;
}

a:hover {
    color: #d77306;
}

.txt-primary {
    color: #f78f1e;
}

.bg-img-prod {
    background-image: url("bg-form-prod-new-36561691d844e5d4da389fe221bda390.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: initial;
    background-size: cover;
    position: relative;
    min-height: 100%;
    height: auto;
}

.bg-img-clie {
    background-image: url("bg-form-clie-ff157b4603ed5d471b70e14ecbb128d4.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: initial;
    background-size: cover;
    position: relative;
    min-height: 100%;
    height: auto;
}

.bg-img-press {
    background-image: url("bg-form-press-cac281587e4fad93d7d8ce2bcd46a3bc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: initial;
    background-size: cover;
    position: relative;
    min-height: 100%;
    height: auto;
}

.posicao-titulo {
    clear: both;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.btn-primary {
    color: #fff;
    background-color: #f78f1e;
    border-color: #d77306;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d77306;
    border-color: #f78f1e;
}

.form-check-input {
    position: absolute;
    margin-top: 0;
    margin-left: -1.25rem;
}

.password-strength p {
    font-size: 0.75rem;
    margin-bottom: 2px;
}

.parent-login .form-group .ls-login-bg-user {
    background-image: url(bg-user-bb1c2fd1aa4c468148e52ef55af3cac0.jpg);
}

.parent-login .form-group .ls-login-bg-password {
    background-image: url(bg-password-f3d73f587705b5b7217543a78ea87e11.jpg);
}

.parent-login .form-group .ls-login-bg-chave {
    background-image: url(bg-chave-ccc23252bb3ca8493321c650009801a5.jpg);
}

.parent-login .form-group .ls-login-bg-user, .parent-login .form-group .ls-login-bg-password, .parent-login .form-group .ls-login-bg-chave {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px;
    font-size: 0.875rem;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.parent-login .form-group label {
    display: none;
}
.tooltip {
    pointer-events: none;
}
.parent-login .box-login {
    width: 450px;
    margin-top: -180px;
    margin-left: -200px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #632b31;
    padding: 20px;
    border-radius: 10px;
    padding-top: 50px;
}

.txt-center-white {
    color: white;
    text-align: center;
}

.icon-login-prod {
    width: 100px;
    margin-left: 150px;
    margin-top: -130px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active {
    border-color: #eb613e;
}

.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > li.active > a:active,
.pagination > li.active > span {
    color: #fff;
    border-color: #eb613e;
    background: #eb613e;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #632b31;
    border-color: #442222;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #eb613e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #632b31;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-24 {
    font-size: 24px !important
}

.font-size-28 {
    font-size: 28px !important
}

.font-size-34 {
    font-size: 34px !important
}

.font-size-40 {
    font-size: 40px !important
}

.font-size-46 {
    font-size: 46px !important
}

.font-size-52 {
    font-size: 52px !important
}

.pika-single{
    font-family: "Syne", sans-serif;
    z-index: 10050 !important;
}

.spinner {
    height: 100px;
    width: 100px;
    padding: 50px;
    border: 10px solid black;
    border-bottom: 10px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    justify-content: flex-end;
    height: 2.2em; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-validationerror {
    font-size: 1em; }

body.swal2-toast-shown > .swal2-container {
  position: fixed;
  background-color: transparent; }
  body.swal2-toast-shown > .swal2-container.swal2-shown {
    background-color: transparent; }
  body.swal2-toast-shown > .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-top-end, body.swal2-toast-shown > .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown > .swal2-container.swal2-top-start, body.swal2-toast-shown > .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown > .swal2-container.swal2-center-start, body.swal2-toast-shown > .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.swal2-toast-shown > .swal2-container.swal2-center-end, body.swal2-toast-shown > .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-bottom-start, body.swal2-toast-shown > .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown > .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-bottom-end, body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row; }
  .swal2-popup.swal2-toast .swal2-title {
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: initial; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon-text {
      font-size: 2em;
      font-weight: bold;
      line-height: 1em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 2em;
      height: 2.8125em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.25em;
        left: -.9375em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 2em 2em;
                transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        -webkit-transform-origin: 0 2em;
                transform-origin: 0 2em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
  .swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: showSweetToast .5s;
            animation: showSweetToast .5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: hideSweetToast .2s forwards;
            animation: hideSweetToast .2s forwards; }
  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: animate-toast-success-tip .75s;
            animation: animate-toast-success-tip .75s; }
  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: animate-toast-success-long .75s;
            animation: animate-toast-success-long .75s; }

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0; } }

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: auto;
  overflow-y: hidden; }

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent; }
  body.swal2-no-backdrop .swal2-shown > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0; }

.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }
  .swal2-popup .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  .swal2-popup .swal2-actions {
    align-items: center;
    justify-content: center;
    margin: 1.25em auto 0; }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
    .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
      width: 2.5em;
      height: 2.5em;
      margin: .46875em;
      padding: 0;
      border: .25em solid transparent;
      border-radius: 100%;
      border-color: transparent;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      box-sizing: border-box;
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
              animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
      margin-right: 30px;
      margin-left: 30px; }
    .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-left: 5px;
      border: 3px solid #999999;
      border-radius: 50%;
      border-right-color: transparent;
      box-shadow: 1px 1px 1px #fff;
      content: '';
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
              animation: swal2-rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-popup .swal2-styled {
    margin: 0 .3125em;
    padding: .625em 2em;
    font-weight: 500;
    box-shadow: none; }
    .swal2-popup .swal2-styled:not([disabled]) {
      cursor: pointer; }
    .swal2-popup .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #3085d6;
      color: #fff;
      font-size: 1.0625em; }
    .swal2-popup .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #aaa;
      color: #fff;
      font-size: 1.0625em; }
    .swal2-popup .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
    .swal2-popup .swal2-styled::-moz-focus-inner {
      border: 0; }
  .swal2-popup .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding-top: 1em;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em; }
  .swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  .swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    min-width: 1.2em;
    height: 1.2em;
    margin: 0;
    padding: 0;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: calc(2.5em - 0.25em);
    line-height: 1.2em;
    cursor: pointer; }
    .swal2-popup .swal2-close:hover {
      -webkit-transform: none;
              transform: none;
      color: #f27474; }
  .swal2-popup > .swal2-input,
  .swal2-popup > .swal2-file,
  .swal2-popup > .swal2-textarea,
  .swal2-popup > .swal2-select,
  .swal2-popup > .swal2-radio,
  .swal2-popup > .swal2-checkbox {
    display: none; }
  .swal2-popup .swal2-content {
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word; }
  .swal2-popup #swal2-content {
    text-align: center; }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea,
  .swal2-popup .swal2-select,
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-checkbox {
    margin: 1em auto; }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea {
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    font-size: 1.125em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box; }
    .swal2-popup .swal2-input.swal2-inputerror,
    .swal2-popup .swal2-file.swal2-inputerror,
    .swal2-popup .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-popup .swal2-input:focus,
    .swal2-popup .swal2-file:focus,
    .swal2-popup .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-popup .swal2-input::-webkit-input-placeholder,
    .swal2-popup .swal2-file::-webkit-input-placeholder,
    .swal2-popup .swal2-textarea::-webkit-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input:-ms-input-placeholder,
    .swal2-popup .swal2-file:-ms-input-placeholder,
    .swal2-popup .swal2-textarea:-ms-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input::-ms-input-placeholder,
    .swal2-popup .swal2-file::-ms-input-placeholder,
    .swal2-popup .swal2-textarea::-ms-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input::placeholder,
    .swal2-popup .swal2-file::placeholder,
    .swal2-popup .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-popup .swal2-range input {
    width: 80%; }
  .swal2-popup .swal2-range output {
    width: 20%;
    font-weight: 600;
    text-align: center; }
  .swal2-popup .swal2-range input,
  .swal2-popup .swal2-range output {
    height: 2.625em;
    margin: 1em auto;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }
  .swal2-popup .swal2-input {
    height: 2.625em;
    padding: 0.75em; }
    .swal2-popup .swal2-input[type='number'] {
      max-width: 10em; }
  .swal2-popup .swal2-file {
    font-size: 1.125em; }
  .swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  .swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    color: #545454;
    font-size: 1.125em; }
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-checkbox {
    align-items: center;
    justify-content: center; }
    .swal2-popup .swal2-radio label,
    .swal2-popup .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    .swal2-popup .swal2-radio input,
    .swal2-popup .swal2-checkbox input {
      margin: 0 .4em; }
  .swal2-popup .swal2-validationerror {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    background: #f0f0f0;
    color: #666666;
    font-size: 1em;
    font-weight: 300;
    overflow: hidden; }
    .swal2-popup .swal2-validationerror::before {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center;
      content: '!';
      zoom: normal; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  zoom: normal; }
  .swal2-icon-text {
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 3.75em 3.75em;
                transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 3.75em;
                transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      top: -.25em;
      left: -.25em;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%;
      z-index: 2;
      box-sizing: content-box; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      z-index: 1; }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .875em;
        width: 1.5625em;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.swal2-progresssteps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

[dir='rtl'] .swal2-close {
  right: auto;
  left: 0; }

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s; }

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s; }

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s; }
  .swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark 0.5s;
            animation: swal2-animate-error-x-mark 0.5s; }

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
    outline: none
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191"
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193"
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1
}

table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.table-sm > thead > tr > th {
    padding-right: 20px
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em
}

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    top: 5px
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 0
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot?v=4.7.0');
  src: url('fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont-af7ae505a9eed503f8b8e6982036873e.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont-fee66e712a8a08eef5805a46892932ad.woff?v=4.7.0') format('woff'), url('fontawesome-webfont-b06871f281fee6b241d60582ae9369b9.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont-acf3dcb7ff752b5296ca23ba2c7c2606.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS file within this directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require bootstrap
*= require locastyle
*= require main
*= require css/sweetalert/sweetalert2
*= require css/toastr/toastr.min
*= require css/datatable/dataTable
*= require css/fontawesome/font-awesome
*= encoding UTF-8
*= require_self
*/

.swal2-container {
    zoom: 1.2;
    -moz-transform: scale(1.2);
    z-index: 10000;
}

.toast-container {
    z-index: 10000;
}

/*subscrever classe da api original para n]ao bugar o background responsivo*/
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: 100%;
}

.my-content {
    display: none;
}

tr.cell td {
    vertical-align: middle;
}

::-webkit-scrollbar {
    height: 3px;
    width: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #efefef;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #efefef;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    background-color: #999;
}

::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #999;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}
