/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #00AFF0;
  --indigo: #6610f2;
  --purple: #642891;
  --pink: #e83e8c;
  --red: #e80000;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #265C1D;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #757575;
  --gray-dark: #343a40;
  --blue: #00AFF0;
  --indigo: #6610f2;
  --purple: #642891;
  --pink: #e83e8c;
  --red: #e80000;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #265C1D;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #757575;
  --gray-light: #f6f7f8;
  --primary: #642891;
  --secondary: #ced4da;
  --success: #265C1D;
  --info: #4F5C7B;
  --warning: #E99D1B;
  --danger: #E80000;
  --light: #f6f7f8;
  --dark: #343a40;
  --default: #ced4da;
  --basic: #eeeeee;
  --breakpoint-oo: 0;
  --breakpoint-xs: 640px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 993px;
  --breakpoint-xl: 1366px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: left;
  background-color: #eeeeee;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #642891;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #642891;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #757575;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212121;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 993px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 993px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.65rem 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #eeeeee;
}

.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(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-hover tbody tr:hover {
  background-color: #f6f7f8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-default,
.table-default > th,
.table-default > td {
  background-color: #f1f3f5;
}

.table-hover .table-default:hover {
  background-color: #e2e6ea;
}
.table-hover .table-default:hover > td,
.table-hover .table-default:hover > th {
  background-color: #e2e6ea;
}

.table-basic,
.table-basic > th,
.table-basic > td {
  background-color: #fafafa;
}

.table-hover .table-basic:hover {
  background-color: #ededed;
}
.table-hover .table-basic:hover > td,
.table-hover .table-basic:hover > th {
  background-color: #ededed;
}

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

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

.table .thead-dark th {
  color: #eeeeee;
  background-color: #212121;
  border-color: #343434;
}
.table .thead-light th {
  color: #4f5256;
  background-color: #eeeeee;
  border-color: #dee2e6;
}

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

@media (max-width: 639.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 992.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1365.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.96875rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #4f5256;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #4f5256;
  background-color: #ffffff;
  border-color: #a464d4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(100, 40, 145, 0.25);
}
.form-control::placeholder {
  color: #757575;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eeeeee;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #4f5256;
  background-color: #ffffff;
}

.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.015625rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212121;
  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.56640625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(2.5234375rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.015625rem;
  line-height: 1.5;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(38, 92, 29, 0.9);
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #265C1D;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #265C1D;
  box-shadow: 0 0 0 0.2rem rgba(38, 92, 29, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #265C1D;
}
.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: #265C1D;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #4ebd3c;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #368329;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #eeeeee, 0 0 0 0.2rem rgba(38, 92, 29, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #265C1D;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(38, 92, 29, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(232, 0, 0, 0.9);
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #E80000;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #E80000;
  box-shadow: 0 0 0 0.2rem rgba(232, 0, 0, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E80000;
}
.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: #E80000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ff6969;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff1c1c;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #eeeeee, 0 0 0 0.2rem rgba(232, 0, 0, 0.25);
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .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;
    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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.4rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(100, 40, 145, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.75;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #ffffff;
  background-color: #642891;
  border-color: #642891;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #4f2073;
  border-color: #481d69;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 40, 145, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #642891;
  border-color: #642891;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #481d69;
  border-color: #421a5f;
}
.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(100, 40, 145, 0.5);
}

.btn-secondary {
  color: #212121;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-secondary:hover {
  color: #212121;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212121;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212121;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}
.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(206, 212, 218, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #265C1D;
  border-color: #265C1D;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #1a3f14;
  border-color: #163511;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 92, 29, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #265C1D;
  border-color: #265C1D;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #163511;
  border-color: #122c0e;
}
.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(38, 92, 29, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #4F5C7B;
  border-color: #4F5C7B;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #404b64;
  border-color: #3b455c;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 92, 123, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #4F5C7B;
  border-color: #4F5C7B;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #3b455c;
  border-color: #363f54;
}
.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(79, 92, 123, 0.5);
}

.btn-warning {
  color: #212121;
  background-color: #E99D1B;
  border-color: #E99D1B;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ca8714;
  border-color: #bf7f12;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 157, 27, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212121;
  background-color: #E99D1B;
  border-color: #E99D1B;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #bf7f12;
  border-color: #b37711;
}
.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(233, 157, 27, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #E80000;
  border-color: #E80000;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c20000;
  border-color: #b50000;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 0, 0, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #E80000;
  border-color: #E80000;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #b50000;
  border-color: #a80000;
}
.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(232, 0, 0, 0.5);
}

.btn-light {
  color: #212121;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-light:hover {
  color: #212121;
  background-color: #e0e4e7;
  border-color: #d9dee2;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 247, 248, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212121;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212121;
  background-color: #d9dee2;
  border-color: #d2d7dc;
}
.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(246, 247, 248, 0.5);
}

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

.btn-default {
  color: #212121;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-default:hover {
  color: #212121;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}
.btn-default:focus, .btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-default.disabled, .btn-default:disabled {
  color: #212121;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
  color: #212121;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-basic {
  color: #212121;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-basic:hover {
  color: #212121;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}
.btn-basic:focus, .btn-basic.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.btn-basic.disabled, .btn-basic:disabled {
  color: #212121;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-basic:not(:disabled):not(.disabled):active, .btn-basic:not(:disabled):not(.disabled).active, .show > .btn-basic.dropdown-toggle {
  color: #212121;
  background-color: #d5d5d5;
  border-color: #cecece;
}
.btn-basic:not(:disabled):not(.disabled):active:focus, .btn-basic:not(:disabled):not(.disabled).active:focus, .show > .btn-basic.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-primary {
  color: #642891;
  background-color: transparent;
  background-image: none;
  border-color: #642891;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #642891;
  border-color: #642891;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 40, 145, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #642891;
  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: #ffffff;
  background-color: #642891;
  border-color: #642891;
}
.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(100, 40, 145, 0.5);
}

.btn-outline-secondary {
  color: #ced4da;
  background-color: transparent;
  background-image: none;
  border-color: #ced4da;
}
.btn-outline-secondary:hover {
  color: #212121;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ced4da;
  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: #212121;
  background-color: #ced4da;
  border-color: #ced4da;
}
.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(206, 212, 218, 0.5);
}

.btn-outline-success {
  color: #265C1D;
  background-color: transparent;
  background-image: none;
  border-color: #265C1D;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #265C1D;
  border-color: #265C1D;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 92, 29, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #265C1D;
  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: #ffffff;
  background-color: #265C1D;
  border-color: #265C1D;
}
.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(38, 92, 29, 0.5);
}

.btn-outline-info {
  color: #4F5C7B;
  background-color: transparent;
  background-image: none;
  border-color: #4F5C7B;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #4F5C7B;
  border-color: #4F5C7B;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 92, 123, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #4F5C7B;
  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: #ffffff;
  background-color: #4F5C7B;
  border-color: #4F5C7B;
}
.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(79, 92, 123, 0.5);
}

.btn-outline-warning {
  color: #E99D1B;
  background-color: transparent;
  background-image: none;
  border-color: #E99D1B;
}
.btn-outline-warning:hover {
  color: #212121;
  background-color: #E99D1B;
  border-color: #E99D1B;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 157, 27, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #E99D1B;
  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: #212121;
  background-color: #E99D1B;
  border-color: #E99D1B;
}
.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(233, 157, 27, 0.5);
}

.btn-outline-danger {
  color: #E80000;
  background-color: transparent;
  background-image: none;
  border-color: #E80000;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #E80000;
  border-color: #E80000;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #E80000;
  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: #ffffff;
  background-color: #E80000;
  border-color: #E80000;
}
.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(232, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f6f7f8;
  background-color: transparent;
  background-image: none;
  border-color: #f6f7f8;
}
.btn-outline-light:hover {
  color: #212121;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 247, 248, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f6f7f8;
  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: #212121;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.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(246, 247, 248, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  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: #ffffff;
  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-outline-default {
  color: #ced4da;
  background-color: transparent;
  background-image: none;
  border-color: #ced4da;
}
.btn-outline-default:hover {
  color: #212121;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-default:focus, .btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #ced4da;
  background-color: transparent;
}
.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show > .btn-outline-default.dropdown-toggle {
  color: #212121;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-basic {
  color: #eeeeee;
  background-color: transparent;
  background-image: none;
  border-color: #eeeeee;
}
.btn-outline-basic:hover {
  color: #212121;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-outline-basic:focus, .btn-outline-basic.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.btn-outline-basic.disabled, .btn-outline-basic:disabled {
  color: #eeeeee;
  background-color: transparent;
}
.btn-outline-basic:not(:disabled):not(.disabled):active, .btn-outline-basic:not(:disabled):not(.disabled).active, .show > .btn-outline-basic.dropdown-toggle {
  color: #212121;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-outline-basic:not(:disabled):not(.disabled):active:focus, .btn-outline-basic:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-basic.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #642891;
  background-color: transparent;
}
.btn-link:hover {
  color: #642891;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #757575;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2975em;
  vertical-align: 0.2975em;
  content: "";
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2975em;
  vertical-align: 0.2975em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.2975em;
  vertical-align: 0.2975em;
  content: "";
  border-top: 0.35em solid transparent;
  border-right: 0.35em solid;
  border-bottom: 0.35em 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 #eeeeee;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #642891;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #642891;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #757575;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.7109375rem;
  color: #757575;
  white-space: nowrap;
}

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

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

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

.btn-group > .btn:first-child {
  margin-left: 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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-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 > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .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 > .custom-file {
  display: flex;
  align-items: center;
}

.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 + .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: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343a40;
  text-align: center;
  white-space: nowrap;
  background-color: #eeeeee;
  border: 1px solid #ced4da;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.5234375rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.015625rem;
  line-height: 1.5;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.56640625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
}

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #642891;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #eeeeee, 0 0 0 0.2rem rgba(100, 40, 145, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #bc8cdf;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #757575;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eeeeee;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.109375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.109375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #642891;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #642891;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(100, 40, 145, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(100, 40, 145, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #642891;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(100, 40, 145, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.96875rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4f5256;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #a464d4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(164, 100, 212, 0.5);
}
.custom-select:focus::-ms-value {
  color: #4f5256;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #757575;
  background-color: #eeeeee;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.56640625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.5234375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.96875rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #a464d4;
  box-shadow: 0 0 0 0.2rem rgba(100, 40, 145, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #a464d4;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eeeeee;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.96875rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4f5256;
  background-color: #ffffff;
  border: 1px solid #ced4da;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 1.96875rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4f5256;
  content: "Browse";
  background-color: #eeeeee;
  border-left: 1px solid #ced4da;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #eeeeee, 0 0 0 0.2rem rgba(100, 40, 145, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #eeeeee, 0 0 0 0.2rem rgba(100, 40, 145, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #eeeeee, 0 0 0 0.2rem rgba(100, 40, 145, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #642891;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #bc8cdf;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #642891;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #bc8cdf;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #642891;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #bc8cdf;
}
.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;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}

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

.nav {
  display: 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: #757575;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #eeeeee #eeeeee #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #757575;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4f5256;
  background-color: #eeeeee;
  border-color: #dee2e6 #dee2e6 #eeeeee;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #343a40;
  background-color: #ffffff;
}

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.34765625rem;
  padding-bottom: 0.34765625rem;
  margin-right: 1rem;
  font-size: 1.015625rem;
  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.015625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.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: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

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

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0rem 0rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #642891;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #642891;
  text-decoration: none;
  background-color: #eeeeee;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(100, 40, 145, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #eeeeee;
  background-color: #642891;
  border-color: #642891;
}
.page-item.disabled .page-link {
  color: #757575;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.015625rem;
  line-height: 1.5;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 85%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #ffffff;
  background-color: #642891;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #481d69;
}

.badge-secondary {
  color: #212121;
  background-color: #ced4da;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212121;
  text-decoration: none;
  background-color: #b1bbc4;
}

.badge-success {
  color: #ffffff;
  background-color: #265C1D;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #163511;
}

.badge-info {
  color: #ffffff;
  background-color: #4F5C7B;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #3b455c;
}

.badge-warning {
  color: #212121;
  background-color: #E99D1B;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212121;
  text-decoration: none;
  background-color: #bf7f12;
}

.badge-danger {
  color: #ffffff;
  background-color: #E80000;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #b50000;
}

.badge-light {
  color: #212121;
  background-color: #f6f7f8;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212121;
  text-decoration: none;
  background-color: #d9dee2;
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-default {
  color: #212121;
  background-color: #ced4da;
}
.badge-default[href]:hover, .badge-default[href]:focus {
  color: #212121;
  text-decoration: none;
  background-color: #b1bbc4;
}

.badge-basic {
  color: #212121;
  background-color: #eeeeee;
}
.badge-basic[href]:hover, .badge-basic[href]:focus {
  color: #212121;
  text-decoration: none;
  background-color: #d5d5d5;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.71875rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.6rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #240e34;
  background-color: #e0d4e9;
  border-color: #ae8fc6;
}
.alert-primary hr {
  border-top-color: #a27ebd;
}
.alert-primary .alert-link {
  color: #08030c;
}

.alert-secondary {
  color: #4a4c4e;
  background-color: #f5f6f8;
  border-color: #e6e9ec;
}
.alert-secondary hr {
  border-top-color: #d8dce1;
}
.alert-secondary .alert-link {
  color: #313334;
}

.alert-success {
  color: #0e210a;
  background-color: #d4ded2;
  border-color: #8eaa89;
}
.alert-success hr {
  border-top-color: #809f7a;
}
.alert-success .alert-link {
  color: black;
}

.alert-info {
  color: #1c212c;
  background-color: #dcdee5;
  border-color: #a3aaba;
}
.alert-info hr {
  border-top-color: #949daf;
}
.alert-info .alert-link {
  color: #080a0d;
}

.alert-warning {
  color: #54390a;
  background-color: #fbebd1;
  border-color: #f4cc88;
}
.alert-warning hr {
  border-top-color: #f2c271;
}
.alert-warning .alert-link {
  color: #261a05;
}

.alert-danger {
  color: #540000;
  background-color: #facccc;
  border-color: #f37a7a;
}
.alert-danger hr {
  border-top-color: #f16363;
}
.alert-danger .alert-link {
  color: #210000;
}

.alert-light {
  color: #595959;
  background-color: #fdfdfe;
  border-color: #fafbfb;
}
.alert-light hr {
  border-top-color: #ecf0f0;
}
.alert-light .alert-link {
  color: #404040;
}

.alert-dark {
  color: #131517;
  background-color: #d6d8d9;
  border-color: #95999c;
}
.alert-dark hr {
  border-top-color: #888c90;
}
.alert-dark .alert-link {
  color: black;
}

.alert-default {
  color: #4a4c4e;
  background-color: #f5f6f8;
  border-color: #e6e9ec;
}
.alert-default hr {
  border-top-color: #d8dce1;
}
.alert-default .alert-link {
  color: #313334;
}

.alert-basic {
  color: #565656;
  background-color: #fcfcfc;
  border-color: #f6f6f6;
}
.alert-basic hr {
  border-top-color: #e9e9e9;
}
.alert-basic .alert-link {
  color: #3d3d3d;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.609375rem;
  background-color: #eeeeee;
}

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

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #4f5256;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #4f5256;
  text-decoration: none;
  background-color: #f6f7f8;
}
.list-group-item-action:active {
  color: #212121;
  background-color: #eeeeee;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #757575;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

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

.list-group-item-primary {
  color: #34154b;
  background-color: #d4c3e0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #34154b;
  background-color: #c8b2d7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #34154b;
  border-color: #34154b;
}

.list-group-item-secondary {
  color: #6b6e71;
  background-color: #f1f3f5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6b6e71;
  background-color: #e2e6ea;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #6b6e71;
  border-color: #6b6e71;
}

.list-group-item-success {
  color: #14300f;
  background-color: #c2d1c0;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #14300f;
  background-color: #b4c6b1;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #14300f;
  border-color: #14300f;
}

.list-group-item-info {
  color: #293040;
  background-color: #ced1da;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #293040;
  background-color: #bfc3cf;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #293040;
  border-color: #293040;
}

.list-group-item-warning {
  color: #79520e;
  background-color: #f9e4bf;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #79520e;
  background-color: #f7daa8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #79520e;
  border-color: #79520e;
}

.list-group-item-danger {
  color: #790000;
  background-color: #f9b8b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #790000;
  background-color: #f7a0a0;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #790000;
  border-color: #790000;
}

.list-group-item-light {
  color: #808081;
  background-color: #fcfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #808081;
  background-color: #edf3f3;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #808081;
  border-color: #808081;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-default {
  color: #6b6e71;
  background-color: #f1f3f5;
}
.list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
  color: #6b6e71;
  background-color: #e2e6ea;
}
.list-group-item-default.list-group-item-action.active {
  color: #ffffff;
  background-color: #6b6e71;
  border-color: #6b6e71;
}

