/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/bootstrap/scss/bootstrap.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.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: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.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;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  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 {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.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, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  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;
  isolation: isolate;
}
.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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.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.55);
}
.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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.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.55);
}
.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 .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  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-footer {
  padding: 0.5rem 1rem;
  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.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  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;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.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;
}
.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.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;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.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;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: 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: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !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;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !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;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/font-awesome/css/font-awesome.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
/*!
 *  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.2b13baa7dd4f54c9.eot?v=4.7.0');
  src: url('fontawesome-webfont.2b13baa7dd4f54c9.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.e9955780856cf8aa.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.cf011583fb81df9f.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.8a7cb27d142e3e19.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.da909aa098b0ee2d.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 {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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;
}

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/dist/css/smartadmin-production.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 bootstraphunter.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */

 .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

 .animated.fast {
        animation-duration: .5s
    }

 .animated.hinge {
        animation-duration: 2s
    }

 @keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

 .animated.flash {
    animation-name: flash
}

 @keyframes shake {
    0%,100% {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

 .animated.shake {
    animation-name: shake
}

 @keyframes bounce {
    0%,100%,20%,50%,80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

 .animated.bounce {
    animation-name: bounce
}

 @keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}

 .animated.tada {
    animation-name: tada
}

 @keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

 .animated.swing {
    transform-origin: top center;
    animation-name: swing
}

 @keyframes wobble {
    0% {
        transform: translateX(0%)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        transform: translateX(0%)
    }
}

 .animated.wobble {
    animation-name: wobble
}

 @keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

 .animated.pulse {
    animation-name: pulse
}

 @keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in
    }

    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in
    }
}

 .animated.flip {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flip;
    -o-backface-visibility: visible !important;
    -o-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip
}

 @keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

 .animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX
}

 @keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

 .animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

 @keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

 .animated.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY
}

 @keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

 .animated.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipOutY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

 @keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

 .animated.fadeIn {
    animation-name: fadeIn
}

 @keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

 .animated.fadeInUp {
    animation-name: fadeInUp
}

 @keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

 .animated.fadeInDown {
    animation-name: fadeInDown
}

 @keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

 .animated.fadeInLeft {
    animation-name: fadeInLeft
}

 @keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

 .animated.fadeInRight {
    animation-name: fadeInRight
}

 @keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

 .animated.fadeInUpBig {
    animation-name: fadeInUpBig
}

 @keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

 .animated.fadeInDownBig {
    animation-name: fadeInDownBig
}

 @keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

 .animated.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

 @keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

 .animated.fadeInRightBig {
    animation-name: fadeInRightBig
}

 @keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

 .animated.fadeOut {
    animation-name: fadeOut
}

 @keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

 .animated.fadeOutUp {
    animation-name: fadeOutUp
}

 @keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}

 .animated.fadeOutDown {
    animation-name: fadeOutDown
}

 @keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

 .animated.fadeOutLeft {
    animation-name: fadeOutLeft
}

 @keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

 .animated.fadeOutRight {
    animation-name: fadeOutRight
}

 @keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

 .animated.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

 @keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

 .animated.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

 @keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

 .animated.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

 @keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

 .animated.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

 @keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(0.9)
    }

    100% {
        transform: scale(1)
    }
}

 @keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        transform: translateY(0)
    }
}

 .slideInDown {
    animation-name: slideInDown
}

 @keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        transform: translateX(0)
    }
}

 .slideInLeft {
    animation-name: slideInLeft
}

 @keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        transform: translateX(0)
    }
}

 .slideInRight {
    animation-name: slideInRight
}

 @keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

 .slideOutLeft {
    animation-name: slideOutLeft
}

 @keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

 .slideOutRight {
    animation-name: slideOutRight
}

 @keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

 .slideOutUp {
    animation-name: slideOutUp
}

 .animated.bounceIn {
    animation-name: bounceIn
}

 @keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

 .animated.bounceInUp {
    animation-name: bounceInUp
}

 @keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

 .animated.bounceInDown {
    animation-name: bounceInDown
}

 @keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

 .animated.bounceInLeft {
    animation-name: bounceInLeft
}

 @keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}

 .animated.bounceInRight {
    animation-name: bounceInRight
}

 @keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        transform: scale(0.3)
    }
}

 .animated.bounceOut {
    animation-name: bounceOut
}

 @keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

 .animated.bounceOutUp {
    animation-name: bounceOutUp
}

 @keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

 .animated.bounceOutDown {
    animation-name: bounceOutDown
}

 @keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

 .animated.bounceOutLeft {
    animation-name: bounceOutLeft
}

 @keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

 .animated.bounceOutRight {
    animation-name: bounceOutRight
}

 @keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

 .animated.rotateIn {
    animation-name: rotateIn
}

 @keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

 .animated.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

 @keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

 .animated.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

 @keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

 .animated.rotateInUpRight {
    animation-name: rotateInUpRight
}

 @keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

 .animated.rotateInDownRight {
    animation-name: rotateInDownRight
}

 @keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

 .animated.rotateOut {
    animation-name: rotateOut
}

 @keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

 .animated.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

 @keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

 .animated.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

 @keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

 .animated.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

 @keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

 .animated.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

 @keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    100% {
        transform: translateY(700px);
        opacity: 0
    }
}

 .animated.hinge {
    animation-name: hinge
}

 @keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }
}

 .animated.rollIn {
    animation-name: rollIn
}

 @keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

 .animated.rollOut {
    animation-name: rollOut
}

 @keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

 .animated.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
    animation-duration: .5s
}

 @keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

 .animated.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
    animation-duration: .25s
}

 .fade {
    opacity: 0;
    transition: opacity .15s linear
}

 @keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

 /*!
 * jQuery UI Bootstrap (1.0 alpha)
 * http://addyosmani.github.io/jquery-ui-bootstrap/
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */

 .ui-helper-hidden {
    display: none
}

 .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

 .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

 .ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

 .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

 .ui-helper-clearfix {
    display: block;
    min-height: 0
}

 * html .ui-helper-clearfix {
    height: 1%
}

 .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

 .ui-front {
    z-index: 100
}

 .ui-state-disabled {
    cursor: default !important
}

 .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

 .ui-resizable {
    position: relative
}

 .ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    z-index: 99999;
    display: block
}

 .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

 .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

 .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

 .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

 .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

 .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

 .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

 .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

 .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

 .ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

 .ui-widget {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px
}

 .ui-widget .ui-widget {
        font-size: 13px
    }

 .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: inherit
    }

 .ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #404040
}

 .ui-widget-header {
    font-weight: 700;
    background-color: #F5F5F5;
    border-color: #DDD;
    color: #333
}

 .ui-widget-header a {
        color: #222
    }

 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        color: #333;
        background-color: #fff;
        font-weight: 400;
        border: 1px solid #ccc
    }

 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555;
            text-decoration: none
        }

 .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
        text-decoration: none
    }

 .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #333;
            text-decoration: none
        }

 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #adadad;
        font-weight: 400;
        color: #333
    }

 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #333;
            text-decoration: none
        }

 .ui-widget :active {
    outline: 0
}

 .ui-state-default, .ui-state-error, .ui-state-highlight {
    position: relative;
    border-width: 1px;
    border-style: solid
}

 .ui-state-default p, .ui-state-error p, .ui-state-highlight p {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        margin: 7px 15px
    }

 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

 .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
        color: #2d6987
    }

 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

 .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
        color: #953b39
    }

 .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

 .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: 400
}

 .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none
}

 .ui-state-disabled .ui-icon {
        filter: alpha(opacity=35)
    }

 .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/content/img/jqueryui/ui-icons_222222_256x240.png)
}

 .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(/content/img/jqueryui/ui-icons_222222_256x240.png)
}

 .ui-state-default .ui-icon {
    background-image: url(/content/img/jqueryui/ui-icons_888888_256x240.png)
}

 .ui-state-active .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(/content/img/jqueryui/ui-icons_454545_256x240.png)
}

 .ui-state-highlight .ui-icon {
    background-image: url(/content/img/jqueryui/ui-icons_2e83ff_256x240.png)
}

 .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/content/img/jqueryui/ui-icons_f6cf3b_256x240.png)
}

 .ui-icon-carat-1-n {
    background-position: 0 0
}

 .ui-icon-carat-1-ne {
    background-position: -16px 0
}

 .ui-icon-carat-1-e {
    background-position: -32px 0
}

 .ui-icon-carat-1-se {
    background-position: -48px 0
}

 .ui-icon-carat-1-s {
    background-position: -64px 0
}

 .ui-icon-carat-1-sw {
    background-position: -80px 0
}

 .ui-icon-carat-1-w {
    background-position: -96px 0
}

 .ui-icon-carat-1-nw {
    background-position: -112px 0
}

 .ui-icon-carat-2-n-s {
    background-position: -128px 0
}

 .ui-icon-carat-2-e-w {
    background-position: -144px 0
}

 .ui-icon-triangle-1-n {
    background-position: 0 -16px
}

 .ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

 .ui-icon-triangle-1-e {
    background-position: -32px -16px
}

 .ui-icon-triangle-1-se {
    background-position: -48px -16px
}

 .ui-icon-triangle-1-s {
    background-position: -64px -16px
}

 .ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

 .ui-icon-triangle-1-w {
    background-position: -96px -16px
}

 .ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

 .ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

 .ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

 .ui-icon-arrow-1-n {
    background-position: 0 -32px
}

 .ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

 .ui-icon-arrow-1-e {
    background-position: -32px -32px
}

 .ui-icon-arrow-1-se {
    background-position: -48px -32px
}

 .ui-icon-arrow-1-s {
    background-position: -64px -32px
}

 .ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

 .ui-icon-arrow-1-w {
    background-position: -96px -32px
}

 .ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

 .ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

 .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

 .ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

 .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

 .ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

 .ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

 .ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

 .ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

 .ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

 .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

 .ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

 .ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

 .ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

 .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

 .ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

 .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

 .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

 .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

 .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

 .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

 .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

 .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

 .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

 .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

 .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

 .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

 .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

 .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

 .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

 .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

 .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

 .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

 .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

 .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

 .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

 .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

 .ui-icon-arrow-4 {
    background-position: 0 -80px
}

 .ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

 .ui-icon-extlink {
    background-position: -32px -80px
}

 .ui-icon-newwin {
    background-position: -48px -80px
}

 .ui-icon-refresh {
    background-position: -64px -80px
}

 .ui-icon-shuffle {
    background-position: -80px -80px
}

 .ui-icon-transfer-e-w {
    background-position: -96px -80px
}

 .ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

 .ui-icon-folder-collapsed {
    background-position: 0 -96px
}

 .ui-icon-folder-open {
    background-position: -16px -96px
}

 .ui-icon-document {
    background-position: -32px -96px
}

 .ui-icon-document-b {
    background-position: -48px -96px
}

 .ui-icon-note {
    background-position: -64px -96px
}

 .ui-icon-mail-closed {
    background-position: -80px -96px
}

 .ui-icon-mail-open {
    background-position: -96px -96px
}

 .ui-icon-suitcase {
    background-position: -112px -96px
}

 .ui-icon-comment {
    background-position: -128px -96px
}

 .ui-icon-person {
    background-position: -144px -96px
}

 .ui-icon-print {
    background-position: -160px -96px
}

 .ui-icon-trash {
    background-position: -176px -96px
}

 .ui-icon-locked {
    background-position: -192px -96px
}

 .ui-icon-unlocked {
    background-position: -208px -96px
}

 .ui-icon-bookmark {
    background-position: -224px -96px
}

 .ui-icon-tag {
    background-position: -240px -96px
}

 .ui-icon-home {
    background-position: 0 -112px
}

 .ui-icon-flag {
    background-position: -16px -112px
}

 .ui-icon-calendar {
    background-position: -32px -112px
}

 .ui-icon-cart {
    background-position: -48px -112px
}

 .ui-icon-pencil {
    background-position: -64px -112px
}

 .ui-icon-clock {
    background-position: -80px -112px
}

 .ui-icon-disk {
    background-position: -96px -112px
}

 .ui-icon-calculator {
    background-position: -112px -112px
}

 .ui-icon-zoomin {
    background-position: -128px -112px
}

 .ui-icon-zoomout {
    background-position: -144px -112px
}

 .ui-icon-search {
    background-position: -160px -112px
}

 .ui-icon-wrench {
    background-position: -176px -112px
}

 .ui-icon-gear {
    background-position: -192px -112px
}

 .ui-icon-heart {
    background-position: -208px -112px
}

 .ui-icon-star {
    background-position: -224px -112px
}

 .ui-icon-link {
    background-position: -240px -112px
}

 .ui-icon-cancel {
    background-position: 0 -128px
}

 .ui-icon-plus {
    background-position: -16px -128px
}

 .ui-icon-plusthick {
    background-position: -32px -128px
}

 .ui-icon-minus {
    background-position: -48px -128px
}

 .ui-icon-minusthick {
    background-position: -64px -128px
}

 .ui-icon-close {
    background-position: -80px -128px
}

 .ui-icon-closethick {
    background-position: -96px -128px
}

 .ui-icon-key {
    background-position: -112px -128px
}

 .ui-icon-lightbulb {
    background-position: -128px -128px
}

 .ui-icon-scissors {
    background-position: -144px -128px
}

 .ui-icon-clipboard {
    background-position: -160px -128px
}

 .ui-icon-copy {
    background-position: -176px -128px
}

 .ui-icon-contact {
    background-position: -192px -128px
}

 .ui-icon-image {
    background-position: -208px -128px
}

 .ui-icon-video {
    background-position: -224px -128px
}

 .ui-icon-script {
    background-position: -240px -128px
}

 .ui-icon-alert {
    background-position: 0 -144px
}

 .ui-icon-info {
    background-position: -16px -144px
}

 .ui-icon-notice {
    background-position: -32px -144px
}

 .ui-icon-help {
    background-position: -48px -144px
}

 .ui-icon-check {
    background-position: -64px -144px
}

 .ui-icon-bullet {
    background-position: -80px -144px
}

 .ui-icon-radio-on {
    background-position: -96px -144px
}

 .ui-icon-radio-off {
    background-position: -112px -144px
}

 .ui-icon-pin-w {
    background-position: -128px -144px
}

 .ui-icon-pin-s {
    background-position: -144px -144px
}

 .ui-icon-play {
    background-position: 0 -160px
}

 .ui-icon-pause {
    background-position: -16px -160px
}

 .ui-icon-seek-next {
    background-position: -32px -160px
}

 .ui-icon-seek-prev {
    background-position: -48px -160px
}

 .ui-icon-seek-end {
    background-position: -64px -160px
}

 .ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px
}

 .ui-icon-stop {
    background-position: -96px -160px
}

 .ui-icon-eject {
    background-position: -112px -160px
}

 .ui-icon-volume-off {
    background-position: -128px -160px
}

 .ui-icon-volume-on {
    background-position: -144px -160px
}

 .ui-icon-power {
    background-position: 0 -176px
}

 .ui-icon-signal-diag {
    background-position: -16px -176px
}

 .ui-icon-signal {
    background-position: -32px -176px
}

 .ui-icon-battery-0 {
    background-position: -48px -176px
}

 .ui-icon-battery-1 {
    background-position: -64px -176px
}

 .ui-icon-battery-2 {
    background-position: -80px -176px
}

 .ui-icon-battery-3 {
    background-position: -96px -176px
}

 .ui-icon-circle-plus {
    background-position: 0 -192px
}

 .ui-icon-circle-minus {
    background-position: -16px -192px
}

 .ui-icon-circle-close {
    background-position: -32px -192px
}

 .ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

 .ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

 .ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

 .ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

 .ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

 .ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

 .ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

 .ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

 .ui-icon-circle-zoomin {
    background-position: -176px -192px
}

 .ui-icon-circle-zoomout {
    background-position: -192px -192px
}

 .ui-icon-circle-check {
    background-position: -208px -192px
}

 .ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

 .ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

 .ui-icon-circlesmall-close {
    background-position: -32px -208px
}

 .ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

 .ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

 .ui-icon-squaresmall-close {
    background-position: -80px -208px
}

 .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

 .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

 .ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

 .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

 .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

 .ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

 .ui-corner-all {
    border-radius: 0
}

 .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 4px
}

 .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 4px
}

 .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 4px
}

 .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 4px
}

 .ui-widget-overlay {
    opacity: .3;
    filter: alpha(opacity=30);
    width: 100%
}

 .ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa;
    opacity: .3;
    filter: alpha(opacity=30);
    border-radius: 8px
}

 .ui-accordion {
    width: 100%
}

 .ui-accordion .ui-accordion-li-fix {
        display: inline
    }

 .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important
    }

 .ui-accordion .ui-accordion-header {
        display: block;
        cursor: pointer;
        position: relative;
        min-height: 0
    }

 .ui-accordion .ui-accordion-icons {
        padding-left: 2.2em
    }

 .ui-accordion .ui-accordion-noicons {
        padding-left: .7em
    }

 .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em
    }

 .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        position: absolute;
        left: .5em;
        top: 50%;
        margin-top: -8px
    }

 .ui-accordion .ui-accordion-content {
        border-top: 0 none;
        margin-top: -3px;
        position: relative;
        top: 1px;
        margin-bottom: 2px;
        overflow: auto;
        display: none
    }

 .ui-accordion .ui-accordion-content-active {
        display: block
    }

 .ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

 .ui-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

 .ui-button:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

 .ui-button:focus, .ui-button:hover {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
        text-decoration: none
    }

 fieldset[disabled] ui-button, fieldset[disabled] ui-button.ui-state-active, fieldset[disabled] ui-button:active, fieldset[disabled] ui-button:focus, fieldset[disabled] ui-button:hover, ui-button.disabled, ui-button.disabled.active, ui-button.disabled:active, ui-button.disabled:focus, ui-button.disabled:hover, ui-button[disabled], ui-button[disabled].active, ui-button[disabled]:active, ui-button[disabled]:focus, ui-button[disabled]:hover {
    background-color: #fff;
    border-color: #ccc
}

 .ui-btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

 .ui-btn-sm, .ui-btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

 .ui-btn-xs {
    padding: 1px 5px
}

 .ui-btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

 .ui-btn-block + .ui-btn-block {
        margin-top: 5px
    }

 input[type=button].ui-btn-block, input[type=reset].ui-btn-block, input[type=submit].ui-btn-block {
    width: 100%
}

 .ui-button-text-icon-primary .ui-button-icon-primary {
    float: left
}

 .ui-button-text-icon-primary {
    padding: 2px 7px 3px
}

 .ui-button-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

 .ui-button-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

 .ui-button-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

 .ui-button-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

 .ui-button-inverse {
    color: #fff;
    background-color: #222;
    border-color: #080808
}

 .ui-button-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

 .ui-button-error {
    color: #fff;
    background-color: #c43c35;
    border-color: #882a25
}

 .ui-button-danger:hover, .ui-button-info:hover, .ui-button-inverse:hover, .ui-button-primary:hover, .ui-button-success:hover, .ui-button-warning:hover {
    text-decoration: none
}

 .ui-button-primary:focus, .ui-button-primary:hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

 .ui-button-success:hover {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

 .ui-button-info:hover {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

 .ui-button-danger:hover {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

 .ui-button-warning:hover {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

 .ui-button-inverse:hover {
    color: #fff;
    background-color: #363636;
    border-color: #000
}

 .ui-button-icon-only {
    width: 2.2em
}

 .ui-button-icons-only {
    width: 3.4em
}

 button.ui-button-icons-only {
    width: 3.7em
}

 .ui-button-text-icon-primary .ui-button-icon-primary.ui-icon {
    margin-top: 5px
}

 .ui-button .ui-button-text {
    display: block;
    line-height: normal
}

 .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999px;
    display: none
}

 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

 .ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

 input.ui-button {
    padding: .4em 1em
}

 .ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    margin-bottom: 0;
    margin-top: 0;
    top: 50%
}

 .ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
    margin-right: -6px
}

 .ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

 .ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

 .ui-buttonset {
    margin-right: 7px
}

 .ui-buttonset .ui-state-active {
        color: #fff;
        background-color: #428bca;
        border-color: #357ebd
    }

 .ui-buttonset .ui-state-active.ui-state-hover {
            color: #fff;
            background-color: #3276b1;
            border-color: #285e8e
        }

 .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.4em
    }

 button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

 .ui-menu {
    list-style: none;
    margin: 0;
    display: block;
    outline: 0
}

 .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
        list-style: none
    }

 .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
    }

 .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0
    }

 .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: 400
    }

 .ui-menu .ui-menu-item a.ui-corner-all {
            border-radius: 0
        }

 .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-widget-content {
            font-weight: 700;
            margin: 0;
            background-color: #428BCA;
            border-color: #357EBD;
            color: #FFF;
            display: block;
            white-space: nowrap
        }

 .ui-menu .ui-menu-item a.ui-state-active {
            padding: 1px .4em
        }

 .ui-menu .ui-state-disabled {
        line-height: 1.5
    }

 .ui-menu .ui-state-disabled a {
            cursor: default
        }

 .ui-menu-icons {
    position: relative
}

 .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em
    }

 .ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

 .ui-menu .ui-menu-icon {
    position: static;
    float: right
}

 .ui-menu {
    margin-bottom: 2em
}

 .ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

 .ui-spinner-input {
    border: none;
    background: 0 0;
    vertical-align: middle
}

 .ui-spinner-button {
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

 .ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

 .ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

 .ui-spinner-up {
    top: 0
}

 .ui-spinner-down {
    bottom: 0
}

 .ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

 .ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 300px;
    overflow: hidden;
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 6px;
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    outline: medium none;
    z-index: 1050
}

 .ui-dialog .ui-dialog-titlebar {
        position: relative;
        border: 0 0 0 1px solid;
        border-color: #fff;
        font-size: 18px;
        text-decoration: none;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom: 1px solid #ccc
    }

 .ui-dialog .ui-dialog-title {
        float: left;
        color: #404040;
        font-weight: 700;
        padding: 5px;
        text-overflow: ellipsis;
        overflow: hidden
    }

 .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -20px 0 0 0;
        padding: 1px;
        height: 18px;
        font-size: 20px;
        font-weight: 700;
        line-height: 13.5px;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=25);
        -khtml-opacity: .25;
        -moz-opacity: .25;
        opacity: .25;
        background: 0 0;
        border: none;
        box-shadow: none
    }

 .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
            text-indent: 9999px
        }

 .ui-dialog .ui-dialog-titlebar-close:focus, .ui-dialog .ui-dialog-titlebar-close:hover {
            padding: 1px;
            filter: alpha(opacity=90);
            -moz-opacity: .9;
            opacity: .9
        }

 .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: 0 0;
        overflow: auto
    }

 .ui-dialog .ui-dialog-buttonpane {
        border-width: 1px 0 0;
        background-image: none;
        margin: .5em 0 0;
        background-color: #fff;
        border-radius: 0 0 6px 6px;
        box-shadow: inset 0 1px 0 #fff;
        margin-bottom: 0
    }

 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right
        }

 .ui-dialog .ui-dialog-buttonpane button {
            cursor: pointer
        }

 .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px
    }

 .ui-draggable .ui-dialog-titlebar {
    cursor: move
}

 .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

 .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e
    }

 .ui-dialog-buttonset .ui-button:not(:first-child) {
    cursor: pointer;
    display: inline-block;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: .1s linear all;
    overflow: visible
}

 .ui-dialog-buttonset .ui-button:not(:first-child) .ui-state-hover {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
        text-decoration: none
    }

 .ui-dialog-buttonset .ui-button.ui-button-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

 .ui-dialog-buttonset .ui-button.ui-button-info.ui-state-hover {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc
    }

 .ui-dialog-buttonset .ui-button.ui-button-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

 .ui-dialog-buttonset .ui-button.ui-button-success.ui-state-hover {
        color: #fff;
        background-color: #47a447;
        border-color: #398439
    }

 .ui-dialog-buttonset .ui-button.ui-button-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

 .ui-dialog-buttonset .ui-button.ui-button-warning.ui-state-hover {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512
    }

 .ui-dialog-buttonset .ui-button.ui-button-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

 .ui-dialog-buttonset .ui-button.ui-button-danger.ui-state-hover {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925
    }

 .ui-dialog-buttonset .ui-button.ui-button-inverse {
    color: #fff;
    background-color: #222;
    border-color: #080808
}

 .ui-dialog-buttonset .ui-button.ui-button-inverse.ui-state-hover {
        color: #fff;
        background-color: #363636;
        border-color: #000
    }

 .ui-slider {
    position: relative;
    text-align: left
}

 .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit
    }

 .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 16px;
        height: 18px;
        cursor: default
    }

 .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
        color: #fff;
        background-color: #0e90d2;
        background-image: linear-gradient(to bottom,#149bdf,#0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
        box-sizing: border-box;
        transition: width .6s ease
    }

 .ui-slider-horizontal {
    height: 10px;
    background: #D5D5D5;
    border: none
}

 .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
        background-color: #fff;
        border-color: #CCC
    }

 .ui-slider-horizontal .ui-slider-handle:focus {
            background-color: #fff;
            border-color: #357EBD
        }

 .ui-slider-horizontal .ui-slider-handle:hover {
            background-color: #fff;
            border-color: #285E8E;
            outline: 0
        }

 .ui-slider-horizontal .ui-slider-handle:active {
            background-color: #428BCA;
            border-color: #3276B1
        }

 .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

 .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

 .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

 .ui-slider-vertical {
    width: .8em;
    height: 100px
}

 .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

 .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

 .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

 .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

 .ui-tabs {
    position: relative;
    border: 0;
    border-radius: 0
}

 .ui-tabs .ui-tabs-nav {
        border: solid #ddd;
        border-width: 0 0 1px;
        border-radius: 0;
        background: 0 0
    }

 .ui-tabs .ui-tabs-nav li {
            position: relative;
            top: 0;
            float: left;
            margin-bottom: -1px;
            border: 0;
            list-style: none;
            white-space: nowrap
        }

 .ui-tabs-nav .ui-state-default {
    border: 0;
    box-shadow: none
}

 .ui-tabs .ui-tabs-nav li a {
    float: left;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 8px 12px;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
    background: 0 0
}

 .ui-tabs .ui-tabs-nav li a:hover {
        border: 1px solid #f5f5f5;
        border-bottom: 1px solid #ddd;
        background-color: #f5f5f5
    }

 .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #555
}

 .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
    background: #fff;
    cursor: text
}

 .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

 .ui-tabs .ui-tabs-panel {
    display: block;
    border-radius: 0;
    background: 0 0
}

 .ui-tabs .ui-tabs-hide {
    display: none !important
}

 .ui-tabs .ui-tabs-nav li {
    filter: none
}

 .ui-tooltip {
    display: block;
    font-size: 11px;
    opacity: .8;
    position: absolute;
    visibility: visible;
    z-index: 1024;
    max-width: 200px;
    background: #000;
    border: 1px solid #000;
    color: #FFF;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 1px 0 #000;
    border-radius: 4px
}

 body .ui-tooltip {
    border-width: 1px
}

 .ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

 .ui-datepicker .ui-datepicker-header {
        position: relative;
        border: 0;
        font-weight: 700;
        width: 100%;
        padding: 4px 0;
        background-color: #f5f5f5;
        color: gray
    }

 .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

 .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

 .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

 .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -8px;
            top: 50%;
            margin-top: -8px
        }

 .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center
    }

 .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

 .ui-datepicker select.ui-datepicker-month-year {
        width: 100%
    }

 .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%
    }

 .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

 .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        border: 0
    }

 .ui-datepicker td {
        border: 0;
        padding: 1px
    }

 .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

 .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

 .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible
        }

 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left
            }

 .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

 .ui-datepicker-multi .ui-datepicker-group {
    float: left
}

 .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em
    }

 .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

 .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

 .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

 .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

 .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

 .ui-datepicker-rtl {
    direction: rtl
}

 .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

 .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

 .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

 .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

 .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

 .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left
        }

 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right
            }

 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }

 .ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px
}

 .ui-datepicker th {
    font-weight: 700;
    color: gray
}

 .ui-datepicker-today a:hover {
    background-color: gray;
    color: #fff
}

 .ui-datepicker-today a {
    background-color: #BFBFBF;
    cursor: pointer;
    padding: 0 4px;
    margin-bottom: 0
}

 .ui-datepicker td a {
    margin-bottom: 0;
    border: 0
}

 .ui-datepicker td:hover {
    color: #fff
}

 .ui-datepicker td .ui-state-default {
    border: 0;
    background: 0 0;
    margin-bottom: 0;
    padding: 5px;
    color: gray;
    text-align: center;
    filter: none
}

 .ui-datepicker td .ui-state-highlight {
    color: #fff;
    background-color: #A90329;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    border-color: rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);
    border-radius: 0
}

 .ui-datepicker td .ui-state-active {
    color: #333;
    background-color: #ebebeb;
    margin-bottom: 0;
    font-size: normal;
    text-shadow: 0;
    border-color: rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);
    border-radius: 0
}

 .ui-datepicker td .ui-state-hover {
    color: #fff;
    background: #428bca;
    background-color: #428bca;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    border-color: #357ebd;
    border-color: rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);
    border-radius: 0
}

 .ui-progressbar {
    height: 2em;
    margin-bottom: 20px;
    border: 0;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
    background-repeat: repeat-x;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

 .ui-progressbar .ui-progressbar-value {
        margin: 0;
        height: 100%;
        color: #fff;
        background-color: #428BCA;
        box-sizing: border-box;
        transition: width .6s ease
    }

 .ui-progressbar .ui-progressbar-overlay {
        background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
        background-size: 40px 40px;
        animation: progress-bar-stripes 2s linear infinite
    }

 .ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

 .ui-toolbar {
    padding: 7px 14px;
    margin: 0 0 18px;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-image: linear-gradient(top,#fff,#f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 #fff
}

 .customfile-button {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

 div.wijmo-wijmenu {
    padding: 0 20px;
    background-color: #222;
    background-repeat: repeat-x;
    background-image: linear-gradient(top,#333,#222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    box-shadow: 0 1px 3px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.1)
}

 .wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
    color: #bfbfbf
}

 .wijmo-wijmenu .ui-state-hover {
    background: #444;
    background: rgba(255,255,255,.05)
}

 .wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text {
        color: #fff
    }

 div.wijmo-wijmenu .ui-widget-header h3 {
    position: relative;
    margin-top: 1px;
    padding: 0
}

 .wijmo-wijmenu h3 a {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    margin-left: -20px;
    margin-top: 1px;
    padding: 8px 20px 12px
}

 .wijmo-wijmenu h3 a:hover {
        background-color: rgba(255,255,255,.05);
        color: #fff;
        text-decoration: none
    }

 .wijmo-wijmenu .ui-widget-header {
    border: 0
}

 .wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
    padding: .3em 0
}

 div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child {
    background: #333;
    border: 0;
    margin: 0;
    padding: 6px 0;
    width: 160px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2)
}

 div.wijmo-wijmenu .wijmo-wijmenu-item {
    margin: 0;
    border: 0
}

 .wijmo-wijmenu a.wijmo-wijmenu-link {
    margin: 0;
    line-height: 19px;
    padding: 10px 10px 11px;
    border: 0;
    border-radius: 0
}

 div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
    display: block;
    float: none;
    padding: 4px 15px;
    width: auto
}

 div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text {
    float: none
}

 .wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
    background: #191919
}

 .wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator {
    padding: 5px 0;
    background-image: none;
    background-color: #222;
    border-top: 1px solid #444;
    border-bottom: 0;
    border-left: 0;
    border-right: 0
}

 .wijmo-wijmenu .wijmo-wijmenu-item input {
    -moz-transition: none 0s ease 0s;
    background-color: rgba(255,255,255,.3);
    border: 1px solid #111;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1)inset,0 1px 0 rgba(255,255,255,.25);
    color: rgba(255,255,255,.75);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1;
    margin: 5px 10px 0;
    padding: 4px 9px;
    width: 100px
}

 .wijmo-wijmenu .wijmo-wijmenu-item input:hover {
        background-color: rgba(255,255,255,.5);
        color: #fff
    }

 .wijmo-wijmenu .wijmo-wijmenu-item input:focus {
        background-color: #fff;
        border: 0 none;
        box-shadow: 0 0 3px rgba(0,0,0,.15);
        color: #404040;
        outline: 0 none;
        padding: 5px 10px;
        text-shadow: 0 1px 0 #fff
    }

 .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .wijmo-wijmenu .ui-state-default {
    text-shadow: none
}

 .wijmo-wijmenu .ui-state-default {
    box-shadow: none;
    color: #bfbfbf;
    filter: none
}

 .ui-button-icon-primary.ui-icon[class*=" icon-"]:before, .ui-button-icon-primary.ui-icon[class^=icon-]:before, .ui-button-icon-secondary.ui-icon[class*=" icon-"]:before, .ui-button-icon-secondary.ui-icon[class^=icon-]:before {
    font-size: inherit;
    margin-left: 7px !important;
    margin-left: 5px;
    display: inline;
    text-decoration: inherit;
    color: inherit
}

 .ui-state-default .ui-icon[class*=" icon-"] {
    background: 0 0;
    margin-left: -12px
}

 .flag {
    width: 16px;
    height: 11px;
    background: url(/content/img/flags/flags.png) no-repeat;
    margin-top: -.18em;
    display: inline-block
}

 .flag.flag-ad {
        background-position: -16px 0
    }

 .flag.flag-ae {
        background-position: -32px 0
    }

 .flag.flag-af {
        background-position: -48px 0
    }

 .flag.flag-ag {
        background-position: -64px 0
    }

 .flag.flag-ai {
        background-position: -80px 0
    }

 .flag.flag-al {
        background-position: -96px 0
    }

 .flag.flag-am {
        background-position: -112px 0
    }

 .flag.flag-an {
        background-position: -128px 0
    }

 .flag.flag-ao {
        background-position: -144px 0
    }

 .flag.flag-ar {
        background-position: -160px 0
    }

 .flag.flag-as {
        background-position: -176px 0
    }

 .flag.flag-at {
        background-position: -192px 0
    }

 .flag.flag-au {
        background-position: -208px 0
    }

 .flag.flag-aw {
        background-position: -224px 0
    }

 .flag.flag-az {
        background-position: -240px 0
    }

 .flag.flag-ba {
        background-position: 0 -11px
    }

 .flag.flag-bb {
        background-position: -16px -11px
    }

 .flag.flag-bd {
        background-position: -32px -11px
    }

 .flag.flag-be {
        background-position: -48px -11px
    }

 .flag.flag-bf {
        background-position: -64px -11px
    }

 .flag.flag-bg {
        background-position: -80px -11px
    }

 .flag.flag-bh {
        background-position: -96px -11px
    }

 .flag.flag-bi {
        background-position: -112px -11px
    }

 .flag.flag-bj {
        background-position: -128px -11px
    }

 .flag.flag-bm {
        background-position: -144px -11px
    }

 .flag.flag-bn {
        background-position: -160px -11px
    }

 .flag.flag-bo {
        background-position: -176px -11px
    }

 .flag.flag-br {
        background-position: -192px -11px
    }

 .flag.flag-bs {
        background-position: -208px -11px
    }

 .flag.flag-bt {
        background-position: -224px -11px
    }

 .flag.flag-bv {
        background-position: -240px -11px
    }

 .flag.flag-bw {
        background-position: 0 -22px
    }

 .flag.flag-by {
        background-position: -16px -22px
    }

 .flag.flag-bz {
        background-position: -32px -22px
    }

 .flag.flag-ca {
        background-position: -48px -22px
    }

 .flag.flag-catalonia {
        background-position: -64px -22px
    }

 .flag.flag-cd {
        background-position: -80px -22px
    }

 .flag.flag-cf {
        background-position: -96px -22px
    }

 .flag.flag-cg {
        background-position: -112px -22px
    }

 .flag.flag-ch {
        background-position: -128px -22px
    }

 .flag.flag-ci {
        background-position: -144px -22px
    }

 .flag.flag-ck {
        background-position: -160px -22px
    }

 .flag.flag-cl {
        background-position: -176px -22px
    }

 .flag.flag-cm {
        background-position: -192px -22px
    }

 .flag.flag-cn {
        background-position: -208px -22px
    }

 .flag.flag-co {
        background-position: -224px -22px
    }

 .flag.flag-cr {
        background-position: -240px -22px
    }

 .flag.flag-cu {
        background-position: 0 -33px
    }

 .flag.flag-cv {
        background-position: -16px -33px
    }

 .flag.flag-cw {
        background-position: -32px -33px
    }

 .flag.flag-cy {
        background-position: -48px -33px
    }

 .flag.flag-cz {
        background-position: -64px -33px
    }

 .flag.flag-de {
        background-position: -80px -33px
    }

 .flag.flag-dj {
        background-position: -96px -33px
    }

 .flag.flag-dk {
        background-position: -112px -33px
    }

 .flag.flag-dm {
        background-position: -128px -33px
    }

 .flag.flag-do {
        background-position: -144px -33px
    }

 .flag.flag-dz {
        background-position: -160px -33px
    }

 .flag.flag-ec {
        background-position: -176px -33px
    }

 .flag.flag-ee {
        background-position: -192px -33px
    }

 .flag.flag-eg {
        background-position: -208px -33px
    }

 .flag.flag-eh {
        background-position: -224px -33px
    }

 .flag.flag-england {
        background-position: -240px -33px
    }

 .flag.flag-er {
        background-position: 0 -44px
    }

 .flag.flag-es {
        background-position: -16px -44px
    }

 .flag.flag-et {
        background-position: -32px -44px
    }

 .flag.flag-eu {
        background-position: -48px -44px
    }

 .flag.flag-fi {
        background-position: -64px -44px
    }

 .flag.flag-fj {
        background-position: -80px -44px
    }

 .flag.flag-fk {
        background-position: -96px -44px
    }

 .flag.flag-fm {
        background-position: -112px -44px
    }

 .flag.flag-fo {
        background-position: -128px -44px
    }

 .flag.flag-fr {
        background-position: -144px -44px
    }

 .flag.flag-ga {
        background-position: -160px -44px
    }

 .flag.flag-gb {
        background-position: -176px -44px
    }

 .flag.flag-gd {
        background-position: -192px -44px
    }

 .flag.flag-ge {
        background-position: -208px -44px
    }

 .flag.flag-gf {
        background-position: -224px -44px
    }

 .flag.flag-gg {
        background-position: -240px -44px
    }

 .flag.flag-gh {
        background-position: 0 -55px
    }

 .flag.flag-gi {
        background-position: -16px -55px
    }

 .flag.flag-gl {
        background-position: -32px -55px
    }

 .flag.flag-gm {
        background-position: -48px -55px
    }

 .flag.flag-gn {
        background-position: -64px -55px
    }

 .flag.flag-gp {
        background-position: -80px -55px
    }

 .flag.flag-gq {
        background-position: -96px -55px
    }

 .flag.flag-gr {
        background-position: -112px -55px
    }

 .flag.flag-gs {
        background-position: -128px -55px
    }

 .flag.flag-gt {
        background-position: -144px -55px
    }

 .flag.flag-gu {
        background-position: -160px -55px
    }

 .flag.flag-gw {
        background-position: -176px -55px
    }

 .flag.flag-gy {
        background-position: -192px -55px
    }

 .flag.flag-hk {
        background-position: -208px -55px
    }

 .flag.flag-hm {
        background-position: -224px -55px
    }

 .flag.flag-hn {
        background-position: -240px -55px
    }

 .flag.flag-hr {
        background-position: 0 -66px
    }

 .flag.flag-ht {
        background-position: -16px -66px
    }

 .flag.flag-hu {
        background-position: -32px -66px
    }

 .flag.flag-ic {
        background-position: -48px -66px
    }

 .flag.flag-id {
        background-position: -64px -66px
    }

 .flag.flag-ie {
        background-position: -80px -66px
    }

 .flag.flag-il {
        background-position: -96px -66px
    }

 .flag.flag-im {
        background-position: -112px -66px
    }

 .flag.flag-in {
        background-position: -128px -66px
    }

 .flag.flag-io {
        background-position: -144px -66px
    }

 .flag.flag-iq {
        background-position: -160px -66px
    }

 .flag.flag-ir {
        background-position: -176px -66px
    }

 .flag.flag-is {
        background-position: -192px -66px
    }

 .flag.flag-it {
        background-position: -208px -66px
    }

 .flag.flag-je {
        background-position: -224px -66px
    }

 .flag.flag-jm {
        background-position: -240px -66px
    }

 .flag.flag-jo {
        background-position: 0 -77px
    }

 .flag.flag-jp {
        background-position: -16px -77px
    }

 .flag.flag-ke {
        background-position: -32px -77px
    }

 .flag.flag-kg {
        background-position: -48px -77px
    }

 .flag.flag-kh {
        background-position: -64px -77px
    }

 .flag.flag-ki {
        background-position: -80px -77px
    }

 .flag.flag-km {
        background-position: -96px -77px
    }

 .flag.flag-kn {
        background-position: -112px -77px
    }

 .flag.flag-kp {
        background-position: -128px -77px
    }

 .flag.flag-kr {
        background-position: -144px -77px
    }

 .flag.flag-kurdistan {
        background-position: -160px -77px
    }

 .flag.flag-kw {
        background-position: -176px -77px
    }

 .flag.flag-ky {
        background-position: -192px -77px
    }

 .flag.flag-kz {
        background-position: -208px -77px
    }

 .flag.flag-la {
        background-position: -224px -77px
    }

 .flag.flag-lb {
        background-position: -240px -77px
    }

 .flag.flag-lc {
        background-position: 0 -88px
    }

 .flag.flag-li {
        background-position: -16px -88px
    }

 .flag.flag-lk {
        background-position: -32px -88px
    }

 .flag.flag-lr {
        background-position: -48px -88px
    }

 .flag.flag-ls {
        background-position: -64px -88px
    }

 .flag.flag-lt {
        background-position: -80px -88px
    }

 .flag.flag-lu {
        background-position: -96px -88px
    }

 .flag.flag-lv {
        background-position: -112px -88px
    }

 .flag.flag-ly {
        background-position: -128px -88px
    }

 .flag.flag-ma {
        background-position: -144px -88px
    }

 .flag.flag-mc {
        background-position: -160px -88px
    }

 .flag.flag-md {
        background-position: -176px -88px
    }

 .flag.flag-me {
        background-position: -192px -88px
    }

 .flag.flag-mg {
        background-position: -208px -88px
    }

 .flag.flag-mh {
        background-position: -224px -88px
    }

 .flag.flag-mk {
        background-position: -240px -88px
    }

 .flag.flag-ml {
        background-position: 0 -99px
    }

 .flag.flag-mm {
        background-position: -16px -99px
    }

 .flag.flag-mn {
        background-position: -32px -99px
    }

 .flag.flag-mo {
        background-position: -48px -99px
    }

 .flag.flag-mp {
        background-position: -64px -99px
    }

 .flag.flag-mq {
        background-position: -80px -99px
    }

 .flag.flag-mr {
        background-position: -96px -99px
    }

 .flag.flag-ms {
        background-position: -112px -99px
    }

 .flag.flag-mt {
        background-position: -128px -99px
    }

 .flag.flag-mu {
        background-position: -144px -99px
    }

 .flag.flag-mv {
        background-position: -160px -99px
    }

 .flag.flag-mw {
        background-position: -176px -99px
    }

 .flag.flag-mx {
        background-position: -192px -99px
    }

 .flag.flag-my {
        background-position: -208px -99px
    }

 .flag.flag-mz {
        background-position: -224px -99px
    }

 .flag.flag-na {
        background-position: -240px -99px
    }

 .flag.flag-nc {
        background-position: 0 -110px
    }

 .flag.flag-ne {
        background-position: -16px -110px
    }

 .flag.flag-nf {
        background-position: -32px -110px
    }

 .flag.flag-ng {
        background-position: -48px -110px
    }

 .flag.flag-ni {
        background-position: -64px -110px
    }

 .flag.flag-nl {
        background-position: -80px -110px
    }

 .flag.flag-no {
        background-position: -96px -110px
    }

 .flag.flag-np {
        background-position: -112px -110px
    }

 .flag.flag-nr {
        background-position: -128px -110px
    }

 .flag.flag-nu {
        background-position: -144px -110px
    }

 .flag.flag-nz {
        background-position: -160px -110px
    }

 .flag.flag-om {
        background-position: -176px -110px
    }

 .flag.flag-pa {
        background-position: -192px -110px
    }

 .flag.flag-pe {
        background-position: -208px -110px
    }

 .flag.flag-pf {
        background-position: -224px -110px
    }

 .flag.flag-pg {
        background-position: -240px -110px
    }

 .flag.flag-ph {
        background-position: 0 -121px
    }

 .flag.flag-pk {
        background-position: -16px -121px
    }

 .flag.flag-pl {
        background-position: -32px -121px
    }

 .flag.flag-pm {
        background-position: -48px -121px
    }

 .flag.flag-pn {
        background-position: -64px -121px
    }

 .flag.flag-pr {
        background-position: -80px -121px
    }

 .flag.flag-ps {
        background-position: -96px -121px
    }

 .flag.flag-pt {
        background-position: -112px -121px
    }

 .flag.flag-pw {
        background-position: -128px -121px
    }

 .flag.flag-py {
        background-position: -144px -121px
    }

 .flag.flag-qa {
        background-position: -160px -121px
    }

 .flag.flag-re {
        background-position: -176px -121px
    }

 .flag.flag-ro {
        background-position: -192px -121px
    }

 .flag.flag-rs {
        background-position: -208px -121px
    }

 .flag.flag-ru {
        background-position: -224px -121px
    }

 .flag.flag-rw {
        background-position: -240px -121px
    }

 .flag.flag-sa {
        background-position: 0 -132px
    }

 .flag.flag-sb {
        background-position: -16px -132px
    }

 .flag.flag-sc {
        background-position: -32px -132px
    }

 .flag.flag-scotland {
        background-position: -48px -132px
    }

 .flag.flag-sd {
        background-position: -64px -132px
    }

 .flag.flag-se {
        background-position: -80px -132px
    }

 .flag.flag-sg {
        background-position: -96px -132px
    }

 .flag.flag-sh {
        background-position: -112px -132px
    }

 .flag.flag-si {
        background-position: -128px -132px
    }

 .flag.flag-sk {
        background-position: -144px -132px
    }

 .flag.flag-sl {
        background-position: -160px -132px
    }

 .flag.flag-sm {
        background-position: -176px -132px
    }

 .flag.flag-sn {
        background-position: -192px -132px
    }

 .flag.flag-so {
        background-position: -208px -132px
    }

 .flag.flag-somaliland {
        background-position: -224px -132px
    }

 .flag.flag-sr {
        background-position: -240px -132px
    }

 .flag.flag-ss {
        background-position: 0 -143px
    }

 .flag.flag-st {
        background-position: -16px -143px
    }

 .flag.flag-sv {
        background-position: -32px -143px
    }

 .flag.flag-sx {
        background-position: -48px -143px
    }

 .flag.flag-sy {
        background-position: -64px -143px
    }

 .flag.flag-sz {
        background-position: -80px -143px
    }

 .flag.flag-tc {
        background-position: -96px -143px
    }

 .flag.flag-td {
        background-position: -112px -143px
    }

 .flag.flag-tf {
        background-position: -128px -143px
    }

 .flag.flag-tg {
        background-position: -144px -143px
    }

 .flag.flag-th {
        background-position: -160px -143px
    }

 .flag.flag-tj {
        background-position: -176px -143px
    }

 .flag.flag-tk {
        background-position: -192px -143px
    }

 .flag.flag-tl {
        background-position: -208px -143px
    }

 .flag.flag-tm {
        background-position: -224px -143px
    }

 .flag.flag-tn {
        background-position: -240px -143px
    }

 .flag.flag-to {
        background-position: 0 -154px
    }

 .flag.flag-tr {
        background-position: -16px -154px
    }

 .flag.flag-tt {
        background-position: -32px -154px
    }

 .flag.flag-tv {
        background-position: -48px -154px
    }

 .flag.flag-tw {
        background-position: -64px -154px
    }

 .flag.flag-tz {
        background-position: -80px -154px
    }

 .flag.flag-ua {
        background-position: -96px -154px
    }

 .flag.flag-ug {
        background-position: -112px -154px
    }

 .flag.flag-um {
        background-position: -128px -154px
    }

 .flag.flag-us {
        background-position: -144px -154px
    }

 .flag.flag-uy {
        background-position: -160px -154px
    }

 .flag.flag-uz {
        background-position: -176px -154px
    }

 .flag.flag-va {
        background-position: -192px -154px
    }

 .flag.flag-vc {
        background-position: -208px -154px
    }

 .flag.flag-ve {
        background-position: -224px -154px
    }

 .flag.flag-vg {
        background-position: -240px -154px
    }

 .flag.flag-vi {
        background-position: 0 -165px
    }

 .flag.flag-vn {
        background-position: -16px -165px
    }

 .flag.flag-vu {
        background-position: -32px -165px
    }

 .flag.flag-wales {
        background-position: -48px -165px
    }

 .flag.flag-wf {
        background-position: -64px -165px
    }

 .flag.flag-ws {
        background-position: -80px -165px
    }

 .flag.flag-ye {
        background-position: -96px -165px
    }

 .flag.flag-yt {
        background-position: -112px -165px
    }

 .flag.flag-za {
        background-position: -128px -165px
    }

 .flag.flag-zanzibar {
        background-position: -144px -165px
    }

 .flag.flag-zm {
        background-position: -160px -165px
    }

 .flag.flag-zw {
        background-position: -176px -165px
    }

 .flag + span {
        text-transform: capitalize;
        display: inline-block;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        margin-top: -3px
    }

 @media (min-width:768px) and (max-width:979px) {
    .flag + span {
        max-width: 30px !important
    }
}

 .cursor-auto {
    cursor: auto
}

 .cursor-default {
    cursor: default
}

 .cursor-none {
    cursor: none
}

 .cursor-context-menu {
    cursor: context-menu
}

 .cursor-help {
    cursor: help
}

 .cursor-progress {
    cursor: progress
}

 .cursor-wait {
    cursor: wait
}

 .cursor-cell {
    cursor: cell
}

 .cursor-crosshair {
    cursor: crosshair
}

 .cursor-text {
    cursor: text
}

 .cursor-vertical-text {
    cursor: vertical-text
}

 .cursor-alias {
    cursor: alias
}

 .cursor-copy {
    cursor: copy
}

 .cursor-move {
    cursor: move
}

 .cursor-no-drop {
    cursor: no-drop
}

 .cursor-not-allowed {
    cursor: not-allowed
}

 .cursor-all-scroll {
    cursor: all-scroll
}

 .cursor-col-resize {
    cursor: col-resize
}

 .cursor-row-resize {
    cursor: row-resize
}

 .cursor-n-resize {
    cursor: n-resize
}

 .cursor-e-resize {
    cursor: e-resize
}

 .cursor-s-resize {
    cursor: s-resize
}

 .cursor-w-resize {
    cursor: w-resize
}

 .cursor-ns-resize {
    cursor: ns-resize
}

 .cursor-ew-resize {
    cursor: ew-resize
}

 .cursor-ne-resize {
    cursor: ne-resize
}

 .cursor-nw-resize {
    cursor: nw-resize
}

 .cursor-se-resize {
    cursor: se-resize
}

 .cursor-sw-resize {
    cursor: sw-resize
}

 .cursor-nesw-resize {
    cursor: nesw-resize
}

 .cursor-nwse-resize {
    cursor: nwse-resize
}

 :-webkit-full-screen #fullscreen > :first-child > a {
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
    color: #fff;
    border-color: #494949
}

 :-moz-full-screen #fullscreen > :first-child > a {
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
    color: #fff;
    border-color: #494949
}

 :-ms-fullscreen #fullscreen > :first-child > a {
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
    color: #fff;
    border-color: #494949
}

 :full-screen #fullscreen > :first-child > a {
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
    color: #fff;
    border-color: #494949
}

 :fullscreen #fullscreen > :first-child > a {
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
    color: #fff;
    border-color: #494949
}

 :-webkit-full-screen video {
    width: 100%;
    height: 100%
}

 .ui-widget-overlay {
    background: #AAA;
    height: 100%;
    z-index: 949 !important;
    position: fixed;
    top: 0;
    left: 0
}

 .slider {
    margin-top: 0;
    margin-bottom: 30px
}

 .slider.slider-vertical {
        margin-bottom: 0;
        margin-right: 5px
    }

 .ui-menu {
    width: 155px;
    padding: 2px;
    box-shadow: 0 2px 4px rgba(30,30,100,.25);
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 1
}

 .ui-menu .ui-state-disabled {
        margin: .4em 0 .2em !important;
        background: none !important;
        color: #999 !important;
        font-weight: 400 !important;
        cursor: default
    }

 .ui-icon-carat-1-e:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline
}

 .ui-menu .ui-menu-item a .ui-menu-icon {
    width: auto;
    height: auto;
    top: 0;
    left: auto;
    right: auto;
    bottom: auto;
    text-indent: 0
}

 .ui-tabs .ui-tabs-nav li a {
    border-radius: 0;
    -moz-border-radius: 0;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-bottom: 1px solid #ddd;
    color: #838383
}

 .ui-tabs .ui-tabs-nav li {
    margin-right: 3px
}

 .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        font-weight: 700;
        border-top-width: 0 !important;
        margin-top: 1px !important;
        box-shadow: 0 -2px 0 #57889c
    }

 .ui-tabs .ui-tabs-panel {
    border: 1px solid #ddd;
    margin: 0;
    padding: 10px 13px;
    border-top: none
}

 .ui-tabs .ui-tabs-nav {
    margin-bottom: 0
}

 .ui-accordion .ui-accordion-header {
    background-color: #fbfbfb;
    font-size: 15px;
    padding: 10px 15px 10px 36px !important
}

 .ui-accordion .ui-accordion-content, .ui-accordion .ui-accordion-header {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

 .ui-accordion .ui-accordion-content {
    padding: 15px
}

 .ui-accordion-header-active + .ui-accordion-content {
    border-top: 1px solid #ddd
}

 .ui-accordion .ui-accordion-header {
    margin-top: -2px
}

 .ui-accordion .ui-accordion-header, .ui-accordion-content {
    border-color: #ddd !important
}

 .ui-accordion-header-icon {
    text-indent: 0 !important;
    background-image: none !important;
    text-align: center;
    line-height: normal;
    left: 12px !important;
    margin-top: -6px !important;
    font-size: 14px !important
}

 .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    text-align: center;
    margin-top: 2px
}

 .ui-datepicker-next > :first-child, .ui-datepicker-prev > :first-child {
    text-indent: 0 !important
}

 .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    background: none !important
}

 .noUi-target * {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default
}

 .noUi-base {
    width: 100%;
    height: 14px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #bfbfbf;
    z-index: 1
}

 .noUi-origin-lower {
    background: #72a8d7
}

 .noUi-handle {
    background: #858585;
    height: 30px;
    width: 16px;
    border: 1px solid #fff;
    margin: -8px 0 0 -8px;
    cursor: default
}

 .noUi-handle:hover {
        background: #6c6c6c
    }

 .noUi-active {
    cursor: default;
    box-shadow: rgba(0,0,0,.1)1px 1px 1px 0;
    background: #686868;
    height: 32px;
    width: 18px;
    margin: -9px 0 0 -8px;
    border: none
}

 .noUi-active:after {
        box-sizing: border-box;
        content: "";
        display: block;
        height: 100%;
        border: 1px solid #ddd
    }

 .noUi-connect {
    background: #3276b1
}

 .noUi-background {
    background: #eee;
    border: none
}

 .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

 .noUi-origin-upper {
    background: inherit !important
}

 .noUi-z-index {
    z-index: 10
}

 .noUi-vertical {
    width: 10px;
    height: 100%
}

 .noUi-vertical .noUi-origin {
        bottom: 0;
        left: 0
    }

 .noUi-vertical .noUi-handle {
        margin: -8px 0 0 -3px
    }

 .noUi-target[disabled] .noUi-base {
    background: #999
}

 .noUi-target[disabled] .noUi-connect {
    background: #BBB
}

 .noUi-state-tap .noUi-origin {
    transition: left .3s,top .3s
}

 .ui-spinner-input {
    margin: 0 !important;
    height: 30px;
    padding: 6px 24px 6px 12px
}

 .ui-spinner-input.spinner-left {
        padding: 6px 12px 6px 24px
    }

 .ui-spinner {
    width: 100%
}

 .ui-spinner-input.spinner-left + .ui-spinner-button, .ui-spinner-input.spinner-left + .ui-spinner-button + .ui-spinner-button {
    right: auto;
    left: 0
}

 .ui-spinner-down, .ui-spinner-up {
    background: #739e73;
    border-radius: 0
}

 .ui-spinner-up:active, .ui-spinner-up:focus, .ui-spinner-up:hover {
        background: #5b835b
    }

 .ui-spinner-down:active, .ui-spinner-down:focus, .ui-spinner-down:hover {
        background: #77021d
    }

 .ui-spinner-down {
    background: #c2032f
}

 .ui-spinner-down:before, .ui-spinner-up:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        color: #fff;
        font-size: 14px;
        margin-top: 1px
    }

 .ui-spinner-down:before {
        content: "\f068"
    }

 .ui-spinner-down > :first-child, .ui-spinner-up > :first-child {
        display: none
    }

 .ui-spinner-button {
    width: 19px
}

 .ui-spinner-input.spinner-both {
    padding: 6px 30px
}

 .ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
        left: 0;
        right: auto
    }

 .ui-spinner-input.spinner-both + .ui-spinner-button, .ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
        height: 30px;
        width: 25px
    }

 .ui-spinner-input.spinner-both + .ui-spinner-up + .ui-spinner-down:before, .ui-spinner-input.spinner-both + .ui-spinner-up:before {
        margin-top: 8px
    }

 .ui-dialog {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2)
}

 .widget-header > :first-child {
    margin: 13px 0
}

 .ui-dialog .ui-dialog-titlebar {
    padding: 0 10px;
    background: #fff;
    border-bottom-color: #eee
}

 .ui-dialog .ui-dialog-title {
    margin: 0
}

 .ui-dialog .ui-dialog-titlebar-close {
    margin-top: -16px;
    margin-right: 4px
}

 .ui-dialog-titlebar-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px
}

 .ui-dialog .ui-dialog-buttonpane button {
    margin: 0 .4em 0 0
}

 .ui-dialog .ui-dialog-buttonpane {
    margin-top: 13px;
    padding: 19px 15px 20px;
    text-align: right;
    border-top: 1px solid #eee
}

 .ui-autocomplete {
    z-index: 905 !important
}

 .the-price {
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc,inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0
}

 .the-price h1 {
        line-height: 1em;
        padding: 0;
        margin: 0
    }

 .subscript {
    font-size: 21px;
    color: #999
}

 .ribbon {
    position: absolute;
    right: 9px;
    top: -4px
}

 .pricing-big {
    border: none !important
}

 .pricing-big .panel-heading {
        border-radius: 5px 5px 0 0
    }

 .pricing-big .panel-title {
        text-transform: capitalize;
        font-size: 18px;
        padding: 20px 0;
        text-align: center;
        border-radius: 5px 5px 0 0;
        margin: 0;
        font-weight: 700
    }

 .pricing-big .the-price {
        padding: 20px 0;
        background: #333;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #FFF;
        box-shadow: none !important;
        -moz-box-shadow: none !important
    }

 .pricing-big .subscript {
        font-size: 18px;
        color: #999;
        margin-left: 5px
    }

 .price-features {
    background: #FAFAFA;
    padding: 20px 15px;
    min-height: 230px;
    font-size: 13.5px
}

 .price-features li + li {
        margin-top: 10px
    }

 .pricing-big .panel-footer {
    border-radius: 0 0 5px 5px
}

 .pricing-big .panel-footer .btn {
        padding: 15px 0;
        border-radius: 3px;
        font-weight: 700;
        font-size: 14px
    }

 .pricing-big .panel-footer .btn span {
            font-weight: 400;
            font-style: italic
        }

 .pricing-big .panel-footer {
    background-color: #F2F2F2 !important
}

 .pricing-big .panel-footer > div {
        padding: 15px 0 10px;
        display: block;
        font-size: 13px
    }

 .pricing-big table {
    background: #FAFAFA;
    padding: 20px 15px;
    height: 230px;
    text-align: left
}

 .pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

 .pace-inactive {
    display: none
}

 .pace .pace-progress {
    background: #3276b1;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    transition: width 1s
}

 .pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d,0 0 5px #29d;
    opacity: 1;
    transform: rotate(3deg) translate(0px,-4px)
}

 .pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 63px;
    right: 40px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    animation: pace-spinner 400ms linear infinite
}

 @keyframes pace-spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

 #chat-container *, #chat-container :after, #chat-container :before {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

 #chat-container input[type=text] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

 #chat-container {
    position: absolute;
    width: 250px;
    height: 270px;
    z-index: 2;
    border-left: 1px solid #CDCECF;
    right: -251px;
    top: 0;
    background: #fff;
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -ms-transition-duration: .25s
}

 #chat-container:hover, #chat-container:hover .chat-list-open-close {
        border-color: #A7A7A7
    }

 #chat-container.open {
        right: 0;
        top: 0
    }

 #chat-container .chat-list-open-close {
        display: block;
        width: 25px;
        height: 25px;
        border: 1px solid #CDCECF;
        border-right: 1px solid #f2f4f8 !important;
        position: absolute;
        left: -32px;
        top: 7%;
        border-radius: 50% 0 0 50%;
        padding: 3px 1px 3px 5px;
        font-size: 21px;
        line-height: 22px;
        cursor: pointer;
        color: #868686;
        box-shadow: inset 0 .2em 0 rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 .2em 0 rgba(0,0,0,.05);
        background: #f2f4f8;
        text-align: center
    }

 #chat-container .chat-list-open-close b {
            position: absolute;
            right: 0;
            background: #ed1c24;
            line-height: 9px;
            height: 10px;
            width: 10px;
            top: 3px;
            border: 1px solid #FFF;
            border-radius: 3px;
            font-size: 9px;
            text-align: center;
            vertical-align: middle;
            color: #fff;
            font-weight: 400
        }

 #chat-container.open .chat-list-open-close i:before {
        content: "\f00d" !important
    }

 #chat-container.open .chat-list-open-close b {
        display: none
    }

 #chat-container .chat-list-body {
        height: 217px;
        overflow-y: scroll;
        overflow-x: hidden;
        display: block;
        padding: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: #f2f4f8
    }

 #chat-container #chat-users {
        list-style: none;
        margin: 10px 0;
        padding: 0
    }

 #chat-container #chat-users li {
            margin-bottom: 3px;
            margin-left: 5px
        }

 #chat-container #chat-users li a {
                display: block;
                font-size: 13px;
                color: #3d3d3d;
                text-decoration: none !important;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                padding: 3px 8px 3px 3px;
                line-height: 33px;
                vertical-align: middle
            }

 #chat-container #chat-users li a:hover {
                    background: #e0e4ee
                }

 #chat-container #chat-users li a img {
                    width: 33px;
                    height: auto;
                    margin-right: 10px
                }

 #chat-container #chat-users li a i {
                    color: #ACACAC;
                    font-size: 8px;
                    line-height: 34px;
                    font-style: normal
                }

 #chat-container #chat-users li a i.last-online {
                        font-size: 12px;
                        letter-spacing: -1px
                    }

 #chat-container .chat-list-footer {
        overflow: hidden;
        border-top: 1px solid #CCC;
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

 #chat-container .chat-list-footer input[type=text] {
            border: 1px solid #bababa !important
        }

 #chat-container .control-group {
        padding: 0
    }

 .chat-body {
    background: #FAFAFA;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom,#f5fcff 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
    box-shadow: inset 2px 2px 5px rgba(0,0,0,.04);
    -moz-box-shadow: inset -2px -2px 5px rgba(0,0,0,.04);
    display: block;
    height: 270px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #fff;
    border-top: none
}

 .chat-body ul {
        margin: 0;
        padding: 0
    }

 .chat-body li.message {
        display: block;
        position: relative;
        margin: 20px 20px 0
    }

 .chat-body li:first-child {
        margin-top: 10px
    }

 .chat-body li.message img {
        display: inline-block;
        border-left: 4px solid #fff;
        position: absolute
    }

 .chat-body li.message img.online {
            border-left-color: #00a300
        }

 .chat-body li.message img.offline {
            border-left-color: #ddd
        }

 .chat-body li.message img.busy {
            border-left-color: #A90329
        }

 .chat-body li.message img.away {
            border-left-color: #ffc40d
        }

 .chat-body li.message .message-text {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0;
        margin-left: 65px;
        line-height: normal
    }

 .chat-body li.message .message-text time {
            position: absolute;
            top: 1px;
            right: 0;
            font-size: 10px;
            line-height: 10px;
            color: #AFAFAF
        }

 .chat-body li.message .message-text .chat-file:nth-child(3) {
            margin-top: 15px
        }

 .chat-body li.message .message-text .chat-file {
            display: block;
            margin: 3px 0;
            padding: 4px;
            border: 1px dotted #ddd;
            background: rgba(0,0,0,.05);
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            text-align: right;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box
        }

 .chat-body li.message .message-text .chat-file.row-fluid [class*=span] {
                min-height: 10px !important
            }

 .chat-body li.message .message-text .chat-file b {
                font-style: italic;
                white-space: nowrap;
                width: 250px;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: left
            }

 .chat-body li.message .message-text a.username {
            display: block;
            font-weight: 700;
            margin-bottom: 4px;
            vertical-align: top;
            line-height: 14px;
            font-size: 14px;
            letter-spacing: -1px;
            text-decoration: none !important
        }

 .profile-message {
    background: none !important;
    height: auto !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    overflow: hidden
}

 .profile-message li.message.message-reply {
        margin-left: 85px !important;
        background: #F7F7F7;
        padding: 10px;
        margin: 3px 0 0 20px
    }

 .profile-message li.message.message-reply img {
            width: 35px !important
        }

 .profile-message li.message.message-reply .message-text {
            margin-left: 45px !important
        }

 .profile-message .wall-comment-reply {
        margin-left: 85px;
        margin-bottom: 20px
    }

 .chat-footer {
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
    padding: 0 10px 15px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

 .textarea-div {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-bottom: none;
    margin: 10px 0 0
}

 .typearea {
    cursor: text;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90px;
    padding: 5px 25px 5px 5px;
    position: relative;
    border-bottom: 1px solid #EEE
}

 .typearea textarea {
        width: 100%;
        border-color: transparent !important;
        box-sizing: border-box;
        box-shadow: none;
        -moz-box-shadow: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-shadow: none;
        overflow: hidden;
        padding: 0;
        margin: 0;
        transition: height .2s;
        outline: 0;
        resize: none;
        min-height: 61px
    }

 textarea.clone {
    position: absolute;
    visibility: hidden
}

 .textarea-controls {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px;
    display: block;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-top: none;
    height: 43px;
    line-height: 33px;
    overflow: hidden
}

 .textarea-controls > label {
        margin: 3px 10px 0
    }

 .textarea-controls .smart-form .checkbox {
        padding-left: 22px !important
    }

 @media (min-width:768px) and (max-width:880px) {
    .chat-body li.message .message-text .chat-file b {
        width: 150px
    }
}

 @media only screen and (min-width:320px) and (max-width:479px) {
    .chat-body li.message .message-text .chat-file b {
        width: 150px
    }
}

 @media (max-width:480px) {
    .chat-body li.message .message-text .chat-file b {
        width: 150px
    }
}

 .smart-form *, .smart-form :after, .smart-form :before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

 .smart-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

 .smart-form .checkbox + .checkbox, .smart-form .radio + .radio {
    margin-top: 0
}

 .smart-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    cursor: pointer
}

 .smart-form legend {
    padding-top: 15px
}

 .smart-form {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative
}

 .smart-form header {
        display: block;
        padding: 8px 0;
        border-bottom: 1px dashed rgba(0,0,0,.2);
        background: #fff;
        font-size: 16px;
        font-weight: 300;
        color: #232323;
        margin: 10px 14px 0
    }

 .smart-form fieldset {
        display: block;
        padding: 25px 14px 5px;
        border: none;
        background: rgba(255,255,255,.9);
        position: relative
    }

 .smart-form fieldset + fieldset {
            border-top: 1px solid rgba(0,0,0,.1)
        }

 .smart-form section {
        margin-bottom: 15px;
        position: relative
    }

 .smart-form footer {
        display: block;
        padding: 7px 14px 15px;
        border-top: 1px solid rgba(0,0,0,.1);
        background: rgba(248,248,248,.9)
    }

 .smart-form footer:after {
            content: '';
            display: table;
            clear: both
        }

 .smart-form .label {
        display: block;
        margin-bottom: 6px;
        line-height: 19px;
        font-weight: 400;
        font-size: 13px;
        color: #333;
        text-align: left;
        white-space: normal
    }

 .smart-form .label.col {
            margin: 0;
            padding-top: 7px
        }

 .note, .smart-form .note {
        margin-top: 6px;
        padding: 0 1px;
        font-size: 11px;
        line-height: 15px;
        color: #999
    }

 .smart-form .note a {
            font-size: 13px
        }

 .smart-form .button, .smart-form .checkbox, .smart-form .input, .smart-form .radio, .smart-form .select, .smart-form .textarea, .smart-form .toggle {
        position: relative;
        display: block;
        font-weight: 400
    }

 .smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
            display: block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            width: 100%;
            height: 32px;
            line-height: 32px;
            padding: 5px 10px;
            outline: 0;
            border-width: 1px;
            border-style: solid;
            border-radius: 0;
            background: #fff;
            font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
            color: #404040;
            appearance: normal;
            -moz-appearance: none;
            -webkit-appearance: none
        }

 .smart-form .input-file .button {
        position: absolute;
        top: 4px;
        right: 4px;
        float: none;
        height: 22px;
        margin: 0;
        padding: 0 14px;
        font-size: 13px;
        line-height: 22px
    }

 .smart-form .input-file .button:hover {
            box-shadow: none
        }

 .smart-form .input-file .button input {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0;
            font-size: 30px;
            cursor: pointer;
            opacity: 0
        }

 .smart-form .select i {
        position: absolute;
        top: 10px;
        right: 11px;
        width: 5px;
        height: 11px;
        background: #fff;
        box-shadow: 0 0 0 9px #fff
    }

 .smart-form .select i:after, .smart-form .select i:before {
            content: '';
            position: absolute;
            right: 0;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent
        }

 .smart-form .select i:after {
            bottom: 0;
            border-top: 4px solid #404040
        }

 .smart-form .select i:before {
            top: 0;
            border-bottom: 4px solid #404040
        }

 .smart-form .select-multiple select {
        height: auto
    }

 .smart-form .textarea textarea {
        height: auto;
        resize: none
    }

 .smart-form .textarea-resizable textarea {
        resize: vertical
    }

 .smart-form .textarea-expandable textarea {
        height: 31px
    }

 .smart-form .textarea-expandable textarea:focus {
            height: auto
        }

 .smart-form .checkbox, .smart-form .radio {
        margin-bottom: 4px;
        padding-left: 25px;
        line-height: 25px;
        color: #404040;
        cursor: pointer;
        font-size: 13px
    }

 .smart-form .checkbox:last-child, .smart-form .radio:last-child {
            margin-bottom: 0
        }

 .smart-form .checkbox input, .smart-form .radio input {
            position: absolute;
            left: -9999px
        }

 .smart-form .checkbox i, .smart-form .radio i {
            position: absolute;
            top: 3px;
            left: 0;
            display: block;
            width: 17px;
            height: 17px;
            outline: 0;
            border-width: 1px;
            border-style: solid;
            background: #FFF
        }

 .smart-form .radio i {
            border-radius: 50%
        }

 .smart-form .checkbox input + i:after, .smart-form .radio input + i:after {
            position: absolute;
            opacity: 0;
            transition: opacity .1s;
            -o-transition: opacity .1s;
            -ms-transition: opacity .1s;
            -moz-transition: opacity .1s;
            -webkit-transition: opacity .1s
        }

 .smart-form .radio input + i:after {
            content: '';
            top: 4px;
            left: 4px;
            width: 9px;
            height: 9px;
            border-radius: 50%
        }

 .smart-form .checkbox input + i:after {
            content: '\f00c';
            top: -1px;
            left: 1px;
            width: 15px;
            height: 15px;
            font: 400 16px/19px FontAwesome;
            text-align: center
        }

 .smart-form .checkbox input:checked:hover + i:after {
            content: '\f00d'
        }

 .smart-form .checkbox input:checked:disabled:hover + i:after {
            content: '\f00c'
        }

 .smart-form .checkbox input:checked + i:after, .smart-form .radio input:checked + i:after {
            opacity: 1
        }

 .smart-form .inline-group {
        margin: 0 -15px -4px 0
    }

 .smart-form .inline-group:after {
            content: '';
            display: table;
            clear: both
        }

 .smart-form .inline-group .checkbox, .smart-form .inline-group .radio {
            float: left;
            margin-right: 30px
        }

 .smart-form .inline-group .checkbox:last-child, .smart-form .inline-group .radio:last-child {
                margin-bottom: 4px
            }

 .smart-form .toggle {
        margin-bottom: 4px;
        padding-right: 61px;
        font-size: 15px;
        line-height: 25px;
        color: #404040;
        cursor: pointer
    }

 .smart-form .toggle:last-child {
            margin-bottom: 0
        }

 .smart-form .toggle input {
            position: absolute;
            left: -9999px
        }

 .smart-form .toggle i {
            content: '';
            position: absolute;
            top: 4px;
            right: 0;
            display: block;
            width: 49px;
            height: 17px;
            border-width: 1px;
            border-style: solid;
            border-radius: 12px;
            background: #fff
        }

 .smart-form .toggle i:after {
                content: attr(data-swchoff-text);
                position: absolute;
                top: 2px;
                right: 8px;
                left: 8px;
                font-style: normal;
                font-size: 9px;
                line-height: 13px;
                font-weight: 700;
                text-align: left;
                color: #5f5f5f
            }

 .smart-form .toggle i:before {
                content: '';
                position: absolute;
                z-index: 1;
                top: 4px;
                right: 4px;
                display: block;
                width: 9px;
                height: 9px;
                border-radius: 50%;
                opacity: 1;
                transition: right .2s;
                -o-transition: right .2s;
                -ms-transition: right .2s;
                -moz-transition: right .2s;
                -webkit-transition: right .2s
            }

 .smart-form .toggle input:checked + i:after {
            content: attr(data-swchon-text);
            text-align: right
        }

 .smart-form .toggle input:checked + i:before {
            right: 36px
        }

 .smart-form .rating {
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 25px;
        color: #404040
    }

 .smart-form .rating:last-child {
            margin-bottom: 0
        }

 .smart-form .rating input {
            position: absolute;
            left: -9999px
        }

 .smart-form .rating label {
            display: block;
            float: right;
            height: 17px;
            margin-top: 5px;
            padding: 0 2px;
            font-size: 17px;
            line-height: 17px;
            cursor: pointer
        }

 .smart-form .button {
        float: right;
        height: 31px;
        overflow: hidden;
        margin: 10px 0 0 5px;
        padding: 0 25px;
        outline: 0;
        border: 0;
        font: 300 15px/31px 'Open Sans',Helvetica,Arial,sans-serif;
        text-decoration: none;
        color: #fff;
        cursor: pointer
    }

 .smart-form .icon-append, .smart-form .icon-prepend {
        position: absolute;
        top: 5px;
        width: 22px;
        height: 22px;
        font-size: 14px;
        line-height: 22px;
        text-align: center
    }

 .smart-form .icon-append {
        right: 5px;
        padding-left: 3px;
        border-left-width: 1px;
        border-left-style: solid
    }

 .smart-form .icon-prepend {
        left: 5px;
        padding-right: 3px;
        border-right-width: 1px;
        border-right-style: solid
    }

 .smart-form .input .icon-prepend + input, .smart-form .textarea .icon-prepend + textarea {
        padding-left: 37px
    }

 .smart-form .input .icon-append + input, .smart-form .textarea .icon-append + textarea {
        padding-right: 37px
    }

 .smart-form .input .icon-prepend + .icon-append + input, .smart-form .textarea .icon-prepend + .icon-append + textarea {
        padding-left: 37px
    }

 .smart-form .row {
        margin: 0 -15px
    }

 .smart-form .row:after {
            content: '';
            display: table;
            clear: both
        }

 .smart-form .col {
        float: left;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

 .smart-form .col-1 {
        width: 8.33%
    }

 .smart-form .col-2 {
        width: 16.66%
    }

 .smart-form .col-3 {
        width: 25%
    }

 .smart-form .col-4 {
        width: 33.33%
    }

 .smart-form .col-5 {
        width: 41.66%
    }

 .smart-form .col-6 {
        width: 50%
    }

 .smart-form .col-8 {
        width: 66.67%
    }

 .smart-form .col-9 {
        width: 75%
    }

 .smart-form .col-10 {
        width: 83.33%
    }

 @media screen and (max-width:600px) {
    .smart-form .col {
        float: none;
        width: 100%
    }
}

 .smart-form .select select {
    padding: 5px
}

 .smart-form .tooltip {
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0,0,0,.9);
    color: #fff;
    opacity: 0;
    transition: margin .3s,opacity .3s;
    -o-transition: margin .3s,opacity .3s;
    -ms-transition: margin .3s,opacity .3s;
    -moz-transition: margin .3s,opacity .3s;
    -webkit-transition: margin .3s,opacity .3s
}

 .smart-form .tooltip:after {
        content: '';
        position: absolute
    }

 .smart-form .input input:focus + .tooltip, .smart-form .textarea textarea:focus + .tooltip {
    opacity: 1
}

 .smart-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px
}

 .smart-form .tooltip-top-right:after {
        top: 100%;
        right: 11px;
        border-top: 4px solid rgba(0,0,0,.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent
    }

 .smart-form .input input:focus + .tooltip-top-right, .smart-form .textarea textarea:focus + .tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px
}

 .smart-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px
}

 .smart-form .tooltip-top-left:after {
        top: 100%;
        left: 11px;
        border-top: 4px solid rgba(0,0,0,.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent
    }

 .smart-form .input input:focus + .tooltip-top-left, .smart-form .textarea textarea:focus + .tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px
}

 .smart-form .tooltip-right {
    top: 4px;
    white-space: nowrap;
    margin-left: 15px
}

 .smart-form .tooltip-right:after {
        top: 6px;
        right: 100%;
        border-top: 4px solid transparent;
        border-right: 4px solid rgba(0,0,0,.9);
        border-bottom: 4px solid transparent
    }

 .smart-form .input input:focus + .tooltip-right, .smart-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px
}

 .smart-form .tooltip-left {
    top: 4px;
    white-space: nowrap;
    margin-right: 15px
}

 .smart-form .tooltip-left:after {
        top: 6px;
        left: 100%;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid rgba(0,0,0,.9)
    }

 .smart-form .input input:focus + .tooltip-left, .smart-form .textarea textarea:focus + .tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px
}

 .smart-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px
}

 .smart-form .tooltip-bottom-right:after {
        bottom: 100%;
        right: 11px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0,0,0,.9);
        border-left: 4px solid transparent
    }

 .smart-form .input input:focus + .tooltip-bottom-right, .smart-form .textarea textarea:focus + .tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px
}

 .smart-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px
}

 .smart-form .tooltip-bottom-left:after {
        bottom: 100%;
        left: 11px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0,0,0,.9);
        border-left: 4px solid transparent
    }

 .smart-form .input input:focus + .tooltip-bottom-left, .smart-form .textarea textarea:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px
}

 .smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
    border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s
}

 .smart-form .toggle i:before {
        background-color: #3276B1
    }

 .smart-form .rating label {
    color: #ccc;
    transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s
}

 .smart-form .button {
    background-color: #3276B1;
    opacity: .8;
    transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s
}

 .smart-form .button.button-secondary {
        background-color: #b3b3b3
    }

 .smart-form .icon-append, .smart-form .icon-prepend {
    color: #A2A2A2
}

 .smart-form .checkbox:hover i, .smart-form .input:hover input, .smart-form .radio:hover i, .smart-form .select:hover select, .smart-form .textarea:hover textarea, .smart-form .toggle:hover i {
    border-color: #5D98CC
}

 .smart-form .rating input + label:hover, .smart-form .rating input + label:hover ~ label {
    color: #3276B1
}

 .smart-form .button:hover {
    opacity: 1
}

 .smart-form .checkbox:hover i, .smart-form .radio:hover i, .smart-form .toggle:hover i {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

 .smart-form .checkbox:active i, .smart-form .radio:active i, .smart-form .toggle:active i {
    background: #F0F0F0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

 .smart-form .checkbox input:focus + i, .smart-form .input input:focus, .smart-form .radio input:focus + i, .smart-form .select select:focus, .smart-form .textarea textarea:focus, .smart-form .toggle input:focus + i {
    border-color: #3276B1
}

 .smart-form .radio input + i:after {
    background-color: #3276B1
}

 .smart-form .checkbox input + i:after {
    color: #3276B1
}

 .smart-form .checkbox input:checked + i, .smart-form .radio input:checked + i, .smart-form .toggle input:checked + i {
    border-color: #3276B1
}

 .smart-form .rating input:checked ~ label {
    color: #3276B1
}

 .smart-form .checkbox.state-error i, .smart-form .radio.state-error i, .smart-form .state-error input, .smart-form .state-error select, .smart-form .state-error textarea, .smart-form .toggle.state-error i {
    background: #fff0f0;
    border-color: #A90329
}

 .smart-form .toggle.state-error input:checked + i {
    background: #fff0f0
}

 .smart-form .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161
}

 .smart-form .rating.state-error + em {
    margin-top: -4px;
    margin-bottom: 4px
}

 .smart-form .state-error select + i {
    background: #FFF0F0;
    box-shadow: 0 0 0 9px #FFF0F0
}

 .state-error .icon-append, .state-error .icon-prepend {
    color: #ed1c24
}

 .smart-form .checkbox.state-success i, .smart-form .radio.state-success i, .smart-form .state-success input, .smart-form .state-success select, .smart-form .state-success textarea, .smart-form .toggle.state-success i {
    background: #f0fff0;
    border-color: #7DC27D
}

 .smart-form .toggle.state-success input:checked + i {
    background: #f0fff0
}

 .smart-form .note-success {
    color: #6fb679
}

 .smart-form .state-success select + i {
    background: #f0fff0;
    box-shadow: 0 0 0 9px #f0fff0
}

 .smart-form .button.state-disabled, .smart-form .checkbox.state-disabled, .smart-form .input.state-disabled input, .smart-form .radio.state-disabled, .smart-form .select.state-disabled, .smart-form .textarea.state-disabled, .smart-form .toggle.state-disabled {
    cursor: default !important;
    opacity: .6 !important
}

 .smart-form .checkbox.state-disabled:hover i, .smart-form .input.state-disabled:hover input, .smart-form .radio.state-disabled:hover i, .smart-form .select.state-disabled:hover select, .smart-form .textarea.state-disabled:hover textarea, .smart-form .toggle.state-disabled:hover i {
        border-color: #e5e5e5 !important
    }

 .smart-form .state-disabled.checkbox input + i:after, .smart-form .state-disabled.checkbox input:checked + i, .smart-form .state-disabled.radio input + i:after, .smart-form .state-disabled.radio input:checked + i, .smart-form .state-disabled.toggle input:checked + i {
    border-color: #e5e5e5 !important;
    color: #333 !important
}

 .smart-form .state-disabled.radio input + i:after {
    background-color: #333
}

 .smart-form .message {
    display: none;
    color: #6fb679
}

 .smart-form .message i {
        display: block;
        margin: 0 auto 20px;
        width: 81px;
        height: 81px;
        border: 1px solid #6fb679;
        border-radius: 50%;
        font-size: 30px;
        line-height: 81px
    }

 .smart-form.submited fieldset, .smart-form.submited footer {
    display: none
}

 .smart-form.submited .message {
    display: block;
    padding: 25px 30px;
    background: rgba(255,255,255,.9);
    font: 300 18px/27px 'Open Sans',Helvetica,Arial,sans-serif;
    text-align: center
}

 .smart-form .ui-widget-content .ui-spinner-input {
    margin: 0;
    border: 0;
    box-shadow: none !important;
    height: 29px
}

 .smart-form-modal {
    position: fixed;
    z-index: 1;
    display: none;
    width: 400px
}

 .smart-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7)
}

 .ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

 .ui-timepicker-div dl {
    text-align: left
}

 .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px
    }

 .ui-timepicker-div dl dd {
        margin: 17px 10px 12px 40%
    }

 .ui-timepicker-div td {
    font-size: 90%
}

 .ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

 .ui-timepicker-rtl {
    direction: rtl
}

 .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0
    }

 .ui-timepicker-rtl dl dt {
            float: right;
            clear: right
        }

 .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px
        }

 .smart-form input.input-lg {
    height: 44px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33
}

 .smart-form input.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

 .smart-form input.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5
}

 .smart-form select.input-sm {
    height: 30px;
    line-height: 15px;
    font-size: 12px
}

 .smart-form select.input-sm + i {
        height: 10px
    }

 .smart-form select.input-lg {
    height: 44px;
    line-height: 22px;
    font-size: 17px
}

 .smart-form select.input-lg + i {
        height: 11px;
        top: 17px
    }

 .smart-form .checkbox input + input[type=hidden] + i:after {
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 16px/19px FontAwesome;
    text-align: center
}

 .smart-form .checkbox input:checked:hover + input[type=hidden] + i:after {
    content: '\f00d'
}

 .smart-form .checkbox input:checked:disabled:hover + input[type=hidden] + i:after {
    content: '\f00c'
}

 .smart-form .checkbox input:checked + input[type=hidden] + i:after {
    opacity: 1
}

 .smart-form .toggle input:checked + input[type=hidden] + i:after {
    content: attr(data-swchon-text);
    text-align: right
}

 .smart-form .toggle input:checked + input[type=hidden] + i:before {
    right: 36px
}

 .error-box {
    max-width: 900px;
    margin: 0 auto
}

 .error-text {
    font-weight: 400;
    color: #fff;
    letter-spacing: -4px;
    font-size: 700%;
    margin-bottom: 30px;
    text-shadow: 0 1px 0 #ccc,0 2px 0 #bfbfbf,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15)
}

 .error-search {
    width: 300px;
    margin: 0 auto 20px
}

 .error-icon-shadow {
    text-shadow: 0 1px 0 #803838,0 2px 0 #a85d5d,0 3px 0 #b86565,0 4px 0 #d86f6f,0 5px 0 #b3a5a5,0 6px 1px rgba(131,51,51,.1),0 0 5px rgba(102,30,30,.1),0 1px 3px rgba(95,15,15,.3),0 3px 5px rgba(100,23,23,.2),0 5px 10px rgba(114,30,30,.25),0 10px 10px rgba(94,15,15,.2),0 20px 20px rgba(121,38,38,.15)
}

 .display-image {
    margin-top: -60px;
    margin-right: 20px
}

 .terms-body {
    max-height: 400px;
    overflow: auto
}

 #extr-page {
    background: #fff;
    overflow: visible
}

 #extr-page .container {
        border: none
    }

 #extr-page #header {
        margin: 0;
        height: 71px;
        border-bottom: 1px solid #eee !important;
        overflow: hidden;
        padding: 0 30px;
        border-width: 0;
        min-height: 28px;
        background: #f4f4f4 !important
    }

 #extr-page #main {
        padding-top: 20px
    }

 #extr-page #header #logo {
        margin-top: 22px;
        margin-left: 0
    }

 #extr-page #header #logo img {
            width: 137px
        }

 #extr-page-header-space {
    float: right;
    text-align: right;
    display: block;
    vertical-align: middle;
    line-height: 71px
}

 #extr-page-header-space > :first-child {
        font-size: 13px;
        margin-right: 14px;
        vertical-align: -3px;
        font-weight: 400
    }

 #extr-page-header-space .btn {
        font-weight: 700;
        text-transform: uppercase
    }

 #extr-page-header-space > * {
        display: inline-block
    }

 #extr-page #main {
    background: #fff;
    margin: 0
}

 #extr-page .hero {
    background-image: url(/content/img/gradient/login.png);
    background-repeat: no-repeat;
    background-position: 0 137px;
    height: 360px;
    width: 100%;
    float: left
}

 #extr-page h4.paragraph-header {
    color: #565656;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
    width: 270px
}

 #extr-page h5.about-heading {
    color: #565656;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 5px
}

 #extr-page .login-header-big {
    font-weight: 400
}

 #extr-page .login-desc-box-l {
    min-height: 350px;
    width: 50%
}

 #extr-page .login-app-icons {
    vertical-align: top;
    margin-top: 90px;
    width: 300px
}

 @media (min-width:768px) and (max-width:880px) {
    #extr-page #header {
        padding: 0 5px !important
    }
}

 @media only screen and (min-width:0) and (max-width:679px) {
    #extr-page #header {
        padding: 0 5px !important
    }

        #extr-page #header #logo img {
            width: 135px
        }

        #extr-page #header #logo {
            margin-top: 22px
        }
}

 .dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}

 .dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

 .dd-list .dd-list {
        padding-left: 30px
    }

 .dd-collapsed .dd-list {
    display: none
}

 .dd-empty, .dd-item, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px
}

 .dd-handle {
    display: block;
    font-size: 15px;
    margin: 5px 0;
    padding: 7px 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb
}

 .dd-item > button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 7px 10px;
    line-height: 22px !important;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: rgba(0,0,0,0);
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px
}

 .dd-item > button:before {
        content: '\f055';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #0091d9
    }

 .dd-item > button[data-action=collapse]:before {
        content: '\f056';
        color: #a90329
    }

 .dd-empty, .dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

 .dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #eee;
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px
}

 .dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999
}

 .dd-dragel > .dd-item .dd-handle {
        margin-top: 0
    }

 .dd-dragel .dd-handle {
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1)
    }

 .nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf
}

 #nestable-menu {
    padding: 0;
    margin: 10px 0 20px
}

 #nestable-output, #nestable2-output {
    width: 100%;
    padding: 5px
}

 @media only screen and (min-width:700px) {
    .dd {
        float: left;
        width: 100%
    }

        .dd + .dd {
            margin-left: 2%
        }
}

 .dd-hover > .dd-handle {
    background: #2ea8e5 !important
}

 .dd3-content {
    display: block;
    margin: 5px 0;
    padding: 6px 10px 8px 40px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb
}

 .dd3-content:hover {
        color: #2ea8e5;
        background: #fff
    }

 .dd-dragel > .dd3-item > .dd3-content {
    margin: 0
}

 .dd3-item > button {
    margin-left: 38px
}

 .dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #bfbfbf;
    background: linear-gradient(top,#ddd 0,#bbb 100%);
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding: 8px 15px
}

 .dd3-handle:before {
        content: '\f0c9';
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #818181;
        font-weight: 400;
        line-height: 28px
    }

 .dd3-handle:hover:before {
        color: #C27616
    }

 .dd-handle:hover, .dd-handle:hover + .dd-list .dd-handle {
    background: #FDDFB3 !important;
    border: 1px solid #FAA937;
    color: #333 !important
}

 .dd-handle > span {
    font-size: 13px;
    color: #777
}

 .dd-dragel > .dd-item > .dd-handle {
    border-left-width: 4px
}

 .dd-dragel > li.dd-item.dd3-item {
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 999
}

 #calendar-container {
    position: relative
}

 .fc table, html .fc {
    font-size: 12px
}

 .dt-header.calender-spacer {
    height: 46px;
    display: block
}

 .jarviswidget #calendar {
    margin-top: -18px
}

 .fc-widget-content, .fc-widget-header {
    border-right: none
}

 tr td.fc-first, tr.fc-first th.fc-first {
    border-left: none
}

 tr.fc-last td {
    border-bottom: none
}

 .jarviswidget .fc-header-title h2 {
    text-shadow: 0 1px 0 #fff;
    margin-top: -12px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0
}

 .fc-event-time, .fc-event-title {
    padding: 3px 0 2px 3px;
    display: inline-block;
    line-height: 16px;
    font-weight: 700;
    font-size: 11px;
    box-sizing: border-box
}

 #calendar-buttons {
    position: absolute;
    right: 14px;
    top: 5px
}

 .dropzone, td.fc-other-month {
    background-image: linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
    background-color: #FAFCFD;
    background-size: 16px 16px
}

 .fc-corner-right .fc-event-inner {
    padding-right: 15px
}

 .btn-select-tick i {
    display: none
}

 .btn-select-tick .btn:hover i {
    opacity: .3;
    display: block
}

 .btn-select-tick .active i {
    display: block;
    opacity: 1 !important
}

 #external-events > li {
    margin: 6px 4px 6px 0;
    display: inline-block
}

 #external-events > li > :first-child {
        padding: 5px 10px 10px;
        cursor: move;
        display: block
    }

 #external-events > li > :first-child:after {
            color: #fff;
            color: rgba(255,255,255,.7);
            content: attr(data-description);
            font-size: 11px;
            font-weight: 400;
            display: block;
            line-height: 0;
            margin: 7px 0;
            text-transform: lowercase
        }

 .table-wrap {
    overflow: auto
}

 .inbox-body {
    position: relative
}

 .inbox-body .table-wrap {
        background: #fff;
        padding: 10px 14px 7px;
        position: relative;
        margin-left: 200px;
        overflow-x: hidden
    }

 .inbox-body.no-content-padding {
        margin-top: 0;
        background: #fff;
        overflow: hidden
    }

 .inbox-nav-bar {
    height: 70px;
    margin-bottom: 0;
    padding: 20px 14px;
    background: #fff
}

 .inbox-nav-bar .page-title {
        display: inline-block;
        margin: 0;
        width: 196px;
        line-height: 33px;
        vertical-align: middle
    }

 .inbox-footer {
    position: absolute;
    bottom: -53px
}

 .inbox-footer .btn-group, .inbox-paging {
        margin-left: 10px
    }

 #inbox-table {
    font-size: 13px;
    border-top: none;
    border-left-color: transparent !important;
    border-right-color: transparent !important
}

 #inbox-table tbody tr:hover {
        cursor: pointer;
        background: #E4E4E4
    }

 #inbox-table tr td {
        border-right: none;
        border-left: none;
        line-height: 26px;
        padding: 6px 4px 7px !important
    }

 #inbox-table .inbox-table-icon {
        padding-left: 15px !important
    }

 #inbox-table tbody tr th {
        overflow: hidden
    }

 #inbox-table.table tbody > tr > td {
        border-color: #fff !important
    }

 #inbox-table .checkbox, #inbox-table .radio {
        margin-top: -1px;
        margin-bottom: 0
    }

 .inbox-data-attachment, .inbox-table-icon {
    width: 28px;
    text-align: left;
    padding-left: 12px !important;
    padding-right: 0 !important
}

 .inbox-data-from {
    width: 200px
}

 .inbox-data-from > :first-child {
        width: 200px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

 .inbox-data-date {
    width: 80px;
    padding-left: 7px !important;
    padding-right: 0 !important
}

 .inbox-data-message > :first-child {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 27px;
    color: #8A8A8A
}

 .inbox-data-message > :first-child span {
        color: #111
    }

 .inbox-data-message > :first-child span.label {
            color: #fff
        }

 .inbox-data-message > :first-child > :first-child:after {
        content: " - "
    }

 .unread td {
    background: #fff
}

 .unread .inbox-data-date > :first-child, .unread .inbox-data-from > :first-child, .unread .inbox-data-message > :first-child > :first-child {
    font-weight: 700
}

 tr.highlight td, tr.unread.highlight td {
    background: #ffc !important;
    color: #333
}

 .inbox-checkbox-triggered {
    display: inline-block
}

 .inbox-checkbox-triggered > .btn-group {
        margin-right: 10px
    }

 .inbox-checkbox-triggered > .btn-group .btn {
            padding-left: 14px;
            padding-right: 14px
        }

 .inbox-side-bar {
    height: 100%;
    position: absolute;
    background: #fff;
    display: block;
    width: 200px;
    padding: 10px 0 10px 14px;
    -webkit-overflow-scrolling: touch;
    z-index: 1
}

 .inbox-side-bar::-webkit-scrollbar {
        width: 0 !important
    }

 .inbox-side-bar h6 {
        font-weight: 400;
        font-size: 11px;
        display: block;
        padding: 0 15px;
        text-transform: uppercase;
        color: #838383
    }

 .inbox-side-bar h6 a {
            font-size: 14px;
            margin-top: -2px
        }

 .inbox-side-bar h6 .tooltip {
            text-transform: none !important
        }

 .inbox-side-bar > .btn {
        margin-bottom: 35px
    }

 .inbox-side-bar .input-group {
        margin-bottom: 25px
    }

 #compose-mail-mini {
    margin-left: 4px
}

 .inbox-space {
    display: block;
    width: 185px
}

 .inbox-space > .progress {
        margin-top: 5px
    }

 .inbox-menu-lg {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

 .inbox-menu-lg li a {
        display: block;
        padding: 6px 15px 7px;
        font-size: 13px;
        color: #333
    }

 .inbox-menu-lg li {
        display: block;
        width: 100%
    }

 .inbox-menu-lg li a:hover {
            text-decoration: none;
            background: #f4f4f4
        }

 .inbox-menu-lg li.active a {
            font-weight: 700;
            background: #F0F0F0;
            border-bottom: 1px solid #E7E7E7;
            color: #3276b1
        }

 .inbox-menu-sm {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

 .inbox-menu-sm li a {
        display: block;
        padding: 8px 15px 10px;
        font-size: 13px;
        color: #333
    }

 .inbox-menu-sm li {
        display: block;
        width: 100%
    }

 .inbox-menu-sm li a:hover {
            text-decoration: none;
            background: #f4f4f4
        }

 .inbox-menu-sm li.active a {
            font-weight: 700;
            background: #F0F0F0;
            border-bottom: 1px solid #E7E7E7;
            color: #3276b1
        }

 .email-open-header {
    margin: -10px 0 0 0;
    font-size: 20px;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #eee;
    padding: 15px 3px
}

 .email-open-header > span {
        font-size: 10px;
        font-weight: 400;
        padding: 3px 5px;
        letter-spacing: normal;
        text-transform: uppercase;
        vertical-align: middle;
        line-height: 33px;
        background: #ACACAC
    }

 .inbox-info-bar {
    padding: 10px 0;
    border-bottom: 1px solid #bfbfbf
}

 .inbox-info-bar img {
        width: 35px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        margin-left: 2px;
        border-left: 3px solid #fff
    }

 .inbox-download, .inbox-message {
    padding: 15px 4px;
    border-bottom: 1px solid #bfbfbf
}

 .inbox-download-list {
    list-style: none;
    margin: 5px 0 0;
    padding: 0
}

 .inbox-download-list li {
        display: inline-block;
        margin: 0 5px 0 0;
        vertical-align: top
    }

 .inbox-download-list li > :first-child {
            margin-bottom: 0;
            width: 150px;
            overflow: hidden
        }

 .inbox-download-list li > :first-child:hover {
                background: #fff;
                border-color: silver
            }

 .inbox-download-list li > :first-child > :first-child {
                text-align: center;
                display: block;
                color: #D6D6D6
            }

 .inbox-download-list li > :first-child > :first-child > .fa {
                    font-size: 150px
                }

 .inbox-download-list li > :first-child > :first-child > img {
                    max-width: 120px
                }

 .inbox-compose-footer {
    padding: 10px;
    background: #F5F5F5;
    border-bottom: 1px solid #A9A9A9
}

 .inbox-compose-footer, .inbox-download, .inbox-info-bar, .inbox-message {
    margin-right: 240px;
    position: relative
}

 .email-infobox {
    display: block;
    width: 180px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 0;
    padding-top: 15px;
    position: absolute;
    top: 65px;
    right: 15px
}

 .inbox-info-bar .form-group {
    margin: 0
}

 .inbox-info-bar .form-group input, .inbox-info-bar .select2-container-multi .select2-choices {
        border-color: #fff !important
    }

 .inbox-info-bar .select2-choices > div {
    display: none
}

 .inbox-info-bar .col-md-1, .inbox-info-bar .col-md-11 {
    padding-left: 0;
    padding-right: 0
}

 .fileinput {
    padding-top: 3px
}

 .hidden {
    display: none
}

 .inbox-info-bar em {
    position: absolute;
    top: 6px;
    right: 20px;
    text-align: right;
    font-style: normal
}

 .email-reply-text > div {
    border-left: 1px solid #D6D6D6;
    padding-left: 10px;
    margin-left: 50px;
    color: #A9A9A9
}

 .inbox-body .note-editor .note-editable {
    height: 100% important
}

 .email-reply-text > :first-child {
    padding-left: 45px
}

 @media (max-width:1280px) {
    .inbox-compose-footer, .inbox-info-bar, .inbox-message {
        margin-right: 0
    }

    .email-infobox {
        display: none
    }
}

 @media (max-width:1024px) {
    .inbox-side-bar {
        display: none !important
    }

    .inbox-body .table-wrap {
        margin-left: 0 !important
    }

    .inbox-info-bar .col-md-1, .inbox-info-bar .col-md-11 {
        padding-left: 26px;
        padding-right: 26px
    }
}

 #inbox-content .note-insert, #inbox-content [data-event=codeview], #inbox-content [data-event=showHelpDialog] {
    display: none !important
}

 #inbox-content [data-event=fullscreen] {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

 #inbox-content .note-toolbar .btn-sm {
    padding: 2px 6px 3px;
    font-size: 14px
}

 #inbox-content .note-toolbar .note-para .dropdown-menu {
    min-width: 180px
}

 .profile-pic {
    text-align: right
}

 .profile-pic > img {
        border-radius: 0;
        position: relative;
        border: 5px solid #fff;
        top: -30px;
        left: 10px;
        display: inline-block;
        text-align: right;
        z-index: 4;
        max-width: 100px;
        margin-bottom: -30px
    }

 .profile-carousel .carousel-inner {
    max-height: 150px
}

 .friends-list li {
    margin-bottom: 10px;
    margin-right: 3px;
    padding: 0
}

 .friends-list img {
    width: 35px;
    border: 1px solid #fff;
    outline: 1px solid #bfbfbf
}

 .profile-link-btn {
    color: #999;
    font-size: 14px
}

 time.icon {
    font-size: 14px;
    display: block;
    position: relative;
    width: 35px;
    height: 43px;
    background-color: #fff;
    margin: 3px auto;
    border-radius: 7px;
    box-shadow: 0 1px 0 #bdbdbd,0 2px 0 #fff,0 3px 0 #EEE9E9,0 4px 0 #fff,0 5px 0 #FFF,0 0 0 1px #D3D3D3;
    overflow: hidden
}

 time.icon * {
        display: block;
        width: 100%;
        font-size: 10px;
        font-weight: 700;
        font-style: normal;
        text-align: center
    }

 time.icon strong {
        position: absolute;
        top: 0;
        padding: 2px 0;
        color: #fff;
        background-color: #3a3633;
        box-shadow: 0 2px 0 #3a3633;
        border-radius: 6px 6px 0 0
    }

 time.icon em {
        position: absolute;
        bottom: 3px;
        color: #3276b1
    }

 time.icon span {
        width: 100%;
        font-size: 15px;
        letter-spacing: -.05em;
        padding-top: 21px;
        color: #2f2f2f
    }

 .user {
    display: block;
    float: left;
    width: 170px;
    margin: 0 15px 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

 .user img {
        float: left;
        width: 35px;
        margin-right: 5px
    }

 .user .email {
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

 .search-results {
    padding: 18px 5px
}

 .search-results + .search-results {
        border-top: 1px dashed #E3E3E3
    }

 .search-results > :first-child {
        margin-bottom: 4px;
        font-weight: 400
    }

 .search-results > :first-child a {
            text-decoration: underline
        }

 .search-results .url {
        font-style: normal;
        font-size: 14px
    }

 .search-results img {
        display: inline-block;
        margin-top: 4px;
        margin-right: 4px;
        width: 80px
    }

 .search-results > div {
        display: inline-block;
        vertical-align: top
    }

 .search-results .note {
        margin: 0;
        line-height: normal
    }

 .search-results .note a {
            text-decoration: none !important;
            color: #333
        }

 .search-results .note a:hover {
                color: #ed1c24
            }

 .todo-group-title {
    margin: 0;
    line-height: 31px;
    padding: 0 0 0 10px;
    background: #fafafa;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #f4f4f4;
    color: #999
}

 .todo {
    margin: 0;
    padding: 0;
    min-height: 5px;
    list-style: none
}

 .todo > li {
        display: block;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #e7e7e7;
        margin: 0 5px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RkQ1OEY4NTM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RkQ1OEY4NjM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGRDU4RjgzMzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGRDU4Rjg0Mzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pTD+wgAAACtJREFUeNpimDBhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=) 1px 11px no-repeat
    }

 .todo > li:last-child, .todo > li:only-child {
            border-bottom: none
        }

 .todo > li > :first-child {
            display: block;
            border-right: 1px solid #FFE1EB;
            height: 100%;
            padding: 6px 11px 6px 18px;
            width: 20px;
            vertical-align: top;
            position: absolute
        }

 .todo > li > :first-child:hover {
                cursor: move
            }

 .todo > li.complete > :first-child:hover {
            cursor: default
        }

 .todo > li.complete {
            background: 0 0
        }

 .todo > li > p {
            height: 100%;
            margin-left: 52px;
            border-left: 1px solid #FFE1EB;
            display: inline-block;
            padding: 8px 0 6px 7px;
            margin-bottom: 0;
            min-height: 37px;
            line-height: normal;
            font-size: 14px;
            font-weight: 500;
            color: #333
        }

 .todo > li > p > span {
                display: block;
                line-height: 12px;
                font-size: 10px;
                font-weight: 400
            }

 .todo > li > p > :first-child {
                margin-top: -5px;
                color: #999;
                margin-bottom: 4px
            }

 .todo > li > p > .date {
                color: #bfbfbf
            }

 .todo > li.complete > * {
            text-decoration: line-through;
            font-style: italic
        }

 .todo > li.ui-sortable-helper {
            border-top: 1px solid #eee;
            background: rgba(113,132,63,.1)
        }

 .smart-timeline {
    position: relative
}

 .smart-timeline-list {
    list-style: none;
    margin: 0;
    padding: 0
}

 .smart-timeline-list:after {
        content: " ";
        background-color: #eee;
        position: absolute;
        display: block;
        width: 2px;
        top: 0;
        left: 95px;
        bottom: 0;
        z-index: 1
    }

 .smart-timeline-list li {
        position: relative;
        margin: 0;
        padding: 15px 0
    }

 .smart-timeline-list > li:hover {
        background-color: #f4f4f4
    }

 .smart-timeline-hover li:hover {
    background-color: #f9f9f9
}

 .smart-timeline-icon {
    background: #3276b1;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    left: 80px;
    top: 10px;
    z-index: 100;
    padding: 2px
}

 .smart-timeline-icon > img {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        margin-top: -2px;
        margin-left: -2px;
        border: 2px solid #3276b1
    }

 .smart-timeline-time {
    float: left;
    width: 70px;
    text-align: right
}

 .smart-timeline-time > small {
        font-style: italic
    }

 .smart-timeline-content {
    margin-left: 123px
}

 .table-forum thead tr {
    background: none !important
}

 .table-forum thead tr th {
        font-size: 17px;
        font-weight: 400;
        border-bottom-color: #F1F1F1
    }

 .table-forum tr td {
    border-top-style: dashed !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

 .table-forum tr td h4 {
        font-size: 15px;
        font-weight: 700
    }

 .table-forum tr td h4 small {
            font-size: 13px;
            display: block;
            margin-top: 2px
        }

 .table-forum tr td > i {
        margin-top: 4px;
        padding-left: 10px
    }

 .table-forum tr.locked h4 > a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f023"
}

 .table-forum tr.closed h4 > a {
    text-decoration: line-through;
    color: #848484;
    cursor: not-allowed
}

 .forum-attachment {
    margin-top: 20px;
    display: block
}

 .ajax-loading-error {
    margin-top: 70px;
    display: block;
    text-align: center;
    font-size: 23px;
    font-weight: 700
}

 .ajax-notifications .ajax-loading-error {
    text-align: center;
    margin-top: 20px;
    font-size: 15px
}

 .ajax-notifications .ajax-loading-animation {
    font-size: 15px;
    text-align: center;
    margin-top: 70px
}

 .project-members a {
    display: inline-block;
    overflow: hidden;
    margin: 0 3px 0 0;
    border-radius: 0
}

 .smart-rtl.project-members a {
    margin: 0 0 0 3px
}

 .project-members img {
    width: 25px;
    border-radius: 0
}

 .projects-table > tbody > tr > td {
    padding: 7px 10px 3px !important
}

 html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: url(/content/img/mybg.png) #fff;
    position: relative
}

 body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: url(/content/img/mybg.png) #fff;
    direction: ltr
}

 body.mobile-view-activated.hidden-menu {
        overflow-x: hidden
    }

 body.modal-open {
        overflow: hidden !important
    }

 a:active, a:focus, a:hover, button, button:active, button:focus, embed, input::-moz-focus-inner, object {
    outline: 0
}

 h1, h2, h3, h4 {
    margin: 0;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-weight: 300
}

 .page-title {
    margin: 12px 0 28px
}

 .page-title span {
        font-size: 16px;
        color: #333;
        display: inline-block;
        vertical-align: 1px
    }

 label {
    font-weight: 400
}

 :focus {
    outline: 0 !important
}

 a, button, input {
    -ms-touch-action: none !important
}

 .uneditable-input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
        outline: 0;
        box-shadow: none !important
    }

 .form-control, .input-lg, .input-sm, .input-xs {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important
}

 .input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5
}

 .btn-xs {
    padding: 1px 5px
}

 .btn-sm {
    padding: 6px 10px 5px
}

 .btn-lg {
    padding: 10px 16px
}

 .no-space {
    margin: 0
}

 .no-space > [class*=col-] {
        margin: 0 !important;
        padding-right: 0;
        padding-left: 0
    }

 #content {
    margin: 10px 24px;
    position: relative;
    top: 100px;
    width: 96%;
}

 body.container {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    box-shadow: 0 2px 70px rgba(0,0,0,.45)
}

 body.container.hidden-menu:not(.mobile-view-activated) {
        overflow: hidden
    }

 h1 {
    letter-spacing: -1px;
    font-size: 24px;
    margin: 10px 0
}

 h1 small {
        font-size: 18px;
        font-weight: 300;
        letter-spacing: -1px
    }

 .lead {
    font-size: 19px
}

 h2 {
    letter-spacing: -1px;
    font-size: 22px;
    margin: 20px 0;
    line-height: normal
}

 h3 {
    display: block;
    font-size: 19px;
    font-weight: 400;
    margin: 20px 0;
    line-height: normal
}

 h4 {
    line-height: normal
}

 h5 {
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0;
    line-height: normal
}

 h6 {
    font-size: 15px;
    margin: 10px 0;
    font-weight: 900;
    line-height: normal
}

 .row-seperator-header {
    margin: 15px 14px 20px;
    border-bottom: none;
    display: block;
    color: #646464;
    font-size: 20px;
    font-weight: 400
}

 .center-canvas, .center-child-canvas > canvas {
    display: block !important;
    margin: 0 auto !important
}

 .bordered {
    border: 1px solid rgba(0,0,0,.2)
}

 .bordered:hover {
        border: 1px solid rgba(0,0,0,.4)
    }

 aside {
    display: block;
    background: #3a3633;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzYTM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmEyNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: linear-gradient(to right,#3a3633 93%,#2a2725 100%);
    min-height: 100%
}

 #header {
    display: block;
    height: 49px;
    margin: 0;
    padding: 10;
    background-color: #f3f3f3;
    background-image: linear-gradient(to bottom,#f3f3f3,#e2e2e2);
    background-repeat: repeat-x;
    position: relative;
   
}

 #header > div {
        display: inline-block;
        vertical-align: middle;
        height: 49px;
        float: left
    }

 #header > div.open {
            font-weight: 700
        }

 .fixed-header #header {
    position: fixed;
    width: 100%;
    z-index: 905;
    top: 0;
    border-bottom: 2px solid #999;
    border-bottom: 1px solid rgba(0,0,0,.3);
    box-shadow: -11px 12px 23px rgba(0,0,0,.1)
}

 .fixed-header.fixed-ribbon #header {
    border-bottom: none;
    box-shadow: none
}

 .container.fixed-header #header {
    max-width: 1164px
}

 .fixed-header #header .ajax-dropdown {
    z-index: 906
}

 .fixed-header #shortcut {
    position: fixed
}

 .fixed-header #main {
    margin-top: 49px
}

 #logo-group > span {
    display: inline-block;
    height: 39px;
    float: left
}

 #logo-group span#activity {
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: 700;
    height: 24px;
    width: 24px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    border: 1px solid #bfbfbf;
    color: #c4bab6;
    font-size: 19px;
    margin: 10px 0 0;
    position: relative
}

 #logo-group span#activity:hover {
        border: 1px solid #bfbfbf;
        transition: all 0s;
        cursor: pointer !important;
        box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08)
    }

 #logo {
    display: inline-block;
    width: 175px;
    margin-top: 13px;
    margin-left: 9px
}

 #logo img {
        width: 110px;
        height: auto;
        padding-left: 3px
    }

 #logo-group > span b.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    background: #0091d9;
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 4px 3px;
    text-align: center;
    line-height: normal
}

 #activity.active .badge {
    background: #006fa6 !important
}

 #project-context, .project-context {
    display: inline-block;
    padding: 7px 13px 0;
    position: relative
}

 #project-context > span, .project-context > span {
        display: block
    }

 #project-context > :first-child, .project-context > :first-child {
        display: block;
        color: #bfbfbf;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 0 0 1px #fff;
        padding-left: 0;
        text-align: left
    }

 #project-selector, .project-selector {
    max-width: 97%;
    white-space: nowrap;
    background: 0 0;
    border: none;
    padding: 0;
    text-align: left;
    color: #555;
    font-size: 14px;
    cursor: pointer
}

 #project-selector:hover, .project-selector:hover {
        color: #333
    }

 .header-search {
    position: relative
}

 .header-search.pull-right {
        margin-left: 6px
    }

 .header-search > input[type=text] {
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        min-width: 200px;
        width: 100%;
        height: 30px;
        padding: 0 10px;
        outline: 0;
        border-width: 1px;
        border-style: solid;
        border-radius: 0;
        border-color: #bfbfbf;
        background: #fff;
        color: #404040;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-top: 10px;
        line-height: normal
    }

 .header-search > button {
        background: 0 0;
        border: none;
        color: #6D6A69;
        font-size: 17px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 10px;
        width: 30px;
        z-index: 2
    }

 #search-mobile {
    display: none
}

 #cancel-search-js {
    position: absolute;
    display: none;
    background: #a90329;
    z-index: 3;
    color: #fff;
    padding: 0;
    right: 10px;
    top: 10px;
    text-align: center;
    height: 29px;
    line-height: 29px;
    width: 30px;
    font-size: 17px;
    text-decoration: none !important
}

 #header > :first-child, aside {
    width: 220px
}

 #left-panel {
    position: absolute;
    top:50px;
    left: 15px;
    z-index: 904;
   
}

 #main {
    margin-left: 220px;
    padding: 0;
    padding-bottom: 52px;
    min-height: 500px;
    position: relative
}

 #ribbon {
    min-height: 40px;
    background: #474544;
    padding: 0 13px;
    position: relative
}

 #ribbon .breadcrumb {
        display: inline-block;
        margin: 0;
        padding: 11px 34px 11px 0 !important;
        background: 0 0;
        vertical-align: top
    }

 #ribbon .breadcrumb, #ribbon .breadcrumb a {
            color: #BBB !important;
            text-decoration: none !Important
        }

 #ribbon .breadcrumb li:last-child, #ribbon .breadcrumb > .active {
                color: #E4E4E4
            }

 .fixed-ribbon #ribbon {
    position: fixed;
    right: 0;
    left: 220px;
    top: 49px;
    z-index: 901
}

 .container.fixed-ribbon #ribbon {
    width: 944px;
    left: 590px
}

 .fixed-ribbon #content {
    padding-top: 50px
}

 .minified.fixed-ribbon #ribbon {
    left: 45px
}

 .hidden-menu.fixed-ribbon #ribbon {
    left: 10px
}

 .fixed-navigation #left-panel {
    height: 100%;
    position: fixed
}

 .fixed-navigation nav {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 49px
}

 .fixed-navigation nav > ul {
        padding-right: 15px;
        position: relative;
        height: 100%;
        width: 114%;
        overflow-x: hidden;
        overflow-y: scroll
    }

 .mobile-detected.fixed-navigation nav > ul {
    padding-right: 30px !important
}

 .minified.fixed-navigation nav {
    -webkit-overflow-scrolling: none;
    overflow: visible;
    height: auto;
    padding-bottom: 0
}

 .minified.fixed-navigation nav > ul {
        overflow: visible;
        padding-right: 0;
        width: 100%
    }

 nav ul li a:active {
    background: #616161 !important
}

 nav ul {
    width: 100%;
    padding: 40px 28px 25px 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: .5em;
    list-style: none;
    position: relative
}

 nav ul .active > a {
        color: #fff !important;
        position: relative
    }

 nav ul li.active > a:before {
        content: "\f0d9";
        font-family: FontAwesome;
        display: block;
        height: 27px;
        line-height: normal;
        width: 27px;
        position: absolute;
        right: -21px;
        font-size: 20px;
        color: #eee
    }

 nav ul li.active.open > a:before {
        content: ""
    }

 nav > ul > li:last-child.open {
    border-bottom: 1px solid rgba(255,255,255,.15)
}

 nav ul li a {
    line-height: normal;
    font-size: 12px;
    padding: 10px 10px 10px 11px;
    color: #c0bbb7;
    display: block;
    font-weight: 400;
    text-decoration: none !important;
    position: relative
}

 nav > ul > li > ul > li > a, nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px
}

 nav ul li a:focus {
    color: #c9c9c9
}

 nav ul li a:hover {
    color: #fff;
    text-decoration: none
}

 nav ul li a.inactive, nav ul li a.inactive:hover {
    opacity: .5;
    cursor: not-allowed;
    color: #c0bbb7
}

 nav ul b {
    float: right;
    font-size: 11px;
    margin-top: 2px
}

 nav ul span.menu-item-parent {
    display: inline-block;
    margin: 0;
    padding: 0
}

 nav ul li.open > a, nav ul li.open > a b {
    color: #fff !important
}

 nav > ul > li > a b {
    position: absolute !important;
    right: 10px;
    top: 10px
}

 nav > ul > li > a > i {
    margin-right: 5px;
    width: 15px;
    display: inline-block;
    text-align: center;
    position: relative
}

 nav > ul > li > a > i > em {
        font-size: 9px;
        display: block;
        padding: 2px;
        position: absolute;
        top: -8px;
        right: -6px;
        text-decoration: none;
        font-style: normal;
        background: #ED1C24;
        color: #fff;
        min-width: 13px;
        border-radius: 50%;
        max-height: 13px;
        line-height: 8px;
        font-weight: 700;
        vertical-align: baseline;
        white-space: nowrap;
        text-align: center;
        border: 1px solid rgba(255,255,255,.1)
    }

 nav ul li li {
    border-bottom: none;
    position: relative
}

 /* nav > ul > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #7A7A7A
} */

 /* nav > ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    left: 23px;
    top: 16px;
    border-top: 1px solid #7A7A7A;
    z-index: 1
} */

 nav > ul ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    left: 10px;
    top: 17px;
    border-top: 1px solid transparent
}

 nav > ul ul li a i {
    font-size: 14px !important;
    width: 18px !important;
    text-align: center !important;
    vertical-align: 0 !important;
    line-height: 1 !important
}

 nav > ul > li:hover > ul::before, nav > ul > li:hover > ul > li::before {
    border-color: #ACACAC !important
}

 nav ul ul {
    margin: 0;
    display: none;
  /*  background: rgba(69,69,69,.6);*/
    padding: 7px 0
}

 nav ul ul ul {
        background: 0 0;
        padding: 0
    }

 nav ul ul li {
        margin: 0;
        padding: 0
    }

 nav ul ul li > a {
            padding-left: 10px;
            font-size: 10px;
            font-weight: 400;
            outline: 0
        }

 nav ul ul li > a:hover {
                background-color: rgba(69,69,69,.8);
                color: #fff
            }

 nav ul ul ul li a {
        color: #bfbfbf;
        padding: 8px 10px 8px 60px;
        font-size: 12px
    }

 nav ul ul ul li a:hover {
            color: #fff
        }

 nav ul ul ul ul li a {
        padding-left: 80px
    }

 nav ul ul ul ul ul li a {
        padding-left: 100px
    }

 nav ul ul ul ul ul ul li a {
        padding-left: 120px
    }

 nav ul ul b {
        color: #B3B3B3
    }

 nav ul ul > li:hover b {
        color: #D5D9E2
    }

 .header-dropdown-list {
    list-style: none;
    float: right;
    position: relative;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

 .header-dropdown-list > li {
        display: inline-block;
        padding-right: 5px
    }

 .header-dropdown-list > li > .dropdown-toggle {
            margin-top: 16px;
            display: block
        }

 .smart-accordion-default.panel-group {
    margin-bottom: 0
}

 .smart-accordion-default.panel-group .panel + .panel {
        margin-top: -1px
    }

 .smart-accordion-default.panel-group .panel-heading {
        padding: 0
    }

 .smart-accordion-default.panel-group .panel-title a {
        display: block;
        padding: 10px 15px;
        text-decoration: none !important
    }

 .panel-group .panel, .smart-accordion-default .panel-heading {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

 .smart-accordion-default .panel-default > .panel-heading {
    background-color: #fcfcfc
}

 .smart-accordion-default .panel-default {
    border-color: #c3c3c3
}

 .smart-accordion-default .panel-title > a.collapsed > .fa, .smart-accordion-default .panel-title > a > :first-child {
    display: none
}

 .smart-accordion-default .panel-title > a.collapsed > :first-child {
    display: inline-block
}

 .no-padding .smart-accordion-default > div {
    border-left: none !important;
    border-right: none !important
}

 .no-padding .smart-accordion-default > div:first-child {
        border-top: none !important
    }

 .no-padding .smart-accordion-default > div:last-child {
        border-bottom: none !important
    }

 .onoffswitch-container {
    margin-top: 4px;
    margin-left: 7px;
    display: inline-block
}

 .onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle
}

 .onoffswitch-checkbox {
    display: none
}

 .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #626262;
    border-radius: 50px;
    border-color: #adadad #b3b3b3 #9e9e9e;
    box-sizing: content-box
}

 .onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    display: block
}

 .onoffswitch-inner:after, .onoffswitch-inner:before {
        float: left;
        width: 50%;
        height: 15px;
        padding: 0;
        line-height: 15px;
        font-size: 10px;
        font-family: Trebuchet,Arial,sans-serif;
        font-weight: 700;
        box-sizing: border-box
    }

 .onoffswitch-inner:before {
        content: attr(data-swchon-text);
        text-shadow: 0 -1px 0 #333;
        padding-left: 7px;
        background-color: #3276b1;
        color: #fff;
        box-shadow: inset 0 2px 6px rgba(0,0,0,.5),0 1px 2px rgba(0,0,0,.05);
        text-align: left
    }

 .onoffswitch-inner:after {
        content: attr(data-swchoff-text);
        padding-right: 7px;
        text-shadow: 0 -1px 0 #fff;
        background-color: #fff;
        color: #555;
        text-align: right;
        box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
    }

 .onoffswitch-switch {
    width: 19px;
    height: 19px;
    margin: -2px;
    background: #fff;
    border: 1px solid #9a9a9a;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    box-sizing: content-box;
    background-color: #f4f4f4;
    background-image: linear-gradient(to bottom,#fff,#eee);
    background-repeat: repeat-x;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.3)
}

 .onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before, .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    content: "\f00d";
    color: #a90329;
    display: block;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    text-shadow: 0 -1px 0 #fff;
    font-weight: 700;
    font-family: FontAwesome
}

 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    content: "\f00c";
    color: #57889c
}

 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    display: block
}

 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0
}

 .onoffswitch-switch:hover {
    background-color: #eee
}

 .onoffswitch-switch:active {
    background-color: #eee;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

 .onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-inner:before, .onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after {
    text-shadow: 0 1px 0 #fff;
    background: #bfbfbf;
    color: #333
}

 .onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-switch, .onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    background-color: #f4f4f4;
    background-image: linear-gradient(to bottom,#bfbfbf,#f4f4f4);
    box-shadow: none !important
}

 .onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label, .onoffswitch-checkbox:disabled + .onoffswitch-label {
    border-color: #ababab #999 #878787 !important
}

 .onoffswitch-checkbox:checked + .onoffswitch-label {
    border-color: #3276b1 #2a6395 #255681
}

 .onoffswitch + span, .onoffswitch-title {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px
}

 .form-control {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important
}

 .form hr {
    margin-left: -13px;
    margin-right: -13px;
    border-color: rgba(0,0,0,.1);
    margin-top: 20px;
    margin-bottom: 20px
}

 .form fieldset {
    display: block;
    border: none;
    background: rgba(255,255,255,.9);
    position: relative
}

 fieldset {
    position: relative
}

 .form-actions {
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(249,249,249,.9);
    margin-top: 25px;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: -13px;
    text-align: right
}

 .well .form-actions {
    margin-left: -19px;
    margin-right: -19px;
    margin-bottom: -19px
}

 .well.well-lg .form-actions {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -24px
}

 .well.well-sm .form-actions {
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: -9px
}

 .popover-content .form-actions {
    margin: 0 -14px -9px;
    border-radius: 0 0 3px 3px;
    padding: 9px 14px
}

 .no-padding .form .form-actions {
    margin: 0;
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
    text-align: right;
    margin-top: 25px
}

 .bootstrap-duallistbox-container label, .form header, legend {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #222;
    margin: 25px 0 20px
}

 .no-padding .form header {
    margin: 25px 14px 0
}

 .form header:first-child {
    margin-top: 10px
}

 legend {
    font-weight: 400;
    margin-top: 0;
    background: 0 0
}

 .input-group-addon {
    padding: 6px 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s
}

 .input-group-addon .fa {
        font-size: 14px
    }

 .input-group-addon .fa-2x, .input-group-addon .fa-lg {
        font-size: 2em
    }

 .input-group-addon .fa-3x, .input-group-addon .fa-4x, .input-group-addon .fa-5x {
        font-size: 30px
    }

 input[type=text]:focus + .input-group-addon {
    border-color: #0091d9;
    background-color: #72a0ce;
    color: #fff
}

 .has-warning input[type=text], .has-warning input[type=text] + .input-group-addon {
    border-color: #dbab57
}

 .has-warning input[type=text] + .input-group-addon {
        background-color: #faf2cc;
        color: #c09853
    }

 .has-warning input[type=text]:focus, .has-warning input[type=text]:focus + .input-group-addon {
        border-color: #dbab57
    }

 .has-warning input[type=text]:focus + .input-group-addon {
            background-color: #e1c118;
            color: #fff
        }

 .has-error .input-group-addon {
    border-color: #b94a48;
    background: #f2dede;
    color: #b94a48
}

 .has-error input[type=text], .has-error input[type=text] + .input-group-addon {
    border-color: #b94a48
}

 .has-error input[type=text] + .input-group-addon {
        background-color: #f2dede;
        color: #b94a48
    }

 .has-error input[type=text]:focus, .has-error input[type=text]:focus + .input-group-addon {
        border-color: #c05e5e
    }

 .has-error input[type=text]:focus + .input-group-addon {
            background-color: #c05e5e;
            color: #fff
        }

 .has-success input[type=text]:focus + .input-group-addon {
    border-color: #468847;
    background-color: #468847;
    color: #fff
}

 .form .form-group:last-child, .form .form-group:last-child .note, .form fieldset .form-group:last-child, .form fieldset .form-group:last-child .note {
    margin-bottom: 0
}

 .note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999
}

 .input-icon-right {
    position: relative
}

 .input-icon-left > i, .input-icon-right > i {
        position: absolute;
        right: 10px;
        top: 30%;
        font-size: 16px;
        color: #bfbfbf
    }

 .input-icon-left > i {
    right: auto;
    left: 24px
}

 .input-icon-right .form-control {
    padding-right: 27px
}

 .input-icon-left .form-control {
    padding-left: 29px
}

 input[type=color].ui-autocomplete-loading, input[type=date].ui-autocomplete-loading, input[type=datetime-local].ui-autocomplete-loading, input[type=datetime].ui-autocomplete-loading, input[type=email].ui-autocomplete-loading, input[type=month].ui-autocomplete-loading, input[type=number].ui-autocomplete-loading, input[type=password].ui-autocomplete-loading, input[type=search].ui-autocomplete-loading, input[type=tel].ui-autocomplete-loading, input[type=text].ui-autocomplete-loading, input[type=time].ui-autocomplete-loading, input[type=url].ui-autocomplete-loading, input[type=week].ui-autocomplete-loading {
    background-image: url(/content/img/select2-spinner.gif) !important;
    background-repeat: no-repeat;
    background-position: 99% 50%;
    padding-right: 27px
}

 .input-group-addon .checkbox, .input-group-addon .radio {
    min-height: 0;
    margin-right: 0 !important;
    padding-top: 0
}

 .input-group-addon label input[type=checkbox].checkbox + span, .input-group-addon label input[type=checkbox].checkbox + span:before, .input-group-addon label input[type=radio].radiobox + span, .input-group-addon label input[type=radio].radiobox + span:before {
    margin-right: 0
}

 .input-group-addon .onoffswitch, .input-group-addon .onoffswitch-label {
    margin: 0
}

 .timeline-seperator {
    display: block;
    text-align: center;
    color: #999;
    margin: 20px 0 0
}

 .timeline-seperator > :first-child {
        padding: 4px 5px;
        border: 1px dashed rgba(0,0,0,.1);
        background: #fff;
        font-size: 11px;
        border-radius: 4px
    }

 .timeline-seperator .btn, .timeline-seperator .btn + .dropdown-menu {
        margin-right: 15px
    }

 .timeline-seperator:after {
        display: block;
        content: " ";
        margin: 0 20px;
        border-bottom: 1px dashed rgba(0,0,0,.1);
        margin-top: -8px
    }

 .alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #675100;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

 .alert .close {
        top: 0;
        right: -5px;
        line-height: 20px
    }

 .alert-heading {
    font-weight: 600
}

 .alert-danger {
    border-color: #953b39;
    color: #fff;
    background-color: #c26565;
    text-shadow: none
}

 .alert-warning {
    border-color: #dfb56c;
    color: #826430;
    background-color: #efe1b3
}

 .alert-success {
    border-color: #8ac38b;
    color: #356635;
    background-color: #cde0c4
}

 .alert-info {
    border-color: #9cb4c5;
    color: #305d8c;
    background-color: #d6dde7
}

 .well {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative
}

 .well.well-clean {
        box-shadow: none;
        border-color: transparent
    }

 .well.well-glass {
        box-shadow: none;
        border-color: transparent;
        background-color: rgba(255,255,255,.25);
        color: #fff
    }

 .well.well-light {
        background: #fff;
        border: 1px solid #e2e2e2
    }

 .widget-body .well {
    margin-bottom: 0
}

 .well.transparent {
    border: none !important;
    background: none !important
}

 .jarviswidget.well.transparent > div, .jarviswidget.well.transparent > div .widget-body {
    padding: 0 !important
}

 .well[class*=" bg-"], .well[class^=bg-] {
    border: 1px solid #555 !important
}

 .nav-tabs > li > a .badge {
    font-size: 11px;
    padding: 3px 5px;
    opacity: .5;
    margin-left: 5px;
    min-width: 17px;
    font-weight: 400
}

 .nav-tabs > li > a > .fa {
    opacity: .5
}

 .tabs-left .nav-tabs > li > a .badge {
    margin-right: 5px;
    margin-left: 0
}

 .nav-tabs > li > a .label {
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
    opacity: .5
}

 .nav-tabs > li.active > a .badge, .nav-tabs > li.active > a .label, .nav-tabs > li.active > a > .fa {
    opacity: 1
}

 .nav-tabs > li > a {
    border-radius: 0;
    color: #333
}

 .nav-tabs > li.active > a {
    box-shadow: 0 -2px 0 #57889c;
    border-top-width: 0 !important;
    margin-top: 1px !important;
    font-weight: 700
}

 .tabs-left .nav-tabs > li.active > a {
    box-shadow: -2px 0 0 #57889c;
    border-top-width: 1px !important;
    border-left: none !important;
    margin-left: 1px !important
}

 .tabs-left .nav-pills > li.active > a {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important
}

 .tabs-right .nav-tabs > li.active > a {
    box-shadow: 2px 0 0 #57889c;
    border-top-width: 1px !important;
    border-right: none !important;
    margin-right: 1px !important
}

 .tabs-below .nav-tabs > li.active > a {
    box-shadow: 0 2px 0 #57889c;
    border-bottom-width: 0 !important;
    border-top: none !important;
    margin-top: 0 !important
}

 .tabs-left > .nav-pills > li, .tabs-left > .nav-tabs > li, .tabs-right > .nav-pills > li, .tabs-right > .nav-tabs > li {
    float: none
}

 .tabs-left > .nav-pills > li > a, .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-pills > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px
    }

 .tabs-left > .nav-pills, .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}

 .tabs-left > .nav-pills {
    border-right: none
}

 .tabs-left > .nav-tabs > li > a {
    margin-right: -1px
}

 .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
        border-color: #eee #d5d5d5 #eee #eee
    }

 .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:focus, .tabs-left > .nav-tabs .active > a:hover {
    border-color: #d5d5d5 transparent #d5d5d5 #ddd;
    *border-right-color: #fff
}

 .tabs-left > .tab-content {
    margin-left: 109px
}

 .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
}

 .tabs-right > .nav-tabs > li > a {
        margin-left: -1px
    }

 .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
            border-color: #eee #eee #eee #ddd
        }

 .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:focus, .tabs-right > .nav-tabs .active > a:hover {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #fff
    }

 .tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    border-bottom: 0
}

 .pill-content > .pill-pane, .tab-content > .tab-pane {
    display: none
}

 .pill-content > .active, .tab-content > .active {
    display: block
}

 .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd
}

 .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0
    }

 .tabs-below > .nav-tabs > li > a:focus, .tabs-below > .nav-tabs > li > a:hover {
            border-top-color: #ddd;
            border-bottom-color: transparent
        }

 .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:focus, .tabs-below > .nav-tabs > .active > a:hover {
        border-color: transparent #ddd #ddd
    }

 .nav-tabs.bordered {
    background: #fff;
    border: 1px solid #ddd
}

 .nav-tabs.bordered > :first-child a {
        border-left-width: 0 !important
    }

 .nav-tabs.bordered + .tab-content {
        border: 1px solid #ddd;
        border-top: none
    }

 .tabs-pull-right.nav-pills > li, .tabs-pull-right.nav-tabs > li {
    float: right
}

 .tabs-pull-right.nav-pills > li:first-child > a, .tabs-pull-right.nav-tabs > li:first-child > a {
        margin-right: 1px
    }

 .tabs-pull-right.bordered.nav-pills > li:first-child > a, .tabs-pull-right.bordered.nav-tabs > li:first-child > a {
    border-left-width: 1px !important;
    margin-right: 0;
    border-right-width: 0
}

 .jarviswidget > header > .nav-tabs.pull-left > li:first-child a {
    border-left-width: 0 !important
}

 .btn, a:link, button {
    -webkit-tap-highlight-color: rgba(169,3,41,.5)
}

 #logo-group *, .login-info, .login-info *, .minified .menu-item-parent {
    box-sizing: content-box
}

 .hidden-desktop {
    display: none !important
}

 .dropdown-menu-xs {
    min-width: 37px
}

 .dropdown-menu-xs > li > a {
        padding: 3px 10px
    }

 .dropdown-menu-xs > li > a:hover i {
            color: #fff !important
        }

 .dropdown-submenu {
    position: relative
}

 .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px
    }

 .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }

 .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #bfbfbf;
        margin-top: 5px;
        margin-right: -10px
    }

 .dropdown-submenu:hover > a:after {
        border-left-color: #fff
    }

 .dropdown-submenu.pull-left {
        float: none
    }

 .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px
        }

 .table.has-tickbox thead tr th:first-child {
    width: 18px
}

 .table.has-tickbox.smart-form tbody tr td:first-child .checkbox, .table.has-tickbox.smart-form tbody tr td:first-child .radio, .table.has-tickbox.smart-form thead tr th:first-child .checkbox, .table.has-tickbox.smart-form thead tr th:first-child .radio {
    padding: 0 !important
}

 .fc-border-separate thead tr, .table thead tr {
    background-color: #eee;
    background-image: -linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    font-size: 12px;
}

 .fc-border-separate thead tr th {
        padding: 4px;
        line-height: 1.428571429
    }

 .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-width: 1px
}

 .no-padding > .table-bordered, .no-padding > .table-responsive > .table-bordered {
    border: none !important
}

 .no-padding > .table-bordered tbody tr td:first-child, .no-padding > .table-bordered thead tr td:first-child, .no-padding > .table-bordered thead tr th:first-child, .no-padding > .table-responsive > .table-bordered tbody tr td:first-child, .no-padding > .table-responsive > .table-bordered thead tr td:first-child, .no-padding > .table-responsive > .table-bordered thead tr th:first-child {
        border-left-width: 0 !important
    }

 .no-padding > .table-bordered tbody tr td:last-child, .no-padding > .table-bordered thead tr th:last-child, .no-padding > .table-responsive > .table-bordered tbody tr td:last-child, .no-padding > .table-responsive > .table-bordered thead tr th:last-child {
        border-right-width: 0 !important
    }

 .no-padding > .table-bordered tbody tr:last-child td, .no-padding > .table-responsive > .table-bordered tbody tr:last-child td {
        border-bottom-width: 0 !important
    }

 .no-padding .table-responsive .table {
    margin-bottom: 0
}

 .no-padding .note-editable .table-bordered {
    border: 1px solid #ddd !important
}

 .smart-form.table td .checkbox i, .smart-form.table td .radio i, .smart-form.table th .checkbox i, .smart-form.table th .radio i {
    top: 0 !important
}

 .table-condensed.table > tbody > tr > td, .table-condensed.table > tbody > tr > th, .table-condensed.table > tfoot > tr > td, .table-condensed.table > tfoot > tr > th, .table-condensed.table > thead > tr > td, .table-condensed.table > thead > tr > th {
    padding: 5px 10px !important
}

 .show-stats .progress {
    height: 7px;
    border-radius: 0;
    margin-top: 3px;
    margin-bottom: 15px
}

 .show-stats {
    padding-top: 6px !important
}

 .show-stat-buttons {
    float: left;
    width: 100%
}

 .show-stats .show-stat-buttons > :first-child {
    padding-right: 5px
}

 .show-stats .show-stat-buttons > :last-child {
    padding-left: 5px
}

 .show-stat-microcharts {
    margin-left: -10px;
    margin-right: -10px
}

 .show-stat-microcharts > div {
        border-right: 1px solid #DADADA !important;
        border-top: 1px solid #DADADA !important;
        margin-top: 10px !important;
        height: 65px;
        overflow: hidden;
        padding: 7px 9px
    }

 .show-stat-microcharts > :last-child {
        border-right: none !important
    }

 .show-stat-microcharts .sparkline {
        margin-top: 10px;
        margin-right: 8px;
        opacity: .7
    }

 .show-stat-microcharts .sparkline:hover {
            opacity: 1
        }

 .smaller-stat {
    margin: 0;
    padding: 0;
    list-style: none
}

 .smaller-stat li {
        margin-top: 3px;
        margin-right: 0
    }

 .smaller-stat li:first-child {
            margin-top: 8px
        }

 .smaller-stat span.label {
        width: 40px;
        display: block;
        text-align: left;
        opacity: .5;
        cursor: default
    }

 .smaller-stat span.label:hover {
            opacity: 1
        }

 .login-info {
    display: block;
    font-size: 12px;
    height: 39px;
    color: #fff;
    border: solid transparent;
    border-width: 1px 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    width: 100%;
    margin: 0 !important;
    border-bottom: 1px solid #525151
}

 .login-info a {
        text-decoration: none !important;
        color: #c0bbb7;
        display: inline-block;
        margin-top: 6px
    }

 .login-info a span {
            text-transform: capitalize;
            font-size: 14px;
            display: inline-block;
            text-decoration: none;
            max-width: 150px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle
        }

 .login-info a span + i {
                vertical-align: middle
            }

 .login-info a:hover {
            color: #fff
        }

 .login-info > span {
        height: 38px;
        display: block;
        padding: 0 10px;
        border-bottom: 1px solid #1A1817
    }

 .login-info img {
        width: 25px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-top: 1px;
        margin-right: 5px;
        margin-left: 0;
        border-left: 3px solid #fff
    }

 img.away, img.busy, img.offline, img.online {
    border-left: 3px solid #fff
}

 img.online {
    border-left-color: #40ac2b !important
}

 img.busy {
    border-left-color: #ed1c24 !important
}

 img.offline {
    border-left-color: #ddd !important
}

 img.away {
    border-left-color: #ffc40d !important
}

 .client-form header {
    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.1);
    background: rgba(248,248,248,.9)
}

 .minified .inbox-badge {
    border-radius: 50%;
    font-size: 9px;
    padding: 2px;
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ED1C24;
    min-width: 13px
}

 .minifyme {
    border-bottom: 1px solid #302F2F;
    background: #454545;
    color: #A8A8A8;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    margin-top: 7px;
    font-size: 19px;
    transition: all .1s linear 0s
}

 .minifyme:hover {
        background: #646464;
        color: #E4E4E4;
        right: 0;
        width: 40px;
        padding-right: 5px
    }

 .minified .minifyme {
    right: 0;
    color: #A8A8A8;
    position: relative;
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 34px;
    font-size: 23px
}

 .minified .minifyme .fa:before {
        content: "\f0a9"
    }

 .minified .login-info a i, .minified .login-info a span {
    display: none
}

 .minified .login-info span {
    padding: 0 5px;
    text-align: center
}

 .minified .login-info img {
    margin: -2px 0 0;
    width: 30px
}

 .minified .login-info {
    height: 38px;
    border-bottom: 1px solid #181818
}

 .minified #left-panel {
    width: 45px
}

 .minified #main {
    margin-left: 45px
}

 .minified #left-panel, .minified nav > ul > li {
    overflow: visible
}

 .minified nav > ul > ul {
    min-height: 100px !important;
    max-height: 180px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #ed1c24 !important
}

 .minified nav > ul > li, .minified nav > ul > li a {
    position: relative
}

 .minified nav ul > li > a {
    padding: 10px 11px;
    display: block
}

 .minified nav > ul > li > a .fa.fa-fw {
    display: block;
    width: auto;
    text-align: center;
    padding: 0
}

 .minified nav > ul > li > a > i {
    text-align: center;
    margin: 0;
    display: block
}

 .minified nav > ul > li.active > a::before {
    content: "\f0d9"
}

 .minified nav ul ul li a {
    padding-left: 14px
}

 .minified nav ul ul li li a {
    padding-left: 25px
}

 .minified nav > ul ul li::before, .minified nav > ul > li > ul::before {
    left: 12px
}

 .minified nav > ul > li > a .menu-item-parent, .minified nav > ul > li > a > b {
    display: none
}

 .minified nav > ul > li > a > .menu-item-parent {
    display: none;
    position: absolute;
    left: 40px;
    top: -3px;
    width: 186px;
    height: 38px;
    line-height: 38px;
    background-color: #f5f5f5;
    color: #333;
    z-index: 3;
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #D8D4D4;
    border-bottom: 1px solid #fff;
    padding-left: 12px
}

 .minified nav > ul > li > ul {
    display: none !important;
    position: absolute;
    left: 40px;
    width: 199px;
    z-index: 5;
    border: 1px solid #bfbfbf;
    min-height: 180px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    background: #454545;
    margin-top: -3px;
    overflow: hidden
}

 .minified nav ul > li > ul > li > ul {
    position: relative;
    left: 13px;
    border: none;
    margin-left: -12px;
    width: 197px
}

 .minified nav > ul > li:hover > a > .menu-item-parent, .minified nav > ul > li:hover > ul {
    display: block !important
}

 .minified nav > ul > li > ul > li {
    background-color: rgba(69,69,69,.9)
}

 .minified nav > ul > li > ul > li > ul > li {
        background-color: #484B50
    }

 .minified nav > ul > li {
    border-bottom: 1px solid #1A1817;
    border-top: 1px solid #525151
}

 .minified nav > ul > li > ul::before {
        border-left: none
    }

 .minified nav > ul ul li::before {
    border: none
}

 .slimScrollDiv, .slimScrollDiv > :first-child {
    overflow: hidden
}

 .minified .slimScrollDiv, .minified .slimScrollDiv > :first-child {
    overflow: visible !important
}

 .minified .slimScrollBar, .minified .slimScrollRail {
    display: none
}

 .minified nav > ul > li > ul > li > a, .minified nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px
}

 .minified nav > ul > li > ul > li > ul > li a {
    padding-top: 6px;
    padding-bottom: 6px
}

 .minified nav ul ul ul ul li a {
    padding-left: 45px
}

 .minified nav ul ul ul ul ul li a {
    padding-left: 62px
}

 .minified nav ul ul ul ul ul ul li a {
    padding-left: 82px
}

 .pagination.pagination-alt > li > a {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    margin-left: -1px
}

 .pagination.pagination-alt > li:first-child > a {
    padding-left: 0
}

 .pagination > li > a, .pagination > li > span {
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05)
}

 .disabled {
    color: #fff
}

 .btn-default.disabled {
    color: #999
}

 .btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05)
}

 .btn:active {
        position: relative;
        top: 1px;
        left: 1px
    }

 .btn.btn-ribbon {
        background-color: #707070;
        background-image: linear-gradient(to bottom,#777,#666);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
        color: #fff;
        padding: 0 5px;
        line-height: 20px;
        vertical-align: middle;
        height: 20px;
        display: block;
        border: none;
        float: left;
        margin: 0 8px 0 0;
        cursor: pointer
    }

 .btn.btn-ribbon > i {
            font-size: 111%
        }

 .ribbon-button-alignment {
    padding-top: 10px;
    display: inline-block
}

 .ribbon-button-alignment.pull-right > .btn.btn-ribbon {
        margin: 0 0 0 8px
    }

 .panel-purple {
    border-color: #6e587a
}

 .panel-purple > .panel-heading {
        color: #fff;
        background-color: #6e587a;
        border-color: #6e587a
    }

 .panel-greenLight {
    border-color: #71843f
}

 .panel-greenLight > .panel-heading {
        color: #fff;
        background-color: #71843f;
        border-color: #71843f
    }

 .panel-greenDark {
    border-color: #496949
}

 .panel-greenDark > .panel-heading {
        color: #fff;
        background-color: #496949;
        border-color: #496949
    }

 .panel-darken {
    border-color: #333
}

 .panel-darken > .panel-heading {
        color: #fff;
        background-color: #404040;
        border-color: #404040
    }

 .panel-pink {
    border-color: #ac5287
}

 .panel-pink > .panel-heading {
        color: #fff;
        background-color: #ac5287;
        border-color: #ac5287
    }

 .panel-green {
    border-color: #356e35
}

 .panel-green > .panel-heading {
        color: #fff;
        background-color: #356e35;
        border-color: #356e35
    }

 .panel-blueLight {
    border-color: #92a2a8
}

 .panel-blueLight > .panel-heading {
        color: #fff;
        background-color: #92a2a8;
        border-color: #92a2a8
    }

 .panel-pinkDark {
    border-color: #a8829f
}

 .panel-pinkDark > .panel-heading {
        color: #fff;
        background-color: #a8829f;
        border-color: #a8829f
    }

 .panel-redLight {
    border-color: #a65858
}

 .panel-redLight > .panel-heading {
        color: #fff;
        background-color: #a65858;
        border-color: #a65858
    }

 .panel-red {
    border-color: #a90329
}

 .panel-red > .panel-heading {
        color: #fff;
        background-color: #a90329;
        border-color: #a90329
    }

 .panel-teal {
    border-color: #568a89
}

 .panel-teal > .panel-heading {
        color: #fff;
        background-color: #568a89;
        border-color: #568a89
    }

 .panel-orange {
    border-color: #c79121
}

 .panel-orange > .panel-heading {
        color: #fff;
        background-color: #c79121;
        border-color: #c79121
    }

 .panel-blueDark {
    border-color: #4c4f53
}

 .panel-blueDark > .panel-heading {
        color: #fff;
        background-color: #4c4f53;
        border-color: #4c4f53
    }

 .panel-magenta {
    border-color: #6e3671
}

 .panel-magenta > .panel-heading {
        color: #fff;
        background-color: #6e3671;
        border-color: #6e3671
    }

 .panel-blue {
    border-color: #57889c
}

 .panel-blue > .panel-heading {
        color: #fff;
        background-color: #57889c;
        border-color: #57889c
    }

 .panel-footer > .btn-block {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: none;
    border-left: none;
    border-right: none
}

 .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

 .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 15px;
        font-size: 18px;
        line-height: 30px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%
    }

 .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 15px;
        font-size: 24px;
        line-height: 50px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%
    }

 .btn-metro {
    margin: 0 0 20px;
    padding-top: 15px;
    padding-bottom: 15px
}

 .btn-metro > span {
        display: block;
        vertical-align: bottom;
        margin-top: 10px;
        text-transform: uppercase
    }

 .btn-metro > span.label {
            position: absolute;
            top: 0;
            right: 0
        }

 .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,.15);
    border-radius: 3px 0 0 3px
}

 .btn-labeled {
    padding-top: 0;
    padding-bottom: 0
}

 .btn-link {
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px
}

 .btn-default .dropdown-menu li > a:focus, .btn-default .dropdown-menu li > a:hover {
    background-color: #000 !important;
    color: #fff !important
}

 .btn-group-primary .dropdown-menu {
    background-color: #3784c5 !important
}

 .btn-group-primary .dropdown-menu li > a:focus, .btn-group-primary .dropdown-menu li > a:hover {
        background-color: #428bca !important
    }

 .btn-group > .btn-success .dropdown-menu {
    background-color: #51b351 !important
}

 .btn-group > .btn-success .dropdown-menu li > a:focus, .btn-group > .btn-success .dropdown-menu li > a:hover {
        background-color: #5cb85c !important
    }

 .btn-group-info .dropdown-menu {
    background-color: #4ebbdb !important
}

 .btn-group-info .dropdown-menu li > a:focus, .btn-group-info .dropdown-menu li > a:hover {
        background-color: #5bc0de !important
    }

 .btn-group-warning .dropdown-menu {
    background-color: #efa640 !important
}

 .btn-group-warning .dropdown-menu li > a:focus, .btn-group-warning .dropdown-menu li > a:hover {
        background-color: #f0ad4e !important
    }

 .btn-group-danger .dropdown-menu {
    background-color: #d64742 !important
}

 .btn-group-danger .dropdown-menu li > a:focus, .btn-group-danger .dropdown-menu li > a:hover {
        background-color: #d9534f !important
    }

 #left-panel {
    transition: 250ms cubic-bezier(0.1,.57,.1,1);
    -webkit-transform: translate(0px,0) translateZ(0px)
}

 .chart-large, .chart-small, .chart-xl {
    overflow: hidden
}

 .chart-small {
    height: 100px;
    width: 100%
}

 .chart-large {
    height: 235px;
    width: 100%
}

 .chart-xl {
    height: 297px;
    width: 100%
}

 #flotTip {
    padding: 3px 5px;
    background-color: #fff;
    z-index: 9999;
    color: #333;
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
    font-size: 14px;
    border: 1px solid #C1C1C1;
    border-radius: 4px
}

 #flotTip span {
        color: #38812D;
        font-weight: 700
    }

 .legendLabel span {
    display: block;
    margin: 0 5px
}

 .legendColorBox {
    padding-left: 10px;
    vertical-align: top;
    padding-top: 5px
}

 .legendColorBox div > div {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box
    }

 .morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255,255,255,.8);
    border: solid 2px rgba(230,230,230,.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}

 .morris-hover.morris-default-style .morris-hover-row-label {
        font-weight: 700;
        margin: .25em 0
    }

 .morris-hover.morris-default-style .morris-hover-point {
        white-space: nowrap;
        margin: .1em 0
    }

 .morris-hover {
    position: absolute;
    z-index: 903
}

 .fixed-page-footer .morris-hover {
    z-index: 900
}

 .chart {
    overflow: hidden;
    height: 220px;
    margin: 20px 5px 10px 10px
}

 .has-legend {
    margin-top: 30px !important
}

 .has-legend-unique {
    margin-top: 19px !important
}

 .icon-color-good {
    color: #40ac2b
}

 .icon-color-bad {
    color: #ed1c24
}

 .degree-sign:after, .percent-sign:after {
    content: " %";
    line-height: normal
}

 .degree-sign:after {
    content: "°F"
}

 .hidden-menu #left-panel {
    left: -210px;
    z-index: 903
}

 .hidden-menu #main {
    margin-left: 10px
}

 .hidden-menu #left-panel:hover {
    left: 0
}

 .hidden-menu .minifyme, .minified #hide-menu {
    display: none
}

 .btn-header.pull-right {
    margin-left: 6px
}

 .btn-header a > span {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
    display: inline-block
}

 .btn-header > :first-child > a {
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    line-height: 24px;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    border: 1px solid #bfbfbf;
    color: #6D6A69;
    font-size: 17px;
    margin: 10px 0 0
}

 .btn-header > :first-child > a:hover {
        border: 1px solid #bfbfbf;
        color: #222;
        transition: all 0s;
        cursor: pointer;
        box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08)
    }

 .btn-header > :first-child > a:active {
        background-color: #e8e8e8;
        background-image: linear-gradient(to bottom,#e8e8e8 0,#ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ededed', GradientType=0);
        box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15)
    }

 .hidden-menu #hide-menu > :first-child > a {
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
    color: #fff;
    border-color: #494949
}

 .full-screen #fullscreen > :first-child > a:active, .hidden-menu #hide-menu > :first-child > a:active {
        box-shadow: inset 0 0 6px 1px rgba(0,0,0,.2)
    }

 .ajax-dropdown > :first-child {
    margin: 0 0 3px;
    padding: 0 0 9px
}

 .ajax-dropdown {
    position: absolute;
    display: none;
    z-index: 905;
    top: 48px;
    left: 16px;
    width: 344px;
    height: 435px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 2px 4px rgba(30,30,100,.25);
    padding: 10px;
    background: #fff;
    border: 1px solid #b3b3b3
}

 .ajax-dropdown:after, .ajax-dropdown:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

 .ajax-dropdown:after {
        border-color: rgba(255,255,255,0);
        border-bottom-color: #fff;
        border-width: 7px;
        left: 50%;
        margin-left: -7px
    }

 .ajax-dropdown:before {
        border-color: rgba(131,131,131,0);
        border-bottom-color: #838383;
        border-width: 8px;
        left: 50%;
        margin-left: -8px
    }

 .ajax-dropdown .btn-group .btn {
        font-weight: 700;
        text-transform: capitalize
    }

 .ajax-dropdown .btn-group > :nth-child(2) {
        border-right-width: 0;
        border-left-width: 0
    }

 .ajax-dropdown .btn-group > :last-child {
        border-right-width: 1px !important
    }

 .ajax-dropdown .btn-group .btn:active {
        top: 0;
        left: 0
    }

 .ajax-notifications {
    height: 365px;
    display: block;
    overflow: auto;
    margin-right: -10px;
    margin-left: -10px;
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    background: #E9E9E9
}

 .ajax-notifications > .alert.alert-transparent {
        background-color: transparent;
        border-color: transparent;
        color: #757575;
        margin: 13px 10px
    }

 .ajax-notifications > .alert > :first-child {
        margin-bottom: 10px;
        font-weight: 400
    }

 .ajax-dropdown > :last-child {
    font-size: 13px;
    display: block;
    padding: 5px 0;
    line-height: 22px;
    font-weight: 400
}

 .ajax-dropdown .fa-4x.fa-border {
    border-width: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 46px;
    text-align: center;
    color: #D1D1D1;
    border-color: #D1D1D1
}

 .dropdown-large {
    position: static !important
}

 .dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0
}

 .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0
    }

 .dropdown-menu-large > li > ul > li {
            list-style: none
        }

 .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: 400;
                line-height: 1.428571429;
                color: #333;
                white-space: normal
            }

 .dropdown-menu-large > li ul > li > a:focus, .dropdown-menu-large > li ul > li > a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5
    }

 .dropdown-menu-large .disabled > a, .dropdown-menu-large .disabled > a:focus, .dropdown-menu-large .disabled > a:hover {
        color: #999
    }

 .dropdown-menu-large .disabled > a:focus, .dropdown-menu-large .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed
        }

 .dropdown-menu-large .dropdown-header {
        color: #428bca;
        font-size: 18px
    }

 @media (max-width:768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important
        }
}

 .pagination-xs > li > a, .pagination-xs > li > span {
    padding: 4px 9px;
    font-size: 12px
}

 .notification-body *, .notification-body:after *, .notification-body:before * {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important
}

 .notification-body {
    padding: 0 0 0 3px;
    margin: 0;
    list-style: none
}

 .notification-body > li {
        border-bottom: 1px solid #E9E9E9;
        position: relative
    }

 .notification-body > li > span {
            background: #fff;
            display: block;
            min-height: 25px;
            overflow: hidden;
            padding: 8px 10px 13px;
            white-space: normal
        }

 .notification-body > li > span:hover {
                background: #F0F4F7;
                color: #667F8F
            }

 .notification-body > li a.msg {
            padding-left: 50px !important
        }

 .notification-body > li a, .notification-body > li a span {
            display: block;
            position: relative;
            overflow: hidden
        }

 .notification-body > li a, .notification-body > li a:hover {
                text-decoration: none
            }

 .notification-body > li:hover .progress {
            background: #fff;
            box-shadow: 0 1px 0 rgba(0,0,0,0),0 0 0 1px #a7a7a7 inset;
            -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0),0 0 0 1px #ccc inset;
            -moz-box-shadow: 0 1px 0 transparent,0 0 0 1px #fff inset
        }

 .notification-body > li:hover .text-muted {
            color: #333
        }

 .notification-body .from {
        font-size: 14px;
        line-height: normal;
        color: #333;
        font-weight: 400;
        margin-right: 60px;
        margin-bottom: 6px;
        height: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

 .notification-body .unread .from {
        font-weight: 700
    }

 .notification-body .unread {
        background: #FFFFE0
    }

 .notification-body time {
        position: absolute;
        top: 3px;
        right: 0;
        font-size: 11px;
        font-weight: 400;
        color: #058dc7
    }

 .notification-body .msg-body, .notification-body .subject {
        font-size: 13px;
        color: #A0A0A0;
        max-height: 35px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

 .notification-body .subject {
        font-size: 13px;
        color: #333;
        max-height: 22px
    }

 .bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

 .bootstrapWizard a:active, .bootstrapWizard a:focus, .bootstrapWizard a:hover {
        text-decoration: none
    }

 .bootstrapWizard li {
        display: block;
        float: left;
        width: 25%;
        text-align: center;
        padding-left: 0
    }

 .bootstrapWizard li:before {
            border-top: 3px solid #55606E;
            content: "";
            display: block;
            font-size: 0;
            overflow: hidden;
            position: relative;
            top: 11px;
            right: 1px;
            width: 100%;
            z-index: 1
        }

 .bootstrapWizard li:first-child:before {
            left: 50%;
            max-width: 50%
        }

 .bootstrapWizard li:last-child:before {
            max-width: 50%;
            width: 50%
        }

 .bootstrapWizard li.complete .step {
            background: #0aa66e;
            padding: 1px 6px;
            border: 3px solid #55606E
        }

 .bootstrapWizard li .step i {
            font-size: 10px;
            font-weight: 400;
            position: relative;
            top: -1.5px
        }

 .bootstrapWizard li .step {
            background: #B2B5B9;
            color: #fff;
            display: inline;
            font-size: 15px;
            font-weight: 700;
            padding: 7px 13px;
            border: 3px solid transparent;
            border-radius: 50%;
            line-height: normal;
            position: relative;
            text-align: center;
            z-index: 2;
            transition: all .1s linear 0s
        }

 .bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
            background: #0091d9;
            color: #fff;
            font-weight: 700;
            padding: 7px 13px;
            font-size: 15px;
            border-radius: 50%;
            border: 3px solid #55606E
        }

 .bootstrapWizard li.active .title, .bootstrapWizard li.complete .title {
            color: #2B3D53
        }

 .bootstrapWizard li .title {
            color: #bfbfbf;
            display: block;
            font-size: 13px;
            line-height: 15px;
            max-width: 100%;
            position: relative;
            table-layout: fixed;
            text-align: center;
            top: 20px;
            word-wrap: break-word;
            z-index: 104
        }

 .wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

 .wizard-actions li {
        display: inline
    }

 .tab-content.transparent {
    background-color: transparent
}

 .fuelux .wizard {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    *zoom: 1;
    box-shadow: 0 1px 4px rgba(0,0,0,.065)
}

 .fuelux .wizard:after, .fuelux .wizard:before {
        display: table;
        line-height: 0;
        content: ""
    }

 .fuelux .wizard:after {
        clear: both
    }

 .fuelux .wizard ul {
        width: 4000px;
        padding: 0;
        margin: 0;
        list-style: none outside none
    }

 .fuelux .wizard ul.previous-disabled li.complete {
            cursor: default
        }

 .fuelux .wizard ul.previous-disabled li.complete:hover {
                color: #356e35;
                cursor: default;
                background: #f3f4f5
            }

 .fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before {
                    border-left-color: #f3f4f5
                }

 .fuelux .wizard ul li {
            position: relative;
            float: left;
            height: 46px;
            padding: 0 20px 0 30px;
            margin: 0;
            font-size: 16px;
            line-height: 46px;
            color: #999;
            cursor: default;
            background: #ededed
        }

 .fuelux .wizard ul li .chevron {
                position: absolute;
                top: 0;
                right: -14px;
                z-index: 1;
                display: block;
                border: 24px solid transparent;
                border-right: 0;
                border-left: 14px solid #d4d4d4
            }

 .fuelux .wizard ul li .chevron:before {
                    position: absolute;
                    top: -24px;
                    right: 1px;
                    display: block;
                    border: 24px solid transparent;
                    border-right: 0;
                    border-left: 14px solid #ededed;
                    content: ""
                }

 .fuelux .wizard ul li.complete {
                color: #468847;
                background: #f3f4f5
            }

 .fuelux .wizard ul li.complete:hover {
                    cursor: pointer;
                    background: #e7eff8
                }

 .fuelux .wizard ul li.complete:hover .chevron:before {
                        border-left: 14px solid #e7eff8
                    }

 .fuelux .wizard ul li.complete .chevron:before {
                    border-left: 14px solid #f3f4f5
                }

 .fuelux .wizard ul li.active {
                color: #3a87ad;
                background: #f1f6fc
            }

 .fuelux .wizard ul li.active .chevron:before {
                    border-left: 14px solid #f1f6fc
                }

 .fuelux .wizard ul li .badge {
                margin-right: 8px
            }

 .fuelux .wizard ul li:first-child {
                padding-left: 20px;
                border-radius: 4px 0 0 4px
            }

 .fuelux .wizard .actions {
        position: absolute;
        right: 0;
        z-index: 2;
        float: right;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 46px;
        vertical-align: middle;
        background-color: #eee;
        border-left: 1px solid #d4d4d4
    }

 .fuelux .wizard .actions a {
            margin-right: 8px;
            font-size: 12px;
            line-height: 45px
        }

 .fuelux .wizard .actions .btn-prev i {
            margin-right: 5px
        }

 .fuelux .wizard .actions .btn-next i {
            margin-left: 5px
        }

 .fuelux .step-content .step-pane {
    display: none
}

 .fuelux .step-content .active {
    display: block
}

 .fuelux .step-content .active .btn-group .active {
        display: inline-block
    }

 .jarvismetro-tile {
    float: left;
    display: block;
    background-color: #fff;
    width: 100px;
    height: 70px;
    cursor: pointer;
    box-shadow: inset 0 0 1px #FFC;
    border: 1px dotted #C5C5C5;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-smooth: always;
    margin: 0 10px 20px 0;
    padding: 5px;
    position: relative
}

 .jarvismetro-tile:hover {
        z-index: 10;
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07)
    }

 .jarvismetro-tile.big-cubes {
        width: 120px;
        height: 120px
    }

 .jarvismetro-tile.double {
        width: 249px
    }

 .jarvismetro-tile:active {
        top: 1px;
        left: 1px
    }

 .jarvismetro-tile .iconbox {
        text-align: center
    }

 .jarvismetro-tile .iconbox i {
            display: block;
            margin: 15px auto 0;
            height: 75px
        }

 .jarvismetro-tile .iconbox span {
            display: block;
            text-align: left
        }

 .jarvismetro-tile .iconbox span > span {
                position: absolute;
                right: -3px;
                bottom: -3px;
                border-radius: 50%;
                padding: 5px;
                border: 1px solid #fff
            }

 #shortcut .selected {
    border: 1px solid #0091d9 !important;
    position: relative
}

 #shortcut .selected:before {
        display: block;
        position: absolute;
        content: "\f00c";
        color: #fff;
        right: 4px;
        top: 3px;
        font-family: FontAwesome;
        z-index: 2
    }

 #shortcut .selected:after {
        width: 0;
        height: 0;
        border-top: 35px solid #0091d9;
        border-left: 35px solid rgba(0,0,0,0);
        position: absolute;
        display: block;
        right: 0;
        content: "";
        top: 0;
        z-index: 1
    }

 #shortcut {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #33302F;
    background-color: rgba(0,0,0,.85);
    z-index: 907;
    display: none;
    color: #fff;
    box-sizing: border-box
}

 #shortcut ul {
        padding: 15px 20px 10px;
        list-style: none;
        margin: 0;
        box-shadow: 0 4px 10px rgba(0,0,0,.3);
        -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
        border-bottom: 1px solid #423F3F
    }

 #shortcut ul li {
            display: inline-block;
            width: auto
        }

 #shortcut ul li .jarvismetro-tile {
                margin: 0 3px 3px;
                border: none;
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0
            }

 #shortcut ul li .jarvismetro-tile:hover {
                    color: #fff;
                    text-decoration: none
                }

 #shortcut ul li .jarvismetro-tile:active, #shortcut ul li .jarvismetro-tile:focus {
                    left: 0;
                    top: 0
                }

 .shortcut-on #response-btn {
    display: none !important
}

 .shortcut-on #left-bar .navbar, .shortcut-on #main .navbar {
    border: none !important
}

 .arrow-box-up:after, .arrow-box-up:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

 .arrow-box-up:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 7px;
    left: 50%;
    margin-left: -7px
}

 .arrow-box-up:before {
    border-color: rgba(131,131,131,0);
    border-bottom-color: #838383;
    border-width: 8px;
    left: 50%;
    margin-left: -8px
}

 .arrow-box-up-right:after, .arrow-box-up-right:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

 .arrow-box-up-right:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 7px;
    right: 10px;
    margin-left: -7px
}

 .arrow-box-up-right:before {
    border-color: rgba(131,131,131,0);
    border-bottom-color: #838383;
    border-width: 8px;
    right: 9px;
    margin-left: -8px
}

 .tooltip-inner {
    padding: 5px 10px;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    border-radius: 0
}

 .custom-scroll::-webkit-scrollbar {
    -webkit-overflow-scrolling: touch;
    height: 10px;
    width: 10px
}

 .custom-scroll::-webkit-scrollbar:hover {
        background-color: #E9E9E9;
        border: 1px solid #dbdbdb
    }

 .custom-scroll::-webkit-scrollbar-button:end:increment, .custom-scroll::-webkit-scrollbar-button:start:decrement {
    background: 0 0;
    display: block;
    height: 0
}

 .custom-scroll::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent
}

 .custom-scroll::-webkit-scrollbar-track-piece {
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-radius: 0
}

 .custom-scroll::-webkit-scrollbar-thumb {
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    background-clip: padding-box;
    background-color: rgba(0,0,0,.2);
    border: none;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)
}

 .custom-scroll::-webkit-scrollbar-thumb:horizontal, .custom-scroll::-webkit-scrollbar-thumb:vertical {
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        background-color: #bfbfbf;
        border-radius: 0
    }

 .custom-scroll::-webkit-scrollbar-thumb:active {
        -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.33);
        -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.33);
        background-color: rgba(0,0,0,.44);
        box-shadow: inset 1px 1px 3px rgba(0,0,0,.33)
    }

 .custom-scroll::-webkit-scrollbar-thumb:hover {
        background-color: #959595
    }

 .twitter-typeahead .tt-hint, .twitter-typeahead .tt-query {
    margin-bottom: 0;
    height: 32px;
    padding: 6px 12px
}

 .tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-background-clip: padding;
    background-clip: padding-box
}

 .tt-suggestion {
    display: block;
    padding: 3px 20px
}

 .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0081c2
    }

 .tt-suggestion.tt-is-under-cursor a {
            color: #fff
        }

 .tt-suggestion p {
        margin: 0
    }

 .google_maps {
    width: 100%;
    height: 350px;
    position: relative
}

 .google_maps * {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box
    }

 .google_maps img {
        max-width: none
    }

 .header-btn {
    margin-top: 5px
}

 .cke_top {
    background: rgba(248,248,248,.9) !important;
    background-image: none !important
}

 .multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

 .multiselect-container .input-group {
        margin: 5px
    }

 .multiselect-container > li {
        padding: 0
    }

 .multiselect-container > li > a.multiselect-all label {
            font-weight: 700
        }

 .multiselect-container > li > label.multiselect-group {
            margin: 0;
            padding: 3px 20px;
            height: 100%;
            font-weight: 700
        }

 .multiselect-container > li > a > label {
            margin: 0;
            height: 100%;
            cursor: pointer;
            font-weight: 400
        }

 .multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
                margin: 0
            }

 .multiselect-container > li > a > label > input[type=checkbox] {
                margin-bottom: 5px
            }

 .btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

 .input-group .icon-addon .form-control {
    border-radius: 0
}

 .icon-addon {
    position: relative;
    color: #555;
    display: block
}

 .icon-addon:after, .icon-addon:before {
        display: table;
        content: " "
    }

 .icon-addon:after {
        clear: both
    }

 .icon-addon .fa, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon.addon-md .glyphicon {
        position: absolute;
        z-index: 2;
        left: 10px;
        width: 20px;
        margin-left: -2.5px;
        text-align: center;
        padding: 10px 0;
        top: 1px
    }

 .icon-addon.addon-lg .form-control {
        line-height: 1.33;
        height: 46px;
        font-size: 18px;
        padding: 10px 16px 10px 40px
    }

 .input-group-lg .icon-addon.addon-lg + .input-group-btn > .btn {
    height: 46px
}

 .icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5
}

 .icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px
}

 .icon-addon .form-control, .icon-addon.addon-md .form-control {
    padding-left: 30px;
    float: left;
    font-weight: 400
}

 .icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

 .icon-addon .form-control:focus + .fa, .icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .fa, .icon-addon:hover .glyphicon {
    color: #2580db
}

 .icon-addon input:disabled + .fa, .icon-addon input:disabled + .glyphicon, .icon-addon select:disabled + .fa, .icon-addon select:disabled + .glyphicon {
    color: #ccc
}

 .progress-micro {
    height: 3px !important;
    line-height: 3px !important
}

 .progress-xs {
    height: 7px !important;
    line-height: 7px !important
}

 .progress-sm {
    height: 14px !important;
    line-height: 14px !important
}

 .progress-lg {
    height: 30px !important;
    line-height: 30px !important
}

 .progress .progress-bar {
    position: absolute;
    overflow: hidden;
    line-height: 20px
}

 .progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

 .progress .progressbar-front-text {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

 .progress.right .progress-bar {
    right: 0
}

 .progress.right .progressbar-front-text {
    position: absolute;
    right: 0
}

 .progress.vertical {
    width: 25px;
    height: 100%;
    min-height: 150px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0
}

 .progress.wide-bar {
    width: 40px
}

 .progress.vertical.bottom {
    position: relative
}

 .progress.vertical.bottom .progressbar-front-text {
        position: absolute;
        bottom: 0
    }

 .progress.vertical .progress-bar {
    width: 100%;
    height: 0;
    transition: height .6s ease
}

 .progress.vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0
}

 .progress {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 22px;
    background: #eee;
    box-shadow: 0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;
    -webkit-box-shadow: 0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;
    -moz-box-shadow: 0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

 .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background-color: #57889c;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: url(/content/img/pattern/overlay-pattern.png)
}

 .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-size: 40px 40px
}

 .progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

 .progress-bar-danger {
    background-color: #a90329
}

 .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)
}

 .progress-bar-success {
    background-color: #739e73
}

 .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)
}

 .progress-bar-warning {
    background-color: #c79121
}

 .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)
}

 .progress-bar-info {
    background-color: #57889c
}

 .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)
}

 .progress .bar-info, .progress-info .bar {
    background: #57889c
}

 .vertical-bars {
    padding: 0;
    margin: 0
}

 .vertical-bars:after {
        content: "";
        display: block;
        height: 0;
        clear: both
    }

 .vertical-bars li {
        padding: 14px 0;
        width: 25%;
        display: block;
        float: left;
        text-align: center
    }

 .vertical-bars li:first-child {
            border-left: none
        }

 .vertical-bars > li > .progress.vertical:first-child {
        margin-left: auto
    }

 .vertical-bars > li > .progress.vertical {
        margin: 0 auto;
        float: none
    }

 .bar-holder:first-child {
    border-top: none
}

 .bar-holder {
    padding: 18px 15px
}

 .bar-holder .progress {
        margin: 0
    }

 [data-progressbar-value] {
    margin-top: 15px !important;
    overflow: visible;
    margin-bottom: 0
}

 .dataTable [data-progressbar-value] {
    min-width: 70px
}

 [data-progressbar-value="100"]:after, [data-progressbar-value="100"]:before, [data-progressbar-value]:after, [data-progressbar-value]:before {
    position: absolute;
    background: 0 0;
    font-size: 11px;
    top: -12px
}

 [data-progressbar-value]:before {
    content: attr(data-progressbar-value);
    left: attr(data-progressbar-value) px
}

 [data-progressbar-value]:after {
    content: "%";
    left: 13px
}

 [data-progressbar-value="1"] > .progress-bar {
    width: 1%;
    background: #a90329
}

 [data-progressbar-value="2"] > .progress-bar {
    width: 2%;
    background: #a90329
}

 [data-progressbar-value="3"] > .progress-bar {
    width: 3%;
    background: #a90329
}

 [data-progressbar-value="4"] > .progress-bar {
    width: 4%;
    background: #a90329
}

 [data-progressbar-value="5"] > .progress-bar {
    width: 5%;
    background: #a90329
}

 [data-progressbar-value="6"] > .progress-bar {
    width: 6%;
    background: #a90329
}

 [data-progressbar-value="7"] > .progress-bar {
    width: 7%;
    background: #a90329
}

 [data-progressbar-value="8"] > .progress-bar {
    width: 8%;
    background: #a90329
}

 [data-progressbar-value="9"] > .progress-bar {
    width: 9%;
    background: #a90329
}

 [data-progressbar-value="10"] > .progress-bar {
    width: 10%;
    background: #db0435
}

 [data-progressbar-value="11"] > .progress-bar {
    width: 11%;
    background: #c79121
}

 [data-progressbar-value="12"] > .progress-bar {
    width: 12%;
    background: #c79121
}

 [data-progressbar-value="13"] > .progress-bar {
    width: 13%;
    background: #c79121
}

 [data-progressbar-value="14"] > .progress-bar {
    width: 14%;
    background: #c79121
}

 [data-progressbar-value="15"] > .progress-bar {
    width: 15%;
    background: #c79121
}

 [data-progressbar-value="16"] > .progress-bar {
    width: 16%;
    background: #c79121
}

 [data-progressbar-value="17"] > .progress-bar {
    width: 17%;
    background: #c79121
}

 [data-progressbar-value="18"] > .progress-bar {
    width: 18%;
    background: #c79121
}

 [data-progressbar-value="19"] > .progress-bar {
    width: 19%;
    background: #c79121
}

 [data-progressbar-value="20"] > .progress-bar {
    width: 20%;
    background: #c79121
}

 [data-progressbar-value="21"] > .progress-bar {
    width: 21%;
    background: #c79121
}

 [data-progressbar-value="22"] > .progress-bar {
    width: 22%;
    background: #c79121
}

 [data-progressbar-value="23"] > .progress-bar {
    width: 23%;
    background: #c79121
}

 [data-progressbar-value="24"] > .progress-bar {
    width: 24%;
    background: #c79121
}

 [data-progressbar-value="25"] > .progress-bar {
    width: 25%;
    background: #c79121
}

 [data-progressbar-value="26"] > .progress-bar {
    width: 26%;
    background: #c79121
}

 [data-progressbar-value="27"] > .progress-bar {
    width: 27%;
    background: #c79121
}

 [data-progressbar-value="28"] > .progress-bar {
    width: 28%;
    background: #c79121
}

 [data-progressbar-value="29"] > .progress-bar {
    width: 29%;
    background: #c79121
}

 [data-progressbar-value="30"] > .progress-bar {
    width: 30%;
    background: #c79121
}

 [data-progressbar-value="31"] > .progress-bar {
    width: 31%;
    background: #c79121
}

 [data-progressbar-value="32"] > .progress-bar {
    width: 32%;
    background: #c79121
}

 [data-progressbar-value="33"] > .progress-bar {
    width: 33%;
    background: #c79121
}

 [data-progressbar-value="34"] > .progress-bar {
    width: 34%;
    background: #c79121
}

 [data-progressbar-value="35"] > .progress-bar {
    width: 35%;
    background: #c79121
}

 [data-progressbar-value="36"] > .progress-bar {
    width: 36%;
    background: #c79121
}

 [data-progressbar-value="37"] > .progress-bar {
    width: 37%;
    background: #c79121
}

 [data-progressbar-value="38"] > .progress-bar {
    width: 38%;
    background: #c79121
}

 [data-progressbar-value="39"] > .progress-bar {
    width: 39%;
    background: #c79121
}

 [data-progressbar-value="40"] > .progress-bar {
    width: 40%;
    background: #c79121
}

 [data-progressbar-value="41"] > .progress-bar {
    width: 41%;
    background: #404040
}

 [data-progressbar-value="42"] > .progress-bar {
    width: 42%;
    background: #404040
}

 [data-progressbar-value="43"] > .progress-bar {
    width: 43%;
    background: #404040
}

 [data-progressbar-value="44"] > .progress-bar {
    width: 44%;
    background: #404040
}

 [data-progressbar-value="45"] > .progress-bar {
    width: 45%;
    background: #404040
}

 [data-progressbar-value="46"] > .progress-bar {
    width: 46%;
    background: #404040
}

 [data-progressbar-value="47"] > .progress-bar {
    width: 47%;
    background: #404040
}

 [data-progressbar-value="48"] > .progress-bar {
    width: 48%;
    background: #404040
}

 [data-progressbar-value="49"] > .progress-bar {
    width: 49%;
    background: #404040
}

 [data-progressbar-value="50"] > .progress-bar {
    width: 50%;
    background: #404040
}

 [data-progressbar-value="51"] > .progress-bar {
    width: 51%;
    background: #404040
}

 [data-progressbar-value="52"] > .progress-bar {
    width: 52%;
    background: #404040
}

 [data-progressbar-value="53"] > .progress-bar {
    width: 53%;
    background: #404040
}

 [data-progressbar-value="54"] > .progress-bar {
    width: 54%;
    background: #404040
}

 [data-progressbar-value="55"] > .progress-bar {
    width: 55%;
    background: #404040
}

 [data-progressbar-value="56"] > .progress-bar {
    width: 56%;
    background: #404040
}

 [data-progressbar-value="57"] > .progress-bar {
    width: 57%;
    background: #404040
}

 [data-progressbar-value="58"] > .progress-bar {
    width: 58%;
    background: #404040
}

 [data-progressbar-value="59"] > .progress-bar {
    width: 59%;
    background: #404040
}

 [data-progressbar-value="60"] > .progress-bar {
    width: 60%;
    background: #404040
}

 [data-progressbar-value="61"] > .progress-bar {
    width: 61%;
    background: #3276b1
}

 [data-progressbar-value="62"] > .progress-bar {
    width: 62%;
    background: #3276b1
}

 [data-progressbar-value="63"] > .progress-bar {
    width: 63%;
    background: #3276b1
}

 [data-progressbar-value="64"] > .progress-bar {
    width: 64%;
    background: #404040
}

 [data-progressbar-value="65"] > .progress-bar {
    width: 65%;
    background: #3276b1
}

 [data-progressbar-value="66"] > .progress-bar {
    width: 66%;
    background: #3276b1
}

 [data-progressbar-value="67"] > .progress-bar {
    width: 67%;
    background: #3276b1
}

 [data-progressbar-value="68"] > .progress-bar {
    width: 68%;
    background: #3276b1
}

 [data-progressbar-value="69"] > .progress-bar {
    width: 69%;
    background: #3276b1
}

 [data-progressbar-value="70"] > .progress-bar {
    width: 70%;
    background: #3276b1
}

 [data-progressbar-value="71"] > .progress-bar {
    width: 71%;
    background: #3276b1
}

 [data-progressbar-value="72"] > .progress-bar {
    width: 72%;
    background: #3276b1
}

 [data-progressbar-value="73"] > .progress-bar {
    width: 73%;
    background: #3276b1
}

 [data-progressbar-value="74"] > .progress-bar {
    width: 74%;
    background: #3276b1
}

 [data-progressbar-value="75"] > .progress-bar {
    width: 75%;
    background: #3276b1
}

 [data-progressbar-value="76"] > .progress-bar {
    width: 76%;
    background: #3276b1
}

 [data-progressbar-value="77"] > .progress-bar {
    width: 77%;
    background: #3276b1
}

 [data-progressbar-value="78"] > .progress-bar {
    width: 78%;
    background: #3276b1
}

 [data-progressbar-value="79"] > .progress-bar {
    width: 79%;
    background: #3276b1
}

 [data-progressbar-value="80"] > .progress-bar {
    width: 80%;
    background: #3276b1
}

 [data-progressbar-value="81"] > .progress-bar {
    width: 81%;
    background: #a0bda0
}

 [data-progressbar-value="82"] > .progress-bar {
    width: 82%;
    background: #a0bda0
}

 [data-progressbar-value="83"] > .progress-bar {
    width: 83%;
    background: #a0bda0
}

 [data-progressbar-value="84"] > .progress-bar {
    width: 84%;
    background: #9dbb9d
}

 [data-progressbar-value="85"] > .progress-bar {
    width: 85%;
    background: #9dbb9d
}

 [data-progressbar-value="86"] > .progress-bar {
    width: 86%;
    background: #9dbb9d
}

 [data-progressbar-value="87"] > .progress-bar {
    width: 87%;
    background: #97b797
}

 [data-progressbar-value="88"] > .progress-bar {
    width: 88%;
    background: #97b797
}

 [data-progressbar-value="89"] > .progress-bar {
    width: 89%;
    background: #91b391
}

 [data-progressbar-value="90"] > .progress-bar {
    width: 90%;
    background: #91b391
}

 [data-progressbar-value="91"] > .progress-bar {
    width: 91%;
    background: #91b391
}

 [data-progressbar-value="92"] > .progress-bar {
    width: 92%;
    background: #8eb18e
}

 [data-progressbar-value="93"] > .progress-bar {
    width: 93%;
    background: #8baf8b
}

 [data-progressbar-value="94"] > .progress-bar {
    width: 94%;
    background: #88ad88
}

 [data-progressbar-value="95"] > .progress-bar {
    width: 95%;
    background: #85ab85
}

 [data-progressbar-value="96"] > .progress-bar {
    width: 96%;
    background: #82a882
}

 [data-progressbar-value="97"] > .progress-bar {
    width: 97%;
    background: #7fa67f
}

 [data-progressbar-value="98"] > .progress-bar {
    width: 98%;
    background: #7ca47c
}

 [data-progressbar-value="99"] > .progress-bar {
    width: 99%;
    background: #79a279
}

 [data-progressbar-value="100"] > .progress-bar {
    width: 100%;
    background: #739e73;
    animation: none;
    background-image: none !important
}

 [data-progressbar-value="100"]:before {
    content: attr(data-progressbar-value);
    top: -12px;
    left: attr(data-progressbar-value) px
}

 [data-progressbar-value="100"]:after {
    content: "complete";
    left: auto;
    right: 0;
    color: #739e73
}

 html.hidden-menu-mobile-lock {
    overflow-x: hidden
}

 .no-content-padding {
    margin: -10px -14px 0 -14px
}

 .no-padding {
    padding: 0 !important
}

 .no-padding > pre {
        margin: 30px
    }

 .no-padding .dataTables_wrapper table, .no-padding > table {
        border: none !important;
        margin-bottom: 0 !important;
        border-bottom-width: 0 !important
    }

 .no-padding-bottom {
    padding-bottom: 0 !important
}

 .padding-5 {
    padding: 5px !important
}

 .padding-7 {
    padding: 7px !important
}

 .padding-10 {
    padding: 10px !important
}

 .padding-gutter {
    padding: 13px !important
}

 .padding-top-10 {
    padding-top: 10px !important
}

 .padding-top-15 {
    padding-top: 15px !important
}

 .padding-bottom-10 {
    padding-bottom: 10px !important
}

 .padding-bottom-0 {
    padding-bottom: 0 !important
}

 .padding-top-0 {
    padding-top: 0 !important
}

 .col-md-offset-3 {
    margin-left: 25%;
}

 .no-padding .dataTables_wrapper table tr td:last-child, .no-padding .dataTables_wrapper table tr th:last-child, .no-padding > table tr td:last-child, .no-padding > table tr th:last-child {
    border-right: none !important
}

 .no-padding .dataTables_wrapper table tr td:first-child, .no-padding .dataTables_wrapper table tr th:first-child, .no-padding > table tr td:first-child, .no-padding > table tr th:first-child {
    border-left: none !important
}

 .no-padding .dataTables_wrapper table tbody tr:last-child td {
    border-bottom: 0
}

 .semi-bold {
    font-weight: 400 !important
}

 .ultra-light {
    font-weight: 300 !important
}

 .font-xs {
    font-size: 85% !important
}

 .font-sm {
    font-size: 95% !important
}

 .font-md {
    font-size: 130% !important
}

 .font-lg {
    font-size: 160% !important
}

 .font-xl {
    font-size: 200% !important
}

 .font-400 {
    font-size: 400% !important
}

 .no-margin {
    margin: 0 !important
}

 .margin-top-5 {
    margin-top: 5px !important
}

 .margin-top-10 {
    margin-top: 10px !important
}

 .margin-bottom-5 {
    margin-bottom: 5px !important
}

 .margin-bottom-10 {
    margin-bottom: 10px !important
}

 .margin-right-5 {
    margin-right: 5px !important
}

 .margin-top-0 {
    margin-top: 0 !important
}

 .margin-bottom-0 {
    margin-bottom: 0 !important
}

 .no-border, .well[class*=" bg-"].no-border {
    border-width: 0 !important
}

 .no-border-transparent {
    border-color: transparent !important
}

 .no-border-radius {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

 .display-inline {
    display: inline-block !important
}

 .display-normal {
    display: inline !important
}

 .cursor-pointer {
    cursor: pointer
}

 .hover-transparent {
    opacity: .5
}

 .hover-transparent:hover {
        opacity: 1
    }

 .text-align-center, .text-center {
    text-align: center !important
}

 .text-align-left, .text-left {
    text-align: left !important
}

 .text-align-right, .text-right {
    text-align: right !important
}

 hr.simple {
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: dashed
}

 .pull-right {
    float: right !Important
}

 .pull-left {
    float: left !Important
}

 .air {
    position: absolute;
    z-index: 5
}

 .air-bottom {
    bottom: 0
}

 .air-top {
    top: 0
}

 .air-top-right {
    top: 0;
    right: 0
}

 .air-top-left {
    top: 0;
    left: 0
}

 .air-bottom-left {
    bottom: 0;
    left: 0
}

 .air-bottom-right {
    bottom: 0;
    right: 0
}

 .display-none {
    display: none !important
}

 .checkbox input[type=checkbox].checkbox + span, .checkbox-inline input[type=checkbox].checkbox + span, .radio input[type=radio].radiobox + span, .radiobox-inline input[type=radio].radiobox + span {
    margin-left: -20px
}

 .form-inline .checkbox input[type=checkbox].checkbox + span, .form-inline .radiobox input[type=radio].radiobox + span {
    margin-left: 0
}

 .form-inline .checkbox, .form-inline .radiobox {
    padding-left: 0
}

 input[type=checkbox].checkbox + span, label input[type=radio].radiobox + span {
    vertical-align: middle;
    line-height: 20px
}

 input[type=checkbox].checkbox + span, input[type=checkbox].checkbox + span:after, input[type=checkbox].checkbox + span:before, input[type=radio].radiobox + span, input[type=radio].radiobox + span:after, input[type=radio].radiobox + span:before {
        box-sizing: content-box !important;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important
    }

 input[type=checkbox].checkbox, input[type=radio].radiobox {
    visibility: hidden;
    position: absolute;
    z-index: 20;
    width: 18px;
    height: 18px
}

 label input[type=checkbox].checkbox + span, label input[type=radio].radiobox + span {
    position: relative;
    z-index: 19;
    display: inline-block;
    margin: 0;
    line-height: 17px;
    min-height: 14px;
    min-width: 14px;
    margin-right: 5px
}

 label input[type=checkbox].checkbox + span:hover, label input[type=radio].radiobox + span:hover {
        cursor: pointer
    }

 label input[type=checkbox].checkbox + span:before, label input[type=radio].radiobox + span:before {
        font-family: FontAwesome;
        font-size: 12px;
        border-radius: 0;
        content: "\a0";
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 1px;
        height: 12px;
        line-height: 12px;
        min-width: 12px;
        margin-right: 5px;
        border: 1px solid #bfbfbf;
        background-color: #f4f4f4;
        font-weight: 400;
        margin-top: -1px
    }

 label input[type=radio].radiobox + span:before {
        content: "\a0";
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.1),0 1px 0 0 rgba(255,255,255,.2)
    }

 label input[type=radio].radiobox:checked + span {
    font-weight: 700
}

 label input[type=radio].radiobox:checked + span:before {
        content: "\f111";
        color: #2E7BCC
    }

 label input[type=radio].radiobox.style-3:checked + span:before {
    color: #a90329;
    border-color: #a90329
}

 label input[type=radio].radiobox.style-2:checked + span:before {
    color: #66665e;
    border-color: #4d90fe;
    font-size: 9px
}

 label input[type=radio].radiobox.style-2:checked + span {
    font-weight: 400
}

 label input[type=radio].radiobox.style-1 + span:before {
    font-size: 9px;
    background: #fff;
    text-shadow: none;
    box-shadow: none !important;
    border-width: 1px;
    height: 13px;
    line-height: 13px;
    min-width: 13px
}

 label input[type=radio].radiobox.style-1:checked + span:before {
    font-size: 10px;
    color: #333;
    border-color: #333;
    background: #fff
}

 label input[type=radio].radiobox.style-1:checked + span {
    font-weight: 400
}

 label:hover input[type=radio].radiobox + span:before, label:hover input[type=radio].radiobox:checked + span:before {
    color: #2E7BCC;
    border-color: #2E7BCC
}

 label:hover input[type=radio].radiobox.style-3 + span:before, label:hover input[type=radio].radiobox.style-3:checked + span:before {
    color: #a90329;
    border-color: #a90329
}

 label:hover input[type=radio].radiobox.style-2:checked + span:before {
    color: #66665e;
    border-color: #4d90fe
}

 label:hover input[type=radio].radiobox.style-1 + span:before, label:hover input[type=radio].radiobox.style-1:checked + span:before {
    color: #333;
    border-color: #333;
    background: #fff
}

 label:active input[type=radio].radiobox + span:before {
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)
}

 label input[type=radio][disabled].radiobox + span, label input[type=radio][disabled].radiobox:checked + span, label:hover input[type=radio][disabled].radiobox:checked + span:before {
    color: #A7A7A7;
    cursor: not-allowed
}

 label input[type=radio][disabled].radiobox:checked + span:before {
        content: "\f111"
    }

 label input[type=radio][disabled].radiobox + span:before, label input[type=radio][disabled].radiobox:checked + span:before, label:active input[type=radio][disabled].radiobox:checked + span:before, label:hover input[type=radio][disabled].radiobox:checked + span:before {
        background: #eee !important;
        border-color: #CCC !important;
        box-shadow: none;
        color: #A7A7A7
    }

 label input[type=checkbox].checkbox + span:before {
    content: "\a0"
}

 label input[type=checkbox].checkbox:checked + span:before {
    content: "\f00c"
}

 label input[type=checkbox].checkbox:checked + span {
    font-weight: 700
}

 label input[type=checkbox].checkbox:checked + span:before {
        color: #2E7BCC
    }

 label input[type=checkbox].checkbox.style-3:checked + span:before {
    color: #fff;
    border-color: #a90329;
    background: #a90329
}

 label input[type=checkbox].checkbox.style-2 + span:before {
    background: 0 0;
    border-color: #c1c1c1;
    box-shadow: none
}

 label input[type=checkbox].checkbox.style-2:checked + span:before {
    content: "\f00c";
    color: #66665e;
    border-color: #4d90fe;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff
}

 label input[type=checkbox].checkbox.style-2:checked + span {
    font-weight: 400
}

 label input[type=checkbox].checkbox.style-1 + span:before {
    color: #333;
    background: #fff;
    text-shadow: none;
    box-shadow: none !important;
    border-width: 1px;
    height: 12px;
    line-height: 13px;
    min-width: 12px
}

 label input[type=checkbox].checkbox.style-1:checked + span:before {
    color: #333;
    border-color: #333
}

 label input[type=checkbox].checkbox.style-1:checked + span {
    font-weight: 400
}

 label:active input[type=checkbox].checkbox + span:before {
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)
}

 label:hover input[type=checkbox].checkbox + span:before {
    color: #2E7BCC;
    border-color: #2E7BCC
}

 label:hover input[type=checkbox].checkbox.style-3 + span:before {
    color: #fff;
    border-color: #A90327
}

 label:hover input[type=checkbox].checkbox.style-2 + span:before {
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.1),0 1px 0 0 rgba(255,255,255,.2)
}

 label:hover input[type=checkbox].checkbox.style-2:checked + span:before {
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)
}

 label:hover input[type=checkbox].checkbox.style-1 + span:before {
    border-color: #333
}

 label:active input[type=checkbox].checkbox:checked + span:before {
    color: #fff;
    background: #2E7BCC;
    border-color: #2E7BCC
}

 label:active input[type=checkbox].checkbox.style-3:checked + span:before {
    color: #a90329;
    background: #fff;
    border-color: #a90329
}

 label:active input[type=checkbox].checkbox.style-2 + span:before, label:active input[type=checkbox].checkbox.style-2:checked + span:before {
    color: #66665e;
    background: 0 0;
    border-color: #c1c1c1;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)
}

 label:active input[type=checkbox].checkbox.style-1:checked + span:before {
    color: #fff;
    background: #333;
    border-color: #333
}

 label input[type=checkbox][disabled].checkbox + span, label input[type=checkbox][disabled].checkbox:checked + span, label:hover input[type=checkbox][disabled].checkbox:checked + span:before {
    color: #A7A7A7;
    cursor: not-allowed
}

 label input[type=checkbox][disabled].checkbox.style-2:checked + span:before, label input[type=checkbox][disabled].checkbox:checked + span:before {
        content: "\f00c"
    }

 label input[type=checkbox][disabled].checkbox + span:before, label input[type=checkbox][disabled].checkbox:checked + span:before, label:active input[type=checkbox][disabled].checkbox:checked + span:before, label:hover input[type=checkbox][disabled].checkbox:checked + span:before {
        background: #eee !important;
        border-color: #CCC !important;
        color: #A7A7A7;
        box-shadow: none !important
    }

 .open > .dropdown-menu {
    animation-name: flipInX;
    animation-duration: .4s;
    animation-fill-mode: both
}

 .active + .ajax-dropdown {
    animation-name: flipInY;
    animation-duration: .7s;
    animation-fill-mode: both
}

 .square {
    display: block;
    float: left;
    margin-right: 10px;
    height: 20px;
    width: 20px
}

 [class*=" bg-"], [class^=bg-] {
    filter: none !important
}

 .txt-color-blue {
    color: #57889c !important
}

 .txt-color-blueLight {
    color: #92a2a8 !important
}

 .txt-color-blueDark {
    color: #4c4f53 !important
}

 .txt-color-green {
    color: #356e35 !important
}

 .txt-color-greenLight {
    color: #71843f !important
}

 .txt-color-greenDark {
    color: #496949 !important
}

 .txt-color-red {
    color: #a90329 !important
}

 .txt-color-yellow {
    color: #b09b5b !important
}

 .txt-color-orange {
    color: #b19a6b !important
}

 .txt-color-orangeDark {
    color: #a57225 !important
}

 .txt-color-pink {
    color: #ac5287 !important
}

 .txt-color-pinkDark {
    color: #a8829f !important
}

 .txt-color-purple {
    color: #6e587a !important
}

 .txt-color-darken {
    color: #404040 !important
}

 .txt-color-lighten {
    color: #d5e7ec !important
}

 .txt-color-white {
    color: #fff !important
}

 .txt-color-grayDark {
    color: #525252 !important
}

 .txt-color-magenta {
    color: #6e3671 !important
}

 .txt-color-teal {
    color: #568a89 !important
}

 .txt-color-redLight {
    color: #a65858 !important
}

 .bg-color-blue {
    background-color: #57889c !important
}

 .bg-color-blueLight {
    background-color: #92a2a8 !important
}

 .bg-color-blueDark {
    background-color: #4c4f53 !important
}

 .bg-color-green {
    background-color: #356e35 !important
}

 .bg-color-greenLight {
    background-color: #71843f !important
}

 .bg-color-greenDark {
    background-color: #496949 !important
}

 .bg-color-red {
    background-color: #a90329 !important
}

 .bg-color-yellow {
    background-color: #b09b5b !important
}

 .bg-color-orange {
    background-color: #c79121 !important
}

 .bg-color-orangeDark {
    background-color: #a57225 !important
}

 .bg-color-pink {
    background-color: #ac5287 !important
}

 .bg-color-pinkDark {
    background-color: #a8829f !important
}

 .bg-color-purple {
    background-color: #6e587a !important
}

 .bg-color-darken {
    background-color: #404040 !important
}

 .bg-color-lighten {
    background-color: #d5e7ec !important
}

 .bg-color-white {
    background-color: #fff !important
}

 .bg-color-grayDark {
    background-color: #525252 !important
}

 .bg-color-magenta {
    background-color: #6e3671 !important
}

 .bg-color-teal {
    background-color: #568a89 !important
}

 .bg-color-redLight {
    background-color: #a65858 !important
}

 .colorblind-friendly .alert, .colorblind-friendly .btn-primary {
    color: #FFF
}

 .colorblind-friendly .btn:hover {
    background: #fff;
    color: #333;
    border-color: #333
}

 .colorblind-friendly .alert-danger, .colorblind-friendly .btn-danger {
    background-image: url(/content/img/colorblind-friendly/pt1.png);
    border-color: #272727;
    background-color: #303030
}

 .colorblind-friendly .alert-success, .colorblind-friendly .btn-success {
    background-image: url(/content/img/colorblind-friendly/pt2.png);
    border-color: #FF00EB;
    background-color: #1E5E00
}

 .colorblind-friendly .alert-warning, .colorblind-friendly .btn-warning {
    background-image: url(/content/img/colorblind-friendly/pt3.png);
    border-color: #5F4415;
    background-color: #A07A00
}

 .colorblind-friendly .alert-info, .colorblind-friendly .btn-info {
    border-color: #F90;
    background-color: #002E70
}

 .colorblind-friendly .jarviswidget-ctrls .button-icon:hover {
    background-color: #333;
    color: #fff !important
}

 .colorblind-friendly .jarviswidget-color-blue .jarviswidget-ctrls .button-icon:hover, .colorblind-friendly .jarviswidget-color-blueDark .jarviswidget-ctrls .button-icon:hover, .colorblind-friendly .jarviswidget-color-darken .jarviswidget-ctrls .button-icon:hover {
    background-color: #fff;
    color: #333 !important
}

 .colorblind-friendly .jarviswidget {
    position: relative
}

 .colorblind-friendly .jarviswidget:hover:before {
        position: absolute;
        top: -3px;
        left: -5px;
        right: -5px;
        bottom: 0;
        border: 6px solid #333;
        visibility: visible;
        overflow: visible;
        height: 103%;
        z-index: 0;
        border-bottom-width: 10px
    }

 .colorblind-friendly .nav > li:not(.active) > a:focus, .colorblind-friendly .nav > li:not(.active) > a:hover {
    background-color: #303030;
    color: #fff !important
}

 .page-footer {
    height: 52px;
    padding: 15px 13px 0;
    padding-left: 233px;
    border-top: 1px solid #CECECE;
    background: #2a2725;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0
}

 .fixed-page-footer .page-footer {
    position: fixed;
    z-index: 901
}

 .minified .page-footer {
    padding-left: 58px
}

 .container.fixed-page-footer .page-footer {
    max-width: 1164px
}

 .hidden-menu .page-footer {
    padding-left: 20px
}

 @media (max-width:979px) {
    html.hidden-menu-mobile-lock {
        overflow-x: hidden
    }

    #main {
        width: 100% !important
    }

    .page-footer {
        padding: 15px 14px 0
    }

    .profile-pic > img {
        width: 110px
    }

    .profile-pic {
        float: left
    }

        .profile-pic > img {
            margin-right: 10px
        }

        .profile-pic + div, .profile-pic + div + div {
            padding-left: 30px;
            padding-right: 30px
        }

    #fullscreen > :first-child > a {
        display: none !important
    }

    body.container {
        border: none !important;
        width: 100% !important
    }

    .inbox-data-message > :first-child {
        height: 50px;
        overflow: hidden
    }

    .show-stats .show-stat-buttons > :first-child {
        padding-right: 13px
    }

    .show-stats .show-stat-buttons > :last-child {
        padding-left: 13px
    }

    .inbox-checkbox-triggered > .btn-group .btn {
        padding-left: 10px;
        padding-right: 10px
    }

    .inbox-body .table-wrap {
        padding: 0 !important;
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .inbox-nav-bar {
        padding-left: 5px;
        padding-right: 5px
    }

    .inbox-data-message > :first-child > :first-child {
        display: block !important;
        font-size: 14px
    }

    .inbox-table-icon > :first-child {
        margin-top: 12px
    }

    #inbox-table .inbox-table-icon {
        padding-left: 10px !important
    }

    .header-search.pull-right {
        margin-left: 0
    }

    .visible-tablet {
        display: inline-block !important
    }

    .display-inline.hidden-tablet, .hidden-tablet {
        display: none !important
    }

    .jarviswidget header h2 {
        width: 310px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .dropzone .dz-default.dz-message {
        background-size: 100%;
        width: 200px;
        height: 43px;
        margin-left: -112px;
        margin-top: -23.5px
    }
}

 @media (min-width:768px) and (max-width:979px) {
    #main {
        margin-left: 0
    }

    #left-panel {
        left: -220px
    }

    .minified #left-panel {
        left: 0
    }

    #hide-menu > :first-child > a {
        margin-top: 9px;
        width: 40px
    }

    .btn-header a {
        margin-top: 9px !important;
        width: 40px !important
    }

    #hide-menu i {
        color: #6D6A69;
        font-size: 100%
    }

    .hidden-menu #hide-menu i {
        color: #fff
    }

    #hide-menu i::before {
        content: "\f0c9"
    }

    .hidden-menu #left-panel {
        left: 0
    }

    .hidden-menu #main {
        position: relative;
        left: 210px
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%
    }

    .fixed-ribbon #ribbon {
        left: 0
    }

    .jarviswidget header h2 {
        width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .header-search > input[type=text] {
        margin-top: 9px
    }
}

 @media (min-width:768px) and (max-width:880px) {
    #main {
        margin-left: 0;
        overflow-x: hidden
    }

    #left-panel {
        left: -220px
    }

    .no-content-padding {
        margin: 0 -14px !important
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important
    }

    .minified #left-panel {
        left: 0
    }

    #hide-menu > :first-child > a, .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important
    }

    #logo {
        margin-top: 10px
    }

        #logo img {
            width: 127px
        }

    .btn-header.transparent a {
        border: none !important;
        background: 0 0;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important
    }

        .btn-header.transparent a:hover {
            color: #a90329
        }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%
    }

    .hidden-menu #hide-menu i {
        color: #fff
    }

    #hide-menu i::before {
        content: "\f0c9"
    }

    .hidden-menu #left-panel {
        left: 0
    }

    .hidden-menu #main {
        position: relative;
        left: 210px
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%
    }

    .fixed-ribbon #ribbon {
        left: 0
    }

    .jarviswidget header h2 {
        width: 180px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .header-search > input[type=text] {
        margin-top: 9px
    }
}

 @media (max-width:767px) {
    .profile-pic > img {
        width: 100px
    }

    #main {
        margin-left: 0;
        overflow-x: hidden
    }

    #left-panel {
        left: -220px
    }

    .show-stat-microcharts > div {
        margin-top: 0 !important;
        border-right: none !important
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    #content, #ribbon {
        padding-left: 5px;
        padding-right: 5px
    }

    #header {
        padding-right: 5px
    }

    #logo {
        margin-left: 4px
    }

    .no-content-padding {
        margin: 0 -5px !important
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important
    }

    .minified #left-panel {
        left: 0
    }

    .btn-header.transparent a {
        border: none !important;
        background: 0 0;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important
    }

        .btn-header.transparent a:hover {
            color: #a90329
        }

    #hide-menu > :first-child > a, .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important
    }

    #hide-menu > :first-child > a {
        width: 50px !important
    }

    #logo {
        margin-top: 10px
    }

        #logo img {
            width: 127px
        }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%
    }

    .hidden-menu #hide-menu i {
        color: #fff
    }

    #hide-menu i::before {
        content: "\f0c9"
    }

    .hidden-menu #left-panel {
        left: 0
    }

    .hidden-menu #main {
        position: relative;
        left: 210px
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%
    }

    .fixed-ribbon #ribbon {
        left: 0
    }

    body.fixed-navigation.hidden-menu {
        overflow: hidden !important
    }

    .fixed-ribbon #content {
        padding-top: 52px
    }

    .header-search {
        display: none
    }

    #search-mobile {
        display: block
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 49px;
        background: #333;
        padding: 0 2px;
        box-sizing: border-box;
        left: 0
    }

        .search-mobile .header-search > input[type=text] {
            margin-top: 2px;
            height: 45px;
            border-color: #333;
            padding-right: 75px
        }

        .search-mobile .header-search > button {
            height: 29px;
            line-height: 29px;
            background: #DDD;
            right: 44px
        }

    .search-mobile #search-mobile {
        display: none
    }

    .search-mobile #cancel-search-js {
        display: block
    }

    .jarviswidget header h2 {
        width: 250px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

 @media only screen and (min-width:0) and (max-width:679px) {
    .profile-pic > img {
        width: 90px
    }

    #main {
        margin-left: 0;
        overflow-x: hidden
    }

    #left-panel {
        left: -220px
    }

    .show-stat-microcharts > div {
        margin-top: 0 !important;
        border-right: none !important
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    #content, #ribbon {
        padding-left: 5px;
        padding-right: 5px
    }

    #header {
        padding-right: 5px
    }

    #logo {
        margin-left: 4px
    }

    .no-content-padding {
        margin: 0 -5px !important
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important
    }

    .minified #left-panel {
        left: 0
    }

    #header {
        background: #fff
    }

    #ribbon {
        border-bottom: 1px solid #CFCFCF;
        border-top: 1px solid #E6E6E6;
        background: #F5F5F5
    }

        #ribbon .breadcrumb, #ribbon .breadcrumb a {
            color: #6D6C6C !important
        }

            #ribbon .breadcrumb li:last-child, #ribbon .breadcrumb > .active {
                color: #333 !important
            }

    #hide-menu > :first-child > a, .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important
    }

    #hide-menu > :first-child > a {
        width: 50px !important
    }

    #logo {
        margin-top: 10px
    }

        #logo img {
            width: 127px
        }

    .btn-header.transparent a {
        border: none !important;
        background: 0 0;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important
    }

        .btn-header.transparent a:hover {
            color: #a90329
        }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%
    }

    .hidden-menu #hide-menu i {
        color: #fff
    }

    #hide-menu i::before {
        content: "\f0c9"
    }

    .hidden-menu #left-panel {
        left: 0
    }

    .hidden-menu #main {
        position: relative;
        left: 210px
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%
    }

    .fixed-ribbon #ribbon {
        left: 0
    }

    .header-search {
        display: none
    }

    #search-mobile {
        display: block
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 49px;
        background: #333;
        padding: 0 2px;
        box-sizing: border-box;
        left: 0
    }

        .search-mobile .header-search > input[type=text] {
            margin-top: 2px;
            height: 45px;
            border-color: #333;
            padding-right: 75px
        }

        .search-mobile .header-search > button {
            height: 29px;
            line-height: 29px;
            background: #DDD;
            right: 44px
        }

    .search-mobile #search-mobile {
        display: none
    }

    .search-mobile #cancel-search-js {
        display: block
    }

    .hidden-tablet {
        display: none !important
    }

    .jarviswidget header h2 {
        width: 300px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

 @media only screen and (min-width:320px) and (max-width:479px) {
    .page-title {
        display: none
    }

    .profile-pic {
        text-align: left
    }

        .profile-pic > img {
            width: 90px;
            margin-left: 0;
            top: -25px;
            margin-right: 0
        }

        .profile-pic + div > h1 {
            font-size: 20px
        }

            .profile-pic + div > h1 small {
                font-size: 16px
            }

    .profile-carousel .carousel-indicators {
        top: 10px
    }

    #main {
        margin-left: 0;
        overflow-x: hidden
    }

    #left-panel {
        left: -220px
    }

    .show-stat-microcharts > div {
        margin-top: 0 !important;
        border-right: none !important
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    #content, #ribbon {
        padding-left: 5px;
        padding-right: 5px
    }

    #header {
        padding-right: 5px
    }

    #logo {
        margin-left: 4px
    }

    .no-content-padding {
        margin: 0 -5px !important
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important
    }

    .minified #left-panel {
        left: 0
    }

    #header {
        background: #fff
    }

    #ribbon {
        border-bottom: 1px solid #CFCFCF;
        border-top: 1px solid #E6E6E6;
        background: #F5F5F5
    }

        #ribbon .breadcrumb, #ribbon .breadcrumb a {
            color: #6D6C6C !important
        }

            #ribbon .breadcrumb li:last-child, #ribbon .breadcrumb > .active {
                color: #333 !important
            }

    #logo {
        width: 135px
    }

    #logo-group {
        width: 169px !important
    }

    #sparks {
        text-align: center;
        background: #E0E0E0;
        padding: 10px 0;
        margin-bottom: 15px
    }

        #sparks li {
            padding: 0 10px 0 20px
        }

    #hide-menu > :first-child > a, .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important
    }

    #logo {
        margin-top: 10px
    }

        #logo img {
            width: 127px
        }

    .btn-header.transparent a {
        border: none !important;
        background: 0 0;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important
    }

        .btn-header.transparent a:hover {
            color: #a90329
        }

    #hide-menu > :first-child > a {
        width: 46px !important
    }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%
    }

    .hidden-menu #hide-menu i {
        color: #fff
    }

    #hide-menu i::before {
        content: "\f0c9"
    }

    .hidden-menu #left-panel {
        left: 0
    }

    .hidden-menu #main {
        position: relative;
        left: 210px
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%
    }

    .fixed-ribbon #ribbon {
        left: 0
    }

    .hidden-mobile {
        display: none !important
    }

    .visible-mobile {
        display: inline-block !important
    }

    .ajax-notifications {
        height: 250px
    }

    .ajax-dropdown {
        width: 299px;
        height: 320px;
        left: 0;
        top: 49px
    }

        .ajax-dropdown:before {
            margin-left: -14px
        }

        .ajax-dropdown:after {
            margin-left: -13px
        }

    .header-search {
        display: none
    }

    #search-mobile {
        display: block;
        margin-left: 0
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 49px;
        background: #333;
        padding: 0 2px;
        box-sizing: border-box;
        left: 0
    }

        .search-mobile .header-search > input[type=text] {
            margin-top: 2px;
            height: 45px;
            border-color: #333;
            padding-right: 75px
        }

        .search-mobile .header-search > button {
            height: 29px;
            line-height: 29px;
            background: #DDD;
            right: 44px
        }

    .search-mobile #search-mobile {
        display: none
    }

    .search-mobile #cancel-search-js {
        display: block
    }

    .jarviswidget header h2 {
        width: 135px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

 #extr-page #main {
    margin-top: 0 !important
}

 #mobile-profile-img {
    display: none !important;
    padding-right: 2px !important;
    padding-left: 2px !important
}

 .menu-on-top #mobile-profile-img {
    display: block !important
}

 #mobile-profile-img a.userdropdown img {
    width: 30px;
    margin-top: 5px;
    margin-left: 2px;
    border-radius: 3px;
    border: 1px solid #797979 !important
}

 .menu-on-top .page-footer {
    padding: 15px 13px 0
}

 .menu-on-top.hidden-menu #left-panel {
    left: 0
}

 .menu-on-top #main {
    margin-left: 0 !important;
    margin-top: 69px !important
}

 .menu-on-top #hide-menu, .menu-on-top #logout, .menu-on-top .minifyme {
    display: none !important
}

 .menu-on-top aside#left-panel {
    width: 100% !important;
    min-height: 0 !important;
    height: auto;
    overflow: visible;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    border-bottom: 1px solid #222;
    border-top: 1px solid #333
}

 .menu-on-top aside#left-panel nav > ul {
        display: block;
        width: 100%
    }

 .menu-on-top aside#left-panel nav > ul > li:first-child {
            margin-left: 0
        }

 .menu-on-top aside#left-panel nav > ul > li {
            position: relative;
            height: auto !important;
            padding: 0 !important;
            display: inline-block;
            float: left;
            border-right: 1px solid #222;
            border-left: 1px solid #4E4E4E;
            overflow: visible
        }

 .menu-on-top aside#left-panel nav > ul > li > a {
                display: inline-block;
                height: 68px;
                text-shadow: none !important;
                font-size: 13px;
                text-decoration: none;
                line-height: 22px;
                padding: 10px 9px !important
            }

 .menu-on-top li.active > a {
    font-weight: 700 !important
}

 .menu-on-top .login-info, .menu-on-top nav > ul > li > a b {
    display: none
}

 .menu-on-top aside#left-panel nav > ul > li > a > i {
    display: block !important;
    margin: 1px 0 4px;
    line-height: inherit;
    text-align: center;
    font-size: 24px;
    margin-bottom: 2px;
    width: 100%
}

 .menu-on-top .menu-item-parent {
    max-width: 72px;
    min-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 13px
}

 .menu-on-top .menu-item-parent + span {
        float: none !important;
        top: 5px;
        right: 5px;
        position: absolute
    }

 .menu-on-top nav ul ul li a {
    padding-left: 10px !important;
    font-size: 13px
}

 .menu-on-top aside#left-panel nav > ul > li:hover {
    background: #fff;
    background: -o-linear-gradient(#cfcfcf,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#ffffff', GradientType=0)
}

 .menu-on-top aside#left-panel nav > ul > li:hover > a {
        color: #333 !important;
        border-left: 1px solid #c7c7c7;
        border-right: 1px solid #c7c7c7;
        padding-left: 8px !important;
        padding-right: 8px !important
    }

 .menu-on-top aside#left-panel nav > ul > li > ul {
    position: absolute !important;
    background: #3a3633
}

 .menu-on-top aside#left-panel nav > ul > li:hover > ul {
    display: block !important
}

 .menu-on-top aside#left-panel nav ul li.active > a:before {
    content: "" !important
}

 .menu-on-top nav > ul ul li::before, .menu-on-top nav > ul > li > ul::before {
    border: none
}

 .menu-on-top nav ul ul li a, .menu-on-top nav ul ul ul li a {
    color: #4C4F53
}

 .menu-on-top nav ul ul li a:hover, .menu-on-top nav ul ul li:hover > a, .menu-on-top nav ul ul ul li a:hover {
        color: #fff;
        background-color: #4C4F53
    }

 .menu-on-top nav > ul ul ul {
    border-top: 1px solid #c7c7c7 !important
}

 .menu-on-top nav ul ul li {
    overflow: visible
}

 .menu-on-top nav ul ul, .menu-on-top nav ul ul ul {
    background: #fff !important;
    border: 1px solid #c7c7c7;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-bottom: 1px solid #BD2A2A;
    border-top: none;
    width: 200px;
    border-radius: 0;
    padding: 3px;
    margin-left: 0
}

 .menu-on-top nav > ul ul li:hover > ul {
    display: block;
    position: absolute;
    z-index: 999;
    left: 100%;
    top: -8px;
    background: #333
}

 .menu-on-top nav > ul > li > a:after {
    content: "\f0dd" !important;
    top: 76% !important;
    color: #636363 !important;
    left: 46%
}

 .menu-on-top nav ul ul li:hover > a:after, .menu-on-top nav > ul ul > li a:after, .menu-on-top nav > ul ul > li a:hover:after, .menu-on-top nav > ul > li > a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    display: block !important;
    position: absolute;
    top: 9px;
    right: 4px;
    color: #333
}

 .menu-on-top nav ul ul li:hover > a:after, .menu-on-top nav > ul ul > li a:hover:after {
    color: #fff
}

 .menu-on-top nav > ul ul > li a:only-child:after, .menu-on-top nav > ul > li > a:only-child:after {
    content: "" !important
}

 .menu-on-top nav ul ul .active > a {
    color: #333 !important
}

 .menu-on-top nav ul ul .active > a:hover, .menu-on-top nav ul ul li.active:hover > a {
        color: #fff !important
    }

 .menu-on-top .slimScrollDiv, .menu-on-top nav {
    overflow: visible !important
}

 body.menu-on-top.fixed-header {
    padding-top: 49px
}

 body.menu-on-top.fixed-header.fixed-navigation nav > ul {
        padding-right: 0;
        position: relative;
        height: auto;
        width: auto;
        overflow: visible
    }

 body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon {
        left: 0;
        top: 118px
    }

 @media (max-width:979px) {
    .menu-on-top #mobile-profile-img a.userdropdown img {
        width: 39px;
        margin-top: 0;
        margin-left: 2px;
        border-radius: 3px;
        margin-right: -3px
    }

    .menu-on-top .btn-header.pull-right {
        margin-left: 0 !important
    }

    .menu-on-top #main {
        margin-top: 0 !important
    }

    .menu-on-top #left-panel {
        left: 0;
        display: none
    }

    body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon {
        top: 49px
    }

    .menu-on-top.hidden-menu #left-panel {
        display: block
    }

    .menu-on-top.hidden-menu #main {
        left: 0 !important
    }

    .menu-on-top #hide-menu {
        display: block !important
    }

    .menu-on-top aside#left-panel nav {
        height: 300px !important;
        overflow: scroll;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch
    }

    .menu-on-top .menu-item-parent {
        white-space: inherit;
        overflow: visible;
        text-overflow: inherit;
        text-align: left;
        min-width: 85%;
        max-width: 85%;
        padding-left: 5px
    }

        .menu-on-top .menu-item-parent + span {
            top: 50%;
            margin-top: -8px
        }

    .menu-on-top nav li.active > ul {
        display: block
    }

    .menu-on-top nav > ul > li.active {
        background: #fff;
        background: linear-gradient(to bottom,#cfcfcf 0,#fff 66%)
    }

        .menu-on-top nav > ul > li.active > a {
            color: #333 !important
        }

    .menu-on-top nav ul ul li:hover > a:after, .menu-on-top nav > ul ul > li a:after, .menu-on-top nav > ul ul > li a:hover:after, .menu-on-top nav > ul > li > a:after {
        top: 50%;
        right: 15px;
        font-size: 15px;
        margin-top: -8px;
        content: "\f0dd" !important
    }

    .menu-on-top nav > ul ul > li a:only-child:after, .menu-on-top nav > ul > li > a:only-child:after {
        content: "" !important
    }

    .menu-on-top nav > ul > li > a:after {
        top: 50% !important;
        left: auto;
        margin-top: -14px;
        font-size: 20px
    }

    .menu-on-top nav ul ul, .menu-on-top nav ul ul ul {
        padding: 0;
        border: none
    }

        .menu-on-top nav ul ul ul {
            border-bottom: 2px solid #333
        }

    .menu-on-top aside#left-panel nav > ul > li {
        width: 100%
    }

        .menu-on-top aside#left-panel nav > ul > li > a {
            height: auto;
            display: block;
            padding: 8px 9px !important;
            border-bottom: 1px dotted #585858
        }

    .menu-on-top nav > ul > li > ul > li > a, .menu-on-top nav > ul > li > ul > li > ul > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .menu-on-top aside#left-panel nav > ul > li > a > i {
        display: inline !important
    }

    .menu-on-top aside#left-panel nav > ul li ul {
        position: relative !important;
        width: 100%;
        top: 0;
        left: 0
    }

    .menu-on-top aside#left-panel nav > ul > li:active > ul, .menu-on-top aside#left-panel nav > ul > li:focus > ul {
        display: block !important
    }
}

 .menu-on-top .top-menu-invisible, .no-menu #hide-menu, .no-menu #left-panel, .no-menu #logout {
    display: none !important
}

 .no-menu #main {
    margin: 0 !important
}

 .no-menu #mobile-profile-img {
    display: block !important
}

 .no-menu #mobile-profile-img a.userdropdown img {
        width: 30px;
        margin-top: 5px;
        margin-left: 2px;
        border-radius: 3px;
        border: 1px solid #797979 !important
    }

