@charset "UTF-8";
/* CSS Document */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* This document is generated.  Do not edit directly */
/*                                                   */
/**Primary Sky*/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #1b93e5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #cd040b;
  --orange: #f9b295;
  --yellow: #fbd362;
  --green: #56a708;
  --teal: #82ceac;
  --cyan: #abe0f9;
  --white: #fff;
  --gray: #c8c8c8;
  --gray-dark: #5c5c5c;
  --primary: #cd040b;
  --secondary: #c8c8c8;
  --success: #56a708;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #cd040b;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #cd040b;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(129.9641148325, 2.5358851675, 6.9736842105);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 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: 90%;
  color: #6c757d;
}

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

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

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3e3e3e;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(241, 184.72, 186.68);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(229, 124.48, 128.12);
}

.table-hover .table-primary:hover {
  background-color: rgb(236.7641196013, 163.4558803987, 166.0089036545);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(236.7641196013, 163.4558803987, 166.0089036545);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(239.6, 239.6, 239.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(226.4, 226.4, 226.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(226.85, 226.85, 226.85);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(226.85, 226.85, 226.85);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(207.68, 230.36, 185.84);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(167.12, 209.24, 126.56);
}

.table-hover .table-success:hover {
  background-color: rgb(194.8158208955, 223.6614925373, 167.0385074627);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(194.8158208955, 223.6614925373, 167.0385074627);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(241, 184.72, 186.68);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(229, 124.48, 128.12);
}

.table-hover .table-danger:hover {
  background-color: rgb(236.7641196013, 163.4558803987, 166.0089036545);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(236.7641196013, 163.4558803987, 166.0089036545);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

label {
  font-weight: bold;
}

/****************************************/
/* Override default radio               */
/*                                      */
input[type=checkbox].with-font:checked + label:before {
  content: "\f046";
  color: darkgreen;
  letter-spacing: 5px;
}

input[type=checkbox].with-font:focus + label:before {
  font-weight: bold;
  color: orange;
}

/****************************************/
/* Text Area Fixes                      */
/*                                      */
textarea.resize-none {
  resize: none;
}
textarea.resize-vertical {
  resize: vertical;
}

.select-picker-normal {
  padding: 2px;
  background-color: white;
}

.fld-select .dropdown-menu {
  height: max-content;
}

.form-lightgray-inverse .form-control {
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  height: 30px;
}

.rbootstrap-select.btn-group.bootstrap-select-open .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #000000;
}

.custom-label {
  color: #fff;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  border-radius: 0.25em;
}

.label-success {
  background-color: #5cb85c;
}

.label-info {
  background-color: #5bc0de;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-danger {
  background-color: #d9534f;
}

.emagSelectBox {
  border: none;
  background-color: white;
  box-shadow: none;
  margin-bottom: 2px;
}
.emagSelectBox:focus, .emagSelectBox:active {
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: "border-color ease-in-out .15s, box-shadow ease-in-out .15s";
}
@media (prefers-reduced-motion: reduce) {
  .emagSelectBox:focus, .emagSelectBox:active {
    transition: none;
  }
}

.form-group {
  margin-bottom: 10px;
}

/* Full fitting form control */
.form-control.fullWidth {
  width: 100%;
}

.input-group-addon {
  border-radius: 0;
}

/* Clear Input group */
.input-group.group-clear input[type=text],
.input-group.group-clear .btn {
  border: none;
  box-shadow: none;
  background-color: #fff;
}
.input-group.group-clear input[type=text]:focus,
.input-group.group-clear input[type=text]:focus + .input-group-btn > .btn,
.input-group.group-clear input[type=text]:hover,
.input-group.group-clear input[type=text]:hover + .input-group-btn > .btn {
  /* border: 1px solid #ccc; */
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
  color: #8c8c8c;
  background-color: #e6e6e6;
}
.input-group.group-clear input[type=text]::-webkit-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: normal;
  font-style: italic;
}
.input-group.group-clear input[type=text]:-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: normal;
  font-style: italic;
}
.input-group.group-clear input[type=text]::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: normal;
  font-style: italic;
}
.input-group.group-clear input[type=text]:-ms-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: normal;
  font-style: italic;
}
.input-group.group-clear input[type=text]::input-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: normal;
  font-style: italic;
}
.input-group.group-clear.filtered input[type=text],
.input-group.group-clear.filtered .btn {
  background-color: #e6e6e6;
}

/* Input group with tagit */
.input-group ul.tagit {
  padding: 0px 10px;
  margin: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0px;
}

/* Input group with tagit - End */
/* xs input size */
.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 0;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 22px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon.form-control-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}

.form-control-unmarked {
  border: none;
}

.form-control-unmarked:focus {
  outline: none;
}

.form-control-borderless {
  border: none;
}

.form-basic input,
.form-basic select,
.form-basic textarea {
  font-size: 12px;
}

.form-white .form-control {
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
}
.form-white .form-control:focus, .form-white .form-control:hover, .form-white .form-control:hover:focus {
  border: 1px solid #ccc;
}

.form-lightgray {
  background-color: #f1f1f1;
}
.form-lightgray .form-control {
  border: 1px solid #f1f1f1;
}
.form-lightgray .form-control:focus, .form-lightgray .form-control:hover, .form-lightgray .form-control:hover:focus {
  border: 1px solid #ccc;
}
.form-lightgray .form-control[readonly].clickable {
  background-color: #fff;
}

.form-concrete-inverse .form-control {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  font-size: 12px;
}
.form-concrete-inverse .form-control:focus, .form-concrete-inverse .form-control:hover, .form-concrete-inverse .form-control:hover:focus {
  border-color: rgb(221.6, 221.6, 221.6);
  background-color: #f2f2f2;
}
.form-concrete-inverse .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #56a708;
}
.form-concrete-inverse .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(86, 167, 8, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .form-concrete-inverse .valid-tooltip, .form-row > [class*=col-] > .form-concrete-inverse .valid-tooltip {
  left: 5px;
}
.was-validated .form-concrete-inverse:valid ~ .valid-feedback,
.was-validated .form-concrete-inverse:valid ~ .valid-tooltip, .form-concrete-inverse.is-valid ~ .valid-feedback,
.form-concrete-inverse.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-concrete-inverse .form-control:valid, .form-concrete-inverse .form-control.is-valid {
  border-color: #56a708;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2356a708' 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-concrete-inverse .form-control:valid:focus, .form-concrete-inverse .form-control.is-valid:focus {
  border-color: #56a708;
  box-shadow: 0 0 0 0.2rem rgba(86, 167, 8, 0.25);
}
.was-validated .form-concrete-inverse select.form-control:valid, .form-concrete-inverse select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated .form-concrete-inverse textarea.form-control:valid, .form-concrete-inverse 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-concrete-inverse .custom-select:valid, .form-concrete-inverse .custom-select.is-valid {
  border-color: #56a708;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #f6f6f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2356a708' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .form-concrete-inverse .custom-select:valid:focus, .form-concrete-inverse .custom-select.is-valid:focus {
  border-color: #56a708;
  box-shadow: 0 0 0 0.2rem rgba(86, 167, 8, 0.25);
}
.was-validated .form-concrete-inverse .form-check-input:valid ~ .form-check-label, .form-concrete-inverse .form-check-input.is-valid ~ .form-check-label {
  color: #56a708;
}
.was-validated .form-concrete-inverse .form-check-input:valid ~ .valid-feedback,
.was-validated .form-concrete-inverse .form-check-input:valid ~ .valid-tooltip, .form-concrete-inverse .form-check-input.is-valid ~ .valid-feedback,
.form-concrete-inverse .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-concrete-inverse .custom-control-input:valid ~ .custom-control-label, .form-concrete-inverse .custom-control-input.is-valid ~ .custom-control-label {
  color: #56a708;
}
.was-validated .form-concrete-inverse .custom-control-input:valid ~ .custom-control-label::before, .form-concrete-inverse .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #56a708;
}
.was-validated .form-concrete-inverse .custom-control-input:valid:checked ~ .custom-control-label::before, .form-concrete-inverse .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(111.0628571429, 215.6685714286, 10.3314285714);
  background-color: rgb(111.0628571429, 215.6685714286, 10.3314285714);
}
.was-validated .form-concrete-inverse .custom-control-input:valid:focus ~ .custom-control-label::before, .form-concrete-inverse .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(86, 167, 8, 0.25);
}
.was-validated .form-concrete-inverse .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .form-concrete-inverse .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #56a708;
}
.was-validated .form-concrete-inverse .custom-file-input:valid ~ .custom-file-label, .form-concrete-inverse .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #56a708;
}
.was-validated .form-concrete-inverse .custom-file-input:valid:focus ~ .custom-file-label, .form-concrete-inverse .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #56a708;
  box-shadow: 0 0 0 0.2rem rgba(86, 167, 8, 0.25);
}
.form-concrete-inverse .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #cd040b;
}
.form-concrete-inverse .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(205, 4, 11, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .form-concrete-inverse .invalid-tooltip, .form-row > [class*=col-] > .form-concrete-inverse .invalid-tooltip {
  left: 5px;
}
.was-validated .form-concrete-inverse:invalid ~ .invalid-feedback,
.was-validated .form-concrete-inverse:invalid ~ .invalid-tooltip, .form-concrete-inverse.is-invalid ~ .invalid-feedback,
.form-concrete-inverse.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-concrete-inverse .form-control:invalid, .form-concrete-inverse .form-control.is-invalid {
  border-color: #cd040b;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd040b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cd040b' 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-concrete-inverse .form-control:invalid:focus, .form-concrete-inverse .form-control.is-invalid:focus {
  border-color: #cd040b;
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}
.was-validated .form-concrete-inverse select.form-control:invalid, .form-concrete-inverse select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated .form-concrete-inverse textarea.form-control:invalid, .form-concrete-inverse 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-concrete-inverse .custom-select:invalid, .form-concrete-inverse .custom-select.is-invalid {
  border-color: #cd040b;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #f6f6f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd040b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cd040b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .form-concrete-inverse .custom-select:invalid:focus, .form-concrete-inverse .custom-select.is-invalid:focus {
  border-color: #cd040b;
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}
.was-validated .form-concrete-inverse .form-check-input:invalid ~ .form-check-label, .form-concrete-inverse .form-check-input.is-invalid ~ .form-check-label {
  color: #cd040b;
}
.was-validated .form-concrete-inverse .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-concrete-inverse .form-check-input:invalid ~ .invalid-tooltip, .form-concrete-inverse .form-check-input.is-invalid ~ .invalid-feedback,
.form-concrete-inverse .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-concrete-inverse .custom-control-input:invalid ~ .custom-control-label, .form-concrete-inverse .custom-control-input.is-invalid ~ .custom-control-label {
  color: #cd040b;
}
.was-validated .form-concrete-inverse .custom-control-input:invalid ~ .custom-control-label::before, .form-concrete-inverse .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #cd040b;
}
.was-validated .form-concrete-inverse .custom-control-input:invalid:checked ~ .custom-control-label::before, .form-concrete-inverse .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(250.2153110048, 9.7846889952, 18.1578947368);
  background-color: rgb(250.2153110048, 9.7846889952, 18.1578947368);
}
.was-validated .form-concrete-inverse .custom-control-input:invalid:focus ~ .custom-control-label::before, .form-concrete-inverse .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}
.was-validated .form-concrete-inverse .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .form-concrete-inverse .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cd040b;
}
.was-validated .form-concrete-inverse .custom-file-input:invalid ~ .custom-file-label, .form-concrete-inverse .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #cd040b;
}
.was-validated .form-concrete-inverse .custom-file-input:invalid:focus ~ .custom-file-label, .form-concrete-inverse .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #cd040b;
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}

/****************************************/
/* horizontal form overrides Properties */
/*                                      */
.form-horizontal.form-portal .col-form-label {
  text-align: left;
}

.input[type=checkbox].with-vmgicon:checked + label {
  color: #cd040b;
}

.label-bs-select {
  padding-top: 6px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid #f6f6f6;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #f6f6f6;
  border-color: rgb(251.6794258373, 84.8205741627, 90.6315789474);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}