.list-group-item-basic {
  color: #7c7c7c;
  background-color: #fafafa;
}
.list-group-item-basic.list-group-item-action:hover, .list-group-item-basic.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #ededed;
}
.list-group-item-basic.list-group-item-action.active {
  color: #ffffff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

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

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.75rem;
  border-bottom: 0 solid #eeeeee;
}
.modal-header .close {
  padding: 1.75rem;
  margin: -1.75rem -1.75rem -1.75rem auto;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem 2rem 1.75rem 2rem;
  border-top: 0 solid #eeeeee;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 70%;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 98%;
  }
}
@media (min-width: 993px) {
  .modal-lg {
    max-width: 55%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7109375rem;
  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: #000000;
}

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Tahoma, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7109375rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow, .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 5px;
}
.popover .arrow::before, .popover .arrow::after, .popover .popover-arrow::before, .popover .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, .bs-popover-top .popover-arrow, .bs-popover-auto[x-placement^="top"] .popover-arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .popover-arrow::before,
.bs-popover-auto[x-placement^="top"] .popover-arrow::before,
.bs-popover-top .popover-arrow::after,
.bs-popover-auto[x-placement^="top"] .popover-arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .popover-arrow::before, .bs-popover-auto[x-placement^="top"] .popover-arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after, .bs-popover-top .popover-arrow::after, .bs-popover-auto[x-placement^="top"] .popover-arrow::after {
  bottom: 1px;
  border-top-color: #ffffff;
}

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #212121;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #265C1D !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-default {
  background-color: #ced4da !important;
}

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

.bg-basic {
  background-color: #eeeeee !important;
}

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

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

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

.border {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.15) !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: #642891 !important;
}

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

.border-success {
  border-color: #265C1D !important;
}

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

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

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

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

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

.border-default {
  border-color: #ced4da !important;
}

.border-basic {
  border-color: #eeeeee !important;
}

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

.rounded {
  border-radius: 3px !important;
}

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
  .d-xs-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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: 992px) {
  .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: 993px) {
  .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: 1366px) {
  .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.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .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: 992px) {
  .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: 993px) {
  .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: 1366px) {
  .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: 640px) {
  .float-xs-left {
    float: left !important;
  }

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

  .float-xs-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 993px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
  .m-xs-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 993px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 640px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 993px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #642891 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #481d69 !important;
}

.text-secondary {
  color: #ced4da !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #b1bbc4 !important;
}

.text-success {
  color: #265C1D !important;
}

a.text-success:hover, a.text-success:focus {
  color: #163511 !important;
}

.text-info {
  color: #4F5C7B !important;
}

a.text-info:hover, a.text-info:focus {
  color: #3b455c !important;
}

.text-warning {
  color: #E99D1B !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #bf7f12 !important;
}

.text-danger {
  color: #E80000 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b50000 !important;
}

.text-light {
  color: #f6f7f8 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d9dee2 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-default {
  color: #ced4da !important;
}

a.text-default:hover, a.text-default:focus {
  color: #b1bbc4 !important;
}

.text-basic {
  color: #eeeeee !important;
}

a.text-basic:hover, a.text-basic:focus {
  color: #d5d5d5 !important;
}

.text-body {
  color: #212121 !important;
}

.text-muted {
  color: #757575 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 993px !important;
  }

  .container {
    min-width: 993px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !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;
  }
}
/*IMPORTS*/
#popup_overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0.35;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9998;
}

#popup_container {
  z-index: 9999;
  position: absolute;
  text-align: center;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
}
#popup_container h1 {
  font-size: 26px;
  color: #642891;
}
#popup_container #popup_message {
  padding: 35px 0;
  font-size: 14px;
}
#popup_container input {
  background-color: #642891;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  min-width: 100px;
  cursor: pointer;
}

.spinner {
  position: relative;
}
.spinner__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #CECECE;
  opacity: .6;
  overflow: hidden;
  z-index: 998;
}
.spinner__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
}
.spinner__box {
  position: absolute;
  top: -14px;
  left: -14px;
  text-align: center;
}

.component-typeahead {
  position: relative;
  white-space: nowrap;
  float: left;
  width: 100%;
}
.component-typeahead .typeahead-trigger {
  display: none;
  width: 30px;
  text-align: center;
  line-height: 20px;
  font-family: "Webdings";
  font-size: 14px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  cursor: pointer;
  z-index: 10;
}
.component-typeahead .typeahead-trigger.visible {
  display: block;
}
.component-typeahead .typeahead-trigger:hover {
  text-decoration: none;
}
.component-typeahead .typeahead-options-list {
  display: none;
  /*max-width:240px;*/
  min-width: 100px;
  position: absolute;
  top: -100000px;
  left: -100000px;
  z-index: -1;
  min-height: 100px;
  max-height: 200px;
  overflow-y: hidden;
  overflow-x: hidden;
  border: 2px solid #ccc;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  background-position: 50%;
  background-repeat: no-repeat;
}
.component-typeahead .typeahead-options-list.status-loading {
  background-image: url("../../images/busy.gif");
}
.component-typeahead .typeahead-options-list:hover {
  overflow-y: auto;
}
.component-typeahead .typeahead-options-list a.typeahead-option-item, .component-typeahead .typeahead-options-list .typeahead-option-item {
  color: #444;
  display: block;
  width: auto;
  line-height: 25px;
  white-space: nowrap;
  padding: 0 15px 0 10px;
  border-width: 2px 0;
  border-style: solid;
  border-color: #ffffff;
  background-color: #ffffff;
  -webkit-transition: text-decoration, color, background-color 0.3s;
  transition: text-decoration, color, background-color 0.3s;
}
.component-typeahead .typeahead-options-list a.typeahead-option-item:hover, .component-typeahead .typeahead-options-list a.typeahead-option-item:focus, .component-typeahead .typeahead-options-list .typeahead-option-item:hover, .component-typeahead .typeahead-options-list .typeahead-option-item:focus {
  color: #000;
  background-color: #DEECF9;
  width: 100%;
  text-decoration: none;
}
.component-typeahead .typeahead-options-list a.typeahead-option-item:focus, .component-typeahead .typeahead-options-list .typeahead-option-item:focus {
  text-decoration: underline;
}
.component-typeahead .typeahead-options-gauntlet {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  z-index: -2;
  top: -100000px;
  left: -100000px;
}
.component-typeahead.status-active .typeahead-options-list {
  text-align: left;
  display: inline-block;
  top: 100%;
  left: 0;
  z-index: 99999;
}
.component-typeahead.status-active .typeahead-options-list.top-aligned {
  top: -210px;
}
.component-typeahead.status-active .typeahead-options-gauntlet {
  z-index: 99998;
  background-color: transparent;
}

.typeahead-code {
  line-height: 18px;
  display: inline-block;
  margin: 0 5px 0 2px;
  background-color: #dddccc;
  width: 34px;
  text-align: center;
  border-radius: 2px;
  font-weight: bold;
  color: #ffffff;
}

.typeahead-error-message {
  display: block;
  min-width: 250px;
  height: 100px;
  background-color: #ffffff;
  font-size: 11px;
  font-style: italic;
  padding: 5px;
  white-space: normal;
  vertical-align: middle;
  text-align: center;
}

.typeahead-error-message > SPAN {
  margin: 25px 0 0 0;
  display: block;
}

/* fix for MSIE 10 */
/*.component-typeahead.browser-msie.msie-10 .typeahead-trigger { right: 20px;width:20px; }*/
.component-typeahead .typeahead::-ms-clear {
  display: none;
}

/**************************************** BUTTONS **********************************************/
.btn {
  text-transform: uppercase;
  min-width: 100px;
}
.btn.disabled:not(.btn-link), .btn:disabled:not(.btn-link) {
  font-weight: 300 !important;
  color: #343a40 !important;
  background-color: #dee2e6 !important;
  border-color: #dee2e6 !important;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: inherit;
}

.btn-link {
  font-weight: 400;
  color: #642891;
}
.btn-link:focus, .btn-link.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 40, 145, 0.25);
}

.btn-light:focus, .btn-light.active {
  background-color: #e0e4e7;
  border-color: #d9dee2;
}

.btn-pagination, .btn-basic {
  color: #212121;
  background-color: #eeeeee;
  border-color: #adb5bd;
  text-transform: uppercase;
}
.btn-pagination:hover, .btn-basic:hover {
  color: #212121;
  background-color: #f7f7f7;
  border-color: #c2c8ce;
}
.btn-pagination:focus, .btn-pagination.focus, .btn-basic:focus, .btn-basic.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-pagination.disabled, .btn-pagination:disabled, .btn-basic.disabled, .btn-basic:disabled {
  color: #212121;
  background-color: #eeeeee;
  border-color: #adb5bd;
}
.btn-pagination:not(:disabled):not(.disabled):active, .btn-pagination:not(:disabled):not(.disabled).active, .show > .btn-pagination.dropdown-toggle, .btn-basic:not(:disabled):not(.disabled):active, .btn-basic:not(:disabled):not(.disabled).active, .show > .btn-basic.dropdown-toggle {
  color: #212121;
  background-color: white;
  border-color: #c1c9d0;
}
.btn-pagination:not(:disabled):not(.disabled):active:focus, .btn-pagination:not(:disabled):not(.disabled).active:focus, .show > .btn-pagination.dropdown-toggle:focus, .btn-basic:not(:disabled):not(.disabled):active:focus, .btn-basic:not(:disabled):not(.disabled).active:focus, .show > .btn-basic.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.input-group-append button.btn, .input-group-append input.btn, .input-group-prepend button.btn, .input-group-prepend input.btn {
  min-width: 30px;
}

.btn-narrow {
  min-width: 30px !important;
  padding-left: 0;
  padding-right: 0;
}

.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.toggle {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}

.toggle.off {
  border-color: #ced4da;
}