/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/datatables.net-dt/css/jquery.dataTables.css ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
}
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0d6efd;
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}
@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable tbody tr {
  background-color: transparent;
}
table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: white;
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable tbody tr.selected a {
  color: #090a0b;
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.923));
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 1)) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.919));
}
table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}
table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
}
table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.954));
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.947));
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.939));
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.919));
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.911));
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.903));
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.982));
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.974));
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.962));
}
table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(230, 230, 230, 0.1);
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/dist/css/responsive.bootstrap.min.css ***!
  \******************************************************************************************************************************************************************************************************************************************/
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}div.dtr-bs-modal table.table tr:first-child td{border-top:none}

/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/dist/css/your_style.css ***!
  \****************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
@font-face {
    font-family: 'NunitoSans-Regular';
    src: url('/assets/fonts/NunitoSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('/assets/fonts/Poppins-Regular.ttf') format('truetype');
}
/* Fontello Icon Styles */
@font-face {
    font-family: 'fontello';
    src: url('/assets/icons/fontello.eot?5748871');
    src: url('/assets/icons/fontello.eot?5748871#iefix') format('embedded-opentype'),
        url('/assets/icons/fontello.woff2?5748871') format('woff2'),
        url('/assets/icons/fontello.woff?5748871') format('woff'),
        url('/assets/icons/fontello.ttf?5748871') format('truetype'),
        url('/assets/icons/fontello.svg?5748871#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?5748871#fontello') format('svg');
  }
}
*/
:root {
  --header-height: 64px;
  --sidebar-width: 260px;
  --sidebar-collapsed-width: 0px;
  --sidebar-transition: 0.3s ease-in-out;

  /* Color theme */
  --usf-primary-color: #56821f;
  --usf-secondary-color: #cf4520;
  --usf-yellow-color: #c08b0b;
  --usf-neutral-color: #717073;
  --usf-tab-group-color: #56821f;
}
.bg-usf-green{
    background-color: var(--usf-primary-color) !important;
}
.text-usf-green{
    color: var(--usf-primary-color) !important;
}
.bg-usf-orange{
    background-color: var(--usf-secondary-color) !important;
}
.text-usf-orange{
    color: var(--usf-secondary-color) !important;
}
.app-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
.app-header {
  height: var(--header-height);
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
.app-header .container-fluid {
  height: 100%;
  padding: 0 1.5rem;
}
.layout-wrapper {
  display: flex;
  margin-top: var(--header-height);
  height: calc(100vh - var(--header-height));
  position: relative;
}
.sidebar {
  position: fixed;
  left: 0;
  top: var(--header-height);
  height: calc(100vh - var(--header-height));
  width: var(--sidebar-width);
  background-color: #ffffff;
  border-right: 1px solid #dee2e6;
  transform: translateX(-100%);
  transition: transform var(--sidebar-transition);
  z-index: 996;
  overflow: hidden;
}
.sidebar.show {
  transform: translateX(0);
}
.sidebar-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem 0;
}
.main-content {
  flex: 1;
  margin-left: 0;
  transition: margin-left var(--sidebar-transition);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.main-content.sidebar-open {
  margin-left: var(--sidebar-width);
}
.content-wrapper {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem;
  background-color: #f8f9fa;
}
.sidebar-backdrop {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.sidebar-backdrop.show {
  opacity: 1;
  visibility: visible;
}
/* Desktop */
@media (min-width: 992px) {
  .sidebar {
    transform: translateX(-100%);
  }
  
  .sidebar.show {
    transform: translateX(0);
  }
  
  .main-content {
    margin-left: 0;
  }
  
  .main-content.sidebar-open {
    margin-left: var(--sidebar-width);
  }
  
  .sidebar-backdrop {
    display: none;
  }
}
/* Tablet */
@media (max-width: 991px) and (min-width: 768px) {
  .sidebar {
    width: 240px;
  }
  
  .main-content {
    margin-left: 0;
  }
  
  .main-content.sidebar-open {
    margin-left: 0;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .sidebar {
    width: 280px;
  }
  
  .main-content {
    margin-left: 0;
  }
  
  .main-content.sidebar-open {
    margin-left: 0;
  }
  
  .content-wrapper {
    padding: 1rem;
  }
  
  .app-header .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  .sidebar {
    width: 85vw;
    max-width: 320px;
  }
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-icon_neworder:before {
    content: '\e800';
}
/* '' */
.icon-icon_configuration:before {
    content: '\e801';
}
/* '' */
.icon-icon_customer:before {
    content: '\e802';
}
/* '' */
.icon-icon_dashboard:before {
    content: '\e803';
}
/* '' */
.icon-icon_product:before {
    content: '\e804';
}
/* '' */
.icon-icon_report:before {
    content: '\e805';
}
/* '' */
.icon-icon_service:before {
    content: '\e806';
}
/* '' */
.icon-icon_suppliers:before {
    content: '\e807';
}
/* '' */
.icon-icon_email:before {
    content: '\e809';
}
/* '' */
.icon-icon_inventory:before {
    content: '\e80a';
}
/* '' */
.icon-icon_distributor:before {
    content: '\e80b';
}
/* '' */
.icon-icon_sales:before {
    content: '\e80c';
}
/* '' */
/* Fontello Icon Styles */
body {
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background: #f1f5f9;
    min-height: 100vh !important;
    overflow-x: hidden;
    /* background-color: #fff; */
}
.min-vh-90 { min-height: 90vh; }
.max-vh-90 { max-height: 90vh; }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 600;
}
a {
    /* color: #000 !important; */
    font-size: 12px;
    color: white;
    /* rgb(78, 119, 194) !important;*/
    font-size: 12px;
}
.padding-top-0 {
    padding-top: 0 !important;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.padding-bottom-0 {
    padding-bottom: 0 !important;
}
.padding-bottom-5 {
    padding-bottom: 5px !important;
}
.padding-left-5 {
    padding-left: 5px !important;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-right-0 {
    padding-right: 0 !important;
}
.padding-right-5 {
    padding-right: 5px !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.ml15 {
    margin-left: 15px;
}
.mr15 {
    margin-right: 15px;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-tb-25 {
    margin: 25px 0 !important;
}
.header-search.pull-right {
    margin-top: 4px;
}
.alertsTop {
    position: relative;
}
.alertsTop a {
    display: block;
    position: relative;
    margin-top: 15px;
    margin-right: 13px;
}
.alertsTop a i {
    font-size: 22px;
    color: #f2f2f2;
}
.alertsTop .alertCount {
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #D61E2B;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    font-size: 10px;
    text-align: center;
    top: -2px;
    right: -6px;
}
.breadcrumb {
    margin-bottom: 10px;
    background-color: inherit;
}
.breadcrumb>.active {
    color: #777777;
}
/*.smart-form {
    .input {
        input {
            padding: 4px 10px !important;
        }
    }
}*/
/* SmartForm Bootstrap Validation */
#extr-page h4.paragraph-header {
    width: auto;
}
#extr-page .smart-form .alert {
    margin: 4px;
}
#extr-page .smart-form .alert li {
    margin-left: 14px;
    list-style: none;
}
#extr-page .smart-form .alert li:before {
    content: "\f071";
    font-family: FontAwesome;
    position: absolute;
    left: 14px;
}
#extr-page .smart-form div+fieldset {
    padding-top: 15px;
}
.jarviswidget>header {
    height: 35px;
    line-height: 35px;
}
aside {
    background: transparent;
}
#left-panel nav ul {
    margin-top: 0 !important;
}
.button-color, button {
    border-radius: 0px;
    background-color: var(--usf-secondary-color);
    color: white !important;
    font-size: 12px !important;
}
.primary,
button {
    border-radius: 76px;
    background-color: #56821f;
    border: 0px;
    font-size: 12px !important;
    padding: 6px 20px;
    color: white !important;
}
.secondary,
button {
    border-radius: 76px;
    background-color: #cf4520;
    border: 0px;
    padding: 6px 20px;
}
.blackbtn {
    border-radius: 76px;
    background-color: #ed741b;
    border: #ed741b 1px solid;
    color: white !important;
    font-size: 12px !important;
    padding: 6px 20px;
}
.text-orange-success {
    color: #ed741b;
}
.bg-color-darken {
    background-color: #f7e4d6 !important;
}
/* ---- login ----*/
#extr-page #main {
    padding-top: 0;
    padding-bottom: 0;
}
.smart-form section {
    margin-left: 5px;
    margin-right: 5px;
}
.smart-form .row.mr0 {
    margin-right: 0;
}
.smart-form .row.ml0 {
    margin-left: 0;
}
.loginMainFlex {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginCol,
.loginCol-1,
.loginCol-2 {
    width: 60%;
    height: 100%;
    box-sizing: border-box;
}
.loginCol-2 {
    width: 40%;
}
.loginCol.infoPanel {
    /* background: url('../img/Pivedl-Login-Bg.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ed741b;
    padding: 30px 40px 0 40px;
}
.loginCol.infoPanel .fa-check {
    color: #333;
}
.bannerTitle {
    color: #ed741b;
    margin-top: 20px;
    /* 
    text-align: left;
    background-color: rgba(255,220,178,.7);
    padding: 10px 40px;
    border-radius: 0px 50px;*/
}
.bannerTitle h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
}
.bannerTitle p {
    color: #333;
}
.loginBanner {
    height: 320px;
    width: 100%;
    /* background: url('../img/pivedlmain.png'); */
    background-repeat: no-repeat;
    background-size: cover;
}
.loginCol.formPanel {
    background-color: #f4f4f4;
    padding: 30px 20px 0 20px;
}
.infoPanel ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.infoPanel ul li {
    list-style-type: none;
    margin-bottom: 5px;
    font-weight: lighter;
}
.infoPanel ul li span {
    display: block;
    padding-left: 20px;
    position: relative;
    text-shadow: 1px 0 2px #fff;
}
.infoPanel ul li span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    font-family: 'FontAwesome';
    color: #333;
}
/* --- left nav ui 17-02-2021 ----- */
.btn.btn-grid {
    padding: 1px 7px;
    font-size: 11px;
    color: #fff;
}
.btn-transparent {
    background-color: transparent;
}
.btn:not(.dropdown-toggle) {
    box-shadow: none;
    -webkit-box-shadow: none;
    /* border-radius: 15px !important; */
}
.btn-primary {
    color: #ffffff !important;
}
.btn-primary:hover {
    background-color: var(--usf-primary-color);
    border-color: var(--usf-primary-color);
}
.fa.fa-remove {
    color: #ff4040;
}
.fa.fa-pencil {
    color: #3276b1;
}
#top-right {
    margin-top: 10px;
}
.invoice-footer .note {
    display: none;
}
.disabledLink {
    opacity: 0.3;
}
.divMessageBox {
    background: rgba(0, 0, 0, .0)
}
.MessageBoxContainer {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 40%;
}
.MessageBoxMiddle {
    width: 100%;
    left: inherit;
}
#header> :first-child,
aside {
    width: 185px;
}
#main {
    margin-left: 200px;
}
.page-footer {
    padding-left: 250px;
}
.hidden-menu #left-panel {
    left: -235px;
}
.hidden-menu #main {
    margin-left: 0;
}
/* ---- header ------*/
.navbar-brand {
    color: #fff;
    font-weight: bold;
}
.navbar-brand:hover {
    color: #fff;
}
#logo-group {
    position: relative
}
#logo-group span {
    right: -50px;
    background: none !important;
    border: none !important;
    top: 10px;
    /*position:inherit !important;*/
    z-index: 9999;
}
.minified nav>ul>li {
    border-top: 0;
}
.header-logo .minifyme {
    position: absolute;
    background: none !important;
    border: none !important;
    top: 3px;
    left: 0px;
    color: #ED7519;
    margin: 0px !important
}
.minified .minifyme .fa:before {
    content: "" !important;
}
/* ---- aside ------ */
aside {
    /* background: url('../img/leftnav-bg.jpg') repeat-y #7c0966; */
    background-color: transparent;
    /* box-shadow: 3px 4px 5px 0px rgba(237, 116, 27, .5); */
}
#main {
    padding-bottom: 0;
}
#main.expanded {
    width: calc(100% - 235px);
}
#content {
    overflow: hidden;
}
.page-footer {
    background: #3a005c;
}
/* ---- //aside ------ */
/* ---- //header ------*/
/*   --- circle css  */
.circleNavMain {
    position: relative;
    /*min-height:500px;*/
}
.circlePan {
    position: absolute;
    left: 0;
    right: 0;
    top: 158px;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
}
.circlePan,
.circlePan button {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.circlePan button,
.circlePan .circleUser {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #ed741b;
    border-radius: 50%;
    border: 0;
    color: #333333;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all .1s;
    text-align: center;
    padding-top: 35px;
    border: 5px solid #fff;
    box-shadow: 0 0 15px #aaa;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
    /* webkit */
}
.circlePan button:hover {
    background: #3071a9;
}
.circlePan button:focus {
    outline: none;
}
.circlePan ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
}
.circlePan li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
}
.circlePan ul li i {
    position: absolute;
    top: 25px;
    left: 0%;
    right: 0%;
    margin: auto;
}
.circlePan li:before {
    content: "";
    border: 1px dashed #ccc;
    height: 55px;
    display: block;
    box-shadow: 0px 0px 1px #fff;
    margin-left: 7px;
}
.circlePan li label {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}
.circlePan li label {
    background-color: #fff;
    color: #ffffff;
    border: 5px solid #ffffff;
}
.circlePan li label.c1 {
    background: -moz-linear-gradient(top, #e96300 0%, #ed9017 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e96300), color-stop(100%, #ed9017));
}
.circlePan li label.c2 {
    background: -moz-linear-gradient(top, #00B254 0%, #8DCD13 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00B254), color-stop(100%, #8DCD13));
}
.circlePan li label.c3 {
    background: -moz-linear-gradient(top, #019879 0%, #14D496 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #019879), color-stop(100%, #14D496));
}
.circlePan li label.c4 {
    background: -moz-linear-gradient(top, #00709E 0%, #02BBEA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00709E), color-stop(100%, #02BBEA));
}
.circlePan li label.c5 {
    background: -moz-linear-gradient(top, #790124 0%, #BF2B5B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #790124), color-stop(100%, #BF2B5B));
}
.circlePan li label.c6 {
    background: -moz-linear-gradient(top, #012640 0%, #0073A8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #012640), color-stop(100%, #0073A8));
}
.circlePan li label.c7 {
    background: -moz-linear-gradient(top, #D61E2B 0%, #FF394A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D61E2B), color-stop(100%, #FF394A));
}
.circlePan li label.c8 {
    background: -moz-linear-gradient(top, #6c2e16 0%, #b16339 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c2e16), color-stop(100%, #b16339));
}
.circlePan li label.c9 {
    background: -moz-linear-gradient(top, #906a00 0%, #d99f00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #906a00), color-stop(100%, #d99f00));
}
.circlePan li label.c10 {
    background: -moz-linear-gradient(top, #6f156c 0%, #c840c3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f156c), color-stop(100%, #c840c3));
}
.circlePan.open li label {
    max-width: 100px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-left: -40px;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    box-shadow: 2px 4px 5px #999;
}
/*   --- // circle css  */
/*   drag and drop */
.example-parent {
    border: 2px solid #DFA612;
    color: black;
    display: flex;
}
.example-origin {
    flex-basis: 100%;
    flex-grow: 1;
    padding: 0;
}
.example-draggable {
    background-color: #ddd;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 10px;
}
.panel-body .example-draggable {
    margin-top: 10px;
}
.example-dropzone {
    background-color: #6DB65B;
    flex-basis: 100%;
    flex-grow: 1;
    padding: 10px;
}
.dropPanel {
    border: 1px dashed #999;
}
/*   //drag and drop */
.alertsPanel,
.commentPanel {
    position: absolute;
    width: 300px;
    top: 45px;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
}
.commentPanel {
    width: 400px;
}
.alertsBody {
    padding: 0 10px 10px 10px;
}
.alertsBody ul {
    margin-bottom: 0;
}
.alertsBody h4 {
    color: #7c0966;
    margin: 0;
    padding: 5px 0;
    font-weight: 500;
}
.alertsBody .close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    opacity: 9;
}
.alertsBody .close .fa {
    color: #7c0966;
}
.chatPane {
    height: 300px;
}
.chatPane .pPic {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #ddd;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #7c0966;
    margin-right: 5px;
}
.chatPane ul {
    margin-bottom: 0;
}
.chatPane .list-group-item {
    position: relative;
}
.chatPane .list-group-item.online:after,
.chatPane .list-group-item.offline:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #56D143;
    top: 15px;
    right: 7px;
}
.chatPane .list-group-item.offline:after {
    background-color: #ddd;
}
/* --- alerts top panel   ----- */
/* --- //alerts top panel   ----- */
.p10 {
    padding: 10px;
}
.p15 {
    padding: 15px !important;
}
em.fa.fa-minus {
    /* display: none; */
}
.open {
    &.fa.fa-minus {
        display: block;
    }
}
#left-panel nav ul li.open a .collapse-sign em:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
}
@media screen and (max-width: 768px) {
    .loginMainFlex {
        display: block;
    }

    .loginCol-1,
    .loginCol-2 {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 880px) {

    #left-panel {
        left: -235px;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    #main {
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #left-panel {
        left: -235px;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    #main {
        margin-left: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    #left-panel {
        left: -235px;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    #main {
        margin-left: 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 679px) {
    #left-panel {
        left: -235px;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    #main {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    #left-panel {
        left: -235px;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    #main {
        margin-left: 0;
    }
}
@media (max-width: 979px) {
    .page-footer {
        padding: 15px 14px 0;
    }
}
/* --- changes on 21-05-2021-----*/
.jarviswidget {
    margin-bottom: 15px;
}
.fixed-header thead tr th {
    position: fixed;
}
.jarviswidget>div .customerScrollPanel {
    padding: 0;
    border: 0;
    max-height: 175px;
    overflow: auto;
    margin-bottom: 10px;
}
.form-control-custom {
    border: 1px solid #bdbdbd;
    padding: 5px 10px;
}
.nav ul li a {
    color: #333 !important;
    font-size: 12px !important;
}
.nav ul li a:active {
    background-color: #56821f !important;
}
.nav ul ul {
    background-color: inherit !important;
}
nav ul .active>a {
    color: #4842a8 !important;
}
.login-info>span {
    border-bottom: none !important;
}
.login-info {
    border-bottom: none !important;
    box-shadow: none !important;
}
.minified nav>ul>li>ul>li,
.minified nav>ul>li>ul {
    background-color: #dbdbdb !important;
}
nav ul ul {
    padding: inherit !important;
}
.login-info a {
    margin: inherit !important;
}
img.online {
    border-left-color: #f5f5f5 !important;
}
.login-info>span {
    line-height: 56px !important;
}
.minified nav>ul>li {
    border-bottom: 1px solid #999 !important;
}
.minified .header-logo {
    width: 190px !important;
    padding-left: 60px !important;
}
.dataTables_wrapper:not(#container) {
    /* box-shadow: 2px 2px 7px rgba(238,117,30,0.5) !important; */
}
/* .dataTables_wrapper a {
    color: #fff !important;
} */
.pagination-sm>li>a {
    color: #999 !important;
}
.pagination>.active>a,
.pagination>.active>a:hover {
    background-color: #999;
    border: 1px solid #999;
    color: #fff !important;
}
.ui-datepicker td .ui-state-highlight {
    background-color: #ed741b;
    color: #fff !important;
}
.ui-datepicker td .ui-state-hover {
    background-color: #999;
    color: #fff !important;
}
.form-control {
    /* text-indent: 10px;*/
}
#tblUsersList td,
#tblUsersList th {
    vertical-align: middle;
    overflow: visible;
    word-break: break-all;
}
#tblVendorsList td,
#tblVendorsList th {
    vertical-align: middle;
    overflow: visible;
    word-break: break-all;
}
.title-name h3 i {
    font-size: 19px;
    padding-right: 9px;
    float: left;
    line-height: 30px;
    padding-bottom: 10px;
}
.pt6 {
    padding-top: 6px;
}
.btn-p {
    float: right;
    margin-top: 2px;
}
#tblUsersList_wrapper {
    background: #fff;
    margin-top: 25px;
    padding: 15px;
    border-radius: 5px;
}
#tblVendorsList_wrapper {
    background: #fff;
    margin-top: 25px;
    padding: 15px;
    border-radius: 5px;
}
.dt-toolbar {
    border-bottom: 0px;
    padding: 0px;
    background: none;
    margin-bottom: 10px;
}
#tblUsersList th {
    color: #2e3a40;
    font-size: 12px;
}
#tblUsersList td {
    font-size: 12px;
}
#tblUsersList th i {
    color: #123e54;
    font-size: 14px;
    padding-right: 5px;
}
.dt-toolbar-footer {
    background: none;
    border: none;
}
.title-user {
    height: 42px
}
.pad-adjust {
    padding-right: 0px;
    padding-left: 26px;
}
.title-user h3 {
    padding-left: 16px;
    display: inline-block;
}
.smart-form .label {
    font-weight: 600;
    font-size: 11.5px;
}
.form-control {
    font-size: 11.5px;
    text-indent: 10px;
}
input[type='date'].date {
    font-size: 11px;
    width: 105px;
}
select:disabled{
    background-color: rgba(239, 239, 239, 0.3) !important;
}
.ms-selectable .custom-header,
.ms-selection .custom-header {
    font-weight: 600;
    font-size: 11.5px;
    padding-bottom: 10px;
    color: #323130;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
    font-size: 11.5px !important;
    line-height: 17px;
    min-height: 24px;
    vertical-align: middle;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.trans-bg{
    background-color: transparent !important;
    color: #000 !important;
}
.btnPrevious {
    color: #fff !important;
    border-radius: 75px;
    padding: 6px 10px;
    text-decoration: none;
    background-color: #ed741b;
    border: 1px solid #ed741b;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}
.btnPrevious:hover {
    text-decoration: none !important;
    background-color: #275b89 !important;
    border-color: #1f496d !important;
}
.dataTables_filter .input-group-addon+.form-control {
    float: left;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
a {
    color:#cf4520 !important;
    font-size: 13px;
}
.btn-bg {
    background-color: #56821f !important ;
}
.ngx-pagination .current {
    background: var(--usf-secondary-color) !important ;
    color: black;
    padding: 0.5rem .625rem !important;
}
.blue-color {
    color: #040404;
}
/* .blue-color {
    color: #040404 !important;
} */
.white-color {
    color: #040404 !important;
}
.padding-top-0 {
    padding-top: 0 !important;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.padding-bottom-0 {
    padding-bottom: 0 !important;
}
.padding-bottom-5 {
    padding-bottom: 5px !important;
}
.padding-left-5 {
    padding-left: 5px !important;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-right-5 {
    padding-right: 5px !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.ml15 {
    margin-left: 15px;
}
.mr15 {
    margin-right: 15px;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-tb-25 {
    margin: 25px 0 !important;
}
.header-search.pull-right {
    margin-top: 4px;
}
.alertsTop {
    position: relative;
}
.alertsTop a {
    display: block;
    position: relative;
    margin-top: 15px;
    margin-right: 13px;
}
.alertsTop a i {
    font-size: 22px;
    color: #f2f2f2;
}
.alertsTop .alertCount {
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #D61E2B;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    font-size: 10px;
    text-align: center;
    top: -2px;
    right: -6px;
}
/*.smart-form {
    .input {
        input {
            padding: 4px 10px !important;
        }
    }
}*/
/* SmartForm Bootstrap Validation */
#extr-page h4.paragraph-header {
    width: auto;
}
#extr-page .smart-form .alert {
    margin: 4px;
}
#extr-page .smart-form .alert li {
    margin-left: 14px;
    list-style: none;
}
#extr-page .smart-form .alert li:before {
    content: "\f071";
    font-family: FontAwesome;
    position: absolute;
    left: 14px;
}
#extr-page .smart-form div+fieldset {
    padding-top: 15px;
}
.jarviswidget>header {
    height: 35px;
    line-height: 35px;
}
.ms-container .ms-list {
    height: 233px !important;
    scrollbar-width: thin;
}
.ms-container .ms-list::-webkit-scrollbar {
    width: 8px;
    background-color: #efefef;
}
.ms-container .ms-list::-webkit-scrollbar-thumb {
    background-color: #dedede;
}
aside {
    /* background: #d0d0d0; */
}
.border-right-bottom
{
    border-right: 2px solid #56821f4D !important;
    border-bottom: 2px solid #56821f4D !important;
    background-color: white;
}
.border-top-left{
    border-left: 2px solid #56821f4D !important;
    border-top: 2px solid #56821f4D !important;
    background-color: white;

}
.close{
    color: black !important;
}
.secondary,
button {
    border-radius: 76px;
    background-color: #cf4520;
    color: white;
    border: 0px;
}
.blackbtn {
    border-radius: 76px;
    background-color: black !important;
    border: 0px;
}
.text-orange-success {
    color: #ed741b;
}
.bg-color-darken {
    background-color: #f7e4d6 !important;
}
/* ---- login ----*/
#extr-page #main {
    padding-top: 0;
    padding-bottom: 0;
}
.smart-form section {
    margin-left: 5px;
    margin-right: 5px;
}
.smart-form .row.mr0 {
    margin-right: 0;
}
.smart-form .row.ml0 {
    margin-left: 0;
}
.loginMainFlex {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginCol,
.loginCol-1,
.loginCol-2 {
    width: 60%;
    height: 100%;
    box-sizing: border-box;
}
.loginCol-2 {
    width: 40%;
}
.loginCol.infoPanel {
    /* background: url('../img/Pivedl-Login-Bg.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ed741b;
    padding: 30px 40px 0 40px;
}
.loginCol.infoPanel .fa-check {
    color: #333;
}
.bannerTitle {
    color: #ed741b;
    margin-top: 20px;
    /* 
    text-align: left;
    background-color: rgba(255,220,178,.7);
    padding: 10px 40px;
    border-radius: 0px 50px;*/
}
.bannerTitle h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
}
.bannerTitle p {
    color: #333;
}
.loginBanner {
    height: 320px;
    width: 100%;
    /* background: url('../img/pivedlmain.png'); */
    background-repeat: no-repeat;
    background-size: cover;
}
.loginCol.formPanel {
    background-color: #f4f4f4;
    padding: 30px 20px 0 20px;
}
.infoPanel ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.infoPanel ul li {
    list-style-type: none;
    margin-bottom: 5px;
    font-weight: lighter;
}
.infoPanel ul li span {
    display: block;
    padding-left: 20px;
    position: relative;
    text-shadow: 1px 0 2px #fff;
}
.infoPanel ul li span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    font-family: 'FontAwesome';
    color: #333;
}
/* --- left nav ui 17-02-2021 ----- */
.btn.btn-grid {
    padding: 1px 7px;
    font-size: 11px;
    color: #fff;
}
.btn-transparent {
    background-color: transparent;
}
.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.fa.fa-remove {
    color: #ff4040;
}
.fa.fa-pencil {
    color: #3276b1;
}
#top-right {
    margin-top: 10px;
}
.invoice-footer .note {
    display: none;
}
.disabledLink {
    opacity: 0.3;
}
.divMessageBox {
    background: rgba(0, 0, 0, .0)
}
.MessageBoxContainer {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 40%;
}
.MessageBoxMiddle {
    width: 100%;
    left: inherit;
}
#header> :first-child,
aside {
    width: 185px;
}
#main {
    margin-left: 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1720px) {
    #main {
        margin-left: 278px;
    }
}
@media only screen and (min-width: 1092px) and (max-width: 1100px) {
    #main {
        margin-left: 169px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    #main {
        margin-left: 210px;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
    #main {
        margin-left: 230px;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    #main {
        margin-left: 262px;
    }
}
@media only screen and (min-width: 1801px) and (max-width: 2000px) {
    #main {
        margin-left: 278px;
    }
    .card-height {
        height: 220px !important;
    }
}
@media only screen and (min-width: 2001px) and (max-width: 2500px) {
    #main {
        margin-left: 320px;
    }
    .card-height {
        height: 250px !important;
    }
}
@media only screen and (min-width: 2700px) and (max-width: 3200px) {
    #main {
        margin-left: 320px;
    }
    .card-height {
        height: 350px !important;
    }
}
.card-height {
    height: 200px;
}
.open-list {
    display: none;
}
.open {
    .open-list {
        display: block;
    }
}
.page-footer {
    padding-left: 250px;
}
.hidden-menu #left-panel {
    left: -235px;
}
.hidden-menu #main {
    margin-left: 0;
}
/* ---- header ------*/
.navbar-brand {
    color: #fff;
    font-weight: bold;
}
.navbar-brand:hover {
    color: #fff;
}
#logo-group {
    position: relative
}
#logo-group span {
    right: -50px;
    background: none !important;
    border: none !important;
    top: 10px;
    /*position:inherit !important;*/
    z-index: 9999;
}
.header-logo span.minifyme {
    padding-right: 0px !important;
}
.header-logo span.minifyme {
    width: 40px !important;
    font-size: 21px;
}
.minified nav>ul>li {
    border-top: 0;
}
.header-logo {
    position: relative;
    font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    /* padding: 10px; */
    color: #000000 !important;
    width: 200px;
    margin-top: 0 !important;
}
.header-logo .minifyme {
    position: absolute;
    background: none !important;
    border: none !important;
    top: 3px;
    left: 0px;
    color: #ED7519;
    margin: 0px !important
}
/* ---- aside ------ */
/* #header {
    background: #f5f5f5;
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: -10px;
    box-shadow: 0px 0px 5px 0px #56821f;
    line-height: 37px;
} */
#header {
    background: #f5f5f5;
    width: 60%;
    /* position: absolute; */
    /* height: 50px; */
    margin: 10px 0px;
    margin-left: 16%;
    border-radius: 15px;
    /* top: 20px; */
    width: 83%;
    /* height: 98%; */
    opacity: 1;
}
#main {
    padding-bottom: 0;
}
#main.expanded {
    width: calc(100% - 225px);
}
.page-footer {
    background: #3a005c;
}
/* ---- //aside ------ */
/* ---- //header ------*/
/*   --- circle css  */
.circleNavMain {
    position: relative;
    /*min-height:500px;*/
}
.card-shadow {
    box-shadow: 2px 2px 3px #0057ff;
}
.flag-logo {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    background-color: white;
}
.circlePan {
    position: absolute;
    left: 0;
    right: 0;
    top: 158px;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
}
.circlePan,
.circlePan button {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.circlePan button,
.circlePan .circleUser {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #ed741b;
    border-radius: 50%;
    border: 0;
    color: #333333;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all .1s;
    text-align: center;
    padding-top: 35px;
    border: 5px solid #fff;
    box-shadow: 0 0 15px #aaa;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
    /* webkit */
}
.circlePan button:hover {
    background: #3071a9;
}
.circlePan button:focus {
    outline: none;
}
.circlePan ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
}
.circlePan li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
}
.circlePan ul li i {
    position: absolute;
    top: 25px;
    left: 0%;
    right: 0%;
    margin: auto;
}
.circlePan li:before {
    content: "";
    border: 1px dashed #ccc;
    height: 55px;
    display: block;
    box-shadow: 0px 0px 1px #fff;
    margin-left: 7px;
}
.circlePan li label {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}
.circlePan li label {
    background-color: #fff;
    color: #ffffff;
    border: 5px solid #ffffff;
}
.circlePan li label.c1 {
    background: -moz-linear-gradient(top, #e96300 0%, #ed9017 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e96300), color-stop(100%, #ed9017));
}
.circlePan li label.c2 {
    background: -moz-linear-gradient(top, #00B254 0%, #8DCD13 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00B254), color-stop(100%, #8DCD13));
}
.circlePan li label.c3 {
    background: -moz-linear-gradient(top, #019879 0%, #14D496 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #019879), color-stop(100%, #14D496));
}
.circlePan li label.c4 {
    background: -moz-linear-gradient(top, #00709E 0%, #02BBEA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00709E), color-stop(100%, #02BBEA));
}
.circlePan li label.c5 {
    background: -moz-linear-gradient(top, #790124 0%, #BF2B5B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #790124), color-stop(100%, #BF2B5B));
}
.circlePan li label.c6 {
    background: -moz-linear-gradient(top, #012640 0%, #0073A8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #012640), color-stop(100%, #0073A8));
}
.circlePan li label.c7 {
    background: -moz-linear-gradient(top, #D61E2B 0%, #FF394A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D61E2B), color-stop(100%, #FF394A));
}
.circlePan li label.c8 {
    background: -moz-linear-gradient(top, #6c2e16 0%, #b16339 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c2e16), color-stop(100%, #b16339));
}
.circlePan li label.c9 {
    background: -moz-linear-gradient(top, #906a00 0%, #d99f00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #906a00), color-stop(100%, #d99f00));
}
.circlePan li label.c10 {
    background: -moz-linear-gradient(top, #6f156c 0%, #c840c3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f156c), color-stop(100%, #c840c3));
}
.circlePan.open li label {
    max-width: 100px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-left: -40px;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    box-shadow: 2px 4px 5px #999;
}
/*   --- // circle css  */
/* ---- flip styles ---- */
.flip-card,
.no-flip-card {
    background-color: transparent;
    width: 100%;
    height: 230px;
    perspective: 1000px;
    cursor: pointer;
}
.flip-card.card-tile {
    height: 120px;
}
.productAlerts .no-flip-card {
    max-height: 80px !important;
}
.no-flip-card .table,
.no-flip-card .panel {
    margin-bottom: 0;
}
.no-flip-card .panel {
    box-shadow: none;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);*/
    box-shadow: 0 2px 4px rgba(238, 117, 30, 0.5);
}
.flip-card.card-tile .flip-card-inner {
    box-shadow: none;
}
.flip-card:hover .flip-card-inner {
    transform: rotateX(180deg);
}
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.flip-card-front {
    background-color: #fff;
    color: black;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.flip-card-back {
    background-color: #fff;
    border: 1px solid #ddd;
    transform: rotateX(180deg);
    border-radius: 4px;
}
.flip-card.card-tile .flip-card-front,
.flip-card.card-tile .flip-card-back {
    border-color: #edc0e4;
    background-color: #fbf8ff;
}
.flip-card.card-tile .icon .fa {
    font-size: 52px;
}
.flip-card-front b,
.flip-card-back b {
    color: #ee741b;
}
.flip-card-front span,
.flip-card-back span {
    color: #000;
}
.flip-card-front .fa,
.flip-card-back .fa {
    color: #ee741b;
}
.flip-card.card-tile .flip-card-front a .fa,
.flip-card.card-tile .flip-card-back a .fa {
    color: #fff;
    float: right;
    margin-top: 5px;
}
.cart .fa,
.ban .fa {
    color: #fff;
}
.cart,
.no-cart,
/* .price,*/
.ban {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    color: #fff;
}
.cart i,
.no-cart i,
/* .price i, */
.ban i {
    font-size: 50px;
    text-align: center;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 25%;
}
.cart {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e96300), color-stop(100%, #ed9017));
}
.ban {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D61E2B), color-stop(100%, #FF394A));
}
.no-cart {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #012640), color-stop(100%, #0073A8));
}
.distributorBlock .flip-card .flip-card-back .panel {
    box-shadow: none;
}
.revenue,
.orders,
.customers,
.ecommerce-orders,
.alerts-tile {
    max-height: 80px !important;
    text-align: center;
}
.revenue i.flip-icon,
.orders i.flip-icon,
.customers i.flip-icon,
.ecommerce-orders i.flip-icon,
.alerts-tile i.flip-icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #efefef;
    border-radius: 50%;
    padding-top: 10px;
    margin-top: 2px;
}
.revenue a,
.orders a,
.customers a,
.ecommerce-orders a,
.alerts-tile a,
.flip-card.card-tile a {
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    padding: 3px 7px;
    background: rgb(132 97 2 / 30%);
    color: #fff;
    font-size: 15px;
    border-radius: 0px 0px 10px 10px;
    cursor: pointer;
}
.flip-card.card-tile a {
    border-radius: 0 0 4px 4px;
    background: #7c0966;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.revenue span,
.orders span,
.customers span,
.ecommerce-orders span,
.alerts-tile span {
    display: inline-block;
    float: left !important;
    font-size: 13px;
    text-align: left !important;
}
.revenue span b,
.orders span b,
.customers span b,
.ecommerce-orders span b,
.alerts-tile span b {
    font-size: 18px;
    font-weight: 500;
}
.flip-card .footerMoreInfo {
    font-size: 10px;
    color: #0058FF;
    text-align: right;
}
.flip-card .footerMoreInfo i {
    font-size: 8px;
    color: #0058FF;
}
.flip-card.ecommerce-orders .footerMoreInfo {
    margin-top: -13px;
}
/* ---- //flip styles ---- */
/*   drag and drop */
.example-parent {
    border: 2px solid #DFA612;
    color: black;
    display: flex;
}
.example-origin {
    flex-basis: 100%;
    flex-grow: 1;
    padding: 0;
}
.example-draggable {
    background-color: #ddd;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 10px;
}
.panel-body .example-draggable {
    margin-top: 10px;
}
.example-dropzone {
    background-color: #6DB65B;
    flex-basis: 100%;
    flex-grow: 1;
    padding: 10px;
}
.dropPanel {
    border: 1px dashed #999;
}
/*   //drag and drop */
.alertsPanel,
.commentPanel {
    position: absolute;
    width: 300px;
    top: 45px;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
}
.commentPanel {
    width: 400px;
}
.alertsBody {
    padding: 0 10px 10px 10px;
}
.alertsBody ul {
    margin-bottom: 0;
}
.alertsBody h4 {
    color: #7c0966;
    margin: 0;
    padding: 5px 0;
    font-weight: 500;
}
.alertsBody .close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    opacity: 9;
}
.alertsBody .close .fa {
    color: #7c0966;
}
.chatPane {
    height: 300px;
}
.chatPane .pPic {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #ddd;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #7c0966;
    margin-right: 5px;
}
.chatPane ul {
    margin-bottom: 0;
}
.chatPane .list-group-item {
    position: relative;
}
.chatPane .list-group-item.online:after,
.chatPane .list-group-item.offline:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #56D143;
    top: 15px;
    right: 7px;
}
.chatPane .list-group-item.offline:after {
    background-color: #ddd;
}
/* --- alerts top panel   ----- */
/* --- //alerts top panel   ----- */
.p10 {
    padding: 10px;
}
#left-panel {
    padding-bottom: 0;
    min-height:calc(100%);
}
.sub-header {
    color: #040404;
    padding-left: 11px !important;
    font-size: 11px;
}
#left-panel nav ul li.open>ul {
    margin-top: 0 !important;
    padding: 0;
}
#left-panel nav ul li.open>ul>li {
    padding-bottom: 0;
}
nav ul ul b {
    color: #333;
}
#left-panel .poweredBy {
    position: absolute;
    width: 100%;
    bottom: 0;
}
a.notify_dot {
    position: relative;
}
a.notify_dot:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: red;
    border-radius: 10px;
    position: absolute;
    /* top: 0; */
    right: 0;
}
.user-profile {
    background-color: #4682B4;
    width: 39px;
    height: 37px;
    border-radius: 50%;
    margin-top: 0;
}
.minified #left-panel .poweredBy {
    display: none;
}
/*   email template */
.mailPanel {
    border: solid 2px #ed741b;
}
.mailHeader {
    border-bottom: 2px solid #ed741b;
    background-color: #eee;
}
.mailBody {
    padding: 10px;
}
.mailBody p {
    font-size: 12px;
}
.fromAddress {
    padding: 10px;
}
.mailFooter {
    padding: 8px;
    background-color: #eee;
    text-align: center;
    border-top: 1px solid #ccc;
}
.emailTemp2 .mailPanel {
    border-color: #3276b1;
}
.emailTemp2 .mailHeader {
    border-color: #3276b1;
    background-color: #fff;
}
.emailTemp2 .mailFooter {
    background-color: #3276b1;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .loginMainFlex {
        display: block;
    }

    .loginCol-1,
    .loginCol-2 {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 880px) {

    #left-panel {
        left: -235px;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    #main {
        margin-left: 136px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #left-panel {
        left: -235px;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    #main {
        margin-left: 136px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    #left-panel {
        left: -235px;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    #main {
        margin-left: 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 679px) {
    #left-panel {
        left: -235px;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    #main {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    #left-panel {
        left: -235px;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    #main {
        margin-left: 0;
    }
}
@media (max-width: 979px) {
    .page-footer {
        padding: 15px 14px 0;
    }
}
/* --- changes on 21-05-2021-----*/
.jarviswidget {
    margin-bottom: 15px;
}
.fixed-header thead tr th {
    position: fixed;
}
.jarviswidget>div .customerScrollPanel {
    padding: 0;
    border: 0;
    max-height: 175px;
    overflow: auto;
    margin-bottom: 10px;
}
.form-control-custom {
    border: 1px solid #bdbdbd;
    padding: 5px 10px;
}
.nav ul li a {
    color: #333 !important;
    font-size: 12px !important;
}
.nav ul li a:active {
    background-color: #E6E6E6 !important;
}
.nav ul ul {
    background-color: inherit !important;
}
nav ul li.open>a {
    background-color:  #cf4520  !important;
    border-left: 5px solid #e28369 !important;
    color: white !important;
    /* border-left: 3px solid #56821f !important; */
    opacity: 1;
}
nav ul li a:hover {
    background-color:#cf4520 !important;
    color:white !important;
    border-left: 5px solid #e28369 !important;
}
.open {
    background-color:#9a9999;
    border-radius: 10px;
}
nav>ul>li.active>a {
    background-color: #cf4520 !important;
    color: white !important;
    border-left: 3px solid #b1aba8;
    font-weight: 500;
}
nav ul li.active>a:before {
    content: none;
}
nav ul li a i{
    color: black;
    font-size: 15px;
}
nav ul li.active a i {
    color: white;
}
nav ul li a.active i {
    color: white;
}
nav ul li a:hover i{
    color: white;
}
nav>ul>li>a>i {
    width: 25px;
}
nav ul li a i.icon-icon_dashboard {
    font-size: 10px;
    margin-left: -5px;
}
.login-info>span {
    border-bottom: none !important;
}
.login-info {
    border-bottom: none !important;
    box-shadow: none !important;
}
.minified nav>ul>li>ul>li,
.minified nav>ul>li>ul {
    background-color: #dbdbdb !important;
}
nav ul ul {
    padding: inherit !important;
}
.login-info a {
    margin: inherit !important;
}
img.online {
    border-left-color: #f5f5f5 !important;
}
.login-info>span {
    line-height: 37px !important;
}
.minified nav>ul>li {
    border-bottom: 1px solid #999 !important;
}
.minified .header-logo {
    padding-left: 40px !important;
}
/* .dataTables_wrapper a {
    color: #fff !important;
} */
.pagination-sm>li>a {
    color: #999 !important;
}
.pagination>.active>a,
.pagination>.active>a:hover {
    background-color: #999;
    border: 1px solid #999;
    color: #fff !important;
}
.dataTable tr td {
    line-height: 30px;
    vertical-align: inherit;
}
.ui-datepicker td .ui-state-highlight {
    background-color: #ed741b;
    color: #fff !important;
}
.ui-datepicker td .ui-state-hover {
    background-color: #999;
    color: #fff !important;
}
#tblUsersList td,
#tblUsersList th {
    vertical-align: middle;
    overflow: visible;
    word-break: break-all;
}
.title-name h3 {
    text-transform: capitalize;
    font-size: 17px;
    margin: 0px;
    margin-top: 5px;
    font-weight: 600;
}
.title-name h3 i {
    font-size: 19px;
    padding-right: 9px;
    float: left;
    line-height: 23px;
}
.pt6 {
    padding-top: 6px;
}
.btn-p {
    float: right;
    margin-top: 2px;
}
#tblUsersList_wrapper {
    background: #fff;
    margin-top: 25px;
    padding: 15px;
    border-radius: 5px;
}
.dt-toolbar {
    border-bottom: 0px;
    padding: 0px;
    background: none;
    margin-bottom: 10px;
}
#tblUsersList th {
    color: #2e3a40;
    font-size: 12px;
}
#tblUsersList td {
    font-size: 12px;
}
#tblUsersList th i {
    color: #123e54;
    font-size: 14px;
    padding-right: 5px;
}
#tblVednorsList th {
    color: #2e3a40;
    font-size: 12px;
}
#tblVednorsList td {
    font-size: 12px;
}
#tblVednorsList th i {
    color: #123e54;
    font-size: 14px;
    padding-right: 5px;
}
.dt-toolbar-footer {
    background: none;
    border: none;
}
.title-user {
    height: 42px
}
.pad-adjust {
    padding-right: 0px;
    padding-left: 26px;
}
.title-user h3 {
    padding-left: 16px;
    display: inline-block;
}
.smart-form .label {
    font-weight: 600;
    font-size: 11.5px;
}
.form-control {
    font-size: 11.5px;
}
input,
select,
.form-control {
    border-radius: 4px !important;
}
.ms-selectable .custom-header,
.ms-selection .custom-header {
    font-weight: 600;
    font-size: 11.5px;
    padding-bottom: 10px;
    color: #323130;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
    font-size: 11.5px !important;
    line-height: 17px;
    min-height: 24px;
    vertical-align: middle;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.dataTables_filter .input-group-addon+.form-control {
    float: left;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.modal-open .modal {
    margin: auto;
}
#tblVariantsValues-1 .orange,
button,
#tblVariantsValues-2 .orange,
button,
#tblVariantsValues-3 .orange,
button,
#tblVariantsValues-4 .orange,
button,
#tblVariantsValues-5 .orange,
button {
    background-color: inherit;
    color: #000 !important; 
    border: none;
}
#tblVariantCombinations .price,
#tblVariantCombinations .skuval {
    width: 100%;
}
.table-hover .variantvalue {
    width: 70%;
    margin-left: 80px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 30px !important;
}
input.variantname {
    border: none;
    background-color: transparent;
    font-size: 14px;
    width: 75%;
    float: left;
    font-weight: bold;
    line-height: 38px;
}
.table-hover .btn-danger,
.table-hover .btn-danger:active,
.table-hover .btn-danger:hover {
    background-color: inherit;
}
#tblVariants .table-striped>tbody>tr:nth-child(odd)>td {
    background-color: inherit !important;

}
#tblVariants>table {
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
}
.button-optional {
    background-color: #d0d0d0;
    border: 1px solid #c1c1c1;
    color: #fff;
    border-radius: 30px;
    padding: 6px 20px;
}
.button-optional:hover {
    background-color: #e1e1e1;
}
.txt-input {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 5px;
}
.min-h-200 {
    min-height: 200px;
}
.smart-form select.input-sm {
    min-width: 100px;
}
.smart-form input.input-sm {
    padding: 5px 0px;
    min-width: 70px;
}
.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea {
    padding: 5px !important;
}
.Mtop-L10 {
    margin-top: -10px !important;
}
.min-h-153 {
    min-height: 153px !important;
}
.billing-padding {
    padding: 12px 27px 5px 13px !important;
}
.add-mail td.state-success input {
    border: none !important;
    background: none;
    outline: none !important;
}
.width91 {
    width: 91%
}
.active-btn {
    color: white !important;
    height: 30px;
    width: 90px;
    text-transform: capitalize;
    background: #46C740;
    font-weight: normal !important;
    margin-left: 20%;
    border-color: #4dab40;
}
.active-btn:hover {
    background: #1dc425;
}
.inactive-btn {
    background-color: #ccc;
    border: #aaa 1px solid;
}
.inactive-btn:hover {
    background-color: #999;
}
.inner-content-btn {
    background-color: #0058FF;
    border-color: #0058FF;
    color: #fff !important;
    border-radius: 15px !important;
}
.width84 {
    width: 84.1% !important;
}
.smart-form .button {
    background-color: #999999 !important;
}
.frmlbl {
    font-weight: 600;
    font-size: 11.5px;
    display: block;
}
.nodata {
    color: red;
    align-items: center;
    text-align: center;
    min-height: 70px;
    line-height: 110px !important;
    font-weight: bold;
}
.trip-search {
    padding-left: 20px !important;
    width: 36.2% !important;
    margin-top: 9px;
}
.trip-search .ui-autocomplete-input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.trip-maps .collapse.in {
    background: rgb(255, 255, 255);
    padding: 16px;
    border: #c3c3c3 1px solid;
    border-top: 0px;
    margin-top: -1px;
}
.trip-panel ul.accordionTitleUL li {
    text-align: left;
    font-weight: normal;
    width: 18%;
}
.tripGridHeader .accordionTitleUL li {
    text-align: left;
    width: 18%;
}
.tox-tinymce {
    border-radius: 3px !important;
}
.setting-tbl tr {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
}
.setting-tbl tr td {
    width: 90%;
    float: left;
    text-align: left;
    margin-bottom: 2px;
}
.setting-tbl tr td:first-child {
    font-weight: 500;
    font-size: 11.5px;
}
.setting-tbl tr td input,
.setting-tbl tr td select {
    width: 100% !important;
    overflow: visible;
    padding-left: 0px;
}
.smart-accordion-default.panel-group .panel-title a {
    font-weight: 600;
    font-size: 12px;
}
.setting-tbl tr td label.input,
.setting-tbl-form tr td label.select {
    width: 100% !important;
}
.setting-tbl {
    width: 100%;
    padding: 10px;
    padding-top: 0px;
}
.pad-r-0 {
    padding-right: 0px;
}
.setting-tbl-form tr:first-child,
.setting-tbl-form tr:last-child {
    width: 100%;
}
.setting-tbl-form tr td label.input input,
.setting-tbl-form tr td label.select select {
    outline: none;
    border: #ccc 1px solid;
    padding: 7px;
}
.width100 {
    width: 100% !important
}
.width45 {
    width: 45% !important
}
.width50 {
    width: 50% !important
}
.setting-height tr {
    height: 57px;
}
.width95 {
    width: 95% !important;
}
.inn-nobor-btn {
    color: #000 !important;
    background: none;
    border: 0px;
}
.add-btn {
    color: #000 !important;
    background: none;
    border: 0px;
}
.add-btn:hover {
    color: #ed741b !important;
    background: none;
}
.nav-tabs>li.active>a {
    box-shadow: 0 -4px 0 #56821f ;
    border-top-width: 0 !important;
    margin-top: 1px !important;
    font-weight: 700;
    padding: 8px 18px;
    border-color:#56821f !important;
}
.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
a.nav-link {
    color: black !important;
}
.widget-body-toolbar {
    background-color: inherit;
    border: inherit;
}
.nest-tbl-body {
    height: 300px;
    overflow-y: auto;
    padding: 6px;
    width: 99%;
    padding-top: 0px;
}
.nest-tbl-body {
    font-size: 13px;
}
.close span {
    font-size: 25px;
}
.input-full-width {
    border-width: 1px 1px 2px;
    border-style: solid;
    border-top: none;
    border: 1px#ccc solid !important;
    padding: 6px;
    padding: 6px;
    margin-bottom: 10px;
    width: 96%;

}
.browse-btn {
    border: 2px dashed #ccc !important;
    padding: 20px 30px !important;
    text-align: center !important;
}
.inline-btn {
    background-color: #dedede;
}
.inline-btn:hover {
    background-color: #999;
    color: #fff;
}
#tblVendorsList tbody tr td a {
    color: #333 !important;

}
.variant-box {
    border: 1px solid #ccc;
    padding: 10px;
}
.add-variant {
    background-color: #80d9aa;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
}
.btn-remove {
    font-weight: bold;
    padding: 10px;
    background-color: #ff9ca5;
    color: #fff !important;
    font-size: 30px !important;
    height: 40px;
    width: 40px;
    line-height: 20px;
    border-radius: 4px;
}
.btn-add {
    font-weight: bold;
    padding: 10px;
    background-color: #80d9aa;
    color: #fff !important;
    font-size: 30px !important;
    height: 40px;
    width: 40px;
    line-height: 20px;
    border-radius: 4px;
}
.btn-closeValue {
    font-weight: bold;
    padding: 0px;
    color: #ff9ca5 !important;
    font-size: 30px !important;
    height: 35px;
    width: 35px;
    line-height: 17px;
    border-radius: 100px;
    border: 2px solid #ff9ca5;
    position: absolute;
    margin-left: 5px;
    float: right;
    margin-top: -20px;
}
.btn-addValue {
    font-weight: bold;
    padding: 0px;
    color: #80d9aa;
    font-size: 30px !important;
    height: 35px;
    width: 35px;
    line-height: 17px;
    border-radius: 100px;
    border: 2px solid #80d9aa;
    position: absolute;
    margin-left: 5px;
    float: right;
    margin-top: -20px;
}
div.variantbtns {
    width: 40px !important;
    display: inline-flex;
}
fieldset {
    border: 2px solid #ccc;
    border-radius: 4px;
}
legend {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;

}
input {
    border-radius: 4px !important;
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: 6px;
    /* width: 120px; */
}
.button-nav {
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: right;
    width: auto;
}
.fa-fw {
    width: 24px;
}
.txt-color-green {
    color: #56821f !important;
}
.btn-danger:hover {
    background-color: #666;
}
.btn-success:hover {
    background-color: #666;
}
.btn[disabled], .button[disabled] {
    background-color: #bebebe !important;
    border-color: #bebebe !important;
}
#vendorRevenueRow {
    margin-bottom: 15px;
}
#vendorRevenueRow .revenueOrderDetailsGrid {
    min-height: 350px;
    max-height: 350px;
    border-radius: 5px;
    background: #ffffff;
    padding: 15px;
    box-shadow: 2px 2px 7px rgba(238, 117, 30, 0.5);
}
#vendorRevenueRow .revenueOrderDetailsGrid h3 {
    margin: 0 0 8px;
}
#vendorRevenueRow .revenueOrderDetailsGrid .table-responsive {
    max-height: 295px;
}
#vendorRevenueRow .table a {
    color: #333333 !important;
    text-decoration: underline;
}
#vendorRevenueRow .table a:hover {
    text-decoration: none;
}
#showVendorsList {
    min-height: 320px;
}
#showVendorsList .table-responsive {
    max-height: 275px;
}
#showVendorsList .table-responsive table {
    margin-bottom: 0;
}
.scrollbarPanelThin {
    scrollbar-width: thin;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0;
    padding-right: 5px;
}
.scrollbarPanelThin::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
.scrollbarPanelThin::-webkit-scrollbar-thumb {
    background-color: #dedede;
}
@media (min-width:992px) {

    .minified .login-info a i,
    .minified .login-info a span {
        display: inline-block;
    }

    .minified .login-info img {
        margin: inherit;
        width: 25px;
    }
}
.panel {
    border-radius: 5px;
    box-shadow: 2px 2px 7px rgba(238, 117, 30, 0.5);
}
.txt-color-orangeDark {
    color: #56821f !important;
}
.badge {
    padding: 6px 12px;
    margin-bottom: 5px;
}
.label-success,
.bg-color-green {
    background-color: #46C740 !important;
}
.label-info,
.bg-color-blue {
    background-color: #0058FF !important;
}
.label-danger {
    background-color: #EE138C;
}
i.fa[class^="icon-"]:before,
i.fa[class*=" icon-"]:before {
    font-family: inherit;
}
#middle-panel {
    position: absolute;
    left: 13px;
    height: 100% !important;
    min-height: 80vh;
}
#middle-panel #tblUsersList_wrapper {
    max-height: 100%;
    overflow: auto;
    width: 100%;
    scrollbar-width: thin;
}
#middle-panel ::-webkit-scrollbar {
    width: 8px;
    background-color: #efefef;
}
#middle-panel ::-webkit-scrollbar-thumb {
    background-color: #dedede;
}
#view-panel {
    margin-left: calc(25% + 10px);
}
#view-panel #userOrders {
    margin-bottom: 2px;
}
.commonMiddlePanel#middle-panel #tblUsersList_wrapper {
    min-height: 87%;
}
.drag-area {
    border: 2px dashed #ccc;
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    margin-bottom: 15px;
    margin-top: 41px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.drag-area.active {
    border: 2px solid #fff;
}
.drag-area .icon {
    font-size: 36px;
}
.drag-area header {
    font-size: 16px;
    font-weight: 600;
}
.drag-area span {
    font-size: 12px;
    font-weight: 600;
}
.drag-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.assetsCont img {
    max-width: 100px;
}
.uploadedDetails,
.uploadedProductsStatus {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #cccccc;
    display: none;
}
.uploadedDetails .max-h {
    max-height: calc(100vh - 450px);
}
.buttonsBottom,
.uploadedProductsStatus {
    display: none;
}
.uploadedProductsStatus .fa-check {
    color: #46C740;
}
.uploadedProductsStatus .fa-times {
    color: #D61E2B;
}
/* #notificationBell .fa {
    font-size: 24px;
    color: #ed741b;
} */
#notificationBell #spanalert {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    position: absolute;
    right: -10px;
    top: 0;
    text-align: center;
    font-size: 10px;
    line-height: 1;
}
.notifDropdown {
    position: absolute;
    top: 50px;
    z-index: 905;
    max-width: 768px;
    min-width: 320px;
    right: 100px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}