.form-control::placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f6f6f6;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #f6f6f6;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #56a708;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(86, 167, 8, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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: #56a708;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2356a708' 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: #56a708;
  box-shadow: 0 0 0 0.2rem rgba(86, 167, 8, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #56a708;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #f6f6f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2356a708' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #56a708;
  box-shadow: 0 0 0 0.2rem rgba(86, 167, 8, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #56a708;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #56a708;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(111.0628571429, 215.6685714286, 10.3314285714);
  background-color: rgb(111.0628571429, 215.6685714286, 10.3314285714);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(86, 167, 8, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #56a708;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #56a708;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #56a708;
  box-shadow: 0 0 0 0.2rem rgba(86, 167, 8, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(205, 4, 11, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #cd040b;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #f6f6f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd040b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cd040b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #cd040b;
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #cd040b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #cd040b;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(250.2153110048, 9.7846889952, 18.1578947368);
  background-color: rgb(250.2153110048, 9.7846889952, 18.1578947368);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cd040b;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #cd040b;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #cd040b;
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #3e3e3e;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #3e3e3e;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #cd040b;
  border-color: #cd040b;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(167.4820574163, 3.2679425837, 8.9868421053);
  border-color: rgb(154.976076555, 3.023923445, 8.3157894737);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(167.4820574163, 3.2679425837, 8.9868421053);
  border-color: rgb(154.976076555, 3.023923445, 8.3157894737);
  box-shadow: 0 0 0 0.2rem rgba(212.5, 41.65, 47.6, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #cd040b;
  border-color: #cd040b;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(154.976076555, 3.023923445, 8.3157894737);
  border-color: rgb(142.4700956938, 2.7799043062, 7.6447368421);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212.5, 41.65, 47.6, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(180.875, 180.875, 180.875);
  border-color: rgb(174.5, 174.5, 174.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: rgb(180.875, 180.875, 180.875);
  border-color: rgb(174.5, 174.5, 174.5);
  box-shadow: 0 0 0 0.2rem rgba(174.95, 175.55, 176.15, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(174.5, 174.5, 174.5);
  border-color: rgb(168.125, 168.125, 168.125);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174.95, 175.55, 176.15, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #56a708;
  border-color: #56a708;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(67.2028571429, 130.4985714286, 6.2514285714);
  border-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(67.2028571429, 130.4985714286, 6.2514285714);
  border-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
  box-shadow: 0 0 0 0.2rem rgba(111.35, 180.2, 45.05, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #56a708;
  border-color: #56a708;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
  border-color: rgb(54.6714285714, 106.1642857143, 5.0857142857);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111.35, 180.2, 45.05, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #cd040b;
  border-color: #cd040b;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(167.4820574163, 3.2679425837, 8.9868421053);
  border-color: rgb(154.976076555, 3.023923445, 8.3157894737);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(167.4820574163, 3.2679425837, 8.9868421053);
  border-color: rgb(154.976076555, 3.023923445, 8.3157894737);
  box-shadow: 0 0 0 0.2rem rgba(212.5, 41.65, 47.6, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #cd040b;
  border-color: #cd040b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(154.976076555, 3.023923445, 8.3157894737);
  border-color: rgb(142.4700956938, 2.7799043062, 7.6447368421);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212.5, 41.65, 47.6, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #cd040b;
  border-color: #cd040b;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #cd040b;
  border-color: #cd040b;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #cd040b;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #cd040b;
  border-color: #cd040b;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.5);
}

.btn-outline-secondary {
  color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c8c8c8;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.5);
}

.btn-outline-success {
  color: #56a708;
  border-color: #56a708;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #56a708;
  border-color: #56a708;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 167, 8, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #56a708;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #56a708;
  border-color: #56a708;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 167, 8, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #cd040b;
  border-color: #cd040b;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #cd040b;
  border-color: #cd040b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #cd040b;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #cd040b;
  border-color: #cd040b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.5);
}

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

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #cd040b;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(129.9641148325, 2.5358851675, 6.9736842105);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #cd040b;
}
.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 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #cd040b;
  background-color: #cd040b;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(251.6794258373, 84.8205741627, 90.6315789474);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(252.6555023923, 134.8444976077, 138.9473684211);
  border-color: rgb(252.6555023923, 134.8444976077, 138.9473684211);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f6f6f6;
}

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

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

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

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

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(251.6794258373, 84.8205741627, 90.6315789474);
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f6f6f6;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

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

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  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 {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%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.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%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.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  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;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #cd040b;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(129.9641148325, 2.5358851675, 6.9736842105);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.25);
}

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

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

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

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

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #cd040b;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(154.976076555, 3.023923445, 8.3157894737);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #c8c8c8;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: rgb(174.5, 174.5, 174.5);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #56a708;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 167, 8, 0.5);
}

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

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

.badge-danger {
  color: #fff;
  background-color: #cd040b;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(154.976076555, 3.023923445, 8.3157894737);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 4, 11, 0.5);
}

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

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(106.6, 2.08, 5.72);
  background-color: rgb(245, 204.8, 206.2);
  border-color: rgb(241, 184.72, 186.68);
}
.alert-primary hr {
  border-top-color: rgb(236.7641196013, 163.4558803987, 166.0089036545);
}
.alert-primary .alert-link {
  color: rgb(56.576076555, 1.103923445, 3.0357894737);
}

.alert-secondary {
  color: #686868;
  background-color: #f4f4f4;
  border-color: rgb(239.6, 239.6, 239.6);
}
.alert-secondary hr {
  border-top-color: rgb(226.85, 226.85, 226.85);
}
.alert-secondary .alert-link {
  color: rgb(78.5, 78.5, 78.5);
}

.alert-success {
  color: rgb(44.72, 86.84, 4.16);
  background-color: rgb(221.2, 237.4, 205.6);
  border-color: rgb(207.68, 230.36, 185.84);
}
.alert-success hr {
  border-top-color: rgb(194.8158208955, 223.6614925373, 167.0385074627);
}
.alert-success .alert-link {
  color: rgb(19.6571428571, 38.1714285714, 1.8285714286);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(106.6, 2.08, 5.72);
  background-color: rgb(245, 204.8, 206.2);
  border-color: rgb(241, 184.72, 186.68);
}
.alert-danger hr {
  border-top-color: rgb(236.7641196013, 163.4558803987, 166.0089036545);
}
.alert-danger .alert-link {
  color: rgb(56.576076555, 1.103923445, 3.0357894737);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  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: #cd040b;
  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;
  }
}

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

.media-body {
  flex: 1;
}

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

.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: #3e3e3e;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 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: #cd040b;
  border-color: #cd040b;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  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: rgb(106.6, 2.08, 5.72);
  background-color: rgb(241, 184.72, 186.68);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(106.6, 2.08, 5.72);
  background-color: rgb(236.7641196013, 163.4558803987, 166.0089036545);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(106.6, 2.08, 5.72);
  border-color: rgb(106.6, 2.08, 5.72);
}

.list-group-item-secondary {
  color: #686868;
  background-color: rgb(239.6, 239.6, 239.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #686868;
  background-color: rgb(226.85, 226.85, 226.85);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}

.list-group-item-success {
  color: rgb(44.72, 86.84, 4.16);
  background-color: rgb(207.68, 230.36, 185.84);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(44.72, 86.84, 4.16);
  background-color: rgb(194.8158208955, 223.6614925373, 167.0385074627);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(44.72, 86.84, 4.16);
  border-color: rgb(44.72, 86.84, 4.16);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(106.6, 2.08, 5.72);
  background-color: rgb(241, 184.72, 186.68);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(106.6, 2.08, 5.72);
  background-color: rgb(236.7641196013, 163.4558803987, 166.0089036545);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(106.6, 2.08, 5.72);
  border-color: rgb(106.6, 2.08, 5.72);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  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: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -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;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(154.976076555, 3.023923445, 8.3157894737) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(174.5, 174.5, 174.5) !important;
}

.bg-success {
  background-color: #56a708 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(60.9371428571, 118.3314285714, 5.6685714286) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(154.976076555, 3.023923445, 8.3157894737) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #56a708 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(129.9641148325, 2.5358851675, 6.9736842105) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(161.75, 161.75, 161.75) !important;
}

.text-success {
  color: #56a708 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(48.4057142857, 93.9971428571, 4.5028571429) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(129.9641148325, 2.5358851675, 6.9736842105) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* h* fonts */
.h1-font, h1, .h1 {
  color: #333;
}

.h2-font, .section-title-row, h2, .h2 {
  color: #4b4b4b;
}

.h3-font, .subsection-title-row, h3, .h3 {
  color: #4b4b4b;
}

/* h* sizes */
.h1-size, h1, .h1 {
  font-size: 18px;
}

.h2-size, .section-title-row, h2, .h2 {
  font-size: 16px;
}

.h3-size, .subsection-title-row, h3, .h3 {
  font-size: 14px;
}

/* Clear border for h# */
h1.noborder, .h1.noborder, h2.noborder, .h2.noborder, h3.noborder, .h3.noborder {
  border-bottom: 0;
}

/* h* underlines */
.h1-underline {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.h2-underline, h2, .h2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.h3-underline, h3, .h3 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* h* classes */
hr.red {
  display: block;
  border-width: 2px;
  color: #cd040b;
}

hr.grey {
  display: block;
  border-width: 1px;
  color: #d2d2d2;
}

.red-underline-color, .red-underline {
  border-bottom-color: #cd040b;
}

.grey-underline-color, .grey-underline {
  border-bottom-color: #d2d2d2;
}

.underline-single, .grey-underline {
  border-bottom-width: 1px;
}

.underline-double, .red-underline {
  border-bottom-width: 2px;
}

/* underlines */
.red-underline-color, .red-underline {
  border-bottom-color: #cd040b;
}

.grey-underline-color, .grey-underline {
  border-bottom-color: #d2d2d2;
}

.grey-underline-bold {
  border-bottom-width: 2px;
}

.line-s1 {
  width: 100%;
  border-bottom: 2px solid #959595;
}

.line-s2 {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
}

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

/****************************************/
/* Navs                                 */
/*                                      */
#contents {
  padding: 5px 0 20px 0;
  margin: 0;
  position: relative;
  min-height: 950px;
}

.shade-contents {
  position: absolute;
  top: 0;
  width: 100%;
  height: 15px;
  pointer-events: none;
  z-index: 31;
}

.content-blinds {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 986px) / 2);
  height: 100%;
  background-color: #fff;
}

.sideNavContent, .pageContent {
  position: relative;
  float: left;
}

.sideNavContent {
  width: 1px;
}

.pageContent {
  width: 99%;
}

.sideNavContent, .pageContent {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .pageContent {
    width: 83.33333333%;
  }
  .sideNavContent {
    display: block;
    width: 16.66666667%;
  }
}
#contents.sideNavClosed .sideNavContent {
  margin-left: -136px;
}

.sideNavClosed .sideNavContent .h2,
.sideNavClosed .sideNavContent li > ul > li > a {
  border-bottom: none;
}

#contents.sideNavClosed .pageContent {
  width: 97%;
}

.changing .sideNavContent,
.changing .pageContent {
  transition: all 1s;
}

.container {
  min-height: 600px;
}

.bs-sidebar {
  display: inline-block;
  transition: transform 0.5s;
  transform: translateX(-148px);
}

.sn-open .bs-sidebar {
  transform: translateX(0);
}

.container,
.bs-sidebar {
  transition: all 0.5s;
}