.toggle input[type="checkbox"] {
  display: none;
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.toggle.off .toggle-group {
  left: -100%;
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
  background-color: #ced4da;
  border-color: #ced4da;
  min-width: 26px;
}

.toggle.btn {
  min-width: 107px;
  min-height: 34px;
}

.toggle-on.btn {
  padding-right: 26px;
}

.toggle-off.btn {
  padding-left: 26px;
}

.toggle.btn-lg, .btn-group-lg > .toggle.btn {
  min-width: 130px;
  min-height: 34px;
}

.toggle-on.btn-lg, .btn-group-lg > .toggle-on.btn {
  padding-right: 40px;
}

.toggle-off.btn-lg, .btn-group-lg > .toggle-off.btn {
  padding-left: 40px;
}

.toggle-handle.btn-lg, .btn-group-lg > .toggle-handle.btn {
  width: 40px;
}

.toggle.btn-sm, .btn-group-sm > .toggle.btn {
  min-width: 90px;
  min-height: 30px;
}

.toggle-on.btn-sm, .btn-group-sm > .toggle-on.btn {
  padding-right: 20px;
}

.toggle-off.btn-sm, .btn-group-sm > .toggle-off.btn {
  padding-left: 20px;
}

.toggle.btn-xs {
  min-width: 75px;
  min-height: 24px;
}

.toggle-on.btn-xs {
  padding-right: 12px;
}

.toggle-off.btn-xs {
  padding-left: 12px;
}

/**************************************** CARD ACTION BAR **********************************************/
.card-actions {
  margin-top: 40px;
  display: block;
}
.card-actions .nav {
  margin-top: -35px;
  margin-right: 10px;
  border-color: rgba(0, 0, 0, 0.125);
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-radius: 0 0 0 0;
  float: right;
  height: 34px;
  padding: 0 5px;
}
.card-actions .nav li {
  display: inline-block;
  border-radius: 0 0 0 0;
}
.card-actions .nav li a:hover, .card-actions .nav li a:focus, .card-actions .nav li a:active, .card-actions .nav li button:hover, .card-actions .nav li button:focus, .card-actions .nav li button:active {
  text-decoration: none;
}
.card-actions .nav li a .fm, .card-actions .nav li button .fm {
  font-size: 16px;
  padding: 0;
  color: #642891;
}
.card-actions .left-nav {
  margin-top: -24px;
  float: left;
  padding-left: 0;
  list-style-type: none;
}
.card-actions .left-nav li {
  display: inline-block;
}
.card-actions .left-nav li.divider {
  overflow: hidden;
  width: 1px;
  margin: 0 9px;
  background-color: #adb5bd;
  height: 10px;
}

.card-basic .card-header {
  background-color: #ffffff;
}

.card .card-header {
  padding: 0.5rem 1.25rem;
}
.card .card-header .card-title {
  margin-bottom: 0;
}

/**************************************** DATEPICKER *****************************************/
.uiDatePicker {
  position: relative;
  display: inline-block;
}
.uiDatePicker label {
  margin-bottom: 0;
}
.uiDatePicker input {
  max-width: 130px;
  padding-right: 24px;
  padding-left: 9px;
}
.uiDatePicker input:hover, .uiDatePicker input:focus, .uiDatePicker input:active {
  border-color: #642891;
  box-shadow: none;
}
.uiDatePicker input:hover + .fm, .uiDatePicker input:focus + .fm, .uiDatePicker input:active + .fm {
  color: #642891;
}
.uiDatePicker input ~ .fm {
  position: absolute;
  right: 1px;
  bottom: 8px;
  padding-left: 2px;
  font-size: 1.35rem !important;
}
.uiDatePicker input ~ .fm:hover, .uiDatePicker input ~ .fm:focus, .uiDatePicker input ~ .fm:active {
  color: #642891;
}

.uib-datepicker-popup {
  max-width: 130px;
  border: none;
  background-color: transparent;
}
.uib-datepicker-popup ul {
  padding: 5px;
}
.uib-datepicker-popup ul li:first-of-type thead th {
  border-bottom: none;
  border-top: none;
  background-color: #ffffff;
  padding: 0;
}
.uib-datepicker-popup ul li:first-of-type thead th .btn-default, .uib-datepicker-popup ul li:first-of-type thead th .btn-secondary {
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  border-color: #ced4da;
  color: #343a40;
  margin: 0 0 0 1px;
  text-transform: none;
  min-width: 30px;
}
.uib-datepicker-popup ul li:first-of-type thead th .btn-default:hover, .uib-datepicker-popup ul li:first-of-type thead th .btn-secondary:hover {
  background-color: #dee2e6;
}
.uib-datepicker-popup ul li:first-of-type tbody td {
  padding: 1px;
}
.uib-datepicker-popup ul li:first-of-type tbody td .btn-default, .uib-datepicker-popup ul li:first-of-type tbody td .btn-secondary {
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 8px;
  border-color: #ced4da;
  color: #343a40;
  font-weight: normal;
  border-radius: 2px;
}
.uib-datepicker-popup ul li:first-of-type tbody td .btn-default:hover, .uib-datepicker-popup ul li:first-of-type tbody td .btn-secondary:hover {
  background-color: #dee2e6;
}
.uib-datepicker-popup ul li:first-of-type tbody td .btn-default[disabled], .uib-datepicker-popup ul li:first-of-type tbody td .btn-secondary[disabled] {
  cursor: not-allowed;
  border: 1px solid #ced4da;
}
.uib-datepicker-popup ul li:first-of-type tbody td .btn-default .text-info, .uib-datepicker-popup ul li:first-of-type tbody td .btn-secondary .text-info {
  color: #642891 !important;
  font-weight: bold;
}
.uib-datepicker-popup ul li:first-of-type tbody td .btn-default.active, .uib-datepicker-popup ul li:first-of-type tbody td .btn-secondary.active {
  background-color: #642891;
}
.uib-datepicker-popup ul li:first-of-type tbody td .btn-default.active > span, .uib-datepicker-popup ul li:first-of-type tbody td .btn-secondary.active > span {
  color: #f6f7f8 !important;
}
.uib-datepicker-popup ul li:first-of-type tbody td .btn-default.active:hover, .uib-datepicker-popup ul li:first-of-type tbody td .btn-secondary.active:hover {
  background-color: #dee2e6;
}
.uib-datepicker-popup ul li:first-of-type tbody td .btn-default.active:hover span, .uib-datepicker-popup ul li:first-of-type tbody td .btn-secondary.active:hover span {
  color: #343a40 !important;
}
.uib-datepicker-popup input {
  z-index: 10;
  padding-right: 24px;
  padding-left: 9px;
}
.uib-datepicker-popup input + div + .input-group-btn > .btn > .icon-calendar,
.uib-datepicker-popup input + div + .input-group-append > .btn > .icon-calendar {
  color: #4f5256;
}
.uib-datepicker-popup input:hover, .uib-datepicker-popup input:focus, .uib-datepicker-popup input:active {
  border-color: #642891;
  box-shadow: none;
}
.uib-datepicker-popup input:hover + div + .input-group-btn > .btn > .icon-calendar,
.uib-datepicker-popup input:hover + div + .input-group-append > .btn > .icon-calendar, .uib-datepicker-popup input:focus + div + .input-group-btn > .btn > .icon-calendar,
.uib-datepicker-popup input:focus + div + .input-group-append > .btn > .icon-calendar, .uib-datepicker-popup input:active + div + .input-group-btn > .btn > .icon-calendar,
.uib-datepicker-popup input:active + div + .input-group-append > .btn > .icon-calendar {
  color: #642891;
}
.uib-datepicker-popup input + .ng-empty {
  height: 0;
}
.uib-datepicker-popup.dropdown-menu {
  margin-top: -6px;
  margin-left: -5px;
}
.uib-datepicker-popup .icon-calendar {
  padding: 4px 3px 0 2px;
  font-size: 1.35rem !important;
}
.uib-datepicker-popup .icon-calendar:hover, .uib-datepicker-popup .icon-calendar:focus, .uib-datepicker-popup .icon-calendar:active {
  color: #642891 !important;
}
.uib-datepicker-popup .input-group-btn, .uib-datepicker-popup .input-group-append {
  position: absolute;
  right: -4px;
  top: -10px;
  z-index: 11;
}
.uib-datepicker-popup .uib-datepicker {
  width: 252px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  padding: 3px;
}
.uib-datepicker-popup .uib-button-bar {
  width: 252px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: none;
  padding-bottom: 10px;
}
.uib-datepicker-popup .uib-button-bar::after {
  display: block;
  clear: both;
  content: "";
}
.uib-datepicker-popup .uib-button-bar:hover {
  background-color: #ffffff !important;
  color: inherit !important;
}
.uib-datepicker-popup .uib-button-bar .btn {
  min-width: 30px;
}
.uib-datepicker-popup .uib-button-bar .btn.btn-info {
  border-radius: 0 !important;
  margin-right: 10px;
  background-color: #ffffff;
  border-color: #642891;
  color: #212121;
}
.uib-datepicker-popup .uib-button-bar .btn.btn-info:hover {
  color: #ffffff !important;
  background-color: #642891;
}
.uib-datepicker-popup .uib-button-bar .btn.btn-danger {
  background-color: transparent;
  color: #642891;
  border: none;
  margin-right: 10px;
}
.uib-datepicker-popup .uib-button-bar .btn.btn-danger:hover {
  text-decoration: underline;
}
.uib-datepicker-popup .uib-button-bar .btn.btn-success {
  background-color: #642891;
  border: 1px solid #642891;
}
.uib-datepicker-popup .uib-button-bar .btn.btn-success:hover {
  background-color: #3b1755;
}
.uib-datepicker-popup .fa-svg-icon svg {
  width: 100%;
  height: 100%;
  max-width: 15px;
  max-height: 15px;
}

.glyphicon {
  font-family: monster;
  font-style: normal;
}
.glyphicon.glyphicon-chevron-right:before {
  content: "\e055";
}
.glyphicon.glyphicon-chevron-left:before {
  content: "\e058";
}

.btn.btn-link.ngb-dp-arrow-btn {
  min-width: 10px;
}

.ngb-dp-navigation-select .custom-select {
  background: none;
}

.uib-datepicker-popup + div[uib-timepicker] {
  display: inline-block;
}

.uib-timepicker tr.text-center {
  display: none;
}
.uib-timepicker .uib-time .btn.btn-secondary {
  min-width: 50px;
}

/*****************************************  FORMS  ******************************************/
.form-group label, .form-group .control-label {
  font-weight: 600;
  color: #343a40;
}
.form-group label.radio-inline, .form-group label.form-check-inline, .form-group .control-label.radio-inline, .form-group .control-label.form-check-inline {
  font-weight: normal;
}
.form-group label + .form-control-plaintext, .form-group .control-label + .form-control-plaintext {
  padding-top: 0;
  margin-top: -0.25rem;
}
.form-group label + [class*="col-"], .form-group .control-label + [class*="col-"] {
  margin-left: -15px;
  margin-right: -15px;
}
.form-group label[class*="col-"], .form-group .control-label[class*="col-"] {
  line-height: 1.96875rem;
  vertical-align: middle;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.form-group input[type=radio] + .radio-inline {
  margin-left: 4px;
}
.form-group span + .form-control-plaintext {
  padding-top: 0;
}
.form-group.required > LABEL, .form-group.required > .control-label, .form-group.required > fieldset > .control-label {
  padding-left: 0;
  position: relative;
}
.form-group.required > LABEL .form-vertical, .form-group.required > .control-label .form-vertical, .form-group.required > fieldset > .control-label .form-vertical {
  padding-left: 0;
}
.form-group.required > LABEL:before, .form-group.required > .control-label:before, .form-group.required > fieldset > .control-label:before {
  content: "*";
  font-size: 13px;
  color: #E80000;
  position: absolute;
  left: -7px;
  top: 0;
}
.form-group.row.required > .control-label, .form-group.row.required > LABEL, .form-group.row.required > fieldset > .control-label {
  padding-left: 15px;
}
.form-group.row.required > .control-label:before, .form-group.row.required > LABEL:before, .form-group.row.required > fieldset > .control-label:before {
  content: "*";
  font-size: 100%;
  color: #E80000;
  position: absolute;
  left: 8px;
  top: 0;
}
.form-group.row.required > .control-label.text-right, .form-group.row.required > fieldset > .control-label.text-right {
  padding-left: 15px;
}
.form-group.row.required > .control-label.text-right:before, .form-group.row.required > fieldset > .control-label.text-right:before {
  content: "*";
  font-size: 100%;
  color: #E80000;
  position: relative;
  left: -2px;
  top: 0;
}
.form-group:last-of-type {
  margin-bottom: .7rem;
}
.form-group legend {
  font-size: 0.8125rem;
  font-weight: 400;
}
.form-group .form-check label {
  font-weight: 400;
}
.form-group .counter {
  display: inline-block;
  font-size: 0.7109375rem;
}
.form-group .counter.bottom {
  position: absolute;
  bottom: -18px;
}
.form-group .counter.top {
  position: absolute;
  top: -16px;
}
.form-group .counter.left {
  left: 15px;
}
.form-group .counter.right {
  right: 15px;
}

a.disabled {
  opacity: 0.5;
}

.form-question {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0rem;
}
.form-question:before, .form-question:after {
  content: "";
  display: table;
  float: none;
  clear: both;
}
.form-question.followup-question {
  margin-left: 4rem;
}
.form-question:last-child {
  border-bottom: none;
}
.form-question FIELDSET {
  margin-top: 0.5rem;
}
.form-question FIELDSET > .form-question-label {
  border: 0;
  line-height: 1.125rem;
  font-weight: normal;
  position: relative;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.form-question FIELDSET > .form-question-label > .question-number {
  display: inline-block;
  font-size: 1.125rem;
  width: 7rem;
  text-align: right;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 0 1px 0 0;
  margin: 0 0.25rem 0 0;
  padding: 0 0.5rem 0 0;
  line-height: 1.125rem;
  vertical-align: middle;
  position: absolute;
  top: 0;
  height: inherit;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-question FIELDSET > .form-question-label > .question-text {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.form-question FIELDSET > .form-question-label > .question-text > .question-instructions {
  font-size: 0.8125rem;
}
.form-question FIELDSET > .form-question-label > .question-text > .question-instructions:before {
  content: "(";
}
.form-question FIELDSET > .form-question-label > .question-text > .question-instructions:after {
  content: ")";
}
.form-question FIELDSET > .form-question-label > .question-number + .question-text {
  margin-left: 8rem;
}
.form-question FIELDSET > .form-question-label.form-question-nested > .question-number {
  border-width: 0;
}
.form-question FIELDSET > .form-question-label.form-question-nested > .question-text {
  font-weight: bold;
}
.form-question FIELDSET > .form-question-label.required .question-text {
  margin-left: 0.5rem;
}
.form-question FIELDSET > .form-question-label.required > .question-number + .question-text {
  margin-left: 8rem;
}
.form-question FIELDSET > .form-question-label.required:before {
  content: "*";
  font-size: 18px;
  color: #E80000;
  position: absolute;
  left: 2px;
  top: 2px;
  font-weight: 700;
}
.form-question FIELDSET > .form-question-answers {
  margin: 1rem 0 0.25rem 7rem;
}
.form-question FIELDSET > .form-question-answers:last-child {
  margin: 1rem 0 1rem 7rem;
}
.form-question FIELDSET > .form-question-answers:after {
  content: "";
  display: block;
  clear: both;
  float: none;
}
.form-question FIELDSET > .form-question-answers .form-question.followup-question {
  margin-left: 0;
}
.form-question.condensed {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.form-question.condensed > FIELDSET > .form-question-label {
  margin-bottom: 0.5rem;
}
.form-question.condensed > FIELDSET > .form-question-answers {
  margin: 0 0 0 6rem;
}

.print .form-question FIELDSET > legend.form-question-label {
  height: inherit;
  min-height: 18px;
}

.form-question.followup-question FIELDSET > .form-question-label > .question-number {
  width: 7rem;
}
.form-question.followup-question FIELDSET > .form-question-label .question-text {
  margin-left: 0.5rem;
}
.form-question.followup-question FIELDSET > .form-question-label > .question-number + .question-text {
  margin-left: 8.3rem;
}
.form-question.followup-question FIELDSET > .form-question-answers {
  margin-left: 8.3rem;
}

panel-edit-view question-radio label {
  display: inline;
}

.input-group.input-inner-icon-prepend .form-control {
  padding-left: 2.5rem;
}
.input-group.input-inner-icon-prepend .form-control ~ .fm {
  position: absolute;
  top: 0.484375rem;
  left: 0.484375rem;
  z-index: 3;
  color: #757575;
  font-size: 1rem;
}
.input-group.input-inner-icon-prepend .form-control:hover, .input-group.input-inner-icon-prepend .form-control:active, .input-group.input-inner-icon-prepend .form-control:focus {
  outline: none;
  box-shadow: none;
}
.input-group.input-inner-icon-prepend .form-control:hover ~ .fm, .input-group.input-inner-icon-prepend .form-control:active ~ .fm, .input-group.input-inner-icon-prepend .form-control:focus ~ .fm {
  color: #642891;
}
.input-group.input-inner-icon-prepend label + .form-control:hover, .input-group.input-inner-icon-prepend label + .form-control:active, .input-group.input-inner-icon-prepend label + .form-control:focus {
  color: #4f5256;
}
.input-group.input-inner-icon-append .form-control {
  padding-right: 2rem;
}
.input-group.input-inner-icon-append .form-control + .fm {
  position: absolute;
  top: 0.484375rem;
  right: 0.484375rem;
  z-index: 3;
  color: #757575;
  font-size: 1rem;
}
.input-group.input-inner-icon-append .form-control:hover, .input-group.input-inner-icon-append .form-control:active, .input-group.input-inner-icon-append .form-control:focus {
  box-shadow: none;
  outline: none;
}
.input-group.input-inner-icon-append .form-control:hover + .fm, .input-group.input-inner-icon-append .form-control:active + .fm, .input-group.input-inner-icon-append .form-control:focus + .fm {
  color: #642891;
}
.input-group.input-inner-icon-append .form-control label + .form-control:hover, .input-group.input-inner-icon-append .form-control label + .form-control:active, .input-group.input-inner-icon-append .form-control label + .form-control:focus {
  color: #4f5256;
}
.input-group .input-group-append > .btn-group {
  height: calc(1.96875rem + 2px);
}

.custom-radio {
  position: relative;
  float: left;
  margin-right: 25px;
  padding: 0;
  overflow: auto;
}
.custom-radio:hover .check {
  border: 4px solid #642891;
}
.custom-radio input[type=radio] {
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
}
.custom-radio input[type=radio]:checked ~ .check {
  border: 3px solid #642891;
}
.custom-radio input[type=radio]:checked ~ .check::before {
  background: #642891;
}
.custom-radio input[type=radio]:checked ~ label {
  color: #333;
}
.custom-radio input[type=radio]:active + label + .check, .custom-radio input[type=radio]:focus + label + .check {
  border-color: #000000;
}
.custom-radio input[type=radio]:active + label + .check ::before, .custom-radio input[type=radio]:focus + label + .check ::before {
  width: 0;
  height: 0;
}
.custom-radio label {
  position: relative;
  padding: 1px 5px 1px 25px;
  margin: 1px auto;
  z-index: 9;
  cursor: pointer;
}
.custom-radio .check {
  display: inline-block;
  position: absolute;
  border: 3px solid #adb5bd;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  z-index: 5;
  transition: border .15s linear;
  -webkit-transition: border .15s linear;
}
.custom-radio .check::before {
  display: inline-block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.radio-inline {
  margin-right: 0.5rem;
}

.form-control-sm {
  font-size: 0.8125rem;
}

/*********************************************** TABLE ***********************************************************/
.table thead {
  background-color: #eeeeee;
}
.table thead th {
  border-bottom-color: #adb5bd;
}
.table thead th .text-danger {
  color: #A40000 !important;
}
.table > TBODY > TR.disabled > td {
  position: relative;
  color: #666666 !important;
}
.table > TBODY > TR.disabled > td .disabling-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #dee2e6;
}
.table > TBODY > TR.disabled > td .disabling-layer + a {
  color: #343a40 !important;
}
.table.cdk-table .cdk-row td {
  word-break: break-all;
}

.table-expand {
  position: absolute;
  top: 0;
  right: -27px;
  height: 100%;
  z-index: 10;
}
.table-expand:hover {
  background-color: #dee2e6;
  border-left: 1px solid #dee2e6;
}
.table-expand span {
  margin-top: 12px;
}

.table-pager {
  background-color: #eeeeee;
  border-top: 2px solid #adb5bd;
  padding: 9px 14px;
  width: 100%;
}
.table-pager .pager-display-controls select.form-control {
  padding: 3px 7px .375rem 1px;
  width: 52px;
}
.table-pager .pager-display-controls input.form-control {
  padding: 3px 7px .375rem 5px;
  width: 43px;
}
.table-pager .pager-display-controls .form-control {
  display: inline-block;
  height: 26px !important;
  vertical-align: middle;
  margin: 0 5px;
}
.table-pager .pager-display-controls select {
  padding: 2px 0;
}
.table-pager .pager-display-controls .btn {
  min-width: 38px;
}
.table-pager .pager-display-controls .gutter-xl-left {
  margin-left: 44.8px;
}
.table-pager .pager-nav-controls {
  text-align: right;
}
.table-pager LABEL {
  font-weight: normal;
}
.table-pager .btn {
  margin: 0 2px;
  display: inline-block;
  min-width: 50px;
}

.table + .table-pager, .devux-grid + div > .table-pager {
  margin-top: -1rem;
}

/******************************************* LIST GROUP ***********************************************/
.list-group-item {
  margin-bottom: 5px;
}
.list-group-item a {
  word-break: break-all;
  display: block;
}
.list-group-item a:focus, .list-group-item a:active {
  outline: 1px dotted #757575;
  outline-offset: 0.75rem;
}
.list-group-item h5 {
  color: #642891;
  word-break: break-all;
}

.list-group-item-secondary.active, .list-group-item-secondary:focus, .list-group-item-secondary:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}

/******************************************* ALERTS ***********************************************/
.alert {
  margin-top: 0.25rem;
}

.alert-primary {
  color: #240e34;
  background-color: #e0d4e9;
  border-color: #ae8fc6;
}
.alert-primary hr {
  border-top-color: #a27ebd;
}
.alert-primary .alert-link {
  color: #08030c;
}
.alert-primary.alert-note {
  border-left: 7px solid #966db5;
}

.alert-secondary {
  color: #4a4c4e;
  background-color: #f5f6f8;
  border-color: #e6e9ec;
}
.alert-secondary hr {
  border-top-color: #d8dce1;
}
.alert-secondary .alert-link {
  color: #313334;
}
.alert-secondary.alert-note {
  border-left: 7px solid #c9d0d6;
}

.alert-success {
  color: #0e210a;
  background-color: #d4ded2;
  border-color: #8eaa89;
}
.alert-success hr {
  border-top-color: #809f7a;
}
.alert-success .alert-link {
  color: black;
}
.alert-success.alert-note {
  border-left: 7px solid #72956b;
}

.alert-info {
  color: #1c212c;
  background-color: #dcdee5;
  border-color: #a3aaba;
}
.alert-info hr {
  border-top-color: #949daf;
}
.alert-info .alert-link {
  color: #080a0d;
}
.alert-info.alert-note {
  border-left: 7px solid #868fa4;
}

.alert-warning {
  color: #54390a;
  background-color: #fbebd1;
  border-color: #f4cc88;
}
.alert-warning hr {
  border-top-color: #f2c271;
}
.alert-warning .alert-link {
  color: #261a05;
}
.alert-warning.alert-note {
  border-left: 7px solid #f0b859;
}

.alert-danger {
  color: #540000;
  background-color: #facccc;
  border-color: #f37a7a;
}
.alert-danger hr {
  border-top-color: #f16363;
}
.alert-danger .alert-link {
  color: #210000;
}
.alert-danger.alert-note {
  border-left: 7px solid #ef4b4b;
}

.alert-light {
  color: #595959;
  background-color: #fdfdfe;
  border-color: #fafbfb;
}
.alert-light hr {
  border-top-color: #ecf0f0;
}
.alert-light .alert-link {
  color: #404040;
}
.alert-light.alert-note {
  border-left: 7px solid #dee4e4;
}

.alert-dark {
  color: #131517;
  background-color: #d6d8d9;
  border-color: #95999c;
}
.alert-dark hr {
  border-top-color: #888c90;
}
.alert-dark .alert-link {
  color: black;
}
.alert-dark.alert-note {
  border-left: 7px solid #7b8083;
}

.alert-default {
  color: #4a4c4e;
  background-color: #f5f6f8;
  border-color: #e6e9ec;
}
.alert-default hr {
  border-top-color: #d8dce1;
}
.alert-default .alert-link {
  color: #313334;
}
.alert-default.alert-note {
  border-left: 7px solid #c9d0d6;
}

.alert-basic {
  color: #565656;
  background-color: #fcfcfc;
  border-color: #f6f6f6;
}
.alert-basic hr {
  border-top-color: #e9e9e9;
}
.alert-basic .alert-link {
  color: #3d3d3d;
}
.alert-basic.alert-note {
  border-left: 7px solid #dddddd;
}

/******************************************* MODAL ***********************************************/
.modal-header {
  text-align: center;
}
.modal-header .modal-title {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 400;
}
.modal-header .close {
  padding: 1rem;
}

.modal-footer {
  padding-bottom: 1.25rem;
  text-align: center;
  display: block;
}

.modal-dialog {
  max-width: 55%;
}
.modal-dialog.modal-sm {
  width: 500px;
}
.modal-dialog.modal-md {
  width: 650px;
}
.modal-dialog.modal-lg {
  width: 800px;
}
.modal-dialog.modal-xl {
  width: 1080px;
  max-width: 98%;
}

@media (max-width: 1365.98px) {
  .modal-dialog {
    max-width: 70%;
  }
  .modal-dialog.modal-sm {
    width: 500px;
  }
  .modal-dialog.modal-md {
    width: 650px;
  }
  .modal-dialog.modal-lg {
    width: 800px;
  }
  .modal-dialog.modal-xl {
    width: 1080px;
    max-width: 98%;
  }
}
@media (max-width: 992.98px) {
  .modal-dialog {
    max-width: 70%;
  }
  .modal-dialog.modal-sm {
    width: 500px;
  }
  .modal-dialog.modal-md {
    width: 650px;
  }
  .modal-dialog.modal-lg {
    width: 800px;
  }
  .modal-dialog.modal-xl {
    width: 800px;
  }
}
@media (max-width: 991.98px) {
  .modal-dialog {
    max-width: 98%;
  }
  .modal-dialog.modal-sm {
    width: 98%;
  }
  .modal-dialog.modal-md {
    width: 98%;
  }
  .modal-dialog.modal-lg {
    width: 98%;
  }
  .modal-dialog.modal-xl {
    width: 98%;
  }
}
/*Angular fix*/
.fade.in {
  opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/*************************************************** DROPDOWN ***************************************************/
.dropdown-menu {
  z-index: 1030;
}

.dropdown-menu:not(.uib-datepicker-popup) li:not(.dropdown-item) {
  display: block;
  width: 100%;
  padding: 0.25rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-menu:not(.uib-datepicker-popup) li:not(.dropdown-item):hover, .dropdown-menu:not(.uib-datepicker-popup) li:not(.dropdown-item):focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #642891;
}
.dropdown-menu:not(.uib-datepicker-popup) li:not(.dropdown-item).active, .dropdown-menu:not(.uib-datepicker-popup) li:not(.dropdown-item):active {
  color: #ffffff;
  text-decoration: none;
  background-color: #642891;
}
.dropdown-menu:not(.uib-datepicker-popup) li:not(.dropdown-item).active a, .dropdown-menu:not(.uib-datepicker-popup) li:not(.dropdown-item):active a {
  color: #ffffff;
}
.dropdown-menu:not(.uib-datepicker-popup) li:not(.dropdown-item).disabled, .dropdown-menu:not(.uib-datepicker-popup) li:not(.dropdown-item):disabled {
  color: #757575;
  background-color: transparent;
}

.dropdown-menu li a {
  color: #212121;
  display: block;
  line-height: 1.4rem;
}
.dropdown-menu li > .fm {
  margin-left: 3px;
}
.dropdown-menu li > .fm + a {
  display: inline-block;
  margin-left: -5px;
}
.dropdown-menu li:hover a, .dropdown-menu li:active a, .dropdown-menu li:focus a {
  color: #ffffff;
  text-decoration: none;
}

.dropdown-menu li:empty {
  display: none;
}

.dropdown-menu li.divider {
  border-bottom: 1px solid #dee2e6 !important;
  margin-bottom: 0.25rem;
}

.fm.icon-lg + .icon-text {
  position: absolute;
  right: -4px;
  bottom: -15px;
  color: white;
  background-color: #642891;
  border-radius: 8px;
  padding: 0 5px;
  font-size: 12px;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  vertical-align: 0.175em;
}
.dropdown-toggle.no-caret::after {
  content: none;
  margin-left: 0;
}

.btn-link.dropdown-toggle, .btn-link[data-toggle="dropdown"] {
  text-transform: none;
}

.dropdown-item.active a, .dropdown-item:active a {
  color: #ffffff;
  background-color: #642891;
}

/*********************************************************  DEFINITION LIST  **************************************/
dd, dt {
  margin-bottom: .4rem;
}

@media (min-width: 720px) {
  .dl-vertical dt {
    margin-bottom: .1rem;
  }
  .dl-vertical dd {
    margin-bottom: .6rem;
  }

  .dl-horizontal DD {
    margin-left: 215px;
  }
  .dl-horizontal DT {
    width: 200px;
    float: left;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal.label-md-100 DD {
    margin-left: 115px;
  }
  .dl-horizontal.label-md-100 DT {
    width: 100px;
  }
  .dl-horizontal.label-md-150 DD {
    margin-left: 165px;
  }
  .dl-horizontal.label-md-150 DT {
    width: 150px;
  }
  .dl-horizontal.label-md-250 DD {
    margin-left: 265px;
  }
  .dl-horizontal.label-md-250 DT {
    width: 250px;
  }
}
/************************************************************* TABS  *********************************************/
.tab-pane {
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #dee2e6;
  padding: 1.25rem;
}

.tabs-left {
  border-bottom: medium none;
  padding-top: 0;
  border-right: 1px solid #dee2e6;
  padding-right: 0;
}
.tabs-left > li {
  float: none;
  margin-bottom: 2px;
  margin-right: -1px;
}
.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
  border-bottom-color: #dee2e6;
  border-right-width: 0;
  z-index: 1;
}
.tabs-left > li > a {
  border-radius: 3px 0 0 3px;
  display: block;
  margin-right: 0;
  background-color: #ffffff;
}
.tabs-left > li + li:last-of-type {
  margin-bottom: 0;
}
.tabs-left + .tab-content {
  padding: 0;
  margin-left: -1px;
}
.tabs-left + .tab-content .tab-pane {
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #dee2e6;
  padding: 1.25rem;
}

.icon-tabs {
  border-bottom: 2px dotted #dee2e6;
}
.icon-tabs > li {
  display: inline-block;
  width: 120px;
  text-align: center;
}
.icon-tabs > li span.fm {
  font-size: 32px;
  display: block;
  padding-bottom: 3px;
}
.icon-tabs > li.active a {
  color: #4f5256;
}
.icon-tabs > li.active a .fm {
  color: #4f5256 !important;
}
.icon-tabs > li a:hover, .icon-tabs > li a:focus {
  color: #212121;
}
.icon-tabs > li a:hover .fm, .icon-tabs > li a:focus .fm {
  color: #212121 !important;
}
.icon-tabs + .tab-content > .tab-pane {
  border: none;
}

.nav-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}
.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.nav-tabs .nav-link {
  padding: 0.6rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #f6f7f8;
  margin: 0 3px;
}
.nav-tabs .nav-item.active .nav-link,
.nav-tabs .nav-item.show .nav-link {
  color: #4f5256;
  background-color: #eeeeee;
  border-color: #dee2e6 #dee2e6 #eeeeee;
}

/***************************** MULTISELECT ***************************************************/
.multiselectWrapper, .js_multiselect {
  position: relative;
  clear: both;
}
.multiselectWrapper .multiselectInput, .js_multiselect .multiselectInput {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 35px 0 7px;
  text-align: left;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  min-height: calc(1.96875rem + 2px);
  height: auto;
}
.multiselectWrapper .multiselectInput .fm, .multiselectWrapper .multiselectInput .caret, .js_multiselect .multiselectInput .fm, .js_multiselect .multiselectInput .caret {
  padding: 0;
  cursor: default;
  position: absolute;
  right: 10px;
  top: 14px;
}
.multiselectWrapper .multiselectInput .selected, .js_multiselect .multiselectInput .selected {
  line-height: 23px;
  cursor: default;
}
.multiselectWrapper .multiselectInput:focus, .js_multiselect .multiselectInput:focus {
  outline: #343a40 dotted 1px;
}
.multiselectWrapper .multiselectInput.disabled, .js_multiselect .multiselectInput.disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.multiselectWrapper .multiselectList, .js_multiselect .multiselectList {
  width: 100%;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: -1px;
  position: absolute;
  z-index: 99996;
  height: auto;
  padding-top: 15px;
}
.multiselectWrapper .multiselectList.multiselectList-noActions, .js_multiselect .multiselectList.multiselectList-noActions {
  padding-top: 5px;
}
.multiselectWrapper .multiselectList input[type="checkbox"], .js_multiselect .multiselectList input[type="checkbox"] {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.multiselectWrapper .multiselectList > .content, .js_multiselect .multiselectList > .content {
  padding: 15px;
}
.multiselectWrapper .multiselectList > .buttons, .js_multiselect .multiselectList > .buttons {
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  z-index: 602;
  bottom: 0;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.multiselectWrapper .multiselectList .multiselectOption, .js_multiselect .multiselectList .multiselectOption {
  display: list-item;
  line-height: 22px;
  list-style-type: none;
}
.multiselectWrapper .multiselectList .multiselectOption.cf:before, .multiselectWrapper .multiselectList .multiselectOption.cf:after, .js_multiselect .multiselectList .multiselectOption.cf:before, .js_multiselect .multiselectList .multiselectOption.cf:after {
  display: list-item;
  content: none;
}
.multiselectWrapper .multiselectList .multiselectOption label, .js_multiselect .multiselectList .multiselectOption label {
  font-weight: normal;
  display: inline-block;
}
.multiselectWrapper .multiselectList legend.accessible-content, .js_multiselect .multiselectList legend.accessible-content {
  position: absolute;
}
.multiselectWrapper:after, .js_multiselect:after {
  clear: both;
}
.multiselectWrapper:after, .multiselectWrapper:before, .js_multiselect:after, .js_multiselect:before {
  content: " ";
  display: table;
}

/*********************************************  TREE VIEW **************************************************/
.treeView ul li {
  position: relative;
  line-height: 22px;
  list-style-type: none;
}
.treeView ul li .toggle {
  cursor: pointer;
  position: absolute;
  left: 6px;
  top: -2px;
  height: 22px;
  width: 20px;
  font-size: 18px;
}
.treeView ul li .toggle.collapsed:before {
  content: "\e05a";
}
.treeView ul li .toggle.expanded:before {
  content: "\e05b";
}
.treeView ul li .toggle.noToggle {
  cursor: default;
}
.treeView ul li .toggle.noToggle:before {
  content: "";
}
.treeView ul li .toggle + a {
  padding-left: 30px;
}
.treeView ul li .noToggle {
  cursor: default;
  position: absolute;
  left: 6px;
  top: 0;
  height: 22px;
  width: 20px;
  font-size: 18px;
}
.treeView ul li .noToggle:before {
  content: "";
}
.treeView ul li .noToggle + a {
  padding-left: 20px;
}
.treeView ul li a {
  color: #343a40;
  padding-right: 10px;
}
.treeView ul li ul {
  margin-left: 15px;
  border-left: 1px dotted #eeeeee;
  padding-left: 10px;
}
.treeView ul li:focus {
  outline: none;
}
.treeView ul li:focus a {
  font-weight: bold;
}
.treeView ul li:focus div + span {
  font-weight: bold;
}
.treeView ul li:focus ul li a {
  font-weight: normal;
}
.treeView ul li:focus ul li div + span {
  font-weight: normal;
}
.treeView ul li ul {
  display: none;
}

.webfont-disabled .treeView .toggle.noToggle {
  width: 0;
  height: 0;
  background-position: -999px -999px !important;
}

/*****************************************  DASHBOARD  **********************************************/
.dashboard-layout .dashboard-widget > H3, .dashboard-layout .dashboard-widget > H4 {
  background: transparent;
  border-style: solid;
  border-color: #642891;
  border-width: 0 0 2px 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 20px;
  margin-top: 0;
  color: #642891;
}
.dashboard-layout .dashboard-widget > H3 > SMALL, .dashboard-layout .dashboard-widget > H4 > SMALL {
  line-height: 20px;
}

/*********************************************  DASHLET   *****************************************/
.dashlet .card-heading, .dashlet .card-header {
  margin-top: 0.5rem;
  padding: 0 1rem;
}
.dashlet .card-heading .card-controls ul, .dashlet .card-header .card-controls ul {
  margin-bottom: 0;
}
.dashlet .card-heading .card-controls ul li, .dashlet .card-header .card-controls ul li {
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  margin-left: 3px;
  padding: 3px 5px 2px 4px;
}
.dashlet .card-heading .card-controls ul li:hover, .dashlet .card-header .card-controls ul li:hover {
  background-color: #f6f7f8;
}
.dashlet .card-heading .card-controls ul li span.fm, .dashlet .card-header .card-controls ul li span.fm {
  padding: 0;
  color: #343a40;
}
.dashlet .card-body .card-bar {
  border-bottom: 1px dotted #dee2e6;
}
.dashlet .card-body .card-bar:last-of-type {
  border-bottom: none;
}

/************************************************** SEARCH  ******************************************/
.multisearchBox .gauntlet {
  background-color: rgba(255, 255, 255, 0.01);
  display: block;
  height: 100%;
  left: -100000px;
  position: absolute;
  top: -100000px;
  width: 100%;
  z-index: -2;
}
.multisearchBox .searchList {
  display: none;
}
.multisearchBox .searchInput {
  min-width: 280px;
}
.multisearchBox .selection .btn {
  min-height: calc(1.96875rem + 2px);
}
.multisearchBox.status-active .gauntlet {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 998;
}
.multisearchBox.status-active .searchList {
  display: block;
  position: absolute;
  top: calc(1.96875rem + 2px);
  left: 0;
  background-color: #ffffff;
  padding: 0.5rem 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 999;
  margin: 0;
}
.multisearchBox.status-active .searchList li {
  list-style-type: none;
  padding: 0.25rem 1rem;
}
.multisearchBox.status-active .searchList li:hover, .multisearchBox.status-active .searchList li:focus {
  background-color: #642891;
  color: #ffffff;
  cursor: pointer;
}
.multisearchBox.status-active .selection:hover, .multisearchBox.status-active .selection:focus {
  outline: none;
}

.js_dropdownWrapper {
  outline: none;
}
.js_dropdownWrapper .input-group-btn .btn, .js_dropdownWrapper input.form-control .btn {
  background-color: #dee2e6;
  padding: 4px 15px 5px;
}
.js_dropdownWrapper .gauntlet {
  background-color: rgba(255, 255, 255, 0.01);
  display: block;
  height: 100%;
  left: -100000px;
  position: absolute;
  top: -100000px;
  width: 100%;
  z-index: -2;
}
.js_dropdownWrapper.status-active .gauntlet {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 998;
}
.js_dropdownWrapper.status-active .js_dropdownList {
  display: block;
}
.js_dropdownWrapper.status-active .selection:hover, .js_dropdownWrapper.status-active .selection:focus {
  outline: none;
}
.js_dropdownWrapper .js_dropdownTrigger.search-box-buttons {
  cursor: pointer;
  text-transform: capitalize;
  outline: none;
  font-weight: normal;
}
.js_dropdownWrapper .checkboxList {
  position: absolute;
  top: 33px;
  left: 0;
  padding: 10px 0;
  color: #343a40;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: none;
  z-index: 999;
  background-color: #ffffff;
  list-style-type: none;
}
.js_dropdownWrapper .checkboxList li {
  padding: 0 25px 0 15px;
  color: #343a40;
  font-size: 13px;
}
.js_dropdownWrapper .checkboxList li:hover, .js_dropdownWrapper .checkboxList li:focus, .js_dropdownWrapper .checkboxList li:active {
  background-color: #f6f7f8;
}
.js_dropdownWrapper .checkboxList li label {
  font-weight: normal;
}
.js_dropdownWrapper .checkboxList li input {
  margin-right: 4px;
}

/*************************************  Filtered Search  **********************************************/
.filteredSearch .card .card-heading, .filteredSearch .card .card-header {
  border-bottom: none;
  padding: 0.5rem 1rem;
}
.filteredSearch .card .card-heading h4, .filteredSearch .card .card-header h4 {
  color: #343a40;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
}
.filteredSearch .card .card-heading P, .filteredSearch .card .card-header P {
  line-height: 26px;
  margin-bottom: 0;
}
.filteredSearch .card .card-heading .filterButton, .filteredSearch .card .card-header .filterButton {
  display: inline-block;
  padding: 3px;
}
.filteredSearch .card .card-heading .filterButton:hover, .filteredSearch .card .card-heading .filterButton:focus, .filteredSearch .card .card-header .filterButton:hover, .filteredSearch .card .card-header .filterButton:focus {
  background-color: #642891;
}
.filteredSearch .card .card-heading .filterButton a, .filteredSearch .card .card-header .filterButton a {
  color: #212121;
  text-transform: none;
}
.filteredSearch .card .card-heading .filterButton a:hover, .filteredSearch .card .card-heading .filterButton a:focus, .filteredSearch .card .card-header .filterButton a:hover, .filteredSearch .card .card-header .filterButton a:focus {
  text-decoration: none;
}
.filteredSearch .card .card-body {
  margin: 0 1rem;
  padding: 1rem 0;
}
.filteredSearch .card .card-body.card-collapse.show {
  border-top: 1px dotted rgba(0, 0, 0, 0.15);
}
.filteredSearch .card .card-body SELECT[name^="bulk"] {
  content: "aaa";
}
.filteredSearch .card .card-body SELECT[name^="bulk"] + span.input-group-btn > input.btn {
  border-radius: 3px;
}
.filteredSearch .card .container-fluid {
  padding: 0;
  margin: 0 -10px;
}
.filteredSearch .card LABEL {
  padding-left: 0;
}

label:not(.sr-only) label {
  font-weight: normal;
}

.accessible-content, .hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1, .h1 {
  margin: 1.25rem 0 0.625rem 0;
}

.h1 small, .h2 small, .h3 small, h1 small, h2 small, h3 small {
  color: #4f5256;
  font-size: 65%;
  line-height: 1;
  font-weight: normal;
}

.text-link {
  color: #642891 !important;
}

.text-small, .text-sm, .icon-small {
  font-size: 0.7109375rem !important;
}

.text-lg, .fontSize28 {
  font-size: 1.015625rem !important;
}

.text-base, .icon-base {
  font-size: 0.8125rem !important;
}

.text-transform-none {
  text-transform: none !important;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*************************************************  ACCORDION ************************************************/
.accordion .accordionHeader {
  border-top: 1px dotted #eeeeee;
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.accordion .accordionHeader:first-child, .accordion .accordionHeader.noLine {
  border-top: none;
}
.accordion .accordionHeader:hover {
  background-color: #f6f7f8;
}
.accordion .accordionHeader > .fm {
  float: left;
  cursor: pointer;
}
.accordion .accordionHeader .i-accordionExpand:before, .accordion .accordionHeader .i-accordionCollapse:before {
  padding: 0;
}
.accordion .accordionContent {
  border-radius: 0;
  padding: 20px 25px;
  width: 100%;
}
.accordion .accordionContent.off, .accordion .accordionContent[aria-hidden="true"] {
  display: none;
}
.accordion .accordionContentInner {
  padding: 10px 15px 10px 0;
}
.accordion .controlsBar {
  text-align: right;
  text-transform: none;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}

.glyphicon {
  font-family: monster;
  font-style: normal;
}
.glyphicon.glyphicon-chevron-right:before {
  content: "\e055";
}
.glyphicon.glyphicon-chevron-down:before {
  content: "\e058";
}

/*************************************************** PROGRESS BAR ******************************************/
.progress {
  height: 1.25rem;
  font-size: 0.75rem;
}
.progress .progress-bar-danger {
  background-color: #b50000;
}

/*************************************************** TAG UI *************************************************/
.tag-ui .tag-selector {
  margin: 0 0 3px 0;
}
.tag-ui .tag-notification {
  transition: all 1s;
  border: 1px solid #4277ac;
  color: #4277ac;
  background-color: #dce6ff;
  padding: 3px;
  line-height: 20px;
  display: block;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  margin: -4px 3px -4px 3px;
}
.tag-ui .tag-notification.status-ok, .tag-ui .tag-notification.status-fail, .tag-ui .tag-notification.status-info {
  display: block;
  opacity: 1;
  height: auto;
  margin: 3px;
}
.tag-ui .tag-notification.status-ok {
  border-color: #005500;
  color: #005500;
  background-color: #ddf9d2;
}
.tag-ui .tag-notification.status-fail {
  border-color: #880000;
  color: #880000;
  background-color: #fde7d9;
}
.tag-ui .tag-notification.status-fail:before {
  content: "\e048";
}
.tag-ui .tag-notification.status-ok:before {
  content: "\e050";
}
.tag-ui .tag-notification:before {
  content: "\e04d";
  font-family: 'monster';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 2px;
  position: relative;
  top: 1px;
  font-size: 15px;
}
.tag-ui .tag-list LI, .tag-ui .tag-list LI A, .tag-ui .tag-list LI A SPAN {
  display: inline-block;
}
.tag-ui .tag-list LI {
  height: auto;
  line-height: 16px;
  margin: 3px 3px 3px 0;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #ffffff;
}
.tag-ui .tag-list LI .tag-label {
  position: relative;
  top: -3px;
  font-size: 12px;
  text-shadow: none;
  text-transform: none;
  cursor: default;
  color: #642891;
  padding: 0 5px;
}
.tag-ui .tag-list LI A.tag-control {
  margin: 0;
  width: 21px;
  height: 19px;
}
.tag-ui .tag-list LI A.tag-control .fm:before {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #343a40;
}
.tag-ui .tag-list LI A.tag-control.control-remove:hover, .tag-ui .tag-list LI A.tag-control.control-remove:focus {
  background-color: #dee2e6;
}

.tag-ui {
  margin-bottom: 3px;
}
.tag-ui .tag-list LI {
  margin: 3px 2px 0 0;
  font-size: 12px;
  min-height: 20px;
  line-height: 20px;
  background: #F5F5F5;
  border-radius: 0;
  padding-left: 7px;
}
.tag-ui .tag-list LI SPAN, .tag-ui .tag-list LI a {
  font-size: 12px;
}
.tag-ui .tag-list LI SPAN.tag-label, .tag-ui .tag-list LI a.tag-label {
  color: #343a40;
  padding: 0 0.25rem;
  font-size: 12px;
  top: 0;
}
.tag-ui .tag-list LI A.tag-control {
  margin: 0;
  width: 21px;
  height: 20px;
}
.tag-ui .tag-list LI A.tag-control .fm:before {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #642891;
}
.tag-ui .tag-list LI A.tag-control.control-remove:hover, .tag-ui .tag-list LI A.tag-control.control-remove:focus {
  background-color: #dee2e6;
}
.tag-ui .tag-list.tag-block LI {
  display: block;
}

/* EFFECTS */
.tag-ui * {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.tag-ui .tag-list LI:hover {
  box-shadow: none;
  outline: none;
}

/*************************************************** PROGRESS BAR CUSTOM *******************************************/
.progressBarWrapper {
  text-align: center;
  position: relative;
  padding: 10px;
}
.progressBarWrapper::after {
  display: block;
  clear: both;
  content: "";
}
.progressBarWrapper > .progressBar {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.progressBarWrapper > .progressBar:before {
  border-top: 4px solid #C0C0C0;
  content: "";
  margin-left: 25px;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 94%;
}
.progressBarWrapper > .progressBar > .step {
  text-align: center;
  float: left;
  margin: 0 15px;
  padding: 0;
  position: relative;
  width: 62.5px;
}
.progressBarWrapper > .progressBar > .step > .circle {
  width: 62px;
  height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: white;
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.progressBarWrapper > .progressBar > .step > .circle.bg-secondary {
  background-color: #F5F5F5;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.progressBarWrapper > .progressBar > .step > .circle .topFill {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 26px;
  z-index: 3;
  background-color: #C0C0C0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.progressBarWrapper > .progressBar > .step > .circle .bottomFill {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #C0C0C0;
  width: 50px;
  height: 25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.progressBarWrapper > .progressBar > .step > .circle .innerCircle {
  width: 34px;
  height: 34px;
  z-index: 4;
  position: absolute;
  border-radius: 17px;
  top: 8px;
  left: 8px;
  background-color: white;
  padding-top: 0px;
  font-size: 24px;
}
.progressBarWrapper > .progressBar > .step > .circle .innerCircle.bg-secondary {
  background-color: #F5F5F5;
}
.progressBarWrapper > .progressBar > .step .description {
  width: 90px;
  min-height: 40px;
  text-align: center;
  padding: 0 5px 0 5px;
  font-size: 11px;
  background-color: #FFFFFF;
  z-index: 5;
  margin-top: 65px;
  margin-left: -14px;
  margin-right: -14px;
  position: relative;
  color: #C0C0C0;
}
.progressBarWrapper > .progressBar > .step .selectedCircle {
  display: none;
}
.progressBarWrapper > .progressBar > .step.inProgress > .circle > .bottomFill {
  background-color: #642891;
}
.progressBarWrapper > .progressBar > .step.inProgress .innerCircle:before {
  content: "\e04d";
  visibility: visible;
  color: #642891;
  font-family: monster;
}
.progressBarWrapper > .progressBar > .step.skipped > .circle > .bottomFill {
  background-color: #642891;
}
.progressBarWrapper > .progressBar > .step.skipped .innerCircle:before {
  content: "\e0bc";
  visibility: visible;
  color: #642891;
  font-family: monster;
}
.progressBarWrapper > .progressBar > .step.applicationCompleted > .circle > .topFill,
.progressBarWrapper > .progressBar > .step.applicationCompleted > .circle > .bottomFill {
  background-color: #16cc02;
}
.progressBarWrapper > .progressBar > .step.applicationCompleted .innerCircle:before {
  content: "\e046";
  visibility: visible;
  color: #16cc02;
  font-family: monster;
}
.progressBarWrapper > .progressBar > .step.applicationIncompleted.applicationIncompleted > .circle > .topFill,
.progressBarWrapper > .progressBar > .step.applicationIncompleted.applicationIncompleted > .circle > .bottomFill {
  background-color: #E99D1B;
}
.progressBarWrapper > .progressBar > .step.applicationIncompleted.applicationIncompleted .innerCircle {
  padding-top: 0px;
  font-size: 22px;
}
.progressBarWrapper > .progressBar > .step.applicationIncompleted.applicationIncompleted .innerCircle:before {
  content: "\e0bc";
  visibility: visible;
  color: #E99D1B;
  font-family: monster;
}
.progressBarWrapper > .progressBar > .step.completed > .circle > .topFill,
.progressBarWrapper > .progressBar > .step.completed > .circle > .bottomFill {
  background-color: #642891;
}
.progressBarWrapper > .progressBar > .step.completed .innerCircle:before {
  content: "\e046";
  visibility: visible;
  color: #642891;
  font-family: monster;
}
.progressBarWrapper > .progressBar > .step.selected {
  width: 70px;
}
.progressBarWrapper > .progressBar > .step.selected .circle {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 70px;
}
.progressBarWrapper > .progressBar > .step.selected .circle.bg-secondary {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.progressBarWrapper > .progressBar > .step.selected .circle .selectedCircle {
  display: block;
  width: 60px;
  height: 60px;
  z-index: 4;
  position: absolute;
  border-radius: 61px;
  top: -5px;
  left: -5px;
  background-color: transparent;
  border-color: #C0C0C0;
  border-width: 2px;
  border-style: solid;
}
.progressBarWrapper > .progressBar > .step.selected .description,
.progressBarWrapper > .progressBar > .step.selected h2.description {
  font-weight: bold;
  color: #333333;
  width: 100px;
}
.progressBarWrapper > .progressBar > .step.selected .description:before,
.progressBarWrapper > .progressBar > .step.selected h2.description:before {
  position: absolute;
  top: -18px;
  left: 37px;
  font-size: 22px;
  content: "\e059";
  font-family: monster;
  z-index: 5;
}
.progressBarWrapper > .progressBar > .step:first-of-type {
  float: left;
  margin-left: 0 !important;
}
.progressBarWrapper > .progressBar > .step:last-of-type {
  float: right;
  margin-right: 0 !important;
}
.progressBarWrapper > .progressBar > .ellipses {
  height: 50px;
  top: 11.5px;
  background-color: #FFFFFF;
  cursor: pointer;
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.progressBarWrapper > .progressBar > .ellipses:first-of-type {
  left: 26px;
  float: left;
}
.progressBarWrapper > .progressBar > .ellipses:last-of-type {
  right: 40px;
  float: right;
}
.progressBarWrapper > .progressBar > .ellipses:before {
  content: "\e03c";
  color: #C0C0C0;
  font-family: monster;
  font-size: 34px;
}
.progressBarWrapper > .progressBar.vacancyBar:before {
  width: 400px !important;
}
.progressBarWrapper.wrapped .progressBar {
  padding: 0 50px;
}
.progressBarWrapper.wrapped .progressBar .step.selected {
  top: 11.5px;
}
@media (max-width: 991.98px) {
  .progressBarWrapper .progressBar:before {
    width: 86%;
  }
}
@media (max-width: 767.98px) {
  .progressBarWrapper {
    padding: 10px 3px;
  }
  .progressBarWrapper .progressBar:before {
    width: 71%;
  }
}

/**************************************************** AFFIX *************************************************/
affix {
  display: block;
}

.affix {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

.affix-bottom {
  position: absolute;
}

affix.navigation .affix {
  background: #ffffff;
  border-bottom: 1px solid #999999;
  margin: 0 20px;
}

/************************************************ POPOVER ********************************************/
.popover-lg .popover {
  max-width: 450px;
}

.popover-xl .popover {
  max-width: 800px;
}

/********************************************************* MISC ********************************************/
pre {
  word-break: break-word;
  white-space: pre-wrap;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.8125rem;
}

a span.fm {
  color: inherit;
}

a:not([href]):not([tabindex]) {
  color: #642891;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: #642891;
}

.column-split-2 {
  column-count: 2;
  column-fill: auto;
}

.column-split-3 {
  column-count: 3;
  column-fill: auto;
}

.column-split-2 {
  column-count: 2;
  column-fill: auto;
}

.column-split-4 {
  column-count: 4;
  column-fill: auto;
}

.collapse.in {
  display: block;
}

.display-inline-block {
  display: inline-block !important;
}
.display-inline-block input {
  display: inline-block;
}

caption {
  caption-side: top;
  padding-bottom: 3px;
}

.text-danger {
  margin-right: 1px;
}

.font-family-base {
  font-family: Tahoma, Arial, sans-serif;
}

/********************************************************* Status colors ****************************************/
.label {
  border-radius: 0.15em;
  color: #ffffff;
  padding: 3px 5px;
  font-size: 0.7109375rem;
}

.ribbon {
  border-left: 3px solid transparent;
  padding-left: 1px;
  margin-right: 3px;
}

.ribbon-wrapper {
  padding-left: 0 !important;
}
.ribbon-wrapper .ribbon {
  margin-right: 4px;
}

/******************************* 508 compliant background variables ******************************/
.colorCode01 {
  background-color: #e80000 !important;
}

.colorCode02 {
  background-color: #b01807 !important;
}

.colorCode03 {
  background-color: #015bb5 !important;
}

.colorCode04 {
  background-color: #368329 !important;
}

.colorCode05 {
  background-color: #737373 !important;
}

.colorCode06 {
  background-color: #6b275a !important;
}

.colorCode07 {
  background-color: #dddccc !important;
  color: #000000 !important;
}

.colorCode08 {
  background-color: #eed84c !important;
  color: #000000 !important;
}

.colorCode09 {
  background-color: #1f0b77 !important;
}

.colorCode10 {
  background-color: #333333 !important;
}

.colorCode11 {
  background-color: #a46122 !important;
}

.colorCode12 {
  background-color: #048085 !important;
}

.colorCode13 {
  background-color: #cbe5ae !important;
  color: #000000 !important;
}

/***************************************************** SSN  ************************************************/
.ssn-input .row {
  line-height: 35px;
}
.ssn-input .ssn-input-col {
  padding: 0;
}
.ssn-input-first, .ssn-input-second, .ssn-input-third {
  display: inline-block;
  margin-left: 0;
}
.ssn-input-first {
  width: 45px;
}
.ssn-input-second {
  width: 40px;
}
.ssn-input-third {
  width: 50px;
}

/**************************************************** TAG COMPONENT *******************************************/
.tag-shell {
  position: relative;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 7px;
  padding: 0 0 0 9px;
  text-decoration: none;
  font-size: 75%;
}

.tag {
  padding: 0 5px 0 10px;
  display: inline-block;
}

.tag:before {
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 4px;
  left: 10px;
  position: absolute;
  width: 4px;
  top: 8px;
}

.tag .description {
  float: left;
  max-width: 80px;
}

.tag-after {
  background: transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid crimson;
  /*rewriten in template*/
  border-top: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.tag-group .tag-mini {
  background-color: crimson;
  /*rewriten in template*/
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px 0 5px;
  position: relative;
  margin: 0;
  text-decoration: none;
  font-size: 75%;
}

.tag-repeat {
  line-height: 25px;
}

.tag-repeat {
  line-height: 25px;
}

.colorCode01-border {
  border-right-color: #e80000 !important;
}

.colorCode02-border {
  border-right-color: #b01807 !important;
}

.colorCode03-border {
  border-right-color: #015bb5 !important;
}

.colorCode04-border {
  border-right-color: #368329 !important;
}

.colorCode05-border {
  border-right-color: #737373 !important;
}

.colorCode06-border {
  border-right-color: #6b275a !important;
}

.colorCode07-border {
  border-right-color: #dddccc !important;
}

.colorCode08-border {
  border-right-color: #eed84c !important;
}

.colorCode09-border {
  border-right-color: #1f0b77 !important;
}

.colorCode10-border {
  border-right-color: #333333 !important;
}

.colorCode11-border {
  border-right-color: #a46122 !important;
}

.colorCode12-border {
  border-right-color: #048085 !important;
}

.colorCode13-border {
  border-right-color: #cbe5ae !important;
}

mark, .mark {
  background-color: #eed84c;
}

.bg-success {
  background-color: #dff0d8 !important;
}

.bg-danger {
  background-color: #e4b9b9 !important;
}

.bg-warning {
  background-color: #fcf8e3;
}

.text-warning {
  color: #714B0A !important;
}

.btn-warning {
  color: #212121 !important;
}

.mce-float-right {
  float: right;
}

.ngb-dp-today {
  font-weight: bold;
  border-radius: 0.25rem !important;
  border: 1px solid #642891;
}

/* SortHeaderComponent from angular-nx
    Enterprise\typescript\angular-nx\src\libs\angular-common\src\component\sort-header\sort-header.component.ts
*/
.sort-header-container a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.sort-header-container a:after {
  position: absolute;
  top: 2px;
  right: -19px;
  font-style: normal;
  font-weight: normal;
  font-family: monster;
  line-height: 1;
  padding: 0 4px;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.sort-header-container a.sort-asc:after {
  content: '\E0AA';
}
.sort-header-container a.sort-desc:after {
  content: '\E0A8';
}

.eligibility-rules {
  /*
    .eligibility-button-row {
      background-color: transparent;
      margin-left:15px;
      padding: 10px 10px 10px 30px;
      border: none;
      background-image: url('../images/eligibility-tree-button.png');
      background-position: 0 210%;
      background-repeat: no-repeat;
    }*/
}
.eligibility-rules.class-to-hide-line .eligibility-row, .eligibility-rules.class-to-hide-line .eligibility-group {
  background-image: none !important;
}
.eligibility-rules .eligibility-row, .eligibility-rules .eligibility-group {
  margin-left: 15px;
  background-image: url("../images/eligibility-tree-item.png");
  background-position: 0 50%;
  padding-left: 20px;
  background-repeat: no-repeat;
}
.eligibility-rules .eligibility-row .card.card-body, .eligibility-rules .eligibility-group .card.card-body {
  border-width: 0 0 10px 0;
  border-color: #ffffff;
  border-style: solid;
}
.eligibility-rules .level-0:last-of-type eligibility-row:last-of-type .eligibility-row,
.eligibility-rules .level-0:last-of-type eligibility-group:last-of-type .eligibility-group {
  background-image: url("../images/eligibility-tree-button.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.eligibility-rules .eligibility-group .card.card-body {
  background-color: #F6F7F8;
}
.eligibility-rules .eligibility-group eligibility-row .card-body {
  border-width: 0 0 0 0 !important;
}
.eligibility-rules .eligibility-group .eligibility-group .card.card-body {
  border-color: #F6F7F8;
  padding-right: 0;
}
.eligibility-rules .eligibility-group .group-inner-item:last-of-type eligibility-row:last-of-type .eligibility-row,
.eligibility-rules .eligibility-group .group-inner-item:last-of-type eligibility-group:last-of-type .eligibility-group {
  background-image: url("../images/eligibility-tree-button.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.eligibility-rules .eligibility-group .group-inner-item:not(:last-of-type) eligibility-row .eligibility-row,
.eligibility-rules .eligibility-group .group-inner-item:not(:last-of-type) eligibility-group .eligibility-group {
  background-image: url("../images/eligibility-tree-item.png");
  background-position: 0 50%;
  padding-left: 20px;
  background-repeat: no-repeat;
}
.eligibility-rules .eligibility-row .card.card-body {
  background-color: #F6F7F8;
  border-width: 0 0 0 0;
  padding-left: 25px;
}
.eligibility-rules .eligibility-row .card.card-body:before {
  display: inline-block;
  width: 20px;
  height: 0;
  margin-left: -18px;
  vertical-align: 0;
  content: "\e03b";
  font-family: monster;
  font-size: 16px;
  color: #adb5bd;
}
.eligibility-rules .eligibility-row .card.card-body .question-paragraph {
  height: auto;
  font-size: .9rem;
  margin-bottom: .5rem;
}
.eligibility-rules .eligibility-group-heading {
  padding-bottom: 1px;
  margin-top: 0;
}

.question-selector {
  max-height: 800px;
  overflow-y: scroll;
}
.question-selector .search-box {
  background-color: #eeeeee;
  padding: 1.5rem 1rem;
  margin: 0 7px 1rem 0;
}
.question-selector .questions .question {
  margin: 7px 7px 0 0;
  border: 1px solid #ced4da;
  padding: 10px 10px 10px 30px;
}
.question-selector .questions .question:hover {
  cursor: grab;
}
.question-selector .questions .question:before {
  display: inline-block;
  width: 20px;
  height: 0;
  margin-left: -20px;
  vertical-align: 0;
  content: "\e03b";
  font-family: monster;
  font-size: 16px;
  color: #adb5bd;
}

#questionSelection-panel .question-number {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #343a40;
}

/* HM-49297 */
generic-question-form-item .form-question-answers label {
  display: inline;
}

.card .form-check-input:disabled .form-check-label {
  color: #000;
}

.row .form-check-input:disabled .form-check-label {
  color: #000;
}

.form-question-answers .form-check-input:disabled .form-check-label {
  color: #000;
}

.form-check-input:disabled ~ .form-check-label {
  color: #000 !important;
}

.overlay.d-block {
  z-index: 1021 !important;
}

[activeids~=requestForm] .card, [activeids~=requestForm] .card-header {
  border: none;
  background-color: transparent;
}

#requestForm-header, [activeids~=requestForm] .card:nth-of-type(2) .card-header {
  display: none;
}

.checkbox-switch .switch {
  position: relative;
  display: inline-block;
  width: 121px;
  height: 34px;
}
.checkbox-switch .switch input {
  opacity: 1;
  width: 15px;
  height: 15px;
  z-index: 100;
  position: absolute;
  left: 8px;
  top: 10px;
      /*&:checked {
        background-color: #265c1d;
      }

      &:checked + .slider {
        background-color: $gray-100;
      }

      &:focus + .slider {
        box-shadow: 0 0 1px #265c1d;
      }*/
}
.checkbox-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6f7f8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.checkbox-switch .text {
  position: absolute;
  top: 8px;
  left: 29px;
  cursor: pointer;
  font-size: 12px;
}
.checkbox-switch .number {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
}
.checkbox-switch .number::before {
  content: "[";
  padding-right: 1px;
}
.checkbox-switch .number::after {
  content: "]";
  padding-left: 1px;
}

.print .checkbox-switch .text {
  left: 6px;
}

/**************************************** DATEPICKER *****************************************/
.uiDatePicker input {
  max-width: 150px;
}
.uiDatePicker input:hover, .uiDatePicker input:focus, .uiDatePicker input:active {
  border-color: #642891;
}
.uiDatePicker input:hover + .fm, .uiDatePicker input:focus + .fm, .uiDatePicker input:active + .fm {
  color: #642891;
}
.uiDatePicker input ~ .fm:hover, .uiDatePicker input ~ .fm:focus, .uiDatePicker input ~ .fm:active {
  color: #642891;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #757575;
}

span.required {
  color: #E80000;
}

SECTION > H3, SECTION > .H3 {
  background-color: #eeeeee;
  font-weight: 500;
  padding: 9px 14px;
  margin: 14px 0;
  font-size: 20px;
}

.label-info {
  background-color: #ffffff;
  padding: 20px 0 1px;
}
.label-info .h2, .label-info .h3 {
  background-color: #ced4da;
  padding: 3px 20px 3px 20px;
  font-weight: 500;
  font-size: 18px;
}

main .nav-link:hover, main .nav-link:focus, main .nav-link:active {
  background-color: #eeeeee;
}

legend {
  font-size: 0.8125rem;
}

.form-group.required > LABEL,
.form-group.required > .control-label,
.form-group.required > fieldset > .control-label {
  padding-left: 2px;
}
.form-group.required > LABEL:before,
.form-group.required > .control-label:before,
.form-group.required > fieldset > .control-label:before {
  position: relative;
  left: -3px;
}

.alert-primary {
  color: #240e34;
  background-color: #e0d4e9;
  border-color: #ae8fc6;
}
.alert-primary hr {
  border-top-color: #a27ebd;
}
.alert-primary .alert-link {
  color: #08030c;
}

.alert-secondary {
  color: #4a4c4e;
  background-color: #f5f6f8;
  border-color: #e6e9ec;
}
.alert-secondary hr {
  border-top-color: #d8dce1;
}
.alert-secondary .alert-link {
  color: #313334;
}

.alert-success {
  color: #0e210a;
  background-color: #d4ded2;
  border-color: #8eaa89;
}
.alert-success hr {
  border-top-color: #809f7a;
}
.alert-success .alert-link {
  color: black;
}

.alert-info {
  color: #1c212c;
  background-color: #dcdee5;
  border-color: #a3aaba;
}
.alert-info hr {
  border-top-color: #949daf;
}
.alert-info .alert-link {
  color: #080a0d;
}

.alert-warning {
  color: #54390a;
  background-color: #fbebd1;
  border-color: #f4cc88;
}
.alert-warning hr {
  border-top-color: #f2c271;
}
.alert-warning .alert-link {
  color: #261a05;
}

.alert-danger {
  color: #540000;
  background-color: #facccc;
  border-color: #f37a7a;
}
.alert-danger hr {
  border-top-color: #f16363;
}
.alert-danger .alert-link {
  color: #210000;
}

.alert-light {
  color: #595959;
  background-color: #fdfdfe;
  border-color: #fafbfb;
}
.alert-light hr {
  border-top-color: #ecf0f0;
}
.alert-light .alert-link {
  color: #404040;
}

.alert-dark {
  color: #131517;
  background-color: #d6d8d9;
  border-color: #95999c;
}
.alert-dark hr {
  border-top-color: #888c90;
}
.alert-dark .alert-link {
  color: black;
}

.alert-default {
  color: #4a4c4e;
  background-color: #f5f6f8;
  border-color: #e6e9ec;
}
.alert-default hr {
  border-top-color: #d8dce1;
}
.alert-default .alert-link {
  color: #313334;
}

.alert-basic {
  color: #565656;
  background-color: #fcfcfc;
  border-color: #f6f6f6;
}
.alert-basic hr {
  border-top-color: #e9e9e9;
}
.alert-basic .alert-link {
  color: #3d3d3d;
}

.alert-illustrated {
  padding-left: 40px !important;
  position: relative;
}
.alert-illustrated:before {
  font-family: 'monster';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "\e055";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.9;
}
.alert-illustrated.alert-warning:before {
  content: "\e0b8";
}
.alert-illustrated.alert-info:before {
  content: "\e04d";
}
.alert-illustrated.alert-danger:before {
  content: "\e0b8";
}
.alert-illustrated.alert-success:before {
  content: "\e050";
}
.alert-illustrated > ul, .alert-illustrated > ol {
  margin-top: 5px;
  padding-left: 30px;
}

.alert-header {
  border-width: 0 0 1px 0;
  border-color: #767676;
  margin: 0;
  border-radius: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
.alert-header:empty {
  display: none;
}
.alert-header:not(:empty):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.jobBoardWrapper .jobBoard {
  font-family: Tahoma;
  padding: 7px;
  margin: 22px 0;
  min-height: 40px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.jobBoardWrapper .jobBoard:before, .jobBoardWrapper .jobBoard:after {
  content: "";
  display: table;
  clear: both;
}
.jobBoardWrapper .jobBoard .jobDescription {
  margin: 0;
  float: right;
  width: 100%;
}
.jobBoardWrapper .jobBoard .jobDescription .jobTitle {
  font-size: 1.4em;
  float: left;
  max-width: 49%;
  font-weight: 400;
  padding-left: 7px;
  padding-top: 0px;
  cursor: pointer;
}
.jobBoardWrapper .jobBoard .jobDescription .jobClosing {
  font-size: 1.3em;
  color: #ffffff;
  float: right;
  text-align: right;
  max-width: 50%;
}
.jobBoardWrapper .jobBoard .jobDescription .jobClosing .date {
  font-weight: bold;
}
.jobBoardWrapper .jobBoard .jobDescription:after {
  content: "";
  display: table;
  clear: both;
}
.jobBoardWrapper .jobBoard .dayCircColor {
  background-color: #FFFFFF;
  height: 60px;
  padding-top: 0.5em;
  text-align: center;
  float: right;
  position: absolute;
  right: 10px;
  top: -10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.jobBoardWrapper .jobBoard .dayCircColor > .daysTxt {
  font-size: 0.9em;
  color: #404040;
}
.jobBoardWrapper .jobBoard .dayCircColor > .daysRem {
  font-size: 1.3em;
  font-weight: bold;
  color: #404040;
}
.jobBoardWrapper.longTime .jobBoard {
  border: 2px dotted #36DD94;
}
.jobBoardWrapper.longTime .jobDescription {
  padding-right: 80px;
}
.jobBoardWrapper.longTime .dayCircColor {
  border: 3px solid #36DD94;
  width: 60px;
}
.jobBoardWrapper.shortTime .jobBoard {
  border: 2px dotted #FFAC30;
}
.jobBoardWrapper.shortTime .jobDescription {
  padding-right: 80px;
}
.jobBoardWrapper.shortTime .dayCircColor {
  border: 3px solid #FFAC30;
  width: 60px;
}
.jobBoardWrapper.deadline .jobBoard {
  border: 2px dotted #FF0000;
}
.jobBoardWrapper.deadline .jobDescription {
  padding-right: 80px;
}
.jobBoardWrapper.deadline .dayCircColor {
  border: 3px solid #FF0000;
  min-width: 60px;
}
.jobBoardWrapper.countdown .jobDescription {
  padding-right: 140px;
}
.jobBoardWrapper.countdown .dayCircColor {
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  border-radius: 22.5px;
  border: 3px solid #FF0000;
  padding: 8px 10px 0 10px;
}
.jobBoardWrapper.countdown .dayCircColor > .daysTxt {
  word-spacing: 12px;
}
.jobBoardWrapper.countdown .dayCircColor > .daysRem {
  word-spacing: 6px;
}
.jobBoardWrapper.vacancyClosed .jobBoard {
  border: 2px dotted #FF0000;
}
.jobBoardWrapper.vacancyClosed .jobDescription {
  padding-right: 140px;
}
.jobBoardWrapper.vacancyClosed .dayCircColor {
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  border-radius: 22.5px;
  border: 3px solid #FF0000;
  min-width: 100px;
  padding: 14px 10px 0 10px;
  font-size: 1.4em;
  font-weight: 600;
  color: #FF0000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1365.98px) {
  .jobBoardWrapper .jobBoard {
    min-height: 74px;
  }
  .jobBoardWrapper .jobBoard .jobDescription {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .jobBoardWrapper .jobBoard .dayCircColor {
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 991.98px) {
  .jobBoardWrapper.longTime .jobDescription {
    padding-right: 64px;
  }
  .jobBoardWrapper.shortTime .jobDescription {
    padding-right: 64px;
  }
  .jobBoardWrapper.deadline .jobDescription {
    padding-right: 64px;
  }
  .jobBoardWrapper.countdown .jobDescription {
    padding-right: 116px;
  }
  .jobBoardWrapper .jobBoard .jobDescription {
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .jobBoardWrapper .jobBoard .jobDescription .jobTitle {
    font-size: 1.1em;
    float: left;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .jobBoardWrapper .jobBoard .jobDescription .jobClosing {
    font-size: 1em;
    padding-top: 10px;
    float: left;
    text-align: left;
    max-width: 100%;
    width: 100%;
  }
  .jobBoardWrapper .dayCircColor > .daysRem {
    font-size: 1.1em !important;
  }
}

INPUT[type="button"],
INPUT[type="submit"],
.btn {
  text-transform: uppercase;
  min-width: 100px;
}

.btn-group > .btn + .dropdown-toggle {
  min-width: 16px;
}

.btn-link {
  font-weight: bold;
}

INPUT[type="text"].hasDatepicker {
  width: auto;
  display: inline-block;
}

SPAN.form-datepicker {
  display: inline-block;
  white-space: nowrap;
}

.btn.dropdown-toggle {
  min-width: 0;
}

.form-horizontal .form-group > LABEL, .form-horizontal .form-group > .control-label {
  font-size: 0.8125rem;
  font-weight: 700;
  position: relative;
}
.form-horizontal .form-group.required > LABEL, .form-horizontal .form-group.required > .control-label {
  padding-left: 23px;
}
.form-horizontal .form-group.required > LABEL:before, .form-horizontal .form-group.required > .control-label:before {
  content: "*";
  font-size: 0.8125rem;
  color: #E80000;
  position: absolute;
  left: 14px;
  top: 0;
}
.form-horizontal .form-group.required > LABEL.text-right:before, .form-horizontal .form-group.required > .control-label.text-right:before {
  position: relative;
  left: 0;
}
.form-horizontal .form-group:first-child:last-child > LABEL, .form-horizontal .form-group:first-child:last-child > .control-label {
  padding-left: 15px;
}
.form-horizontal .form-group:first-child:last-child.required > LABEL, .form-horizontal .form-group:first-child:last-child.required > .control-label {
  padding-left: 30px;
}

.form-group.required > LABEL:before, .form-group.required > .control-label:before {
  content: "*";
  font-size: 0.8125rem;
  color: #E80000 !important;
  position: relative;
  left: -3px;
  top: 0;
}
.form-group .form-control-static {
  line-height: 24px;
}

@media (max-width: 767.98px) {
  form:not(.form-horizontal) .form-group > .control-label,
  form:not(.form-horizontal) .form-group > LABEL {
    text-align: left !important;
    padding-left: 0;
  }
  form:not(.form-horizontal) .form-group.required > LABEL, form:not(.form-horizontal) .form-group.required > .control-label {
    text-align: left !important;
  }
  form:not(.form-horizontal) .form-group.required > LABEL:before, form:not(.form-horizontal) .form-group.required > .control-label:before {
    content: "*";
    font-size: 0.8125rem;
    color: #E80000 !important;
    position: absolute;
    left: -4px;
    top: 4px;
  }
}
form:not(.form-horizontal) .form-group.required > LABEL, form:not(.form-horizontal) .form-group.required > .control-label {
  padding-left: 4px !important;
}

SPAN.required {
  font-size: 0.8125rem;
  color: #E80000;
  font-weight: 700;
  vertical-align: top;
}

.form-question {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.form-question:before, .form-question:after {
  content: "";
  display: table;
  float: none;
  clear: both;
}
.form-question.followup-question {
  margin-left: 5rem;
}
.form-question:last-child {
  border-bottom: none;
}
.form-question FIELDSET > .form-question-label {
  border: 0;
  line-height: 1.125rem;
  font-weight: normal;
  position: relative;
  height: 100%;
  margin-bottom: 0;
  word-wrap: break-word;
  width: 100%;
}
.form-question FIELDSET > .form-question-label > .question-number {
  display: inline-block;
  font-size: 1.125rem;
  width: 4rem;
  text-align: right;
  border-style: solid;
  border-color: #dbdbdb;
  border-width: 0 1px 0 0;
  margin: 0 7px 0 0;
  padding: 0 14px 0 0;
  line-height: 1.125rem;
  vertical-align: middle;
  position: absolute;
  top: 0;
  height: inherit;
}
.form-question FIELDSET > .form-question-label > .question-text {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  vertical-align: middle;
  margin-left: 5px;
}
.form-question FIELDSET > .form-question-label > .question-text > .question-instructions {
  font-size: 0.8125rem;
}
.form-question FIELDSET > .form-question-label > .question-text > .question-instructions:before {
  content: "(";
}
.form-question FIELDSET > .form-question-label > .question-text > .question-instructions:after {
  content: ")";
}
.form-question FIELDSET > .form-question-label > .question-number + .question-text {
  margin-left: 5rem;
}
.form-question FIELDSET > .form-question-label .form-question-nested > .question-number {
  border-width: 0;
}
.form-question FIELDSET > .form-question-label .form-question-nested > .question-text {
  font-weight: bold;
}
.form-question FIELDSET > .form-question-label.required .question-text {
  margin-left: 5px;
}
.form-question FIELDSET > .form-question-label.required > .question-number + .question-text {
  margin-left: 5rem;
}
.form-question FIELDSET > .form-question-label.required:before {
  content: "*";
  font-size: inherit;
  color: #E80000;
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: 700;
}
.form-question FIELDSET > .form-question-answers {
  margin: 9px 0 14px 70px;
  margin-left: 5rem;
}
.form-question FIELDSET > .form-question-answers:last-child {
  margin: 9px 0 15px 70px;
  margin-left: 5rem;
}
.form-question FIELDSET > .form-question-answers:after {
  content: "";
  display: block;
  clear: both;
  float: none;
}
.form-question FIELDSET > .form-question-answers .form-question.followup-question {
  margin-left: 0;
}
.form-question.condensed {
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.form-question.condensed > FIELDSET > .form-question-label {
  margin-bottom: 14px;
}
.form-question.condensed > FIELDSET > .form-question-answers {
  margin: 0 0 0 70px;
  margin-left: 6rem;
}

.form-question.followup-question FIELDSET > .form-question-label > .question-number {
  width: 5rem;
  font-size: 0.8125rem;
}
.form-question.followup-question FIELDSET > .form-question-label .question-text {
  margin-left: 0.5rem;
}
.form-question.followup-question FIELDSET > .form-question-label > .question-number + .question-text {
  margin-left: 6.3rem;
}
.form-question.followup-question FIELDSET > .form-question-answers {
  margin-left: 6.3rem;
}

.form-horizontal .form-question {
  border-width: 0;
}
.form-horizontal .form-question FIELDSET LEGEND {
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0 12px;
  line-height: 27px;
  border-width: 0;
  margin-bottom: 0;
}
.form-horizontal .control-label {
  text-align: left;
  position: relative;
  font-weight: bold;
}
.form-horizontal .control-label.required:before {
  content: "*";
  font-size: 2.8125rem;
  color: #E80000;
  position: absolute;
  left: 15px;
  top: 0;
  font-weight: 700;
}
.form-horizontal .form-align {
  line-height: 25px;
}

@media (max-width: 991.98px) {
  .form-horizontal .form-group LABEL + .col-xs-12 > INPUT:first-child, .form-horizontal .form-group LABEL + .col-xs-12 > SELECT:first-child, .form-horizontal .form-group LABEL + .col-xs-12 > TEXTAREA:first-child, .form-horizontal .form-group LABEL + .col-xs-12 > .form-align:first-child, .form-horizontal .form-group LABEL + .col-xs-12 > .form-control-plaintext,
  .form-horizontal .form-group .control-label + .col-xs-12 > INPUT:first-child,
  .form-horizontal .form-group .control-label + .col-xs-12 > SELECT:first-child,
  .form-horizontal .form-group .control-label + .col-xs-12 > TEXTAREA:first-child,
  .form-horizontal .form-group .control-label + .col-xs-12 > .form-align:first-child,
  .form-horizontal .form-group .control-label + .col-xs-12 > .form-control-plaintext {
    margin-left: 15px;
  }
}
.form-inline .radio {
  display: inline-block;
  padding-top: 5px;
  margin-right: 14px;
}
.form-inline .radio label {
  font-weight: 400;
}

.radio:after,
.checkbox:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}

@media (max-width: 991.98px) {
  .form-horizontal .control-label {
    padding-top: 0;
    line-height: 27px;
  }
}
.input-group-addon {
  padding: 6px 14px;
}

.question-readonly .list-group-item-heading,
.question-readonly .list-group-item > H4 {
  font-size: 0.89375rem;
  color: #4b545c;
  margin: 3px 0;
}
.question-readonly .form-question.followup-question {
  margin-top: 10px;
}
.question-readonly .form-question.followup-question FIELDSET > .form-question-label > .question-number {
  font-size: 1.015625rem;
  width: 5rem;
}
.question-readonly .form-question.followup-question FIELDSET > .form-question-label > .question-number + .question-text {
  margin-left: 6.7rem;
}
.question-readonly .form-question.followup-question FIELDSET .form-question-answers {
  margin-left: 6.7rem;
}
.question-readonly .form-question.followup-question FIELDSET .form-question-answers .list-group-item {
  color: #7a8793;
}
.question-readonly.condensed {
  margin: 6px 0;
  padding: 6px 0;
}

.inline-input,
.form-horizontal .radio.inline-input,
.form-horizontal .checkbox.inline-input {
  display: inline-block;
  margin-left: 1.5rem;
  padding-top: 0;
  line-height: 27px;
}
.inline-input:first-child,
.form-horizontal .radio.inline-input:first-child,
.form-horizontal .checkbox.inline-input:first-child {
  margin-left: 0;
}

.radio label,
.checkbox label {
  position: relative;
}

span.answer-number {
  position: absolute;
  top: 0;
  left: -15px;
}

.stylish-input-group .input-group-addon {
  background: white !important;
}

.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
  height: 2.5em;
}

.stylish-input-group button {
  border: 0;
  background: transparent;
}

.col-padding-right {
  padding-right: 0;
}

.col-padding-right input[type="number"] {
  width: 100%;
}

.form-group label[class*="col-"], .form-group .control-label[class*="col-"] {
  line-height: 1.4rem;
}

.dropdown-item {
  cursor: pointer;
}

.popover-body > ul {
  padding-left: 28px;
}

.modal.show .modal-dialog {
  z-index: 1060;
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.alert-highlight {
  background-color: yellow;
  border-color: #f4cc88;
  font-size: .85rem;
  font-weight: bold;
}

.accessible-content,
.hidden_nav {
  position: absolute;
  left: -10000px;
  top: -10000px;
  z-index: -1;
}

body {
  background-color: #eeeeee;
}
body .application-container HEADER {
  background-color: #642891;
  padding-top: 15px;
  min-height: 80px;
}
body .application-container HEADER SECTION {
  margin: 0;
}
body .application-container HEADER SECTION .row {
  margin: 0;
}
body .application-container HEADER SECTION .row .logo {
  min-height: 40px;
  margin-bottom: 0;
  padding-left: 5px;
}
body .application-container HEADER SECTION .row .logo > .h1 {
  margin: 0;
  padding: 0;
}
body .application-container HEADER SECTION .row .logo > .h1 > a {
  background: url("../../images/logo_whiteText.png") no-repeat top left transparent;
  height: 47px;
  width: 177px;
  display: block;
}
body .application-container HEADER SECTION .navbar {
  padding: 0px;
}
body .application-container HEADER .glyphicon {
  color: white;
  font-size: 28px;
}
body .application-container HEADER .navbar {
  background: #642891;
  border: 0;
  margin: 0 0 0 0;
  min-height: 40px;
}
body .application-container HEADER .navbar .container-fluid {
  padding: 0;
}
body .application-container HEADER .navbar .container-fluid .navbar-collapse {
  padding: 0;
}
body .application-container HEADER .navbar-default .navbar-nav > li.active > a {
  background-color: white;
}
body .application-container HEADER .navbar-default .navbar-nav > li > a {
  color: white;
  padding: 12px 26px;
  line-height: 18px;
}
body .application-container HEADER .navbar-default .navbar-toggle {
  border: none;
  margin: 10px 30px 0 15px;
  padding: 10px 10px;
  background-color: transparent;
}
body .application-container HEADER .navbar-default .navbar-toggle .icon-bar {
  height: 6px;
  width: 28px;
}
body .application-container HEADER .navbar-default .navbar-toggle:hover, body .application-container HEADER .navbar-default .navbar-toggle:focus, body .application-container HEADER .navbar-default .navbar-toggle:active {
  border: none;
}
body .application-container HEADER .nav.navbar-nav {
  padding: 0;
  margin: 0;
}
body .application-container MAIN {
  background-color: #ffffff;
}
body .application-container MAIN:before, body .application-container MAIN:after {
  content: "";
  display: table;
  float: none;
  clear: both;
}
body .application-container FOOTER {
  padding: 20px 0 !important;
  background-color: #642891;
}
body .application-container FOOTER .sk-footer {
  margin: 0;
}
body .application-container FOOTER .sk-footer .sk-footer-text {
  background-color: #ffffff;
  margin: 0 -5px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .application-container FOOTER .sk-footer .sk-footer-text .accessibility-bar {
  padding-top: 10px;
  line-height: 10px;
}
body .application-container FOOTER .sk-footer .sk-footer-text .accessibility-bar .icon-accessibility {
  padding: 0 7px 0 0;
  font-size: 18px;
}
body .application-container FOOTER .sk-footer .sk-footer-op {
  margin: 10px  -5px 0  -5px;
  background-color: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .application-container FOOTER .sk-footer .sk-footer-op .small {
  font-size: 90%;
}
body .application-container FOOTER .sk-footer .sk-footer-menu {
  margin: 10px  -5px 0  -5px;
  background-color: #ffffff;
  opacity: 0.9;
  text-align: center;
  padding: 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .application-container FOOTER .sk-footer .sk-footer-menu ul {
  margin-bottom: 0;
}
body .application-container FOOTER .sk-footer .sk-footer-menu ul > li {
  display: inline-block;
  list-style-type: none;
  padding: 0 20px;
}
body .application-container FOOTER .sk-footer .sk-footer-menu ul > li:first-of-type {
  padding-left: 0;
}
body .application-container FOOTER .sk-footer .sk-footer-menu ul > li + li {
  border-left: 1px solid #642891;
}
@media (max-width: 991.98px) {
  body .application-container FOOTER .sk-footer .sk-footer-text {
    line-height: 20px;
  }
  body .application-container FOOTER .sk-footer .sk-footer-menu ul {
    margin-bottom: 0;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  body .application-container FOOTER .sk-footer .sk-footer-menu ul > li {
    display: inline-block;
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  body .application-container FOOTER .sk-footer .sk-footer-text {
    text-align: center;
    line-height: 20px;
  }
  body .application-container FOOTER .sk-footer .sk-footer-text .float-right {
    float: none !important;
  }
  body .application-container FOOTER .sk-footer .sk-footer-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 26px;
  }
  body .application-container FOOTER .sk-footer .sk-footer-menu ul > li {
    display: block;
    text-align: left;
    padding-left: 0;
  }
  body .application-container FOOTER .sk-footer .sk-footer-menu ul > li + li {
    border-left: none;
  }
  body .application-container FOOTER .sk-footer-op {
    font-size: 11px;
  }
}
body NAV.navbar-breadcrumbs {
  margin-bottom: 0;
  background-color: #ffffff;
}
body NAV.navbar-breadcrumbs > .col:first-of-type {
  padding-top: 10px;
}
body NAV.navbar-breadcrumbs .navbar-nav {
  flex-direction: row;
}
body NAV.navbar-breadcrumbs .navbar-nav LI {
  display: inline-block;
  line-height: 30px;
}
body NAV.navbar-breadcrumbs .navbar-nav LI a {
  padding: 0 0.5rem;
}
body NAV.navbar-breadcrumbs .navbar-nav LI + LI a {
  border-left: 1px solid #642891;
}
body NAV.navbar-breadcrumbs > .breadcrumb {
  margin-bottom: 0;
  padding: 0 1rem;
}
body NAV.navbar-breadcrumbs > .breadcrumb > LI {
  display: inline-block;
  line-height: 50px;
}
body NAV.navbar-default {
  border: 0;
  border-radius: 0;
}
body NAV.navbar-default > .container {
  width: 100%;
}

@media (max-width: 991.98px) {
  .application-container {
    margin: 0;
  }
  .application-container > MAIN {
    padding: 0 10px 20px 10px;
  }
}
@media (min-width: 993px) {
  .application-container {
    max-width: 1088px;
    margin: 0 auto;
  }
  .application-container > MAIN {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .application-container {
    margin: 0;
  }
  .application-container > MAIN .row-spacer.spacer-large {
    height: .5rem;
  }
}
.border-thin-top,
.border-thin-bottom,
.border-thin-left,
.border-thin-right {
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 0;
}

.border-thin-top:after,
.border-thin-bottom:after,
.border-thin-left:after,
.border-thin-right:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}

.border-thin-top {
  border-top-width: 1px;
}

.border-thin-bottom {
  border-bottom-width: 1px;
}

.border-thin-left {
  border-left-width: 1px;
}

.border-thin-right {
  border-right-width: 1px;
}

.border-top {
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.15);
}
.border-top.border-default {
  border-top-color: rgba(0, 0, 0, 0.15);
}
.border-top.border-primary {
  border-top-color: #642891;
}
.border-top.border-dotted {
  border-top-style: dotted;
}
.border-top.border-solid {
  border-top-style: solid;
}

.border-right {
  border-right-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.15);
}
.border-right.border-default {
  border-right-color: rgba(0, 0, 0, 0.15);
}
.border-right.border-primary {
  border-right-color: #642891;
}
.border-right.border-dotted {
  border-right-style: dotted;
}
.border-right.border-solid {
  border-right-style: solid;
}

.border-bottom {
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.border-bottom.border-default {
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.border-bottom.border-primary {
  border-bottom-color: #642891;
}
.border-bottom.border-dotted {
  border-bottom-style: dotted;
}
.border-bottom.border-solid {
  border-bottom-style: solid;
}

.border-left {
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.15);
}
.border-left.border-default {
  border-left-color: rgba(0, 0, 0, 0.15);
}
.border-left.border-primary {
  border-left-color: #642891;
}
.border-left.border-dotted {
  border-left-style: dotted;
}
.border-left.border-solid {
  border-left-style: solid;
}

.row-spacer {
  display: block;
  float: none;
  clear: both;
  width: 100%;
}
.row-spacer.spacer-base {
  height: 1rem;
}
.row-spacer.spacer-large {
  height: 1.5rem;
}
.row-spacer.spacer-small {
  height: 0.25rem;
}

.visible-all-inline-block {
  display: inline-block;
}

@media (max-width: 767.98px) {
  NAV.navbar-default[role="complementary"] OL {
    text-align: center;
  }

  .form-buttons-holder {
    text-align: center;
  }
}
.layout-clear:after {
  content: "";
  display: block;
  clear: both;
  float: none;
}

.pager li {
  display: inline-block;
  margin: 3px 0;
}

.navbar.fullwidth {
  margin-left: 0;
  margin-right: 0;
}
.navbar.condensed {
  margin-bottom: 0;
}
.navbar.navbar-primary {
  background-color: #f6f0fb;
}
.navbar.navbar-alt {
  background-color: #ffffff;
}
.navbar.navbar-alt.fullwidth .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.department-logo {
  width: 150px;
  height: 150px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}

@media (min-width: 768px) {
  .department-logo {
    margin: 0 auto;
  }
}
/* UNSTYLED LIST GRID */
.list-unstyled LI .grid-layout {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.list-unstyled LI .grid-layout.col-fixed-10 {
  width: 8%;
}
.list-unstyled LI .grid-layout.col-fixed-20 {
  width: 18%;
}
.list-unstyled LI .grid-layout.col-fixed-30 {
  width: 28%;
}
.list-unstyled LI .grid-layout.col-fixed-40 {
  width: 38%;
}
.list-unstyled LI .grid-layout.col-fixed-50 {
  width: 48%;
}
.list-unstyled LI .grid-layout.col-fixed-60 {
  width: 58%;
}
.list-unstyled LI .grid-layout.col-fixed-70 {
  width: 68%;
}
.list-unstyled LI .grid-layout.col-fixed-80 {
  width: 78%;
}
.list-unstyled LI .grid-layout.col-fixed-90 {
  width: 88%;
}
.list-unstyled LI .grid-layout.col-max-10 {
  max-width: 10%;
}
.list-unstyled LI .grid-layout.col-max-20 {
  max-width: 20%;
}
.list-unstyled LI .grid-layout.col-max-30 {
  max-width: 30%;
}
.list-unstyled LI .grid-layout.col-max-40 {
  max-width: 40%;
}
.list-unstyled LI .grid-layout.col-max-50 {
  max-width: 50%;
}
.list-unstyled LI .grid-layout.col-max-60 {
  max-width: 60%;
}
.list-unstyled LI .grid-layout.col-max-70 {
  max-width: 70%;
}
.list-unstyled LI .grid-layout.col-max-80 {
  max-width: 80%;
}
.list-unstyled LI .grid-layout.col-max-90 {
  max-width: 90%;
}
.list-unstyled LI .grid-layout:last-child:after {
  content: "";
  display: table;
  clear: both;
  float: none;
}

.skip-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  background-color: #E99D1B;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* centered pills hack */
UL.nav.nav-pills.text-center > LI {
  display: inline-block;
  float: none;
}

.font-normal {
  font-weight: normal;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .text-left-xs {
    text-align: left;
  }

  .btn {
    min-width: 90px;
  }

  .table-pager .pager-nav-controls {
    text-align: center !important;
    margin-top: 7px;
  }

  .table-pager .pager-display-controls {
    text-align: center !important;
  }
}
@media (max-width: 991.98px) {
  .text-left-sm {
    text-align: left;
  }

  .border-thin-right {
    border-right-width: 0;
  }
}
.facetOptionStyle {
  max-height: 500px;
  overflow-y: auto;
}

@media (max-width: 992.98px) {
  .facetOptionStyle {
    max-height: 200px;
  }
}
.additional-info-flyout {
  color: #642891;
  cursor: pointer;
  margin-top: 3px;
  text-align: right;
}

.nhp {
  position: relative;
  min-height: 100%;
}
.nhp .application-container {
  max-width: 1210px;
}
.nhp header {
  border-bottom: none;
}
.nhp header a.dropdown-toggle {
  color: white;
}
.nhp header .dropdown-menu:before {
  content: normal;
}
.nhp .logo {
  background-color: transparent;
}
.nhp .logo span.h1, .nhp .logo div.h1 {
  margin: 0;
  font-size: 32px;
  padding: 20px 0 0 260px;
  white-space: nowrap;
  line-height: 26px;
  font-weight: 300;
  color: #642891;
  display: block;
}
.nhp .form-horizontal .form-group.required > LABEL:before, .nhp .form-horizontal .form-group.required > .control-label:before {
  left: -5px !important;
}
.nhp .panel {
  border-color: #dee2e6;
}
.nhp .dropdown-menu {
  border-width: 1px;
}
.nhp .dropdown-menu > li > a:hover, .nhp .dropdown-menu > li > a:focus {
  background-color: #eeeeee;
}
.nhp .label-control {
  font-weight: normal !important;
}
.nhp h3:not(.popover-header) {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.nhp .uib-datepicker-popup.dropdown-menu:before {
  content: normal;
}
.nhp .input-group.uib-datepicker-popup {
  max-width: 140px;
}
.nhp input[maxlength="10"], .nhp input[maxlength="9"], .nhp input[maxlength="8"], .nhp input[maxlength="7"], .nhp input[maxlength="6"], .nhp input[maxlength="5"], .nhp input[maxlength="4"], .nhp input[maxlength="3"], .nhp input[maxlength="2"] {
  max-width: 120px;
}
.nhp .border {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
}
.nhp .border.border-default {
  border-color: rgba(0, 0, 0, 0.15);
}
.nhp .border.border-primary {
  border-color: #642891;
}
.nhp .border.border-dotted {
  border-style: dotted !important;
}
.nhp .border.border-solid {
  border-style: solid;
}
.nhp .border.border-none {
  border-style: none;
}
.nhp .border-top {
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.15);
}
.nhp .border-top.border-default {
  border-top-color: rgba(0, 0, 0, 0.15);
}
.nhp .border-top.border-primary {
  border-top-color: #642891;
}
.nhp .border-top.border-dotted {
  border-top-style: dotted !important;
}
.nhp .border-top.border-solid {
  border-top-style: solid;
}
.nhp .border-right {
  border-right-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.15);
}
.nhp .border-right.border-default {
  border-right-color: rgba(0, 0, 0, 0.15);
}
.nhp .border-right.border-primary {
  border-right-color: #642891;
}
.nhp .border-right.border-dotted {
  border-right-style: dotted !important;
}
.nhp .border-right.border-solid {
  border-right-style: solid;
}
.nhp .border-bottom {
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.nhp .border-bottom.border-default {
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.nhp .border-bottom.border-primary {
  border-bottom-color: #642891;
}
.nhp .border-bottom.border-dotted {
  border-bottom-style: dotted !important;
}
.nhp .border-bottom.border-solid {
  border-bottom-style: solid;
}
.nhp .border-left {
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.15);
}
.nhp .border-left.border-default {
  border-left-color: rgba(0, 0, 0, 0.15);
}
.nhp .border-left.border-primary {
  border-left-color: #642891;
}
.nhp .border-left.border-dotted {
  border-left-style: dotted !important;
}
.nhp .border-left.border-solid {
  border-left-style: solid;
}
.nhp .fm.icon-spinner-2 {
  padding: 0;
}
.nhp pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
  font-size: 0.8125rem;
}

.breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  border-radius: 4px;
}

.breadcrumb .nav > li {
  display: inline-block;
}

.breadcrumb .nav > li + li:before {
  padding: 0 5px;
  color: #adb5bd;
  content: "/\00a0";
}

.breadcrumb .nav > .active {
  color: #4f5256;
}

.breadcrumb .nav > li > a {
  display: inline !important;
  padding: 0 !important;
}

/*# sourceMappingURL=seeker-bootstrap.css.map */