.notifDropdown .notifScroll {
    max-height: 300px;
    overflow: auto;
    clear: both;
}
.notifDropdown:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    position: absolute;
    top: -8px;
    right: 80px;
}
.payLoader {
    margin-left: 0%;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 905;
    padding-top: 15%;
}
.payLoader img{
    border-radius: 50rem;
}
#productcategoryViewPartial {
    overflow: hidden;
}
#productcategoryViewPartial .modal-body {
    float: left;
    width: 100%;
    max-height: 75vh;
    overflow: auto;
}
#productcategoryViewPartial .modal-header .close,
#productcategoryViewPartial .modal-body .dd button {
    min-width: inherit;
}
.vanTbl tr.High td {
    background-color: #dff0d8;
}
.vanTbl tr.UA td {
    background-color: #fcf8e3;
}
.vanTbl tr.NA td {
    background-color: #f2dede;
}
.vanTbl tbody td:nth-child(1) span {
    width: 130px;
    display: block;
}
.vanTbl tbody td:nth-child(2) span {
    width: 180px;
    display: block;
}
.vanTbl tbody td:nth-child(3) span {
    width: 130px;
    display: block;
}
.vanTbl tbody td:nth-child(4) span {
    width: 200px;
    display: block;
}
.vanTbl tbody td:nth-child(5) span {
    width: 200px;
    display: block;
}
.vanTbl tbody td:nth-child(6) span {
    width: 200px;
    display: block;
}
.vanTbl tbody td:nth-child(7) span {
    width: 130px;
    display: block;
}
.vanTbl tbody td:nth-child(8) span {
    width: 180px;
    display: block;
}
.vanTbl tbody td:nth-child(9) span {
    width: 200px;
    display: block;
}
.vanTbl tbody td:nth-child(10) span {
    width: 130px;
    display: block;
}
.vanTbl tbody td:nth-child(11) span {
    width: 350px;
    display: block;
}
.vanTbl tbody td:nth-child(12) span {
    width: 130px;
    display: block;
}
.vanTbl tbody td:nth-child(13) span {
    width: 130px;
    display: block;
}
.vanTbl tbody td:nth-child(14) span {
    width: 300px;
    display: block;
}
.vanTbl tbody td:nth-child(15) span {
    width: 130px;
    display: block;
}
.vanTbl tbody td:nth-child(16) span {
    width: 200px;
    display: block;
}
.vanTbl tbody td:nth-child(17) span {
    width: 200px;
    display: block;
}
.vanTbl tbody td:nth-child(18) span {
    width: 130px;
    display: block;
}
.vanTbl tbody td:nth-child(19) span {
    width: 180px;
    display: block;
}
.table> :not(:first-child) {
    border-top: 0;
}
/* .dataTables_filter{

    margin-top: -40px;
} */
.top-box {
    height: 25px !important;
    font-size: 12px !important;
    margin-top: 3px !important;
}
.card-title {
    margin-bottom: 0px !important;
    /* padding-top: 7px !important; */
    font-size: 14px !important;
}
.text-muted.card-title {
    color: #fff !important;
    font-weight: normal !important;
    padding-top: 5px !important;
}
.card.maximized-card .card-header .btn-group form {
    margin-top: -2px !important;
}
.card-header {
    padding: 2px 10px !important;
    max-height: 43px !important;
}
.content-header {
    margin-top: 0 !important;
    padding: 2px .2rem 15px .2rem;
}
.content-header.title {
    margin-top: -15px !important;
}
.idpchart {
    height: 100%;
    width: 100%;
    display: block;
}
.dataTables_length {
    margin-bottom: -30px;
}
.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}
.slick-next {
    right: 2px !important;
    font-size: 0 !important;
}
.slick-prev {
    left: 2px !important;
    z-index: 2;
    font-size: 0 !important;
}
.slick-dots {
    bottom: -34px;
}
.small-box .icon>i.fa,
.small-box .icon>i.fas,
.small-box .icon>i.far,
.small-box .icon>i.fab,
.small-box .icon>i.glyphicon,
.small-box .icon>i.ion {
    font-size: 50px;
    top: 10px;
}
.small-box>.inner {
    padding: 5px 10px 5px 10px;
}
.small-box {
    height: 100%;
}
.small-box .inner {
    height: calc(100% - 30px);
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
label.flip-box {
    font-weight: normal !important;
    perspective: 1000px;
    transform-style: preserve-3d;
    display: block;
    width: 100%;
    height: 90px;
    cursor: pointer;
}
.flip-card {
    position: relative;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: all 600ms;
    z-index: 20;
}
.flip-card .front,
.flip-card .back {
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
}
.flip-card .back {
    transform: rotateX(180deg);
}
label.flip-box:hover .card {
    transform: rotateX(20deg);
}
.form-controls-Validation {
    display: flex;
    flex-direction: column;
}
.validation-error-message {
    color: red;
    margin-top: 2px;
    display: inline-block;
}
input.flip-input {
    display: none;
}
:checked+.flip-card {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
label.flip-box:hover :checked+.flip-card {
    transform: rotateX(160deg);
    -webkit-transform: rotateX(160deg);
}
:focus {
    outline: none;
}
@media (max-width: 767.98px) {
    label.flip-box {
        height: 96px;
    }
}
/* Blue Theme Custom CSS Start */
/* @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
  body{
    font-family: 'Titillium Web', sans-serif !important;
    background-color:#F5F6FA !important;
  } */
.content-wrapper {
    background: #F5F6FA;
    min-height: 685px !important;
}
/*   
  [class*=sidebar-light-] {
  //   background: transparent linear-gradient(
  // 0deg
  // , #153DB3 0%, #382B9B 100%) 0% 0% no-repeat padding-box;
  background: rgb(56,43,155);
  // background: linear-gradient(180deg, rgba(56,43,155,1) 15%, rgba(37,52,167,1) 50%, rgba(0,123,255,1) 96%);
  } */
[class*=sidebar-light-] .sidebar a {
    color: #ffffff;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item>.nav-link:active,
[class*=sidebar-light-] .nav-sidebar>.nav-item>.nav-link:focus {
    color: #ffffff;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    color: #ffffff;
}
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link {
    color: #e7e7e7;
}
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link:hover {
    color: #ffffff;
}
[class*=sidebar-light-] .user-panel a:hover {
    color: #ffffff;
}
.navbar-white {
    background-color: #2534a7;
    box-shadow: 0px 5px 5px #00000014;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff !important;
}
.navbar-nav {
    color: #fff;
}
.nav-sidebar .nav-item>.nav-link {
    font-size: 0.9375rem;
    transition: all .3s ease-in-out;
}
.nav-sidebar .nav-item>.nav-link:hover p {
    margin-left: 3px;
}
.sidebar .os-content {
    padding: 0 !important;
}
.nav-sidebar .nav-item>.nav-link .menu-arrow {
    position: absolute;
    right: 1rem;
    top: .7rem;
    transition: all 0.4s ease;
}
.nav-sidebar .nav-item>.nav-link .menu-arrow::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 0.625rem;
}
.nav-sidebar>.nav-item.menu-open .menu-arrow::before {
    content: '\f077';
}
.nav-sidebar>.nav-item .nav-icon {
    margin-right: .5rem;
}
.nav-treeview>.nav-item>.nav-link {
    padding-left: 50px;
    position: relative;
}
.nav-treeview>.nav-item>.nav-link::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ffffff;
    position: absolute;
    left: 27px;
    top: 12px;
    transition: all .4s ease-in-out;
}
.nav-treeview>.nav-item>.nav-link:hover::before {
    border: 1px solid #29bae4;
    background: #29bae4;
}
[class*=sidebar-light-] .nav-pills .nav-link:not(.active):hover {
    color: #29bae4;
}
[class*=sidebar-light-] .nav-pills .nav-link:not(.active):hover .nav-icon {
    color: #29bae4;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    color: #29bae4;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover .nav-icon {
    color: #29bae4;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    color: #29bae4;
}
.nav-sidebar .nav-item.has-treeview.menu-open>.nav-treeview .nav-item.has-treeview .nav-link .menu-arrow::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 0.625rem;
}
.nav-sidebar .nav-item.has-treeview.menu-open>.nav-treeview .nav-item.has-treeview.menu-open .menu-arrow::before {
    content: '\f077';
}
.nav-sidebar .nav-item.has-treeview.menu-open>.nav-treeview .nav-item.has-treeview.menu-open .nav-link.sub-menu-link {
    color: #29bae4;
}
.nav-sidebar .nav-item.has-treeview.menu-open>.nav-treeview .nav-item.has-treeview.menu-open .nav-link.sub-menu-link::before {
    border: 1px solid #29bae4;
    background: #29bae4;
}
ul.nav.nav-treeview.third-level-menu-item {
    padding-left: 24px;
}
.nav-sidebar .nav-item.has-treeview.menu-open>.nav-treeview.third-level-menu-item .nav-item .nav-link .menu-arrow::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 0.625rem;
}
.nav-sidebar .nav-item.has-treeview.menu-open>.nav-treeview.third-level-menu-item .nav-item.menu-open .nav-link .menu-arrow::before {
    content: '\f077';
}
.nav-sidebar>.nav-item>.nav-treeview .nav-link {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0.875rem;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: rgba(0, 0, 0, .1);
    color: #29bae4;
}
.nav-sidebar .nav-item.has-treeview.menu-open>.nav-treeview.third-level-menu-item .nav-item.has-treeview.menu-open .nav-link.sub-menu-link-secondary {
    color: #29bae4;
}
.nav-sidebar .nav-item.has-treeview.menu-open>.nav-treeview.third-level-menu-item .nav-item.has-treeview.menu-open .nav-link.sub-menu-link-secondary::before {
    border: 1px solid #29bae4;
    background: #29bae4;
}
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #29bae4;
}
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active::before,
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover::before {
    border: 1px solid #29bae4;
    background: #29bae4;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item>.nav-link.active {
    box-shadow: none;
}
.nav-sidebar>.nav-item>.nav-treeview .nav-link .menu-arrow {
    top: 0.4rem;
}
.elevation-4 {
    box-shadow: 16px 0px 32px #0000001f !important;
}
.layout-fixed .brand-link {
    width: 220px;
    margin: 0 auto;
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}
.brand-link {
    padding-top: 0.5125rem;
    padding-bottom: 0.5125rem;
}
.brand-link .brand-image {
    margin-top: 0px;
    max-height: 45px;
}
[class*=sidebar-light] .user-panel {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 10px;
}
.card-header {
    background-color: #56821f;
    /* background-color: #1D98CA !important; */
    color: #2f2e2e;
    border: 0 !important;
}
.card-header .card-tools .btn {
    color: #fff;
}
.card-header .card-tools {
    margin-top: 1px !important;
}
/* .btn-primary{
    background-color: #1D98CA !important;
    color:#ffffff;
    border:0 !important;
  }
  
  .btn-success {  
    background-color: #153DB3 !important;
    border-color: #153DB3  !important;
    border-radius: 35px !important;
    box-shadow: 0px 16px 32px #074ABE4D;
  } */