@media (min-width: 760px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 760px) and (max-width: 984px) {
  .sn-open .container {
    transform: translateX(calc((100% - 460px) / 2));
    width: 610px;
  }
}
@media (min-width: 984px) {
  .container {
    width: 984px;
  }
}
@media (min-width: 984px) and (max-width: 1200px) {
  .sn-open .container {
    transform: translateX(calc((100% - 684px) / 2));
    width: 834px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 984px;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .sn-open .container {
    transform: translateX(calc((100% - 900px) / 2));
    width: 1050px;
  }
}
.valignb {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.css-table-vm .css-cell {
  vertical-align: middle;
}

.posabs {
  position: absolute;
}

.posrel {
  position: relative;
}

.hm-xs,
.hm-xs .btn,
.hm-xs .btn > .bs-caret,
.hm-xs .dropdown-menu > li > a,
.hm-xs .tablePaginav,
.hm-xs select {
  font-size: 10px;
}
.hm-xs label {
  margin-bottom: 0;
}
.hm-xs .btn {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 12px;
}
.hm-xs .btn .bs-caret {
  padding-top: 0;
}
.hm-xs select {
  height: 18px;
}
.hm-xs .tablePaginav .btn {
  padding: 0 2px;
}
.hm-xs .tablePaginav .btn .vmgicon {
  font-size: 16px;
}

.fg-container {
  display: flex;
}

.fg-container-h {
  flex-direction: row;
}

.fg-container-v {
  flex-direction: column;
}

.fg-container-items-start {
  align-items: flex-start;
}

.fg-container-items-end {
  align-items: flex-end;
}

.fg-container-items-center {
  align-items: center;
}

.fg-container-items-stretch {
  align-items: stretch;
}

.fg-container-flexauto > .fg-cell {
  flex-shrink: 1;
}

.fg-cell {
  flex: 1 1 auto;
}

.fg-noflexcell {
  flex: 0 0 auto;
}

.fg-cell-collapsible {
  flex-shrink: 1;
  flex-basis: 100%;
  min-width: 0;
}

.fg-cell-noncollapsible, .fg-cell-flexauto {
  flex-basis: auto;
  flex-shrink: 0;
}

.fg-cell-align-auto {
  align-self: auto;
}

.fg-cell-align-start {
  align-self: flex-start;
}

.fg-cell-align-end {
  align-self: flex-end;
}

.fg-cell-align-center {
  align-self: center;
}

.fg-cell-xs-1 {
  flex-basis: 8.3333333333%;
}

.fg-cell-xs-2 {
  flex-basis: 16.6666666667%;
}

.fg-cell-xs-3 {
  flex-basis: 25%;
}

.fg-cell-xs-4 {
  flex-basis: 33.3333333333%;
}

.fg-cell-xs-5 {
  flex-basis: 41.6666666667%;
}

.fg-cell-xs-6 {
  flex-basis: 50%;
}

.fg-cell-xs-7 {
  flex-basis: 58.3333333333%;
}

.fg-cell-xs-8 {
  flex-basis: 66.6666666667%;
}

.fg-cell-xs-9 {
  flex-basis: 75%;
}

.fg-cell-xs-10 {
  flex-basis: 83.3333333333%;
}

.fg-cell-xs-11 {
  flex-basis: 91.6666666667%;
}

.fg-cell-xs-12 {
  flex-basis: 100%;
}

/* Clear fix */
.contentRow {
  margin-top: 5px;
}

.contentRowMargin {
  margin-top: 5px;
}

.contentRow:before, .contentRow:after,
.columnRow:before, .columnRow:after {
  display: table;
  content: " ";
}

.contentRow:after, .columnRow:after {
  clear: both;
}

.row-nopadding > div[class^=col]:first-child,
.contentRow > div[class^=col]:first-child {
  padding-left: 0px;
}

.row-nopadding > div[class^=col]:last-child,
.contentRow > div[class^=col]:last-child {
  padding-right: 0px;
}

.row-group {
  display: table;
  width: 100%;
}

.row-group > div[class^=col],
.row-group > .pull-bottom {
  vertical-align: bottom;
  display: table-cell;
  float: none;
}

.row-header-size {
  height: 40px;
}

.row-header-text {
  font-size: 12px;
}

.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td {
  border-top: none;
  border-bottom: none;
}
.table-borderless > tfoot > tr > th,
.table-borderless > tfoot > tr > td {
  border-top: none;
  border-bottom: none;
}
.table-borderless > thead > tr td, .table-borderless > thead > tr th,
.table-borderless > tbody > tr td,
.table-borderless > tbody > tr th,
.table-borderless > tfoot > tr td,
.table-borderless > tfoot > tr th {
  border-top: 5px solid #fff;
}

.table-thin > thead > tr td, .table-thin > thead > tr th,
.table-thin > tbody > tr td,
.table-thin > tbody > tr th,
.table-thin > tfoot > tr td,
.table-thin > tfoot > tr th {
  padding: 0 0.33rem;
}

.table-striped > tbody tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.table-hover > tbody tr:hover {
  background-color: rgb(233.25, 233.25, 233.25);
}

.table {
  margin-bottom: 0;
}
.table label {
  margin-bottom: 0;
}
.table > thead > tr td, .table > thead > tr th,
.table > tbody > tr td,
.table > tbody > tr th,
.table > tfoot > tr td,
.table > tfoot > tr th {
  vertical-align: middle;
  height: 27px;
}
.table > a,
.table > a:hover,
.table > a:visited,
.table > a:active {
  color: #018dbb;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #ccecfb;
}

.table-hover .table-active:hover {
  background-color: rgb(180.3545454545, 227.1909090909, 249.1454545455);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgb(180.3545454545, 227.1909090909, 249.1454545455);
}

.table-lg > tbody > tr td {
  min-height: 80px;
  height: 80px;
  vertical-align: middle;
}
.table-lg > thead > tr td,
.table-lg > tbody > tr td,
.table-lg > tfoot > tr td {
  padding: 10px 15px;
}

.table.text-paragraph tr,
.table.text-paragraph td {
  word-break: normal;
  word-wrap: break-word;
}

.table-hover tbody .clickable:hover {
  background-color: #ccecfb;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 5px 10px;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.gray-btn {
  color: #fff;
  background-color: #8c8c8c;
  border-color: #8c8c8c;
}

.btn {
  font-size: 12px;
  white-space: nowrap;
}

/****************************************/
/* Btn Updates                          */
/*                                      */
.btn {
  border-radius: 0;
}

.btn-row .btn + .btn {
  margin-left: 5px;
}

/* Button size for input icon */
.btn-input-icon {
  height: 34px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

/* Button size for header */
.btn-hs,
.btn-group-hs > .btn {
  padding: 0px 0px;
  margin: 0px 2px;
  font-size: 16px;
  line-height: 1;
}

.btn-icon,
.btn-group > .btn-icon,
.input-group > .btn-icon {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
}

.input-group-sm > .input-group-btn > .btn-icon {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
}

.btn-full {
  width: 100% !important;
}

.btn-sm-sync {
  padding: 5px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0px;
  min-width: 100px;
}

.btn-group-sync .btn:not(:first-child) {
  margin-left: 5px;
}
.btn-group-sync .btn:not(:last-child) {
  margin-right: 5px;
}

.btn .toggleOn {
  display: none;
}

.btn.active .toggleOff {
  display: none;
}

.btn.active .toggleOn {
  display: inherit;
}

.btn-lightgray {
  color: #fff;
  background-color: #959595;
  border-color: #959595;
}
.btn-lightgray:hover {
  color: #fff;
  background-color: rgb(129.875, 129.875, 129.875);
  border-color: rgb(123.5, 123.5, 123.5);
}
.btn-lightgray:focus, .btn-lightgray.focus {
  color: #fff;
  background-color: rgb(129.875, 129.875, 129.875);
  border-color: rgb(123.5, 123.5, 123.5);
  box-shadow: 0 0 0 0.2rem rgba(164.9, 164.9, 164.9, 0.5);
}
.btn-lightgray.disabled, .btn-lightgray:disabled {
  color: #fff;
  background-color: #959595;
  border-color: #959595;
}
.btn-lightgray:not(:disabled):not(.disabled):active, .btn-lightgray:not(:disabled):not(.disabled).active, .show > .btn-lightgray.dropdown-toggle {
  color: #fff;
  background-color: rgb(123.5, 123.5, 123.5);
  border-color: rgb(117.125, 117.125, 117.125);
}
.btn-lightgray:not(:disabled):not(.disabled):active:focus, .btn-lightgray:not(:disabled):not(.disabled).active:focus, .show > .btn-lightgray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164.9, 164.9, 164.9, 0.5);
}

/* Btn - Remove, for remove of item */
.btn-glyph-remove {
  color: #959595;
  border-color: #959595;
  border-color: transparent;
}
.btn-glyph-remove:hover {
  color: #cd040b;
  background-color: transparent;
  border-color: transparent;
}
.btn-glyph-remove:focus, .btn-glyph-remove.focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 149, 149, 0.5);
}
.btn-glyph-remove.disabled, .btn-glyph-remove:disabled {
  color: #959595;
  background-color: transparent;
}
.btn-glyph-remove:not(:disabled):not(.disabled):active, .btn-glyph-remove:not(:disabled):not(.disabled).active, .show > .btn-glyph-remove.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-glyph-remove:not(:disabled):not(.disabled):active:focus, .btn-glyph-remove:not(:disabled):not(.disabled).active:focus, .show > .btn-glyph-remove.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 149, 149, 0.5);
}
.btn-glyph-remove .badge {
  color: #cd040b;
  background-color: #959595;
}

.btn-glyph-edit {
  color: #959595;
  border-color: #959595;
  border-color: transparent;
}
.btn-glyph-edit:hover {
  color: #1b93e5;
  background-color: transparent;
  border-color: transparent;
}
.btn-glyph-edit:focus, .btn-glyph-edit.focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 149, 149, 0.5);
}
.btn-glyph-edit.disabled, .btn-glyph-edit:disabled {
  color: #959595;
  background-color: transparent;
}
.btn-glyph-edit:not(:disabled):not(.disabled):active, .btn-glyph-edit:not(:disabled):not(.disabled).active, .show > .btn-glyph-edit.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-glyph-edit:not(:disabled):not(.disabled):active:focus, .btn-glyph-edit:not(:disabled):not(.disabled).active:focus, .show > .btn-glyph-edit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 149, 149, 0.5);
}
.btn-glyph-edit .badge {
  color: #1b93e5;
  background-color: #959595;
}

/* Btn - Glyph - Grey, for glyphicons */
.btn-glyph-grey {
  color: #7d7d7d;
  border-color: #7d7d7d;
  border-color: transparent;
}
.btn-glyph-grey:hover {
  color: #959595;
  background-color: transparent;
  border-color: transparent;
}
.btn-glyph-grey:focus, .btn-glyph-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}
.btn-glyph-grey.disabled, .btn-glyph-grey:disabled {
  color: #7d7d7d;
  background-color: transparent;
}
.btn-glyph-grey:not(:disabled):not(.disabled):active, .btn-glyph-grey:not(:disabled):not(.disabled).active, .show > .btn-glyph-grey.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-glyph-grey:not(:disabled):not(.disabled):active:focus, .btn-glyph-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-glyph-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}
.btn-glyph-grey .badge {
  color: #959595;
  background-color: #7d7d7d;
}

/* Btn - Glyph - Blue, for glyphicons */
.btn-glyph-blue {
  color: #1b93e5;
  border-color: #1b93e5;
  border-color: transparent;
}
.btn-glyph-blue:hover {
  color: true;
  background-color: transparent;
  border-color: transparent;
}
.btn-glyph-blue:focus, .btn-glyph-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 147, 229, 0.5);
}
.btn-glyph-blue.disabled, .btn-glyph-blue:disabled {
  color: #1b93e5;
  background-color: transparent;
}
.btn-glyph-blue:not(:disabled):not(.disabled):active, .btn-glyph-blue:not(:disabled):not(.disabled).active, .show > .btn-glyph-blue.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-glyph-blue:not(:disabled):not(.disabled):active:focus, .btn-glyph-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-glyph-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 147, 229, 0.5);
}
.btn-glyph-blue .badge {
  color: true;
  background-color: #1b93e5;
}

/* Btn - Add, for adding items */
.btn-glyph-add {
  color: #1b93e5;
  border-color: #1b93e5;
  border-color: transparent;
  margin-left: 12px;
}
.btn-glyph-add:hover {
  color: #1b93e5;
  background-color: transparent;
  border-color: transparent;
}
.btn-glyph-add:focus, .btn-glyph-add.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 147, 229, 0.5);
}
.btn-glyph-add.disabled, .btn-glyph-add:disabled {
  color: #1b93e5;
  background-color: transparent;
}
.btn-glyph-add:not(:disabled):not(.disabled):active, .btn-glyph-add:not(:disabled):not(.disabled).active, .show > .btn-glyph-add.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-glyph-add:not(:disabled):not(.disabled):active:focus, .btn-glyph-add:not(:disabled):not(.disabled).active:focus, .show > .btn-glyph-add.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 147, 229, 0.5);
}
.btn-glyph-add .badge {
  color: #1b93e5;
  background-color: #1b93e5;
}
.btn-glyph-add .text {
  font-size: 12px;
}

.label-glyph-status {
  color: #959595;
}

.label-glyph-active {
  color: #56a708;
}

/****************************************/
/* Flat Buttons                         */
/*                                      */
.btn-red {
  color: #fff;
  background-color: #cd040b;
  border-color: #cd040b;
}
.btn-red:hover {
  color: #fff;
  background-color: rgb(167.4820574163, 3.2679425837, 8.9868421053);
  border-color: rgb(167.4820574163, 3.2679425837, 8.9868421053);
}
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: rgb(167.4820574163, 3.2679425837, 8.9868421053);
  border-color: rgb(167.4820574163, 3.2679425837, 8.9868421053);
  box-shadow: 0 0 0 0.2rem rgba(212.5, 41.65, 47.6, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #cd040b;
  border-color: #cd040b;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: rgb(167.4820574163, 3.2679425837, 8.9868421053);
  border-color: rgb(167.4820574163, 3.2679425837, 8.9868421053);
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212.5, 41.65, 47.6, 0.5);
}

.btn-darkgray {
  color: #fff;
  background-color: #545454;
  border-color: #545454;
}
.btn-darkgray:hover {
  color: #fff;
  background-color: rgb(64.875, 64.875, 64.875);
  border-color: rgb(64.875, 64.875, 64.875);
}
.btn-darkgray:focus, .btn-darkgray.focus {
  color: #fff;
  background-color: rgb(64.875, 64.875, 64.875);
  border-color: rgb(64.875, 64.875, 64.875);
  box-shadow: 0 0 0 0.2rem rgba(109.65, 109.65, 109.65, 0.5);
}
.btn-darkgray.disabled, .btn-darkgray:disabled {
  color: #fff;
  background-color: #545454;
  border-color: #545454;
}
.btn-darkgray:not(:disabled):not(.disabled):active, .btn-darkgray:not(:disabled):not(.disabled).active, .show > .btn-darkgray.dropdown-toggle {
  color: #fff;
  background-color: rgb(64.875, 64.875, 64.875);
  border-color: rgb(64.875, 64.875, 64.875);
}
.btn-darkgray:not(:disabled):not(.disabled):active:focus, .btn-darkgray:not(:disabled):not(.disabled).active:focus, .show > .btn-darkgray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109.65, 109.65, 109.65, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #8c8c8c;
  border-color: #8c8c8c;
}
.btn-gray:hover {
  color: #fff;
  background-color: rgb(120.875, 120.875, 120.875);
  border-color: rgb(120.875, 120.875, 120.875);
}
.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: rgb(120.875, 120.875, 120.875);
  border-color: rgb(120.875, 120.875, 120.875);
  box-shadow: 0 0 0 0.2rem rgba(157.25, 157.25, 157.25, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #8c8c8c;
  border-color: #8c8c8c;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: rgb(120.875, 120.875, 120.875);
  border-color: rgb(120.875, 120.875, 120.875);
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157.25, 157.25, 157.25, 0.5);
}

.btn-ah {
  padding: 0;
  font-size: 12px;
}