.card.maximized-card .card-header .btn-group form {
    margin-top: 5px;
    margin-right: 10px !important;
}
.btn:focus {
    box-shadow: none !important;
}
.top-box {
    padding-top: 0.09rem !important;
    padding-bottom: 0.09rem !important;
}
.layout-fixed .control-sidebar .card-title {
    padding: 4px 0 !important;
}
.layout-fixed .control-sidebar .card-header>.card-tools {
    margin-top: 7px;
}
.nav-tabs .nav-link {
    color: #fff;
    padding: 0.2rem 1rem;
}
.ngx-slider .ngx-slider-bubble {
    font-size: 11px !important;
}
.ngx-slider .ngx-slider-tick-value {
    top: -26px !important;
}
.ngx-slider .ngx-slider-pointer {
    width: 15px !important;
    height: 15px !important;
    top: -12px !important;
}
.ngx-slider .ngx-slider-bar-wrapper {
    padding-top: 10px !important;
}
.ngx-slider .ngx-slider-pointer:after {
    display: none;
}
#preference-tabContent .card-header .btn {
    padding: 0.1rem 0.55rem;
    font-size: 0.8125rem;
}
#preference-tabContent .card-header .card-tools {
    margin: 0rem .5rem .3rem;
}
/* footer {
      color: #fff;
      font-size: 0.875rem;
      text-align: center;
      position:absolute;
      bottom:0;
      left:0;right:0;
      background-color: #352d9d;
  }
   */