.btn-ah-default {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
.btn-ah-default:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-default:focus, .btn-ah-default.focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-ah-default.disabled, .btn-ah-default:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-default:not(:disabled):not(.disabled):active, .btn-ah-default:not(:disabled):not(.disabled).active, .show > .btn-ah-default.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-default:not(:disabled):not(.disabled):active:focus, .btn-ah-default:not(:disabled):not(.disabled).active:focus, .show > .btn-ah-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-ah-default .vmgicon {
  color: #000;
}
.btn-ah-default:focus, .btn-ah-default.focus {
  color: #1b93e5;
}
.btn-ah-default:focus .vmgicon, .btn-ah-default.focus .vmgicon {
  color: #1b93e5;
}
.btn-ah-default:hover {
  color: #1b93e5;
}
.btn-ah-default:hover .vmgicon {
  color: #1b93e5;
}
.btn-ah-default:active, .btn-ah-default.active, .open > .btn-ah-default.dropdown-toggle {
  color: #1b93e5;
}
.btn-ah-default:active .vmgicon, .btn-ah-default.active .vmgicon, .open > .btn-ah-default.dropdown-toggle .vmgicon {
  color: #1b93e5;
}
.btn-ah-default:active:hover, .btn-ah-default:active:focus, .btn-ah-default:active.focus, .btn-ah-default.active:hover, .btn-ah-default.active:focus, .btn-ah-default.active.focus, .open > .btn-ah-default.dropdown-toggle:hover, .open > .btn-ah-default.dropdown-toggle:focus, .open > .btn-ah-default.dropdown-toggle.focus {
  color: rgb(17.3299212598, 97.3141732283, 151.9700787402);
}
.btn-ah-default:active:hover .vmgicon, .btn-ah-default:active:focus .vmgicon, .btn-ah-default:active.focus .vmgicon, .btn-ah-default.active:hover .vmgicon, .btn-ah-default.active:focus .vmgicon, .btn-ah-default.active.focus .vmgicon, .open > .btn-ah-default.dropdown-toggle:hover .vmgicon, .open > .btn-ah-default.dropdown-toggle:focus .vmgicon, .open > .btn-ah-default.dropdown-toggle.focus .vmgicon {
  color: rgb(17.3299212598, 97.3141732283, 151.9700787402);
}
.btn-ah-default:active, .btn-ah-default.active, .open > .btn-ah-default.dropdown-toggle {
  background-image: none;
}
.btn-ah-default.disabled:hover, .btn-ah-default.disabled:focus, .btn-ah-default.disabled.focus, .btn-ah-default[disabled]:hover, .btn-ah-default[disabled]:focus, .btn-ah-default[disabled].focus, fieldset[disabled] .btn-ah-default:hover, fieldset[disabled] .btn-ah-default:focus, fieldset[disabled] .btn-ah-default.focus {
  color: rgb(43.35, 43.35, 43.35);
}
.btn-ah-default .badge {
  color: #000;
  background-color: #1b93e5;
}

.btn-ah-select {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
.btn-ah-select:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-select:focus, .btn-ah-select.focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-ah-select.disabled, .btn-ah-select:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-select:not(:disabled):not(.disabled):active, .btn-ah-select:not(:disabled):not(.disabled).active, .show > .btn-ah-select.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-select:not(:disabled):not(.disabled):active:focus, .btn-ah-select:not(:disabled):not(.disabled).active:focus, .show > .btn-ah-select.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-ah-select .vmgicon {
  color: #1b93e5;
}
.btn-ah-select:focus, .btn-ah-select.focus {
  color: #1b93e5;
}
.btn-ah-select:focus .vmgicon, .btn-ah-select.focus .vmgicon {
  color: #1b93e5;
}
.btn-ah-select:hover {
  color: #1b93e5;
}
.btn-ah-select:hover .vmgicon {
  color: #1b93e5;
}
.btn-ah-select:active, .btn-ah-select.active, .open > .btn-ah-select.dropdown-toggle {
  color: #1b93e5;
}
.btn-ah-select:active .vmgicon, .btn-ah-select.active .vmgicon, .open > .btn-ah-select.dropdown-toggle .vmgicon {
  color: #1b93e5;
}
.btn-ah-select:active:hover, .btn-ah-select:active:focus, .btn-ah-select:active.focus, .btn-ah-select.active:hover, .btn-ah-select.active:focus, .btn-ah-select.active.focus, .open > .btn-ah-select.dropdown-toggle:hover, .open > .btn-ah-select.dropdown-toggle:focus, .open > .btn-ah-select.dropdown-toggle.focus {
  color: rgb(17.3299212598, 97.3141732283, 151.9700787402);
}
.btn-ah-select:active:hover .vmgicon, .btn-ah-select:active:focus .vmgicon, .btn-ah-select:active.focus .vmgicon, .btn-ah-select.active:hover .vmgicon, .btn-ah-select.active:focus .vmgicon, .btn-ah-select.active.focus .vmgicon, .open > .btn-ah-select.dropdown-toggle:hover .vmgicon, .open > .btn-ah-select.dropdown-toggle:focus .vmgicon, .open > .btn-ah-select.dropdown-toggle.focus .vmgicon {
  color: rgb(17.3299212598, 97.3141732283, 151.9700787402);
}
.btn-ah-select:active, .btn-ah-select.active, .open > .btn-ah-select.dropdown-toggle {
  background-image: none;
}
.btn-ah-select.disabled:hover, .btn-ah-select.disabled:focus, .btn-ah-select.disabled.focus, .btn-ah-select[disabled]:hover, .btn-ah-select[disabled]:focus, .btn-ah-select[disabled].focus, fieldset[disabled] .btn-ah-select:hover, fieldset[disabled] .btn-ah-select:focus, fieldset[disabled] .btn-ah-select.focus {
  color: rgb(43.35, 43.35, 43.35);
}
.btn-ah-select .badge {
  color: #000;
  background-color: #1b93e5;
}

.btn-ah-select-red {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: #cd040b;
}
.btn-ah-select-red:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-select-red:focus, .btn-ah-select-red.focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-ah-select-red.disabled, .btn-ah-select-red:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-select-red:not(:disabled):not(.disabled):active, .btn-ah-select-red:not(:disabled):not(.disabled).active, .show > .btn-ah-select-red.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-select-red:not(:disabled):not(.disabled):active:focus, .btn-ah-select-red:not(:disabled):not(.disabled).active:focus, .show > .btn-ah-select-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-ah-select-red .vmgicon {
  color: #1b93e5;
}
.btn-ah-select-red:focus, .btn-ah-select-red.focus {
  color: #1b93e5;
}
.btn-ah-select-red:focus .vmgicon, .btn-ah-select-red.focus .vmgicon {
  color: #1b93e5;
}
.btn-ah-select-red:hover {
  color: #1b93e5;
}
.btn-ah-select-red:hover .vmgicon {
  color: #1b93e5;
}
.btn-ah-select-red:active, .btn-ah-select-red.active, .open > .btn-ah-select-red.dropdown-toggle {
  color: #1b93e5;
}
.btn-ah-select-red:active .vmgicon, .btn-ah-select-red.active .vmgicon, .open > .btn-ah-select-red.dropdown-toggle .vmgicon {
  color: #1b93e5;
}
.btn-ah-select-red:active:hover, .btn-ah-select-red:active:focus, .btn-ah-select-red:active.focus, .btn-ah-select-red.active:hover, .btn-ah-select-red.active:focus, .btn-ah-select-red.active.focus, .open > .btn-ah-select-red.dropdown-toggle:hover, .open > .btn-ah-select-red.dropdown-toggle:focus, .open > .btn-ah-select-red.dropdown-toggle.focus {
  color: rgb(17.3299212598, 97.3141732283, 151.9700787402);
}
.btn-ah-select-red:active:hover .vmgicon, .btn-ah-select-red:active:focus .vmgicon, .btn-ah-select-red:active.focus .vmgicon, .btn-ah-select-red.active:hover .vmgicon, .btn-ah-select-red.active:focus .vmgicon, .btn-ah-select-red.active.focus .vmgicon, .open > .btn-ah-select-red.dropdown-toggle:hover .vmgicon, .open > .btn-ah-select-red.dropdown-toggle:focus .vmgicon, .open > .btn-ah-select-red.dropdown-toggle.focus .vmgicon {
  color: rgb(17.3299212598, 97.3141732283, 151.9700787402);
}
.btn-ah-select-red:active, .btn-ah-select-red.active, .open > .btn-ah-select-red.dropdown-toggle {
  background-image: none;
}
.btn-ah-select-red.disabled:hover, .btn-ah-select-red.disabled:focus, .btn-ah-select-red.disabled.focus, .btn-ah-select-red[disabled]:hover, .btn-ah-select-red[disabled]:focus, .btn-ah-select-red[disabled].focus, fieldset[disabled] .btn-ah-select-red:hover, fieldset[disabled] .btn-ah-select-red:focus, fieldset[disabled] .btn-ah-select-red.focus {
  color: rgb(250.8985645933, 44.8014354067, 51.9789473684);
}
.btn-ah-select-red .badge {
  color: #cd040b;
  background-color: #1b93e5;
}

.btn-ah-delete {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
.btn-ah-delete:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-delete:focus, .btn-ah-delete.focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-ah-delete.disabled, .btn-ah-delete:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-delete:not(:disabled):not(.disabled):active, .btn-ah-delete:not(:disabled):not(.disabled).active, .show > .btn-ah-delete.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-ah-delete:not(:disabled):not(.disabled):active:focus, .btn-ah-delete:not(:disabled):not(.disabled).active:focus, .show > .btn-ah-delete.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-ah-delete .vmgicon {
  color: #1b93e5;
}
.btn-ah-delete:focus, .btn-ah-delete.focus {
  color: #cd040b;
}
.btn-ah-delete:focus .vmgicon, .btn-ah-delete.focus .vmgicon {
  color: #cd040b;
}
.btn-ah-delete:hover {
  color: #cd040b;
}
.btn-ah-delete:hover .vmgicon {
  color: #cd040b;
}
.btn-ah-delete:active, .btn-ah-delete.active, .open > .btn-ah-delete.dropdown-toggle {
  color: #cd040b;
}
.btn-ah-delete:active .vmgicon, .btn-ah-delete.active .vmgicon, .open > .btn-ah-delete.dropdown-toggle .vmgicon {
  color: #cd040b;
}
.btn-ah-delete:active:hover, .btn-ah-delete:active:focus, .btn-ah-delete:active.focus, .btn-ah-delete.active:hover, .btn-ah-delete.active:focus, .btn-ah-delete.active.focus, .open > .btn-ah-delete.dropdown-toggle:hover, .open > .btn-ah-delete.dropdown-toggle:focus, .open > .btn-ah-delete.dropdown-toggle.focus {
  color: rgb(119.9593301435, 2.3406698565, 6.4368421053);
}
.btn-ah-delete:active:hover .vmgicon, .btn-ah-delete:active:focus .vmgicon, .btn-ah-delete:active.focus .vmgicon, .btn-ah-delete.active:hover .vmgicon, .btn-ah-delete.active:focus .vmgicon, .btn-ah-delete.active.focus .vmgicon, .open > .btn-ah-delete.dropdown-toggle:hover .vmgicon, .open > .btn-ah-delete.dropdown-toggle:focus .vmgicon, .open > .btn-ah-delete.dropdown-toggle.focus .vmgicon {
  color: rgb(119.9593301435, 2.3406698565, 6.4368421053);
}
.btn-ah-delete:active, .btn-ah-delete.active, .open > .btn-ah-delete.dropdown-toggle {
  background-image: none;
}
.btn-ah-delete.disabled:hover, .btn-ah-delete.disabled:focus, .btn-ah-delete.disabled.focus, .btn-ah-delete[disabled]:hover, .btn-ah-delete[disabled]:focus, .btn-ah-delete[disabled].focus, fieldset[disabled] .btn-ah-delete:hover, fieldset[disabled] .btn-ah-delete:focus, fieldset[disabled] .btn-ah-delete.focus {
  color: rgb(43.35, 43.35, 43.35);
}
.btn-ah-delete .badge {
  color: #000;
  background-color: #cd040b;
}

.btn-ah-lg {
  font-size: 26px;
  padding: 5px;
}

.actioncell .btn-ah {
  font-weight: bold;
}

.btn-nbsz {
  padding: 0 0;
  font-size: 1.875rem;
  line-height: 1;
  border-radius: 0;
}

.dropdown-item.active {
  background-color: #FFFFFF !important;
  color: #333;
}

.dropdown-menu > li.active {
  border: 1px solid blue !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-toggle::after {
  content: "\f110";
  font-family: "vmgicon";
  font-weight: 900;
  margin-left: 0.5rem;
  color: #CD050B;
  border-top: none;
  font-size: 10px;
  margin-right: -0.5rem;
}

.dropdown, .dropdown-menu {
  min-width: 0px;
}

.dropdown.form-control {
  padding: 0;
}

.form-control > .dropdown-toggle {
  width: 100%;
}

.btn-dropdown-formcontrol {
  color: #000;
  background-color: #fff;
  border-color: #f1f1f1;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #808080;
  white-space: nowrap;
}

.bootstrap-select.bootstrap-select-open:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.bootstrap-select.fullWidth:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.bootstrap-select.bootstrap-select-open.fullWidth:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select.btn-group.bootstrap-select-open {
  border-radius: 0;
  width: auto;
}
.bootstrap-select.btn-group.bootstrap-select-open .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.bootstrap-select.btn-group.bootstrap-select-open .dropdown-menu > li > a {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px;
}
.bootstrap-select.btn-group.bootstrap-select-open.show-menu-arrow .dropdown-toggle:after {
  bottom: -6px;
}

.btn-dropdown-clear {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
.btn-dropdown-clear:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(184.5, 184.5, 184.5);
}
.btn-dropdown-clear:focus, .btn-dropdown-clear.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(184.5, 184.5, 184.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-dropdown-clear.disabled, .btn-dropdown-clear:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-dropdown-clear:not(:disabled):not(.disabled):active, .btn-dropdown-clear:not(:disabled):not(.disabled).active, .show > .btn-dropdown-clear.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(178.125, 178.125, 178.125);
}
.btn-dropdown-clear:not(:disabled):not(.disabled):active:focus, .btn-dropdown-clear:not(:disabled):not(.disabled).active:focus, .show > .btn-dropdown-clear.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-dropdown-clear .badge {
  color: white;
  background-color: #000;
}
.btn-dropdown-clear .bs-caret {
  color: #cd040b;
  border: none;
  top: 5%;
  right: 4px;
  font-size: 14px;
  padding-top: 5px;
  width: auto;
  height: auto;
  position: absolute;
  margin-top: -2px;
  vertical-align: middle;
}
.btn-dropdown-clear, .btn-dropdown-clear:hover, .btn-dropdown-clear:focus, .btn-dropdown-clear:hover:focus {
  border-color: transparent;
}

.btn-group.open .btn-dropdown-clear, .btn-group.open .btn-dropdown-clear:hover, .btn-group.open .btn-dropdown-clear:focus, .btn-group.open .btn-dropdown-clear:hover:focus {
  border-color: transparent;
}

.form-lightgray .btn-group .dropdown-toggle {
  border-color: #959595;
}
.form-lightgray .bootstrap-select.btn-group {
  border-radius: 0;
  width: auto;
}
.form-lightgray .bootstrap-select.btn-group .btn-dropdown-formcontrol .bs-caret {
  color: #cd040b;
}
.form-lightgray .bootstrap-select.btn-group .btn-dropdown:hover,
.form-lightgray .bootstrap-select.btn-group .btn-dropdown:focus,
.form-lightgray .bootstrap-select.btn-group .btn-dropdown:hover:focus {
  border-color: transparent;
}
.form-lightgray .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: 5%;
  right: 4px;
  font-size: 22px;
  width: auto;
  height: auto;
}
.form-lightgray .bootstrap-select.btn-group .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.form-lightgray .bootstrap-select.btn-group .dropdown-menu > li > a {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px;
}
.form-lightgray .bootstrap-select.btn-group.show-menu-arrow .dropdown-toggle:after {
  bottom: -6px;
}

.dropdown-center > .dropdown-menu, .dropdown-center.dropdown > .dropdown-menu, .dropdown-center.bootstrap-select-open > .dropdown-menu {
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
}

.dropdown.arrowed > .arrow {
  border-width: 11px;
  display: none;
  z-index: 1001;
}
.dropdown.arrowed > .arrow, .dropdown.arrowed > .arrow:after {
  position: relative;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.dropdown.arrowed > .arrow:after {
  position: absolute;
  content: "";
  border-width: 10px;
}
.dropdown.arrowed.open > .arrow {
  display: block;
}
.dropdown.arrowed > .dropdown-menu {
  top: 75%;
}
.dropdown.arrowed.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.dropdown.arrowed.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.rbootstrap-select.bootstrap-select-open:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.rbootstrap-select.fullWidth:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.rbootstrap-select.bootstrap-select-open.fullWidth:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.rbootstrap-select.btn-group.bootstrap-select-open {
  border-radius: 0;
  width: auto;
}
.rbootstrap-select.btn-group.bootstrap-select-open .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  overflow-y: scroll;
}
.rbootstrap-select.btn-group.bootstrap-select-open .dropdown-menu > li > a {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px;
}
.rbootstrap-select.btn-group.bootstrap-select-open.show-menu-arrow .dropdown-toggle:after {
  bottom: -6px;
}

.form-lightgray .btn-group .dropdown-toggle {
  border-color: #959595;
}
.form-lightgray .rbootstrap-select.btn-group {
  border-radius: 0;
  width: auto;
}
.form-lightgray .rbootstrap-select.btn-group .btn-dropdown-formcontrol .bs-caret {
  color: #cd040b;
}
.form-lightgray .rbootstrap-select.btn-group .btn-dropdown:hover,
.form-lightgray .rbootstrap-select.btn-group .btn-dropdown:focus,
.form-lightgray .rbootstrap-select.btn-group .btn-dropdown:hover:focus {
  border-color: transparent;
}
.form-lightgray .rbootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: 5%;
  right: 4px;
  font-size: 22px;
  width: auto;
  height: auto;
}
.form-lightgray .rbootstrap-select.btn-group .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.form-lightgray .rbootstrap-select.btn-group .dropdown-menu > li > a {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px;
}
.form-lightgray .rbootstrap-select.btn-group.show-menu-arrow .dropdown-toggle:after {
  bottom: -6px;
}

.nav-hide {
  display: none;
}

/****************************************/
/* Tabs Properties                      */
/*                                      */
.nav-tabs.nav-tabs-loc {
  border-bottom: none;
}
.nav-tabs.nav-tabs-loc > li {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-loc > li > a {
  color: #4b4b4b;
  border: none;
  border-bottom: 2px solid transparent;
}
.nav-tabs.nav-tabs-loc > li > a:focus,
.nav-tabs.nav-tabs-loc > li > a:hover {
  background-color: inherit;
  border-bottom-color: #d2d2d2;
}
.nav-tabs.nav-tabs-loc > li > a.active {
  color: #4b4b4b;
  border: none;
  border-bottom: 2px solid #cd040b;
  border-radius: 0;
}

/****************************************/
/* Nav-Pills Properties                 */
/*                                      */
.nav-pills.nav-pills-filt > li {
  margin-bottom: 0;
}
.nav-pills.nav-pills-filt > li > a {
  padding: 10px 25px;
  color: #4b4b4b;
}
.nav-pills.nav-pills-filt > li:first-child > a {
  padding-left: 0;
}
.nav-pills.nav-pills-filt > li.active > a {
  background-color: inherit;
}
.nav-pills.nav-pills-filt > li.active > a,
.nav-pills.nav-pills-filt > li.active > a:focus,
.nav-pills.nav-pills-filt > li.active > a:hover {
  color: #cd040b;
}

/****************************************/
.navbar-default {
  margin-top: 10px;
  margin-bottom: 0;
  border: none;
  background-color: initial;
}
.navbar-default .navbar-brand {
  font-size: 18px;
  color: #3e3e3e;
  padding-left: 0px;
  font-weight: 500;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ed1c48;
  background-color: #eef1f9;
}

.dropdown-menu li > a {
  color: #808080;
}

.nav > li {
  position: relative;
  display: block;
  color: red;
}

.navbar {
  position: static;
  z-index: 1;
}

/****************************************/
/* Panel Properties                     */
/*                                      */
.panel.panel-no-body-padding .panel-body {
  padding: 0;
}

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

/****************************************/
/* Breadcrumb Properties                */
/*                                      */
.breadcrumb {
  border-radius: 3px;
}

.breadcrumb > li + li:before {
  color: #939393;
}

.breadcrumb > .active {
  color: #939393;
}

/****************************************/
/* Pagination Properties                */
/*                                      */
.pagination {
  margin: 0;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  color: #0059de;
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: 1px solid #cccccc;
}
.pagination > li:first-child > a,
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span,
.pagination > li:first-child > span:hover {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
}
.pagination > li:last-child a,
.pagination > li:last-child span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: transparent;
  text-decoration: none;
  color: #0059de;
  border-left: 1px solid #cccccc;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  border-color: #cccccc;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 5px 3px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: none;
  border-top-left-radius: none;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: none;
  border-bottom-right-radius: none;
  border-right: none;
}

/****************************************/
.page-info {
  font-size: 12px;
}

.tablePaginav {
  font-size: 12px;
}
.tablePaginav .btn-hs {
  padding-bottom: 4px;
}

.recordCount, .sizeSelector {
  width: 100px;
}

.sizeSelector {
  display: inline-block;
}

/****************************************/
/* Alert Wells                          */
/*                                      */
.successBox {
  display: none;
  position: relative;
  margin: 10px 0px;
}

.errorBox {
  display: none;
  position: relative;
  margin: 10px 0px;
}
.errorBox > ul {
  padding-bottom: 10px;
}

.alertWellBox {
  position: relative;
  margin: 10px 0px;
}

.closeParentDivBtn {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.closeParentDivBtn > span:hover {
  color: #2b2b2b;
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-bar-success {
  background-color: #5cb85c;
}

/****************************************/
/* Modal Properties                     */
/*                                      */
.modal-dialog {
  margin: 20px;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 140px auto;
    max-width: 700px;
  }
  #modal-width {
    width: 600px;
  }
}
.modal-content {
  padding: 20px 20px 20px 20px;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
}

.modal-header {
  padding: 0;
  border-bottom: 2px solid #cd040b;
}
.modal-header .closePopup {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 3px;
  color: #4b4b4b;
  background-color: inherit;
  border: none;
}

.modal-body {
  padding: 10px 0 10px 0;
}

.modal-footer {
  padding: 10px 0 0 0;
  border-top: 1px solid #d2d2d2;
}

@media (min-width: 768px) {
  .modal-smd {
    width: 400px;
  }
}
/* For title page like modals */
.modal-contentpage .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

.modal-edge-content {
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #d2d2d2;
}

.modal-edge-header {
  background-color: #cd040b;
  color: #ffffff;
  padding: 10px;
}

.modal-edge-header .red {
  float: right;
  background-color: #cd040b;
  border-color: #cd040b;
}

.modal-edge-body {
  position: relative;
  padding: 10px 20px 10px 20px;
}

.modal-edge-footer {
  padding: 20px;
  border-top: 1px solid #d2d2d2;
}

/****************************************/
/* Modal-Stacked Properties             */
/*                                      */
.modal.stack .stack-header {
  font-size: 16px;
  color: #5c5c5c;
  border-bottom: 2px solid #959595;
}
.modal.stack .stack-header .closePopup {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 3px;
  color: #4b4b4b;
  background-color: inherit;
  border: none;
}
.modal.stack .stack-body {
  position: relative;
  padding: 10px 0 10px 0;
}
.modal.stack .stack-footer {
  padding: 10px 0 0 0;
  text-align: right;
}

/****************************************/
/* Overlay                              */
/*                                      */
.backdrop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0.65;
  background-color: #fff;
}

.modalTransform {
  transform: none;
}

.modalOpacity {
  opacity: 1 !important;
}

.modalWidth {
  width: 100%;
}

.modal-backdrop.fade.show {
  opacity: 0.5 !important;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.rlmodal > .modal-dialog {
  max-width: 600px;
}

button.closePopup:hover {
  color: #CD040B;
}

.modal-arrow > .arrow, .modal-arrow > .arrow:after {
  border-color: transparent;
  border-style: solid;
}

/****************************************/
/* Tooltip Properties                   */
/*                                      */
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fefbac;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #fefbac;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #fefbac;
}

.tooltip-inner {
  color: #333;
  background-color: #fefbac;
}

.tooltip-wrapper {
  display: inline-block;
  margin: 50px;
}

.tooltip-wrapper .btn[disabled] {
  pointer-events: none;
}

.tooltip-wrapper.disabled {
  cursor: not-allowed;
}

/****************************************/
/* Popover Properties                   */
/*                                      */
.popover {
  max-width: 385px;
}

.popover-title {
  padding: 8px 14px 3px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: transparent;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #ee1b24;
}

.popover.bottom {
  margin-top: 10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -15px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover-dropdown {
  cursor: pointer;
}

.hidden {
  display: none;
}

.hide {
  display: none;
}

/************************************/
/* Utils Properties                 */
/*                                  */
.disp-inlineblock {
  display: inline-block;
}

.disp-block {
  display: block;
}

.disp-inline {
  display: inline;
}

.fullRow {
  display: inline-block;
  width: 100%;
}

.fullWidth {
  width: 100%;
}

.fullHeight {
  height: 100%;
}

/****************************************/
/* Display Utils                        */
/*                                      */
.inlineBlock {
  display: inline-block;
}

.vertical-center {
  display: inline-block;
  vertical-align: middle;
}

.center-vertical {
  vertical-align: middle;
}

/****************************************/
/* CSS Table Display                    */
/*                                      */
.css-table {
  display: table;
}

.css-table.fullWidth {
  width: 100%;
}

.css-row {
  display: table-row;
}

.css-cell {
  display: table-cell;
}

.css-cell.vertical-bottom {
  vertical-align: bottom;
}

.css-cell.w60 {
  width: 60%;
}

.css-cell.w50 {
  width: 50%;
}

.css-cell.w40 {
  width: 40%;
}

.css-cell.w33 {
  width: 33.3333333333%;
}

.css-table.padLeft .css-cell,
.css-table.padRight .css-cell {
  white-space: nowrap;
}

.css-table.padLeft .css-cell:first-child {
  width: 99%;
}

.css-table.padRight .css-cell:last-child {
  width: 99%;
}

.css-cell-vert-top {
  vertical-align: top;
}

/****************************************/
.table-fixed {
  table-layout: fixed;
}

/****************************************/
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  height: 1000%;
  width: 100%;
  z-index: 1050;
}

.fullscreen-modal {
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 100%;
  z-index: -1;
}

.valign-middle {
  vertical-align: middle;
}

/****************************************/
.nopadding {
  margin: 0;
  padding: 0;
}

.glyphicon.flip-horizontal,
.flip-horizontal {
  transform: scale(-1, 1);
}

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

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

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

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

.text-justify-all {
  text-align: justify-all;
}

.text-wrap {
  word-break: break-all;
  word-wrap: break-word;
}

.text-paragraph {
  word-break: normal;
  word-wrap: break-word;
}

.text-upper {
  text-transform: uppercase;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

.text-bold {
  font-weight: bold;
}

.textBold {
  font-weight: bold;
}

.font-green {
  color: #72f002;
}

.font-grey {
  color: #c8c8c8;
}

.font-red {
  color: #cd040b;
}

.sort-caret {
  font-size: 16px;
}

.backgrid thead th {
  font-weight: bold;
}
.backgrid thead th a, .backgrid thead th button {
  font-weight: bold;
}
.backgrid thead th a, .backgrid thead th a:hover, .backgrid thead th a:focus, .backgrid thead th a:visited, .backgrid thead th button, .backgrid thead th button:hover, .backgrid thead th button:focus, .backgrid thead th button:visited {
  color: #000;
}
.backgrid .flag-cell,
.backgrid .checkbox-cell {
  width: 40px;
}
.backgrid .flag-cell > label,
.backgrid .checkbox-cell > label {
  margin-left: 10px;
  margin-right: 10px;
}
.backgrid .switch-cell {
  text-align: center;
  width: 62px;
}
.backgrid .switch-cell > div {
  padding-top: 5px;
}
.backgrid .dropdown-cell {
  overflow: visible;
}
.backgrid .dropdown-cell .bs-caret {
  margin-left: 5px;
}
.backgrid td.editor {
  background-color: rgba(171, 224, 249, 0.3);
}
.backgrid td.editor > input[type=text], .backgrid td.editor > select, .backgrid td.editor > div {
  outline: 1px solid rgba(171, 224, 249, 0.8);
  outline-offset: -1px;
  transition-duration: 0.2s;
  transition-property: width, outline, background-color;
  transition-timing-function: ease-in-out;
}
.backgrid th.overflowable,
.backgrid td.overflowable {
  overflow: visible;
}

.backgrid-center th, .backgrid-center th.sortable, .backgrid-center th.renderable,
.backgrid-center td,
.backgrid-center td.sortable,
.backgrid-center td.renderable {
  text-align: center;
}
.backgrid-center th.text-left, .backgrid-center th.text-left.sortable, .backgrid-center th.text-left.renderable,
.backgrid-center td.text-left,
.backgrid-center td.text-left.sortable,
.backgrid-center td.text-left.renderable {
  text-align: left;
}
.backgrid-center th.text-right, .backgrid-center th.text-right.sortable, .backgrid-center th.text-right.renderable,
.backgrid-center td.text-right,
.backgrid-center td.text-right.sortable,
.backgrid-center td.text-right.renderable {
  text-align: right;
}
.backgrid-center th.text-center, .backgrid-center th.text-center.sortable, .backgrid-center th.text-center.renderable,
.backgrid-center td.text-center,
.backgrid-center td.text-center.sortable,
.backgrid-center td.text-center.renderable {
  text-align: center;
}
.backgrid-center th.text-justify, .backgrid-center th.text-justify.sortable, .backgrid-center th.text-justify.renderable,
.backgrid-center td.text-justify,
.backgrid-center td.text-justify.sortable,
.backgrid-center td.text-justify.renderable {
  text-align: justify;
}
.backgrid-center th.text-justify-all, .backgrid-center th.text-justify-all.sortable, .backgrid-center th.text-justify-all.renderable,
.backgrid-center td.text-justify-all,
.backgrid-center td.text-justify-all.sortable,
.backgrid-center td.text-justify-all.renderable {
  text-align: justify-all;
}
.backgrid-center thead th button {
  display: inline-block;
}

.bootstrap-datetimepicker-flip .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  right: 7px !important;
  left: auto !important;
}
.bootstrap-datetimepicker-flip .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  right: 8px !important;
  left: auto !important;
}
.bootstrap-datetimepicker-flip .bootstrap-datetimepicker-widget.dropdown-menu.bottom {
  left: -73px !important;
}

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #dadada;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover, .bootstrap-datetimepicker-widget table td.month:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #cd040b;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #cd040b;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #dadada;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #cd040b;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #dadada;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.datepicker thead th {
  color: #959595;
}
.datepicker tbody td {
  color: #545454;
}
.datepicker .prev, .datepicker .next {
  font-size: 1.35em;
  padding: 0;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 4.8225rem;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 3.858rem;
  height: 3.858rem;
  line-height: 3.858rem;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 5.428rem;
  height: 5.428rem;
  line-height: 5.428rem;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 3.714rem;
  height: 3.714rem;
  line-height: 3.714rem;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 6rem;
}
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementHours]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementHours]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showHours]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=togglePeriod]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=togglePeriod]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=clear]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=clear]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=today]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=today]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0;
}