/* .login-page{ background: url('assets/dist/img/bg.jpg') no-repeat;background-size:cover;} */
/* @media (min-width: 992px){
  .sidebar-mini.sidebar-collapse .main-sidebar .nav-sidebar .nav-item > .nav-link{
    //padding:0.5rem 1.5rem
  }
  } */
.dq-tile-center {
    height: 100px;
    text-align: center;
    padding-top: 25px;
}
.dq-tile-primary {
    background-color: #0047bb;
    color: white;
}
.dq-tile-secondary {
    background-color: #0cafff;
    color: white;
}
.content-wrapper {
    background: #F5F6FA;
    min-height: calc(100% - 80px) !Important;
}
.content-wrapper>.content {
    height: calc(100% - 80px);
}
.card {
    height: calc(100% - 16px);
}
.content .container-fluid:first-child {
    padding-left: 0;
    padding-right: 0;
}
.content-wrapper>.content {
    padding: 0 1.25rem;
}
.card.card-outline-tabs .card-header a:hover {
    border: solid 1px transparent;
    border-top: 3px solid #56821f
}
.content-header {
    padding: 2px .2rem 15px .2rem;
}
.flip-box .card {
    height: 100%;
}
.logoStyle {
    max-width: 200px;
}
.content-header {
    padding: 3px;
}
.content-wrapper>.content {
    height: calc(100% - 65px);
    padding-left: 10px;
    padding-right: 10px;
}
.row>.col-lg-6 {
    padding: 0 5px 0 5px;
}
.container-fluid>.row {
    margin: 0px;
}
.content>.row .configbtn {
    margin: 0px;
    height: 100%;
    width: 100%;
}
.modal-body {
    background-color: #fff !important;
}
a.dropdown-item {
    cursor: pointer;
}
.inline_container>div {
    display: inline-block;
    vertical-align: middle;
}
.animatedTD {
    padding: 5px !important;
    font-size: 14px !important;
}
.btn-default-custom {
    background-color: #382b9b !important;
    border-color: #382b9b !important;
    color: #fff !important;
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.custom-span {
    color: #08729c !important;
    font-weight: bold;
}
.highchart-caption-span {
    font-size: small !important;
    fill: #08729c !important;
    font-weight: bold !important;
}
input[type="checkbox"] {

    margin-right: 8px !important;
}
a.sub-division {
    color: white !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    /* --bs-table-accent-bg: #e5eefe !important; */
}
td>a {
    font-size: 12px;
}
.input-box {
    width: 70%;
    margin-bottom: 2px;
    margin-top: 1px;
    margin-left: -1px;
}
.padding-duns {
    padding: 5px 0px;
}
/* i.my-icon.fa.fa-chevron-up, i.my-icon.fa.fa-chevron-down {
    padding-left: 2px;
} */
@media only screen and (min-width: 2001px) and (max-width: 3000px) {
    #main {
        margin-left: 423px;
    }
}
div#dtError_filter, div#dtWarnings_filter {
    padding-bottom: 10px;
}
.radio-type {
    margin-right: 5px;
 
}
.label-width {
    width: 230px;
}
.row-width {
    width: 295px;
}
.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: #ffffff !important;
}
.fade {
    opacity: 1;
    }
.product-image {
  max-width: 100%;
  width: 350px;
  height: 90%;
  object-fit: contain; 
}
.card-body {
        margin: 0px;
    }
/* hide adminlte css for data table */
table.dataTable thead .sorting_asc {
    background: none;
}
table.dataTable thead .sorting {
    background: none;
}
table.dataTable thead .sorting_desc{
    background: none;
}
.dataTables_filter {
    float: left;
    width: auto;
    margin-bottom: 10px;
}
.progress-bar-width{
        margin-left: 6px !important;
    width: 100%;
}
.progress-bar-bg-color{
    background-color: #1b2d74;
}
.product-suggestion{
    width: auto;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    min-height: 86px;
}
.no-underline-link{
    text-decoration: none;
}
/*LineAge Chart*/
.link {
    fill: none !important;
    /* stroke: #ccc;
    stroke-width: 2px; */
  }
.d3tree-wrapper{
    position:relative;
    width: 6800px;
    left: 150px;
  }
/* .d3tree-wrapper{
    position: relative;
    width: 7501vw;
    left: 400px;
    top: 0;
  } */
.d3tree-wrapper svg{ 
    overflow: inherit;
  }
.card-border-primary {
    border: 1px solid #1B97CA ;
    border-color: #1B97CA;
  }
.d3tree-fade {
    position: fixed;
    /* left: 32px; */
  }