.cropper-crop-circle .cropper-crop-box, .cropper-crop-circle .cropper-view-box {
  border-radius: 50%;
}
.cropper-crop-circle .cropper-view-box {
  box-shadow: 0 0 0 1px #39f;
  outline: 0;
}

.flip-card {
  transform-style: preserve-3d;
}
.flip-card,
.flip-card .cardface {
  width: 100%;
  height: 100%;
  position: absolute;
}
.flip-card .cardface {
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.flip-card .front,
.flip-card .back {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
.flip-card .front {
  transform: rotateY(0deg);
}
.flip-card .back {
  transform: rotateY(-180deg);
}
.flip-card.flipped .front {
  transform: rotateY(180deg);
}
.flip-card.flipped .back {
  transform: rotateY(0deg);
}

/****************************************/
/* Ajax Loaders                         */
/*                                      */
.ldr {
  background: url(data:image/png;base64,R0lGODlheAA8APfLAPX19ba0tru5u9PS07i2uPz8/Le1t9LR0ry6vPT09P39/dHQ0fv7+8PBw/z7/MLAwvX09cTDxPDw8Gloaff399jX2NbV1vTz9NfW17u6u+Xl5bi3uOTk5MbFxsTCxPLy8mJgYmtqa19dX/r6+ubm5vn5+efm5wgGCBkXGZ6dntbU1sXExeXk5bq4ug0LDcXDxbm3uebl5sPCw9jW2MHAwefn53Z4dn+Bf3l7eerq6mRiZJ+en2BeYBwaHHt5e3h2eOno6ejo6JuamzMyM2VkZS8uL/Pz893c3QoICtzb3Nva297e3n17faWkpYGDgenp6amoqZuZm2poamhmaMfGx358fmFfYZybnIKAgvj4+KytrHt6e+vr683Mza2urXh6eGZlZqioqKSkpDg3OOzs7NnY2RAOEI6Qjuvs69/e36qrqoyOjDY1NgwKDA4MDhoYGnd5dz49Pt7d3mRjZPj5+HRzdHd1d8XFxX6AfpGSkcjHyM/Qz6mrqYB+gGtpa6inqOPj46usq6SipF5cXn9+f3t8e2BfYOzt7Glnae3t7ZCRkLW2tePk4/b29s3OzV1bXcnJyeLi4pSWlKemp8nIybKzsoCCgJqZmqalppmYmfHx8dTT1Hh3eKurqxgWGDo5OmNiY3l4eS0sLRcVF9rZ2gsJCxYUFqqqqjs6OxsZG3JxchEPETQzNGJhYgYEBqysrAcFB6ampnp5enZ1drGysY+Qj5OUk87PznV3dba3ttHS0err6ouNi7S1tNHR0ebn5oGCgbO0s5KUknt9e9DR0KmqqaiqqHR2dAQCBFxaXLWztf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNTQ4NUZDMEY5MkVFNTExOTU2OURDNzREODc1QTU4MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NEI2ODJGNTJGMDIxMUU1QjRGOEM2NTQxQjA3MDQ0MSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NEI2ODJGNDJGMDIxMUU1QjRGOEM2NTQxQjA3MDQ0MSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJFNDg1RkMwRjkyRUU1MTE5NTY5REM3NEQ4NzVBNTgwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI1NDg1RkMwRjkyRUU1MTE5NTY5REM3NEQ4NzVBNTgwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBRQAywAsAAAAAHgAPAAACP8AlwkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c5p0oOFABAEBAgiIcIAFA488fQIVStQo0p4/gw4terQigAMElGndypXAggsar2blStYr2IxiyZb9KlHBDANq4yoLYKGARbdw5ZKla7ciXr176z4E0ACw3AcJKBI2HBex4sKMyTpm+AFB5LgCJEisfFlt5s2WO3P9rBCCANGeIUA0jZqsANUPWbfe+jqhAsizt9Loy/B2bq67Hfr+rTX4wQrEuVpwiDy51uUNmzuHXhBAXucBziq07lxrdobcu3//Lzig+9YFDMubV4Z+oXrz7QcW2LBeGYGqCOfXv69Q/3r+A5FQn1YcKCTggAUmdGB9CQr03nrxHfQgfApN2F2EHQyojAcKZTgghwl5WB+IAoVWXwsKmbgeigmpaB6LAo1VXwAKybgejQnZaB6OMWrI40E6ilejjwS52J0AKWqIZItKEiTieiQe9KR5URo0ZXdRWujcARVqyGVCWib3pUAmaNjgQWUiqFCaDBJUAAz74XfQm3H2B+d/ci4TZm4RIrTnbH1KWF+g4WGX2EKFJhfAodtdpyijBEmXHAbMmUdpdJYipIAMzj3A20KbdvqpQqEm52lCABgpWm2DqdoZqw6lj0ocrAhxNhtpENnaGq4P6Yoar6ji1tlkEi2GGrERGSsasqBi4ChgAagwakQKOHtZtNNCVO2zemFb7AD06UXAAZBaBAC4gI1brlXoikuuRQ7EMMAKGRhgQAYvDKCBA0jJS6+9+OrLb0fxzlvvvfnuq9PCDDfs8MMQRyzxxBRXbPHFGGes8cYcd+zxxyCHnFFAACH5BAUGAMsALAEADgAgACAAAAjsAJcJHEiQzp5AeW7YsHEjj5pbFAhKnDiQTCAcxzJq3IiDTw6KFBksgrOxZEkblUaArHjGpMuSa7is/OXkpU2NNxhRRHPjps9jN9BIZNDyp09eKgcuMmq00sBDJJn6tPFxmRapRo0tK1EI608cFHx5NerIy9iffCSd9akI2NqbeDC+fYlL7lyTNmreNYlH7d6Sisz+3ahG1+CNjkoMO3wMrFXGxQQm+jLYxq6BuQYHI8ig1t41SSvqXRuUYo3RXnOuPFQUa8yVAhn0ivrTBq3QsJcl0tLVJg41MnNPpEPMiy1LX75YEqZlDx3YAQEAIfkEBQYAywAsAQAOACAAIAAACO0AlwkcSNBIGDBjUJw44WkMkVgSCEqcOPAIGBfIMmrc6GJOGYoUKYRCsrFkyRN1AICsOMSky5JFlKwc0OOlTY0oulBMguKmT2Qokkik0PKnT1EqB8oyarTOQDkkmfo88XHZBKlGWy1LYAbrTxcSOnk1KibE2J9z4pz1ySbV2pum3Ly16UruXJewat41OUrt3pJszP7dSOTV4I1iEqw6jMyFJquMQQlMU2rwCVIDtwyeRZACq71FklbUuzYoxU2kveZcKaco1pgrBVLgFPXnCVWiYy9LM6GrTRdEZOqeaORUCFRv2rR582lCGCOxAwIAIfkEBQYAywAsAQAOAEoAIAAACP8AlwkcSJAClStVJogQgaiKkDsACEqcSLGiQYQKGTqEWLHjMiBXQCQbSbIkiCgkPKqUCFJkyZcnU65cNuIPj5c4SYpoUmJmx5o3c+Lc2dMjEB9Ckyb7UcPnxKNKhTLtGClE1KQTljgdWPWq0KwUg0zwijXIVrFkv5olOAJpWqF2iq5s+xau3GVQ6iZt4jOv3px8BT4J+velCJkeBxceKjPF4pyZVjp+/DJyFh2UYUbseDmzSQCUPL+M4DG0aJIRdpwmGcWj6tXJomCBnYyJx9mwmfihPcXjbthTXK5+5FH46UfGRQ8qTnuQVeAen6+egnu17Y7VTzN5vVqIa9pCINGcJt1RPOwInU+DaOQxvej1yyaLviR5Nf1lOQyJFmFiZf79/QnkV2aY9CVagQONsEVmP9zlkYIMOgiEdH9NsJZPEz5mIUWAUPgWWFst02FhIFL0hFtvTRWiYCimpeJPkxAWlQiCOBjiCDGSRaONFeWQAmZJgSBEUytS5COQQglJ5FYU6LFDH1JYYYUUhKRABQVFqtTkk1FOWeWVHgUEACH5BAUGAMsALAEADgBKACAAAAj/AJcJHEjQgYYDEQQECCAgwgEWDAhKnEixopEwYMagOHHC0xgisSRUHLkMwAECylKqXElgwQWSMCUeAeMCmc2bOF3MKRNToIIZBlYKFRrAQoGeIymEQoKzadMTdQDABNBgqFWhDxIgnXhkiNOvTYsoGfkBwdWzKgWI3CpwQA+wcG+i6EIRggC0eJUJgMA2CYq4gJGhSCJRQdW8eGkc7UnBa2DAoqQOrIAYsQWksh4/rjMQQNDKeAO8hCmHqWbAJ3guGwAa8YKYE04/brWswIbWeQlEHJnAjOzALiSQwI2YA8lOvx+LYU0c7+uRIZIHntOhOV4PJONIB8zGrPWzLUim89oe1xTK71cDkHRDHq6r8+iHqh/Jvv1XWN7jCxVA8q19p6NUp59Q2I2k3X9NscHcgCodQFJ0COJEhAkMrmTcSK9EiJMYBcBQoTK6kZTAKhoi44Imq334HEmxaQiKQJ4xGIBWMKVRSoQnkDIZgxggtUWEsxCkgAz6PbBYTBSw8l8RknWWX3N7sXWEf9sNRlFZ1qnFlkCbUPnbXCNRRVxWWw4kh2OyiQWTAhh8llcAKhxZ5jIUcGJaYCeo0uRUA9x2FgEH0DinRGlM4BtcLhAx1pYOxDDAChkYYEAGLwyggQODkmTEKSGg8kYbbbzxyQRhGEFSQAAh+QQFBgDLACwrAA4ASgAgAAAI/wCXCRxIkAKVK1UmiBCBqIqQOwAISpxIsaJBhAoZOoRYseMyIFdAJBtJsiSIKCQ8qpQIUmTJlydTrlw24g+PlzhJimhSYmbHmjdz4tzZ0yMQH0KTJvtRw+fEo0qFMu0YKUTUpBOWOB1Y9arQrBSDTPCKNchWsWS/miU4AmlaoXaKrmz7Fq7cZVDqJm3iM6/enHwFPgn696UImR4HFx4qM8XinJlWOn78MnIWHZRhRux4ObNJAJQ8v4zgMbRokhF2nCYZxaPq1cmiYIGdjInH2bCZ+KE9xeNu2FNcrn7kUfjpR8ZFDypOe5BV4B6fr56Ce7XtjtVPM3m9Wohr2kIg0Zwm3VE87AidT4No5DG96PXLJou+JHk1/WU5DIkWYWJl/v39CeRXZpj0JVqBA42wRWY/3OWRggw6CIR0f02wlk8TPmYhRYBQ+BZYWy3TYWEgUvSEW29NFaJgKKal4k+TEBaVCII4GOIIMZJFo40V5ZACZkmBIERTK1LkI5BCCUnkVhTosUMfUlhhhRSEpEAFBUWq1OSTUU5Z5ZUeBQQAIfkEBQYAywAsKwAOAEoAIAAACP8AlwkcSNCBhgMRBAQIICDCARYMCEqcSLGikTBgxqA4ccLTGCKxJFQcuQzAAQLKUqpcSWDBBZIwJR4B4wKZzZs4XcwpE1OgghkGVgoVGsBCgZ4jKYRCgrNp0xN1AMAE0GCoVaEPEiCdeGSI069NiygZ+QHB1bMqBYjcKnBAD7Bwb6LoQhGCALR4lQmAwDYJiriAkaFIIlFB1bx4aRztScFrYMCipA6sgBixBaSyHj+uMxBA0Mp4A7yEKYepZsAneC4bABrxgpgTTj9utazAhtZ5CUQcmcCM7MAuJJDAjZgDyU6/H4thTRzv65Ehkgee06E5Xg8k40gHzMas9bMtSKbz2h7XFMrvVwOQdEMerqvz6IeqH8m+/VdY3uMLFUDyrX2no1Snn1DYjaTdf02xwdyAKh1AUnQI4kSECQyuZNxIr0SIkxgFwFChMrqRlMAqGiLjgiarffgcSbFpCIpAnjEYgFYwpVFKhCeQMhmDGCC1RYSzEKSADPo9sFhMFLDyXxGSdZZfc3uxdYR/2w1GUVnWqcWWQJtQ+dtcI1FFXFZbDiSHY7KJBZMCGHyWVwAqHFnmMhRwYlpgJ6jS5FQD3HYWAQfQOKdEaUzgG1wuEDHWlg7EMMAKGRhgQAYvDKCBA4OSZMQpIaDyRhttvPHJBGEYQVJAACH5BAUGAMsALFUADgAgACAAAAjsAJcJHEiQzp5AeW7YsHEjj5pbFAhKnDiQTCAcxzJq3IiDTw6KFBksgrOxZEkblUaArHjGpMuSa7is/OXkpU2NNxhRRHPjps9jN9BIZNDyp09eKgcuMmq00sBDJJn6tPFxmRapRo0tK1EI608cFHx5NerIy9iffCSd9akI2NqbeDC+fYlL7lyTNmreNYlH7d6Sisz+3ahG1+CNjkoMO3wMrFXGxQQm+jLYxq6BuQYHI8ig1t41SSvqXRuUYo3RXnOuPFQUa8yVAhn0ivrTBq3QsJcl0tLVJg41MnNPpEPMiy1LX75YEqZlDx3YAQEAOw==) center center no-repeat;
  display: block;
  margin: auto;
  width: 120px;
  height: 60px;
}

.ldr-full {
  margin: auto;
  height: 300px;
}

.ajaxLoader {
  background: url(../images/ajax-loader.gif) center center no-repeat;
  display: block;
  height: 300px;
}

.rc-color.input-group-addon {
  display: table-cell;
  padding: 0;
  line-height: 0;
}
.rc-color.input-group-addon .rc-color-picker-trigger {
  border: 0;
  height: 32px;
  width: 32px;
  border-radius: 0;
  padding: 0;
}

.react-bs-datetimepicker-dropdown {
  font-size: 14px;
  margin: 2px 0;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: white;
}

.videocard {
  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;
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.videocard .videocard-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.videocard .videocard-video-top {
  width: 100%;
}
.videocard .videocard-video-top-resize {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  z-index: 1;
  cursor: pointer;
}
.videocard .videocard-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.videocard .videocard-title {
  margin-bottom: 0.75rem;
}

.videocard-deck {
  display: flex;
  flex-flow: row wrap;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.videocard-deck .videocard {
  display: flex;
  flex: 0 0 calc(50% - 30px);
  flex-direction: column;
  margin: 15px;
}
.videocard-deck .videocard.fullsize {
  flex-basis: calc(100% - 30px);
}

.vmgswitch-wrapper {
  display: inline-block;
}

input[type=checkbox].vmgswitch {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type=checkbox].vmgswitch + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
input[type=checkbox].vmgswitch + label:before, input[type=checkbox].vmgswitch + label:after {
  display: block;
  position: absolute;
  content: "";
}
input[type=checkbox].vmgswitch:focus + label {
  outline: auto 5px -webkit-focus-ring-color;
}
input[type=checkbox].vmgswitch.disabled + label, input[type=checkbox].vmgswitch:checked.disabled + label {
  pointer-events: none;
}

input[type=checkbox].vmgswitch-lineswitch + label {
  padding: 2px;
}
input[type=checkbox].vmgswitch-lineswitch + label:before, input[type=checkbox].vmgswitch-lineswitch + label:after {
  top: 1px;
  left: 1px;
  bottom: 1px;
}
input[type=checkbox].vmgswitch-lineswitch + label:before {
  right: 1px;
  height: 2px;
  transition: background 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  input[type=checkbox].vmgswitch-lineswitch + label:before {
    transition: none;
  }
}
input[type=checkbox].vmgswitch-lineswitch + label:after {
  border: 2px #fff solid;
  border-radius: 100%;
  transition: margin 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  input[type=checkbox].vmgswitch-lineswitch + label:after {
    transition: none;
  }
}

input[type=checkbox].vmgswitch-lineswitch + label {
  width: 36px;
  height: 18px;
  vertical-align: middle;
  margin-top: 8px;
  margin-bottom: 8px;
}
input[type=checkbox].vmgswitch-lineswitch + label:before {
  top: 7px;
}
input[type=checkbox].vmgswitch-lineswitch + label:after {
  width: 16px;
}
input[type=checkbox].vmgswitch-lineswitch:checked + label:after {
  margin-left: 18px;
}
input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:disabled + label:hover:before {
  background-color: transparent;
}
input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:disabled + label:hover:after {
  margin-left: 9px;
}
input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:checked.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:checked:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:checked.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:checked:disabled + label:hover:before {
  background-color: transparent;
}
input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:checked.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:checked:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:checked.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch.vmgswitch-disabledhidden:checked:disabled + label:hover:after {
  margin-left: 9px;
}
input[type=checkbox].vmgswitch-lineswitch + label:before {
  background-color: #959595;
}
input[type=checkbox].vmgswitch-lineswitch + label:after {
  background-color: #fff;
  border: 2px #959595 solid;
}
input[type=checkbox].vmgswitch-lineswitch:checked + label:before {
  background-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch:checked + label:after {
  background-color: #56a708;
  border-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch + label:hover:before {
  background-color: rgb(123.5, 123.5, 123.5);
}
input[type=checkbox].vmgswitch-lineswitch + label:hover:after {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}
input[type=checkbox].vmgswitch-lineswitch:checked + label:hover:before {
  background-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
}
input[type=checkbox].vmgswitch-lineswitch:checked + label:hover:after {
  background-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
  border-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
}
input[type=checkbox].vmgswitch-lineswitch.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch:disabled + label:hover:before {
  background-color: #959595;
}
input[type=checkbox].vmgswitch-lineswitch.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch:disabled + label:hover:after {
  background-color: #fff;
  border-color: #959595;
}
input[type=checkbox].vmgswitch-lineswitch:checked.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch:checked:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch:checked.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch:checked:disabled + label:hover:before {
  background-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch:checked.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch:checked:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch:checked.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch:checked:disabled + label:hover:after {
  background-color: #56a708;
  border-color: #56a708;
}

input[type=checkbox].vmgswitch-lineswitch-default + label:before {
  background-color: #5d5d5d;
}
input[type=checkbox].vmgswitch-lineswitch-default + label:after {
  background-color: #5d5d5d;
  border: 2px #5d5d5d solid;
}
input[type=checkbox].vmgswitch-lineswitch-default:checked + label:before {
  background-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-default:checked + label:after {
  background-color: #56a708;
  border-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-default + label:hover:before {
  background-color: rgb(67.5, 67.5, 67.5);
}
input[type=checkbox].vmgswitch-lineswitch-default + label:hover:after {
  background-color: rgb(67.5, 67.5, 67.5);
  border-color: rgb(67.5, 67.5, 67.5);
}
input[type=checkbox].vmgswitch-lineswitch-default:checked + label:hover:before {
  background-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
}
input[type=checkbox].vmgswitch-lineswitch-default:checked + label:hover:after {
  background-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
  border-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
}
input[type=checkbox].vmgswitch-lineswitch-default.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-default:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-default.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch-default:disabled + label:hover:before {
  background-color: #5d5d5d;
}
input[type=checkbox].vmgswitch-lineswitch-default.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-default:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-default.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch-default:disabled + label:hover:after {
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
input[type=checkbox].vmgswitch-lineswitch-default:checked.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-default:checked:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-default:checked.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch-default:checked:disabled + label:hover:before {
  background-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-default:checked.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-default:checked:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-default:checked.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch-default:checked:disabled + label:hover:after {
  background-color: #56a708;
  border-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide + label:before {
  background-color: transparent;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide + label:after {
  margin-left: 9px;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked + label:before {
  background-color: transparent;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked + label:after {
  margin-left: 9px;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide + label:hover:before {
  background-color: #5d5d5d;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide + label:hover:after {
  margin-left: 0;
  background-color: #5d5d5d;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked + label:hover:before {
  background-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked + label:hover:after {
  margin-left: 18px;
  background-color: #56a708;
  border-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:disabled + label:hover:before {
  background-color: transparent;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:disabled + label:hover:after {
  margin-left: 9px;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked:disabled + label:hover:before {
  background-color: transparent;
}
input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch-default.vmgswitch-autohide:checked:disabled + label:hover:after {
  margin-left: 9px;
}

input[type=checkbox].vmgswitch-lineswitch-white + label:before {
  background-color: #959595;
}
input[type=checkbox].vmgswitch-lineswitch-white + label:after {
  background-color: #fff;
  border: 2px #959595 solid;
}
input[type=checkbox].vmgswitch-lineswitch-white:checked + label:before {
  background-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-white:checked + label:after {
  background-color: #56a708;
  border-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-white + label:hover:before {
  background-color: rgb(123.5, 123.5, 123.5);
}
input[type=checkbox].vmgswitch-lineswitch-white + label:hover:after {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}
input[type=checkbox].vmgswitch-lineswitch-white:checked + label:hover:before {
  background-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
}
input[type=checkbox].vmgswitch-lineswitch-white:checked + label:hover:after {
  background-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
  border-color: rgb(60.9371428571, 118.3314285714, 5.6685714286);
}
input[type=checkbox].vmgswitch-lineswitch-white.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-white:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-white.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch-white:disabled + label:hover:before {
  background-color: #959595;
}
input[type=checkbox].vmgswitch-lineswitch-white.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-white:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-white.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch-white:disabled + label:hover:after {
  background-color: #fff;
  border-color: #959595;
}
input[type=checkbox].vmgswitch-lineswitch-white:checked.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-white:checked:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-white:checked.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch-white:checked:disabled + label:hover:before {
  background-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-white:checked.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-white:checked:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-white:checked.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch-white:checked:disabled + label:hover:after {
  background-color: #56a708;
  border-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide + label:before {
  background-color: transparent;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide + label:after {
  margin-left: 9px;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked + label:before {
  background-color: transparent;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked + label:after {
  margin-left: 9px;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide + label:hover:before {
  background-color: #959595;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide + label:hover:after {
  margin-left: 0;
  background-color: #fff;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked + label:hover:before {
  background-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked + label:hover:after {
  margin-left: 18px;
  background-color: #56a708;
  border-color: #56a708;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:disabled + label:hover:before {
  background-color: transparent;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:disabled + label:hover:after {
  margin-left: 9px;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked.disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked:disabled + label:before, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked.disabled + label:hover:before, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked:disabled + label:hover:before {
  background-color: transparent;
}
input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked.disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked:disabled + label:after, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked.disabled + label:hover:after, input[type=checkbox].vmgswitch-lineswitch-white.vmgswitch-autohide:checked:disabled + label:hover:after {
  margin-left: 9px;
}

.css-scroll-container.ps .ps__rail-y {
  left: unset !important;
  right: 0 !important;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

/***************************************/
/* Basic Styles                        */
/***************************************/
/* Defaults */
body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3e3e3e;
}

/* (main body links): */
a {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #019de5;
}

/* */
a:hover,
a:visited {
  color: #018dbb;
}

/* Clear ie specific for crossplatform */
::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.section-pad {
  margin-bottom: 20px;
}

.section-title-row {
  height: 40px;
  position: relative;
}
.section-title-row > div {
  position: absolute;
  bottom: 0;
}

.subsection-title-row {
  height: 40px;
  position: relative;
}
.subsection-title-row > div {
  position: absolute;
  bottom: 0;
}
.subsection-title-row .tableTitleSearch {
  padding-top: 5px;
}

.modal-header, .row-header {
  font-size: 16px;
  color: #5c5c5c;
}

/* (Body - Field heading): */
.sub-row-header,
.navLeft > li > ul > li > a {
  font-size: 12px;
  /* font-weight: bold; */
  color: #5c5c5c;
}

.navLeft > li > ul > li > a {
  border-bottom: 1px solid #d2d2d2;
}

.req, .req > sup {
  color: #ff0000;
  font-size: 10px;
  line-height: 14px;
}

.left-content {
  padding-right: 10px;
}

.right-content {
  padding-left: 10px;
}

/* icon-hs */
.closeParentDivBtn > .glyphicon,
.font-vmgicon-hs {
  font-size: 17px;
}

/************************************/
/* 'Clickable' Properties           */
/*                                  */
.clickable,
.selectable {
  cursor: pointer;
}

.clickable:hover {
  background-color: #ccecfb;
}

/*************************************************************************************/
/************************** Bootstrap CSS Changes start here *************************/
/*************************************************************************************/
/************************************/
/* BOOTSTRAP SPECIFIC               */
/************************************/
/************************************/
/* Misc Properties                  */
/*                                  */
/* Mirror glpyhicons */
/****************************************/
/* Sort Icons                           */
/*                                      */
.sortIcons {
  padding-left: 5px;
}

.scroll-pane {
  max-height: 900px;
  overflow-y: auto;
}

.thread-pane {
  overflow-y: auto;
}

.floatThead-container {
  background-color: #fff;
}

li.disabled a {
  cursor: default;
  pointer-events: none;
  background-color: #f6f6f6;
}

.vmgicon-angle-down {
  font-size: 10px;
  color: #CD050B;
}

.vmgicon-circle-plus {
  color: #CD040B;
}

.vmgicon-circle-plus:hover {
  color: #A80309;
}

.sendercode-caret {
  position: relative;
  left: 0.3em;
}

.hpopover {
  font-family: Arial;
  font-size: 14px;
  color: #4A4A4A;
  font-weight: bold;
  border-bottom: 1px solid #979797;
}

.body-popover {
  font-family: Arial;
  font-size: 12px;
  color: #4A4A4A;
}

.txt-popover {
  background: #F9F6F6;
  border: 1px solid #BDBDBD;
  width: 100%;
}

.float-popover-right {
  float: right;
}

.backgrid td.msg-template-text {
  text-align: left;
  padding-left: 20px;
  overflow-wrap: break-word;
}

div.fld-msgTmpl .dropdown-menu .dropdown-menu.inner {
  height: 300px;
  max-width: 95%;
  overflow-y: hidden;
}

div.fld-msgTmpl {
  max-width: 95%;
}

div.modal-msg-tmpl {
  max-width: 450px;
}

.disabled-link {
  pointer-events: none;
  cursor: default;
  color: grey;
}

.welcome-message-text {
  width: 105%;
}

.dataTables_scroll {
  width: 100%;
}

#bs-select-5 ul {
  margin-right: 1rem;
}

.menuMargin {
  margin-left: 1rem;
}

.chatPanel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#rabffilter1 .popover-content {
  padding: 9px 14px;
}

.surveyMargin {
  margin-left: 2px;
  margin-right: 2px;
}

.searchbox {
  height: 28px;
}

.stack-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.in.temp1, .in.temp2, .in.temp3, .in.temp4 {
  opacity: 1 !important;
}

.floatThead-wrapper {
  overflow: auto;
}

.dataTables_scrollHeadInner, #resultsTable {
  width: 100% !important;
}

.dt-scroll {
  width: 100%;
}

.marginbutton {
  margin-right: 5px;
}

.badgecolor {
  color: #ffffff;
}

div.select-sendercode > .dropdown-menu {
  top: 15px !important;
  transform: none !important;
}

div.fld-senderCodeType > .dropdown-menu {
  top: -30px !important;
}

.dt-scroll-head, .dt-scroll-headInner, .dataTable {
  width: 100% !important;
}

.backgridColWidth {
  max-width: 150px !important;
}

.btn-darkgrey {
  background-color: #f1f1f1;
}

.delete-text-info {
  font-weight: bold;
  color: #eb6235;
}