/* 90% zoom */
@media only screen and (min-width:2133.33px) {
    .d3tree-wrapper {
      position: relative;
      width: 7500px;
      left: 100px;
    }
  }
/* 80% zoom */
@media only screen and (min-width:2400px) {
    .d3tree-wrapper {
      position: relative;
      width: 8500px;
      left: 105px;
    }
  }
/* 75% zoom */
@media only screen and (min-width:2560px) {
    .d3tree-wrapper {
      position: relative;
      width: 9000px;
      left: 115px;
    }
  }
/* 67% zoom */
@media only screen and (min-width:2880px) {
    .d3tree-wrapper {
      position: relative;
      width: 10200px;
      left: 130px;
    }
  }
/* 50% zoom */
@media only screen and (min-width:3840px) {
    .d3tree-wrapper {
      position: relative;
      width: 13500px;
      left: 170px;
    }
  }
/* 33% zoom */
@media only screen and (min-width:5760px) {
    .d3tree-wrapper {
      position: relative;
      width: 20300px;
      left: 255px;
    }
  }
/* 25% zoom */
@media only screen and (min-width:7680px) {
    .d3tree-wrapper {
      position: relative;
      width: 27000px;
      left: 350px;
    }
  }
/*customer Product details page*/
.customer-product-description{
font-family: 'Amazon Ember', Arial, sans-serif;
font-size: 24px !important;
line-height: 32px !important;                     
}
.user-chat-profile {
    background-color: #4682B4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* font size for vendorsalescharts for title */
.font-size-13{
    font-size: 13px;
}
.WIPItemsCarousel .slick-prev {
    left: -6px !important;
    z-index: 2;
    font-size: 0 !important;
}
.WIPItemsCarousel .slick-next {
    right: -6px !important;
    font-size: 0 !important;
}
.text-dark-light {
    color: rgb(163 163 163) !important;
}
.text-light-blue{
    color: #364B9B !important;
}
.truncate-w-500{
    display: inline-block;
    max-width: 500px;          
    white-space: nowrap;       
    overflow: hidden;           
    text-overflow: ellipsis;   
    vertical-align: top;       
}
.slider-main {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.slider-div {
    border: solid;
    border-width: thin;
    border-color: rgb(163 163 163 / 75%);
    border-radius: 10px;
    padding: 5px 5px 0px 10px;
    margin: 0px 5px 0px 5px;
    height: 50px !important;
    font-size: 10px !important;
    line-height: 1.2;
}
.dot {
    height: 5px;
    width: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.ErrorProductItemDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    /* border-width: 0px 1px 1px 5px; */
    /* border-style: solid;
    border-color: rgb(163 163 163 / 57%); */
    padding: 2px 10px 2px 10px;
    font-size: 10px !important;
}
.ErrorProductImageDiv img {
    width: auto;
    height: 100%;
    border-radius: 4px;
}
.ErrorProductImageDiv{
    height: 45px;
    overflow: hidden;
    width: 45px;
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
}
.ErrorProductTitleAndNumber a{
    font-size: 10px !important;
    text-decoration: none !important;
}
.ErrorProductItemLeftDiv {
    margin: 0px 10px 0px 0px;
}
.bg-blue-supplier{
    background-color: #046713 !important;
    color: #fff !important;
}
.bg-blue{
    background-color: #046713 !important;
    color: #fff !important;
}
@keyframes slideaway {
  from { display: block; }
  to { transform: translateX(200px); opacity: 0;}
}
.sidebar-hide {
  animation: slideaway 200ms;
  display: none;
}
.ngx-pagination {
    margin-bottom: 0rem;
}
.ngx-pagination li{
    background-color: #efefef !important;
    border-radius: 4px !important;
    margin:0.2rem !important
}
.ngx-pagination li:hover{
    color: #fff !important; 
    background-color:var(--usf-secondary-color) !important;
    border-radius: 4px !important;
    border-left: 0px solid #b1aba8 !important;
}
.ngx-pagination li.active>a{
    background-color: #56821f !important;
    border-radius: 4px !important;
    color: #fff !important;
    border-left: 0px solid #b1aba8 !important;
}
.ngx-pagination li>a:hover{
    background-color:var(--usf-secondary-color) !important;
    color: #fff !important;
    border-radius: 4px !important;
    border-left: 0px solid #b1aba8 !important;
}
.accordion-button {
  border: 1px solid #d4d4d4;
  border-radius: 6px !important;
  box-shadow: none !important;
}
.accordion-button:hover,
.accordion-button:focus {
  z-index: auto !important;
}
.accordion-button:hover {
  background-color: #c1bcbc4d;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--usf-tab-group-color) 25%, transparent) !important;
  border: 1px solid color-mix(in srgb, var(--usf-tab-group-color) 55%, transparent) !important;
}
.accordion-button:not(.collapsed) {
  border: 1px solid var(--usf-tab-group-color);
  background-color: var(--usf-tab-group-color);
  color: white !important;
  font-weight: 300 !important;
  box-shadow: none !important;
  border-radius: 6px 6px 0px 0px !important;
}
.accordion-button::after {
  background-image: none !important;
  font-family: "bootstrap-icons" !important;
  content: "\F282";
  font-size: 1rem;
  color: #333;
  line-height: 1;
  width: auto;
  height: auto;
  transition: transform 0.2s ease-in-out;
  transform: none;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  color: #fff !important;
}
.accordion-collapse {
  border: 1px solid #d4d4d4;
  border-radius: 0 0 6px 6px !important;
}
.fs-13{
    font-size: 13px !important;
}
.attribute-grid-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.text-primary-usf{
 color: #56821f !important;
}
.btn-icon-usf{
    aspect-ratio: 1 / 1;
    padding: 8px;
    border-radius: 6px; 
    background-color: #f2ffe1;
    color: #56821f !important;
}
.btn-icon-usf:hover{
    background-color: #56821f;
    color: #fff !important;
}
.ps pagination-template .ngx-pagination{
  margin-bottom: 0px !important;
}
.ps pagination-template nav ul {
  margin-top: -23px !important;
}
.fixed-textarea {
    width: 100%;
    margin-left: 6px;
    padding: 5px;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    height: 72px;
    min-height: 72px;
    max-height: 72px;
    resize: none;
    overflow-y: auto;
}
.fixed-textarea:disabled {
    pointer-events: auto;
    cursor: default;
}
.fixed-textarea::-webkit-scrollbar {
    width: 5px;
}
.fixed-textarea::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.fixed-textarea::-webkit-scrollbar-thumb {
    background: #8b8b8b;
    border-radius: 3px;
}
.fixed-textarea::-webkit-scrollbar-thumb:hover {
    background: #777;
}
.refresh-icon {
    cursor: pointer;
    /* font-size: 1rem; */
    color: #6b7280 !important;
    transition: transform 0.7s ease;
}
.refresh-icon.clicked {
    transform: rotate(360deg);
}
.custom-ng-select.ng-select.ng-select-focused .ng-select-container {
  border-color: #56821f !important;
  box-shadow: 0 0 0 0.2rem #56821f40 !important;
}
.custom-ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: #56821f26 !important;
  color: #333 !important;
}
.custom-ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #56821f26 !important;
  color: #333 !important;
}
.custom-ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label::before {
  color: #56821f !important;
}
.custom-ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #56821f !important;
}
.custom-ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
}
.custom-ng-select.ng-select-focused .ng-arrow-wrapper .ng-arrow {
  border-color: #56821f transparent transparent;
}
.ng-select .ng-input>input {
    caret-color: transparent;
}
.card{
 border: 1px solid #ddd !important;
 height: auto;
 border-radius: 0.5rem !important;
}
.cusros-pointer{
    cursor: pointer;
}
.well{
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.vp-empty{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.vp-empty .vp-empty-image{
    aspect-ratio: 1/1;
    height: 40px;
    margin-bottom: 8px;
}
.vp-empty-description{
    text-align: center;
    color: #aaaaaa;
    font-weight: 300;
    font-size: 13px;
}
.btn-close:focus{
    box-shadow: none !important;
}
.btn-close {
    background-image: none !important; 
    opacity: 1 !important; 
    width: 1.5em; 
    height: 1.5em; 
    padding: 0; 
}
.btn-close::after {
    content: ""; 
    font-family: "bootstrap-icons" !important; 
    content: "\f659"; 
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
}
.btn-close.text-black::after {
    color: #333;
}
.full-grid-width{
    grid-column: 1 / -1 !important;
}
td.usfId {
    font-weight: 600 !important;
    color: #cf4520 !important;
}
.usf-ripple {
  position: relative;
  overflow: hidden;
}
.usf-ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 800%;
  transform: translate(-50%, -50%) scale(0);
  background: radial-gradient(circle, #333 10%, transparent 10.01%);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
.usf-ripple.usf-ripple-active::after {
  animation: ripple 600ms ease-out;
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.35;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.modal-dialog .modal-content{
    border-radius: 10px;
    border: 1px solid #a8a8a8;
    background: transparent;
}
.modal-content .modal-header{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--usf-primary-color);
    color: #fff;
}
.modal-content .modal-footer{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f8f9fa;
}
ngb-tooltip-window.tooltip .tooltip-inner{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
}
.tooltip.light {
  opacity: 1; 
}
.tooltip.light .tooltip-inner {
  background-color: #fff;
  color: #333;
}
.tooltip.light.bs-tooltip-start[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #fff !important;
}
.tooltip.light.bs-tooltip-end[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #fff !important;
}
.tooltip.light.bs-tooltip-top[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #fff !important;
}
.tooltip.light.bs-tooltip-bottom[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #fff !important;
}
.warning-message{
  color: #745700;
  background-color: #FFECB3;
  border: 1px solid #ecb100;
  padding: 7px 14px;
  border-radius: 6px;
}


/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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 styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.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: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.displaynone{

    display: none;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/slick-carousel/slick/slick.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/slick-carousel/slick/slick-theme.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.0b80f665935ef7de.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url('slick.25572f22d77029da.eot');
  src: url('slick.25572f22d77029da.eot?#iefix') format("embedded-opentype"), url('slick.653a4cbba6e1a2b3.woff') format("woff"), url('slick.6aa1ee46202fac6e.ttf') format("truetype"), url('slick.f895cfdf693e6229.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@videogular/ngx-videogular/fonts/videogular.css ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@font-face{font-family:videogular;src:url('videogular.3fd92bcf683e015f.eot?hj1wei');src:url('videogular.3fd92bcf683e015f.eot?hj1wei#iefix') format("embedded-opentype"),url('videogular.a2e9f11f226cda93.ttf?hj1wei') format("truetype"),url('videogular.ef07f01ce399477e.woff?hj1wei') format("woff"),url('videogular.b5fa324995460a3b.svg?hj1wei#videogular') format("svg");font-weight:400;font-style:normal}[class*=" vg-icon-"],[class^=vg-icon-]{font-family:videogular!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:flex;align-items:center;justify-content:center;width:50px;font-size:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vg-icon-closed_caption:before{content:"\e006"}.vg-icon-pause:before{content:"\e018"}.vg-icon-play_arrow:before{content:"\e01b"}.vg-icon-repeat:before{content:"\e023"}.vg-icon-replay:before{content:"\e025"}.vg-icon-skip_next:before{content:"\e027"}.vg-icon-skip_previous:before{content:"\e028"}.vg-icon-stop:before{content:"\e02a"}.vg-icon-volume_down:before{content:"\e030"}.vg-icon-volume_mute:before{content:"\e031"}.vg-icon-volume_off:before{content:"\e032"}.vg-icon-volume_up:before{content:"\e033"}.vg-icon-hd:before{content:"\e035"}.vg-icon-forward_10:before{content:"\e038"}.vg-icon-forward_30:before{content:"\e039"}.vg-icon-replay_10:before{content:"\e03b"}.vg-icon-replay_30:before{content:"\e03c"}.vg-icon-fullscreen:before{content:"\e20c"}.vg-icon-fullscreen_exit:before{content:"\e20d"}vg-player video{width:100%;height:100%}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@ng-select/ng-select/themes/default.theme.css ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{color:rgba(0,0,0,0.54);background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

